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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoritaka IZUMI <38166104+noritakaIzumi@users.noreply.github.com>2020-12-02 08:28:52 +0300
committerGitHub <noreply@github.com>2020-12-02 08:28:52 +0300
commitb66863b12c4d67422e5a09fbd0fd43f5480adf0d (patch)
tree24651c77330c7ebeb1a8b48f748a85b3fa761cae
parentb9ab0e6f2d5386a5344e954ced785a8f9399749f (diff)
Add ja.toml (#177)
- Added Japanese localization
-rw-r--r--i18n/ja.toml48
1 files changed, 48 insertions, 0 deletions
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 = "編集リクエストを送る"