diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php index 7a0d8d65..08bfa2bf 100644 --- a/resources/lang/zh-TW/cachet.php +++ b/resources/lang/zh-TW/cachet.php @@ -27,15 +27,13 @@ return [ // Incidents 'incidents' => [ - 'none' => '沒有任何報告', - 'past' => '過去的事件', - 'previous_week' => '上一週', - 'next_week' => '下一週', - 'stickied' => 'Stickied Incidents', - 'scheduled' => '排程維護', - 'scheduled_at' => ',於:timestamp', - 'posted' => 'Posted :timestamp', - 'status' => [ + 'none' => '沒有任何報告', + 'past' => 'Past Incidents', + 'stickied' => 'Stickied 事件', + 'scheduled' => '排程維護', + 'scheduled_at' => ',於:timestamp', + 'posted' => '簽名時間戳', + 'status' => [ 1 => '調查中', 2 => '已辨明', 3 => '警戒中', @@ -128,4 +126,4 @@ return [ 'atom-feed' => 'Atom 訂閱', 'feed' => 'Status 訂閱', -]; +]; \ No newline at end of file