From b66863b12c4d67422e5a09fbd0fd43f5480adf0d Mon Sep 17 00:00:00 2001 From: Noritaka IZUMI <38166104+noritakaIzumi@users.noreply.github.com> Date: Wed, 2 Dec 2020 14:28:52 +0900 Subject: [PATCH] Add ja.toml (#177) - Added Japanese localization --- i18n/ja.toml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 i18n/ja.toml diff --git a/i18n/ja.toml b/i18n/ja.toml new file mode 100644 index 0000000..d768b27 --- /dev/null +++ b/i18n/ja.toml @@ -0,0 +1,48 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "ホーム" + +[posts] +other = "記事" + +[toc_heading] +other = "目次" + +[resume] +other = "職務経歴書" + +[navigation] +other = "メニュー" + +[contact_me] +other = "連絡先" + +[email] +other = "メール" + +[phone] +other = "電話番号" + +[newsletter_text] +other = "メールで最新情報を受け取る" + +[newsletter_input_placeholder] +other = "ここにメールアドレスを入力" + +[newsletter_warning] +other = "ご入力いただいたメールアドレスが他人に開示されることは決してございません。" + +[submit] +other = "登録" + +[hugoAttributionText] +other = "Powered by" + +[prev] +other = "前" + +[next] +other = "次" + +[improve_this_page] +other = "編集リクエストを送る"