From 26bdeb3afb7187b737aedfe513b389c3cf12d5df Mon Sep 17 00:00:00 2001 From: Yasuhiro Kobayashi Date: Sun, 11 Oct 2020 17:14:31 +0900 Subject: [PATCH] feat(i18n): Add Japanese translation (#35) --- i18n/ja.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 i18n/ja.toml diff --git a/i18n/ja.toml b/i18n/ja.toml new file mode 100644 index 0000000..0581364 --- /dev/null +++ b/i18n/ja.toml @@ -0,0 +1,23 @@ +[toggleMenu] + other = "メニューを開く・閉じる" + +[relatedContents] + other = "関連するコンテンツ" + +[lastUpdatedOn] + other = "最終更新" + +[widgetArchivesTitle] + other = "アーカイブ" + +[widgetArchivesMore] + other = "さらに見る" + +[widgetTagCloudTitle] + other = "タグ" + +[notFoundTitle] + other = "404 Not Found" + +[notFoundSubtitle] + other = "指定されたページは存在しません。" \ No newline at end of file