iachat/app/javascript/dashboard/i18n/locale/is/login.json
Chatwoot Bot 4a088e0663
chore: Update translations from Crowdin (#10686)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Pranav <pranav@chatwoot.com>
2025-02-12 12:34:34 +05:30

28 lines
896 B
JSON

{
"LOGIN": {
"TITLE": "Login to Chatwoot",
"EMAIL": {
"LABEL": "Tölvupóstfang",
"PLACEHOLDER": "example{'@'}companyname.com",
"ERROR": "Vinsamlegast skrifaðu gilt netfang"
},
"PASSWORD": {
"LABEL": "Lykilorð",
"PLACEHOLDER": "Lykilorð"
},
"API": {
"SUCCESS_MESSAGE": "Innskráning tókst",
"ERROR_MESSAGE": "Náði ekki að tengjast við netþjóna Woot, vinsamlegast reynið aftur",
"UNAUTH": "Notandanafn / lykilorð rangt. Vinsamlegast reyndu aftur"
},
"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": "Gleymt lykilorð?",
"CREATE_NEW_ACCOUNT": "Stofna nýjan aðgang",
"SUBMIT": "Innskráning"
}
}