feedback.php 6.1 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' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO
  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' => '你的訂閱已導入,即將刷新 / Your feeds have been imported. If you are done importing, you can now click the <i>Update feeds</i> button.',
  60. 'feeds_imported_with_errors' => '你的訂閱源已導入,但發生錯誤 / Your feeds have been imported, but some errors occurred. If you are done importing, you can now click the <i>Update feeds</i> button.',
  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' => 'Passwords don’t match', // TODO
  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' => '你必須明確分類編號',
  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' => 'Uploaded icon is too large. The maximum file size is <em>%s</em>.', // TODO
  99. 'unsupported_format' => 'Unsupported image file format!', // TODO
  100. ),
  101. 'internal_problem' => '訂閱源添加失敗。<a href="%s">檢查 FreshRSS 日誌</a> 查看詳情。你可以在地址連結後附加 <code>#force_feed</code> 從而嘗試強制添加。',
  102. 'invalid_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' => '選擇器沒有匹配到任何東西。作為備用,原始的feed文本將被顯示出來。',
  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. );