Files
leadchat/app/javascript/dashboard/i18n/locale/is/setNewPassword.json
Chatwoot Bot 3dedfee350 chore: Update translations (#7033)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-05-06 15:10:50 +05:30

24 lines
646 B
JSON

{
"SET_NEW_PASSWORD": {
"TITLE": "Set new password",
"PASSWORD": {
"LABEL": "Lykilorð",
"PLACEHOLDER": "Lykilorð",
"ERROR": "Lykilorið er of stutt."
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm password",
"PLACEHOLDER": "Confirm Password",
"ERROR": "Passwords do not match."
},
"API": {
"SUCCESS_MESSAGE": "Successfully changed the password.",
"ERROR_MESSAGE": "Náði ekki að tengjast við netþjóna Woot, vinsamlegast reynið aftur"
},
"CAPTCHA": {
"ERROR": "Staðfesting rann út. Vinsamlegast leystu captcha aftur."
},
"SUBMIT": "Senda"
}
}