Adds profile and settings pages
This commit is contained in:
@@ -144,6 +144,60 @@
|
||||
"insufficientPermissions": "Je hebt geen toestemming om deze actie uit te voeren."
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"title": "Mijn profiel",
|
||||
"name": "Volledige naam",
|
||||
"email": "E-mailadres",
|
||||
"role": "Rol",
|
||||
"save": "Wijzigingen opslaan",
|
||||
"saving": "Opslaan…",
|
||||
"saveSuccess": "Profiel succesvol bijgewerkt",
|
||||
"changePassword": "Wachtwoord wijzigen",
|
||||
"changePasswordDialog": {
|
||||
"title": "Wachtwoord wijzigen",
|
||||
"current": "Huidig wachtwoord",
|
||||
"new": "Nieuw wachtwoord",
|
||||
"confirm": "Nieuw wachtwoord bevestigen",
|
||||
"submit": "Wachtwoord wijzigen",
|
||||
"submitting": "Bezig…",
|
||||
"success": "Wachtwoord succesvol gewijzigd",
|
||||
"errorCurrent": "Huidig wachtwoord is onjuist"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"title": "Systeeminstellingen",
|
||||
"availability": {
|
||||
"title": "Systeembeschikbaarheid",
|
||||
"mode": "Beschikbaarheidsmodus",
|
||||
"reason": "Bericht (optioneel)",
|
||||
"save": "Beschikbaarheid bijwerken",
|
||||
"saving": "Bijwerken…",
|
||||
"saveSuccess": "Beschikbaarheid bijgewerkt",
|
||||
"modes": {
|
||||
"Available": "Beschikbaar",
|
||||
"Maintenance": "Onderhoud",
|
||||
"NotAvailable": "Niet beschikbaar"
|
||||
}
|
||||
},
|
||||
"modules": { "title": "Modulebeheer", "comingSoon": "Binnenkort beschikbaar" },
|
||||
"systemConfig": { "title": "Systeemconfiguratie", "comingSoon": "Binnenkort beschikbaar" },
|
||||
"branding": { "title": "Huisstijl / Thema", "comingSoon": "Binnenkort beschikbaar" }
|
||||
},
|
||||
"cms": {
|
||||
"title": "Content Management Systeem",
|
||||
"description": "Hier beheert u straks uw CMS-inhoud. Deze functie is binnenkort beschikbaar."
|
||||
},
|
||||
"error": {
|
||||
"403": {
|
||||
"title": "Toegang geweigerd",
|
||||
"message": "Je hebt geen toestemming om deze pagina te bekijken."
|
||||
},
|
||||
"404": {
|
||||
"title": "Pagina niet gevonden",
|
||||
"message": "De pagina die je zoekt bestaat niet."
|
||||
},
|
||||
"backToDashboard": "Terug naar dashboard"
|
||||
},
|
||||
"errors": {
|
||||
"network": "Kan de server niet bereiken. Controleer je verbinding en probeer opnieuw.",
|
||||
"generic": "Er is iets misgegaan. Probeer het opnieuw.",
|
||||
|
||||
Reference in New Issue
Block a user