From c73c599b9d180e3a3685accad4489ba690c276e0 Mon Sep 17 00:00:00 2001 From: ishiDACo <2542762+ishiDACo@users.noreply.github.com> Date: Wed, 26 Feb 2020 10:22:39 +0900 Subject: [PATCH] Added i18n for Japanese language. (#117) --- i18n/ja.toml | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 i18n/ja.toml diff --git a/i18n/ja.toml b/i18n/ja.toml new file mode 100644 index 00000000..ecb2e887 --- /dev/null +++ b/i18n/ja.toml @@ -0,0 +1,74 @@ +[date_format] + other = "2006-01-02" +[postreadingtime] + one = "1 分で読めます" + other = "{{ .Count }} 分で読めます" +[recent_posts] + other = "最近の投稿" +[see_more] + other = "続きを見る" +[read_more] + other = "続きを読む" +[categories] + other = "カテゴリー" +[category] + other = "カテゴリー" +[tags] + other = "タグ" +[tag] + other = "タグ" +[uncategorized] + other = "未分類" +[share_post] + other = "この投稿をシェアする" +[about] + other = "About" +[learn_more] + other = "もっと知る" +[repliestext] + one = "通常、1 時間以内に返信します。" + other = "通常、{{ .Count }} 時間以内に返信します。" +[submit] + other = "送信する" +[404_pagenotfound] + other = "ページが見つかりません" +[404_sorry] + other = "申し訳ありません。表示しようとしていたページは存在しません。" +[404_goback] + other = "戻る" +[blog] + other = "ブログ" +[contact] + other = "お問い合わせ" +[next_page] + other = "次のページ" +[previous_page] + other = "前のページ" +[attribution] + other = "Theme: Hugo Future Imperfect Slim
A HTML5 UP port | Powered by Hugo" +[comments] + other = "コメント" +[say_sth] + other = "何か言ってください" +[name] + other = "あなたの名前 (必須)" +[email] + other = "あなたのメールアドレス (Gravatar のために必須)" +[website] + other = "あなたのウェブサイト" +[body] + other = "あなたのメッセージ。Markdown を自由に使用してください('Markdown Cheat Sheet' でググってください)。" +[no_comment] + other = "何もありません。" +[reply] + other = "返信する" +[btn_reset] + other = "リセット" +[btn_submitted] + other = "送信しました" +[btn_sumbit] + other = "送信する" +[error_msg] + other = "申し訳ありません。送信中にエラーが発生しました。必須入力フィールドがすべて入力されていることを確認して、もう一度やりなおしてください。" +[success_msg] + other = "コメントありがとうございます!承認されるとサイトに表示されます。"