From 959caf5de81380d2dfb914ab4955443aa79ab7f3 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 28 Mar 2018 08:30:09 +0100 Subject: [PATCH] New translations cachet.php (Arabic) --- resources/lang/ar-SA/cachet.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/ar-SA/cachet.php b/resources/lang/ar-SA/cachet.php index f811393b1..14e774961 100644 --- a/resources/lang/ar-SA/cachet.php +++ b/resources/lang/ar-SA/cachet.php @@ -33,7 +33,7 @@ return [ 'scheduled' => 'صيانة', 'scheduled_at' => ', مجدولة :timestamp', 'posted' => 'تم الإرسال :timestamp', - 'posted_at' => 'Posted at :timestamp', + 'posted_at' => 'نُشِر على :timestamp', 'status' => [ 1 => 'عملية التحقق جارية', 2 => 'تم التعرف عليه', @@ -129,10 +129,10 @@ return [ ], // Other - 'home' => 'Home', + 'home' => 'الرئيسية', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Times are shown in :timezone.', - 'about_this_site' => 'About This Site', + 'about_this_site' => 'عن هذا الموقع', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom', 'feed' => 'Status Feed',