summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-18 14:38:43 -0400
committerGitHub <noreply@github.com>2021-10-18 14:38:43 -0400
commite88dafa7c92935ba47429a740e5c59af8c293bd8 (patch)
tree6fff71903ae2bf32626212a5f2fda408479ecb9c
parent:zap: message performance (diff)
parentNew translations common.json (Portuguese) (diff)
downloadserver-e88dafa7c92935ba47429a740e5c59af8c293bd8.tar.xz
Merge pull request #483 from fosscord/translation
New Crowdin updates
-rw-r--r--api/locales/ru/auth.json2
-rw-r--r--api/locales/sk/auth.json4
-rw-r--r--api/locales/tr/auth.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/api/locales/ru/auth.json b/api/locales/ru/auth.json
index b63ac34f..26b3f5a7 100644
--- a/api/locales/ru/auth.json
+++ b/api/locales/ru/auth.json
@@ -2,7 +2,7 @@
 	"login": {
 		"INVALID_LOGIN": "Данный адрес электронной почты или телефон не найден",
 		"INVALID_PASSWORD": "Неверный пароль",
-		"ACCOUNT_DISABLED": "This account is disabled"
+		"ACCOUNT_DISABLED": "Этот аккаунт отключён"
 	},
 	"register": {
 		"REGISTRATION_DISABLED": "Регистрация нового пользователя отключена",
diff --git a/api/locales/sk/auth.json b/api/locales/sk/auth.json
index 241d71e9..52d96c70 100644
--- a/api/locales/sk/auth.json
+++ b/api/locales/sk/auth.json
@@ -1,8 +1,8 @@
 {
 	"login": {
-		"INVALID_LOGIN": "E-mail alebo telefón nebol nájdený",
+		"INVALID_LOGIN": "E-mail alebo Telefón nebol nájdený",
 		"INVALID_PASSWORD": "Neplatné Heslo",
-		"ACCOUNT_DISABLED": "This account is disabled"
+		"ACCOUNT_DISABLED": "Tento účet je deaktivovaný"
 	},
 	"register": {
 		"REGISTRATION_DISABLED": "Registrácia nového používateľa je zakázaná",
diff --git a/api/locales/tr/auth.json b/api/locales/tr/auth.json
index 321917ce..f6f95802 100644
--- a/api/locales/tr/auth.json
+++ b/api/locales/tr/auth.json
@@ -1,6 +1,6 @@
 {
 	"login": {
-		"INVALID_LOGIN": "Eposta veya Telefon Numarası bulunamadı",
+		"INVALID_LOGIN": "E-posta veya Telefon Numarası bulunamadı",
 		"INVALID_PASSWORD": "Geçersiz Şifre",
 		"ACCOUNT_DISABLED": "Bu hesap devre dışı bırakıldı."
 	},