Browse Source

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 <fransdejonge@gmail.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
scmaybee 6 months ago
parent
commit
38b7daedf7
2 changed files with 20 additions and 20 deletions
  1. 18 18
      app/i18n/zh-cn/conf.php
  2. 2 2
      docs/i18n/flags/gen/zh-cn.svg

+ 18 - 18
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: <kbd><a href="../api/" target="_blank">%s</a></kbd>',	// TODO
 			'disabled' => 'The API access is disabled.',	// TODO
 			'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>',	// TODO
 			'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>',	// TODO
 		),
-		'change_password' => 'Change password',	// TODO
-		'confirm_new_password' => 'Confirm new password',	// TODO
+		'change_password' => '修改密码',
+		'confirm_new_password' => '确认新密码',
 		'current_password' => 'Current password<br /><small>(for the Web-form login method)</small>',	// TODO
 		'delete' => array(
 			'_' => '账户删除',
 			'warn' => '你的帐户以及所有相关数据将被删除。',
 		),
 		'email' => '邮箱地址',
-		'new_password' => 'New password',	// TODO
+		'new_password' => '新密码',
 		'password_api' => 'API 密码<br /><small>(例如用于手机应用)</small>',
 		'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<br /><small>(Reading view only)</small>',	// TODO
-				'above_title' => 'Above title',	// TODO
-				'with_authors' => 'In authors and date row',	// TODO
+				'_' => '文章图标位置<br /><small>(仅阅读视图)</small>',
+				'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' => '点击文章文本区域外关闭文章',

+ 2 - 2
docs/i18n/flags/gen/zh-cn.svg

@@ -1,7 +1,7 @@
 <!-- This file is automatically generated by `cli/check.translation.php -g` -->
 <svg xmlns="http://www.w3.org/2000/svg" width="70" height="20">
 	<g fill="white" font-size="12" font-family="Verdana" text-anchor="middle">
-		<rect rx="3" width="70" height="20" fill="gold" />
-		<text x="34" y="14">🇨🇳 89%</text>
+		<rect rx="3" width="70" height="20" fill="green" />
+		<text x="34" y="14">🇨🇳 90%</text>
 	</g>
 </svg>