2015-11-11 21:17:20 +08: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-03-20 16:26:21 +00:00
'last_updated' => 'Last updated :timestamp' ,
'status' => [
2016-01-29 22:05:05 +00:00
1 => '正常' ,
2 => '效能問題' ,
3 => '部分停止運作' ,
4 => '停止運作' ,
2015-11-11 21:17:20 +08:00
],
2016-03-20 16:26:21 +00:00
'group' => [
'other' => 'Other Components' ,
],
2015-11-11 21:17:20 +08:00
],
// Incidents
'incidents' => [
2016-02-18 14:16:40 +00:00
'none' => 'No incidents reported' ,
2015-11-11 21:17:20 +08:00
'past' => '過去的事件' ,
2016-01-29 22:05:05 +00:00
'previous_week' => '上一週' ,
'next_week' => '下一週' ,
'scheduled' => '排程維護' ,
'scheduled_at' => ',於:timestamp' ,
2015-11-11 21:17:20 +08:00
'status' => [
2016-01-29 22:05:05 +00:00
0 => '排程中的維護' , // TODO: Hopefully remove this.
2015-11-11 21:17:20 +08:00
1 => '調查中' ,
2016-01-29 22:05:05 +00:00
2 => '已辨明' ,
3 => '警戒中' ,
2015-11-11 21:17:20 +08:00
4 => '已修復' ,
],
],
// Service Status
'service' => [
2016-01-07 14:59:50 +00:00
'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' ,
2015-11-11 21:17:20 +08:00
],
'api' => [
2016-01-29 22:05:05 +00:00
'regenerate' => '重新產生 API 金鑰' ,
'revoke' => '撤銷 API 密鑰' ,
2015-11-11 21:17:20 +08:00
],
// Metrics
'metrics' => [
'filter' => [
2015-12-24 11:27:22 +00:00
'last_hour' => 'Last Hour' ,
'hourly' => '最近12小時' ,
2016-01-29 22:05:05 +00:00
'weekly' => '週' ,
2015-12-24 11:27:22 +00:00
'monthly' => '月' ,
2015-11-11 21:17:20 +08:00
],
],
// Subscriber
'subscriber' => [
2016-01-29 22:05:05 +00:00
'subscribe' => '訂閱最新的狀態更新。' ,
2015-11-11 21:17:20 +08:00
'button' => '訂閱' ,
2016-03-20 16:26:21 +00:00
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.' ,
'my_subscriptions' => 'You\'re currently subscribed to the following updates.' ,
],
'email' => [
2016-01-29 22:05:05 +00:00
'subscribe' => '訂閱 電子郵件 系統狀態更新。' ,
2015-12-19 23:08:28 +08:00
'subscribed' => '您已經訂閱電子郵件通知,請檢查您的電子郵件,確認您的訂閱。' ,
'verified' => '您的電子郵件訂閱已確認。謝謝!' ,
2016-03-20 16:26:21 +00:00
'manage' => 'Manage your subscription.' ,
2015-12-19 23:08:28 +08:00
'unsubscribe' => '取消電子郵件訂閱。' ,
2016-01-29 22:05:05 +00:00
'unsubscribed' => '您的電子郵件訂閱已取消。' ,
2015-12-19 23:08:28 +08:00
'failure' => '郵件訂閱失敗。' ,
2016-01-29 22:05:05 +00:00
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.' ,
2015-12-19 23:08:28 +08:00
'verify' => [
2016-01-29 22:05:05 +00:00
'text' => " 請確認您的 :app_name 電子郵件訂閱。 \n :link \n 此致,:app_name " ,
2015-11-11 21:17:20 +08:00
'html-preheader' => '請確認您的 :app_name 狀態更新郵件訂閱。' ,
'html' => '<p>請確認您的 :app_name 電子郵件訂閱。</p><p><a href=":link">:link</a></p><p>此致,:app_name</p>' ,
],
'maintenance' => [
2016-01-29 22:05:05 +00:00
'text' => " 新的維護計劃已被安排在 :app_name 上。 \n 此致,:app_name " ,
2015-11-11 21:17:20 +08:00
'html-preheader' => '新的維護計劃已被安排在 :app_name 上。' ,
'html' => '<p>新的維護計劃已被安排在 :app_name 上。</p><p>此致,:app_name</p>' ,
],
'incident' => [
2016-01-29 22:05:05 +00:00
'text' => " :app_name 有新事件報告。 \n 此致,:app_name " ,
2015-11-11 21:17:20 +08:00
'html-preheader' => ':app_name 有新事件報告。' ,
'html' => '<p>:app_name 有新事件報告。</p><p>此致,:app_name</p>' ,
],
2016-01-29 22:05:05 +00:00
'component' => [
'subject' => 'Component Status Update' ,
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name' ,
'html-preheader' => 'Component Update from :app_name' ,
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>' ,
'tooltip-title' => 'Subscribe to notifications for :component_name.' ,
],
2015-11-11 21:17:20 +08:00
],
],
'users' => [
'email' => [
'invite' => [
'text' => " 您已被邀請加入 :app_name 團隊的狀態頁, 請點擊以下鏈接進行註冊。 \n :link \n 謝謝, :app_name " ,
'html-preheader' => '您已被邀請加入 :app_name.' ,
'html' => '<p>您已被邀請加入 :app_name 團隊的狀態頁, 請點擊以下鏈接進行註冊。</p><p><a href=":link">:link</a></p><p>謝謝, :app_name</p>' ,
],
],
],
'signup' => [
'title' => '註冊' ,
'username' => '用戶名' ,
2016-01-29 22:05:05 +00:00
'email' => '電郵地址' ,
2015-11-11 21:17:20 +08:00
'password' => '密碼' ,
'success' => '您的賬號已註冊成功。' ,
'failure' => '註冊失敗。' ,
],
2016-01-29 22:05:05 +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' => [
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-01-29 22:05:05 +00:00
'button' => '訂閱' ,
],
],
2015-11-11 21:17:20 +08:00
// Other
2016-04-17 17:17:29 +01:00
'home' => '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>.' ,
2015-11-11 21:17:20 +08:00
'about_this_site' => '關於此站點' ,
'rss-feed' => 'RSS 訂閱' ,
'atom-feed' => 'Atom 訂閱' ,
2016-01-29 22:05:05 +00:00
'feed' => 'Status 訂閱' ,
2015-11-11 21:17:20 +08:00
];