From 9eb08d6a61412d944dce06578e6c87f468a70cfa Mon Sep 17 00:00:00 2001 From: nanhualyq Date: Mon, 8 Nov 2021 03:55:49 +0800 Subject: Update i18n/zh-cn (#3963) * Update i18n/zh-cn * Update gen.php * Update conf.php * Update conf.php * Update conf.php --- app/i18n/zh-cn/conf.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'app') diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php index ca2446bd6..4943f3d6f 100644 --- a/app/i18n/zh-cn/conf.php +++ b/app/i18n/zh-cn/conf.php @@ -41,11 +41,11 @@ return array( 'theme' => '主题', 'theme_not_available' => '“%s” 主题不再可用,请选择其他主题。', 'thumbnail' => array( - 'label' => 'Thumbnail', // TODO - Translation - 'landscape' => 'Landscape', // TODO - Translation - 'none' => 'None', // TODO - Translation - 'portrait' => 'Portrait', // TODO - Translation - 'square' => 'Square', // TODO - Translation + 'label' => '缩略图', + 'landscape' => '风景', + 'none' => '无', + 'portrait' => '肖像', + 'square' => '方块', ), 'title' => '显示', 'width' => array( @@ -128,11 +128,11 @@ return array( 'read' => array( 'article_open_on_website' => '在打开原文章后', 'article_viewed' => '在文章被浏览后', - 'keep_max_n_unread' => '在超过N条后', + 'keep_max_n_unread' => '未读最多保留 n 条', 'scroll' => '在滚动浏览后', 'upon_reception' => '在接收文章后', 'when' => '何时将文章标记为已读', - 'when_same_title' => 'if an identical title already exists in the top n newest articles', // TODO - Translation + 'when_same_title' => '已存在 n 条相同标题文章', ), 'show' => array( '_' => '文章显示', @@ -204,7 +204,7 @@ return array( 'other_action' => '其他操作', 'previous_article' => '打开上一篇文章', 'reading_view' => '切换到阅读视图', - 'rss_view' => 'Open as RSS feed', // TODO - Translation + 'rss_view' => '切换到 RSS 视图', 'see_on_website' => '在原网站中查看', 'shift_for_all_read' => '组合 Alt ⎇键 将上方的文章标记为已读
组合 ⇧ Shift按键 可以将全部文章设为已读', 'skip_next_article' => '跳转到下一篇文章而不打开', -- cgit v1.2.3