Files
cachet-docker/resources/lang/nl/dashboard.php
2016-01-29 22:05:05 +00:00

252 lines
9.0 KiB
PHP
Executable File

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'dashboard' => 'Dashboard',
// Incidents
'incidents' => [
'title' => 'Incidenten &amp; planning',
'incidents' => 'Incidenten',
'logged' => '{0} Proficiat, er zijn geen incidenten.|Er heeft zich één incident voorgedaan.|Er zijn <strong>:count</strong> incidenten gerapporteerd.',
'incident-create-template' => 'Maak template',
'incident-templates' => 'Incident Sjablonen',
'add' => [
'title' => 'Add an Incident',
'success' => 'Incident toegevoegd.',
'failure' => 'Er ging iets mis met het incident.',
],
'edit' => [
'title' => 'Edit an Incident',
'success' => 'Incident bijgewerkt.',
'failure' => 'Er ging iets mis met het incident.',
],
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted. Please try again.',
],
// Incident templates
'templates' => [
'title' => 'Incident Sjablonen',
'add' => [
'title' => 'Create an Incident Template',
'message' => 'You should add an Incident Template.',
'success' => 'Sjabloon aangemaakt.',
'failure' => 'Er ging iets mis met het incident sjabloon.',
],
'edit' => [
'title' => 'Edit Template',
'success' => 'Sjabloon is bijgewerkt!',
'failure' => 'Er ging iets mis bij het bijwerken van het sjabloon',
],
'delete' => [
'success' => 'The tmplate has been deleted.',
'failure' => 'The template could not be deleted. Please try again.',
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => 'Gepland onderhoud',
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'Gepland op :timestamp',
'add' => [
'title' => 'Gepland onderhoud toevoegen',
'success' => 'Planning toegevoegd.',
'failure' => 'Er ging iets mis bij het toevoegen van de planning.',
],
'edit' => [
'title' => 'Gepland onderhoud bewerken',
'success' => 'Planning is bijgewerkt!',
'failure' => 'Er ging iets mis bij het bewerken van de planning.',
],
'delete' => [
'success' => 'De planning is verwijderd en zal niet worden getoond op je statuspagina.',
'failure' => 'De planning kon niet worden verwijderd. Probeer het nogmaals.',
],
],
// Components
'components' => [
'components' => 'Componenten',
'component_statuses' => 'Onderdeel statussen',
'listed_group' => 'Gegroepeerd onder :name',
'add' => [
'title' => 'Add a Component',
'message' => 'Gelieve een onderdeel toe te voegen.',
'success' => 'Onderdeel aangemaakt.',
'failure' => 'Er ging iets mis met het onderdeel.',
],
'edit' => [
'title' => 'Edit a Component',
'success' => 'Onderdeel bijgewerkt.',
'failure' => 'Er ging iets mis met het onderdeel.',
],
'delete' => [
'success' => 'Component deleted.',
'failure' => 'The Component could not be deleted. Please try again.',
],
// Component groups
'groups' => [
'groups' => 'Onderdeel groep|Onderdeel groepen',
'no_components' => 'U moet een componentgroep toevoegen.',
'add' => [
'title' => 'Add a Component Group',
'success' => 'Onderdeel groep toegevoegd.',
'failure' => 'Er ging iets mis met de onderdeel groep.',
],
'edit' => [
'title' => 'Edit a Component Group',
'success' => 'Componentgroep bijgewerkt.',
'failure' => 'Er ging iets mis met de componentgroep.',
],
'delete' => [
'success' => 'Component Group deleted.',
'failure' => 'The Component Group could not be deleted. Please try again.',
],
],
],
// Metrics
'metrics' => [
'metrics' => 'Statistieken',
'add' => [
'title' => 'Create a Metric',
'message' => 'You should add a Metric.',
'success' => 'Meting aangemaakt.',
'failure' => 'Er ging iets mis met de meting.',
],
'edit' => [
'title' => 'Edit a Metric',
'success' => 'Meting bijgewerkt.',
'failure' => 'Er ging iets mis met de meting.',
],
'delete' => [
'success' => 'The metric has been deleted and will not show on your status page.',
'failure' => 'The metric could not be deleted. Please try again.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => 'Subscribers',
'description' => 'Subscribers will receive email updates when incidents are created.',
'verified' => 'Verified',
'not_verified' => 'Not Verified',
'add' => [
'title' => 'Add a New Subscriber',
'success' => 'Subscriber added.',
'failure' => 'Er ging iets mis met het onderdeel.',
],
'edit' => [
'title' => 'Update Subscriber',
'success' => 'Subscriber updated.',
'failure' => 'Er ging iets mis tijdens het bijwerken.',
],
],
// Team
'team' => [
'team' => 'Team',
'member' => 'Lid',
'profile' => 'Profiel',
'description' => 'Teamleden zullen onderdelen en incidenten kunnen aanpassen &amp; toevoegen.',
'add' => [
'title' => 'Add a New Team Member',
'success' => 'Teamlid toegevoegd.',
'failure' => 'Something went wrong with the user.',
],
'edit' => [
'title' => 'Update Profile',
'success' => 'Profiel bijgewerkt.',
'failure' => 'Er ging iets mis tijdens het bijwerken.',
],
'delete' => [
'success' => 'User deleted.',
'failure' => 'Something went wrong when deleting this user.',
],
'invite' => [
'title' => 'Invite a New Team Member',
'success' => 'The users invited.',
'failure' => 'Something went wrong with the invite.',
],
],
// Settings
'settings' => [
'settings' => 'Instellingen',
'app-setup' => [
'app-setup' => 'Applicatie Installatie',
'images-only' => 'Alleen afbeeldingen kunnen worden geüpload.',
'too-big' => 'Het bestand dat u heeft geüpload is te groot. Upload een afbeelding kleiner dan :size',
],
'analytics' => [
'analytics' => 'Analytics',
],
'localization' => [
'localization' => 'Localization',
],
'security' => [
'security' => 'Beveiliging',
'two-factor' => 'Gebruikers zonder authenticatie in twee stappen',
],
'stylesheet' => [
'stylesheet' => 'Stylesheet',
],
'theme' => [
'theme' => 'Thema',
],
'edit' => [
'success' => 'Instellingen bewaard.',
'failure' => 'Instellingen kunnen niet worden opgeslagen.',
],
],
// Login
'login' => [
'login' => 'Login',
'logged_in' => 'U bent ingelogd.',
'welcome' => 'Welkom Terug!',
'two-factor' => 'Voer uw token in.',
],
// Sidebar footer
'help' => 'Help',
'status_page' => 'Status Pagina',
'logout' => 'Uitloggen',
// Notifications
'notifications' => [
'notifications' => 'Notificaties',
'awesome' => 'Geweldig.',
'whoops' => 'Oepsie.',
],
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to your status page!',
'message' => 'Uw statuspagina is bijna klaar! U kunt deze extra instellingen configureren',
'close' => 'Ga direct naar mijn dashboard',
'steps' => [
'component' => 'Onderdelen maken',
'incident' => 'Incidenten aanmaken',
'customize' => 'Aanpassen',
'team' => 'Gebruikers toevoegen',
'api' => 'API-token genereren',
'two-factor' => 'Authenticatie in twee stappen',
],
],
];