From aa3f539810b53ae0ec3d592c05eb2270454f7eff Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Mar 2018 12:10:08 +0000 Subject: [PATCH] New translations dashboard.php (Arabic) --- resources/lang/ar-SA/dashboard.php | 76 +++++++++++++++--------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/resources/lang/ar-SA/dashboard.php b/resources/lang/ar-SA/dashboard.php index 4b751456..4c8f86fd 100644 --- a/resources/lang/ar-SA/dashboard.php +++ b/resources/lang/ar-SA/dashboard.php @@ -16,16 +16,16 @@ return [ // Incidents 'incidents' => [ - 'title' => 'Incidents & Schedule', - 'incidents' => 'الحالات', + 'title' => 'الأعطال و الصيانة', + 'incidents' => 'الأعطال', 'logged' => '{0} There are no incidents, good work.|You have logged one incident.|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', 'add' => [ - 'title' => 'إنشاء تحديث حالة جديد', + 'title' => 'إنشاء تحديث حالة جديد للعَطَل', 'success' => 'Your new incident update has been created.', 'failure' => 'Something went wrong with the incident update.', ], @@ -36,25 +36,25 @@ return [ ], ], 'add' => [ - 'title' => 'الإبلاغ عن حالة', - 'success' => 'تم إضافة الحالة.', - 'failure' => 'حدث خلل أثناء إضافة الحالة، الرجاء المحاولة مرة أخرى.', + 'title' => 'الإبلاغ عن عَطَل', + 'success' => 'تم إضافة العَطَل.', + 'failure' => 'حدث خلل أثناء إضافة العَطَل، الرجاء إعادة المحاولة ثانية.', ], 'edit' => [ - 'title' => 'تعديل الحالة', - 'success' => 'تم تحديث الحالة.', - 'failure' => 'حدث خلل أثناء تعديل الحالة، الرجاء المحاولة مرة أخرى.', + 'title' => 'تعديل عَطَل', + 'success' => 'تم تحديث حالة العَطَل.', + 'failure' => 'حدث خلل أثناء تعديل حالة العَطَل، الرجاء إعادة المحاولة.', ], 'delete' => [ - 'success' => 'تم حذف الحالة و لن تظهر في صفحة الحالة الخاصة بك.', - 'failure' => 'حدث خلل أثناء حذف الحالة، الرجاء المحاولة مرة أخرى.', + 'success' => 'تم حذف العَطَل و لن تظهر في صفحة الحالة الخاصة بك.', + 'failure' => 'تعذرت عملية حذف العَطَل، يُرجى إعادة المحاولة ثانية.', ], // Incident templates 'templates' => [ - 'title' => 'قوالب الحالات', + 'title' => 'قوالب الأعطال', 'add' => [ - 'title' => 'إنشاء قالب حالة', + 'title' => 'إنشاء قالب حالة عَطَل', 'message' => 'You should add an incident template.', 'success' => 'Your new incident template has been created.', 'failure' => 'Something went wrong with the incident template.', @@ -73,12 +73,12 @@ return [ // Incident Maintenance 'schedule' => [ - 'schedule' => 'صيانة مجدولة', + 'schedule' => 'صيانة', 'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported :count schedules.', 'scheduled_at' => 'Scheduled at :timestamp', 'add' => [ - 'title' => 'Add Scheduled Maintenance', - 'success' => 'Schedule added.', + 'title' => 'إضافة إجراء صيانة', + 'success' => 'تم إضافة إجراء الصيانة.', 'failure' => 'Something went wrong adding the schedule, please try again.', ], 'edit' => [ @@ -158,7 +158,7 @@ return [ 'subscribers' => 'المشتركين', 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.', 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.', - 'verified' => 'Verified', + 'verified' => 'تم التحقق منه', 'not_verified' => 'Not verified', 'subscriber' => ':email, subscribed :date', 'no_subscriptions' => 'Subscribed to all updates', @@ -179,8 +179,8 @@ return [ // Team 'team' => [ 'team' => 'فريق', - 'member' => 'Member', - 'profile' => 'Profile', + 'member' => 'عضو', + 'profile' => 'الملف الشخصي', 'description' => 'Team Members will be able to add, modify & edit components and incidents.', 'add' => [ 'title' => 'Add a new team member', @@ -188,8 +188,8 @@ return [ 'failure' => 'The team member could not be added, please try again.', ], 'edit' => [ - 'title' => 'Update profile', - 'success' => 'Profile updated.', + 'title' => 'تحديث الملف الشخصي', + 'success' => 'تم تحديث الملف الشخصي.', 'failure' => 'Something went wrong updating the profile, please try again.', ], 'delete' => [ @@ -205,20 +205,20 @@ return [ // Settings 'settings' => [ - 'settings' => 'Settings', + 'settings' => 'الإعدادات', 'app-setup' => [ - 'app-setup' => 'Application Setup', - 'images-only' => 'Only images may be uploaded.', + 'app-setup' => 'إعدادات البرنامج', + 'images-only' => 'لا يمكن تحميل إلّا الصور.', 'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size', ], 'analytics' => [ 'analytics' => 'Analytics', ], 'log' => [ - 'log' => 'Log', + 'log' => 'السجل', ], 'localization' => [ - 'localization' => 'Localization', + 'localization' => 'الترجمة', ], 'customization' => [ 'customization' => 'Customization', @@ -241,11 +241,11 @@ return [ 'stylesheet' => 'Stylesheet', ], 'theme' => [ - 'theme' => 'Theme', + 'theme' => 'السمة', ], 'edit' => [ - 'success' => 'Settings saved.', - 'failure' => 'Settings could not be saved.', + 'success' => 'تم حفظ الإعدادات.', + 'failure' => 'تعذرت عملية حفظ الإعدادات.', ], 'credits' => [ 'credits' => 'Credits', @@ -259,30 +259,30 @@ return [ // Login 'login' => [ - 'login' => 'Login', + 'login' => 'تسجيل الدخول', 'logged_in' => 'You\'re logged in.', 'welcome' => 'Welcome back!', 'two-factor' => 'Please enter your token.', ], // Sidebar footer - 'help' => 'Help', + 'help' => 'المساعدة', 'status_page' => 'Status Page', - 'logout' => 'Logout', + 'logout' => 'الخروج', // Notifications 'notifications' => [ - 'notifications' => 'Notifications', - 'awesome' => 'Awesome.', - 'whoops' => 'Whoops.', + 'notifications' => 'الإشعارات', + 'awesome' => 'رائع.', + 'whoops' => 'المعذرة.', ], // Widgets 'widgets' => [ 'support' => 'Support Cachet', 'support_subtitle' => 'Check out our Patreon page!', - 'news' => 'Latest News', - 'news_subtitle' => 'Get the latest update', + 'news' => 'آخر الأخبار', + 'news_subtitle' => 'الحصول على آخر تحديث', ], // Welcome modal