Chatwoot/app/javascript/dashboard/i18n/locale/nl/generalSettings.json
2021-10-14 13:32:15 +05:30

83 lines
2.4 KiB
JSON

{
"GENERAL_SETTINGS": {
"TITLE": "Accountinstellingen",
"SUBMIT": "Instellingen bijwerken",
"BACK": "Back",
"UPDATE": {
"ERROR": "Instellingen konden niet worden bijgewerkt, probeer het opnieuw!",
"SUCCESS": "Accountinstellingen succesvol bijgewerkt"
},
"FORM": {
"ERROR": "Corrigeer formulierfouten",
"GENERAL_SECTION": {
"TITLE": "Algemene instellingen",
"NOTE": ""
},
"NAME": {
"LABEL": "accountnaam",
"PLACEHOLDER": "Uw accountnaam",
"ERROR": "Voer een geldige accountnaam in"
},
"LANGUAGE": {
"LABEL": "Website taal (Beta)",
"PLACEHOLDER": "Uw accountnaam",
"ERROR": ""
},
"DOMAIN": {
"LABEL": "Incoming Email Domain",
"PLACEHOLDER": "The domain where you will receive the emails",
"ERROR": ""
},
"SUPPORT_EMAIL": {
"LABEL": "E-mailadres support",
"PLACEHOLDER": "E-mailadres support van uw bedrijf",
"ERROR": ""
},
"AUTO_RESOLVE_DURATION": {
"LABEL": "Number of days after a ticket should auto resolve if there is no activity",
"PLACEHOLDER": "30",
"ERROR": "Please enter a valid auto resolve duration (minimum 1 day)"
},
"FEATURES": {
"INBOUND_EMAIL_ENABLED": "Conversation continuity with emails is enabled for your account.",
"CUSTOM_EMAIL_DOMAIN_ENABLED": "You can receive emails in your custom domain now."
}
},
"UPDATE_CHATWOOT": "An update %{latestChatwootVersion} for Chatwoot is available. Please update your instance."
},
"FORMS": {
"MULTISELECT": {
"ENTER_TO_SELECT": "Press enter to select",
"ENTER_TO_REMOVE": "Press enter to remove",
"SELECT_ONE": "Select one"
}
},
"NOTIFICATIONS_PAGE": {
"HEADER": "Notifications",
"MARK_ALL_DONE": "Mark All Done",
"LIST": {
"LOADING_MESSAGE": "Loading notifications...",
"404": "No Notifications",
"TABLE_HEADER": [
"Naam",
"Phone Number",
"Gesprekken",
"Last Contacted"
]
},
"TYPE_LABEL": {
"conversation_creation": "New conversation",
"conversation_assignment": "Conversation Assigned",
"assigned_conversation_new_message": "New Message",
"conversation_mention": "Mention"
}
},
"NETWORK": {
"NOTIFICATION": {
"TEXT": "Disconnected from Chatwoot"
},
"BUTTON": {
"REFRESH": "Refresh"
}
}
}