From 7d2b5644a5139d611d6ee344fa1ce9de4c35b3f6 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 31 Mar 2018 12:01:48 +0100 Subject: [PATCH] New translations dashboard.php (Afrikaans) --- resources/lang/af-ZA/dashboard.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/af-ZA/dashboard.php b/resources/lang/af-ZA/dashboard.php index dcba33f3..5a8820b2 100644 --- a/resources/lang/af-ZA/dashboard.php +++ b/resources/lang/af-ZA/dashboard.php @@ -18,12 +18,12 @@ return [ 'incidents' => [ 'title' => 'Incidents & Schedule', 'incidents' => 'Incidents', - 'logged' => '{0} There are no incidents, good work.|[1] You have logged one incident.|[2,*] You have reported :count incidents.', + 'logged' => '{0} There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.', 'incident-create-template' => 'Create Template', 'incident-templates' => 'Incident Templates', 'updates' => [ 'title' => 'Incident updates for :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates', 'add' => [ 'title' => 'Create new incident update', 'success' => 'Your new incident update has been created.', @@ -75,7 +75,7 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'Geskeduleerde Instandhouding', - 'logged' => '{0} There are no schedules, good work.|[1] You have logged one schedule.|[2,*] You have reported :count schedules.', + 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.', 'scheduled_at' => 'Scheduled at :timestamp', 'add' => [ 'title' => 'Add Scheduled Maintenance',