diff options
author | reis <ibrahimbozkurt0270@gmail.com> | 2021-08-15 08:54:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-15 08:54:47 +0300 |
commit | c2ef2fa990281d51f575bf6a904f800c9fbef0e8 (patch) | |
tree | a4db0eed47cfa531a7f471a499e7af201530d382 /api/locales | |
parent | :sparkles: start.bat and start.sh script (diff) | |
download | server-c2ef2fa990281d51f575bf6a904f800c9fbef0e8.tar.xz |
Add ACCOUNT_DISABLED translation for Turkish
Diffstat (limited to 'api/locales')
-rw-r--r-- | api/locales/tr/auth.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/locales/tr/auth.json b/api/locales/tr/auth.json index 80c06600..321917ce 100644 --- a/api/locales/tr/auth.json +++ b/api/locales/tr/auth.json @@ -2,7 +2,7 @@ "login": { "INVALID_LOGIN": "Eposta veya Telefon Numarası bulunamadı", "INVALID_PASSWORD": "Geçersiz Şifre", - "ACCOUNT_DISABLED": "This account is disabled" + "ACCOUNT_DISABLED": "Bu hesap devre dışı bırakıldı." }, "register": { "REGISTRATION_DISABLED": "Yeni kullanıcı alımı devre dışı bırakıldı", |