From a54771261d947fd20b1676ba0d15eb2ca2a0adc6 Mon Sep 17 00:00:00 2001 From: Clark Chen <9372896+clarkchentw@users.noreply.github.com> Date: Mon, 17 Sep 2018 21:59:22 -0500 Subject: [PATCH] Traditional Chinese - TW, update to match en.php This update the file to match 100% as en.php, also corrected some term in the file --- web/inc/i18n/tw.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/inc/i18n/tw.php b/web/inc/i18n/tw.php index 3572fbf18..0760d4a23 100644 --- a/web/inc/i18n/tw.php +++ b/web/inc/i18n/tw.php @@ -81,8 +81,8 @@ $LANG['tw'] = array( 'rebuild db' => '重建資料庫', 'rebuild cron' => '重建任務排程', 'update counters' => '更新計數器', - 'suspend' => '暫停', - 'unsuspend' => '解除暫停', + 'suspend' => '停用', + 'unsuspend' => '解除停用', 'delete' => '刪除', 'show per user' => '依選擇的使用者', 'login as' => '登入帳號',