feedback.php 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?php
  2. return array(
  3. 'access' => array(
  4. 'denied' => '你无权访问此页面',
  5. 'not_found' => '你寻找的页面不存在',
  6. ),
  7. 'admin' => array(
  8. 'optimization_complete' => '优化完成',
  9. ),
  10. 'api' => array(
  11. 'password' => array(
  12. 'failed' => '您的密码无法修改',
  13. 'updated' => '您的密码已修改完成',
  14. ),
  15. ),
  16. 'auth' => array(
  17. 'form' => array(
  18. 'not_set' => '配置认证方式时出错,请稍后重试。',
  19. 'set' => '网页表单是你当前默认的认证方式。',
  20. ),
  21. 'login' => array(
  22. 'invalid' => '用户名或密码无效',
  23. 'success' => '登录成功',
  24. ),
  25. 'logout' => array(
  26. 'success' => '登出成功',
  27. ),
  28. 'no_password_set' => '管理员密码尚未设置。此特性不可用。',
  29. ),
  30. 'conf' => array(
  31. 'error' => '保存配置时出错',
  32. 'query_created' => '查询 "%s" 已创建。',
  33. 'shortcuts_updated' => '快捷键已更新',
  34. 'updated' => '配置已更新',
  35. ),
  36. 'extensions' => array(
  37. 'already_enabled' => '%s 已启用',
  38. 'disable' => array(
  39. 'ko' => '禁用 %s 失败。<a href="%s">检查 FreshRSS 日志</a> 查看详情。',
  40. 'ok' => '%s 现已禁用',
  41. ),
  42. 'enable' => array(
  43. 'ko' => '%s 启用失败。<a href="%s">检查 FreshRSS 日志</a> 查看详情。',
  44. 'ok' => '%s 现已禁用',
  45. ),
  46. 'not_enabled' => '%s 未启用',
  47. 'not_found' => '%s 不存在',
  48. 'no_access' => '你无权访问 %s',
  49. ),
  50. 'import_export' => array(
  51. 'export_no_zip_extension' => '服务器未启用 ZIP 扩展。请尝试逐个导出文件。',
  52. 'feeds_imported' => '你的订阅已导入,即将刷新',
  53. 'feeds_imported_with_errors' => '你的订阅源已导入,但发生错误',
  54. 'file_cannot_be_uploaded' => '文件未能上传!',
  55. 'no_zip_extension' => '服务器未启用 ZIP 扩展。',
  56. 'zip_error' => '导入 ZIP 文件时出错',
  57. ),
  58. 'profile' => array(
  59. 'error' => '你的帐户修改失败',
  60. 'updated' => '你的帐户已修改成功',
  61. ),
  62. 'sub' => array(
  63. 'actualize' => '获取',
  64. 'articles' => array(
  65. 'marked_read' => '文章已标记为已读',
  66. 'marked_unread' => '文章已标记为未读',
  67. ),
  68. 'category' => array(
  69. 'created' => '已创建分类 %s',
  70. 'deleted' => '已删除分类',
  71. 'emptied' => '已清空分类',
  72. 'error' => '更新分类失败',
  73. 'name_exists' => '分类名已存在',
  74. 'not_delete_default' => '你不能删除默认分类!',
  75. 'not_exist' => '分类不存在!',
  76. 'no_id' => '你必须明确分类编号',
  77. 'no_name' => '分类名不能为空',
  78. 'over_max' => '你已达到分类数上限(%d)',
  79. 'updated' => '已更新分类',
  80. ),
  81. 'feed' => array(
  82. 'actualized' => '已更新 <em>%s</em>',
  83. 'actualizeds' => '已更新订阅源',
  84. 'added' => '订阅源 <em>%s</em> 已添加',
  85. 'already_subscribed' => '你已订阅 <em>%s</em>',
  86. 'cache_cleared' => '<em>%s</em> cache has been cleared', // TODO - Translation
  87. 'deleted' => '已删除订阅源',
  88. 'error' => '订阅源更新失败',
  89. 'internal_problem' => '订阅源添加失败。<a href="%s">检查 FreshRSS 日志</a> 查看详情。你可以在地址链接后附加 <code>#force_feed</code> 从而尝试强制添加。',
  90. 'invalid_url' => '地址链接 <em>%s</em> 无效',
  91. 'not_added' => '<em>%s</em> 添加失败',
  92. 'not_found' => 'Feed cannot be found', // TODO - Translation
  93. 'no_refresh' => '没有可刷新的订阅源…',
  94. 'n_actualized' => '已更新 %d 个订阅源',
  95. 'n_entries_deleted' => '已删除 %d 篇文章',
  96. 'over_max' => '你已达到订阅源数上限(%d)',
  97. 'reloaded' => '<em>%s</em> has been reloaded', // TODO - Translation
  98. 'selector_preview' => array(
  99. 'http_error' => 'Failed to load website content.', // TODO - Translation
  100. 'no_entries' => 'There is no entries in your feed. You need at least one entry to create a preview.', // TODO - Translation
  101. 'no_feed' => 'Internal error (no feed to entry).', // TODO - Translation
  102. 'no_result' => 'The selector didn\'t match anything. As a fallback the original feed text will be displayed instead.', // TODO - Translation
  103. 'selector_empty' => 'The selector is empty. You need to define one to create a preview.', // TODO - Translation
  104. ),
  105. 'updated' => '已更新订阅源',
  106. ),
  107. 'purge_completed' => '清除完成(已删除 %d 篇文章)',
  108. ),
  109. 'update' => array(
  110. 'can_apply' => 'FreshRSS 将更新到 <strong>版本 %s</strong>.',
  111. 'error' => '更新出错:%s',
  112. 'file_is_nok' => '请检查 <em>%s</em> 目录权限。HTTP 服务器必须有其写入权限。',
  113. 'finished' => '更新完成!',
  114. 'none' => '没有可用更新',
  115. 'server_not_found' => '找不到更新服务器 [%s]',
  116. ),
  117. 'user' => array(
  118. 'created' => array(
  119. 'error' => '创建用户 %s 失败',
  120. '_' => '已创建用户 %s',
  121. ),
  122. 'deleted' => array(
  123. 'error' => '删除用户 %s 失败',
  124. '_' => '已删除用户 %s',
  125. ),
  126. 'updated' => array(
  127. 'error' => '更新用户 %s 失败',
  128. '_' => '已更新用户 %s',
  129. ),
  130. ),
  131. );