From ec7fd382e5a42da63c891aa2a059f9762648119d Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Tue, 26 Dec 2023 18:38:15 +0800 Subject: Update zh-cn translations (#5977) * Add zh-cn translation. * Update admin.php * Update conf.php * Update conf.php * Update feedback.php * Update gen.php * Update sub.php --- app/i18n/zh-cn/conf.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'app/i18n/zh-cn/conf.php') diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php index 1e533fb54..a216b10a3 100644 --- a/app/i18n/zh-cn/conf.php +++ b/app/i18n/zh-cn/conf.php @@ -33,9 +33,9 @@ return array( 'display' => array( '_' => '显示', 'darkMode' => array( - '_' => 'Automatic dark mode (beta)', // TODO - 'auto' => 'Auto', // TODO - 'no' => 'No', // TODO + '_' => '自动黑暗模式(测试版)', + 'auto' => '启动', + 'no' => '关闭', ), 'icon' => array( 'bottom_line' => '底栏', @@ -56,8 +56,8 @@ return array( 'theme' => array( '_' => '主题', 'deprecated' => array( - '_' => 'Deprecated', // TODO - 'description' => 'This theme is no longer supported and will be not available anymore in a future release of FreshRSS', // TODO + '_' => '已弃用', + 'description' => '这个主题已经不再被支持并且会在将来版本的 FreshRSS 中删除', ), ), 'theme_not_available' => '“%s” 主题不再可用,请选择其他主题。', @@ -68,14 +68,14 @@ return array( 'portrait' => '纵向', 'square' => '方形', ), - 'timezone' => 'Time zone', // TODO + 'timezone' => '时区', 'title' => '显示', 'website' => array( - 'full' => 'Icon and name', // TODO - 'icon' => 'Icon only', // TODO - 'label' => 'Website', // TODO - 'name' => 'Name only', // TODO - 'none' => 'None', // TODO + 'full' => '图标和名称', + 'icon' => '仅图标', + 'label' => '网页显示', + 'name' => '仅名称', + 'none' => '无', ), 'width' => array( 'content' => '内容宽度', @@ -204,9 +204,9 @@ return array( 'read' => array( 'article_open_on_website' => '在打开原文章后', 'article_viewed' => '在文章被浏览后', - 'focus' => 'when focused (except for important feeds)', // TODO + 'focus' => '被聚焦时(除了重要订阅)', 'keep_max_n_unread' => '未读最多保留 n 条', - 'scroll' => '在滚动浏览后 (except for important feeds)', // DIRTY + 'scroll' => '在滚动浏览后(除了重要订阅)', 'upon_gone' => '在被原订阅源被移除后', 'upon_reception' => '在接收文章后', 'when' => '何时将文章标记为已读', -- cgit v1.2.3