diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2022-08-06 02:44:18 +0200 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2022-08-06 02:44:18 +0200 |
commit | b418e062f5484afb162a4d9c98cf2dc755aaa7e6 (patch) | |
tree | eb9acae1e0648e28b3fe0f977cde1932f7324748 | |
parent | New translations auth.json (Swedish) (diff) | |
download | server-b418e062f5484afb162a4d9c98cf2dc755aaa7e6.tar.xz |
New translations auth.json (Turkish)
-rw-r--r-- | api/locales/tr/auth.json | 4 |
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ı", |