From 5d4ac0b1610f2efbe5ce5d68886a75b44c649f2d Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 22 Dec 2021 09:57:59 -0700 Subject: [PATCH] New translations web.php (Arabic) [ci skip] --- resources/lang/ar/web.php | 124 +++++++++++++++++++------------------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/resources/lang/ar/web.php b/resources/lang/ar/web.php index 928b7aa85..5045b8fae 100644 --- a/resources/lang/ar/web.php +++ b/resources/lang/ar/web.php @@ -3,84 +3,84 @@ return [ 'common' => [ - 'comment' => 'Comment', - 'commented' => 'Commented', - 'comments' => 'Comments', - 'like' => 'Like', - 'liked' => 'Liked', - 'likes' => 'Likes', - 'share' => 'Share', - 'shared' => 'Shared', - 'shares' => 'Shares', - 'unshare' => 'Unshare', + 'comment' => 'تَعليق', + 'commented' => 'تعليق', + 'comments' => 'التعليقات', + 'like' => 'إعجاب', + 'liked' => 'مُعجَب بِها', + 'likes' => 'الإعجابات', + 'share' => 'مُشارَكَة', + 'shared' => 'تمَّ مُشارَكَتُه', + 'shares' => 'المُشارَكَات', + 'unshare' => 'إلغاء المُشارَكَة', - 'cancel' => 'Cancel', - 'copyLink' => 'Copy Link', - 'delete' => 'Delete', - 'error' => 'Error', - 'errorMsg' => 'Something went wrong. Please try again later.', - 'oops' => 'Oops!', - 'other' => 'Other', - 'readMore' => 'Read more', - 'success' => 'Success', + 'cancel' => 'إلغاء', + 'copyLink' => 'نَسخ الرابِط', + 'delete' => 'حَذف', + 'error' => 'خطأ', + 'errorMsg' => 'حدث خطأٌ ما. يُرجى المُحاولة مرةً أُخرى لاحِقًا.', + 'oops' => 'المعذرة !', + 'other' => 'اُخرى', + 'readMore' => 'قراءة المزيد', + 'success' => 'نَجاح', - 'sensitive' => 'Sensitive', - 'sensitiveContent' => 'Sensitive Content', - 'sensitiveContentWarning' => 'This post may contain sensitive content', + 'sensitive' => 'حسَّاس', + 'sensitiveContent' => 'مُحتَوى حسَّاس', + 'sensitiveContentWarning' => 'قد يحتوي هذا المَنشور على مُحتوًى حسَّاس', ], 'site' => [ - 'terms' => 'Terms of Use', - 'privacy' => 'Privacy Policy', + 'terms' => 'شُروطُ الاِستِخدام', + 'privacy' => 'سِياسَةُ الخُصوصيَّة', ], 'navmenu' => [ - 'search' => 'Search', - 'admin' => 'Admin Dashboard', + 'search' => 'البَحث', + 'admin' => 'لوحة تحكُّم المُشرِف', // Timelines - 'homeFeed' => 'Home Feed', - 'localFeed' => 'Local Feed', - 'globalFeed' => 'Global Feed', + 'homeFeed' => 'التَّغذيَة الرئيسَة', + 'localFeed' => 'الصفحة المحلية', + 'globalFeed' => 'الصفحة العالمية', // Core features - 'discover' => 'Discover', - 'directMessages' => 'Direct Messages', - 'notifications' => 'Notifications', - 'groups' => 'Groups', - 'stories' => 'Stories', + 'discover' => 'الإكتشاف', + 'directMessages' => 'الرسائل الخاصة', + 'notifications' => 'الإشعارات', + 'groups' => 'المجموعات', + 'stories' => 'القصص', // Self links - 'profile' => 'Profile', - 'drive' => 'Drive', - 'settings' => 'Settings', - 'compose' => 'Create New', + 'profile' => 'الملف الشخصي', + 'drive' => 'القيادة', + 'settings' => 'الإعدادات', + 'compose' => 'إنشاء جديد', // Nav footer - 'about' => 'About', - 'help' => 'Help', - 'language' => 'Language', - 'privacy' => 'Privacy', - 'terms' => 'Terms', + 'about' => 'حول', + 'help' => 'المساعدة', + 'language' => 'اللغة', + 'privacy' => 'الخصوصية', + 'terms' => 'الشروط', // Temporary links - 'backToPreviousDesign' => 'Go back to previous design' + 'backToPreviousDesign' => 'العودة إلى التصميم السابق' ], 'directMessages' => [ - 'inbox' => 'Inbox', - 'sent' => 'Sent', - 'requests' => 'Requests' + 'inbox' => 'صندوق الوارد', + 'sent' => 'الإرسال', + 'requests' => 'الطلبات' ], 'notifications' => [ - 'liked' => 'liked your', - 'commented' => 'commented on your', - 'reacted' => 'reacted to your', - 'shared' => 'shared your', - 'tagged' => 'tagged you in a', + 'liked' => 'إعجاب لك', + 'commented' => 'تعليق لك', + 'reacted' => 'رد لك', + 'shared' => 'مشاركة لك', + 'tagged' => 'وضع علامة عليك في', - 'updatedA' => 'updated a', + 'updatedA' => 'تحديث', 'sentA' => 'sent a', 'followed' => 'followed', @@ -122,10 +122,10 @@ return [ 'viewPost' => 'View Post', 'viewProfile' => 'View Profile', 'moderationTools' => 'Moderation Tools', - 'report' => 'Report', - 'archive' => 'Archive', - 'unarchive' => 'Unarchive', - 'embed' => 'Embed', + 'report' => 'إبلاغ', + 'archive' => 'أرشَفَة', + 'unarchive' => 'إلغاء الأرشَفَة', + 'embed' => 'تضمين', 'selectOneOption' => 'Select one of the following options', 'unlistFromTimelines' => 'Unlist from Timelines', @@ -133,11 +133,11 @@ return [ 'removeCW' => 'Remove Content Warning', 'markAsSpammer' => 'Mark as Spammer', 'markAsSpammerText' => 'Unlist + CW existing and future posts', - 'spam' => 'Spam', - 'sensitive' => 'Sensitive Content', - 'abusive' => 'Abusive or Harmful', - 'underageAccount' => 'Underage Account', - 'copyrightInfringement' => 'Copyright Infringement', + 'spam' => 'غير مرغوب بها', + 'sensitive' => 'مُحتَوى حسَّاس', + 'abusive' => 'مُسيء أو ضار', + 'underageAccount' => 'حِساب دونَ السِّن', + 'copyrightInfringement' => 'انتهاك حقوق', 'impersonation' => 'Impersonation', 'scamOrFraud' => 'Scam or Fraud', 'confirmReport' => 'Confirm Report',