From db554148c073e44cca52a3579c90d02f864837c5 Mon Sep 17 00:00:00 2001 From: Sota Sato <86867075+ssatosays@users.noreply.github.com> Date: Tue, 22 Mar 2022 00:34:39 +0900 Subject: Translate for Japanese and add to i18n (#529) --- i18n/ja.toml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 i18n/ja.toml diff --git a/i18n/ja.toml b/i18n/ja.toml new file mode 100644 index 0000000..f0b86f3 --- /dev/null +++ b/i18n/ja.toml @@ -0,0 +1,46 @@ +[more] +other = "他の記事も確認する" + +[allTitle] +other = "全ての {{.Title }}" + +[recentTitle] +other = "最近の {{.Title }}" + +[readMore] +other = "もっと読む" + +[whatsInThis] +other = "この記事の概要" + +[related] +other = "関連" + +[yourName] +other = "あなたの名前" + +[emailAddress] +other = "Eメール" + +[message] +other = "内容" + +[emailRequiredNote] +other = "メールアドレスは必須です" + +[send] +other = "送信する" + +[taxonomyPageList] +other = "以下に、次の分類用語を使用するページがあります “{{ .Title }}”" + +[readingTime] +one = "1 分で読めます" +other = "{{ .Count }} 分で読めます" + +[wordCount] +one = "1 文字" +other = "{{ .Count }} 文字" + +[pageTitle] +other = "{{ .Name }} ページ" -- cgit v1.2.3