diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-18 14:38:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 14:38:43 -0400 |
commit | e88dafa7c92935ba47429a740e5c59af8c293bd8 (patch) | |
tree | 6fff71903ae2bf32626212a5f2fda408479ecb9c /api/locales | |
parent | :zap: message performance (diff) | |
parent | New translations common.json (Portuguese) (diff) | |
download | server-e88dafa7c92935ba47429a740e5c59af8c293bd8.tar.xz |
Merge pull request #483 from fosscord/translation
New Crowdin updates
Diffstat (limited to 'api/locales')
-rw-r--r-- | api/locales/ru/auth.json | 2 | ||||
-rw-r--r-- | api/locales/sk/auth.json | 4 | ||||
-rw-r--r-- | api/locales/tr/auth.json | 2 |
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ı." }, |