New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
This commit is contained in:
35
public/locales/cn/authentication/invite.json
Normal file
35
public/locales/cn/authentication/invite.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"metaTitle": "创建账号",
|
||||
"title": "创建账号",
|
||||
"text": "请在下面定义您的凭据",
|
||||
"form": {
|
||||
"fields": {
|
||||
"username": {
|
||||
"label": "用户名"
|
||||
},
|
||||
"password": {
|
||||
"label": "密码"
|
||||
},
|
||||
"passwordConfirmation": {
|
||||
"label": "确认密码"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "创建账号"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"loading": {
|
||||
"title": "正在创建账号...",
|
||||
"text": "请稍等"
|
||||
},
|
||||
"success": {
|
||||
"title": "账号已创建",
|
||||
"text": "您的账号创建成功"
|
||||
},
|
||||
"error": {
|
||||
"title": "错误",
|
||||
"text": "出错了,出现以下错误: {{error}}"
|
||||
}
|
||||
}
|
||||
}
|
||||
20
public/locales/cn/authentication/login.json
Normal file
20
public/locales/cn/authentication/login.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"metaTitle": "登录",
|
||||
"title": "欢迎回来!",
|
||||
"text": "请确认您的凭证",
|
||||
"form": {
|
||||
"fields": {
|
||||
"username": {
|
||||
"label": "用户名"
|
||||
},
|
||||
"password": {
|
||||
"label": "密码"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "登录"
|
||||
},
|
||||
"afterLoginRedirection": "登录后,您将被重定向到 {{url}}"
|
||||
},
|
||||
"alert": "您的凭据不正确或此账户不存在。请重试。"
|
||||
}
|
||||
Reference in New Issue
Block a user