From ed5b37590bad358dfb8a326e45f514101fcd59b5 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:34 +0000 Subject: [PATCH] New translations cachet.php (Chinese Traditional) --- resources/lang/zh-TW/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php index 5643396c..f13fbb61 100644 --- a/resources/lang/zh-TW/cachet.php +++ b/resources/lang/zh-TW/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => '始終保持對 :app 服務狀態的關注。', + ], + ], + // Other 'home' => '首頁', - 'description' => '始終保持對 :app 服務狀態的關注。', 'powered_by' => '由 Cachet 提供。', 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => '關於此站點',