From 533fbc7b653aabda69a1d56be00358155bff79df Mon Sep 17 00:00:00 2001 From: reis Date: Sun, 15 Aug 2021 08:54:47 +0300 Subject: Add ACCOUNT_DISABLED translation for Turkish --- api/locales/tr/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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ı", -- cgit 1.4.1