diff --git a/Source/Modules/UIModules/PrefUI/VwrPrefPaneDictionary.swift b/Source/Modules/UIModules/PrefUI/VwrPrefPaneDictionary.swift index cc7ccb35..90756057 100644 --- a/Source/Modules/UIModules/PrefUI/VwrPrefPaneDictionary.swift +++ b/Source/Modules/UIModules/PrefUI/VwrPrefPaneDictionary.swift @@ -135,7 +135,7 @@ struct VwrPrefPaneDictionary: View { } ) Toggle( - LocalizedStringKey("Enable CNS11643 Support (2022-10-04)"), + LocalizedStringKey("Enable CNS11643 Support (2022-12-01)"), isOn: $selEnableCNS11643.onChange { PrefMgr.shared.cns11643Enabled = selEnableCNS11643 LMMgr.setCNSEnabled(PrefMgr.shared.cns11643Enabled) diff --git a/Source/Resources/Base.lproj/Localizable.strings b/Source/Resources/Base.lproj/Localizable.strings index 55662489..435eaa5d 100644 --- a/Source/Resources/Base.lproj/Localizable.strings +++ b/Source/Resources/Base.lproj/Localizable.strings @@ -188,7 +188,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 (2022-10-04)" = "Enable CNS11643 Support (2022-10-04)"; +"Enable CNS11643 Support (2022-12-01)" = "Enable CNS11643 Support (2022-12-01)"; "Enable phrase replacement table" = "Enable phrase replacement table"; "Enable Space key for calling candidate window" = "Enable Space key for calling candidate window"; "Enable symbol input support (incl. certain emoji symbols)" = "Enable symbol input support (incl. certain emoji symbols)"; diff --git a/Source/Resources/en.lproj/Localizable.strings b/Source/Resources/en.lproj/Localizable.strings index 55662489..435eaa5d 100644 --- a/Source/Resources/en.lproj/Localizable.strings +++ b/Source/Resources/en.lproj/Localizable.strings @@ -188,7 +188,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 (2022-10-04)" = "Enable CNS11643 Support (2022-10-04)"; +"Enable CNS11643 Support (2022-12-01)" = "Enable CNS11643 Support (2022-12-01)"; "Enable phrase replacement table" = "Enable phrase replacement table"; "Enable Space key for calling candidate window" = "Enable Space key for calling candidate window"; "Enable symbol input support (incl. certain emoji symbols)" = "Enable symbol input support (incl. certain emoji symbols)"; diff --git a/Source/Resources/ja.lproj/Localizable.strings b/Source/Resources/ja.lproj/Localizable.strings index 244080ac..531c0ece 100644 --- a/Source/Resources/ja.lproj/Localizable.strings +++ b/Source/Resources/ja.lproj/Localizable.strings @@ -188,7 +188,7 @@ "Edit…" = "編集…"; "Emulating select-candidate-per-character mode" = "漢字1つづつ全候補選択入力モード"; "Enable cassette mode, suppressing phonabet input" = "カセットモードを起用(注音入力はこのモードで使えぬ)"; -"Enable CNS11643 Support (2022-10-04)" = "全字庫モード // 入力可能な漢字数を倍増す (2022-10-04)"; +"Enable CNS11643 Support (2022-12-01)" = "全字庫モード // 入力可能な漢字数を倍増す (2022-12-01)"; "Enable phrase replacement table" = "言葉置換表を起用"; "Enable Space key for calling candidate window" = "Space キーで入力候補を呼び出す"; "Enable symbol input support (incl. certain emoji symbols)" = "僅かなる絵文字も含む符号入力サポートを起用"; diff --git a/Source/Resources/zh-Hans.lproj/Localizable.strings b/Source/Resources/zh-Hans.lproj/Localizable.strings index d0d2f962..2843f673 100644 --- a/Source/Resources/zh-Hans.lproj/Localizable.strings +++ b/Source/Resources/zh-Hans.lproj/Localizable.strings @@ -188,7 +188,7 @@ "Edit…" = "编辑…"; "Emulating select-candidate-per-character mode" = "模拟 90 年代前期注音逐字选字输入风格"; "Enable cassette mode, suppressing phonabet input" = "启用磁带模式,会停用注音输入"; -"Enable CNS11643 Support (2022-10-04)" = "启用 CNS11643 全字库支援 (2022-10-04)"; +"Enable CNS11643 Support (2022-12-01)" = "启用 CNS11643 全字库支援 (2022-12-01)"; "Enable phrase replacement table" = "启用语汇置换表"; "Enable Space key for calling candidate window" = "敲空格键以呼出候选字窗"; "Enable symbol input support (incl. certain emoji symbols)" = "启用包括少许绘文字在内的符号输入支援"; diff --git a/Source/Resources/zh-Hant.lproj/Localizable.strings b/Source/Resources/zh-Hant.lproj/Localizable.strings index 47a169a5..6de4d400 100644 --- a/Source/Resources/zh-Hant.lproj/Localizable.strings +++ b/Source/Resources/zh-Hant.lproj/Localizable.strings @@ -188,7 +188,7 @@ "Edit…" = "編輯…"; "Emulating select-candidate-per-character mode" = "模擬 90 年代前期注音逐字選字輸入風格"; "Enable cassette mode, suppressing phonabet input" = "啟用磁帶模式,會停用注音輸入"; -"Enable CNS11643 Support (2022-10-04)" = "啟用 CNS11643 全字庫支援 (2022-10-04)"; +"Enable CNS11643 Support (2022-12-01)" = "啟用 CNS11643 全字庫支援 (2022-12-01)"; "Enable phrase replacement table" = "啟用語彙置換表"; "Enable Space key for calling candidate window" = "敲空格鍵以呼出候選字窗"; "Enable symbol input support (incl. certain emoji symbols)" = "啟用包括少許繪文字在內的符號輸入支援"; diff --git a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib index de64172d..bbe85547 100644 --- a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib +++ b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib @@ -941,11 +941,11 @@