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' => '每订阅源最多保留的文章数',
  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. '_' => '“全部标记为已读”按钮',
  102. 'big' => '大',
  103. 'none' => '无',
  104. 'small' => '小',
  105. ),
  106. 'notification' => array(
  107. 'html5_enable_notif' => '启用通知',
  108. ),
  109. 'notification_timeout' => array(
  110. 'bad' => array(
  111. 'label' => '显示警告横幅',
  112. 'seconds' => '秒(至少 1)',
  113. ),
  114. 'good' => array(
  115. 'label' => '显示确认横幅',
  116. 'seconds' => '秒(0 表示不显示)',
  117. ),
  118. ),
  119. 'privacy' => array(
  120. '_' => '隐私',
  121. 'retrieve_extension_list' => '获取扩展列表',
  122. ),
  123. 'profile' => array(
  124. '_' => '账户管理',
  125. 'api' => array(
  126. '_' => 'API 管理',
  127. 'api_not_set' => 'API密码未设置',
  128. 'api_set' => 'API密码已设置',
  129. 'check_link' => '通过以下地址检查 API 状态:<kbd><a href="../api/" target="_blank">%s</a></kbd>',
  130. 'disabled' => 'API 访问已禁用。',
  131. 'documentation_link' => '查看 <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">文档和已知应用列表</a>',
  132. 'help' => '查看 <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>文档</a>',
  133. ),
  134. 'change_password' => '修改密码',
  135. 'confirm_new_password' => '确认新密码',
  136. 'current_password' => '当前密码<br /><small>(用于网页表单登录方式)</small>',
  137. 'delete' => array(
  138. '_' => '账户删除',
  139. 'warn' => '你的帐户以及所有相关数据将被删除。',
  140. ),
  141. 'email' => '邮箱地址',
  142. 'new_password' => '新密码',
  143. 'password_api' => 'API 密码<br /><small>(例如用于手机应用)</small>',
  144. 'password_format' => '至少 7 个字符',
  145. 'title' => '账户',
  146. ),
  147. 'query' => array(
  148. '_' => '自定义查询',
  149. 'deprecated' => '此查询不再有效。相关的分类或订阅源已被删除。',
  150. 'description' => '描述',
  151. 'filter' => array(
  152. '_' => '生效的过滤器:',
  153. 'categories' => '按分类显示',
  154. 'feeds' => '按订阅源显示',
  155. 'order' => '按日期排序',
  156. 'publish_labels_instead_of_tags' => '在共享的 RSS 中用 <i>用户标签</i> 替换 <i>订阅源标签</i>', // DIRTY
  157. 'search' => '表达式',
  158. 'shareOpml' => '启用相应类别和 feed 的 OPML 分享',
  159. 'shareRss' => '启用 HTML 和 RSS 分享',
  160. 'state' => '状态',
  161. 'tags' => '按标签显示',
  162. 'type' => '类型',
  163. ),
  164. 'get_A' => '显示所有订阅源,包括仅其分类中显示的订阅源',
  165. 'get_Z' => '显示所有订阅源,包括已归档的订阅源',
  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">queries and resharing by HTML / RSS / OPML</a>.',
  174. 'image_url' => '图片 URL',
  175. 'name' => '名称',
  176. 'no_filter' => '无过滤器',
  177. 'no_queries' => array(
  178. '_' => '尚未保存任何用户查询。',
  179. 'help' => '查看 <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">文档</a>',
  180. ),
  181. 'number' => '查询 n°%d',
  182. 'order_asc' => '由旧至新显示文章',
  183. 'order_desc' => '由新至旧显示文章',
  184. 'search' => '搜索 “%s”',
  185. 'share' => array(
  186. '_' => '分享您的自定义查询',
  187. 'disabled' => array(
  188. '_' => '已禁用',
  189. 'title' => '分享',
  190. ),
  191. 'greader' => 'GReader JSON 的分享链接', // DIRTY
  192. 'help' => '获取此自定义查询的分享链接',
  193. 'html' => 'HTML 页面的分享链接',
  194. 'opml' => '订阅源 OPML 的分享链接',
  195. 'rss' => 'RSS feed 的分享链接',
  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' => '单独应用于各订阅源',
  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' => '在滚动浏览后(除了重要订阅)',
  276. 'upon_gone' => '在被原订阅源被移除后',
  277. 'upon_reception' => '在接收文章后',
  278. 'when' => '何时将文章标记为已读',
  279. 'when_same_title_in_category' => '如果分类中已经存在相同标题的最新 <i>n</i> 篇文章',
  280. 'when_same_title_in_feed' => '如果订阅源中已经存在相同标题的最新 <i>n</i> 篇文章',
  281. ),
  282. 'show' => array(
  283. '_' => '文章显示',
  284. 'active_category' => '活跃的分类',
  285. 'adaptive' => '若有未读项就显示未读,否则显示所有文章',
  286. 'all_articles' => '显示所有',
  287. 'all_categories' => '所有分类',
  288. 'no_category' => '无分类',
  289. 'remember_categories' => '记住打开的分类',
  290. 'unread' => '只显示未读',
  291. 'unread_or_favorite' => '显示未读及收藏',
  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', // IGNORE
  311. 'deprecated' => '此功能已被废弃并会在未来的 FreshRSS 版本中移除,详情见 <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="打开文档获更多信息" target="_blank">说明文档</a>.',
  312. 'diaspora' => 'Diaspora*', // IGNORE
  313. 'email' => 'Email', // IGNORE
  314. 'facebook' => 'Facebook', // IGNORE
  315. 'more_information' => '更多信息',
  316. 'print' => '打印',
  317. 'raindrop' => 'Raindrop.io', // IGNORE
  318. 'remove' => '删除分享方式',
  319. 'shaarli' => 'Shaarli', // IGNORE
  320. 'share_name' => '显示名称',
  321. 'share_url' => '用于分享的 URL',
  322. 'title' => '分享',
  323. 'twitter' => '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' => '切换侧边栏',
  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. );