mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
feat(i18n): add missing ja & zh-CN translations (#538)
This commit is contained in:
parent
7a5dccdfd3
commit
0167edcbf2
2 changed files with 22 additions and 0 deletions
11
i18n/ja.yaml
11
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 }} によって設計されています。
|
||||
|
|
|
@ -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 }} 设计
|
||||
|
|
Loading…
Reference in a new issue