summary refs log tree commit diff
path: root/locales
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-01 18:21:53 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-01 18:21:53 +0200
commit50da40bcefe9248ed04cc9bbad055f21e38184e7 (patch)
treeda9b2a83dc21a140754ee90cfc99ff95526b0313 /locales
parentNew translations auth.json (Ukrainian) (diff)
downloadserver-50da40bcefe9248ed04cc9bbad055f21e38184e7.tar.xz
New translations auth.json (Chinese Simplified)
Diffstat (limited to 'locales')
-rw-r--r--locales/zh/auth.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/locales/zh/auth.json b/locales/zh/auth.json
index 025a3876..db5f1eb4 100644
--- a/locales/zh/auth.json
+++ b/locales/zh/auth.json
@@ -1,15 +1,15 @@
 {
 	"login": {
-		"INVALID_LOGIN": "E-Mail or Phone not found",
-		"INVALID_PASSWORD": "Invalid Password"
+		"INVALID_LOGIN": "找不到电子邮件或电话",
+		"INVALID_PASSWORD": "无效密码"
 	},
 	"register": {
-		"REGISTRATION_DISABLED": "New user registration is disabled",
-		"INVITE_ONLY": "You must be invited to register",
+		"REGISTRATION_DISABLED": "新用户注册已禁用",
+		"INVITE_ONLY": "您必须被邀请注册",
 		"EMAIL_INVALID": "Invalid Email",
-		"EMAIL_ALREADY_REGISTERED": "Email is already registered",
-		"DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older",
-		"CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.",
-		"USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another"
+		"EMAIL_ALREADY_REGISTERED": "电子邮件已注册",
+		"DATE_OF_BIRTH_UNDERAGE": "您需要有 {{years}} 岁以上",
+		"CONSENT_REQUIRED": "您必须同意服务条款和隐私政策。",
+		"USERNAME_TOO_MANY_USERS": "用户名太多,请尝试另一个"
 	}
 }