conf.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. <?php
  2. /******************************************************************************
  3. * Each entry of that file can be associated with a comment to indicate its *
  4. * state. When there is no comment, it means the entry is fully translated. *
  5. * The recognized comments are (comment matching is case-insensitive): *
  6. * + TODO: the entry has never been translated. *
  7. * + DIRTY: the entry has been translated but needs to be updated. *
  8. * + IGNORE: the entry does not need to be translated. *
  9. * When a comment is not recognized, it is discarded. *
  10. ******************************************************************************/
  11. return array(
  12. 'archiving' => array(
  13. '_' => '歸檔',
  14. 'exception' => '高級清理策略',
  15. 'help' => '具體選項位於各訂閱源的設置',
  16. 'keep_favourites' => '不清理已收藏的文章',
  17. 'keep_labels' => '不清理標籤',
  18. 'keep_max' => '最多保留的文章數', // DIRTY
  19. 'keep_min_by_feed' => '至少保留的文章數',
  20. 'keep_period' => '文章最多保留',
  21. 'keep_unreads' => '不清理未讀文章',
  22. 'maintenance' => '優化',
  23. 'optimize' => '優化資料庫',
  24. 'optimize_help' => '偶爾執行優化可以減少資料庫大小',
  25. 'policy' => '清理策略',
  26. 'policy_warning' => '如果未選擇清理策略,則將保留全部文章。',
  27. 'purge_now' => '立即清除',
  28. 'title' => '存檔',
  29. 'ttl' => '最小自動刷新間隔',
  30. ),
  31. 'display' => array(
  32. '_' => '顯示',
  33. 'darkMode' => array(
  34. '_' => '自動黑暗模式',
  35. 'auto' => '自動',
  36. 'help' => '僅適用於相容主題',
  37. 'no' => '否',
  38. ),
  39. 'icon' => array(
  40. 'bottom_line' => '底欄',
  41. 'display_authors' => '作者',
  42. 'entry' => '文章圖示',
  43. 'publication_date' => '更新日期',
  44. 'related_tags' => '相關標籤',
  45. 'sharing' => '分享',
  46. 'summary' => '摘要',
  47. 'top_line' => '頂欄',
  48. ),
  49. 'language' => '語言',
  50. 'notif_html5' => array(
  51. 'seconds' => '秒(0 表示不超時)',
  52. 'timeout' => 'HTML5 通知超時時間',
  53. ),
  54. 'show_nav_buttons' => '顯示導航按鈕',
  55. 'theme' => array(
  56. '_' => '主題',
  57. 'deprecated' => array(
  58. '_' => '已廢棄',
  59. 'description' => '此主題不再被支援且將不再可用在 <a href="https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#theme" target="_blank">未來FreshRSS的更新</a>',
  60. ),
  61. ),
  62. 'theme_not_available' => '“%s” 主題不再可用,請選擇其他主題。',
  63. 'thumbnail' => array(
  64. 'label' => '縮圖',
  65. 'landscape' => '風景',
  66. 'none' => '無',
  67. 'portrait' => '肖像',
  68. 'square' => '方塊',
  69. ),
  70. 'timezone' => '時區',
  71. 'title' => '顯示',
  72. 'website' => array(
  73. 'full' => '圖示及名稱',
  74. 'icon' => '僅圖示',
  75. 'label' => '網站',
  76. 'name' => '僅名稱',
  77. 'none' => '無',
  78. ),
  79. 'width' => array(
  80. 'content' => '內容寬度',
  81. 'large' => '寬',
  82. 'medium' => '中',
  83. 'no_limit' => '無限制',
  84. 'thin' => '窄',
  85. ),
  86. ),
  87. 'logs' => array(
  88. 'loglist' => array(
  89. 'level' => '日誌等級',
  90. 'message' => '訊息',
  91. 'timestamp' => '時間',
  92. ),
  93. 'pagination' => array(
  94. 'first' => '首頁',
  95. 'last' => '末頁',
  96. 'next' => '下一頁',
  97. 'previous' => '上一頁',
  98. ),
  99. ),
  100. 'mark_read_button' => array(
  101. '_' => '“Mark all as read” button', // TODO
  102. 'big' => 'Big', // TODO
  103. 'none' => 'None', // TODO
  104. 'small' => 'Small', // TODO
  105. ),
  106. 'notification' => array(
  107. 'html5_enable_notif' => 'Enable notification', // TODO
  108. ),
  109. 'notification_timeout' => array(
  110. 'bad' => array(
  111. 'label' => 'Show warning banner', // TODO
  112. 'seconds' => 'seconds (at least 1)', // TODO
  113. ),
  114. 'good' => array(
  115. 'label' => 'Show acknowledgement banner', // TODO
  116. 'seconds' => 'seconds (0 means not shown)', // TODO
  117. ),
  118. ),
  119. 'privacy' => array(
  120. '_' => 'Privacy', // TODO
  121. 'retrieve_extension_list' => 'Retrieve extension list', // TODO
  122. ),
  123. 'profile' => array(
  124. '_' => '個人資料管理',
  125. 'api' => array(
  126. '_' => 'API 管理',
  127. 'api_not_set' => 'API password not set', // TODO
  128. 'api_set' => 'API password set', // TODO
  129. 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>', // TODO
  130. 'disabled' => 'The API access is disabled.', // TODO
  131. 'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>', // TODO
  132. 'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>', // TODO
  133. ),
  134. 'change_password' => 'Change password', // TODO
  135. 'confirm_new_password' => 'Confirm new password', // TODO
  136. 'current_password' => 'Current password<br /><small>(for the Web-form login method)</small>', // TODO
  137. 'delete' => array(
  138. '_' => '帳號刪除',
  139. 'warn' => '你的帳號及所有相關資料將被刪除。',
  140. ),
  141. 'email' => '郵箱地址',
  142. 'new_password' => 'New password', // TODO
  143. 'password_api' => 'API 密碼<br /><small>(例如用於手機應用)</small>',
  144. 'password_format' => '至少 7 個字元',
  145. 'title' => '個人資料',
  146. ),
  147. 'query' => array(
  148. '_' => '自定義查詢',
  149. 'deprecated' => '此查詢不再有效。相關的分類或訂閱源已被刪除。',
  150. 'description' => 'Description', // TODO
  151. 'filter' => array(
  152. '_' => '生效的過濾器:',
  153. 'categories' => '按分類顯示',
  154. 'feeds' => '按訂閱源顯示',
  155. 'order' => '按日期排序',
  156. 'publish_labels_instead_of_tags' => 'Replace <i>feed tags</i> by <i>user labels</i> in the shared RSS', // TODO
  157. 'search' => '表達式',
  158. 'shareOpml' => '啟用透過對應類別和源的OPML分享',
  159. 'shareRss' => '啟用透過HTML分享 &amp; RSS',
  160. 'state' => '狀態',
  161. 'tags' => '按標籤顯示',
  162. 'type' => '類型',
  163. ),
  164. 'get_A' => 'Show all feeds, also those shown in their category', // TODO
  165. 'get_Z' => 'Show all feeds, also archived ones', // TODO
  166. 'get_all' => '顯示所有文章',
  167. 'get_all_labels' => '顯示任何標籤的文章',
  168. 'get_category' => '顯示分類 “%s”',
  169. 'get_favorite' => '顯示收藏文章',
  170. 'get_feed' => '顯示訂閱源 “%s”',
  171. 'get_important' => '顯示來自重要源的文章',
  172. 'get_label' => '顯示帶有 “%s” 標籤的文章',
  173. 'help' => '請參閱 <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">有關使用者查詢和透過 HTML / RSS / OPML 重新共用的文件</a>.',
  174. 'image_url' => '影像網址',
  175. 'name' => '名稱',
  176. 'no_filter' => '無過濾器',
  177. 'no_queries' => array(
  178. '_' => 'No user queries are saved yet.', // TODO
  179. 'help' => 'See <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation</a>', // TODO
  180. ),
  181. 'number' => '查詢 n°%d',
  182. 'order_asc' => '由舊至新顯示文章',
  183. 'order_desc' => '由新至舊顯示文章',
  184. 'search' => '搜尋 “%s”',
  185. 'share' => array(
  186. '_' => '透過連結分享此查詢',
  187. 'disabled' => array(
  188. '_' => 'disabled', // TODO
  189. 'title' => 'Sharing', // TODO
  190. ),
  191. 'greader' => 'GReader JSON的可共享連結',
  192. 'help' => '如果您想與任何人分享此查詢,請提供此連結',
  193. 'html' => 'HTML頁面的可共享連結',
  194. 'opml' => 'OPML源列表的可共享連結',
  195. 'rss' => 'RSS源的可共享連結',
  196. ),
  197. 'state_0' => '顯示所有文章',
  198. 'state_1' => '顯示已讀文章',
  199. 'state_2' => '顯示未讀文章',
  200. 'state_3' => '顯示所有文章',
  201. 'state_4' => '顯示收藏文章',
  202. 'state_5' => '顯示已讀的收藏文章',
  203. 'state_6' => '顯示未讀的收藏文章',
  204. 'state_7' => '顯示收藏文章',
  205. 'state_8' => '顯示未收藏文章',
  206. 'state_9' => '顯示已讀的未收藏文章',
  207. 'state_10' => '顯示未讀的未收藏文章',
  208. 'state_11' => '顯示未收藏文章',
  209. 'state_12' => '顯示所有文章',
  210. 'state_13' => '顯示已讀文章',
  211. 'state_14' => '顯示未讀文章',
  212. 'state_15' => '顯示所有文章',
  213. 'title' => '自定義查詢',
  214. ),
  215. 'reading' => array(
  216. '_' => '閱讀',
  217. 'after_onread' => '「全部標記為已讀」後',
  218. 'always_show_favorites' => '預設顯示收藏夾中所有的文章',
  219. 'apply_to_individual_feed' => 'Applies to feeds individually', // TODO
  220. 'article' => array(
  221. 'authors_date' => array(
  222. '_' => '作者和日期',
  223. 'both' => '兩者都顯示',
  224. 'footer' => '僅頁腳顯示',
  225. 'header' => '僅頁眉顯示',
  226. 'none' => '不顯示',
  227. ),
  228. 'feed_name' => array(
  229. 'above_title' => '在文章標題和標籤上方',
  230. 'none' => '不顯示',
  231. 'with_authors' => '與作者和日期一行',
  232. ),
  233. 'feed_title' => '訂閱源標題',
  234. 'icons' => array(
  235. '_' => '文章圖示的位置<br /><small>(限閱讀視圖)</small>',
  236. 'above_title' => '標題之上',
  237. 'with_authors' => '在作者和日期列中',
  238. ),
  239. 'tags' => array(
  240. '_' => '文章標籤',
  241. 'both' => '兩者都顯示',
  242. 'footer' => '僅頁腳顯示',
  243. 'header' => '僅頁眉顯示',
  244. 'none' => '不顯示',
  245. ),
  246. 'tags_max' => array(
  247. '_' => '標籤最多顯示個數',
  248. 'help' => '0 標識顯示所有標籤',
  249. ),
  250. ),
  251. 'articles_per_page' => '每頁文章數',
  252. 'auto_load_more' => '在頁面底部載入更多文章',
  253. 'auto_remove_article' => '閱讀後隱藏文章',
  254. 'confirm_enabled' => '「全部標記為已讀」時顯示確認對話框',
  255. 'display_articles_unfolded' => '預設展開顯示文章',
  256. 'display_categories_unfolded' => '要展開的分類',
  257. 'headline' => array(
  258. 'articles' => '文章:打開/關閉',
  259. 'articles_header_footer' => '文章: 頁眉/頁腳',
  260. 'categories' => '左側導航:分類',
  261. 'mark_as_read' => '標為已讀選項',
  262. 'misc' => '其它',
  263. 'view' => '瀏覽',
  264. ),
  265. 'hide_read_feeds' => '隱藏沒有未讀文章的分類和訂閱源 (啟用「顯示所有文章」後不生效)',
  266. 'img_with_lazyload' => '延遲加載圖片',
  267. 'jump_next' => '跳轉到下一未讀項',
  268. 'mark_updated_article_unread' => '將更新的文章設為未讀',
  269. 'number_divided_when_reader' => '閱讀視圖中顯示一半',
  270. 'read' => array(
  271. 'article_open_on_website' => '在打開原文章後',
  272. 'article_viewed' => '在文章被瀏覽後',
  273. 'focus' => '當注意力集中時(重要的源除外)',
  274. 'keep_max_n_unread' => '未讀最多保留 n 條',
  275. 'scroll' => '在滾動瀏覽後(重要的源除外)', // DIRTY
  276. 'upon_gone' => '在被原訂閱源移除後',
  277. 'upon_reception' => '在接收文章後',
  278. 'when' => '何時將文章標記為已讀',
  279. 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
  280. 'when_same_title_in_feed' => '已存在 n 條相同標題文章 (of the feed)', // DIRTY
  281. ),
  282. 'show' => array(
  283. '_' => '文章顯示',
  284. 'active_category' => '啟用的分類',
  285. 'adaptive' => 'Show unreads if any, all articles otherwise', // TODO
  286. 'all_articles' => '顯示所有',
  287. 'all_categories' => '所有分類',
  288. 'no_category' => '無分類',
  289. 'remember_categories' => '記住打開的分類',
  290. 'unread' => '只顯示未讀',
  291. 'unread_or_favorite' => 'Show unreads and favourites', // TODO
  292. ),
  293. 'show_fav_unread_help' => '同樣適用於標籤',
  294. 'sides_close_article' => '點擊文章區域外以關閉',
  295. 'star' => array(
  296. 'when' => '標記一篇文章為最愛…',
  297. ),
  298. 'sticky_post' => '打開文章時將其置於頁首',
  299. 'title' => '閱讀',
  300. 'view' => array(
  301. 'default' => '預設視圖',
  302. 'global' => '全屏視圖',
  303. 'normal' => '普通視圖',
  304. 'reader' => '閱讀視圖',
  305. ),
  306. ),
  307. 'sharing' => array(
  308. '_' => '分享',
  309. 'add' => '新增分享方式',
  310. 'bluesky' => 'Bluesky', // TODO
  311. 'deprecated' => '這項功能已廢棄並在將來版本的 FreshRSS 中移除,詳情請見 <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">說明文檔</a>.',
  312. 'diaspora' => 'Diaspora*', // IGNORE
  313. 'email' => '郵箱', // IGNORE
  314. 'facebook' => '臉書', // IGNORE
  315. 'more_information' => '更多資訊',
  316. 'print' => '列印',
  317. 'raindrop' => 'Raindrop.io', // IGNORE
  318. 'remove' => '刪除分享方式',
  319. 'shaarli' => 'Shaarli', // IGNORE
  320. 'share_name' => '名稱',
  321. 'share_url' => '地址',
  322. 'title' => '分享',
  323. 'twitter' => '推特', // IGNORE
  324. 'wallabag' => 'Wallabag', // IGNORE
  325. ),
  326. 'shortcut' => array(
  327. '_' => '快捷鍵',
  328. 'article_action' => '文章操作',
  329. 'auto_share' => '分享',
  330. 'auto_share_help' => '如果有多種分享方式,則會按照它們的序號依次訪問。',
  331. 'close_menus' => '關閉菜單',
  332. 'collapse_article' => '收起文章',
  333. 'first_article' => '打開第一篇文章',
  334. 'focus_search' => '聚焦到搜尋框',
  335. 'global_view' => '切換到全屏視圖',
  336. 'help' => '顯示幫助文檔',
  337. 'javascript' => '若要使用快捷鍵,必須啟用 JavaScript',
  338. 'last_article' => '打開最後一篇文章',
  339. 'load_more' => '載入更多文章',
  340. 'mark_favorite' => '加入收藏',
  341. 'mark_read' => '設為已讀',
  342. 'navigation' => '瀏覽',
  343. 'navigation_help' => '組合 <kbd>⇧ Shift</kbd> 鍵,瀏覽快捷鍵將生效於訂閱源。<br/>組合 <kbd>Alt ⎇</kbd> 鍵,瀏覽快捷鍵將生效於分類。',
  344. 'navigation_no_mod_help' => '以下快捷鍵不支持組合鍵(Shift 或 Alt)',
  345. 'next_article' => '打開下一篇文章',
  346. 'next_unread_article' => '打開下一篇未讀文章',
  347. 'non_standard' => '這些鍵 (<kbd>%s</kbd>) 可能不能作為快捷鍵',
  348. 'normal_view' => '切換到普通視圖',
  349. 'other_action' => '其它操作',
  350. 'previous_article' => '打開上一篇文章',
  351. 'reading_view' => '切換到閱讀視圖',
  352. 'rss_view' => '切換到 RSS 視圖',
  353. 'see_on_website' => '在原網站中查看',
  354. 'shift_for_all_read' => '組合 <kbd>Alt ⎇</kbd>鍵 將上方的文章標記為已讀<br />組合 <kbd>⇧ Shift</kbd>按鍵 可以將全部文章設為已讀',
  355. 'skip_next_article' => '跳轉到下一篇文章而不打開',
  356. 'skip_previous_article' => '跳轉到上一篇文章而不打開',
  357. 'title' => '快捷鍵',
  358. 'toggle_aside' => 'Toggle sidebar', // TODO
  359. 'toggle_media' => '播放/暫停媒體',
  360. 'user_filter' => '顯示自定義查詢',
  361. 'user_filter_help' => '如果有多個自定義過濾器,則會按照它們的序號依次訪問。',
  362. 'views' => '視圖',
  363. ),
  364. 'user' => array(
  365. 'articles_and_size' => '%s 篇文章 (%s)',
  366. 'current' => '當前使用者',
  367. 'is_admin' => '該使用者為管理員',
  368. 'users' => '使用者',
  369. ),
  370. );