From 00d0f69d8abcd4e99992edf2158e85388e76cf11 Mon Sep 17 00:00:00 2001 From: jrthsr700tmax <32911758+jrthsr700tmax@users.noreply.github.com> Date: Sun, 27 Dec 2020 23:18:15 +0800 Subject: [PATCH] Fix some bugs for Taiwan Trad Chinese Localization (#244) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix some bugs for Taiwan Traditional Chinese Localization *修正臺灣正體中文在地化部分錯誤 --- .../zh-Hant.lproj/Localizable.strings | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings index cfc224da..2a383bbd 100644 --- a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings +++ b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings @@ -77,18 +77,18 @@ "Open module settings" = "打開 Module 設定"; "Select widget" = "選擇 %0 widget"; "Update interval" = "更新間隔時間"; -"Usage history" = "負載歷史"; +"Usage history" = "負載歷程記錄"; "Details" = "詳細資訊"; "Top processes" = "高能耗程序"; "Pictogram" = "標示"; // Modules -"Number of top processes" = "頂級程序數量"; +"Number of top processes" = "高能耗程序數量"; // CPU -"CPU usage" = "CPU 使用"; -"CPU temperature" = "CPU 溫度"; -"CPU frequency" = "CPU 頻率"; +"CPU usage" = "處理器 (CPU) 使用率"; +"CPU temperature" = "處理器 (CPU) 溫度"; +"CPU frequency" = "處理器 (CPU) 頻率"; "System" = "系統"; "User" = "使用者"; "Idle" = "閒置"; @@ -96,8 +96,8 @@ "Show hyper-threading cores" = "顯示超執行緒核心"; // GPU -"GPU to show" = "顯示顯示卡 GPU"; -"Show GPU type" = "顯示GPU類型"; +"GPU to show" = "顯示顯示卡 (GPU)"; +"Show GPU type" = "顯示顯示卡 (GPU) 類型"; "GPU temperature" = "顯示卡 (GPU) 溫度"; "GPU utilization" = "顯示卡 (GPU) 使用率";