From c81e6e83d06be0c927b3b7cefff307cd1bf41fcc Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Thu, 21 Mar 2024 11:41:31 +0900 Subject: [PATCH] feat(i18n): update translations for `ja` --- i18n/ja.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/i18n/ja.yaml b/i18n/ja.yaml index 40380fd..c736a7c 100644 --- a/i18n/ja.yaml +++ b/i18n/ja.yaml @@ -4,6 +4,18 @@ toggleMenu: darkMode: other: ダークモード +list: + page: + one: "{{ .Count }} ページ目" + other: "{{ .Count }} ページ目" + + section: + other: セクション + + subsection: + one: サブセクション + other: サブセクション + article: back: other: 前のページ @@ -54,7 +66,7 @@ search: footer: builtWith: - other: Built with {{ .Generator }} + other: {{ .Generator }} で構築されています。 designedBy: other: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。