From 7c4aa74069173e1a8f9830dbf307f5a81bc2e9fa Mon Sep 17 00:00:00 2001 From: "Hattomo (TomohiroHattori)" <45988993+Hattomo@users.noreply.github.com> Date: Fri, 12 Aug 2022 23:12:09 +0900 Subject: [PATCH] Add more ja translations (#1004) --- i18n/ja.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/i18n/ja.yaml b/i18n/ja.yaml index c286ef9e..bc7bf377 100644 --- a/i18n/ja.yaml +++ b/i18n/ja.yaml @@ -9,8 +9,25 @@ one : "1 分" other: "{{ .Count }} 分" +- id: words + translation: + one: "文字" + other: "{{ .Count }} 文字" + - id: toc translation: "目次" - id: translations translation: "言語" + +- id: home + translation: "ホーム" + +- id: edit_post + translation: "編集" + +- id: code_copy + translation: "コピー" + +- id: code_copied + translation: "コピーされました!"