Files
chatwoot/app/javascript/dashboard/i18n/locale/tr/signup.json
Sojan Jose a5ceddc454 chore: Enable Czech(cs), Turkish(tr), update translations (#1466)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
Co-authored-by: Алексей Чертановский
Co-authored-by: canbaran011
Co-authored-by: Jonáš Loskot (Fjuro)
Co-authored-by: wanhai huang
Co-authored-by: Matt (duartemvix)
Co-authored-by: chinyaev
Co-authored-by: Karl Marx (taylanguney)
2020-12-01 13:15:17 +05:30

33 lines
979 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.

{
"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": "Şirketiniz",
"ERROR": "Hesap Adı çok kısa"
},
"EMAIL": {
"LABEL": "E-Posta",
"PLACEHOLDER": "adres@site.com",
"ERROR": "e-posta geçersiz"
},
"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"
}
}