aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/i18n/ja.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-theme-stack/i18n/ja.yaml')
-rw-r--r--themes/hugo-theme-stack/i18n/ja.yaml70
1 files changed, 70 insertions, 0 deletions
diff --git a/themes/hugo-theme-stack/i18n/ja.yaml b/themes/hugo-theme-stack/i18n/ja.yaml
new file mode 100644
index 0000000..12352ee
--- /dev/null
+++ b/themes/hugo-theme-stack/i18n/ja.yaml
@@ -0,0 +1,70 @@
+toggleMenu:
+ other: メニューを開く・閉じる
+
+darkMode:
+ other: ダークモード
+
+list:
+ page:
+ other: "{{ .Count }} ページ目"
+
+ section:
+ other: セクション
+
+ subsection:
+ other: サブセクション
+
+article:
+ back:
+ other: 前のページ
+
+ tableOfContents:
+ other: 目次
+
+ relatedContent:
+ other: 関連するコンテンツ
+
+ lastUpdatedOn:
+ other: 最終更新
+
+ readingTime:
+ other: "読了時間: {{ .Count }}分"
+
+notFound:
+ title:
+ other: 404 Not Found
+ subtitle:
+ other: 指定されたページは存在しません。
+
+widget:
+ archives:
+ title:
+ other: アーカイブ
+
+ more:
+ other: さらに見る
+
+ tagCloud:
+ title:
+ other: タグ
+
+ categoriesCloud:
+ title:
+ other: カテゴリ
+
+search:
+ title:
+ other: 検索
+
+ placeholder:
+ other: 入力...
+
+ resultTitle:
+ other: "#PAGES_COUNT 件 (#TIME_SECONDS 秒)"
+
+footer:
+ builtWith:
+ other: "{{ .Generator }} で構築されています。"
+
+ designedBy:
+ other: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。