admin.php 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. 'auth' => array(
  13. 'allow_anonymous' => '允许匿名阅读默认用户(%s)的文章',
  14. 'allow_anonymous_refresh' => '允许匿名刷新文章',
  15. 'api_enabled' => '允许 <abbr>API</abbr> 访问 <small>(用于手机应用和分享用户查询)</small>',
  16. 'form' => '网页表单(传统方式, 需要 JavaScript)',
  17. 'http' => 'HTTP(高级:由 Web 服务器、OIDC、SSO 管理…)',
  18. 'none' => '无(危险)',
  19. 'title' => '认证',
  20. 'token' => '主验证 token',
  21. 'token_help' => '允许不验证而访问用户的全部 RSS 输出以及刷新订阅源:',
  22. 'type' => '认证方式',
  23. ),
  24. 'extensions' => array(
  25. 'author' => '作者',
  26. 'community' => '可用的社区扩展',
  27. 'description' => '描述',
  28. 'disabled' => '已禁用',
  29. 'empty_list' => '没有已安装的扩展',
  30. 'empty_list_help' => '检查日志以确定扩展列表为空的原因。',
  31. 'enabled' => '已启用',
  32. 'is_compatible' => '兼容', // DIRTY
  33. 'latest' => '已安装',
  34. 'name' => '名称',
  35. 'no_configure_view' => '此扩展无法配置。',
  36. 'system' => array(
  37. '_' => '系统扩展',
  38. 'no_rights' => '系统扩展(你没有所需权限)',
  39. ),
  40. 'title' => '扩展',
  41. 'update' => '更新可用',
  42. 'user' => '用户扩展',
  43. 'version' => '版本',
  44. ),
  45. 'stats' => array(
  46. '_' => '统计数据',
  47. 'all_feeds' => '所有订阅源',
  48. 'category' => '分类',
  49. 'date_published' => '发布日期',
  50. 'date_received' => '接收日期',
  51. 'entry_count' => '文章数',
  52. 'entry_per_category' => '各分类文章数',
  53. 'entry_per_day' => '每日文章数(近三十日)',
  54. 'entry_per_day_of_week' => '一周中(平均:%.2f 条消息)',
  55. 'entry_per_hour' => '各小时(平均:%.2f 条消息)',
  56. 'entry_per_month' => '各月(平均:%.2f 条消息)',
  57. 'entry_repartition' => '文章分布',
  58. 'feed' => '订阅源',
  59. 'feed_per_category' => '各分类订阅源数',
  60. 'idle' => '长期无更新订阅源',
  61. 'main' => '主要统计数据',
  62. 'main_stream' => '首页',
  63. 'nb_unreads' => '未读文章数',
  64. 'no_idle' => '订阅源近期皆有更新!',
  65. 'number_entries' => '%d 篇文章',
  66. 'overview' => '概览',
  67. 'percent_of_total' => '%',
  68. 'repartition' => '文章分布: %s', // DIRTY
  69. 'status_favorites' => '收藏',
  70. 'status_read' => '已读',
  71. 'status_total' => '总计',
  72. 'status_unread' => '未读',
  73. 'title' => '统计',
  74. 'top_feed' => '前十订阅源',
  75. 'unread_dates' => '未读文章最多的日期',
  76. ),
  77. 'system' => array(
  78. '_' => '系统配置',
  79. 'auto-update-url' => '自动更新服务器 URL',
  80. 'base-url' => array(
  81. '_' => '基础 URL',
  82. 'recommendation' => '推荐: <kbd>%s</kbd>',
  83. ),
  84. 'closed_registration_message' => 'Message if registrations are closed', // TODO
  85. 'cookie-duration' => array(
  86. 'help' => '单位:秒',
  87. 'number' => '保持登录的时长',
  88. ),
  89. 'default_closed_registration_message' => 'This server does not accept new registrations at the moment.', // TODO
  90. 'force_email_validation' => '强制验证邮箱地址',
  91. 'instance-name' => '实例名称',
  92. 'max-categories' => '各用户分类数限制',
  93. 'max-feeds' => '各用户订阅源数限制',
  94. 'registration' => array(
  95. 'number' => '最大用户数',
  96. 'select' => array(
  97. 'label' => '注册表单',
  98. 'option' => array(
  99. 'noform' => '禁用,无注册表单',
  100. 'nolimit' => '启用,且无账户限制',
  101. 'setaccountsnumber' => '设置用户数的最大值',
  102. ),
  103. ),
  104. 'status' => array(
  105. 'disabled' => '注册表单已禁用',
  106. 'enabled' => '注册表单已启用',
  107. ),
  108. 'title' => '用户注册表单',
  109. ),
  110. 'sensitive-parameter' => '敏感参数。在 <kbd>./data/config.php</kbd> 中手动修改',
  111. 'tos' => array(
  112. 'disabled' => '没有提供',
  113. 'enabled' => '<a href="./?a=tos">已启用</a>',
  114. 'help' => '如何<a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">启用服务条款</a>',
  115. ),
  116. 'websub' => array(
  117. 'help' => '关于 <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>',
  118. ),
  119. ),
  120. 'update' => array(
  121. '_' => '更新系统',
  122. 'apply' => '应用',
  123. 'changelog' => '更新记录',
  124. 'check' => '检查更新',
  125. 'copiedFromURL' => '从 %s 复制 update.php 到 ./data',
  126. 'current_version' => '当前 版本为',
  127. 'last' => '上次检查',
  128. 'loading' => '更新中…',
  129. 'none' => '没有可用更新',
  130. 'releaseChannel' => array(
  131. '_' => '发布通道',
  132. 'edge' => '滚动发布 (“edge”)',
  133. 'latest' => '稳定版本 (“latest”)',
  134. ),
  135. 'title' => '更新系统',
  136. 'viaGit' => '开始通过 git 和 GitHub.com 更新',
  137. ),
  138. 'user' => array(
  139. 'admin' => '管理员',
  140. 'article_count' => '文章数',
  141. 'back_to_manage' => '← 返回用户列表',
  142. 'create' => '创建新用户',
  143. 'database_size' => '数据库大小',
  144. 'email' => '邮箱地址',
  145. 'enabled' => '已启用',
  146. 'feed_count' => '订阅源数',
  147. 'is_admin' => '管理员',
  148. 'language' => '语言',
  149. 'last_user_activity' => '上次用户活跃',
  150. 'list' => '用户列表',
  151. 'number' => '已有 %d 个用户',
  152. 'numbers' => '已有 %d 个用户',
  153. 'password_form' => '密码<br /><small>(用于网页表单登录方式)</small>',
  154. 'password_format' => '至少 7 个字符',
  155. 'title' => '用户管理',
  156. 'username' => '用户名',
  157. ),
  158. );