summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-24 12:41:19 -0400
committerSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-24 12:41:19 -0400
commit57d48f0f380a19ae6b76ac48d2723b1f9b68bb4b (patch)
treedcd4236322f610a384b91b7455d1d7882111c8c0
parentNew translations auth.json (Esperanto) (diff)
downloadserver-57d48f0f380a19ae6b76ac48d2723b1f9b68bb4b.tar.xz
New translations auth.json (Ukrainian)
-rw-r--r--api/locales/uk/auth.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/api/locales/uk/auth.json b/api/locales/uk/auth.json
index 76c4e500..e19547a0 100644
--- a/api/locales/uk/auth.json
+++ b/api/locales/uk/auth.json
@@ -1,16 +1,16 @@
 {
 	"login": {
-		"INVALID_LOGIN": "E-Mail або телефон не знайдено",
-		"INVALID_PASSWORD": "Невірний пароль",
+		"INVALID_LOGIN": "E-Mail or Phone not found",
+		"INVALID_PASSWORD": "Invalid Password",
 		"ACCOUNT_DISABLED": "This account is disabled"
 	},
 	"register": {
-		"REGISTRATION_DISABLED": "Реєстрація нового користувача вимкнута",
-		"INVITE_ONLY": "Ви повинні бути запрошені до реєстрації",
+		"REGISTRATION_DISABLED": "New user registration is disabled",
+		"INVITE_ONLY": "You must be invited to register",
 		"EMAIL_INVALID": "Invalid Email",
-		"EMAIL_ALREADY_REGISTERED": "Цю адресу електронної пошти вже зареєстровано",
-		"DATE_OF_BIRTH_UNDERAGE": "Ви повинні бути {{years}} роками або старше",
-		"CONSENT_REQUIRED": "Ви повинні погодитися з Правилами користування сервісом і політикою конфіденційності.",
-		"USERNAME_TOO_MANY_USERS": "Надто багато користувачів з таким іменем користувача, будь ласка, спробуйте інше"
+		"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 the Terms of Service and Privacy Policy.",
+		"USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another"
 	}
 }