Chatwoot/app/javascript/dashboard/i18n/locale/tr/signup.json
Sojan Jose 677f56f802
chore: Update translations (#1536)
Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: AlguienSama
Co-authored-by: Yovan Lutfi Arya (Regerta)
Co-authored-by: Frederik
Co-authored-by: Ambler (ambler)
Co-authored-by: Hossein Sadeghi (ssageghi)
Co-authored-by: korho
Co-authored-by: vfasoulas
Co-authored-by: Thiago Ramos (thiago)
Co-authored-by: Ehab hakawati (ehab.hakawati)
Co-authored-by: Karl Marx (taylanguney)
Co-authored-by: Fernando Sousa (Fernando)
Co-authored-by: Matt (duartemvix)
2020-12-22 18:01:10 +05:30

38 lines
1.2 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": "Bir hesap oluştur",
"TITLE": "Kayıt ol",
"TERMS_ACCEPT": "Kaydolarak, <a href=\"https://www.chatwoot.com/terms\"> T & C </a> ve <a href = \"https://www.chatwoot.com/privacy\"> Gizlilik politikası </a> kabul etmiş olursunuz.",
"ACCOUNT_NAME": {
"LABEL": "Hesap adı",
"PLACEHOLDER": "Enter an account name. eg: Wayne Enterprises",
"ERROR": "Account name is too short"
},
"FULL_NAME": {
"LABEL": "Full name",
"PLACEHOLDER": "Enter your full name. eg: Bruce Wayne",
"ERROR": "Full name is too short"
},
"EMAIL": {
"LABEL": "Work email",
"PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises",
"ERROR": "Email address is invalid"
},
"PASSWORD": {
"LABEL": "Parola",
"PLACEHOLDER": "Parola",
"ERROR": "Parola çok kısa"
},
"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": "Yolla",
"HAVE_AN_ACCOUNT": "Already have an account?"
}
}