From c70f906222fd6b5fb6ac78dfae1f057724f70c14 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 6 May 2017 10:07:28 +0100 Subject: [PATCH] New translations cachet.php (Chinese Traditional) --- resources/lang/zh-TW/cachet.php | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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