1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 13:14:06 +01:00

New translations auth.json (Chinese Traditional)

This commit is contained in:
Flam3rboy 2021-05-01 19:16:51 +02:00
parent 9a515f0447
commit cbc10a16ed

View File

@ -1,15 +1,15 @@
{ {
"login": { "login": {
"INVALID_LOGIN": "找不到电子邮件或电话", "INVALID_LOGIN": "E-Mail or Phone not found",
"INVALID_PASSWORD": "无效密码" "INVALID_PASSWORD": "Invalid Password"
}, },
"register": { "register": {
"REGISTRATION_DISABLED": "新用户注册已禁用", "REGISTRATION_DISABLED": "New user registration is disabled",
"INVITE_ONLY": "您必须被邀请注册", "INVITE_ONLY": "You must be invited to register",
"EMAIL_INVALID": "Invalid Email", "EMAIL_INVALID": "Invalid Email",
"EMAIL_ALREADY_REGISTERED": "电子邮件已注册", "EMAIL_ALREADY_REGISTERED": "Email is already registered",
"DATE_OF_BIRTH_UNDERAGE": "您需要有 {{years}} 岁以上", "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older",
"CONSENT_REQUIRED": "您必须同意服务条款和隐私政策。", "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.",
"USERNAME_TOO_MANY_USERS": "用户名太多,请尝试另一个" "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another"
} }
} }