Files
leadchat/app/javascript/dashboard/i18n/locale/tr/setNewPassword.json
Chatwoot Bot e467d15f2c chore: Update translations (#8544)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2024-01-16 13:49:38 +04:00

24 lines
630 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": "Yeni şifre oluştur",
"PASSWORD": {
"LABEL": "Parola",
"PLACEHOLDER": "Parola",
"ERROR": "Parola çok kısa."
},
"CONFIRM_PASSWORD": {
"LABEL": "Şifreyi onayla",
"PLACEHOLDER": "Parolayı Onayla",
"ERROR": "Parola eşleşmiyor."
},
"API": {
"SUCCESS_MESSAGE": "Parola başarıyla değiştirildi.",
"ERROR_MESSAGE": "Woot sunucusuna bağlanılamadı. Lütfen tekrar deneyin."
},
"CAPTCHA": {
"ERROR": "Doğrulama süresi sona erdi. Lütfen captchayı tekrar çözünüz."
},
"SUBMIT": "Yolla"
}
}