1 files changed, 3 insertions, 1 deletions
diff --git a/api/locales/tr/auth.json b/api/locales/tr/auth.json
index 1b3c4a8f..670f07e3 100644
--- a/api/locales/tr/auth.json
+++ b/api/locales/tr/auth.json
@@ -2,7 +2,9 @@
"login": {
"INVALID_LOGIN": "E-posta veya Telefon Numarası bulunamadı",
"INVALID_PASSWORD": "Geçersiz Şifre",
- "ACCOUNT_DISABLED": "Bu hesap devre dışı bırakıldı"
+ "ACCOUNT_DISABLED": "Bu hesap devre dışı bırakıldı",
+ "INVALID_TOTP_CODE": "Invalid two-factor code.",
+ "INVALID_TOTP_SECRET": "Invalid two-factor secret."
},
"register": {
"REGISTRATION_DISABLED": "Yeni kullanıcı alımı devre dışı bırakıldı",
|