From cdfe4a3755b1f9cfc4b3cb6e5122397c3b3a3061 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 21 Jan 2018 18:51:44 +0000 Subject: [PATCH] New translations forms.php (Chinese Traditional) --- resources/lang/zh-TW/forms.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/zh-TW/forms.php b/resources/lang/zh-TW/forms.php index 4fed0bd6..cb3710f8 100644 --- a/resources/lang/zh-TW/forms.php +++ b/resources/lang/zh-TW/forms.php @@ -49,6 +49,7 @@ return [ 'name' => '名稱', 'status' => '狀態', 'component' => '組件', + 'component_status' => 'Component Status', 'message' => '訊息', 'message-help' => '你可以使用 Markdown 。', 'occurred_at' => 'When did this incident occur?', @@ -153,7 +154,7 @@ return [ 'days-of-incidents' => '顯示多少天前的事件?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Banner Image', - 'banner-help' => '橫幅寬度建議少於 930px 。', + 'banner-help' => "橫幅寬度建議少於 930px 。", 'subscribers' => '允許用戶訂閱郵件通知嗎?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',