From 0167edcbf287aac3e39decd2e31ad86ea8baf448 Mon Sep 17 00:00:00 2001 From: zhixuan Date: Tue, 8 Mar 2022 05:33:04 +0900 Subject: [PATCH] feat(i18n): add missing ja & zh-CN translations (#538) --- i18n/ja.yaml | 11 +++++++++++ i18n/zh-CN.yaml | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/i18n/ja.yaml b/i18n/ja.yaml index 3f9978d..ec70d18 100644 --- a/i18n/ja.yaml +++ b/i18n/ja.yaml @@ -38,6 +38,10 @@ widget: title: other: タグ + categoriesCloud: + title: + other: カテゴリ + search: title: other: 検索 @@ -47,3 +51,10 @@ search: resultTitle: other: "#PAGES_COUNT 件 (#TIME_SECONDS 秒)" + +footer: + builtWith: + other: Built with {{ .Generator }} + + designedBy: + other: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。 diff --git a/i18n/zh-CN.yaml b/i18n/zh-CN.yaml index 0f08310..3579945 100644 --- a/i18n/zh-CN.yaml +++ b/i18n/zh-CN.yaml @@ -38,6 +38,10 @@ widget: title: other: 标签云 + categoriesCloud: + title: + other: 分类 + search: title: other: 搜索 @@ -47,3 +51,10 @@ search: resultTitle: other: "#PAGES_COUNT 个结果 (用时 #TIME_SECONDS 秒)" + +footer: + builtWith: + other: Built with {{ .Generator }} + + designedBy: + other: 主题 {{ .Theme }} 由 {{ .DesignedBy }} 设计