From d96239bf9306b936c0390f4ee2dcf3053f5ba3fb Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:30 +0200 Subject: [PATCH] New translations auth.json (Turkish) --- locales/tr/auth.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/locales/tr/auth.json b/locales/tr/auth.json index 025a3876..0b2693b7 100644 --- a/locales/tr/auth.json +++ b/locales/tr/auth.json @@ -1,15 +1,15 @@ { "login": { - "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password" + "INVALID_LOGIN": "Eposta veya Telefon Numarası bulunamadı", + "INVALID_PASSWORD": "Geçersiz Şifre" }, "register": { - "REGISTRATION_DISABLED": "New user registration is disabled", - "INVITE_ONLY": "You must be invited to register", - "EMAIL_INVALID": "Invalid Email", - "EMAIL_ALREADY_REGISTERED": "Email is already registered", - "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.", - "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + "REGISTRATION_DISABLED": "Yeni kullanıcı alımı devre dışı bırakıldı", + "INVITE_ONLY": "Kayıt olabilmek için davet edilmelisin", + "EMAIL_INVALID": "Geçersiz Eposta", + "EMAIL_ALREADY_REGISTERED": "Bu Eposta zaten kayıtlı", + "DATE_OF_BIRTH_UNDERAGE": "{{years}} yaşında veya daha büyük olmalısın", + "CONSENT_REQUIRED": "Hizmet Şartları ve Gizlilik Politikasını kabul etmelisin.", + "USERNAME_TOO_MANY_USERS": "Çok fazla kullanıcı bu kullanıcı adını kullanıyor, lütfen başka bir kullanıcı adı dene" } }