From 38b7daedf70e38e5953e3d4b7bf6c764a1c9c4e0 Mon Sep 17 00:00:00 2001 From: scmaybee <7593601+scmaybee@users.noreply.github.com> Date: Tue, 16 Sep 2025 04:12:25 +0800 Subject: i18n zh-CN: Update conf.php (#7944) * Update conf.php Supplementary part of the translation. * Update app/i18n/zh-cn/conf.php * Update app/i18n/zh-cn/conf.php * Update app/i18n/zh-cn/conf.php * Fixes --------- Co-authored-by: Frans de Jonge Co-authored-by: Alexandre Alapetite --- app/i18n/zh-cn/conf.php | 36 ++++++++++++++++++------------------ docs/i18n/flags/gen/zh-cn.svg | 4 ++-- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php index c4f845b19..850d6125a 100644 --- a/app/i18n/zh-cn/conf.php +++ b/app/i18n/zh-cn/conf.php @@ -35,7 +35,7 @@ return array( 'darkMode' => array( '_' => '自动黑暗模式', 'auto' => '启动', - 'help' => 'For compatible themes only', // TODO + 'help' => '仅适用于兼容性主题', 'no' => '关闭', ), 'icon' => array( @@ -100,35 +100,35 @@ return array( ), ), 'mark_read_button' => array( - '_' => '“全部标记为已读” button', // DIRTY - 'big' => 'Big', // TODO - 'none' => 'None', // TODO - 'small' => 'Small', // TODO + '_' => '“全部标记为已读”按钮', + 'big' => '大', + 'none' => '无', + 'small' => '小', ), 'privacy' => array( '_' => 'Privacy', // TODO - 'retrieve_extension_list' => 'Retrieve extension list', // TODO + 'retrieve_extension_list' => '获取扩展列表', ), 'profile' => array( '_' => '账户管理', 'api' => array( '_' => 'API 管理', - 'api_not_set' => 'API password not set', // TODO - 'api_set' => 'API password set', // TODO + 'api_not_set' => 'API密码未设置', + 'api_set' => 'API密码已设置', 'check_link' => 'Check API status via: %s', // TODO 'disabled' => 'The API access is disabled.', // TODO 'documentation_link' => 'See the documentation and list of known apps', // TODO 'help' => 'See documentation', // TODO ), - 'change_password' => 'Change password', // TODO - 'confirm_new_password' => 'Confirm new password', // TODO + 'change_password' => '修改密码', + 'confirm_new_password' => '确认新密码', 'current_password' => 'Current password
(for the Web-form login method)', // TODO 'delete' => array( '_' => '账户删除', 'warn' => '你的帐户以及所有相关数据将被删除。', ), 'email' => '邮箱地址', - 'new_password' => 'New password', // TODO + 'new_password' => '新密码', 'password_api' => 'API 密码
(例如用于手机应用)', 'password_format' => '至少 7 个字符', 'title' => '账户', @@ -173,8 +173,8 @@ return array( 'share' => array( '_' => '分享您的自定义查询', 'disabled' => array( - '_' => 'disabled', // TODO - 'title' => 'Sharing', // TODO + '_' => '已禁用', + 'title' => '分享', ), 'greader' => 'Shareable link to the GReader JSON', // TODO 'help' => '获取此自定义查询的分享链接', @@ -220,9 +220,9 @@ return array( ), 'feed_title' => '订阅源标题', 'icons' => array( - '_' => 'Article icons position
(Reading view only)', // TODO - 'above_title' => 'Above title', // TODO - 'with_authors' => 'In authors and date row', // TODO + '_' => '文章图标位置
(仅阅读视图)', + 'above_title' => '标题之上', + 'with_authors' => '与作者和日期在同一行', ), 'tags' => array( '_' => '文章标签', @@ -270,13 +270,13 @@ return array( 'show' => array( '_' => '文章显示', 'active_category' => '活跃的分类', - 'adaptive' => 'Show unreads if any, all articles otherwise', // TODO + 'adaptive' => '若有未读项就显示未读,否则显示所有文章', 'all_articles' => '显示所有', 'all_categories' => '所有分类', 'no_category' => '无分类', 'remember_categories' => '记住打开的分类', 'unread' => '只显示未读', - 'unread_or_favorite' => 'Show unreads and favourites', // TODO + 'unread_or_favorite' => '显示未读及收藏', ), 'show_fav_unread_help' => '同样适用于标签', 'sides_close_article' => '点击文章文本区域外关闭文章', diff --git a/docs/i18n/flags/gen/zh-cn.svg b/docs/i18n/flags/gen/zh-cn.svg index 41339b5f6..27e539722 100644 --- a/docs/i18n/flags/gen/zh-cn.svg +++ b/docs/i18n/flags/gen/zh-cn.svg @@ -1,7 +1,7 @@ - - 🇨🇳 89% + + 🇨🇳 90% \ No newline at end of file -- cgit v1.2.3