From c1eae578986d5e0d1d9dc8ad1c35e03d8d6f4986 Mon Sep 17 00:00:00 2001 From: bulewhale235 Date: Thu, 19 May 2022 22:33:57 +0800 Subject: zh_cn xpath translations (#4379) * add zh_cn translations at xpath --- app/i18n/zh-cn/sub.php | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'app/i18n') diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php index d45ba91eb..a1bb7e0d4 100644 --- a/app/i18n/zh-cn/sub.php +++ b/app/i18n/zh-cn/sub.php @@ -62,47 +62,47 @@ return array( 'information' => '信息', 'keep_min' => '至少保存的文章数', 'kind' => array( - '_' => 'Type of feed source', // TODO + '_' => '订阅源类型', 'html_xpath' => array( - '_' => 'HTML + XPath (Web scraping)', // TODO + '_' => 'HTML + XPath (Web 抓取)', 'feed_title' => array( - '_' => 'feed title', // TODO - 'help' => 'Example: //title or a static string: "My custom feed"', // TODO + '_' => '提要标题', + 'help' => '例: //title 或一个静态的字符串: "My custom feed"', ), - 'help' => 'XPath 1.0 is a standard query language for advanced users, and which FreshRSS supports to enable Web scraping.', // TODO + 'help' => 'XPath 1.0 是高级用户的标准查询语言,FreshRSS支持XPath以支持Web抓取。', 'item' => array( - '_' => 'finding news items
(most important)', // TODO - 'help' => 'Example: //div[@class="news-item"]', // TODO + '_' => '以寻找 文章
(很重要)', + 'help' => '例: //div[@class="news-item"]', ), 'item_author' => array( - '_' => 'item author', // TODO - 'help' => 'Can also be a static string. Example: "Anonymous"', // TODO + '_' => '文章作者', + 'help' => '也可以是静态字符串。 例: "Anonymous"', ), - 'item_categories' => 'items tags', // TODO + 'item_categories' => '文章标签', 'item_content' => array( - '_' => 'item content', // TODO - 'help' => 'Example to take the full item: .', // TODO + '_' => '文章内容', + 'help' => '获取完整项目的示例: .', ), 'item_thumbnail' => array( - '_' => 'item thumbnail', // TODO - 'help' => 'Example: descendant::img/@src', // TODO + '_' => '文章缩略图', + 'help' => '例: descendant::img/@src', ), 'item_timestamp' => array( - '_' => 'item date', // TODO - 'help' => 'The result will be parsed by strtotime()', // TODO + '_' => '文章日期:', + 'help' => '结果将被 strtotime() 解析', ), 'item_title' => array( - '_' => 'item title', // TODO - 'help' => 'Use in particular the XPath axis descendant:: like descendant::h2', // TODO + '_' => '文章标题', + 'help' => '特别是用 XPath 轴 descendant::descendant::h2', ), 'item_uri' => array( - '_' => 'item link (URL)', // TODO - 'help' => 'Example: descendant::a/@href', // TODO + '_' => '文章链接 (URL)', + 'help' => '例: descendant::a/@href', ), - 'relative' => 'XPath (relative to item) for:', // TODO - 'xpath' => 'XPath for:', // TODO + 'relative' => 'XPath(文章):', + 'xpath' => 'XPath 定位:', ), - 'rss' => 'RSS / Atom (default)', // TODO + 'rss' => 'RSS / Atom (默认)', ), 'maintenance' => array( 'clear_cache' => '清理缓存', -- cgit v1.2.3