From d25a0d452453fb336640ee34629f787f43b4c763 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 31 Mar 2018 12:01:40 +0100 Subject: [PATCH] New translations dashboard.php (Dutch) --- resources/lang/nl-NL/dashboard.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/nl-NL/dashboard.php b/resources/lang/nl-NL/dashboard.php index bbe664cd..80bde8e0 100644 --- a/resources/lang/nl-NL/dashboard.php +++ b/resources/lang/nl-NL/dashboard.php @@ -18,12 +18,12 @@ return [ 'incidents' => [ 'title' => 'Incidenten & Onderhoud', 'incidents' => 'Incidenten', - 'logged' => '{0} Proficiat, er zijn geen incidenten.|Er heeft zich één incident voorgedaan.|Er zijn :count incidenten gerapporteerd.', + 'logged' => '{0} There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.', 'incident-create-template' => 'Maak template', 'incident-templates' => 'Incident Sjablonen', 'updates' => [ 'title' => 'Incident updates voor :incident', - 'count' => '{0} Geen updates |[1] Één update |[2] Twee updates | [3, *] Meerdere updates', + 'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates', 'add' => [ 'title' => 'Maak een nieuwe incident update', 'success' => 'Je nieuwe incident update is aangemaakt.', @@ -75,7 +75,7 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'Gepland onderhoud', - 'logged' => '{0} Er zijn geen schema\'s, goed werk.|Je hebt één schema aangemaakt.|Je hebt :count schema\'s aangegeven.', + 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.', 'scheduled_at' => 'Gepland op :timestamp', 'add' => [ 'title' => 'Gepland onderhoud toevoegen',