zh-tw.toml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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 = "於"
  13. # Used in sentences such as "All Tags"
  14. [ui_all]
  15. other = "所有"
  16. # Footer text
  17. [footer_all_rights_reserved]
  18. other = "保留所有權利"
  19. [footer_privacy_policy]
  20. other = "隱私政策"
  21. # Post (blog, articles etc.)
  22. [post_byline_by]
  23. other = "作者:"
  24. [post_created]
  25. other = "建立"
  26. [post_last_mod]
  27. other = "最後更新於"
  28. [post_edit_this]
  29. other = "編輯此頁"
  30. [post_view_this]
  31. other = "檢視頁面原始碼"
  32. [post_create_child_page]
  33. other = "建立子頁面"
  34. [post_create_issue]
  35. other = "建立文件議題"
  36. [post_create_project_issue]
  37. other = "建立專案議題"
  38. [post_posts_in]
  39. other = "張貼於"
  40. [post_reading_time]
  41. other = " 分鐘閱讀時間"
  42. [post_less_than_a_minute_read]
  43. other = "1 分鐘內可讀完"
  44. # Print support
  45. [print_printable_section]
  46. other = "這是本節的多頁可列印檢視。"
  47. [print_click_to_print]
  48. other = "點選此處列印"
  49. [print_show_regular]
  50. other = "返回此頁面的標準檢視"
  51. [print_entire_section]
  52. other = "列印整個章節"
  53. # Community
  54. [community_join]
  55. other = "加入 {{ .Site.Title }} 社群"
  56. [community_introduce]
  57. other = "{{ .Site.Title }} 是一個開放原始碼專案,社群中的任何人都可以使用、改進並享受其成果。我們非常歡迎您加入我們!以下是了解最新動態以及參與我們的一些方式。"
  58. [community_learn]
  59. other = "學習與交流"
  60. [community_using]
  61. other = "正在或打算使用 {{ .Site.Title }} 嗎?在此取得更多資訊:"
  62. [community_develop]
  63. other = "開發和貢獻"
  64. [community_contribute]
  65. other = "如果您想透過貢獻來更深入地參與 {{ .Site.Title }},請在此處加入我們:"
  66. [community_how_to]
  67. other = "您可以透過文件了解如何為 {{ .Site.Title }} 做出貢獻,請參考我們的"
  68. [community_guideline]
  69. other = "貢獻指南"
  70. # Feedback
  71. [feedback_title]
  72. other = "意見回饋"
  73. [feedback_question]
  74. other = "這個頁面對您有幫助嗎?"
  75. [feedback_positive]
  76. other = "有幫助"
  77. [feedback_negative]
  78. other = "沒幫助"