From 6a241a5c5c3e28855d157ed579fb41b30e721f6e Mon Sep 17 00:00:00 2001 From: Ryuichiro Hataya Date: Mon, 15 Jun 2020 02:24:55 +0900 Subject: add japanese translation (#215) --- i18n/ja.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 i18n/ja.toml diff --git a/i18n/ja.toml b/i18n/ja.toml new file mode 100644 index 0000000..cb1e025 --- /dev/null +++ b/i18n/ja.toml @@ -0,0 +1,25 @@ +[404_title] + other = "404" +[404_description] + other = "おや,バグでしょうか{{ with .Site.Params.email }} (お手数ですがご連絡ください [please tell me](mailto:{{ . }})) {{ end }},あるいは存在しないページにアクセスしようとしているかもしれません." +[index_projects_allProjects] + other = "全プロジェクト" +[index_blog_latestPosts] + other = "最新の記事" +[index_blog_allPosts] + other = "全記事" +[index_blog_readMore] + other = "つづきを読む" +[index_currentTime] + other = "現在時間は" +[nav_backToSection] + other = "{{ .Title }}に戻る" +[nav_main] + other = "メインページ" +[blog_readingTime] + one = "約{{ .Count }}分で読めます" + other = "約{{ .Count }}分で読めます" +[blog_shareThis] + other = "記事を共有する" +[footer_text] + other = "[Hugo](http://gohugo.io/)の[**Introduction**](https://github.com/victoriadrake/hugo-theme-introduction/)テーマを使用しています. オープンソースコントリビューターの[](https://victoria.dev)によって作られています." -- cgit v1.2.3