iachat/app/javascript/dashboard/i18n/locale/no/login.json
2023-08-15 13:47:38 -07:00

28 lines
848 B
JSON

{
"LOGIN": {
"TITLE": "Logg inn i Chatwoot",
"EMAIL": {
"LABEL": "E-post",
"PLACEHOLDER": "example@companyname.com",
"ERROR": "Vennligst skriv inn en gyldig e-postadresse"
},
"PASSWORD": {
"LABEL": "Passord",
"PLACEHOLDER": "Passord"
},
"API": {
"SUCCESS_MESSAGE": "Login successful",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again.",
"UNAUTH": "Username or password is incorrect. Please try again."
},
"OAUTH": {
"GOOGLE_LOGIN": "Login with Google",
"BUSINESS_ACCOUNTS_ONLY": "Please use your company email address to login",
"NO_ACCOUNT_FOUND": "We couldn't find an account for your email address."
},
"FORGOT_PASSWORD": "Glemt passord?",
"CREATE_NEW_ACCOUNT": "Opprett ny konto",
"SUBMIT": "Logg inn"
}
}