From a3a0b2f97a780605338eec8c5c833d5f7d6f823b Mon Sep 17 00:00:00 2001 From: Aidi Tan <3037661+aidistan@users.noreply.github.com> Date: Thu, 18 Aug 2022 21:08:22 +0800 Subject: Update i18n/zh-cn (#4509) * Update i18n/zh-cn * Update i18n/zh-cn * Update CREDITS.md Co-authored-by: Alexandre Alapetite --- app/i18n/zh-cn/sub.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'app/i18n/zh-cn/sub.php') diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php index 10211b99e..1ecb5e557 100644 --- a/app/i18n/zh-cn/sub.php +++ b/app/i18n/zh-cn/sub.php @@ -25,12 +25,12 @@ return array( 'add' => '添加分类', 'archiving' => '归档', 'dynamic_opml' => array( - '_' => 'Dynamic OPML', // TODO - 'help' => 'Provide the URL to an OPML file to dynamically populate this category with feeds', // TODO + '_' => '动态订阅', + 'help' => '使用地址上的 OPML 文件 中的订阅源填充这一分类', ), 'empty' => '空分类', 'information' => '信息', - 'opml_url' => 'OPML URL', // TODO + 'opml_url' => 'OPML 地址', 'position' => '显示位置', 'position_help' => '控制分类排列顺序', 'title' => '标题', @@ -58,8 +58,8 @@ return array( 'css_help' => '用于获取全文(注意,这将耗费更多时间!)', 'css_path' => '原文的 CSS 选择器', 'css_path_filter' => array( - '_' => 'CSS selector of the elements to remove', // TODO - 'help' => 'A CSS selector may be a list such as: .footer, .aside', // TODO + '_' => '需移除元素的 CSS 选择器', + 'help' => '可设置多个 CSS 选择器,例如:.footer, .aside', ), 'description' => '描述', 'empty' => '此源为空。请确认它是否正常更新。', @@ -76,25 +76,25 @@ return array( '_' => 'HTML + XPath (Web 抓取)', 'feed_title' => array( '_' => '提要标题', - 'help' => '例: //title 或一个静态的字符串: "My custom feed"', + 'help' => '如 //title 或是静态字符串如 "My custom feed"', ), - 'help' => 'XPath 1.0 是高级用户的标准查询语言,FreshRSS支持XPath以支持Web抓取。', + 'help' => 'XPath 1.0 是为资深用户准备的标准查询语言,FreshRSS 用以实现 Web 抓取.', 'item' => array( '_' => '以寻找 文章
(很重要)', - 'help' => '例: //div[@class="news-item"]', + 'help' => '例如 //div[@class="news-item"]', ), 'item_author' => array( '_' => '文章作者', - 'help' => '也可以是静态字符串。 例: "Anonymous"', + 'help' => '可以是静态字符串,例如 "Anonymous"', ), 'item_categories' => '文章标签', 'item_content' => array( '_' => '文章内容', - 'help' => '获取完整项目的示例: .', + 'help' => '例如使用 . 将整个对象作为文章内容', ), 'item_thumbnail' => array( '_' => '文章缩略图', - 'help' => '例: descendant::img/@src', + 'help' => '例如 descendant::img/@src', ), 'item_timestamp' => array( '_' => '文章日期:', @@ -102,15 +102,15 @@ return array( ), 'item_title' => array( '_' => '文章标题', - 'help' => '特别是用 XPath 轴 descendant::descendant::h2', + 'help' => '注意使用 XPath 轴 descendant::,例如 descendant::h2', ), 'item_uid' => array( - '_' => 'item unique ID', // TODO - 'help' => 'Optional. Example: descendant::div/@data-uri', // TODO + '_' => '文章唯一标识', + 'help' => '可选,例如: descendant::div/@data-uri', ), 'item_uri' => array( '_' => '文章链接 (URL)', - 'help' => '例: descendant::a/@href', + 'help' => '例如 descendant::a/@href', ), 'relative' => 'XPath(文章):', 'xpath' => 'XPath 定位:', @@ -121,7 +121,7 @@ return array( 'clear_cache' => '清理缓存', 'clear_cache_help' => '清除该feed的缓存', 'reload_articles' => '重载文章', - 'reload_articles_help' => '重新加载文章并获取完整内容', // DIRTY + 'reload_articles_help' => '重载 n 篇文章并抓取内容(若设置了 CSS 选择器)', 'title' => '维护', ), 'moved_category_deleted' => '删除分类时,其中的订阅源会自动归类到 %s', @@ -194,7 +194,7 @@ return array( '_' => '订阅管理', 'add' => '添加订阅源或分类', 'add_category' => '添加分类', - 'add_dynamic_opml' => 'Add dynamic OPML', // TODO + 'add_dynamic_opml' => '添加订阅源动态列表', 'add_feed' => '添加订阅源', 'add_label' => '添加标签', 'delete_label' => '删除标签', -- cgit v1.2.3