summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-18 21:10:06 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-18 21:10:06 +0200
commit976a58ee70b78ea6531581c2573c5927f8703b19 (patch)
tree69135f127b251a51fc10b30b99f82f86cf46b6f0
parent:bug: fix types + prod env (diff)
parentMerge pull request #483 from fosscord/translation (diff)
downloadserver-976a58ee70b78ea6531581c2573c5927f8703b19.tar.xz
Merge branch 'master' of http://github.com/fosscord/fosscord-server
-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ı." },