Chatwoot/app/javascript/dashboard/i18n/locale/sk/resetPassword.json

16 lines
412 B
JSON
Raw Normal View History

{
"RESET_PASSWORD": {
2021-12-19 06:08:02 +00:00
"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",
2021-12-19 06:08:02 +00:00
"ERROR_MESSAGE": "Nepodarilo sa pripojiť k serveru Woot, skúste to prosím neskôr"
},
2021-12-19 06:08:02 +00:00
"SUBMIT": "Odoslať"
}
}