mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
feat(i18n): improve Japanese translation (#99)
This commit is contained in:
parent
bccb62cd46
commit
400b0a9283
1 changed files with 15 additions and 0 deletions
15
i18n/ja.yaml
15
i18n/ja.yaml
|
@ -1,6 +1,13 @@
|
|||
toggleMenu:
|
||||
other: メニューを開く・閉じる
|
||||
|
||||
darkMode:
|
||||
other: ダークモード
|
||||
|
||||
archives:
|
||||
categories:
|
||||
other: 分類
|
||||
|
||||
article:
|
||||
relatedContents:
|
||||
other: 関連するコンテンツ
|
||||
|
@ -22,3 +29,11 @@ widget:
|
|||
tagCloud:
|
||||
title:
|
||||
other: タグ
|
||||
|
||||
search:
|
||||
title:
|
||||
other: サーチ
|
||||
placeholder:
|
||||
other: 入力...
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT 件 (#TIME_SECONDS 秒)"
|
||||
|
|
Loading…
Reference in a new issue