summaryrefslogtreecommitdiff
path: root/themes/new_theme/i18n/ja.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/new_theme/i18n/ja.yaml')
-rw-r--r--themes/new_theme/i18n/ja.yaml95
1 files changed, 95 insertions, 0 deletions
diff --git a/themes/new_theme/i18n/ja.yaml b/themes/new_theme/i18n/ja.yaml
new file mode 100644
index 0000000..67cdffe
--- /dev/null
+++ b/themes/new_theme/i18n/ja.yaml
@@ -0,0 +1,95 @@
+# General
+- id: read_more
+ translation: "続きを読む…"
+
+- id: menu_label
+ translation: "メニュー"
+
+- id: sidemenu_title
+ translation: "メニュー"
+
+# Post meta
+- id: meta_lastmod
+ translation: "最終更新"
+
+- id: meta_translations
+ translation: "翻訳"
+
+# Table of Contents
+- id: toc_title
+ translation: "目次"
+
+# Post nav
+- id: post_nav_prev
+ translation: "前の投稿"
+
+- id: post_nav_next
+ translation: "次の投稿"
+
+# Authorbox
+- id: authorbox_name
+ translation: "{{ .Count }}について"
+
+# Sidebar
+- id: sidebar_warning
+ translation: "警告"
+
+- id: sidebar_recommendation
+ translation: "1つ以上のサイドバーウィジェットを有効にしてください。"
+
+# Search widget
+- id: search_placeholder
+ translation: "検索..."
+
+# Languages widget
+- id: languages_title
+ translation: "言語"
+
+# Categories widget
+- id: categories_title
+ translation: "カテゴリー"
+
+# Recent Posts widget
+- id: recent_title
+ translation: "最近の投稿"
+
+# Social widget
+- id: social_title
+ translation: "ソーシャル"
+
+# Tags List widget
+- id: tags_title
+ translation: "タグ"
+
+# Footer
+- id: footer_credits
+ translation:
+ "このサイトは <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> と \
+ <a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a> \
+ テーマで生成されています。"
+
+# 404
+- id: 404_title
+ translation: "404. ページが見つかりません"
+
+- id: 404_text
+ translation:
+ "お探しのページは移動されたか削除された、もしくは存在しないようです。検索するか、こちらのページに移動してください: "
+
+- id: 404_linktext
+ translation: "メインページ"
+
+# No posts empty state
+- id: noposts_warning_title
+ translation: "まだ何も投稿していません!"
+
+- id: noposts_warning_description
+ translation:
+ "<b>content</b> 以下のどこかのディレクトリに投稿を追加するとここに表示されます。デフォルトでは(最も投稿の多い)1つのセクション \
+ だけがメインページに表示されます。"
+
+- id: noposts_warning_tip
+ translation:
+ "<b>ヒント:</b> 設定のパラメーター \
+ <b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b> \
+ を使って好きな数だけセクションを表示させることもできます。"