From a4f5840de93810bedaaba94d9f4508bf83546ee5 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Mar 2018 12:30:11 +0000 Subject: [PATCH] New translations dashboard.php (Arabic) --- resources/lang/ar-SA/dashboard.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/ar-SA/dashboard.php b/resources/lang/ar-SA/dashboard.php index 3ed37ce0..d16d5647 100644 --- a/resources/lang/ar-SA/dashboard.php +++ b/resources/lang/ar-SA/dashboard.php @@ -22,17 +22,17 @@ return [ 'incident-create-template' => 'إنشاء قالب', 'incident-templates' => 'قوالب الأعطال', 'updates' => [ - 'title' => 'Incident updates for :incident', + 'title' => 'تحديثات حالة العَطَل :incident', 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', 'add' => [ 'title' => 'إنشاء تحديث حالة جديد للعَطَل', - 'success' => 'Your new incident update has been created.', - 'failure' => 'Something went wrong with the incident update.', + 'success' => 'تم إنشاء الحالة الجديدة المتعلقة بالعَطَل.', + 'failure' => 'طرأ هناك خطأ في تحديث حالة العَطل.', ], 'edit' => [ - 'title' => 'Edit incident update', - 'success' => 'The incident update has been updated.', - 'failure' => 'Something went wrong updating the incident update', + 'title' => 'تعديل تحديث العَطل', + 'success' => 'تم إنشاء تحديث للحالة المتعلقة بالعَطَل.', + 'failure' => 'طرأ هناك خطأ في تحديث حالة العَطل', ], ], 'add' => [