conf.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  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' => '每個訂閱源保留的最大文章數',
  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. 'show_title_unread' => '在標題中顯示未讀文章的數量',
  56. 'show_unread_count' => array(
  57. '_' => 'Show unread counts in sidebar', // TODO
  58. 'all' => 'For all categories and feeds', // TODO
  59. 'important' => 'For important feeds only', // TODO
  60. 'important_locked' => 'Important feeds always show their unread count.', // TODO
  61. 'none' => 'Never', // TODO
  62. ),
  63. 'sidebar_hidden_by_default' => '預設隱藏側邊欄',
  64. 'theme' => array(
  65. '_' => '主題',
  66. 'deprecated' => array(
  67. '_' => '已棄用',
  68. 'description' => '此主題不再支援,並且在 <a href="https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#theme" target="_blank">FreshRSS 的未來版本</a> 中將不再可用',
  69. ),
  70. ),
  71. 'theme_not_available' => '“%s” 主題不再可用,請選擇另一個主題。',
  72. 'thumbnail' => array(
  73. 'label' => '縮圖',
  74. 'landscape' => '風景',
  75. 'none' => '無',
  76. 'portrait' => '人像',
  77. 'square' => '方形',
  78. ),
  79. 'timezone' => '時區',
  80. 'title' => '顯示',
  81. 'website' => array(
  82. 'full' => '圖示及名稱',
  83. 'icon' => '僅圖示',
  84. 'label' => '網站',
  85. 'name' => '僅名稱',
  86. 'none' => '無',
  87. ),
  88. 'width' => array(
  89. 'content' => '內容寬度',
  90. 'large' => '寬',
  91. 'medium' => '中',
  92. 'no_limit' => '全寬',
  93. 'thin' => '窄',
  94. ),
  95. ),
  96. 'logs' => array(
  97. 'loglist' => array(
  98. 'level' => '紀錄等級',
  99. 'message' => '紀錄訊息',
  100. 'timestamp' => '時間戳',
  101. ),
  102. 'pagination' => array(
  103. 'first' => '第一頁',
  104. 'last' => '最後一頁',
  105. 'next' => '下一頁',
  106. 'previous' => '上一頁',
  107. ),
  108. ),
  109. 'mark_read_button' => array(
  110. '_' => '“標記全部為已讀” 按鈕',
  111. 'big' => '大',
  112. 'none' => '無',
  113. 'small' => '小',
  114. ),
  115. 'notification' => array(
  116. 'html5_enable_notif' => '啟用通知',
  117. ),
  118. 'notification_timeout' => array(
  119. 'bad' => array(
  120. 'label' => '顯示警告橫幅',
  121. 'seconds' => '秒 (至少為 1)',
  122. ),
  123. 'good' => array(
  124. 'label' => '顯示確認橫幅',
  125. 'seconds' => '秒 (0 代表不顯示)',
  126. ),
  127. ),
  128. 'privacy' => array(
  129. '_' => '隱私',
  130. 'retrieve_extension_list' => '取得擴充功能清單',
  131. 'send_referrer_allowlist' => 'Sites allowed to see your server address (%s)', // TODO
  132. ),
  133. 'profile' => array(
  134. '_' => '設定檔管理',
  135. 'api' => array(
  136. '_' => '透過 API 進行外部存取',
  137. 'api_not_set' => 'API 密碼未設定',
  138. 'api_set' => 'API 密碼已設定',
  139. 'check_link' => '透過此處檢查 API 狀態: <kbd><a href="../api/" target="_blank">%s</a></kbd>',
  140. 'disabled' => 'API 存取已停用',
  141. 'documentation_link' => '請參閱 <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">說明文件與已知應用程式清單</a>',
  142. 'help' => '請參閱 <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>說明文件</a>',
  143. 'security_warning' => 'Use HTTPS. The API password is transmitted in clear text and may appear in server logs if sent via GET.', // TODO
  144. ),
  145. 'change_password' => '變更密碼',
  146. 'confirm_new_password' => '確認新密碼',
  147. 'current_password' => '目前密碼<br /><small>(用於 Web 表單登入方式)</small>',
  148. 'delete' => array(
  149. '_' => '帳號刪除',
  150. 'warn' => '你的帳號及所有相關資料將被刪除。',
  151. ),
  152. 'email' => '電子郵件位址',
  153. 'new_password' => '新密碼',
  154. 'password_api' => 'API 密碼<br /><small>(例如用於移動端應用程式)</small>',
  155. 'password_format' => '至少 7 個字元',
  156. 'title' => '設定檔',
  157. ),
  158. 'query' => array(
  159. '_' => '使用者查詢',
  160. 'create' => '建立新使用者查詢',
  161. 'deprecated' => '此查詢不再有效。相關的類別或訂閱源已被刪除。',
  162. 'description' => '描述',
  163. 'filter' => array(
  164. '_' => '套用的過濾器:',
  165. 'categories' => '按類別顯示',
  166. 'feeds' => '按訂閱源顯示',
  167. 'order' => '按日期排序',
  168. 'publish_labels_instead_of_tags' => 'Replace <i>feed tags</i> by <i>user labels</i> in the shared RSS', // TODO
  169. 'search' => '表達式',
  170. 'shareOpml' => '啟用透過對應類別和訂閱源的 OPML 分享',
  171. 'shareRss' => '啟用透過 HTML 分享 &amp; RSS',
  172. 'state' => '狀態',
  173. 'tags' => '按標籤顯示',
  174. 'type' => '類型',
  175. ),
  176. 'get_A' => 'Show all feeds, also those shown in their category', // TODO
  177. 'get_Z' => 'Show all feeds, also archived ones', // TODO
  178. 'get_all' => '顯示所有文章',
  179. 'get_all_labels' => '顯示任何標籤的文章',
  180. 'get_category' => '顯示類別 “%s”',
  181. 'get_favorite' => '顯示收藏的文章',
  182. 'get_feed' => '顯示訂閱源 “%s”',
  183. 'get_important' => '顯示來自重要訂閱源的文章',
  184. 'get_label' => '顯示帶有標籤 “%s” 的文章',
  185. 'help' => '請參閱 <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">說明文件以了解使用者查詢和透過 HTML / RSS / OPML 重新分享</a>。',
  186. 'image_url' => '影像 URL',
  187. 'name' => '名稱',
  188. 'no_filter' => '無過濾器',
  189. 'no_queries' => array(
  190. '_' => '尚無使用者查詢被儲存。',
  191. 'help' => '請參閱 <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">說明文件</a>',
  192. ),
  193. 'number' => '查詢 n°%d',
  194. 'order_asc' => '先顯示最舊文章',
  195. 'order_desc' => '先顯示最新文章',
  196. 'search' => '搜尋 “%s”',
  197. 'share' => array(
  198. '_' => '透過連結分享此查詢',
  199. 'disabled' => array(
  200. '_' => '已停用',
  201. 'title' => '分享',
  202. ),
  203. 'greader' => 'GReader JSON 的可分享連結',
  204. 'help' => '如果您想與任何人分享此查詢,請提供此連結',
  205. 'html' => 'HTML 頁面的可分享連結',
  206. 'opml' => 'OPML 訂閱源清單的可分享連結',
  207. 'rss' => 'RSS 訂閱源的可分享連結',
  208. ),
  209. 'state_0' => '顯示所有文章',
  210. 'state_1' => '顯示已讀文章',
  211. 'state_2' => '顯示未讀文章',
  212. 'state_3' => '顯示所有文章',
  213. 'state_4' => '顯示收藏文章',
  214. 'state_5' => '顯示已讀的收藏文章',
  215. 'state_6' => '顯示未讀的收藏文章',
  216. 'state_7' => '顯示收藏文章',
  217. 'state_8' => '顯示未收藏文章',
  218. 'state_9' => '顯示已讀的未收藏文章',
  219. 'state_10' => '顯示未讀的未收藏文章',
  220. 'state_11' => '顯示未收藏文章',
  221. 'state_12' => '顯示所有文章',
  222. 'state_13' => '顯示已讀文章',
  223. 'state_14' => '顯示未讀文章',
  224. 'state_15' => '顯示所有文章',
  225. 'title' => '使用者查詢',
  226. ),
  227. 'reading' => array(
  228. '_' => '閱讀',
  229. 'after_onread' => '在 "標記全部為已讀" 之後,',
  230. 'always_show_favorites' => '預設顯示收藏中的所有文章',
  231. 'apply_to_individual_feed' => '個別套用到訂閱源',
  232. 'article' => array(
  233. 'authors_date' => array(
  234. '_' => '作者和日期',
  235. 'both' => '兩者都顯示',
  236. 'footer' => '僅頁腳顯示',
  237. 'header' => '僅頁眉顯示',
  238. 'none' => '不顯示',
  239. ),
  240. 'feed_name' => array(
  241. 'above_title' => '標題/標籤之上',
  242. 'none' => '不顯示',
  243. 'with_authors' => '在作者和日期那列',
  244. ),
  245. 'feed_title' => '訂閱源標題',
  246. 'icons' => array(
  247. '_' => '文章圖示位置<br /><small>(僅閱讀檢視)</small>',
  248. 'above_title' => '標題之上',
  249. 'with_authors' => '在作者和日期那列',
  250. ),
  251. 'tags' => array(
  252. '_' => '標籤',
  253. 'both' => '兩者都顯示',
  254. 'footer' => '僅頁腳顯示',
  255. 'header' => '僅頁眉顯示',
  256. 'none' => '不顯示',
  257. ),
  258. 'tags_max' => array(
  259. '_' => '標籤最大顯示數量',
  260. 'help' => '0 代表顯示所有標籤並且不摺疊它們',
  261. ),
  262. ),
  263. 'articles_per_page' => '每頁文章數',
  264. 'auto_load_more' => '在頁面底部載入更多文章',
  265. 'auto_remove_article' => '閱讀後隱藏文章',
  266. 'confirm_enabled' => '"標記全部為已讀" 動作時顯示確認對話框',
  267. 'display_articles_unfolded' => '預設不摺疊文章',
  268. 'display_categories_unfolded' => '不摺疊的類別',
  269. 'headline' => array(
  270. 'articles' => '文章: 開啟/關閉',
  271. 'articles_header_footer' => '文章: 頁首/頁尾',
  272. 'categories' => '左側導覽: 類別',
  273. 'mark_as_read' => '標記文章為已讀',
  274. 'misc' => '雜項',
  275. 'view' => '檢視',
  276. ),
  277. 'hide_read_feeds' => '隱藏無未讀文章的類別和訂閱源 ("顯示所有文章" 配置下不起作用)',
  278. 'img_with_lazyload' => '使用 <em>lazy load</em> 模式來載入圖片',
  279. 'jump_next' => '跳到下一個未讀項目',
  280. 'mark_updated_article_unread' => '標記已更新文章為未讀',
  281. 'number_divided_when_reader' => '在閱讀檢視中顯示一半。',
  282. 'read' => array(
  283. 'article_open_on_website' => '當文章的原始網站已被開啟',
  284. 'article_viewed' => '當文章已被檢視',
  285. 'focus' => '聚焦時 (重要訂閱源除外)',
  286. 'keep_max_n_unread' => '未讀保留的最大文章數',
  287. 'scroll' => '滾動時 (重要訂閱源除外)',
  288. 'upon_gone' => '當它不再出現在上游新聞訂閱源時',
  289. 'upon_reception' => '在接收文章時',
  290. 'when' => '標記文章為已讀…',
  291. 'when_same_guid_in_category' => '如果在類別最新的前 <i>n</i> 篇文章中已存在相同 GUID',
  292. 'when_same_title_in_category' => '如果在類別最新的前 <i>n</i> 篇文章中已存在相同標題',
  293. 'when_same_title_in_feed' => '如果在訂閱源最新的前 <i>n</i> 篇文章中已存在相同標題',
  294. ),
  295. 'show' => array(
  296. '_' => '要顯示的文章',
  297. 'active_category' => '啟用的類別',
  298. 'adaptive' => '如果有未讀文章就顯示,否則顯示所有文章',
  299. 'all_articles' => '顯示所有文章',
  300. 'all_categories' => '所有類別',
  301. 'no_category' => '無類別',
  302. 'remember_categories' => '記住開啟的類別',
  303. 'unread' => '顯示未讀',
  304. 'unread_or_favorite' => '顯示未讀和收藏',
  305. ),
  306. 'show_fav_unread_help' => '同樣適用於標籤',
  307. 'sides_close_article' => '點擊文章區域外以關閉',
  308. 'star' => array(
  309. 'when' => '標記文章為最愛…',
  310. ),
  311. 'sticky_post' => '開啟文章時將其固定於頁首',
  312. 'title' => '閱讀',
  313. 'view' => array(
  314. 'default' => '預設檢視',
  315. 'global' => '全域檢視',
  316. 'normal' => '普通檢視',
  317. 'reader' => '閱讀檢視',
  318. ),
  319. ),
  320. 'sharing' => array(
  321. '_' => '分享',
  322. 'add' => '新增分享方式',
  323. 'bluesky' => 'Bluesky', // IGNORE
  324. 'deprecated' => '此服務已被棄用,並將從 <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="開啟說明文件以取得更多資訊" target="_blank">未來版本</a> 的 FreshRSS 中被移除。',
  325. 'diaspora' => 'Diaspora*', // IGNORE
  326. 'email' => '電子郵件',
  327. 'facebook' => 'Facebook', // IGNORE
  328. 'more_information' => '更多資訊',
  329. 'print' => '列印',
  330. 'raindrop' => 'Raindrop.io', // IGNORE
  331. 'remove' => '移除分享方式',
  332. 'shaarli' => 'Shaarli', // IGNORE
  333. 'share_name' => '要顯示的分享名稱',
  334. 'share_url' => '要使用的分享 URL',
  335. 'title' => '分享',
  336. 'twitter' => 'Twitter', // IGNORE
  337. 'wallabag' => 'Wallabag', // IGNORE
  338. ),
  339. 'shortcut' => array(
  340. '_' => '快速鍵',
  341. 'article_action' => '文章操作',
  342. 'auto_share' => '分享',
  343. 'auto_share_help' => '如果只有一種分享模式,則會直接使用。否則,可透過編號存取每個模式。',
  344. 'close_menus' => '關閉選單',
  345. 'collapse_article' => '摺疊',
  346. 'first_article' => '開啟第一篇文章',
  347. 'focus_search' => '存取搜尋框',
  348. 'global_view' => '切換到全域檢視',
  349. 'help' => '顯示說明文件',
  350. 'javascript' => '必須啟用 JavaScript 才能使用快速鍵',
  351. 'last_article' => '開啟最後一篇文章',
  352. 'load_more' => '載入更多文章',
  353. 'mark_favorite' => '切換收藏',
  354. 'mark_read' => '切換已讀',
  355. 'navigation' => '導覽',
  356. 'navigation_help' => '搭配 <kbd>⇧ Shift</kbd> 修飾鍵時,導覽快速鍵會套用在訂閱源上。<br/>搭配 <kbd>Alt ⎇</kbd> 修飾鍵時,導覽快速鍵會套用在類別上。',
  357. 'navigation_no_mod_help' => '以下導覽快速鍵不支援修飾鍵。',
  358. 'next_article' => '開啟下一篇文章',
  359. 'next_unread_article' => '開啟下一篇未讀文章',
  360. 'non_standard' => '有些按鍵 (<kbd>%s</kbd>) 可能不能作為快速鍵。',
  361. 'normal_view' => '切換到普通檢視',
  362. 'other_action' => '其它操作',
  363. 'previous_article' => '開啟上一篇文章',
  364. 'reading_view' => '切換到閱讀檢視',
  365. 'rss_view' => '作為 RSS 訂閱源開啟',
  366. 'see_on_website' => '在原始網站上查看',
  367. 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> 標記之前的文章為已讀<br />+ <kbd>⇧ Shift</kbd> 標記所有文章為已讀',
  368. 'skip_next_article' => '跳轉到下一篇文章而不開啟',
  369. 'skip_previous_article' => '跳轉到上一篇文章而不開啟',
  370. 'title' => '快速鍵',
  371. 'toggle_aside' => '切換側邊欄',
  372. 'toggle_media' => '播放/暫停媒體',
  373. 'user_filter' => '存取使用者查詢',
  374. 'user_filter_help' => '如果有多個自定義過濾器,則會按照它們的序號依次訪問。',
  375. 'views' => '檢視',
  376. ),
  377. 'user' => array(
  378. 'articles_and_size' => '%s 篇文章 (%s)',
  379. 'current' => '目前使用者',
  380. 'is_admin' => '是否為管理員',
  381. 'users' => '使用者',
  382. ),
  383. );