From 34f1c99861361444a7a58812cd4d0526070860df Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 1 Mar 2022 22:15:31 -0700 Subject: [PATCH] New translations web.php (Arabic) [ci skip] --- resources/lang/ar/web.php | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/resources/lang/ar/web.php b/resources/lang/ar/web.php index 416d56e53..1d24c2368 100644 --- a/resources/lang/ar/web.php +++ b/resources/lang/ar/web.php @@ -13,6 +13,7 @@ return [ 'shared' => 'تمَّ مُشارَكَتُه', 'shares' => 'مُشارَكَات', 'unshare' => 'إلغاء المُشارَكَة', + 'bookmark' => 'Bookmark', 'cancel' => 'إلغاء', 'copyLink' => 'نَسخ الرابِط', @@ -23,6 +24,10 @@ return [ 'other' => 'اُخرى', 'readMore' => 'قراءةُ المزيد', 'success' => 'نَجاح', + 'proceed' => 'Proceed', + 'next' => 'Next', + 'close' => 'Close', + 'clickHere' => 'click here', 'sensitive' => 'حسَّاس', 'sensitiveContent' => 'مُحتَوًى حسَّاس', @@ -97,6 +102,7 @@ return [ 'modlog' => 'سجلات المُشرِف', 'post' => 'مَنشور', 'story' => 'قَصَّة', + 'noneFound' => 'No notifications found', ], 'post' => [ @@ -176,11 +182,27 @@ return [ ], 'timeline' => [ - 'peopleYouMayKnow' => 'أشخاصٌ قَد تَعرِفُهُم' + 'peopleYouMayKnow' => 'أشخاصٌ قَد تَعرِفُهُم', + + 'onboarding' => [ + 'welcome' => 'Welcome', + 'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.', + 'letUsHelpYouFind' => 'Let us help you find some interesting people to follow', + 'refreshFeed' => 'Refresh my feed', + ], ], 'hashtags' => [ 'emptyFeed' => 'على ما يَبدوا، لا يُمكِنُنا العُثور على أي مَنشور يَحتَوي على هذا الوَسم' ], + 'report' => [ + 'report' => 'Report', + 'selectReason' => 'Select a reason', + 'reported' => 'Reported', + 'sendingReport' => 'Sending report', + 'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!', + 'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report', + ], + ];