ja.yaml 505 B

123456789101112131415161718192021222324252627282930313233
  1. - id: prev_page
  2. translation: "前へ"
  3. - id: next_page
  4. translation: "次へ"
  5. - id: read_time
  6. translation:
  7. one : "1 分"
  8. other: "{{ .Count }} 分"
  9. - id: words
  10. translation:
  11. one: "文字"
  12. other: "{{ .Count }} 文字"
  13. - id: toc
  14. translation: "目次"
  15. - id: translations
  16. translation: "言語"
  17. - id: home
  18. translation: "ホーム"
  19. - id: edit_post
  20. translation: "編集"
  21. - id: code_copy
  22. translation: "コピー"
  23. - id: code_copied
  24. translation: "コピーされました!"