Files
leadchat/app/javascript/dashboard/i18n/locale/tr/setNewPassword.json
Chatwoot Bot be3c75e858 chore: Update translations (#6999)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-04-28 20:28:03 +05:30

24 lines
621 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.
{
"SET_NEW_PASSWORD": {
"TITLE": "Set new password",
"PASSWORD": {
"LABEL": "Parola",
"PLACEHOLDER": "Parola",
"ERROR": "Parola çok kısa."
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm password",
"PLACEHOLDER": "Parolayı Onayla",
"ERROR": "Parola eşleşmiyor."
},
"API": {
"SUCCESS_MESSAGE": "Parola başarıyla değiştirildi.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
},
"CAPTCHA": {
"ERROR": "Doğrulama süresi sona erdi. Lütfen captchayı tekrar çözünüz."
},
"SUBMIT": "Yolla"
}
}