2017-01-05 16:40:54 +00:00
< ? php
/*
* This file is part of Cachet .
*
* ( c ) Alt Three Services Limited
*
* For the full copyright and license information , please view the LICENSE
* file that was distributed with this source code .
*/
return [
// Components
'components' => [
2017-05-06 10:08:08 +01:00
'last_updated' => 'آخر تحديث :timestamp' ,
2017-01-05 16:40:54 +00:00
'status' => [
2017-05-06 10:08:08 +01:00
0 => 'مجهول' ,
2017-01-05 16:40:54 +00:00
1 => 'تشغيل' ,
2017-05-06 10:08:08 +01:00
2 => 'مشاكل أداء' ,
3 => 'انقطاع جزئي' ,
4 => 'انقطاع اساسي' ,
2017-01-05 16:40:54 +00:00
],
'group' => [
2017-05-06 10:08:08 +01:00
'other' => 'مكونات أخرى' ,
2017-01-05 16:40:54 +00:00
],
],
// Incidents
'incidents' => [
2017-05-06 10:08:08 +01:00
'none' => 'لا توجد حالات تم الإبلاغ عنها' ,
'past' => 'حالات سابقة' ,
'stickied' => 'حالات مثبتة' ,
'scheduled' => 'صيانة مجدولة' ,
'scheduled_at' => ', مجدولة :timestamp' ,
'posted' => 'تم الإرسال :timestamp' ,
'status' => [
1 => 'تحقيق' ,
2 => 'تم التعرف عليه' ,
3 => 'مراقبة' ,
4 => 'تمّ اصلاحها' ,
2017-01-05 16:40:54 +00:00
],
],
// Schedule
'schedules' => [
'status' => [
2017-05-06 10:08:08 +01:00
0 => 'القادم' ,
1 => 'جار المعالجة' ,
2 => 'مكتملة' ,
2017-01-05 16:40:54 +00:00
],
],
// Service Status
'service' => [
2017-05-06 10:08:08 +01:00
'good' => '[0,1] النظام يعمل | [2,Inf] جميع الأنظمة تعمل' ,
'bad' => '[0,1] النظام يواجه مشاكل | [2,Inf] بعض الأنظمة تواجه مشاكل' ,
'major' => '[0,1] النظام يواجه مشاكل أساسية | [2,Inf] بعض الأنظمة تواجه مشاكل أساسية' ,
2017-01-05 16:40:54 +00:00
],
'api' => [
2017-05-06 10:08:08 +01:00
'regenerate' => 'إعادة إنشاء مفتاح الواجهة البرمجية' ,
'revoke' => 'إزالة مفتاح الواجهة البرمجية' ,
2017-01-05 16:40:54 +00:00
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'الساعة الأخيرة' ,
2017-05-06 10:08:08 +01:00
'hourly' => 'آخر 12 ساعة' ,
2017-01-05 16:40:54 +00:00
'weekly' => 'أسبوع' ,
'monthly' => 'شهر' ,
],
],
// Subscriber
'subscriber' => [
2017-05-06 10:08:08 +01:00
'subscribe' => 'إشترك للحصول على التحديثات' ,
'unsubscribe' => 'إلغاء الإشتراك في :link' ,
'button' => 'اشتراك' ,
2017-01-05 16:40:54 +00:00
'manage' => [
2017-05-06 10:08:08 +01:00
'no_subscriptions' => 'أنت الآن مشترك للحصول على جميع التحديثات.' ,
'my_subscriptions' => 'أنت كنت مشترك حاليا بالتحديثات التالية.' ,
2017-01-05 16:40:54 +00:00
],
'email' => [
2017-05-06 10:08:08 +01:00
'subscribe' => 'إشترك في تحديثات البريد الإلكتروني.' ,
'subscribed' => 'تم تسجيلك في تنبيهات البريد الإلكتروني، الرجاء تفقد بريدك الإلكتروني لتأكيد الإشتراك.' ,
'verified' => 'تم تأكيد بريدك الإلكتروني. شكراً لك!' ,
'manage' => 'تحكم في الاشتراكات الخاص بك' ,
'unsubscribe' => 'إلغاء الإشتراك من تحديثات البريد الإلكتروني.' ,
'unsubscribed' => 'تم إلغاء إشتراك بريدك الإلكتروني.' ,
'failure' => 'حدث خلل أثناء الإشتراك.' ,
'already-subscribed' => 'لا يمكن الاشتراك: البريد الإلكتروني نظراً لأنها كنت الاشتراك مسبقاً.' ,
2017-01-05 16:40:54 +00:00
],
],
'signup' => [
'title' => 'سجل' ,
'username' => 'Username' ,
2017-05-06 10:08:08 +01:00
'email' => 'بريد إلكتروني' ,
'password' => 'كلمة السر' ,
2017-01-05 16:40:54 +00:00
'success' => 'Your account has been created.' ,
2017-05-06 10:08:08 +01:00
'failure' => 'حدث خطأ مع الاشتراك.' ,
2017-01-05 16:40:54 +00:00
],
'system' => [
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!' ,
],
// Modal
'modal' => [
'close' => 'Close' ,
'subscribe' => [
'title' => 'Subscribe to component updates' ,
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.' ,
2017-05-06 10:08:08 +01:00
'button' => 'اشتراك' ,
2017-01-05 16:40:54 +00:00
],
],
// Other
'home' => 'Home' ,
'description' => 'Stay up to date with the latest service updates from :app.' ,
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.' ,
'timezone' => 'Times are shown in :timezone.' ,
'about_this_site' => 'About This Site' ,
'rss-feed' => 'RSS' ,
'atom-feed' => 'Atom' ,
'feed' => 'Status Feed' ,
2017-05-06 10:08:08 +01:00
];