Repo // Update the date tag of CNS Data.

This commit is contained in:
ShikiSuen 2022-05-21 14:04:39 +08:00
parent 27a8abe1b3
commit 5c27e5f102
11 changed files with 15 additions and 15 deletions

View File

@ -109,7 +109,7 @@
"Debug Mode" = "Debug Mode"; "Debug Mode" = "Debug Mode";
"Dictionary" = "Dictionary"; "Dictionary" = "Dictionary";
"Emulating select-candidate-per-character mode" = "Emulating select-candidate-per-character mode"; "Emulating select-candidate-per-character mode" = "Emulating select-candidate-per-character mode";
"Enable CNS11643 Support (2022-01-27)" = "Enable CNS11643 Support (2022-01-27)"; "Enable CNS11643 Support (2022-04-27)" = "Enable CNS11643 Support (2022-04-27)";
"Enable Space key for calling candidate window" = "Enable Space key for calling candidate window"; "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)"; "Enable symbol input support (incl. certain emoji symbols)" = "Enable symbol input support (incl. certain emoji symbols)";
"English" = "English"; "English" = "English";

View File

@ -109,7 +109,7 @@
"Debug Mode" = "Debug Mode"; "Debug Mode" = "Debug Mode";
"Dictionary" = "Dictionary"; "Dictionary" = "Dictionary";
"Emulating select-candidate-per-character mode" = "Emulating select-candidate-per-character mode"; "Emulating select-candidate-per-character mode" = "Emulating select-candidate-per-character mode";
"Enable CNS11643 Support (2022-01-27)" = "Enable CNS11643 Support (2022-01-27)"; "Enable CNS11643 Support (2022-04-27)" = "Enable CNS11643 Support (2022-04-27)";
"Enable Space key for calling candidate window" = "Enable Space key for calling candidate window"; "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)"; "Enable symbol input support (incl. certain emoji symbols)" = "Enable symbol input support (incl. certain emoji symbols)";
"English" = "English"; "English" = "English";

View File

@ -109,7 +109,7 @@
"Debug Mode" = "欠陥辿着モード"; "Debug Mode" = "欠陥辿着モード";
"Dictionary" = "辞書設定"; "Dictionary" = "辞書設定";
"Emulating select-candidate-per-character mode" = "漢字1つづつ全候補選択入力モード"; "Emulating select-candidate-per-character mode" = "漢字1つづつ全候補選択入力モード";
"Enable CNS11643 Support (2022-01-27)" = "全字庫モード // 入力可能な漢字数を倍増す (2022-01-07)"; "Enable CNS11643 Support (2022-04-27)" = "全字庫モード // 入力可能な漢字数を倍増す (2022-04-27)";
"Enable Space key for calling candidate window" = "Space キーで入力候補を呼び出す"; "Enable Space key for calling candidate window" = "Space キーで入力候補を呼び出す";
"Enable symbol input support (incl. certain emoji symbols)" = "僅かなる絵文字も含む符号入力サポートを起用"; "Enable symbol input support (incl. certain emoji symbols)" = "僅かなる絵文字も含む符号入力サポートを起用";
"English" = "英語"; "English" = "英語";

View File

@ -109,7 +109,7 @@
"Debug Mode" = "侦错模式"; "Debug Mode" = "侦错模式";
"Dictionary" = "辞典"; "Dictionary" = "辞典";
"Emulating select-candidate-per-character mode" = "模拟 90 年代前期注音逐字选字输入风格"; "Emulating select-candidate-per-character mode" = "模拟 90 年代前期注音逐字选字输入风格";
"Enable CNS11643 Support (2022-01-27)" = "启用 CNS11643 全字库支援 (2022-01-07)"; "Enable CNS11643 Support (2022-04-27)" = "启用 CNS11643 全字库支援 (2022-04-27)";
"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)" = "启用包括少许绘文字在内的符号输入支援";
"English" = "英语"; "English" = "英语";

View File

@ -109,7 +109,7 @@
"Debug Mode" = "偵錯模式"; "Debug Mode" = "偵錯模式";
"Dictionary" = "辭典"; "Dictionary" = "辭典";
"Emulating select-candidate-per-character mode" = "模擬 90 年代前期注音逐字選字輸入風格"; "Emulating select-candidate-per-character mode" = "模擬 90 年代前期注音逐字選字輸入風格";
"Enable CNS11643 Support (2022-01-27)" = "啟用 CNS11643 全字庫支援 (2022-01-07)"; "Enable CNS11643 Support (2022-04-27)" = "啟用 CNS11643 全字庫支援 (2022-04-27)";
"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)" = "啟用包括少許繪文字在內的符號輸入支援";
"English" = "英語"; "English" = "英語";

View File

