2016-01-29 22:05:05 +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' => [
2016-04-17 17:17:29 +01:00
'last_updated' => 'آخرین بروز رسانی :timestamp' ,
2016-03-20 16:26:21 +00:00
'status' => [
2016-04-17 17:17:29 +01:00
1 => 'عملیاتی' ,
2 => 'مسائل مربوط به عملکرد' ,
3 => 'قطعی جزیی' ,
4 => 'قطعی بزرگ' ,
2016-01-29 22:05:05 +00:00
],
2016-03-20 16:26:21 +00:00
'group' => [
2016-05-25 09:45:20 +01:00
'other' => 'کامپوننتهای دیگر' ,
2016-03-20 16:26:21 +00:00
],
2016-01-29 22:05:05 +00:00
],
// Incidents
'incidents' => [
2016-04-17 17:17:29 +01:00
'none' => 'هیچ حادثه ای گزارش نشده است' ,
'past' => 'حوادث گذشته' ,
'previous_week' => 'هفته گذشته' ,
'next_week' => 'هفته ی آتی' ,
2016-05-25 09:45:20 +01:00
'scheduled' => 'تعمیرات زمانبندی شده' ,
2016-04-17 17:17:29 +01:00
'scheduled_at' => '، برنامه ریزی شده :timestamp' ,
2016-01-29 22:05:05 +00:00
'status' => [
2016-04-17 17:17:29 +01:00
0 => 'برنامه ریزی شده' , // TODO: Hopefully remove this.
1 => 'در دست بررسی' ,
2 => 'شناسایی شده' ,
3 => 'در دست بررسی تغييرات' ,
4 => 'برطرف شده' ,
2016-01-29 22:05:05 +00:00
],
],
// Service Status
'service' => [
'good' => '[0,1] System operational|[2,Inf] All systems are operational' ,
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues' ,
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage' ,
],
'api' => [
2016-05-25 09:45:20 +01:00
'regenerate' => 'ساخت مجدد کلید API' ,
'revoke' => 'غیرفعال نمودن کلید API' ,
2016-01-29 22:05:05 +00:00
],
// Metrics
'metrics' => [
'filter' => [
2016-04-17 17:17:29 +01:00
'last_hour' => 'ساعت گذشته' ,
'hourly' => '12 ساعت گذشته' ,
'weekly' => 'هفته' ,
'monthly' => 'ماه' ,
2016-01-29 22:05:05 +00:00
],
],
// Subscriber
'subscriber' => [
2016-05-25 09:45:20 +01:00
'subscribe' => 'مشترک شوید تا از آخرین بهروزرسانیها آگاه شوید' ,
'button' => 'اشتراک اطلاعرسانی' ,
2016-03-20 16:26:21 +00:00
'manage' => [
2016-05-25 09:45:20 +01:00
'no_subscriptions' => 'در حال حاضر شما برای همه بهروزرسانیها مشترک هستید.' ,
'my_subscriptions' => 'در حال حاضر شما برای این بهروزرسانیها مشترک هستید.' ,
2016-03-20 16:26:21 +00:00
],
'email' => [
2016-05-25 09:45:20 +01:00
'subscribe' => 'اشتراک در بهروزرسانیهای ایمیلی.' ,
'subscribed' => 'شما در اطلاعرسانیهای ایمیلی مشترک هستید، لطفا ایمیل خود را جهت تایید اشتراک، کنترل نمایید.' ,
'verified' => 'ایمیل اشتراک شما با موفقیت تایید شد. با تشکر!' ,
'manage' => 'مدیریت اشتراکهای شما.' ,
'unsubscribe' => 'لغو اشتراک ایمیلی برای بهروزرسانیها.' ,
'unsubscribed' => 'اشتراک ایمیلی شما لغو گردید.' ,
'failure' => 'هنگام عضویت اشتراک خطایی رخ داد.' ,
'already-subscribed' => 'امکان مشترک شدن :email وجود ندارد، زیرا در حال حاضر این ایمیل مشترک میباشد.' ,
2016-01-29 22:05:05 +00:00
'verify' => [
2016-05-25 09:45:20 +01:00
'text' => " لطفا ایمیل خود را جهت دریافت بهروز رسانی برای :app_name با کلیککردن بر روی لینک زیر تایید نمایید: \n
: link \n
با تشکر، : app_name " ,
'html-preheader' => 'لطفا اشتراک ایمیلی خود را جهت دریافت بهروزرسانی وضعیتها برای :app_name تایید نمایید.' ,
2016-01-29 22:05:05 +00:00
'html' => '<p>Please confirm your email subscription to :app_name status updates.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>' ,
],
'maintenance' => [
'text' => " New maintenance has been scheduled on :app_name. \n Thank you, :app_name " ,
'html-preheader' => 'New maintenance has been scheduled on :app_name.' ,
'html' => '<p>New maintenance has been scheduled on :app_name.</p>' ,
],
'incident' => [
'text' => " New incident has been reported on :app_name. \n Thank you, :app_name " ,
'html-preheader' => 'New incident has been reported on :app_name.' ,
'html' => '<p>New incident has been reported on :app_name.</p><p>Thank you, :app_name</p>' ,
],
'component' => [
2016-05-25 09:45:20 +01:00
'subject' => 'بهروزرسانی وضعیت کامپوننت' ,
'text' => ' کامپوننت : component یک تغییر وضعیت دارد . این کامپوننت هماکنون در حالت : component_human_status قرار دارد . \n
با تشکر، : app_name ' ,
'html-preheader' => 'بهروزرسانی کامپوننت از :app_name' ,
'html' => '<p> کامپوننت با نام :component_name یک تغییر وضعیت دارد. کامپوننت هماکنون در حالت :component_human_status قرار دارد. </p><p> با تشکر :app_name </p>' ,
2016-01-29 22:05:05 +00:00
'tooltip-title' => 'Subscribe to notifications for :component_name.' ,
],
],
],
'users' => [
'email' => [
'invite' => [
'text' => " You have been invited to the team :app_name status page, to sign up follow the next link. \n :link \n Thank you, :app_name " ,
'html-preheader' => 'You have been invited to the team :app_name.' ,
'html' => '<p>You have been invited to the team :app_name status page, to sign up follow the next link.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>' ,
],
],
],
'signup' => [
2016-04-17 17:17:29 +01:00
'title' => 'نامنویسی' ,
2016-01-29 22:05:05 +00:00
'username' => 'Username' ,
'email' => 'Email' ,
'password' => 'Password' ,
2016-04-17 17:17:29 +01:00
'success' => 'حساب کاربری شما ایجاد گردید.' ,
2016-01-29 22:05:05 +00:00
'failure' => 'Something went wrong with the signup.' ,
],
'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' => [
2016-04-17 17:17:29 +01:00
'close' => 'بستن' ,
2016-01-29 22:05:05 +00:00
'subscribe' => [
2016-02-18 14:16:40 +00:00
'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.' ,
2016-05-25 09:45:20 +01:00
'button' => 'اشتراک اطلاعرسانی' ,
2016-01-29 22:05:05 +00:00
],
],
// Other
2016-04-17 17:17:29 +01:00
'home' => 'خانه' ,
2016-03-20 16:26:21 +00:00
'description' => 'Stay up to date with the latest service updates from :app.' ,
2016-05-25 09:45:20 +01:00
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.' ,
2016-04-17 17:17:29 +01:00
'about_this_site' => 'درباره این سایت' ,
'rss-feed' => 'خوراک (RSS)' ,
'atom-feed' => 'خوراک (Atom)' ,
2016-05-25 09:45:20 +01:00
'feed' => 'فید (خوراک) وضعیت' ,
2016-01-29 22:05:05 +00:00
];