mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
feat(i18n): update translations for ja
(#984)
* feat(i18n): update translations for `ja` * Apply review suggestions
This commit is contained in:
parent
b2157bdf78
commit
43e074364c
1 changed files with 11 additions and 1 deletions
12
i18n/ja.yaml
12
i18n/ja.yaml
|
@ -4,6 +4,16 @@ toggleMenu:
|
|||
darkMode:
|
||||
other: ダークモード
|
||||
|
||||
list:
|
||||
page:
|
||||
other: "{{ .Count }} ページ目"
|
||||
|
||||
section:
|
||||
other: セクション
|
||||
|
||||
subsection:
|
||||
other: サブセクション
|
||||
|
||||
article:
|
||||
back:
|
||||
other: 前のページ
|
||||
|
@ -54,7 +64,7 @@ search:
|
|||
|
||||
footer:
|
||||
builtWith:
|
||||
other: Built with {{ .Generator }}
|
||||
other: {{ .Generator }} で構築されています。
|
||||
|
||||
designedBy:
|
||||
other: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。
|
||||
|
|
Loading…
Reference in a new issue