[feature] Chinese language
[feature] Chinese language
This commit is contained in:
163
src/locale/ch.json
Normal file
163
src/locale/ch.json
Normal file
@@ -0,0 +1,163 @@
|
||||
{
|
||||
"sidebar" : {
|
||||
"home": "主页",
|
||||
"profile": "個人主页",
|
||||
"people": "发现",
|
||||
"settings": "設置",
|
||||
"sendFeedback": "联系我们"
|
||||
|
||||
},
|
||||
"header": {
|
||||
"home":"主页",
|
||||
"notificationTooltip": "通知",
|
||||
"myAccount": "個人主页",
|
||||
"logout": "退出"
|
||||
|
||||
},
|
||||
"home": {
|
||||
"postWriteButtonText": "分享您的新鲜事"
|
||||
},
|
||||
"post": {
|
||||
"edit": "编辑",
|
||||
"delete": "删除",
|
||||
"disableComments": "关闭评论",
|
||||
"disableSharing": "关闭分享",
|
||||
"enableComments": "启用评论",
|
||||
"enableSharing": "启用分享",
|
||||
"public": "公开",
|
||||
"textareaPlaceholder": "分享您的新鲜事",
|
||||
"moreTooltip": "更多",
|
||||
"postButton": "发布",
|
||||
"cancelButton": "取消",
|
||||
"updateButton": "更新",
|
||||
"copyLinkButton": "复制链接",
|
||||
"facebookButton": "分享在Facebook",
|
||||
"twitterButton": "分享在Twitter",
|
||||
"linkedinButton": "分享在Linkedin",
|
||||
"googlePlusButton": "分享在Google+"
|
||||
|
||||
},
|
||||
"imageGallery": {
|
||||
"uploadButton": "上载",
|
||||
"cancelButton": "取消"
|
||||
},
|
||||
"image": {
|
||||
"notLoaded": "照片上载失败"
|
||||
},
|
||||
"comment": {
|
||||
"postButton": "发布",
|
||||
"cancelButton": "取消",
|
||||
"updateButton": "更新",
|
||||
"addCommentPlaceholder": "添加评论 ...",
|
||||
"updateCommentPlaceholder": "写评论 ...",
|
||||
"replyButton": "回复 ",
|
||||
"editButton": "编辑",
|
||||
"deleteButton": "删除"
|
||||
},
|
||||
"profile": {
|
||||
"editProfileButton": "编辑個人主页",
|
||||
"cancelButton": "取消",
|
||||
"updateButton": "更新",
|
||||
"fullName": "全名",
|
||||
"tagline": "标语",
|
||||
"birthday": "生日",
|
||||
"companyName": "公司名",
|
||||
"twitterId": "Twitter",
|
||||
"webUrl": "网址",
|
||||
"personalInformationLabel": "個人资料",
|
||||
"headPostsLabel": "${userName}的发布",
|
||||
"nothingSharedLabel": " 没什么分享",
|
||||
"chooseAvatarDialogTitle": "选择照片",
|
||||
"chooseBanerDialogTitle": "选择封面照片"
|
||||
},
|
||||
"people": {
|
||||
"findPeopleTab": "搜索好友",
|
||||
"followingTab": "关注",
|
||||
"followersTab": "粉丝",
|
||||
"suggestionsForYouLabel": "给您的建议",
|
||||
"nothingToShowLabel": "没什么显示! :(",
|
||||
"followingLabel": "关注",
|
||||
"noFollowingLabel": "没什关注者!",
|
||||
"followersLabel": "粉丝",
|
||||
"noFollowersLabel": "没什粉丝!"
|
||||
},
|
||||
"userBox": {
|
||||
"followButton": "关注",
|
||||
"cancelButton": "取消",
|
||||
"numberOfCircleButton": "${circlesCount} 界",
|
||||
"doneButton": "完成",
|
||||
"groupNamePlaceholder": "小组名",
|
||||
"createCircleTooltip": "创建新界"
|
||||
|
||||
},
|
||||
"changePassword": {
|
||||
"title": "更改密码",
|
||||
"newPasswordLabel": "新密码",
|
||||
"confirmPasswordLabel": "再次输入新密码",
|
||||
"homeButton": "主页",
|
||||
"changePasswordButton": "保存更改",
|
||||
"newPasswordRequiredError": "这是必填栏",
|
||||
"confirmPasswordRequiredError": "这是必填栏",
|
||||
"confirmPasswordEqualNewPasswordError": "密码应该一致"
|
||||
|
||||
},
|
||||
"feedback": {
|
||||
"textareaPlaceholder": "您感觉怎么样 :) ?",
|
||||
"sadTooltip": "心碎",
|
||||
"acceptableTooltip": "可接受",
|
||||
"happyTooltip": "开心",
|
||||
"awesomeTooltip": "真棒",
|
||||
"appreciateMessage": "我们非常感谢您的支持 ;)",
|
||||
"sendingMessage": "反馈已发送",
|
||||
"errorMessage": "发送反馈发生问题 :( "
|
||||
},
|
||||
"login": {
|
||||
"title": "登录",
|
||||
"emailLabel": "电子邮件",
|
||||
"passwordLabel": "密码",
|
||||
"emailRequiredError": "这是必填栏",
|
||||
"passwordRequiredError": "这是必填栏",
|
||||
|
||||
"createAccountButton": "创建新帐户",
|
||||
"loginButton": "登录",
|
||||
"forgetPasswordMessage": "忘记密码",
|
||||
"resetPasswordLabel": "重设密码"
|
||||
},
|
||||
"signup": {
|
||||
"title":"注册",
|
||||
"fullNameLabel": "全名",
|
||||
"emailLabel": "电子邮件",
|
||||
"passwordLabel": "密码",
|
||||
"confirmPasswordLabel": "再次输入新密码",
|
||||
"validNameError":"请输入一个有效的名字",
|
||||
"validEmailError": "请输入一个有效的电子邮件",
|
||||
"emailRequiredError": "这是必填栏",
|
||||
"passwordRequiredError": "这是必填栏",
|
||||
"confirmRequiredError": "这是必填栏",
|
||||
"passwordEqualConfirmError": "密码应该一致.",
|
||||
"confirmEqualPasswordError": "密码应该一致",
|
||||
"loginButton": "登录",
|
||||
"createButton": "创建"
|
||||
|
||||
},
|
||||
"resetPassword": {
|
||||
"title": "重设密码",
|
||||
"emailLabel": "电子邮件",
|
||||
"backButton": "返回",
|
||||
"resetPasswordButton": "重设密码",
|
||||
"emailRequiredError": "这是必填栏",
|
||||
"description": "请您填上电子邮件, 点击 `重设密码`. 如果没必要点击`返回`.我们将向您发送一封电子邮件,其中包含重置密码接"
|
||||
|
||||
},
|
||||
"emailVerification": {
|
||||
"title": "电子邮件验证",
|
||||
"homeButton": "主页",
|
||||
"sendButton": "发送电子邮件验证",
|
||||
"description": "电子邮件验证已发送您的电子邮件 请检查您的收件箱. 如果没还没接收电子邮件验证, 请重发电子邮件验证"
|
||||
},
|
||||
"common": {
|
||||
"sentRequestMessage": "请求已发送.",
|
||||
"successfulRequestMessage": "请求已成功发送"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user