chatwoot-develop/app/javascript/dashboard/i18n/locale/tr/setNewPassword.json

24 lines
630 B
JSON
Executable File
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"
}
}