aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar nanhualyq <nanhualyq@gmail.com> 2021-10-30 16:28:00 +0800
committerGravatar GitHub <noreply@github.com> 2021-10-30 10:28:00 +0200
commit8161ab675a61abe7a25ba24a349a31ec2a3e49d1 (patch)
tree4126376e14b50de4d189bb3f8dcdd99d7307276d
parentf0fa3f32021525325a5f7c658d7e787dea2fc799 (diff)
Update i18n/zh-cn (#3947)
* Update i18n/zh-cn * Update gen.php * Update conf.php
-rw-r--r--app/i18n/zh-cn/conf.php8
-rw-r--r--app/i18n/zh-cn/gen.php2
2 files changed, 5 insertions, 5 deletions
diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php
index a45a96b73..ca2446bd6 100644
--- a/app/i18n/zh-cn/conf.php
+++ b/app/i18n/zh-cn/conf.php
@@ -29,7 +29,7 @@ return array(
'publication_date' => '更新日期',
'related_tags' => '相关标签',
'sharing' => '分享',
- 'summary' => 'Summary', // TODO - Translation
+ 'summary' => '摘要',
'top_line' => '顶栏',
),
'language' => '语言',
@@ -39,7 +39,7 @@ return array(
),
'show_nav_buttons' => '显示导航按钮',
'theme' => '主题',
- 'theme_not_available' => 'The “%s” theme is not available anymore. Please choose another theme.', // TODO - Translation
+ 'theme_not_available' => '“%s” 主题不再可用,请选择其他主题。',
'thumbnail' => array(
'label' => 'Thumbnail', // TODO - Translation
'landscape' => 'Landscape', // TODO - Translation
@@ -128,7 +128,7 @@ return array(
'read' => array(
'article_open_on_website' => '在打开原文章后',
'article_viewed' => '在文章被浏览后',
- 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
+ 'keep_max_n_unread' => '在超过N条后',
'scroll' => '在滚动浏览后',
'upon_reception' => '在接收文章后',
'when' => '何时将文章标记为已读',
@@ -198,7 +198,7 @@ return array(
'navigation_help' => '组合 <kbd>⇧ Shift</kbd> 键,浏览快捷键将生效于订阅源。<br/>组合 <kbd>Alt ⎇</kbd> 键,浏览快捷键将生效于分类。',
'navigation_no_mod_help' => '以下快捷键不支持组合键(Shift 或 Alt)',
'next_article' => '打开下一篇文章',
- 'next_unread_article' => 'Open the next unread article', // TODO - Translation
+ 'next_unread_article' => '打开下一篇未读文章',
'non_standard' => '这些键 (<kbd>%s</kbd>) 可能不能作为快捷键',
'normal_view' => '切换到普通视图',
'other_action' => '其他操作',
diff --git a/app/i18n/zh-cn/gen.php b/app/i18n/zh-cn/gen.php
index 355860c56..210d3f72b 100644
--- a/app/i18n/zh-cn/gen.php
+++ b/app/i18n/zh-cn/gen.php
@@ -146,7 +146,7 @@ return array(
),
'menu' => array(
'about' => '关于',
- 'account' => 'Account', // TODO - Translation
+ 'account' => '账户',
'admin' => '管理',
'archiving' => '归档',
'authentication' => '认证',