From b38a887f01033b5b93209e84b32a724e8fb5d0eb Mon Sep 17 00:00:00 2001 From: Myuki Date: Tue, 23 Feb 2021 10:52:04 +0800 Subject: Update zh-cn Translation (#3473) --- app/i18n/zh-cn/sub.php | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 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 29160bf88..248b5b188 100644 --- a/app/i18n/zh-cn/sub.php +++ b/app/i18n/zh-cn/sub.php @@ -1,7 +1,7 @@ 'Feed and category creation has been moved here. It is also accessible from the menu on the left and from the ✚ icon available on the main page.', // TODO - Translation + 'add' => '订阅源和分类的创建已被移至 here。 也可从左侧菜单或主页的 ✚ 图标访问。', 'api' => array( 'documentation' => '复制以下地址,以供外部工具使用', 'title' => 'API', @@ -34,13 +34,13 @@ return array( ), 'clear_cache' => '总是清除缓存', 'content_action' => array( - '_' => 'Content action when fetching the article content', // TODO - Translation - 'append' => 'Add after existing content', // TODO - Translation - 'prepend' => 'Add before existing content', // TODO - Translation - 'replace' => 'Replace existing content', // TODO - Translation + '_' => '获取原文后的操作', + 'append' => '添加在现有内容后部', + 'prepend' => '添加在现有内容前部', + 'replace' => '替换现有内容', ), - 'css_cookie' => 'Use Cookies when fetching the article content', // TODO - Translation - 'css_cookie_help' => 'Example: foo=bar; gdpr_consent=true; cookie=value', // TODO - Translation + 'css_cookie' => '获取原文时的 Cookies', + 'css_cookie_help' => '例:foo=bar; gdpr_consent=true; cookie=value', 'css_help' => '用于获取全文(注意,这将耗费更多时间!)', 'css_path' => '原文的 CSS 选择器', 'description' => '描述', @@ -57,7 +57,7 @@ return array( 'clear_cache_help' => '清除该feed的缓存', 'reload_articles' => '重载文章', 'reload_articles_help' => '重新加载文章并获取完整内容', - 'title' => 'Maintenance', // TODO - Translation + 'title' => '维护', ), 'moved_category_deleted' => '删除分类时,其中的订阅源会自动归类到 %s', 'mute' => '暂停', @@ -69,8 +69,8 @@ return array( 'main_stream' => '在首页中显示', 'normal' => '在分类中显示', ), - 'proxy' => 'Set a proxy for fetching this feed', // TODO - Translation - 'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: 127.0.0.1:1080)', // TODO - Translation + 'proxy' => '获取原文时的代理', + 'proxy_help' => '选择协议(例:SOCKS5)和代理地址(例:127.0.0.1:1080)', 'selector_preview' => array( 'show_raw' => '显示源码', 'show_rendered' => '显示内容', @@ -112,28 +112,28 @@ return array( 'title' => '导入/导出', ), 'menu' => array( - 'add' => 'Add a feed or category', // TODO - Translation - 'add_feed' => 'Add a feed', // TODO - Translation + 'add' => '添加订阅源或分类', + 'add_feed' => '添加订阅源', 'bookmark' => '订阅(FreshRSS 书签)', 'import_export' => '导入/导出', - 'label_management' => 'Label management', // TODO - Translation + 'label_management' => '标签管理', 'subscription_management' => '订阅管理', 'subscription_tools' => '订阅工具', ), 'tag' => array( - 'name' => 'Name', // TODO - Translation - 'new_name' => 'New name', // TODO - Translation - 'old_name' => 'Old name', // TODO - Translation + 'name' => '名称', + 'new_name' => '新名称', + 'old_name' => '旧名称', ), 'title' => array( '_' => '订阅管理', - 'add' => 'Add a feed or category', // TODO - Translation - 'add_category' => 'Add a category', // TODO - Translation - 'add_feed' => 'Add a feed', // TODO - Translation - 'add_label' => 'Add a label', // TODO - Translation - 'delete_label' => 'Delete a label', // TODO - Translation + 'add' => '添加订阅源或分类', + 'add_category' => '添加分类', + 'add_feed' => '添加订阅源', + 'add_label' => '添加标签', + 'delete_label' => '删除标签', 'feed_management' => '订阅源管理', - 'rename_label' => 'Rename a label', // TODO - Translation + 'rename_label' => '重命名标签', 'subscription_tools' => '订阅工具', ), ); -- cgit v1.2.3