Files
leadchat/app/javascript/dashboard/i18n/locale/sv/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
428 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Återställ lösenord",
"EMAIL": {
"LABEL": "E-post",
"PLACEHOLDER": "Ange din e-postadress.",
"ERROR": "Ange en giltig e-postadress."
},
"API": {
"SUCCESS_MESSAGE": "Länken för återställning av lösenord har skickats till din e-post.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
},
"SUBMIT": "Skicka"
}
}