From 8997d46cfa8e09e8014990fcc8298f02653bc4d0 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 31 Mar 2018 12:01:18 +0100 Subject: [PATCH] New translations dashboard.php (Thai) --- resources/lang/th-TH/dashboard.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/th-TH/dashboard.php b/resources/lang/th-TH/dashboard.php index b42409150..5c8761665 100644 --- a/resources/lang/th-TH/dashboard.php +++ b/resources/lang/th-TH/dashboard.php @@ -18,12 +18,12 @@ return [ 'incidents' => [ 'title' => 'Incidents & Maintenance', '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' => 'สร้างแม่แบบ', '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' => 'สร้างการปรับปรุงเหตุการณ์ใหม่', 'success' => 'Your new incident update has been created.', @@ -75,7 +75,7 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'Maintenance', - 'logged' => '{0} There has been no Maintenance, 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' => 'กำหนดเวลา :timestamp', 'add' => [ 'title' => 'Add Maintenance',