From 74e888c3879636d11c6c34aa43693c4873e987a8 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 31 Mar 2018 12:01:42 +0100 Subject: [PATCH] New translations dashboard.php (Arabic) --- resources/lang/ar-SA/dashboard.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/ar-SA/dashboard.php b/resources/lang/ar-SA/dashboard.php index b684d09c6..2a86fe9c4 100644 --- a/resources/lang/ar-SA/dashboard.php +++ b/resources/lang/ar-SA/dashboard.php @@ -18,12 +18,12 @@ return [ 'incidents' => [ 'title' => 'الأعطال و الصيانة', 'incidents' => 'الأعطال', - 'logged' => '{0} There are no incidents, good work.|You have logged one incident.|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', - 'count' => '{0} لا تحديث|[1] تحديث واحد|[2] تحديثين|[3,*] عدة تحديثات', + 'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates', 'add' => [ 'title' => 'إنشاء تحديث حالة جديد للعَطَل', 'success' => 'تم إنشاء الحالة الجديدة المتعلقة بالعَطَل.', @@ -75,7 +75,7 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'صيانة', - 'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|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' => 'إضافة إجراء صيانة',