ja.toml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # UI strings. Buttons and similar.
  2. [ui_pager_prev]
  3. other = "前へ"
  4. [ui_pager_next]
  5. other = "次へ"
  6. [ui_read_more]
  7. other = "続きを読む"
  8. [ui_search]
  9. other = "サイトを検索..."
  10. # Used in sentences such as "Posted in News"
  11. [ui_in]
  12. other = "in"
  13. # Footer text
  14. [footer_all_rights_reserved]
  15. other = "All Rights Reserved"
  16. [footer_privacy_policy]
  17. other = "プライバシーポリシー"
  18. # Post (blog, articles etc.)
  19. [post_byline_by]
  20. other = "By"
  21. [post_created]
  22. other = "作成"
  23. [post_last_mod]
  24. other = "最終更新"
  25. [post_edit_this]
  26. other = "ページの編集"
  27. [post_view_this]
  28. other = "ページのソースコードを見る"
  29. [post_create_child_page]
  30. other = "子ページを作成"
  31. [post_create_issue]
  32. other = "ドキュメントのissueを作成"
  33. [post_create_project_issue]
  34. other = "プロジェクトのissueを作成"
  35. [post_posts_in]
  36. other = "記事一覧"
  37. [post_reading_time]
  38. other = "minute read"
  39. [post_less_than_a_minute_read]
  40. other = "less than a minute"
  41. # Print support
  42. [print_printable_section]
  43. other = "これは、このセクションの複数ページの印刷可能なビューです。"
  44. [print_click_to_print]
  45. other = "印刷するには、ここをクリックしてください"
  46. [print_show_regular]
  47. other = "このページの通常のビューに戻る"
  48. [print_entire_section]
  49. other = "セクション全体を印刷"
  50. # Community
  51. [community_join]
  52. other = "Join the {{ .Site.Title }} community"
  53. [community_introduce]
  54. other = "{{ .Site.Title }} is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved."
  55. [community_learn]
  56. other = "Learn and Connect"
  57. [community_using]
  58. other = "Using or want to use {{ .Site.Title }}? Find out more here:"
  59. [community_develop]
  60. other = "Develop and Contribute"
  61. [community_contribute]
  62. other = "If you want to get more involved by contributing to {{ .Site.Title }}, join us here:"
  63. [community_how_to]
  64. other = "You can find out how to contribute to {{ .Site.Title }} in our"
  65. [community_guideline]
  66. other = "Contribution Guidelines"
  67. # Feedback
  68. [feedback_title]
  69. other = "フィードバック"
  70. [feedback_question]
  71. other = "このページは役に立ちましたか?"
  72. [feedback_positive]
  73. other = "役に立った"
  74. [feedback_negative]
  75. other = "役に立たなかった"