From 50cf3cea59f443c7d166ff2a95f7f5ed0f58fe5d Mon Sep 17 00:00:00 2001
From: achilles-kosun <44356695+achilles-kosun@users.noreply.github.com>
Date: Tue, 20 Nov 2018 19:48:50 +0800
Subject: [PATCH] I18n: Add missing translation of simplified Chinese (#539)

---
 app/i18n/locales/zh-CN.js | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/app/i18n/locales/zh-CN.js b/app/i18n/locales/zh-CN.js
index a5352d3cb..958058b46 100644
--- a/app/i18n/locales/zh-CN.js
+++ b/app/i18n/locales/zh-CN.js
@@ -121,10 +121,12 @@ export default {
 	Choose_from_library: '选择库',
 	Code: '代码',
 	Collaborative: '协作',
+	Confirm: '确认',
 	Connect: '连接',
 	Connect_to_a_server: '连接到服务器',
 	Connected: '已连接',
 	Connecting: '连接中',
+	Continue_with: '继续采用',
 	Copied_to_clipboard: '复制到剪贴板',
 	Copy_Message: '复制消息',
 	Copy_Permalink: '复制永久链接',
@@ -140,12 +142,14 @@ export default {
 	Description: '描述',
 	Disable_notifications: '禁用消息通知',
 	Direct_Messages: '私信',
+	Dont_Have_An_Account: '还没有账号?',
 	Do_you_really_want_to_key_this_room_question_mark: '你真的想要{{key}}这个房间吗?',
 	edit: '编辑',
 	erasing_room: '正抹去房间',
 	Edit: '编辑',
 	Email_or_password_field_is_empty: '邮件或密码字段为空',
 	Email: '邮箱',
+	email: '邮箱',
 	Enable_notifications: '开启消息通知',
 	Everyone_can_access_this_channel: '每个人都可以进入这个频道',
 	Error_uploading: '错误上传',
@@ -175,8 +179,11 @@ export default {
 	Leave_channel: '离开频道',
 	leaving_room: '离开房间',
 	leave: '离开',
+	Legal: '合法',
 	Livechat: '即时聊天',
 	Login: '登录',
+	Login_error: '你的凭证被拒绝了! 请再试一次',
+	Login_with: '登陆为',
 	Logout: '注销',
 	Members: '成员',
 	Mentioned_Messages: '提到的信息',
@@ -184,7 +191,7 @@ export default {
 	Mentions: '提到',
 	Message_accessibility: '{{time}}来自{{user}}的消息: {{message}}',
 	Message_actions: '消息操作',
-	Message_pinned: '消息被订住',
+	Message_pinned: '消息被钉住',
 	Message_removed: '消息被删除',
 	Messages: '消息',
 	Microphone_Permission_Message: 'Rocket Chat需要访问您的麦克风,以便您可以发送音频消息。',
@@ -224,10 +231,10 @@ export default {
 	Open_Source_Communication: '开源沟通',
 	Password: '密码',
 	Permalink_copied_to_clipboard: '永久链接已复制到剪贴板!',
-	Pin: '订住',
-	Pinned_Messages: '被订的消息',
-	pinned: '被订住',
-	Pinned: '被订',
+	Pin: '钉住',
+	Pinned_Messages: '被钉的消息',
+	pinned: '被钉住',
+	Pinned: '被钉',
 	Please_enter_your_password: '请输入密码',
 	Preferences_saved: '偏好已保存!',
 	Privacy_Policy: ' 隐私策略',
@@ -276,6 +283,7 @@ export default {
 	Send_message: '发送消息',
 	Server: '服务器',
 	Servers: '服务器',
+	Set_username_subtitle: '用户名用于允许其他人在邮件中提及您',
 	Settings: '设置',
 	Settings_succesfully_changed: '更改设置成功!',
 	Share_Message: '分享消息',
@@ -307,6 +315,7 @@ export default {
 	topic: '主题',
 	Topic: '主题',
 	Try_again: '再试一次',
+	Two_Factor_Authentication: '双重认证',
 	Type_the_channel_name_here: '在这里输入频道名称',
 	unarchive: '解除封存',
 	UNARCHIVE: '解除封存',
@@ -319,6 +328,7 @@ export default {
 	Unread_on_top: '未读在上面',
 	Unstar: '取消星号标记',
 	Uploading: '正在上传',
+	Upload_file_question_mark: '上传文件?',
 	User_added_by: '由{{userBy}}添加的用户 {{useradd}}',
 	User_has_been_key: '用户已被{{key}}!',
 	User_is_no_longer_role_by_: '{{userBy}}将角色 {{role}} 从用户 {{user}} 身上移除',
@@ -328,6 +338,7 @@ export default {
 	User_was_set_role_by_: '用户 {{user}} 被 {{userBy}} 设置角色 {{role}}',
 	Username_is_empty: '用户名是空的',
 	Username: '用户名',
+	Username_or_email: '用户名或邮箱',
 	Validating: '正在验证',
 	Video_call: '视频电话',
 	Voice_call: '语音电话',
-- 
GitLab