diff --git a/Source/Modules/UIModules/PrefUI/VwrPrefPaneDictionary.swift b/Source/Modules/UIModules/PrefUI/VwrPrefPaneDictionary.swift index 4f03c3a1..d2013e55 100644 --- a/Source/Modules/UIModules/PrefUI/VwrPrefPaneDictionary.swift +++ b/Source/Modules/UIModules/PrefUI/VwrPrefPaneDictionary.swift @@ -150,7 +150,7 @@ struct VwrPrefPaneDictionary: View { } ) Toggle( - LocalizedStringKey("Enable CNS11643 Support (2023-01-06)"), + LocalizedStringKey("Enable CNS11643 Support (2023-05-19)"), isOn: $cns11643Enabled.onChange { LMMgr.setCNSEnabled(cns11643Enabled) } diff --git a/Source/Resources/Base.lproj/Localizable.strings b/Source/Resources/Base.lproj/Localizable.strings index 9640cca8..279d196a 100644 --- a/Source/Resources/Base.lproj/Localizable.strings +++ b/Source/Resources/Base.lproj/Localizable.strings @@ -259,7 +259,7 @@ "Edit…" = "Edit…"; "Emulating select-candidate-per-character mode" = "Emulating select-candidate-per-character mode"; "Enable cassette mode, suppressing phonabet input" = "Enable cassette mode, suppressing phonabet input"; -"Enable CNS11643 Support (2023-01-06)" = "Enable CNS11643 Support (2023-01-06)"; +"Enable CNS11643 Support (2023-05-19)" = "Enable CNS11643 Support (2023-05-19)"; "Enable experimental Swift UI typesetting method" = "Enable experimental Swift UI typesetting method"; "Enable mouse wheel support for Tadokoro Candidate Window" = "Enable mouse wheel support for Tadokoro Candidate Window"; "Enable phrase replacement table" = "Enable phrase replacement table"; diff --git a/Source/Resources/en.lproj/Localizable.strings b/Source/Resources/en.lproj/Localizable.strings index 9640cca8..279d196a 100644 --- a/Source/Resources/en.lproj/Localizable.strings +++ b/Source/Resources/en.lproj/Localizable.strings @@ -259,7 +259,7 @@ "Edit…" = "Edit…"; "Emulating select-candidate-per-character mode" = "Emulating select-candidate-per-character mode"; "Enable cassette mode, suppressing phonabet input" = "Enable cassette mode, suppressing phonabet input"; -"Enable CNS11643 Support (2023-01-06)" = "Enable CNS11643 Support (2023-01-06)"; +"Enable CNS11643 Support (2023-05-19)" = "Enable CNS11643 Support (2023-05-19)"; "Enable experimental Swift UI typesetting method" = "Enable experimental Swift UI typesetting method"; "Enable mouse wheel support for Tadokoro Candidate Window" = "Enable mouse wheel support for Tadokoro Candidate Window"; "Enable phrase replacement table" = "Enable phrase replacement table"; diff --git a/Source/Resources/ja.lproj/Localizable.strings b/Source/Resources/ja.lproj/Localizable.strings index fa7c9830..cf36e668 100644 --- a/Source/Resources/ja.lproj/Localizable.strings +++ b/Source/Resources/ja.lproj/Localizable.strings @@ -260,7 +260,7 @@ "Edit…" = "編集…"; "Emulating select-candidate-per-character mode" = "漢字1つづつ全候補選択入力モード"; "Enable cassette mode, suppressing phonabet input" = "カセットモードを起用(注音入力はこのモードで使えぬ)"; -"Enable CNS11643 Support (2023-01-06)" = "全字庫モード // 入力可能な漢字数を倍増す (2023-01-06)"; +"Enable CNS11643 Support (2023-05-19)" = "全字庫モード // 入力可能な漢字数を倍増す (2023-05-19)"; "Enable experimental Swift UI typesetting method" = "Swift UI 組版方法を起用する"; "Enable mouse wheel support for Tadokoro Candidate Window" = "田所候補陳列ウィンドウのマウススクロール機能を起用"; "Enable phrase replacement table" = "言葉置換表を起用"; diff --git a/Source/Resources/zh-Hans.lproj/Localizable.strings b/Source/Resources/zh-Hans.lproj/Localizable.strings index 50b84ed1..9ddee911 100644 --- a/Source/Resources/zh-Hans.lproj/Localizable.strings +++ b/Source/Resources/zh-Hans.lproj/Localizable.strings @@ -259,7 +259,7 @@ "Edit…" = "编辑…"; "Emulating select-candidate-per-character mode" = "模拟 90 年代前期注音逐字选字输入风格"; "Enable cassette mode, suppressing phonabet input" = "启用磁带模式,会停用注音输入"; -"Enable CNS11643 Support (2023-01-06)" = "启用 CNS11643 全字库支援 (2023-01-06)"; +"Enable CNS11643 Support (2023-05-19)" = "启用 CNS11643 全字库支援 (2023-05-19)"; "Enable experimental Swift UI typesetting method" = "使用 Swift UI 介面排版方法"; "Enable mouse wheel support for Tadokoro Candidate Window" = "启用田所选字窗的滑鼠滚动支援"; "Enable phrase replacement table" = "启用语汇置换表"; diff --git a/Source/Resources/zh-Hant.lproj/Localizable.strings b/Source/Resources/zh-Hant.lproj/Localizable.strings index 3cde957f..9aa6d3ad 100644 --- a/Source/Resources/zh-Hant.lproj/Localizable.strings +++ b/Source/Resources/zh-Hant.lproj/Localizable.strings @@ -259,7 +259,7 @@ "Edit…" = "編輯…"; "Emulating select-candidate-per-character mode" = "模擬 90 年代前期注音逐字選字輸入風格"; "Enable cassette mode, suppressing phonabet input" = "啟用磁帶模式,會停用注音輸入"; -"Enable CNS11643 Support (2023-01-06)" = "啟用 CNS11643 全字庫支援 (2023-01-06)"; +"Enable CNS11643 Support (2023-05-19)" = "啟用 CNS11643 全字庫支援 (2023-05-19)"; "Enable experimental Swift UI typesetting method" = "使用 Swift UI 介面排版方法"; "Enable mouse wheel support for Tadokoro Candidate Window" = "啟用田所選字窗的滑鼠滾動支援"; "Enable phrase replacement table" = "啟用語彙置換表"; diff --git a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib index 9117243a..3c1cabf4 100644 --- a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib +++ b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib @@ -1,7 +1,6 @@ - @@ -151,7 +150,7 @@