feedback.php 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. 'access' => array(
  13. 'denied' => '你无权访问此页面',
  14. 'not_found' => '你寻找的页面不存在',
  15. ),
  16. 'admin' => array(
  17. 'optimization_complete' => '优化完成',
  18. ),
  19. 'api' => array(
  20. 'password' => array(
  21. 'failed' => '你的密码无法修改',
  22. 'updated' => '你的密码已修改',
  23. ),
  24. ),
  25. 'auth' => array(
  26. 'login' => array(
  27. 'invalid' => '用户名或密码无效',
  28. 'success' => '登录成功',
  29. ),
  30. 'logout' => array(
  31. 'success' => '已登出',
  32. ),
  33. ),
  34. 'conf' => array(
  35. 'error' => '保存配置时出错',
  36. 'query_created' => '查询 “%s” 已创建。',
  37. 'shortcuts_updated' => '快捷键已更新',
  38. 'updated' => '配置已更新',
  39. ),
  40. 'extensions' => array(
  41. 'already_enabled' => '%s 已启用',
  42. 'cannot_remove' => '无法删除 %s',
  43. 'disable' => array(
  44. 'ko' => '无法禁用 %s。<a href="%s">检查 FreshRSS 日志</a> 查看详情。',
  45. 'ok' => '%s 现已禁用',
  46. ),
  47. 'enable' => array(
  48. 'ko' => '%s 启用失败。<a href="%s">检查 FreshRSS 日志</a> 查看详情。',
  49. 'ok' => '%s 现已启用',
  50. ),
  51. 'invalid_view_mode' => '无效的视图 "%s"!回退到"普通视图"。',
  52. 'no_access' => '你无权访问 %s',
  53. 'not_enabled' => '%s 未启用',
  54. 'not_found' => '%s 不存在',
  55. 'removed' => '%s 已删除',
  56. ),
  57. 'import_export' => array(
  58. 'export_no_zip_extension' => '服务器未启用 ZIP 扩展,请尝试逐个导出文件。',
  59. 'feeds_imported' => '你的订阅源已导入,你可以点击 <i>更新订阅</i> 按钮以完成导入。',
  60. 'feeds_imported_with_errors' => '你的订阅源已导入,但发生错误。你可以点击 <i>更新订阅</i> 按钮以完成导入。',
  61. 'file_cannot_be_uploaded' => '文件未能上传!',
  62. 'no_zip_extension' => '服务器未启用 ZIP 扩展。',
  63. 'zip_error' => '导入 ZIP 文件时出错', // DIRTY
  64. ),
  65. 'profile' => array(
  66. 'error' => '你的帐户无法修改',
  67. 'passwords_dont_match' => '密码不匹配',
  68. 'updated' => '你的帐户已修改',
  69. ),
  70. 'sub' => array(
  71. 'actualize' => '获取',
  72. 'articles' => array(
  73. 'marked_read' => '文章已标记为已读',
  74. 'marked_unread' => '文章已标记为未读',
  75. ),
  76. 'category' => array(
  77. 'created' => '已创建分类 %s',
  78. 'deleted' => '已删除分类',
  79. 'emptied' => '已清空分类',
  80. 'error' => '更新分类失败',
  81. 'name_exists' => '分类名已存在',
  82. 'no_id' => '你必须指定分类 ID',
  83. 'no_name' => '分类名不能为空',
  84. 'not_delete_default' => '你不能删除默认分类!',
  85. 'not_exist' => '分类不存在!',
  86. 'over_max' => '你已达到分类数上限(%d)',
  87. 'updated' => '已更新分类',
  88. ),
  89. 'feed' => array(
  90. 'actualized' => '已更新 <em>%s</em>',
  91. 'actualizeds' => '已更新订阅源',
  92. 'added' => '订阅源 <em>%s</em> 已添加',
  93. 'already_subscribed' => '你已订阅 <em>%s</em>',
  94. 'cache_cleared' => '<em>%s</em> 缓存已清理',
  95. 'deleted' => '已删除订阅源',
  96. 'error' => '订阅源更新失败',
  97. 'favicon' => array(
  98. 'too_large' => '上传的图标过大。最大文件大小为 <em>%s</em>。',
  99. 'unsupported_format' => '不支持的图片文件格式!',
  100. ),
  101. 'internal_problem' => '订阅源添加失败,<a href="%s">检查 FreshRSS 日志</a> 查看详情。你可以在 URL 后添加 <code>#force_feed</code> 尝试强制添加。',
  102. 'invalid_url' => 'URL <em>%s</em> 无效',
  103. 'n_actualized' => '已更新 %d 个订阅源',
  104. 'n_entries_deleted' => '已删除 %d 篇文章',
  105. 'no_refresh' => '没有可刷新的订阅源',
  106. 'not_added' => '<em>%s</em> 添加失败',
  107. 'not_found' => '无法找到订阅',
  108. 'over_max' => '你已达到订阅源数上限(%d)',
  109. 'reloaded' => '<em>%s</em> 已重新加载',
  110. 'selector_preview' => array(
  111. 'http_error' => '无法加载网站内容。',
  112. 'no_entries' => '你的订阅中没有任何条目,你至少需要一个条目来创建一个预览。',
  113. 'no_feed' => '网络错误(订阅源不存在)',
  114. 'no_result' => '选择器没有匹配到任何东西,回退显示原始的订阅源文本。',
  115. 'selector_empty' => '选择器是空的,你需要一个来创建预览。',
  116. ),
  117. 'updated' => '已更新订阅源',
  118. ),
  119. 'purge_completed' => '清除完成(已删除 %d 篇文章)',
  120. ),
  121. 'tag' => array(
  122. 'created' => '标签“%s”已创建。',
  123. 'error' => '标签无法被更新!',
  124. 'name_exists' => '标签名已存在。',
  125. 'renamed' => '标签“%s”已被重命名为“%s”。',
  126. 'updated' => '标签已更新。',
  127. ),
  128. 'update' => array(
  129. 'can_apply' => 'FreshRSS 将更新到 <strong>版本 %s</strong>。',
  130. 'error' => '更新出错:%s',
  131. 'file_is_nok' => '请检查 <em>%s</em> 目录权限。HTTP 服务器必须拥有写入权限。',
  132. 'finished' => '更新完成!',
  133. 'none' => '没有可用更新',
  134. 'server_not_found' => '找不到更新服务器。 [%s]',
  135. ),
  136. 'user' => array(
  137. 'created' => array(
  138. '_' => '已创建用户 %s',
  139. 'error' => '创建用户 %s 失败',
  140. ),
  141. 'deleted' => array(
  142. '_' => '已删除用户 %s',
  143. 'error' => '删除用户 %s 失败',
  144. ),
  145. 'updated' => array(
  146. '_' => '已更新用户 %s',
  147. 'error' => '更新用户 %s 失败',
  148. ),
  149. ),
  150. );