zh-TW.yaml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Content
  2. - id: dateFormat
  3. translation: "January 2, 2006"
  4. - id: shortdateFormat
  5. translation: "2 Jan, 2006 15:04:05"
  6. - id: postedOnDate
  7. translation: "發表於 {{ . }}"
  8. - id: lastModified
  9. translation: "(最後修改於 {{ . }})"
  10. - id: translationsLabel
  11. translation: "其他語言: "
  12. - id: translationsSeparator
  13. translation: ", "
  14. - id: readMore
  15. translation: "閱讀全文"
  16. - id: olderPosts
  17. translation: "更舊的文章"
  18. - id: newerPosts
  19. translation: "更新的文章"
  20. - id: previousPost
  21. translation: "上一篇"
  22. - id: nextPost
  23. translation: "下一篇"
  24. - id: readTime
  25. translation: "分鐘"
  26. - id: words
  27. translation: "個字"
  28. # 404 page
  29. - id: pageNotFound
  30. translation: "哎呀呀,這個頁面不存在,去其他地方逛逛吧。 (404 錯誤)"
  31. # Footer
  32. - id: poweredBy # Accepts HTML
  33. translation: '由 <a href="https://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> 提供 &nbsp;&bull;&nbsp; 主題 <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> 移植自 <a href="https://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
  34. # Navigation
  35. - id: toggleNavigation
  36. translation: "開關導覽"
  37. - id: languageSwitcherLabel
  38. translation: "語言"
  39. - id: gcseLabelShort
  40. translation: "搜尋"
  41. - id: gcseLabelLong
  42. translation: "搜尋 {{ .Site.Title }}"
  43. - id: gcseClose
  44. translation: "關閉"
  45. # Staticman
  46. - id: noComment
  47. translation: "沒有評論"
  48. - id: oneComment
  49. translation: "則評論"
  50. - id: moreComment
  51. translation: "則評論"
  52. - id: useMarkdown
  53. translation: "您可以使用Markdown語法"
  54. - id: yourName
  55. translation: "您的名字"
  56. - id: yourEmail
  57. translation: "您的電子信箱"
  58. - id: yourWebsite
  59. translation: "您的網頁"
  60. # Delayed Disqus
  61. - id: show
  62. translation: "顯示"
  63. - id: comments
  64. translation: "則評論"
  65. # Related posts
  66. - id: seeAlso
  67. translation: "其他相關"