[ 'last_updated' => '最終更新 :timestamp', 'status' => [ 0 => '不明', 1 => '稼働中', 2 => 'パフォーマンスに関する問題あり', 3 => '一部停止中', 4 => '大規模な停止中', ], 'group' => [ 'other' => 'その他のコンポーネント', ], 'select_all' => '全て選択', 'deselect_all' => '全て選択解除', ], // Incidents 'incidents' => [ 'none' => 'インシデントはありません', 'past' => 'インシデント履歴', 'stickied' => '固定している障害情報', 'scheduled' => '計画メンテナンス', 'scheduled_at' => ', 予定日時 :timestamp', 'posted' => '掲載日時 :timestamp', 'posted_at' => '掲載日時 :timestamp', 'status' => [ 1 => '調査中', 2 => '特定済み', 3 => '監視中', 4 => '修正済み', ], ], // Schedule 'schedules' => [ 'status' => [ 0 => '近日中', 1 => '進行中', 2 => '完了', ], ], // Service Status 'service' => [ 'good' => '全システムが正常に稼働しています', 'bad' => '一部のシステムに問題が発生しています', 'major' => 'システムに深刻な問題が発生しています', ], 'api' => [ 'regenerate' => 'APIキーの再生成', 'revoke' => 'APIキーの削除', ], // Metrics 'metrics' => [ 'filter' => [ 'last_hour' => '過去1時間', 'hourly' => '過去12時間', 'weekly' => '週', 'monthly' => '月', ], ], // Subscriber 'subscriber' => [ 'subscribe' => 'Subscribe to status changes and incident updates', 'unsubscribe' => '購読の解除', 'button' => '購読', 'manage_subscription' => '購読の管理', 'manage' => [ 'notifications' => 'Notifications', 'notifications_for' => '通知の管理', 'no_subscriptions' => '現在、すべてのアップデートを購読しています。', 'update_subscription' => '購読の管理', 'my_subscriptions' => '現在、以下のアップデートを購読しています。', 'manage_at_link' => '購読の管理', ], 'email' => [ 'subscribe' => 'メールによるアップデート情報の購読', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'verified' => 'あなたのメール購読を確認しました。ありがとうございます!', 'manage' => '購読の管理', 'unsubscribe' => 'Unsubscribe from email updates.', 'unsubscribed' => 'メールの購読が取り消されました。', 'failure' => '購読に失敗しました。', 'already-subscribed' => '既に購読しているので :email の購読ができません。', ], ], 'signup' => [ 'title' => '新規登録', 'username' => 'Username', 'email' => 'Email', 'password' => 'Password', 'success' => 'アカウントが作成されました。', 'failure' => '新規登録に失敗しました。', ], 'system' => [ 'update' => 'Cachetの新しいバージョンがあります。アップデートの方法についてはこちらを参照して下さい!', ], // Modal 'modal' => [ 'close' => '閉じる', 'subscribe' => [ 'title' => 'コンポーネントのアップデート情報を購読する', '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' => '購読', ], ], // Meta descriptions 'meta' => [ 'description' => [ 'incident' => ':date に発生した:nameの障害情報', 'schedule' => ':startDate に予定している:name のメンテナンスの詳細', 'subscribe' => ':app の障害情報とメンテナンス情報を購読する', 'overview' => 'Stay up to date with the latest service updates from :app.', ], ], // Other 'home' => 'ホーム', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => 'このサイトについて', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom', 'feed' => 'ステータスフィード', ];