iachat/app/javascript/dashboard/i18n/locale/nl/login.json
Sojan Jose 2e8cd59a06
Add new translations (#862)
* New translations agentMgmt.json (Dutch)

* New translations login.json (Dutch)

* New translations settings.json (French)

* New translations en.json (French)

* New translations en.json (Arabic)

* New translations en.json (Greek)

* New translations settings.json (Portuguese, Brazilian)

* New translations settings.json (Dutch)

* New translations settings.json (Greek)

* New translations signup.json (Ukrainian)

* New translations chatlist.json (Dutch)

* New translations contact.json (Dutch)

* New translations billing.json (Dutch)

* New translations cannedMgmt.json (Dutch)

* New translations inboxMgmt.json (Dutch)

* New translations conversation.json (Dutch)

* New translations generalSettings.json (Dutch)

* New translations en.json (Dutch)

* New translations en.json (Portuguese, Brazilian)

* New translations devise.en.yml (Dutch)

* New translations en.yml (Dutch)
2020-05-16 18:07:19 +05:30

22 lines
624 B
JSON

{
"LOGIN": {
"TITLE": "Inloggen bij Chatwoot",
"EMAIL": {
"LABEL": "E-mailadres",
"PLACEHOLDER": "E-mail bijvoorbeeld: iemone@voorbeeld.com"
},
"PASSWORD": {
"LABEL": "Wachtwoord",
"PLACEHOLDER": "Wachtwoord"
},
"API": {
"SUCCESS_MESSAGE": "Inloggen geslaagd",
"ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw",
"UNAUTH": "Gebruikersnaam/wachtwoord onjuist. Probeer het opnieuw\n"
},
"FORGOT_PASSWORD": "Wachtwoord vergeten?",
"CREATE_NEW_ACCOUNT": "Nieuw account aanmaken",
"SUBMIT": "Inloggen"
}
}