sub.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  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. 'api' => array(
  13. 'documentation' => '复制以下地址,以供外部工具使用',
  14. 'title' => 'API', // IGNORE
  15. ),
  16. 'bookmarklet' => array(
  17. 'documentation' => '拖动此书签到你的书签栏或者右键选择「收藏此链接」,然后在你想要订阅的页面上点击「订阅」按钮。',
  18. 'label' => '订阅',
  19. 'title' => '书签',
  20. ),
  21. 'category' => array(
  22. '_' => '分类',
  23. 'add' => '添加分类',
  24. 'archiving' => '归档',
  25. 'dynamic_opml' => array(
  26. '_' => '动态订阅',
  27. 'help' => '使用 URL 上的 <a href="http://opml.org/" target="_blank">OPML 文件</a> 中的订阅源填充这一分类',
  28. ),
  29. 'empty' => '空分类',
  30. 'expand' => '展开分类',
  31. 'information' => '信息',
  32. 'open' => '打开分类',
  33. 'opml_url' => 'OPML URL', // IGNORE
  34. 'position' => '显示位置',
  35. 'position_help' => '控制分类排列顺序',
  36. 'title' => '标题',
  37. ),
  38. 'feed' => array(
  39. 'accept_cookies' => '接受 Cookies',
  40. 'accept_cookies_help' => '允许订阅源服务器设置 Cookies(仅在请求期间存储在内存中)',
  41. 'add' => '添加订阅源',
  42. 'advanced' => '高级',
  43. 'archiving' => '归档',
  44. 'auth' => array(
  45. 'configuration' => '认证',
  46. 'help' => '用于连接启用 HTTP 认证的订阅源',
  47. 'http' => 'HTTP 认证',
  48. 'password' => 'HTTP 密码',
  49. 'username' => 'HTTP 用户名',
  50. ),
  51. 'change_favicon' => '修改…',
  52. 'clear_cache' => '总是清除缓存',
  53. 'content_action' => array(
  54. '_' => '获取原文后的操作',
  55. 'append' => '添加在现有内容后部',
  56. 'prepend' => '添加在现有内容前部',
  57. 'replace' => '替换现有内容',
  58. ),
  59. 'content_retrieval' => '内容获取',
  60. 'css_cookie' => '获取原文时的 Cookies',
  61. 'css_cookie_help' => '例:<kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>',
  62. 'css_help' => '用于获取全文(注意,这将耗费更多时间!)',
  63. 'css_path' => '原文的 CSS 选择器',
  64. 'css_path_filter' => array(
  65. '_' => '需移除元素的 CSS 选择器',
  66. 'help' => '可设置多个 CSS 选择器,例如:<kbd>footer, aside, p[data-sanitized-class~="menu"]</kbd>',
  67. ),
  68. 'description' => '描述',
  69. 'empty' => '此源为空。请确认它是否正常更新。',
  70. 'error' => '此源遇到一些问题。请在确认是否能正常访问后重试。', // DIRTY
  71. 'export-as-opml' => array(
  72. 'download' => '下载',
  73. 'help' => 'XML 文件(数据子集。<a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">查看文档</a>)',
  74. 'label' => '导出为 OPML',
  75. ),
  76. 'ext_favicon' => '自动设置',
  77. 'favicon_changed_by_ext' => '图标已由 <b>%s</b> 扩展设置。',
  78. 'filteractions' => array(
  79. '_' => '过滤动作',
  80. 'help' => '每行写一条过滤规则,过滤规则可见 <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">文档</a>。',
  81. 'view_filter' => '在现有文章上预览过滤器(新窗口)',
  82. ),
  83. 'http_headers' => 'HTTP 头部',
  84. 'http_headers_help' => '头部之间用换行符分隔,头部名称和值用冒号分隔(例如:<kbd><code>Accept: application/atom+xml<br />Authorization: Bearer some-token</code></kbd>)。',
  85. 'icon' => '图标',
  86. 'information' => '信息',
  87. 'keep_min' => '至少保存的文章数',
  88. 'kind' => array(
  89. '_' => '订阅源类型',
  90. 'html_json' => array(
  91. '_' => 'HTML + XPath + JSON 点表示法(HTML 中的 JSON)', // DIRTY
  92. 'xpath' => array(
  93. '_' => '用于 HTML 中 JSON 的 XPath', // DIRTY
  94. 'help' => '示例:<code>normalize-space(//script[@type="application/json"])</code>(单个 JSON)<br />或:<code>//script[@type="application/ld+json"]</code>(每篇文章一个 JSON 对象)',
  95. ),
  96. ),
  97. 'html_xpath' => array(
  98. '_' => 'HTML + XPath (Web 抓取)',
  99. 'feed_title' => array(
  100. '_' => '订阅源标题',
  101. 'help' => '如 <code>//title</code> 或是静态字符串如: <code>"My custom feed"</code>',
  102. ),
  103. 'help' => '<dfn><a href="https://www.w3.org/TR/xpath-10/" target="_blank">XPath 1.0</a></dfn> 是为资深用户准备的标准查询语言,FreshRSS 用以实现 Web 抓取.',
  104. 'item' => array(
  105. '_' => '以寻找 <strong>文章</strong><br /><small>(很重要)</small>',
  106. 'help' => '例如 <code>//div[@class="news-item"]</code>',
  107. ),
  108. 'item_author' => array(
  109. '_' => '文章作者',
  110. 'help' => '可以是静态字符串,例如 <code>"Anonymous"</code>',
  111. ),
  112. 'item_categories' => '文章标签',
  113. 'item_content' => array(
  114. '_' => '文章内容',
  115. 'help' => '例如使用 <code>.</code> 将整个对象作为文章内容',
  116. ),
  117. 'item_thumbnail' => array(
  118. '_' => '文章缩略图',
  119. 'help' => '例如 <code>descendant::img/@src</code>',
  120. ),
  121. 'item_timeFormat' => array(
  122. '_' => '自定义日期/时间格式',
  123. 'help' => '可选项, 格式参见 <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> 例如 <code>d-m-Y H:i:s</code>',
  124. ),
  125. 'item_timestamp' => array(
  126. '_' => '文章日期:',
  127. 'help' => '结果将被 <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a> 解析',
  128. ),
  129. 'item_title' => array(
  130. '_' => '文章标题',
  131. 'help' => '注意使用 <a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath 轴</a> <code>descendant::</code>,例如 <code>descendant::h2</code>',
  132. ),
  133. 'item_uid' => array(
  134. '_' => '文章唯一 ID',
  135. 'help' => '可选,例如: <code>descendant::div/@data-uri</code>',
  136. ),
  137. 'item_uri' => array(
  138. '_' => '文章链接 (URL)',
  139. 'help' => '例如 <code>descendant::a/@href</code>',
  140. ),
  141. 'relative' => 'XPath(文章):',
  142. 'xpath' => 'XPath 定位:',
  143. ),
  144. 'json_dotnotation' => array(
  145. '_' => 'JSON (点表达式)',
  146. 'feed_title' => array(
  147. '_' => '订阅源标题',
  148. 'help' => '例如: <code>meta.title</code> 或一个静态的字符串: <code>"My custom feed"</code>',
  149. ),
  150. 'help' => 'JSON 点表达式(JSON 路径)在对象之间使用点,在数组中使用中括号 (例如 <code>data.items[0].title</code>)',
  151. 'item' => array(
  152. '_' => '寻找新的 <strong>文章</strong><br /><small>(最重要的参数)</small>',
  153. 'help' => '包含文章数组的 JSON 路径,例如 <code>$</code> 或 <code>newsItems</code>', // DIRTY
  154. ),
  155. 'item_author' => '文章作者',
  156. 'item_categories' => '文章标签',
  157. 'item_content' => array(
  158. '_' => '文章内容',
  159. 'help' => '用于找到文章内容的键, 例如 <code>content</code>',
  160. ),
  161. 'item_thumbnail' => array(
  162. '_' => '文章缩略图',
  163. 'help' => '例如: <code>image</code>',
  164. ),
  165. 'item_timeFormat' => array(
  166. '_' => '自定义时间格式',
  167. 'help' => '可选项. 被 <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> 支持的日期格式。例如 <code>d-m-Y H:i:s</code>',
  168. ),
  169. 'item_timestamp' => array(
  170. '_' => '文章时间',
  171. 'help' => '结果会被 <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a> 解析',
  172. ),
  173. 'item_title' => '文章标题',
  174. 'item_uid' => '文章唯一ID',
  175. 'item_uri' => array(
  176. '_' => '文章链接 (URL)',
  177. 'help' => '例如: <code>permalink</code>',
  178. ),
  179. 'json' => 'JSON 路径:',
  180. 'relative' => 'JSON 路径(相对于文章):',
  181. ),
  182. 'jsonfeed' => 'JSON 订阅源',
  183. 'rss' => 'RSS / Atom (默认)',
  184. 'xml_xpath' => 'XML + XPath', // IGNORE
  185. ),
  186. 'maintenance' => array(
  187. 'clear_cache' => '清理缓存',
  188. 'clear_cache_help' => '清除该feed的缓存',
  189. 'reload_articles' => '重载文章',
  190. 'reload_articles_help' => '重载 n 篇文章并抓取内容(若设置了 CSS 选择器)',
  191. 'title' => '维护',
  192. ),
  193. 'max_http_redir' => '最大 HTTP 重定向',
  194. 'max_http_redir_help' => '设置为 0 或留空以禁用,-1 表示无限重定向',
  195. 'method' => array(
  196. '_' => 'HTTP 方式',
  197. ),
  198. 'method_help' => '如果荷载非空且是合法的 JSON,HTTP 请求标头将被自动设为 <code>application/json</code>,否则使用 <code>application/x-www-form-urlencoded</code>',
  199. 'method_postparams' => 'POST 荷载',
  200. 'moved_category_deleted' => '删除分类时,其中的订阅源会自动归类到 <em>%s</em>',
  201. 'mute' => array(
  202. '_' => '暂停',
  203. 'state_is_muted' => '此订阅源已静音', // DIRTY
  204. ),
  205. 'no_selected' => '未选择订阅源',
  206. 'number_entries' => '%d 篇文章',
  207. 'open_feed' => '打开订阅源 %s',
  208. 'path_entries_conditions' => '内容检索条件',
  209. 'priority' => array(
  210. '_' => '可见性',
  211. 'category' => '在分类中显示',
  212. 'feed' => '在其订阅源中显示', // DIRTY
  213. 'hidden' => '不显示',
  214. 'important' => '在“重要的订阅”中显示',
  215. 'main_stream' => '在首页中显示',
  216. ),
  217. 'proxy' => '获取订阅源时的代理',
  218. 'proxy_help' => '选择协议(例:SOCKS5)和代理地址(例:<kbd>127.0.0.1:1080</kbd> 或者 <kbd>username:password@127.0.0.1:1080</kbd>)',
  219. 'reset_favicon' => '重置为默认',
  220. 'selector_preview' => array(
  221. 'show_raw' => '显示源码',
  222. 'show_rendered' => '显示内容',
  223. ),
  224. 'show' => array(
  225. 'all' => '显示所有订阅源',
  226. 'error' => '仅显示有错误的订阅源',
  227. ),
  228. 'showing' => array(
  229. 'error' => '正在显示有错误的订阅源',
  230. ),
  231. 'ssl_verify' => '验证 SSL 证书安全',
  232. 'stats' => '统计',
  233. 'think_to_add' => '你可以添加一些订阅源。',
  234. 'timeout' => '超时时间(秒)',
  235. 'title' => '标题',
  236. 'title_add' => '添加订阅源',
  237. 'ttl' => '最小自动更新间隔',
  238. 'unicityCriteria' => array(
  239. '_' => '文章唯一性标准',
  240. 'forced' => '<span title="阻止唯一性标准,即使订阅源有重复文章">强制</span>',
  241. 'help' => '适用于无效的订阅源。<br />⚠️ 更改策略将创建重复项。',
  242. 'id' => '标准 ID(默认)',
  243. 'link' => '链接',
  244. 'sha1:content' => '内容',
  245. 'sha1:content_published' => '内容 + 日期',
  246. 'sha1:link_published' => '链接 + 日期',
  247. 'sha1:link_published_title' => '链接 + 日期 + 标题',
  248. 'sha1:link_published_title_content' => '链接 + 日期 + 标题 + 内容',
  249. 'sha1:published' => '日期',
  250. 'sha1:title' => '标题',
  251. 'sha1:title_published' => '标题 + 日期',
  252. 'sha1:title_published_content' => '标题 + 日期 + 内容',
  253. ),
  254. 'url' => '源地址',
  255. 'useragent' => '设置用于获取此源的 User Agent',
  256. 'useragent_help' => '例:<kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',
  257. 'validator' => '检查订阅源有效性',
  258. 'website' => '网站地址',
  259. 'websub' => 'WebSub 即时通知',
  260. ),
  261. 'import_export' => array(
  262. 'export' => array(
  263. '_' => '导出',
  264. 'sqlite' => '导出用户数据库为 SQLite 文件',
  265. ),
  266. 'export_labelled' => '导出有标签的文章',
  267. 'export_opml' => '导出订阅源列表(OPML)',
  268. 'export_starred' => '导出你的收藏',
  269. 'feed_list' => '%s 文章列表',
  270. 'file_to_import' => '需要导入的文件 <br />(OPML、JSON 或 ZIP)',
  271. 'file_to_import_no_zip' => '需要导入的文件 <br />(OPML 或 JSON)',
  272. 'import' => '导入',
  273. 'starred_list' => '收藏文章列表',
  274. 'title' => '导入/导出',
  275. ),
  276. 'menu' => array(
  277. 'add' => '添加订阅源或分类',
  278. 'import_export' => '导入/导出',
  279. 'label_management' => '标签管理',
  280. 'stats' => array(
  281. 'idle' => '长期无更新订阅源',
  282. 'main' => '主要统计',
  283. 'repartition' => '文章分布',
  284. 'unread_dates' => '未读日期',
  285. ),
  286. 'subscription_management' => '订阅管理',
  287. 'subscription_tools' => '订阅工具',
  288. ),
  289. 'tag' => array(
  290. 'auto_label' => '给新文章打标签',
  291. 'name' => '名称',
  292. 'new_name' => '新名称',
  293. 'old_name' => '旧名称',
  294. ),
  295. 'title' => array(
  296. '_' => '订阅管理',
  297. 'add' => '添加订阅源或分类',
  298. 'add_category' => '添加分类',
  299. 'add_dynamic_opml' => '添加订阅源动态列表',
  300. 'add_feed' => '添加订阅源',
  301. 'add_label' => '打标签',
  302. 'add_opml_category' => 'OPML 分类名称',
  303. 'delete_label' => '删除标签',
  304. 'feed_management' => '订阅源管理',
  305. 'subscription_tools' => '订阅工具',
  306. ),
  307. );