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

16 lines
427 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.
{
"RESET_PASSWORD": {
"TITLE": "Parola yenile",
"EMAIL": {
"LABEL": "E-Posta",
"PLACEHOLDER": "Lütfen E-postanızı girin.",
"ERROR": "lütfen geçerli e-posta adresini giriniz."
},
"API": {
"SUCCESS_MESSAGE": "E-postanıza parola sıfırlama bağlantısı gönderildi.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
},
"SUBMIT": "Yolla"
}
}