Files
leadchat/app/javascript/dashboard/i18n/locale/bg/resetPassword.json
Chatwoot Bot c410fe333a chore: Update translations (#7347)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-06-19 17:27:43 +05:30

16 lines
507 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": "Reset password",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "Моля, въведете имейла адреса си.",
"ERROR": "Please enter a valid email."
},
"API": {
"SUCCESS_MESSAGE": "Password reset link has been sent to your email.",
"ERROR_MESSAGE": "Не можа да се свърже с Woot сървър. Моля, опитайте отново по-късно"
},
"SUBMIT": "Изпращане"
}
}