From bd9b984be6d23f8025816e72dc9a14e93bb6380a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 31 Mar 2018 12:00:35 +0100 Subject: [PATCH] New translations dashboard.php (Persian) --- resources/lang/fa-IR/dashboard.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/fa-IR/dashboard.php b/resources/lang/fa-IR/dashboard.php index f12e04624..8bea9eed5 100644 --- a/resources/lang/fa-IR/dashboard.php +++ b/resources/lang/fa-IR/dashboard.php @@ -18,12 +18,12 @@ return [ 'incidents' => [ 'title' => 'Incidents & Schedule', 'incidents' => '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' => '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' => 'تعمیرات زمان‌بندی شده', - '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' => 'افزودن تعمیرات زمان‌بندی شده',