Files
leadchat/app/javascript/dashboard/i18n/locale/tr/resetPassword.json
2023-08-15 13:47:38 -07:00

18 lines
612 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",
"DESCRIPTION": "Enter the email address you use to log in to Chatwoot to get the password reset instructions.",
"GO_BACK_TO_LOGIN": "If you want to go back to the login page,",
"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"
}
}