diff --git a/resources/lang/ar-SA/forms.php b/resources/lang/ar-SA/forms.php index a5c1d052d..4b2c00002 100644 --- a/resources/lang/ar-SA/forms.php +++ b/resources/lang/ar-SA/forms.php @@ -110,7 +110,7 @@ return [ 'name' => 'الإسم', 'description' => 'الوصف', 'start_at' => 'Schedule start time', - 'timezone' => 'Timezone', + 'timezone' => 'المنطقة الزمنية', 'schedule_frequency' => 'Schedule frequency (in seconds)', 'completion_latency' => 'Completion latency (in seconds)', 'group' => 'مجموعة', @@ -127,12 +127,12 @@ return [ 'description' => 'الوصف', 'description-help' => 'يمكنك إستخدام الـ Markdown.', 'display-chart' => 'Display chart on status page?', - 'default-value' => 'Default value', + 'default-value' => 'القيمة الإفتراضية', 'calc_type' => 'Calculation of metrics', 'type_sum' => 'Sum', - 'type_avg' => 'Average', + 'type_avg' => 'المُعدَّل', 'places' => 'Decimal places', - 'default_view' => 'Default view', + 'default_view' => 'العرض الإفتراضي', 'threshold' => 'How many minutes of threshold between metric points?', 'visibility' => 'Visibility', 'visibility_authenticated' => 'Visible to authenticated users', @@ -140,7 +140,7 @@ return [ 'visibility_hidden' => 'Always hidden', 'points' => [ - 'value' => 'Value', + 'value' => 'القيمة', ], ], @@ -149,35 +149,35 @@ return [ // Application setup 'app-setup' => [ 'site-name' => 'إسم الموقع', - 'site-url' => 'Site URL', - 'display-graphs' => 'Display graphs on status page?', - 'about-this-page' => 'About this page', + 'site-url' => 'رابط الموقع', + 'display-graphs' => 'هل تريد عرض المنحنيات البيانية على صفحة الحالة ؟', + 'about-this-page' => 'عن هذه الصفحة', 'days-of-incidents' => 'How many days of incidents to show?', - 'time_before_refresh' => 'Status page refresh rate (in seconds).', + 'time_before_refresh' => 'Status page refresh rate (in seconds)', 'banner' => 'Banner Image', - 'banner-help' => "It's recommended that you upload files no bigger than 930px wide .", + 'banner-help' => "It's recommended that you upload files no bigger than 930px wide", 'subscribers' => 'Allow people to signup to email notifications?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?', 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', - 'show_timezone' => 'Show the timezone the status page is running in.', + 'show_timezone' => 'Show the timezone the status page is running in', 'only_disrupted_days' => 'Only show days containing incidents in the timeline?', ], 'analytics' => [ - 'analytics_google' => 'Google Analytics code', - 'analytics_gosquared' => 'GoSquared Analytics code', + 'analytics_google' => 'رمز تحليلات غوغل', + 'analytics_gosquared' => 'رمز تحليلات غو سكوارد', 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)', - 'analytics_piwik_siteid' => 'Piwik\'s site id', + 'analytics_piwik_siteid' => 'مُعرّف بيويك Piwik الخاص بالموقع', ], 'localization' => [ - 'site-timezone' => 'Site timezone', + 'site-timezone' => 'المنطقة الزمنية الخاصة بالموقع', 'site-locale' => 'لغة الموقع', 'date-format' => 'تنسيق التاريخ', 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ - 'allowed-domains' => 'Allowed domains', + 'allowed-domains' => 'النطاقات المسموح بها', 'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.', ], 'stylesheet' => [ @@ -191,10 +191,10 @@ return [ 'fullwidth-banner' => 'Enable fullwidth banner?', 'text-color' => 'لون النص', 'dashboard-login' => 'Show dashboard button in the footer?', - 'reds' => 'Red (used for errors)', - 'blues' => 'Blue (used for information)', - 'greens' => 'Green (used for success)', - 'yellows' => 'Yellow (used for alerts)', + 'reds' => 'الأحمر (يُستخدَم للأخطاء)', + 'blues' => 'الأزرق (يُستخدَم للأخبار)', + 'greens' => 'الأزرق (يُستخدَم في حالة النجاح)', + 'yellows' => 'الأصفر (يُستخدَم في التنبيهات)', 'oranges' => 'Orange (used for notices)', 'metrics' => 'Metrics fill', 'links' => 'الروابط', @@ -211,7 +211,7 @@ return [ 'user_level' => 'User Level', 'levels' => [ 'admin' => 'المدير', - 'user' => 'User', + 'user' => 'المستخدِم', ], '2fa' => [ 'help' => 'Enabling two factor authentication increases security of your account. You will need to download Google Authenticator or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.', @@ -223,11 +223,11 @@ return [ ], 'general' => [ - 'timezone' => 'Select Timezone', + 'timezone' => 'إختر المنطقة الزمنية', ], // Buttons - 'add' => 'Add', + 'add' => 'إضافة', 'save' => 'حفظ', 'update' => 'تحديث', 'create' => 'إنشاء',