From c1e1d8a8c1e869f1120bcdf84964f99650059cc5 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 31 Mar 2018 12:01:26 +0100 Subject: [PATCH] New translations cachet.php (Chinese Traditional) --- resources/lang/zh-TW/cachet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php index 7aacee47..bccf4e43 100644 --- a/resources/lang/zh-TW/cachet.php +++ b/resources/lang/zh-TW/cachet.php @@ -53,7 +53,7 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1] 系統運作正常|[2,Inf] 所有系統運作正常', + 'good' => '[0,1]System operational|[2,*]All systems are operational', 'bad' => '[0,1] 系統目前發生異常情形。|[2,Inf] 部分系統發生異常情形。', 'major' => '[0,1] 一個系統出現重大故障|[2,Inf] 一些系統出現重大故障', ],