Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-08-05 02:10:30 +0300
committerGitHub <noreply@github.com>2022-08-05 02:10:30 +0300
commit5179510a03eac2aac855a4d9511ad3a589d3bc6c (patch)
tree93ee2f497b7bf7aeb0ca6a72962e24e36c45aba5
parent4bec19151acd4f92c6447eb70017ab28f9dfd843 (diff)
parent37bdce7d48422f3f9fdf5ab6ae73532f3250ff62 (diff)
Merge pull request #355 from mkaraki/patch-1
-rw-r--r--i18n/ja.toml72
1 files changed, 72 insertions, 0 deletions
diff --git a/i18n/ja.toml b/i18n/ja.toml
new file mode 100644
index 0000000..cacb293
--- /dev/null
+++ b/i18n/ja.toml
@@ -0,0 +1,72 @@
+[read_more]
+other = "続きを読む"
+
+[copyright]
+other = "Copyright"
+
+[all_rights]
+other = "All Rights Reserved"
+
+[share_on]
+other = "共有する"
+
+[featured_posts]
+other = "おすすめの投稿"
+
+[recent_posts]
+other = "最近の投稿"
+
+[404_title]
+other = "存在しません"
+
+[could_not_find]
+other = "お探しのページを見つけることができませんでした"
+
+[go_back]
+other = "戻る"
+
+[translations]
+other = "翻訳"
+
+[categories]
+other = "カテゴリ"
+
+[tags]
+other = "タグ"
+
+[series]
+other = "シリーズ"
+
+[all_categories]
+other = "全てのカテゴリ"
+
+[all_tags]
+other = "全てのタグ"
+
+[all_series]
+other = "全てのシリーズ"
+
+[overview]
+other = "概要"
+
+[reading_time]
+other = "{{ .ReadingTime }} 分で読了"
+
+[series_posts]
+other = "このシリーズの投稿"
+
+# search
+[quick_links]
+ other = "結果"
+[no_matches]
+ other = "結果が存在しません"
+[search_field_placeholder]
+ other = "ナレッジベース内を検索"
+[blog_search_field_placeholder]
+ other = "検索..."
+[search_results_label]
+ other = "検索結果"
+[short_search_query]
+ other = "検索文字列が短すぎます"
+[type_to_search]
+ other = "入力して検索"