Files
leadchat/app/javascript/dashboard/i18n/locale/tr/signup.json
2023-02-27 18:15:34 -08:00

45 lines
1.6 KiB
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.
{
"REGISTER": {
"TRY_WOOT": "Create an account",
"TITLE": "Kayıt ol",
"TESTIMONIAL_HEADER": "All it takes is one step to move forward",
"TESTIMONIAL_CONTENT": "You're one step away from engaging your customers, retaining them and finding new ones.",
"TERMS_ACCEPT": "By creating an account, you agree to our <a href=\"https://www.chatwoot.com/terms\">T & C</a> and <a href=\"https://www.chatwoot.com/privacy-policy\">Privacy policy</a>",
"OAUTH": {
"GOOGLE_SIGNUP": "Sign up with Google"
},
"COMPANY_NAME": {
"LABEL": "Company name",
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
"ERROR": "Company name is too short"
},
"FULL_NAME": {
"LABEL": "Ad Soyad",
"PLACEHOLDER": "Ad Soyadınızı giriniz. örn: Bruce Wayne",
"ERROR": "Ad Soyad çok kısa"
},
"EMAIL": {
"LABEL": "İş emaili",
"PLACEHOLDER": "İş email adresinizi giriniz. örn: bruce@wayne.enterprises",
"ERROR": "Please enter a valid work email address"
},
"PASSWORD": {
"LABEL": "Parola",
"PLACEHOLDER": "Parola",
"ERROR": "Parola çok kısa",
"IS_INVALID_PASSWORD": "Şifre en az 1 büyük harf, 1 küçük harf, 1 rakam ve 1 özel karakter içermelidir"
},
"CONFIRM_PASSWORD": {
"LABEL": "Parolayı Onayla",
"PLACEHOLDER": "Parolayı Onayla",
"ERROR": "Parola eşleşmiyor"
},
"API": {
"SUCCESS_MESSAGE": "Kayıt başarılı",
"ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin"
},
"SUBMIT": "Create account",
"HAVE_AN_ACCOUNT": "Hesabın var mı?"
}
}