conf.php 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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. 'icon' => array(
  34. 'bottom_line' => '底欄',
  35. 'display_authors' => '作者',
  36. 'entry' => '文章圖示',
  37. 'publication_date' => '更新日期',
  38. 'related_tags' => '相關標簽',
  39. 'sharing' => '分享',
  40. 'summary' => '摘要',
  41. 'top_line' => '頂欄',
  42. ),
  43. 'language' => '語言',
  44. 'notif_html5' => array(
  45. 'seconds' => '秒(0 表示不超時)',
  46. 'timeout' => 'HTML5 通知超時時間',
  47. ),
  48. 'show_nav_buttons' => '顯示導航按鈕',
  49. 'theme' => '主題',
  50. 'theme_not_available' => '“%s” 主題不再可用,請選擇其他主題。',
  51. 'thumbnail' => array(
  52. 'label' => '縮圖',
  53. 'landscape' => '風景',
  54. 'none' => '無',
  55. 'portrait' => '肖像',
  56. 'square' => '方塊',
  57. ),
  58. 'title' => '顯示',
  59. 'width' => array(
  60. 'content' => '內容寬度',
  61. 'large' => '寬',
  62. 'medium' => '中',
  63. 'no_limit' => '無限制',
  64. 'thin' => '窄',
  65. ),
  66. ),
  67. 'logs' => array(
  68. 'loglist' => array(
  69. 'level' => '日誌等級',
  70. 'message' => '信息',
  71. 'timestamp' => '時間',
  72. ),
  73. 'pagination' => array(
  74. 'first' => '首頁',
  75. 'last' => '末頁',
  76. 'next' => '下一頁',
  77. 'previous' => '上一頁',
  78. ),
  79. ),
  80. 'profile' => array(
  81. '_' => '使用者管理',
  82. 'api' => 'API 管理',
  83. 'delete' => array(
  84. '_' => '帳號刪除',
  85. 'warn' => '將刪除你的帳號以及所有相關數據!',
  86. ),
  87. 'email' => '郵箱地址',
  88. 'password_api' => 'API 密碼<br /><small>(例如用於手機應用)</small>',
  89. 'password_form' => '密碼<br /><small>(用於 Web-form 登入方式)</small>',
  90. 'password_format' => '至少 7 個字元',
  91. 'title' => '用戶帳號',
  92. ),
  93. 'query' => array(
  94. '_' => '自定義查詢',
  95. 'deprecated' => '此查詢不再有效。相關的分類或訂閱源已被刪除。',
  96. 'filter' => array(
  97. '_' => '生效的過濾器:',
  98. 'categories' => '按分類顯示',
  99. 'feeds' => '按訂閱源顯示',
  100. 'order' => '按日期排序',
  101. 'search' => '表達式',
  102. 'state' => '狀態',
  103. 'tags' => '按標簽顯示',
  104. 'type' => '類型',
  105. ),
  106. 'get_all' => '顯示所有文章',
  107. 'get_category' => '顯示分類 "%s"',
  108. 'get_favorite' => '顯示收藏文章',
  109. 'get_feed' => '顯示訂閱源 "%s"',
  110. 'name' => '名稱',
  111. 'no_filter' => '無過濾器',
  112. 'number' => '查詢 n°%d',
  113. 'order_asc' => '由舊至新顯示文章',
  114. 'order_desc' => '由新至舊顯示文章',
  115. 'search' => '搜尋 "%s"',
  116. 'state_0' => '顯示所有文章',
  117. 'state_1' => '顯示已讀文章',
  118. 'state_2' => '顯示未讀文章',
  119. 'state_3' => '顯示所有文章',
  120. 'state_4' => '顯示收藏文章',
  121. 'state_5' => '顯示已讀的收藏文章',
  122. 'state_6' => '顯示未讀的收藏文章',
  123. 'state_7' => '顯示收藏文章',
  124. 'state_8' => '顯示未收藏文章',
  125. 'state_9' => '顯示已讀的未收藏文章',
  126. 'state_10' => '顯示未讀的未收藏文章',
  127. 'state_11' => '顯示未收藏文章',
  128. 'state_12' => '顯示所有文章',
  129. 'state_13' => '顯示已讀文章',
  130. 'state_14' => '顯示未讀文章',
  131. 'state_15' => '顯示所有文章',
  132. 'title' => '自定義查詢',
  133. ),
  134. 'reading' => array(
  135. '_' => '閱讀',
  136. 'after_onread' => '「全部標記為已讀」後',
  137. 'always_show_favorites' => '預設顯示收藏夾中所有的文章',
  138. 'article' => array(
  139. 'authors_date' => array(
  140. '_' => '作者和日期',
  141. 'both' => '兩者都顯示',
  142. 'footer' => '僅頁腳顯示',
  143. 'header' => '僅頁眉顯示',
  144. 'none' => '不顯示',
  145. ),
  146. 'feed_name' => array(
  147. 'above_title' => '在文章標題和標簽上方',
  148. 'none' => '不顯示',
  149. 'with_authors' => '與作者和日期一行',
  150. ),
  151. 'feed_title' => '訂閱源標題',
  152. 'tags' => array(
  153. '_' => '文章標簽',
  154. 'both' => '兩者都顯示',
  155. 'footer' => '僅頁腳顯示',
  156. 'header' => '僅頁眉顯示',
  157. 'none' => '不顯示',
  158. ),
  159. 'tags_max' => array(
  160. '_' => '標簽最多顯示個數',
  161. 'help' => '0 標識顯示所有標簽',
  162. ),
  163. ),
  164. 'articles_per_page' => '每頁文章數',
  165. 'auto_load_more' => '在頁面底部載入更多文章',
  166. 'auto_remove_article' => '閱讀後隱藏文章',
  167. 'confirm_enabled' => '「全部標記為已讀」時顯示確認對話框',
  168. 'display_articles_unfolded' => '預設展開顯示文章',
  169. 'display_categories_unfolded' => '要展開的分類',
  170. 'headline' => array(
  171. 'articles' => '文章:打開/關閉',
  172. 'articles_header_footer' => '文章: 頁眉/頁腳',
  173. 'categories' => '左側導航:分類',
  174. 'mark_as_read' => '標為已讀選項',
  175. 'misc' => '其它',
  176. 'view' => '瀏覽',
  177. ),
  178. 'hide_read_feeds' => '隱藏沒有未讀文章的分類和訂閱源 (啟用「顯示所有文章」後不生效)',
  179. 'img_with_lazyload' => '延遲加載圖片',
  180. 'jump_next' => '跳轉到下一未讀項(訂閱源或分類)',
  181. 'mark_updated_article_unread' => '將更新的文章設為未讀',
  182. 'number_divided_when_reader' => '閱讀視圖中顯示一半',
  183. 'read' => array(
  184. 'article_open_on_website' => '在打開原文章後',
  185. 'article_viewed' => '在文章被瀏覽後',
  186. 'keep_max_n_unread' => '未讀最多保留 n 條',
  187. 'scroll' => '在滾動瀏覽後',
  188. 'upon_gone' => '在被原訂閱源移除後',
  189. 'upon_reception' => '在接收文章後',
  190. 'when' => '何時將文章標記為已讀',
  191. 'when_same_title' => '已存在 n 條相同標題文章',
  192. ),
  193. 'show' => array(
  194. '_' => '文章顯示',
  195. 'active_category' => '啟用的分類',
  196. 'adaptive' => '智能顯示',
  197. 'all_articles' => '顯示所有',
  198. 'all_categories' => '所有分類',
  199. 'no_category' => '無分類',
  200. 'remember_categories' => '記住打開的分類',
  201. 'unread' => '只顯示未讀',
  202. ),
  203. 'show_fav_unread_help' => '同樣適用於標簽',
  204. 'sides_close_article' => '點擊文章區域外以關閉',
  205. 'sort' => array(
  206. '_' => '排列順序',
  207. 'newer_first' => '由新至舊',
  208. 'older_first' => '由舊至新',
  209. ),
  210. 'sticky_post' => '打開文章時將其置於頁首',
  211. 'title' => '閱讀',
  212. 'view' => array(
  213. 'default' => '預設視圖',
  214. 'global' => '全屏視圖',
  215. 'normal' => '普通視圖',
  216. 'reader' => '閱讀視圖',
  217. ),
  218. ),
  219. 'sharing' => array(
  220. '_' => '分享',
  221. 'add' => '添加分享方式',
  222. 'blogotext' => 'Blogotext', // IGNORE
  223. 'deprecated' => '這項功能已廢棄並在將來版本的 FreshRSS 中移除,詳情請見 <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">說明文檔</a>.',
  224. 'diaspora' => 'Diaspora*', // IGNORE
  225. 'email' => '郵箱', // IGNORE
  226. 'facebook' => '臉書', // IGNORE
  227. 'more_information' => '更多信息',
  228. 'print' => '打印',
  229. 'raindrop' => 'Raindrop.io', // IGNORE
  230. 'remove' => '刪除分享方式',
  231. 'shaarli' => 'Shaarli', // IGNORE
  232. 'share_name' => '名稱',
  233. 'share_url' => '地址',
  234. 'title' => '分享',
  235. 'twitter' => '推特', // IGNORE
  236. 'wallabag' => 'Wallabag', // IGNORE
  237. ),
  238. 'shortcut' => array(
  239. '_' => '快捷鍵',
  240. 'article_action' => '文章操作',
  241. 'auto_share' => '分享',
  242. 'auto_share_help' => '如果有多種分享方式,則會按照它們的序號依次訪問。',
  243. 'close_dropdown' => '關閉菜單',
  244. 'collapse_article' => '收起文章',
  245. 'first_article' => '打開第一篇文章',
  246. 'focus_search' => '聚焦到搜尋框',
  247. 'global_view' => '切換到全屏視圖',
  248. 'help' => '顯示幫助文檔',
  249. 'javascript' => '若要使用快捷鍵,必須啟用 JavaScript',
  250. 'last_article' => '打開最後一篇文章',
  251. 'load_more' => '載入更多文章',
  252. 'mark_favorite' => '加入收藏',
  253. 'mark_read' => '設為已讀',
  254. 'navigation' => '瀏覽',
  255. 'navigation_help' => '組合 <kbd>⇧ Shift</kbd> 鍵,瀏覽快捷鍵將生效於訂閱源。<br/>組合 <kbd>Alt ⎇</kbd> 鍵,瀏覽快捷鍵將生效於分類。',
  256. 'navigation_no_mod_help' => '以下快捷鍵不支持組合鍵(Shift 或 Alt)',
  257. 'next_article' => '打開下一篇文章',
  258. 'next_unread_article' => '打開下一篇未讀文章',
  259. 'non_standard' => '這些鍵 (<kbd>%s</kbd>) 可能不能作為快捷鍵',
  260. 'normal_view' => '切換到普通視圖',
  261. 'other_action' => '其它操作',
  262. 'previous_article' => '打開上一篇文章',
  263. 'reading_view' => '切換到閱讀視圖',
  264. 'rss_view' => '切換到 RSS 視圖',
  265. 'see_on_website' => '在原網站中查看',
  266. 'shift_for_all_read' => '組合 <kbd>Alt ⎇</kbd>鍵 將上方的文章標記為已讀<br />組合 <kbd>⇧ Shift</kbd>按鍵 可以將全部文章設為已讀',
  267. 'skip_next_article' => '跳轉到下一篇文章而不打開',
  268. 'skip_previous_article' => '跳轉到上一篇文章而不打開',
  269. 'title' => '快捷鍵',
  270. 'toggle_media' => '播放/暫停媒體',
  271. 'user_filter' => '顯示自定義查詢',
  272. 'user_filter_help' => '如果有多個自定義過濾器,則會按照它們的序號依次訪問。',
  273. 'views' => '視圖',
  274. ),
  275. 'user' => array(
  276. 'articles_and_size' => '%s 篇文章 (%s)',
  277. 'current' => '當前使用者',
  278. 'is_admin' => '該使用者為管理員',
  279. 'users' => '用戶',
  280. ),
  281. );