diff options
Diffstat (limited to '_vendor/github.com/adityatelange/hugo-PaperMod/i18n/ja.yaml')
-rw-r--r-- | _vendor/github.com/adityatelange/hugo-PaperMod/i18n/ja.yaml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/_vendor/github.com/adityatelange/hugo-PaperMod/i18n/ja.yaml b/_vendor/github.com/adityatelange/hugo-PaperMod/i18n/ja.yaml new file mode 100644 index 0000000..93948d3 --- /dev/null +++ b/_vendor/github.com/adityatelange/hugo-PaperMod/i18n/ja.yaml @@ -0,0 +1,33 @@ +- id: prev_page + translation: "前へ" + +- id: next_page + translation: "次へ" + +- id: read_time + translation: + 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: "コピーされました!" |