Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhixuan <jinzhixuan666@gmail.com>2022-03-07 23:33:04 +0300
committerGitHub <noreply@github.com>2022-03-07 23:33:04 +0300
commit0167edcbf287aac3e39decd2e31ad86ea8baf448 (patch)
tree5ea007d0ad60747bcc4178d98ae6102483a4ba1b
parent7a5dccdfd35205f74d880a9ee397b64f02d54857 (diff)
feat(i18n): add missing ja & zh-CN translations (#538)
-rw-r--r--i18n/ja.yaml11
-rw-r--r--i18n/zh-CN.yaml11
2 files changed, 22 insertions, 0 deletions
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 }} 设计