From 676ebff036b5936911aadd2406db1a489772d8ef Mon Sep 17 00:00:00 2001 From: Sunny Young Date: Fri, 28 Apr 2023 18:21:06 +0800 Subject: [PATCH] Add missing preferences localizations --- .../Controller/en.lproj/TweakPreferencesController.strings | 3 +++ .../zh-Hans.lproj/TweakPreferencesController.strings | 3 +++ .../zh-Hant.lproj/TweakPreferencesController.strings | 3 +++ 3 files changed, 9 insertions(+) diff --git a/WeChatTweak/Controller/en.lproj/TweakPreferencesController.strings b/WeChatTweak/Controller/en.lproj/TweakPreferencesController.strings index ad6ed42..75de18b 100644 --- a/WeChatTweak/Controller/en.lproj/TweakPreferencesController.strings +++ b/WeChatTweak/Controller/en.lproj/TweakPreferencesController.strings @@ -10,3 +10,6 @@ /* Class = "NSMenuItem"; title = "Inherited"; ObjectID = "gec-CY-E1x"; */ "gec-CY-E1x.title" = "Inherited"; + +/* Class = "NSTextFieldCell"; title = "Recall mask color:"; ObjectID = "3xl-c5-YvI"; */ +"3xl-c5-YvI.title" = "Recall mask color:"; diff --git a/WeChatTweak/Controller/zh-Hans.lproj/TweakPreferencesController.strings b/WeChatTweak/Controller/zh-Hans.lproj/TweakPreferencesController.strings index bbd0cca..b35413d 100644 --- a/WeChatTweak/Controller/zh-Hans.lproj/TweakPreferencesController.strings +++ b/WeChatTweak/Controller/zh-Hans.lproj/TweakPreferencesController.strings @@ -10,3 +10,6 @@ /* Class = "NSMenuItem"; title = "Inherited"; ObjectID = "gec-CY-E1x"; */ "gec-CY-E1x.title" = "跟随聊天设置"; + +/* Class = "NSTextFieldCell"; title = "Recall mask color:"; ObjectID = "3xl-c5-YvI"; */ +"3xl-c5-YvI.title" = "撤回遮罩颜色"; diff --git a/WeChatTweak/Controller/zh-Hant.lproj/TweakPreferencesController.strings b/WeChatTweak/Controller/zh-Hant.lproj/TweakPreferencesController.strings index de7766f..a44fa1d 100644 --- a/WeChatTweak/Controller/zh-Hant.lproj/TweakPreferencesController.strings +++ b/WeChatTweak/Controller/zh-Hant.lproj/TweakPreferencesController.strings @@ -10,3 +10,6 @@ /* Class = "NSMenuItem"; title = "Inherited"; ObjectID = "gec-CY-E1x"; */ "gec-CY-E1x.title" = "跟隨聊天設置"; + +/* Class = "NSTextFieldCell"; title = "Recall mask color:"; ObjectID = "3xl-c5-YvI"; */ +"3xl-c5-YvI.title" = "撤回遮罩顏色";