Chatwoot/app/javascript/dashboard/i18n/locale/no/setNewPassword.json

24 lines
604 B
JSON
Raw Normal View History

{
"SET_NEW_PASSWORD": {
"TITLE": "Angi nytt passord",
"PASSWORD": {
"LABEL": "Passord",
"PLACEHOLDER": "Passord",
"ERROR": "Passordet er for kort"
},
"CONFIRM_PASSWORD": {
"LABEL": "Bekreft passord",
"PLACEHOLDER": "Bekreft passord",
"ERROR": "Passordet stemmer ikke"
},
"API": {
"SUCCESS_MESSAGE": "Passordet ble endret",
"ERROR_MESSAGE": "Kunne ikke koble til Woot Server, vennligst prøv igjen senere"
},
"CAPTCHA": {
"ERROR": "Verification expired. Please solve captcha again."
},
"SUBMIT": "Send"
}
}