From 37bdce7d48422f3f9fdf5ab6ae73532f3250ff62 Mon Sep 17 00:00:00 2001 From: mkaraki <26180919+mkaraki@users.noreply.github.com> Date: Tue, 26 Jul 2022 21:10:24 +0900 Subject: Add Japanese translation Signed-off-by: Masakazu Araki --- i18n/ja.toml | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 i18n/ja.toml 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 = "入力して検索" -- cgit v1.2.3