conf.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  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' => 'For compatible themes only', // TODO
  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. 'privacy' => array(
  101. '_' => 'Privacy', // TODO
  102. 'retrieve_extension_list' => 'Retrieve extension list', // TODO
  103. ),
  104. 'profile' => array(
  105. '_' => '账户管理',
  106. 'api' => array(
  107. '_' => 'API 管理',
  108. 'api_not_set' => 'API password not set', // TODO
  109. 'api_set' => 'API password set', // TODO
  110. 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>', // TODO
  111. 'disabled' => 'The API access is disabled.', // TODO
  112. '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
  113. 'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>', // TODO
  114. ),
  115. 'delete' => array(
  116. '_' => '账户删除',
  117. 'warn' => '你的帐户以及所有相关数据将被删除。',
  118. ),
  119. 'email' => '邮箱地址',
  120. 'password_api' => 'API 密码<br /><small>(例如用于手机应用)</small>',
  121. 'password_form' => '密码<br /><small>(用于 Web-form 登录方式)</small>',
  122. 'password_format' => '至少 7 个字符',
  123. 'title' => '账户',
  124. ),
  125. 'query' => array(
  126. '_' => '自定义查询',
  127. 'deprecated' => '此查询不再有效。相关的分类或订阅源已被删除。',
  128. 'description' => 'Description', // TODO
  129. 'filter' => array(
  130. '_' => '生效的过滤器:',
  131. 'categories' => '按分类显示',
  132. 'feeds' => '按订阅源显示',
  133. 'order' => '按日期排序',
  134. 'search' => '表达式',
  135. 'shareOpml' => '启用相应类别和 feed 的 OPML 分享',
  136. 'shareRss' => '启用 HTML 和 RSS 分享',
  137. 'state' => '状态',
  138. 'tags' => '按标签显示',
  139. 'type' => '类型',
  140. ),
  141. 'get_A' => 'Show all feeds, also those shown in their category', // TODO
  142. 'get_Z' => 'Show all feeds, also archived ones', // TODO
  143. 'get_all' => '显示所有文章',
  144. 'get_all_labels' => '显示所有打了标签的文章',
  145. 'get_category' => '显示分类“%s”',
  146. 'get_favorite' => '显示收藏文章',
  147. 'get_feed' => '显示订阅源“%s”',
  148. 'get_important' => '显示来自“重要的订阅”的文章',
  149. 'get_label' => '显示打了“%s”标签的文章',
  150. 'help' => '参见文档: <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">queries and resharing by HTML / RSS / OPML</a>.',
  151. 'image_url' => 'Image URL', // TODO
  152. 'name' => '名称',
  153. 'no_filter' => '无过滤器',
  154. 'no_queries' => array(
  155. '_' => 'No user queries are saved yet.', // TODO
  156. 'help' => 'See <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation</a>', // TODO
  157. ),
  158. 'number' => '查询 n°%d',
  159. 'order_asc' => '由旧至新显示文章',
  160. 'order_desc' => '由新至旧显示文章',
  161. 'search' => '搜索 “%s”',
  162. 'share' => array(
  163. '_' => '分享您的自定义查询',
  164. 'disabled' => array(
  165. '_' => 'disabled', // TODO
  166. 'title' => 'Sharing', // TODO
  167. ),
  168. 'greader' => 'Shareable link to the GReader JSON', // TODO
  169. 'help' => '获取此自定义查询的分享链接',
  170. 'html' => 'HTML 页面的分享链接',
  171. 'opml' => '订阅源 OPML 的分享链接',
  172. 'rss' => 'RSS feed 的分享链接',
  173. ),
  174. 'state_0' => '显示所有文章',
  175. 'state_1' => '显示已读文章',
  176. 'state_2' => '显示未读文章',
  177. 'state_3' => '显示所有文章',
  178. 'state_4' => '显示收藏文章',
  179. 'state_5' => '显示已读的收藏文章',
  180. 'state_6' => '显示未读的收藏文章',
  181. 'state_7' => '显示收藏文章',
  182. 'state_8' => '显示未收藏文章',
  183. 'state_9' => '显示已读的未收藏文章',
  184. 'state_10' => '显示未读的未收藏文章',
  185. 'state_11' => '显示未收藏文章',
  186. 'state_12' => '显示所有文章',
  187. 'state_13' => '显示已读文章',
  188. 'state_14' => '显示未读文章',
  189. 'state_15' => '显示所有文章',
  190. 'title' => '自定义查询',
  191. ),
  192. 'reading' => array(
  193. '_' => '阅读',
  194. 'after_onread' => '“全部标记为已读”后',
  195. 'always_show_favorites' => '默认显示收藏夹中所有的文章',
  196. 'apply_to_individual_feed' => 'Applies to feeds individually', // TODO
  197. 'article' => array(
  198. 'authors_date' => array(
  199. '_' => '作者和日期',
  200. 'both' => '页脚与页眉',
  201. 'footer' => '页脚',
  202. 'header' => '页眉',
  203. 'none' => '不显示',
  204. ),
  205. 'feed_name' => array(
  206. 'above_title' => '在标题/标签上方',
  207. 'none' => '不显示',
  208. 'with_authors' => '与作者和日期一行',
  209. ),
  210. 'feed_title' => '订阅源标题',
  211. 'icons' => array(
  212. '_' => 'Article icons position<br /><small>(Reading view only)</small>', // TODO
  213. 'above_title' => 'Above title', // TODO
  214. 'with_authors' => 'In authors and date row', // TODO
  215. ),
  216. 'tags' => array(
  217. '_' => '文章标签',
  218. 'both' => '页脚与页眉',
  219. 'footer' => '页脚',
  220. 'header' => '页眉',
  221. 'none' => '不显示',
  222. ),
  223. 'tags_max' => array(
  224. '_' => '标签最多显示个数',
  225. 'help' => '0 表示:显示所有标签且不折叠',
  226. ),
  227. ),
  228. 'articles_per_page' => '每页文章数',
  229. 'auto_load_more' => '在页面底部载入更多文章',
  230. 'auto_remove_article' => '阅读后隐藏文章',
  231. 'confirm_enabled' => '“全部标记为已读”时显示确认对话框',
  232. 'display_articles_unfolded' => '默认展开显示文章',
  233. 'display_categories_unfolded' => '展开的分类',
  234. 'headline' => array(
  235. 'articles' => '文章:打开/关闭',
  236. 'articles_header_footer' => '文章: 页眉/页脚',
  237. 'categories' => '左侧导航栏:分类',
  238. 'mark_as_read' => '标为已读选项',
  239. 'misc' => '其它',
  240. 'view' => '浏览',
  241. ),
  242. 'hide_read_feeds' => '隐藏没有未读文章的分类和订阅源(启用“显示所有文章”后不生效)',
  243. 'img_with_lazyload' => '延迟加载图片',
  244. 'jump_next' => '跳转到下一未读项',
  245. 'mark_updated_article_unread' => '将有更新的文章设为未读',
  246. 'number_divided_when_reader' => '阅读视图中显示一半',
  247. 'read' => array(
  248. 'article_open_on_website' => '在打开原文章后',
  249. 'article_viewed' => '在文章被浏览后',
  250. 'focus' => '被聚焦时(除了重要订阅)',
  251. 'keep_max_n_unread' => '未读最多保留 n 条',
  252. 'scroll' => '在滚动浏览后(除了重要订阅)',
  253. 'upon_gone' => '在被原订阅源被移除后',
  254. 'upon_reception' => '在接收文章后',
  255. 'when' => '何时将文章标记为已读',
  256. 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
  257. 'when_same_title_in_feed' => '已存在 n 条相同标题文章 (of the feed)', // DIRTY
  258. ),
  259. 'show' => array(
  260. '_' => '文章显示',
  261. 'active_category' => '活跃的分类',
  262. 'adaptive' => 'Show unreads if any, all articles otherwise', // TODO
  263. 'all_articles' => '显示所有',
  264. 'all_categories' => '所有分类',
  265. 'no_category' => '无分类',
  266. 'remember_categories' => '记住打开的分类',
  267. 'unread' => '只显示未读',
  268. 'unread_or_favorite' => 'Show unreads and favourites', // TODO
  269. ),
  270. 'show_fav_unread_help' => '同样适用于标签',
  271. 'sides_close_article' => '点击文章文本区域外关闭文章',
  272. 'sort' => array(
  273. '_' => '排列顺序',
  274. 'newer_first' => '由新至旧',
  275. 'older_first' => '由旧至新',
  276. ),
  277. 'star' => array(
  278. 'when' => 'Mark an article as favourite…', // TODO
  279. ),
  280. 'sticky_post' => '打开文章时将其置顶',
  281. 'title' => '阅读',
  282. 'view' => array(
  283. 'default' => '默认视图',
  284. 'global' => '全屏视图',
  285. 'normal' => '普通视图',
  286. 'reader' => '阅读视图',
  287. ),
  288. ),
  289. 'sharing' => array(
  290. '_' => '分享',
  291. 'add' => '添加分享方式',
  292. 'bluesky' => 'Bluesky', // TODO
  293. 'deprecated' => '此功能已被废弃并会在未来的 FreshRSS 版本中移除,详情见 <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="打开文档获更多信息" target="_blank">说明文档</a>.',
  294. 'diaspora' => 'Diaspora*', // IGNORE
  295. 'email' => 'Email', // IGNORE
  296. 'facebook' => 'Facebook', // IGNORE
  297. 'more_information' => '更多信息',
  298. 'print' => '打印',
  299. 'raindrop' => 'Raindrop.io', // IGNORE
  300. 'remove' => '删除分享方式',
  301. 'shaarli' => 'Shaarli', // IGNORE
  302. 'share_name' => '显示名称',
  303. 'share_url' => '用于分享的 URL',
  304. 'title' => '分享',
  305. 'twitter' => 'Twitter', // IGNORE
  306. 'wallabag' => 'wallabag', // IGNORE
  307. ),
  308. 'shortcut' => array(
  309. '_' => '快捷键',
  310. 'article_action' => '文章操作',
  311. 'auto_share' => '分享',
  312. 'auto_share_help' => '如果有多种分享方式,则会按照它们的序号依次访问。',
  313. 'close_dropdown' => '关闭菜单',
  314. 'collapse_article' => '折叠文章',
  315. 'first_article' => '打开第一篇文章',
  316. 'focus_search' => '访问搜索框',
  317. 'global_view' => '切换到全屏视图',
  318. 'help' => '显示帮助文档',
  319. 'javascript' => '若要使用快捷键,必须启用 JavaScript',
  320. 'last_article' => '打开最后一篇文章',
  321. 'load_more' => '载入更多文章',
  322. 'mark_favorite' => '加入收藏',
  323. 'mark_read' => '设为已读',
  324. 'navigation' => '浏览',
  325. 'navigation_help' => '组合 <kbd>⇧ Shift</kbd> 键,导航快捷键将应用于订阅源。<br/>组合 <kbd>Alt ⎇</kbd> 键,导航快捷键将应用于分类。',
  326. 'navigation_no_mod_help' => '以下快捷键不支持组合键(Shift 或 Alt)',
  327. 'next_article' => '打开下一篇文章',
  328. 'next_unread_article' => '打开下一篇未读文章',
  329. 'non_standard' => '这些键(<kbd>%s</kbd>)可能不能作为快捷键',
  330. 'normal_view' => '切换到普通视图',
  331. 'other_action' => '其他操作',
  332. 'previous_article' => '打开上一篇文章',
  333. 'reading_view' => '切换到阅读视图',
  334. 'rss_view' => '切换到 RSS 视图',
  335. 'see_on_website' => '在原网站中查看',
  336. 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> 键将上方的文章标记为已读<br />+ <kbd>⇧ Shift</kbd> 键将所有文章设为已读',
  337. 'skip_next_article' => '跳转到下一篇文章而不打开',
  338. 'skip_previous_article' => '跳转到上一篇文章而不打开',
  339. 'title' => '快捷键',
  340. 'toggle_media' => '播放/暂停媒体',
  341. 'user_filter' => '显示自定义查询',
  342. 'user_filter_help' => '如果有多个自定义过滤器,则会按照它们的序号依次访问。',
  343. 'views' => '视图',
  344. ),
  345. 'user' => array(
  346. 'articles_and_size' => '%s 篇文章(%s)',
  347. 'current' => '当前用户',
  348. 'is_admin' => '该用户为管理员',
  349. 'users' => '用户',
  350. ),
  351. );