From 607152a2f0ae5b2292dc70a5e346d0c760d8537b Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 5 Jan 2017 16:17:06 +0000 Subject: [PATCH] New translations --- resources/lang/fa-IR/cachet.php | 131 ++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 resources/lang/fa-IR/cachet.php diff --git a/resources/lang/fa-IR/cachet.php b/resources/lang/fa-IR/cachet.php new file mode 100644 index 00000000..3e3c8bc4 --- /dev/null +++ b/resources/lang/fa-IR/cachet.php @@ -0,0 +1,131 @@ + [ + 'last_updated' => 'آخرین بروز رسانی :timestamp', + 'status' => [ + 0 => 'Unknown', + 1 => 'عملیاتی', + 2 => 'مسائل مربوط به عملکرد', + 3 => 'قطعی جزیی', + 4 => 'قطعی بزرگ', + ], + 'group' => [ + 'other' => 'کامپوننت‌های دیگر', + ], + ], + + // Incidents + 'incidents' => [ + 'none' => 'هیچ حادثه ای گزارش نشده است', + 'past' => 'حوادث گذشته', + 'previous_week' => 'هفته گذشته', + 'next_week' => 'هفته آینده', + 'stickied' => 'Stickied Incidents', + 'scheduled' => 'تعمیرات زمان‌بندی شده', + 'scheduled_at' => '، برنامه ریزی شده :timestamp', + 'posted' => 'Posted :timestamp', + 'status' => [ + 1 => 'در دست بررسی', + 2 => 'شناسایی شده', + 3 => 'در دست بررسی تغييرات', + 4 => 'برطرف شده', + ], + ], + + // Schedule + 'schedules' => [ + 'status' => [ + 0 => 'Upcoming', + 1 => 'In Progress', + 2 => 'Complete', + ], + ], + + // Service Status + 'service' => [ + 'good' => '[0,1] سامانه فعال است | [2,Inf] همه سامانه‌ها فعالند', + 'bad' => '[0,1] سامانه در حال حاضر دچار اشکال است ‌| [2,Inf] برخی از سامانه‌ها دچار اشکال شده‌اند', + 'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues', + ], + + 'api' => [ + 'regenerate' => 'ساخت مجدد کلید API', + 'revoke' => 'غیرفعال نمودن کلید API', + ], + + // Metrics + 'metrics' => [ + 'filter' => [ + 'last_hour' => 'ساعت گذشته', + 'hourly' => '12 ساعت گذشته', + 'weekly' => 'هفته', + 'monthly' => 'ماه', + ], + ], + + // Subscriber + 'subscriber' => [ + 'subscribe' => 'مشترک شوید تا از آخرین به‌روزرسانی‌ها آگاه شوید', + 'unsubscribe' => 'Unsubscribe at :link', + 'button' => 'اشتراک اطلاع‌رسانی', + 'manage' => [ + 'no_subscriptions' => 'در حال حاضر شما برای همه به‌روزرسانی‌ها مشترک هستید.', + 'my_subscriptions' => 'در حال حاضر شما برای این به‌روزرسانی‌ها مشترک هستید.', + ], + 'email' => [ + 'subscribe' => 'اشتراک در به‌روزرسانی‌های ایمیلی.', + 'subscribed' => 'شما در اطلاع‌رسانی‌های ایمیلی مشترک هستید، لطفا ایمیل خود را جهت تایید اشتراک، کنترل نمایید.', + 'verified' => 'ایمیل اشتراک شما با موفقیت تایید شد. با تشکر!', + 'manage' => 'Manage your subscription', + 'unsubscribe' => 'لغو اشتراک ایمیلی برای به‌روزرسانی‌ها.', + 'unsubscribed' => 'اشتراک ایمیلی شما لغو گردید.', + 'failure' => 'هنگام عضویت اشتراک خطایی رخ داد.', + 'already-subscribed' => 'امکان مشترک شدن :email وجود ندارد، زیرا در حال حاضر این ایمیل مشترک می‌باشد.', + ], + ], + + 'signup' => [ + 'title' => 'نام‌نویسی', + 'username' => 'نام‌کاربری', + 'email' => 'ایمیل', + 'password' => 'رمزعبور', + 'success' => 'حساب کاربری شما ایجاد گردید.', + 'failure' => 'Something went wrong with the signup.', + ], + + 'system' => [ + 'update' => 'There is a newer version of Cachet available. You can learn how to update here!', + ], + + // Modal + 'modal' => [ + '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.', + 'button' => 'اشتراک اطلاع‌رسانی', + ], + ], + + // Other + 'home' => 'خانه', + 'description' => 'Stay up to date with the latest service updates from :app.', + 'powered_by' => 'Powered by Cachet.', + 'timezone' => 'Times are shown in :timezone.', + 'about_this_site' => 'درباره این سایت', + 'rss-feed' => 'خوراک (RSS)', + 'atom-feed' => 'خوراک (Atom)', + 'feed' => 'فید (خوراک) وضعیت', + +]; \ No newline at end of file