ja.toml 998 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [categories]
  2. one = "カテゴリー"
  3. other = "カテゴリー"
  4. [tags]
  5. one = "タグ"
  6. other = "タグ"
  7. [series]
  8. one = "シリーズ"
  9. other = "シリーズ"
  10. [authors]
  11. one = "著者"
  12. other = "著者"
  13. [posts]
  14. other = "記事"
  15. [reading_time]
  16. one = "1分で読めます"
  17. other = "{{ .Count }}分で読めます"
  18. [page_not_found]
  19. other = "ページが見つかりません"
  20. [page_does_not_exist]
  21. other = "申し訳ございません。アクセスしようとしたページが見つかりませんでした。"
  22. [head_back]
  23. other = "<a href=\"{{ . }}\">トップページ</a>からお探しいただきますようお願い申し上げます。"
  24. [licensed_under]
  25. other = "Licensed under"
  26. [powered_by]
  27. other = "Powered by"
  28. [see_also]
  29. other = "関連記事:"
  30. [note]
  31. other = "note"
  32. [tip]
  33. other = "tip"
  34. [example]
  35. other = "example"
  36. [question]
  37. other = "question"
  38. [info]
  39. other = "info"
  40. [warning]
  41. other = "warning"
  42. [error]
  43. other = "error"
  44. [link_to_heading]
  45. other = "見出しへのリンク"