Chatwoot/app/javascript/dashboard/i18n/locale/sk/resetPassword.json
2021-12-19 11:38:02 +05:30

15 lines
412 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Obnoviť heslo",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "Please enter your email",
"ERROR": "Please enter a valid email"
},
"API": {
"SUCCESS_MESSAGE": "Password reset link has been sent to your email",
"ERROR_MESSAGE": "Nepodarilo sa pripojiť k serveru Woot, skúste to prosím neskôr"
},
"SUBMIT": "Odoslať"
}
}