From 4042e616dab46a056532e6cf84fe8722e9693a0d Mon Sep 17 00:00:00 2001 From: Alvin Wong Date: Sat, 27 Nov 2021 21:01:52 +0800 Subject: [PATCH] Translate more strings for zh-TW and yue-HK Didn't translate these strings before as I didn't feel there is enough room to accurately translate them, but now I have a change of heart. --- Translations/translation_YUE_HK.json | 4 ++-- Translations/translation_ZH_TW.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Translations/translation_YUE_HK.json b/Translations/translation_YUE_HK.json index 3986497e..8def9cbb 100644 --- a/Translations/translation_YUE_HK.json +++ b/Translations/translation_YUE_HK.json @@ -21,8 +21,8 @@ "messagesWarn": { "ResetOKMessage": "已重設!", "SettingsResetMessage": "設定已被重設!", - "NoAccelerometerMessage": ["No accelerometer", "detected!"], - "NoPowerDeliveryMessage": ["No USB-PD IC", "detected!"], + "NoAccelerometerMessage": "未能偵測加速度計", + "NoPowerDeliveryMessage": "未能偵測PD晶片", "LockingKeysString": "已鎖定", "UnlockingKeysString": "已解除鎖定", "WarningKeysLockedString": "!撳掣鎖定!", diff --git a/Translations/translation_ZH_TW.json b/Translations/translation_ZH_TW.json index 28070d39..b28835e5 100644 --- a/Translations/translation_ZH_TW.json +++ b/Translations/translation_ZH_TW.json @@ -21,8 +21,8 @@ "messagesWarn": { "ResetOKMessage": "已重設!", "SettingsResetMessage": "設定已被重設!", - "NoAccelerometerMessage": ["No accelerometer", "detected!"], - "NoPowerDeliveryMessage": ["No USB-PD IC", "detected!"], + "NoAccelerometerMessage": "未能偵測加速度計", + "NoPowerDeliveryMessage": "未能偵測PD晶片", "LockingKeysString": "已鎖定", "UnlockingKeysString": "已解除鎖定", "WarningKeysLockedString": "!按鍵鎖定!",