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)
This commit is contained in:
Sojan Jose
2020-12-01 13:15:17 +05:30
committed by GitHub
parent 64733ca3bc
commit a5ceddc454
81 changed files with 1155 additions and 921 deletions

View File

@@ -1,32 +1,32 @@
{
"REGISTER": {
"TRY_WOOT": "Register an account",
"TITLE": "Register",
"TERMS_ACCEPT": "By signing up, 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>",
"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": "Account Name",
"PLACEHOLDER": "Wayne Enterprises",
"ERROR": "Account Name is too short"
"LABEL": "Hesap adı",
"PLACEHOLDER": "Şirketiniz",
"ERROR": "Hesap Adı çok kısa"
},
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "bruce@wayne.enterprises",
"ERROR": "Email is invalid"
"LABEL": "E-Posta",
"PLACEHOLDER": "adres@site.com",
"ERROR": "e-posta geçersiz"
},
"PASSWORD": {
"LABEL": "Password",
"PLACEHOLDER": "Password",
"ERROR": "Password is too short"
"LABEL": "Parola",
"PLACEHOLDER": "Parola",
"ERROR": "Parola çok kısa"
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm Password",
"PLACEHOLDER": "Confirm Password",
"ERROR": "Password doesnot match"
"LABEL": "Parolayı Onayla",
"PLACEHOLDER": "Parolayı Onayla",
"ERROR": "Parola eşleşmiyor"
},
"API": {
"SUCCESS_MESSAGE": "Registration Successfull",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
"SUCCESS_MESSAGE": "Kayıt başarılı",
"ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin"
},
"SUBMIT": "Submit"
"SUBMIT": "Yolla"
}
}