iachat/app/javascript/dashboard/i18n/locale/tr/login.json
2023-02-27 18:15:34 -08:00

27 lines
847 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"LOGIN": {
"TITLE": "Chatwoot'ta oturum açın",
"EMAIL": {
"LABEL": "E-Posta",
"PLACEHOLDER": "E-posta, örneğin: birisi@örnek.com"
},
"PASSWORD": {
"LABEL": "Parola",
"PLACEHOLDER": "Parola"
},
"API": {
"SUCCESS_MESSAGE": "Giriş başarılı",
"ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin",
"UNAUTH": "Kullanıcı Adı / Parola Yanlış. Lütfen tekrar deneyin"
},
"OAUTH": {
"GOOGLE_LOGIN": "Login with Google",
"BUSINESS_ACCOUNTS_ONLY": "Please use your company email address to login",
"NO_ACCOUNT_FOUND": "We couldn't find an account for your email address."
},
"FORGOT_PASSWORD": "Parolanızı mı unuttunuz?",
"CREATE_NEW_ACCOUNT": "Yeni hesap oluştur",
"SUBMIT": "Oturum aç"
}
}