@ -113,7 +113,7 @@ struct suiPrefPaneDictionary: View {
mgrPrefs.shouldAutoReloadUserDataFiles = value mgrPrefs.shouldAutoReloadUserDataFiles = value
} }
Divider() Divider()
Toggle(LocalizedStringKey("Enable CNS11643 Support (2022-01-27)"), isOn: $selEnableCNS11643) Toggle(LocalizedStringKey("Enable CNS11643 Support (2022-04-27)"), isOn: $selEnableCNS11643)
.onChange(of: selEnableCNS11643) { value in .onChange(of: selEnableCNS11643) { value in
mgrPrefs.cns11643Enabled = value mgrPrefs.cns11643Enabled = value
mgrLangModel.setCNSEnabled(value) mgrLangModel.setCNSEnabled(value)

View File

@ -682,7 +682,7 @@
<constraints> <constraints>
<constraint firstAttribute="height" constant="16" id="KdE-Vd-Y50"/> <constraint firstAttribute="height" constant="16" id="KdE-Vd-Y50"/>
</constraints> </constraints>
<buttonCell key="cell" type="check" title="Enable CNS11643 Support (2022-01-07)" bezelStyle="regularSquare" imagePosition="left" controlSize="small" inset="2" id="W24-T4-cg0"> <buttonCell key="cell" type="check" title="Enable CNS11643 Support (2022-04-27)" bezelStyle="regularSquare" imagePosition="left" controlSize="small" inset="2" id="W24-T4-cg0">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="cellTitle"/> <font key="font" metaFont="cellTitle"/>
</buttonCell> </buttonCell>

View File

@ -152,8 +152,8 @@
/* Class = "NSBox"; title = "Output Settings"; ObjectID = "Uyz-xL-TVN"; */ /* Class = "NSBox"; title = "Output Settings"; ObjectID = "Uyz-xL-TVN"; */
"Uyz-xL-TVN.title" = "Output Settings"; "Uyz-xL-TVN.title" = "Output Settings";
/* Class = "NSButtonCell"; title = "Enable CNS11643 Support (2022-01-07)"; ObjectID = "W24-T4-cg0"; */ /* Class = "NSButtonCell"; title = "Enable CNS11643 Support (2022-04-27)"; ObjectID = "W24-T4-cg0"; */
"W24-T4-cg0.title" = "Enable CNS11643 Support (2022-01-07)"; "W24-T4-cg0.title" = "Enable CNS11643 Support (2022-04-27)";
/* Class = "NSBox"; title = "Keyboard Layout"; ObjectID = "Wvt-HE-LOv"; */ /* Class = "NSBox"; title = "Keyboard Layout"; ObjectID = "Wvt-HE-LOv"; */
"Wvt-HE-LOv.title" = "Keyboard Layout"; "Wvt-HE-LOv.title" = "Keyboard Layout";

View File

@ -152,8 +152,8 @@
/* Class = "NSBox"; title = "Output Settings"; ObjectID = "Uyz-xL-TVN"; */ /* Class = "NSBox"; title = "Output Settings"; ObjectID = "Uyz-xL-TVN"; */
"Uyz-xL-TVN.title" = "出力設定"; "Uyz-xL-TVN.title" = "出力設定";
/* Class = "NSButtonCell"; title = "Enable CNS11643 Support (2022-01-07)"; ObjectID = "W24-T4-cg0"; */ /* Class = "NSButtonCell"; title = "Enable CNS11643 Support (2022-04-27)"; ObjectID = "W24-T4-cg0"; */
"W24-T4-cg0.title" = "全字庫モード // 入力可能の漢字数倍増 (2022-01-07)"; "W24-T4-cg0.title" = "全字庫モード // 入力可能の漢字数倍増 (2022-04-27)";
/* Class = "NSBox"; title = "Keyboard Layout"; ObjectID = "Wvt-HE-LOv"; */ /* Class = "NSBox"; title = "Keyboard Layout"; ObjectID = "Wvt-HE-LOv"; */
"Wvt-HE-LOv.title" = "キーボード"; "Wvt-HE-LOv.title" = "キーボード";

View File

@ -152,8 +152,8 @@
/* Class = "NSBox"; title = "Output Settings"; ObjectID = "Uyz-xL-TVN"; */ /* Class = "NSBox"; title = "Output Settings"; ObjectID = "Uyz-xL-TVN"; */
"Uyz-xL-TVN.title" = "输出设定"; "Uyz-xL-TVN.title" = "输出设定";
/* Class = "NSButtonCell"; title = "Enable CNS11643 Support (2022-01-07)"; ObjectID = "W24-T4-cg0"; */ /* Class = "NSButtonCell"; title = "Enable CNS11643 Support (2022-04-27)"; ObjectID = "W24-T4-cg0"; */
"W24-T4-cg0.title" = "启用 CNS11643 全字库支援 (2022-01-07)"; "W24-T4-cg0.title" = "启用 CNS11643 全字库支援 (2022-04-27)";
/* Class = "NSBox"; title = "Keyboard Layout"; ObjectID = "Wvt-HE-LOv"; */ /* Class = "NSBox"; title = "Keyboard Layout"; ObjectID = "Wvt-HE-LOv"; */
"Wvt-HE-LOv.title" = "键盘布局"; "Wvt-HE-LOv.title" = "键盘布局";

View File

@ -152,8 +152,8 @@
/* Class = "NSBox"; title = "Output Settings"; ObjectID = "Uyz-xL-TVN"; */ /* Class = "NSBox"; title = "Output Settings"; ObjectID = "Uyz-xL-TVN"; */
"Uyz-xL-TVN.title" = "輸出設定"; "Uyz-xL-TVN.title" = "輸出設定";
/* Class = "NSButtonCell"; title = "Enable CNS11643 Support (2022-01-07)"; ObjectID = "W24-T4-cg0"; */ /* Class = "NSButtonCell"; title = "Enable CNS11643 Support (2022-04-27)"; ObjectID = "W24-T4-cg0"; */
"W24-T4-cg0.title" = "啟用 CNS11643 全字庫支援 (2022-01-07)"; "W24-T4-cg0.title" = "啟用 CNS11643 全字庫支援 (2022-04-27)";
/* Class = "NSBox"; title = "Keyboard Layout"; ObjectID = "Wvt-HE-LOv"; */ /* Class = "NSBox"; title = "Keyboard Layout"; ObjectID = "Wvt-HE-LOv"; */
"Wvt-HE-LOv.title" = "鍵盤佈局"; "Wvt-HE-LOv.title" = "鍵盤佈局";