Browse Source

Update i18n/zh-cn (#3947)

* Update i18n/zh-cn

* Update gen.php

* Update conf.php
nanhualyq 4 years ago
parent
commit
8161ab675a
2 changed files with 5 additions and 5 deletions
  1. 4 4
      app/i18n/zh-cn/conf.php
  2. 1 1
      app/i18n/zh-cn/gen.php

+ 4 - 4
app/i18n/zh-cn/conf.php

@@ -29,7 +29,7 @@ return array(
 			'publication_date' => '更新日期',
 			'publication_date' => '更新日期',
 			'related_tags' => '相关标签',
 			'related_tags' => '相关标签',
 			'sharing' => '分享',
 			'sharing' => '分享',
-			'summary' => 'Summary',	// TODO - Translation
+			'summary' => '摘要',
 			'top_line' => '顶栏',
 			'top_line' => '顶栏',
 		),
 		),
 		'language' => '语言',
 		'language' => '语言',
@@ -39,7 +39,7 @@ return array(
 		),
 		),
 		'show_nav_buttons' => '显示导航按钮',
 		'show_nav_buttons' => '显示导航按钮',
 		'theme' => '主题',
 		'theme' => '主题',
-		'theme_not_available' => 'The “%s” theme is not available anymore. Please choose another theme.',	// TODO - Translation
+		'theme_not_available' => '“%s” 主题不再可用,请选择其他主题。',
 		'thumbnail' => array(
 		'thumbnail' => array(
 			'label' => 'Thumbnail',	// TODO - Translation
 			'label' => 'Thumbnail',	// TODO - Translation
 			'landscape' => 'Landscape',	// TODO - Translation
 			'landscape' => 'Landscape',	// TODO - Translation
@@ -128,7 +128,7 @@ return array(
 		'read' => array(
 		'read' => array(
 			'article_open_on_website' => '在打开原文章后',
 			'article_open_on_website' => '在打开原文章后',
 			'article_viewed' => '在文章被浏览后',
 			'article_viewed' => '在文章被浏览后',
-			'keep_max_n_unread' => 'Max number of articles to keep unread',	// TODO - Translation
+			'keep_max_n_unread' => '在超过N条后',
 			'scroll' => '在滚动浏览后',
 			'scroll' => '在滚动浏览后',
 			'upon_reception' => '在接收文章后',
 			'upon_reception' => '在接收文章后',
 			'when' => '何时将文章标记为已读',
 			'when' => '何时将文章标记为已读',
@@ -198,7 +198,7 @@ return array(
 		'navigation_help' => '组合 <kbd>⇧ Shift</kbd> 键,浏览快捷键将生效于订阅源。<br/>组合 <kbd>Alt ⎇</kbd> 键,浏览快捷键将生效于分类。',
 		'navigation_help' => '组合 <kbd>⇧ Shift</kbd> 键,浏览快捷键将生效于订阅源。<br/>组合 <kbd>Alt ⎇</kbd> 键,浏览快捷键将生效于分类。',
 		'navigation_no_mod_help' => '以下快捷键不支持组合键(Shift 或 Alt)',
 		'navigation_no_mod_help' => '以下快捷键不支持组合键(Shift 或 Alt)',
 		'next_article' => '打开下一篇文章',
 		'next_article' => '打开下一篇文章',
-		'next_unread_article' => 'Open the next unread article',	// TODO - Translation
+		'next_unread_article' => '打开下一篇未读文章',
 		'non_standard' => '这些键 (<kbd>%s</kbd>) 可能不能作为快捷键',
 		'non_standard' => '这些键 (<kbd>%s</kbd>) 可能不能作为快捷键',
 		'normal_view' => '切换到普通视图',
 		'normal_view' => '切换到普通视图',
 		'other_action' => '其他操作',
 		'other_action' => '其他操作',

+ 1 - 1
app/i18n/zh-cn/gen.php

@@ -146,7 +146,7 @@ return array(
 	),
 	),
 	'menu' => array(
 	'menu' => array(
 		'about' => '关于',
 		'about' => '关于',
-		'account' => 'Account',	// TODO - Translation
+		'account' => '账户',
 		'admin' => '管理',
 		'admin' => '管理',
 		'archiving' => '归档',
 		'archiving' => '归档',
 		'authentication' => '认证',
 		'authentication' => '认证',