admin.php 6.2 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>(用於手機應用 and sharing user queries)</small>', // DIRTY
  16. 'form' => '網頁表單(傳統方式, 需要 JavaScript)',
  17. 'http' => 'HTTP (advanced: managed by Web server, OIDC, SSO…)', // TODO
  18. 'none' => '無認證(危險)',
  19. 'title' => '認證',
  20. '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' => 'Check the logs to determine the reason behind the empty extension list.', // TODO
  31. 'enabled' => '已啟用',
  32. 'is_compatible' => 'Is compatible', // TODO
  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' => 'Publication date', // TODO
  50. 'date_received' => 'Received date', // TODO
  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' => 'Number of unread articles', // TODO
  64. 'no_idle' => '訂閱源近期皆有更新!',
  65. 'number_entries' => '%d 篇文章',
  66. 'overview' => 'Overview', // TODO
  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' => 'Dates with most unread articles', // TODO
  76. ),
  77. 'system' => array(
  78. '_' => '系統配置',
  79. 'auto-update-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' => 'update.php 複製從 %s 至 ./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. );