The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

151 lines
7.5 KiB

  1. import zh from 'react-intl/locale-data/zh';
  2. const localeData = zh.reduce(function (acc, localeData) {
  3. if (localeData.locale === "zh-Hant-HK") {
  4. // rename the locale "zh-Hant-HK" as "zh-HK"
  5. // (match the code usually used in Accepted-Language header)
  6. acc.push(Object.assign({},
  7. localeData,
  8. {
  9. "locale": "zh-HK",
  10. "parentLocale": "zh-Hant-HK",
  11. }
  12. ));
  13. }
  14. return acc;
  15. }, []);
  16. export { localeData as localeData };
  17. const zh_hk = {
  18. "account.block": "封鎖 @{name}",
  19. "account.disclaimer": "由於這個用戶在另一個服務站,實際數字會比這個更多。",
  20. "account.edit_profile": "修改個人資料",
  21. "account.follow": "關注",
  22. "account.followers": "關注的人",
  23. "account.follows_you": "關注你",
  24. "account.follows": "正在關注",
  25. "account.mention": "提及 @{name}",
  26. "account.mute": "將 @{name} 靜音",
  27. "account.posts": "文章",
  28. "account.report": "舉報 @{name}",
  29. "account.requested": "等候審批",
  30. "account.unblock": "解除對 @{name} 的封鎖",
  31. "account.unfollow": "取消關注",
  32. "account.unmute": "取消 @{name} 的靜音",
  33. "boost_modal.combo": "如你想在下次路過這顯示,請按{combo},",
  34. "column_back_button.label": "返回",
  35. "column.blocks": "封鎖用戶",
  36. "column.community": "本站時間軸",
  37. "column.favourites": "喜歡的文章",
  38. "column.follow_requests": "關注請求",
  39. "column.home": "主頁",
  40. "column.notifications": "通知",
  41. "column.public": "跨站公共時間軸",
  42. "compose_form.placeholder": "你在想甚麼?",
  43. "compose_form.privacy_disclaimer": "你的私人文章,將被遞送至你所提及的 {domains} 用戶。你是否信任{domainsCount, plural, one {這個網站} other {這些網站}}?請留意,文章私隱設定只適用於各 Mastodon 服務站,如果 {domains} {domainsCount, plural, one {不是 Mastodon 服務站} other {之中有些不是 Mastodon 服務站}},對方將無法收到這篇文章的私隱設定,然後可能被轉推給不能預知的用戶閱讀。",
  44. "compose_form.private": "標示為「只有關注你的人能看」",
  45. "compose_form.publish": "發文",
  46. "compose_form.sensitive": "將媒體檔案標示為「敏感內容」",
  47. "compose_form.spoiler_placeholder": "敏感警告訊息",
  48. "compose_form.spoiler": "將部份文字藏於警告訊息之後",
  49. "compose_form.unlisted": "請勿在公共時間軸顯示",
  50. "emoji_button.label": "加入表情符號",
  51. "empty_column.community": "本站時間軸暫時未有內容,快貼文來搶頭香啊!",
  52. "empty_column.hashtag": "這個標籤暫時未有內容。",
  53. "empty_column.home": "你還沒有關注任何用戶。快看看{public},向其他用戶搭訕吧。",
  54. "empty_column.home.public_timeline": "公共時間軸",
  55. "empty_column.home": "你還沒有關注任何用戶。快看看{public},向其他用戶搭訕吧。",
  56. "empty_column.notifications": "你沒有任何通知紀錄,快向其他用戶搭訕吧。",
  57. "empty_column.public": "跨站公共時間軸暫時沒有內容!快寫一些公共的文章,或者關注另一些服務站的用戶吧!你和本站、友站的交流,將決定這裏出現的內容。",
  58. "follow_request.authorize": "批准",
  59. "follow_request.reject": "拒絕",
  60. "getting_started.about_addressing": "只要你知道一位用戶的用戶名稱和域名,你可以用「@用戶名稱@域名」的格式在搜尋欄尋找該用戶。",
  61. "getting_started.about_shortcuts": "只要該用戶是在你現在的服務站開立,你可以直接輸入用戶𠱷搜尋。同樣的規則適用於在文章提及別的用戶。",
  62. "getting_started.apps": "手機或桌面應用程式",
  63. "getting_started.heading": "開始使用",
  64. "getting_started.open_source_notice": "Mastodon 是一個開放源碼的軟件。你可以在官方 GitHub ({github}) 貢獻或者回報問題。你亦可透過{apps}閱讀 Mastodon 上的消息。",
  65. "home.column_settings.advanced": "進階",
  66. "home.column_settings.basic": "基本",
  67. "home.column_settings.filter_regex": "使用正規表達式 (regular expression) 過濾",
  68. "home.column_settings.show_reblogs": "顯示被轉推的文章",
  69. "home.column_settings.show_replies": "顯示回應文章",
  70. "home.settings": "欄位設定",
  71. "lightbox.close": "Close",
  72. "loading_indicator.label": "載入中...",
  73. "media_gallery.toggle_visible": "打開或關上",
  74. "missing_indicator.label": "找不到內容",
  75. "navigation_bar.blocks": "被封鎖的用戶",
  76. "navigation_bar.community_timeline": "本站時間軸",
  77. "navigation_bar.edit_profile": "修改個人資料",
  78. "navigation_bar.favourites": "喜歡的內容",
  79. "navigation_bar.follow_requests": "關注請求",
  80. "navigation_bar.info": "關於本服務站",
  81. "navigation_bar.logout": "登出",
  82. "navigation_bar.preferences": "偏好設定",
  83. "navigation_bar.public_timeline": "跨站公共時間軸",
  84. "notification.favourite": "{name} 喜歡你的文章",
  85. "notification.follow": "{name} 開始關注你",
  86. "notification.mention": "{name} 提及你",
  87. "notification.reblog": "{name} 轉推你的文章",
  88. "notifications.clear_confirmation": "你確定要清空通知紀錄嗎?",
  89. "notifications.clear": "清空通知紀錄",
  90. "notifications.column_settings.alert": "顯示桌面通知",
  91. "notifications.column_settings.favourite": "喜歡你的文章:",
  92. "notifications.column_settings.follow": "關注你:",
  93. "notifications.column_settings.mention": "提及你:",
  94. "notifications.column_settings.reblog": "轉推你的文章:",
  95. "notifications.column_settings.show": "在通知欄顯示",
  96. "notifications.column_settings.sound": "播放音效",
  97. "notifications.settings": "欄位設定",
  98. "privacy.change": "調整私隱設定",
  99. "privacy.direct.long": "只有提及的用戶能看到",
  100. "privacy.direct.short": "私人訊息",
  101. "privacy.private.long": "只有關注你用戶能看到",
  102. "privacy.private.short": "關注者",
  103. "privacy.public.long": "在公共時間軸顯示",
  104. "privacy.public.short": "公共",
  105. "privacy.unlisted.long": "公開,但不在公共時間軸顯示",
  106. "privacy.unlisted.short": "公開",
  107. "reply_indicator.cancel": "取消",
  108. "report.heading": "舉報",
  109. "report.placeholder": "額外訊息",
  110. "report.submit": "提交",
  111. "report.target": "Reporting",
  112. "search_results.total": "{count, number} 項結果",
  113. "search.account": "用戶",
  114. "search.hashtag": "標籤",
  115. "search.placeholder": "搜尋",
  116. "search.status_by": "按{name}搜尋文章",
  117. "status.delete": "刪除",
  118. "status.favourite": "喜歡",
  119. "status.load_more": "載入更多",
  120. "status.media_hidden": "隱藏媒體內容",
  121. "status.mention": "提及 @{name}",
  122. "status.open": "展開文章",
  123. "status.reblog": "轉推",
  124. "status.reblogged_by": "{name} 轉推",
  125. "status.reply": "回應",
  126. "status.report": "舉報 @{name}",
  127. "status.sensitive_toggle": "點擊顯示",
  128. "status.sensitive_warning": "敏感內容",
  129. "status.show_less": "減少顯示",
  130. "status.show_more": "顯示更多",
  131. "tabs_bar.compose": "撰寫",
  132. "tabs_bar.federated_timeline": "跨站",
  133. "tabs_bar.home": "主頁",
  134. "tabs_bar.local_timeline": "本站",
  135. "tabs_bar.mentions": "提及",
  136. "tabs_bar.notifications": "通知",
  137. "tabs_bar.public": "跨站公共時間軸",
  138. "upload_area.title": "將檔案拖放至此上載",
  139. "upload_button.label": "上載媒體檔案",
  140. "upload_form.undo": "還原",
  141. "upload_progress.label": "上載中……",
  142. "video_player.expand": "展開影片",
  143. "video_player.toggle_sound": "開關音效",
  144. "video_player.toggle_visible": "打開或關上",
  145. };
  146. export default zh_hk;