PrefWindow // Add chkAllowBoostingSingleKanjiAsUserPhrase.
DDDD
This commit is contained in:
parent
ca8f284064
commit
fddfd577c8
|
@ -1,7 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="20037" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="20037"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
</dependencies>
|
||||
<objects>
|
||||
|
@ -680,9 +681,9 @@
|
|||
</connections>
|
||||
</textField>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="p7V-IN-OTr">
|
||||
<rect key="frame" x="19" y="295.5" width="406" height="17"/>
|
||||
<rect key="frame" x="19" y="296.5" width="406" height="17"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="KGx-QR-wgI"/>
|
||||
<constraint firstAttribute="height" constant="16" id="Ieq-hl-01l"/>
|
||||
</constraints>
|
||||
<buttonCell key="cell" type="check" title="Automatically reload user data files if changes detected" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="f8i-69-zxm">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
|
@ -693,9 +694,9 @@
|
|||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="O4B-Z2-XYi">
|
||||
<rect key="frame" x="19" y="273.5" width="406" height="17"/>
|
||||
<rect key="frame" x="19" y="274.5" width="406" height="17"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="60g-xI-n1n"/>
|
||||
<constraint firstAttribute="height" constant="16" id="2gi-B5-vjz"/>
|
||||
</constraints>
|
||||
<buttonCell key="cell" type="check" title="Enable symbol input support (incl. certain emoji symbols)" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="hSv-LJ-Cq3" userLabel="chkSymbolEnabled">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
|
@ -735,9 +736,9 @@
|
|||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Yaj-QY-7xV" userLabel="chkCNSSupport">
|
||||
<rect key="frame" x="19" y="251.5" width="406" height="17"/>
|
||||
<rect key="frame" x="19" y="252.5" width="406" height="17"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="XP3-SR-9Ha"/>
|
||||
<constraint firstAttribute="height" constant="16" id="vin-Cj-dDq"/>
|
||||
</constraints>
|
||||
<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"/>
|
||||
|
@ -748,28 +749,44 @@
|
|||
<binding destination="32" name="value" keyPath="values.CNS11643Enabled" id="Pbx-Gt-upm"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Hyc-Nw-dET">
|
||||
<rect key="frame" x="19" y="230.5" width="406" height="17"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="drz-HW-cX1"/>
|
||||
</constraints>
|
||||
<buttonCell key="cell" type="check" title="Allow boosting / excluding a candidate of single kanji" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="chkAllowBoostingSingleKanjiAsUserPhrase" userLabel="chkAllowBoostingSingleKanjiAsUserPhrase">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="cellTitle"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<binding destination="32" name="value" keyPath="values.AllowBoostingSingleKanjiAsUserPhrase" id="jiw-1V-C7x"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="s7t-Kk-EPu" firstAttribute="bottom" secondItem="MPN-np-SbT" secondAttribute="bottom" id="0Fo-ya-hQ9"/>
|
||||
<constraint firstItem="O4B-Z2-XYi" firstAttribute="trailing" secondItem="Yaj-QY-7xV" secondAttribute="trailing" id="2VU-kM-5xJ"/>
|
||||
<constraint firstItem="p7V-IN-OTr" firstAttribute="leading" secondItem="O4B-Z2-XYi" secondAttribute="leading" id="6GG-yw-MYi"/>
|
||||
<constraint firstItem="O4B-Z2-XYi" firstAttribute="top" secondItem="p7V-IN-OTr" secondAttribute="bottom" constant="6" symbolic="YES" id="6H0-cT-DDa"/>
|
||||
<constraint firstAttribute="trailing" secondItem="FUV-qx-xkC" secondAttribute="trailing" constant="20" symbolic="YES" id="6QR-tj-5cH"/>
|
||||
<constraint firstItem="O4B-Z2-XYi" firstAttribute="top" secondItem="p7V-IN-OTr" secondAttribute="bottom" constant="6" id="6tf-H0-CKc"/>
|
||||
<constraint firstItem="Yaj-QY-7xV" firstAttribute="trailing" secondItem="Hyc-Nw-dET" secondAttribute="trailing" id="6ty-e2-2yl"/>
|
||||
<constraint firstItem="p7V-IN-OTr" firstAttribute="leading" secondItem="s7t-Kk-EPu" secondAttribute="leading" id="7KG-BW-e6E"/>
|
||||
<constraint firstItem="s7t-Kk-EPu" firstAttribute="leading" secondItem="MPN-np-SbT" secondAttribute="trailing" constant="-376" id="9at-E8-Bt1"/>
|
||||
<constraint firstItem="FUV-qx-xkC" firstAttribute="top" secondItem="cy4-aV-hhk" secondAttribute="top" constant="15" id="BZE-dD-V2R"/>
|
||||
<constraint firstItem="MPN-np-SbT" firstAttribute="top" secondItem="FUV-qx-xkC" secondAttribute="bottom" constant="14" id="Bp9-2u-f9E"/>
|
||||
<constraint firstItem="Yaj-QY-7xV" firstAttribute="leading" secondItem="Hyc-Nw-dET" secondAttribute="leading" id="DJV-E7-Wgv"/>
|
||||
<constraint firstItem="Yaj-QY-7xV" firstAttribute="top" secondItem="O4B-Z2-XYi" secondAttribute="bottom" constant="6" symbolic="YES" id="F6l-lB-OT5"/>
|
||||
<constraint firstItem="FUV-qx-xkC" firstAttribute="leading" secondItem="cy4-aV-hhk" secondAttribute="leading" constant="20" symbolic="YES" id="Hy2-ZC-cvb"/>
|
||||
<constraint firstItem="Hyc-Nw-dET" firstAttribute="top" secondItem="Yaj-QY-7xV" secondAttribute="bottom" constant="6" symbolic="YES" id="OCz-SW-av6"/>
|
||||
<constraint firstItem="s7t-Kk-EPu" firstAttribute="firstBaseline" secondItem="MPN-np-SbT" secondAttribute="baseline" id="OYH-gA-WcA"/>
|
||||
<constraint firstItem="p7V-IN-OTr" firstAttribute="trailing" secondItem="O4B-Z2-XYi" secondAttribute="trailing" id="Phu-Qi-Xup"/>
|
||||
<constraint firstItem="p7V-IN-OTr" firstAttribute="top" secondItem="s7t-Kk-EPu" secondAttribute="bottom" constant="15" id="PyP-N9-MWb"/>
|
||||
<constraint firstItem="p7V-IN-OTr" firstAttribute="leading" secondItem="s7t-Kk-EPu" secondAttribute="leading" id="QMQ-hR-c5W"/>
|
||||
<constraint firstItem="p7V-IN-OTr" firstAttribute="trailing" secondItem="jXe-xz-9Sd" secondAttribute="trailing" id="QQv-cA-dO9"/>
|
||||
<constraint firstItem="FUV-qx-xkC" firstAttribute="leading" secondItem="MPN-np-SbT" secondAttribute="leading" constant="-346" id="Zet-wH-kmC"/>
|
||||
<constraint firstItem="O4B-Z2-XYi" firstAttribute="leading" secondItem="Yaj-QY-7xV" secondAttribute="leading" id="aI8-ll-ybr"/>
|
||||
<constraint firstItem="jXe-xz-9Sd" firstAttribute="leading" secondItem="MPN-np-SbT" secondAttribute="trailing" constant="-1" id="cYQ-Rx-tuG"/>
|
||||
<constraint firstItem="p7V-IN-OTr" firstAttribute="leading" secondItem="O4B-Z2-XYi" secondAttribute="leading" id="dm5-TK-PRw"/>
|
||||
<constraint firstItem="O4B-Z2-XYi" firstAttribute="leading" secondItem="Yaj-QY-7xV" secondAttribute="leading" id="qHY-fz-P9H"/>
|
||||
<constraint firstItem="p7V-IN-OTr" firstAttribute="trailing" secondItem="jXe-xz-9Sd" secondAttribute="trailing" id="uuG-Bg-2Vi"/>
|
||||
<constraint firstItem="p7V-IN-OTr" firstAttribute="top" secondItem="s7t-Kk-EPu" secondAttribute="bottom" constant="14.5" id="hJ9-p8-clP"/>
|
||||
<constraint firstItem="O4B-Z2-XYi" firstAttribute="trailing" secondItem="Yaj-QY-7xV" secondAttribute="trailing" id="pZC-Vr-DTa"/>
|
||||
<constraint firstItem="p7V-IN-OTr" firstAttribute="trailing" secondItem="O4B-Z2-XYi" secondAttribute="trailing" id="s0C-8F-wWy"/>
|
||||
<constraint firstItem="s7t-Kk-EPu" firstAttribute="trailing" secondItem="FUV-qx-xkC" secondAttribute="trailing" constant="-60" id="vIO-x1-7Q2"/>
|
||||
<constraint firstItem="jXe-xz-9Sd" firstAttribute="baseline" secondItem="MPN-np-SbT" secondAttribute="baseline" id="wys-ML-2Q2"/>
|
||||
<constraint firstItem="Yaj-QY-7xV" firstAttribute="top" secondItem="O4B-Z2-XYi" secondAttribute="bottom" constant="6" symbolic="YES" id="zZg-M3-hSk"/>
|
||||
</constraints>
|
||||
</view>
|
||||
</box>
|
||||
|
|
|
@ -1,22 +1,33 @@
|
|||
"1.title" = "vChewing Preferences";
|
||||
"sZx-18-8dO.title" = "Debug Mode";
|
||||
"5.title" = "OtherViews";
|
||||
"6.title" = "Microsoft, Dachen, Wang, etc.";
|
||||
"7.title" = "ETen";
|
||||
"8.title" = "Hsu";
|
||||
"9.title" = "ETen26";
|
||||
"10.title" = "Hanyu Pinyin with Numeral Intonation";
|
||||
"100.title" = "64";
|
||||
"101.title" = "96";
|
||||
"110.title" = "Enable Space key for calling candidate window";
|
||||
"12.title" = "BPMF Parser:";
|
||||
"126.title" = "Basic Layout:";
|
||||
"128.title" = "OtherViews";
|
||||
"137.title" = "IBM";
|
||||
"14.title" = "Choose the cursor position where you want to list possible candidates.";
|
||||
"16.title" = "Cursor in front of the phrase (like macOS built-in Zhuyin IME)";
|
||||
"17.title" = "Cursor at the rear of the phrase (like Microsoft New Phonetic)";
|
||||
"18.title" = "Radio";
|
||||
"1AW-xf-c2f.label" = "Keyboard";
|
||||
"20.title" = "Radio";
|
||||
"21.title" = "Horizontal";
|
||||
"22.title" = "Vertical";
|
||||
"shc-Nu-UsM.title" = "Show page buttons in candidate list";
|
||||
"24.title" = "Candidate List Layout:";
|
||||
"27F-8T-FkQ.title" = "Fake Seigyou (similar to JinYei)";
|
||||
"29.title" = "Candidate UI font size:";
|
||||
"2iG-Ic-gbl.label" = "Dictionary";
|
||||
"2pS-nv-te4.title" = "Choose which keys you prefer for selecting candidates.";
|
||||
"2Y6-Am-WM1.title" = "General Settings";
|
||||
"5.title" = "OtherViews";
|
||||
"6.title" = "Microsoft, Dachen, Wang, etc.";
|
||||
"62u-jY-BRh.title" = "Stop farting (when typed phonetic combination is invalid, etc.)";
|
||||
"7.title" = "ETen";
|
||||
"7fV-x8-WHQ.title" = "MiTAC";
|
||||
"8.title" = "Hsu";
|
||||
"9.title" = "ETen26";
|
||||
"92.title" = "OtherViews";
|
||||
"93.title" = "12";
|
||||
"94.title" = "14";
|
||||
|
@ -24,68 +35,58 @@
|
|||
"96.title" = "18";
|
||||
"98.title" = "24";
|
||||
"99.title" = "32";
|
||||
"100.title" = "64";
|
||||
"101.title" = "96";
|
||||
"110.title" = "Enable Space key for calling candidate window";
|
||||
"126.title" = "Basic Layout:";
|
||||
"128.title" = "OtherViews";
|
||||
"137.title" = "IBM";
|
||||
"7fV-x8-WHQ.title" = "MiTAC";
|
||||
"27F-8T-FkQ.title" = "Fake Seigyou (similar to JinYei)";
|
||||
"1AW-xf-c2f.label" = "Keyboard";
|
||||
"2Y6-Am-WM1.title" = "General Settings";
|
||||
"2pS-nv-te4.title" = "Choose which keys you prefer for selecting candidates.";
|
||||
"62u-jY-BRh.title" = "Stop farting (when typed phonetic combination is invalid, etc.)";
|
||||
"9DS-Rc-TXq.title" = "UI language setting:";
|
||||
"akC-2g-ybz.title" = "Simplified Chinese";
|
||||
"ArK-Vk-OoT.title" = "Emulating select-candidate-per-character mode";
|
||||
"BSK-bH-Gct.title" = "Auto-convert traditional Chinese glyphs to KangXi characters";
|
||||
"eia-1F-Do0.title" = "Auto-convert traditional Chinese glyphs to JIS Shinjitai characters";
|
||||
"cf2-se-PDO.title" = "Dictionary and Language Models";
|
||||
"chkAllowBoostingSingleKanjiAsUserPhrase.title" = "Allow boosting / excluding a candidate of single kanji";
|
||||
"dIN-TZ-67g.title" = "Space to +cycle candidates, Shift+Space to +cycle pages";
|
||||
"E1l-m8-xgb.title" = "Advanced Settings";
|
||||
"FSG-lN-CJO.title" = "English";
|
||||
"FnD-oH-El5.title" = "Selection Keys:";
|
||||
"GlJ-Ns-9eE.title" = "Auto-Select";
|
||||
"QUQ-oY-4Hc.label" = "General";
|
||||
"RQ6-MS-m4C.title" = "Choose your preferred keyboard layout and phonetic parser.";
|
||||
"RUG-ls-KyA.title" = "Push the cursor in front of the phrase after selection";
|
||||
"TXr-FF-ehw.title" = "Traditional Chinese";
|
||||
"Uyz-xL-TVN.title" = "Output Settings";
|
||||
"W24-T4-cg0.title" = "Enable CNS11643 Support (2022-04-27)";
|
||||
"Wvt-HE-LOv.title" = "Keyboard Layout";
|
||||
"Z9t-P0-BLF.title" = "Check for updates automatically";
|
||||
"ZEv-Q2-mYL.title" = "Change user interface language (will reboot the IME).";
|
||||
"akC-2g-ybz.title" = "Simplified Chinese";
|
||||
"eia-1F-Do0.title" = "Auto-convert traditional Chinese glyphs to JIS Shinjitai characters";
|
||||
"f2j-xD-4xK.title" = "Use ESC key to clear the entire input buffer";
|
||||
"f8i-69-zxm.title" = "Automatically reload user data files if changes detected";
|
||||
"FnD-oH-El5.title" = "Selection Keys:";
|
||||
"FSG-lN-CJO.title" = "English";
|
||||
"FVC-br-H57.title" = "Cycling Candidates";
|
||||
"GlJ-Ns-9eE.title" = "Auto-Select";
|
||||
"hSv-LJ-Cq3.title" = "Enable symbol input support (incl. certain emoji symbols)";
|
||||
"iRg-wx-Nx2.title" = "Change UI font size of candidate window for a better visual clarity.";
|
||||
"iWy-Nw-QKB.title" = "Output Hanyu-Pinyin in lieu of Zhuyin when Ctrl(+Alt)+CMD+Enter";
|
||||
"jQC-12-UuK.ibShadowedObjectValues[0]" = "Item 1";
|
||||
"jQC-12-UuK.ibShadowedObjectValues[1]" = "Item 2";
|
||||
"jQC-12-UuK.ibShadowedObjectValues[2]" = "Item 3";
|
||||
"rVQ-Hx-cGi.title" = "Japanese";
|
||||
"cf2-se-PDO.title" = "Dictionary and Language Models";
|
||||
"xC5-yV-1W1.title" = "Choose your preferred layout of the candidate window.";
|
||||
"xrE-8T-WKO.label" = "Advanced";
|
||||
"2iG-Ic-gbl.label" = "Dictionary";
|
||||
"wQ9-px-b07.title" = "Apple Dynamic Bopomofo Basic Keyboard Layouts (Dachen & Eten Traditional) must match the Dachen parser in order to be functional.";
|
||||
"ueU-Rz-a1C.title" = "Choose the behavior of (Shift+)Tab key in the candidate window.";
|
||||
"s7u-Fm-dVg.title" = "Cycling Pages";
|
||||
"FVC-br-H57.title" = "Cycling Candidates";
|
||||
"Pg5-G9-pY5.title" = "Choose the behavior of (Shift+)Space key with candidates.";
|
||||
"XqL-rf-X6d.title" = "Space to +cycle pages, Shift+Space to +cycle candidates";
|
||||
"dIN-TZ-67g.title" = "Space to +cycle candidates, Shift+Space to +cycle pages";
|
||||
"hSv-LJ-Cq3.title" = "Enable symbol input support (incl. certain emoji symbols)";
|
||||
"wN3-k3-b2a.title" = "Choose your desired user data folder path. Will be omitted if invalid.";
|
||||
"wFR-zX-M8H.title" = "Show Hanyu-Pinyin in the inline composition buffer";
|
||||
"iWy-Nw-QKB.title" = "Output Hanyu-Pinyin in lieu of Zhuyin when Ctrl(+Alt)+CMD+Enter";
|
||||
"xjP-r7-GaK.title" = "Dachen 26 (libChewing)";
|
||||
"Parser11.title" = "Secondary Pinyin with Numeral Intonation";
|
||||
"Parser12.title" = "Yale Pinyin with Numeral Intonation";
|
||||
"Parser13.title" = "Hualuo Pinyin with Numeral Intonation";
|
||||
"Parser14.title" = "Universal Pinyin with Numeral Intonation";
|
||||
"Pg5-G9-pY5.title" = "Choose the behavior of (Shift+)Space key with candidates.";
|
||||
"QUQ-oY-4Hc.label" = "General";
|
||||
"RQ6-MS-m4C.title" = "Choose your preferred keyboard layout and phonetic parser.";
|
||||
"RUG-ls-KyA.title" = "Push the cursor in front of the phrase after selection";
|
||||
"rVQ-Hx-cGi.title" = "Japanese";
|
||||
"s7u-Fm-dVg.title" = "Cycling Pages";
|
||||
"shc-Nu-UsM.title" = "Show page buttons in candidate list";
|
||||
"sZx-18-8dO.title" = "Debug Mode";
|
||||
"TXr-FF-ehw.title" = "Traditional Chinese";
|
||||
"ueU-Rz-a1C.title" = "Choose the behavior of (Shift+)Tab key in the candidate window.";
|
||||
"Uyz-xL-TVN.title" = "Output Settings";
|
||||
"W24-T4-cg0.title" = "Enable CNS11643 Support (2022-04-27)";
|
||||
"wFR-zX-M8H.title" = "Show Hanyu-Pinyin in the inline composition buffer";
|
||||
"wN3-k3-b2a.title" = "Choose your desired user data folder path. Will be omitted if invalid.";
|
||||
"wQ9-px-b07.title" = "Apple Dynamic Bopomofo Basic Keyboard Layouts (Dachen & Eten Traditional) must match the Dachen parser in order to be functional.";
|
||||
"Wvt-HE-LOv.title" = "Keyboard Layout";
|
||||
"xC5-yV-1W1.title" = "Choose your preferred layout of the candidate window.";
|
||||
"xibKeyboardShortcuts.title" = "Keyboard Shortcuts";
|
||||
"xibUsingHotKeySCPC.title" = "Per-Char Select Mode";
|
||||
"xibLabelBufferLimit.title" = "Buffer Limit:";
|
||||
"xibUsingHotKeyAssociates.title" = "Per-Char Associated Phrases";
|
||||
"xibUsingHotKeyCNS.title" = "CNS11643 Mode";
|
||||
"xibUsingHotKeyKangXi.title" = "Force KangXi Writing";
|
||||
"xibUsingHotKeyJIS.title" = "JIS Shinjitai Output";
|
||||
"xibUsingHotKeyHalfWidthASCII.title" = "Half-Width Punctuation Mode";
|
||||
"xibLabelBufferLimit.title" = "Buffer Limit:";
|
||||
"xibUsingHotKeyJIS.title" = "JIS Shinjitai Output";
|
||||
"xibUsingHotKeyKangXi.title" = "Force KangXi Writing";
|
||||
"xibUsingHotKeySCPC.title" = "Per-Char Select Mode";
|
||||
"xjP-r7-GaK.title" = "Dachen 26 (libChewing)";
|
||||
"XqL-rf-X6d.title" = "Space to +cycle pages, Shift+Space to +cycle candidates";
|
||||
"xrE-8T-WKO.label" = "Advanced";
|
||||
"Z9t-P0-BLF.title" = "Check for updates automatically";
|
||||
"ZEv-Q2-mYL.title" = "Change user interface language (will reboot the IME).";
|
||||
|
|
|
@ -1,22 +1,33 @@
|
|||
"1.title" = "威注音アプリ機能設定";
|
||||
"sZx-18-8dO.title" = "欠陥辿着モード";
|
||||
"5.title" = "OtherViews";
|
||||
"6.title" = "大千配列(Microsoft 標準・王安など)";
|
||||
"7.title" = "倚天伝統配列";
|
||||
"8.title" = "許氏国音自然配列";
|
||||
"9.title" = "倚天形忘れ配列 (26キー)";
|
||||
"10.title" = "漢語弁音(ローマ字+数字音調)";
|
||||
"100.title" = "64";
|
||||
"101.title" = "96";
|
||||
"110.title" = "Space キーで入力候補を呼び出す";
|
||||
"12.title" = "注音配列:";
|
||||
"126.title" = "基礎キーボード:";
|
||||
"128.title" = "OtherViews";
|
||||
"137.title" = "IBM 配列";
|
||||
"14.title" = "カーソルはどこで入力候補を呼び出すかとご選択ください:";
|
||||
"16.title" = "単語の前で // macOS 内蔵注音入力のやり方";
|
||||
"17.title" = "単語の後で // Microsoft 新注音入力のやり方";
|
||||
"18.title" = "Radio";
|
||||
"1AW-xf-c2f.label" = "キーボード";
|
||||
"20.title" = "Radio";
|
||||
"21.title" = "横型陳列";
|
||||
"22.title" = "縦型陳列";
|
||||
"shc-Nu-UsM.title" = "ページボタンを表示";
|
||||
"24.title" = "入力候補陳列の仕様:";
|
||||
"27F-8T-FkQ.title" = "偽精業配列";
|
||||
"29.title" = "候補文字の字号:";
|
||||
"2iG-Ic-gbl.label" = "辞書";
|
||||
"2pS-nv-te4.title" = "お好きなる言選り用キー陣列をお選びください。";
|
||||
"2Y6-Am-WM1.title" = "全般設定";
|
||||
"5.title" = "OtherViews";
|
||||
"6.title" = "大千配列(Microsoft 標準・王安など)";
|
||||
"62u-jY-BRh.title" = "マナーモード // 外すと入力間違の時に変な音が出る";
|
||||
"7.title" = "倚天伝統配列";
|
||||
"7fV-x8-WHQ.title" = "神通配列";
|
||||
"8.title" = "許氏国音自然配列";
|
||||
"9.title" = "倚天形忘れ配列 (26キー)";
|
||||
"92.title" = "OtherViews";
|
||||
"93.title" = "12";
|
||||
"94.title" = "14";
|
||||
|
@ -24,68 +35,58 @@
|
|||
"96.title" = "18";
|
||||
"98.title" = "24";
|
||||
"99.title" = "32";
|
||||
"100.title" = "64";
|
||||
"101.title" = "96";
|
||||
"110.title" = "Space キーで入力候補を呼び出す";
|
||||
"126.title" = "基礎キーボード:";
|
||||
"128.title" = "OtherViews";
|
||||
"137.title" = "IBM 配列";
|
||||
"7fV-x8-WHQ.title" = "神通配列";
|
||||
"27F-8T-FkQ.title" = "偽精業配列";
|
||||
"1AW-xf-c2f.label" = "キーボード";
|
||||
"2Y6-Am-WM1.title" = "全般設定";
|
||||
"2pS-nv-te4.title" = "お好きなる言選り用キー陣列をお選びください。";
|
||||
"62u-jY-BRh.title" = "マナーモード // 外すと入力間違の時に変な音が出る";
|
||||
"9DS-Rc-TXq.title" = "アプリ表示用言語:";
|
||||
"akC-2g-ybz.title" = "簡体中国語";
|
||||
"ArK-Vk-OoT.title" = "漢字1つづつ全候補選択入力モード";
|
||||
"BSK-bH-Gct.title" = "入力した繁体字を康熙字体と自動変換";
|
||||
"eia-1F-Do0.title" = "入力した繁体字を日文 JIS 新字体と自動変換";
|
||||
"cf2-se-PDO.title" = "辞書と言語モデル";
|
||||
"chkAllowBoostingSingleKanjiAsUserPhrase.title" = "即排除/即最優先にできる候補の文字数の最低限は1字とする";
|
||||
"dIN-TZ-67g.title" = "Shift+Space で次のページ、Space で次の候補文字を";
|
||||
"E1l-m8-xgb.title" = "詳細設定";
|
||||
"FSG-lN-CJO.title" = "英語";
|
||||
"FnD-oH-El5.title" = "言選り用キー:";
|
||||
"GlJ-Ns-9eE.title" = "システム設定に準ずる";
|
||||
"QUQ-oY-4Hc.label" = "全般";
|
||||
"RQ6-MS-m4C.title" = "お好きなるキーボードとそれに相応しい注音配列をお選びください。";
|
||||
"RUG-ls-KyA.title" = "候補選択の直後、すぐカーソルを単語の向こうに推す";
|
||||
"TXr-FF-ehw.title" = "繁体中国語";
|
||||
"Uyz-xL-TVN.title" = "出力設定";
|
||||
"W24-T4-cg0.title" = "全字庫モード // 入力可能の漢字数倍増 (2022-04-27)";
|
||||
"Wvt-HE-LOv.title" = "キーボード";
|
||||
"Z9t-P0-BLF.title" = "アプリの更新通知を受く";
|
||||
"ZEv-Q2-mYL.title" = "アプリ表示用言語をご指定ください、そして入力アプリは自動的に再起動。";
|
||||
"akC-2g-ybz.title" = "簡体中国語";
|
||||
"eia-1F-Do0.title" = "入力した繁体字を日文 JIS 新字体と自動変換";
|
||||
"f2j-xD-4xK.title" = "ESC キーで入力緩衝列を消す";
|
||||
"f8i-69-zxm.title" = "変更されたユーザー辞書データを自動的に再読込";
|
||||
"FnD-oH-El5.title" = "言選り用キー:";
|
||||
"FSG-lN-CJO.title" = "英語";
|
||||
"FVC-br-H57.title" = "候補文字そのもの";
|
||||
"GlJ-Ns-9eE.title" = "システム設定に準ずる";
|
||||
"hSv-LJ-Cq3.title" = "僅かなる絵文字も含む符号入力サポートを起用";
|
||||
"iRg-wx-Nx2.title" = "入力候補陣列の候補文字の字号をご指定ください。";
|
||||
"iWy-Nw-QKB.title" = "Ctrl(+Alt)+CMD+Enter で出すのを漢語弁音と変換";
|
||||
"jQC-12-UuK.ibShadowedObjectValues[0]" = "Item 1";
|
||||
"jQC-12-UuK.ibShadowedObjectValues[1]" = "Item 2";
|
||||
"jQC-12-UuK.ibShadowedObjectValues[2]" = "Item 3";
|
||||
"rVQ-Hx-cGi.title" = "和語";
|
||||
"cf2-se-PDO.title" = "辞書と言語モデル";
|
||||
"xC5-yV-1W1.title" = "入力候補陳列の仕様をご指定ください。";
|
||||
"xrE-8T-WKO.label" = "詳細";
|
||||
"2iG-Ic-gbl.label" = "辞書";
|
||||
"wQ9-px-b07.title" = "Apple 動態注音キーボード (大千と倚天伝統) を使うには、共通語分析器の注音配列を大千と設定すべきである。";
|
||||
"ueU-Rz-a1C.title" = "入力候補陳列での (Shift+)Tab キーの輪番切替対象をご指定ください。";
|
||||
"s7u-Fm-dVg.title" = "ページ";
|
||||
"FVC-br-H57.title" = "候補文字そのもの";
|
||||
"Pg5-G9-pY5.title" = "入力候補についての (Shift+)Space キーの輪番切替対象をご指定ください。";
|
||||
"XqL-rf-X6d.title" = "Space で次のページ、Shift+Space で次の候補文字を";
|
||||
"dIN-TZ-67g.title" = "Shift+Space で次のページ、Space で次の候補文字を";
|
||||
"hSv-LJ-Cq3.title" = "僅かなる絵文字も含む符号入力サポートを起用";
|
||||
"wN3-k3-b2a.title" = "欲しがるユーザー辞書保存先をご指定ください。無効の保存先設定は効かぬ。";
|
||||
"wFR-zX-M8H.title" = "弁音合併入力(入力緩衝列で代わりに漢語弁音の音読み)";
|
||||
"iWy-Nw-QKB.title" = "Ctrl(+Alt)+CMD+Enter で出すのを漢語弁音と変換";
|
||||
"xjP-r7-GaK.title" = "酷音大千 26 キー配列";
|
||||
"Parser11.title" = "国音二式 (ローマ字+数字音調)";
|
||||
"Parser12.title" = "イェール弁音 (ローマ字+数字音調)";
|
||||
"Parser13.title" = "中華ローマ弁音 (ローマ字+数字音調)";
|
||||
"Parser14.title" = "汎用弁音 (ローマ字+数字音調)";
|
||||
"Pg5-G9-pY5.title" = "入力候補についての (Shift+)Space キーの輪番切替対象をご指定ください。";
|
||||
"QUQ-oY-4Hc.label" = "全般";
|
||||
"RQ6-MS-m4C.title" = "お好きなるキーボードとそれに相応しい注音配列をお選びください。";
|
||||
"RUG-ls-KyA.title" = "候補選択の直後、すぐカーソルを単語の向こうに推す";
|
||||
"rVQ-Hx-cGi.title" = "和語";
|
||||
"s7u-Fm-dVg.title" = "ページ";
|
||||
"shc-Nu-UsM.title" = "ページボタンを表示";
|
||||
"sZx-18-8dO.title" = "欠陥辿着モード";
|
||||
"TXr-FF-ehw.title" = "繁体中国語";
|
||||
"ueU-Rz-a1C.title" = "入力候補陳列での (Shift+)Tab キーの輪番切替対象をご指定ください。";
|
||||
"Uyz-xL-TVN.title" = "出力設定";
|
||||
"W24-T4-cg0.title" = "全字庫モード // 入力可能の漢字数倍増 (2022-04-27)";
|
||||
"wFR-zX-M8H.title" = "弁音合併入力(入力緩衝列で代わりに漢語弁音の音読み)";
|
||||
"wN3-k3-b2a.title" = "欲しがるユーザー辞書保存先をご指定ください。無効の保存先設定は効かぬ。";
|
||||
"wQ9-px-b07.title" = "Apple 動態注音キーボード (大千と倚天伝統) を使うには、共通語分析器の注音配列を大千と設定すべきである。";
|
||||
"Wvt-HE-LOv.title" = "キーボード";
|
||||
"xC5-yV-1W1.title" = "入力候補陳列の仕様をご指定ください。";
|
||||
"xibKeyboardShortcuts.title" = "ショートカット";
|
||||
"xibUsingHotKeySCPC.title" = "全候補入力モード";
|
||||
"xibLabelBufferLimit.title" = "緩衝列の容量:";
|
||||
"xibUsingHotKeyAssociates.title" = "全候補入力で連想語彙";
|
||||
"xibUsingHotKeyCNS.title" = "全字庫モード";
|
||||
"xibUsingHotKeyKangXi.title" = "康熙文字変換モード";
|
||||
"xibUsingHotKeyJIS.title" = "JIS 新字体モード";
|
||||
"xibUsingHotKeyHalfWidthASCII.title" = "半角句読モード";
|
||||
"xibLabelBufferLimit.title" = "緩衝列の容量:";
|
||||
"xibUsingHotKeyJIS.title" = "JIS 新字体モード";
|
||||
"xibUsingHotKeyKangXi.title" = "康熙文字変換モード";
|
||||
"xibUsingHotKeySCPC.title" = "全候補入力モード";
|
||||
"xjP-r7-GaK.title" = "酷音大千 26 キー配列";
|
||||
"XqL-rf-X6d.title" = "Space で次のページ、Shift+Space で次の候補文字を";
|
||||
"xrE-8T-WKO.label" = "詳細";
|
||||
"Z9t-P0-BLF.title" = "アプリの更新通知を受く";
|
||||
"ZEv-Q2-mYL.title" = "アプリ表示用言語をご指定ください、そして入力アプリは自動的に再起動。";
|
||||
|
|
|
@ -1,22 +1,33 @@
|
|||
"1.title" = "威注音偏好设定";
|
||||
"sZx-18-8dO.title" = "侦错模式";
|
||||
"5.title" = "OtherViews";
|
||||
"6.title" = "微软/大千/王安/国乔/零壹/仲鼎";
|
||||
"7.title" = "倚天传统";
|
||||
"8.title" = "许氏(国音&自然)";
|
||||
"9.title" = "倚天二十六键";
|
||||
"10.title" = "汉语拼音+数字标调";
|
||||
"100.title" = "64";
|
||||
"101.title" = "96";
|
||||
"110.title" = "敲空格键以选字";
|
||||
"12.title" = "基础键盘布局:";
|
||||
"126.title" = "英数键盘布局:";
|
||||
"128.title" = "OtherViews";
|
||||
"137.title" = "IBM";
|
||||
"14.title" = "用以触发选字的光标相对位置:";
|
||||
"16.title" = "光标置于词语前方 // macOS 内建注音风格";
|
||||
"17.title" = "光标置于词语后方 // Windows 微软新注音风格";
|
||||
"18.title" = "Radio";
|
||||
"1AW-xf-c2f.label" = "键盘";
|
||||
"20.title" = "Radio";
|
||||
"21.title" = "横向布局";
|
||||
"22.title" = "纵向布局";
|
||||
"shc-Nu-UsM.title" = "在选字窗内显示翻页按钮";
|
||||
"24.title" = "候选字窗布局:";
|
||||
"27F-8T-FkQ.title" = "伪精业";
|
||||
"29.title" = "字型大小设定:";
|
||||
"2iG-Ic-gbl.label" = "辞典";
|
||||
"2pS-nv-te4.title" = "选择您所偏好的用来选字的按键组合。";
|
||||
"2Y6-Am-WM1.title" = "一般设定";
|
||||
"5.title" = "OtherViews";
|
||||
"6.title" = "微软/大千/王安/国乔/零壹/仲鼎";
|
||||
"62u-jY-BRh.title" = "廉耻模式 // 取消勾选的话,敲错字时会有异音";
|
||||
"7.title" = "倚天传统";
|
||||
"7fV-x8-WHQ.title" = "神通";
|
||||
"8.title" = "许氏(国音&自然)";
|
||||
"9.title" = "倚天二十六键";
|
||||
"92.title" = "OtherViews";
|
||||
"93.title" = "12";
|
||||
"94.title" = "14";
|
||||
|
@ -24,68 +35,59 @@
|
|||
"96.title" = "18";
|
||||
"98.title" = "24";
|
||||
"99.title" = "32";
|
||||
"100.title" = "64";
|
||||
"101.title" = "96";
|
||||
"110.title" = "敲空格键以选字";
|
||||
"126.title" = "英数键盘布局:";
|
||||
"128.title" = "OtherViews";
|
||||
"137.title" = "IBM";
|
||||
"7fV-x8-WHQ.title" = "神通";
|
||||
"27F-8T-FkQ.title" = "伪精业";
|
||||
"1AW-xf-c2f.label" = "键盘";
|
||||
"2Y6-Am-WM1.title" = "一般设定";
|
||||
"2pS-nv-te4.title" = "选择您所偏好的用来选字的按键组合。";
|
||||
"62u-jY-BRh.title" = "廉耻模式 // 取消勾选的话,敲错字时会有异音";
|
||||
"9DS-Rc-TXq.title" = "接口语言设定:";
|
||||
"akC-2g-ybz.title" = "简体中文";
|
||||
"ArK-Vk-OoT.title" = "仿真 90 年代前期注音逐字选字输入风格";
|
||||
"BSK-bH-Gct.title" = "自动将繁体中文字转换为康熙正体字";
|
||||
"eia-1F-Do0.title" = "自动将繁体中文字转换为日本简化字(JIS 新字体)";
|
||||
"cf2-se-PDO.title" = "辞典&語言模型";
|
||||
"chkAllowBoostingSingleKanjiAsUserPhrase.title" = "将可以就地升权/排除的候选字词的最短词长设为单个汉字";
|
||||
"chkAllowBoostingSingleKanjiAsUserPhrase.title" = "Allow boosting / excluding a candidate of single kanji";
|
||||
"dIN-TZ-67g.title" = "Shift+Space 换下一页,Space 换选下一个候选字。";
|
||||
"E1l-m8-xgb.title" = "进阶设定";
|
||||
"FSG-lN-CJO.title" = "英文";
|
||||
"FnD-oH-El5.title" = "选字键:";
|
||||
"GlJ-Ns-9eE.title" = "自动选择";
|
||||
"QUQ-oY-4Hc.label" = "一般";
|
||||
"RQ6-MS-m4C.title" = "选择您所偏好的系统键盘布局与注音分析器排列。";
|
||||
"RUG-ls-KyA.title" = "在选字后将光标置于该字词的前方";
|
||||
"TXr-FF-ehw.title" = "繁体中文";
|
||||
"Uyz-xL-TVN.title" = "输出设定";
|
||||
"W24-T4-cg0.title" = "启用 CNS11643 全字库支援 (2022-04-27)";
|
||||
"Wvt-HE-LOv.title" = "键盘布局";
|
||||
"Z9t-P0-BLF.title" = "自动检查软件更新";
|
||||
"ZEv-Q2-mYL.title" = "变更使用者接口语言,会自动重新启动输入法。";
|
||||
"akC-2g-ybz.title" = "简体中文";
|
||||
"eia-1F-Do0.title" = "自动将繁体中文字转换为日本简化字(JIS 新字体)";
|
||||
"f2j-xD-4xK.title" = "敲 ESC 键以清空整个输入缓冲区";
|
||||
"f8i-69-zxm.title" = "自动重新加载变更过的使用者资料内容";
|
||||
"FnD-oH-El5.title" = "选字键:";
|
||||
"FSG-lN-CJO.title" = "英文";
|
||||
"FVC-br-H57.title" = "轮替候选字";
|
||||
"GlJ-Ns-9eE.title" = "自动选择";
|
||||
"hSv-LJ-Cq3.title" = "启用包括少许绘文字在内的符号输入支援";
|
||||
"iRg-wx-Nx2.title" = "变更候选字窗的字型大小。";
|
||||
"iWy-Nw-QKB.title" = "Ctrl(+Alt)+CMD+Enter 输出汉语拼音而非注音";
|
||||
"jQC-12-UuK.ibShadowedObjectValues[0]" = "Item 1";
|
||||
"jQC-12-UuK.ibShadowedObjectValues[1]" = "Item 2";
|
||||
"jQC-12-UuK.ibShadowedObjectValues[2]" = "Item 3";
|
||||
"rVQ-Hx-cGi.title" = "和语";
|
||||
"cf2-se-PDO.title" = "辞典&語言模型";
|
||||
"xC5-yV-1W1.title" = "选择您所偏好的候选字窗布局。";
|
||||
"xrE-8T-WKO.label" = "进阶";
|
||||
"2iG-Ic-gbl.label" = "辞典";
|
||||
"wQ9-px-b07.title" = "Apple 动态注音键盘布局(大千与倚天)要求普通话/国音分析器的注音排列得配置为大千排列。";
|
||||
"ueU-Rz-a1C.title" = "指定 (Shift+)Tab 热键在选字窗内的轮替操作对象。";
|
||||
"s7u-Fm-dVg.title" = "轮替页面";
|
||||
"FVC-br-H57.title" = "轮替候选字";
|
||||
"Pg5-G9-pY5.title" = "指定 (Shift+)Space 热键对候选字词而言的轮替操作对象。";
|
||||
"XqL-rf-X6d.title" = "Space 换下一页,Shift+Space 换选下一个候选字。";
|
||||
"dIN-TZ-67g.title" = "Shift+Space 换下一页,Space 换选下一个候选字。";
|
||||
"hSv-LJ-Cq3.title" = "启用包括少许绘文字在内的符号输入支援";
|
||||
"wN3-k3-b2a.title" = "请在此指定您想指定的使用者语汇档案目录。无效值会被忽略。";
|
||||
"wFR-zX-M8H.title" = "拼音并击模式(组字区内看到的是汉语拼音)";
|
||||
"iWy-Nw-QKB.title" = "Ctrl(+Alt)+CMD+Enter 输出汉语拼音而非注音";
|
||||
"xjP-r7-GaK.title" = "酷音大千二十六键";
|
||||
"Parser11.title" = "国音二式+数字标调";
|
||||
"Parser12.title" = "耶鲁拼音+数字标调";
|
||||
"Parser13.title" = "华罗拼音+数字标调";
|
||||
"Parser14.title" = "通用拼音+数字标调";
|
||||
"Pg5-G9-pY5.title" = "指定 (Shift+)Space 热键对候选字词而言的轮替操作对象。";
|
||||
"QUQ-oY-4Hc.label" = "一般";
|
||||
"RQ6-MS-m4C.title" = "选择您所偏好的系统键盘布局与注音分析器排列。";
|
||||
"RUG-ls-KyA.title" = "在选字后将光标置于该字词的前方";
|
||||
"rVQ-Hx-cGi.title" = "和语";
|
||||
"s7u-Fm-dVg.title" = "轮替页面";
|
||||
"shc-Nu-UsM.title" = "在选字窗内显示翻页按钮";
|
||||
"sZx-18-8dO.title" = "侦错模式";
|
||||
"TXr-FF-ehw.title" = "繁体中文";
|
||||
"ueU-Rz-a1C.title" = "指定 (Shift+)Tab 热键在选字窗内的轮替操作对象。";
|
||||
"Uyz-xL-TVN.title" = "输出设定";
|
||||
"W24-T4-cg0.title" = "启用 CNS11643 全字库支援 (2022-04-27)";
|
||||
"wFR-zX-M8H.title" = "拼音并击模式(组字区内看到的是汉语拼音)";
|
||||
"wN3-k3-b2a.title" = "请在此指定您想指定的使用者语汇档案目录。无效值会被忽略。";
|
||||
"wQ9-px-b07.title" = "Apple 动态注音键盘布局(大千与倚天)要求普通话/国音分析器的注音排列得配置为大千排列。";
|
||||
"Wvt-HE-LOv.title" = "键盘布局";
|
||||
"xC5-yV-1W1.title" = "选择您所偏好的候选字窗布局。";
|
||||
"xibKeyboardShortcuts.title" = "键盘快捷键";
|
||||
"xibUsingHotKeySCPC.title" = "模拟逐字选字输入";
|
||||
"xibLabelBufferLimit.title" = "组字区容量:";
|
||||
"xibUsingHotKeyAssociates.title" = "逐字选字联想模式";
|
||||
"xibUsingHotKeyCNS.title" = "全字库模式";
|
||||
"xibUsingHotKeyKangXi.title" = "康熙正体字模式";
|
||||
"xibUsingHotKeyJIS.title" = "JIS 新字体模式";
|
||||
"xibUsingHotKeyHalfWidthASCII.title" = "半形标点模式";
|
||||
"xibLabelBufferLimit.title" = "组字区容量:";
|
||||
"xibUsingHotKeyJIS.title" = "JIS 新字体模式";
|
||||
"xibUsingHotKeyKangXi.title" = "康熙正体字模式";
|
||||
"xibUsingHotKeySCPC.title" = "模拟逐字选字输入";
|
||||
"xjP-r7-GaK.title" = "酷音大千二十六键";
|
||||
"XqL-rf-X6d.title" = "Space 换下一页,Shift+Space 换选下一个候选字。";
|
||||
"xrE-8T-WKO.label" = "进阶";
|
||||
"Z9t-P0-BLF.title" = "自动检查软件更新";
|
||||
"ZEv-Q2-mYL.title" = "变更使用者接口语言,会自动重新启动输入法。";
|
||||
|
|
|
@ -1,22 +1,33 @@
|
|||
"1.title" = "威注音偏好設定";
|
||||
"sZx-18-8dO.title" = "偵錯模式";
|
||||
"5.title" = "OtherViews";
|
||||
"6.title" = "微軟/大千/王安/國喬/零壹/仲鼎";
|
||||
"7.title" = "倚天傳統";
|
||||
"8.title" = "許氏(國音&自然)";
|
||||
"9.title" = "倚天二十六鍵";
|
||||
"10.title" = "漢語拼音+數字標調";
|
||||
"100.title" = "64";
|
||||
"101.title" = "96";
|
||||
"110.title" = "敲空格鍵以選字";
|
||||
"12.title" = "注音排列:";
|
||||
"126.title" = "基礎鍵盤佈局:";
|
||||
"128.title" = "OtherViews";
|
||||
"137.title" = "IBM";
|
||||
"14.title" = "用以觸發選字的游標相對位置:";
|
||||
"16.title" = "游標置於詞語前方 // macOS 內建注音風格";
|
||||
"17.title" = "游標置於詞語後方 // Windows 微軟新注音風格";
|
||||
"18.title" = "Radio";
|
||||
"1AW-xf-c2f.label" = "鍵盤";
|
||||
"20.title" = "Radio";
|
||||
"21.title" = "橫向佈局";
|
||||
"22.title" = "縱向佈局";
|
||||
"shc-Nu-UsM.title" = "在選字窗內顯示翻頁按鈕";
|
||||
"24.title" = "候選字窗佈局:";
|
||||
"27F-8T-FkQ.title" = "偽精業";
|
||||
"29.title" = "字型大小設定:";
|
||||
"2iG-Ic-gbl.label" = "辭典";
|
||||
"2pS-nv-te4.title" = "選擇您所偏好的用來選字的按鍵組合。";
|
||||
"2Y6-Am-WM1.title" = "一般設定";
|
||||
"5.title" = "OtherViews";
|
||||
"6.title" = "微軟/大千/王安/國喬/零壹/仲鼎";
|
||||
"62u-jY-BRh.title" = "廉恥模式 // 取消勾選的話,敲錯字時會有異音";
|
||||
"7.title" = "倚天傳統";
|
||||
"7fV-x8-WHQ.title" = "神通";
|
||||
"8.title" = "許氏(國音&自然)";
|
||||
"9.title" = "倚天二十六鍵";
|
||||
"92.title" = "OtherViews";
|
||||
"93.title" = "12";
|
||||
"94.title" = "14";
|
||||
|
@ -24,68 +35,58 @@
|
|||
"96.title" = "18";
|
||||
"98.title" = "24";
|
||||
"99.title" = "32";
|
||||
"100.title" = "64";
|
||||
"101.title" = "96";
|
||||
"110.title" = "敲空格鍵以選字";
|
||||
"126.title" = "基礎鍵盤佈局:";
|
||||
"128.title" = "OtherViews";
|
||||
"137.title" = "IBM";
|
||||
"7fV-x8-WHQ.title" = "神通";
|
||||
"27F-8T-FkQ.title" = "偽精業";
|
||||
"1AW-xf-c2f.label" = "鍵盤";
|
||||
"2Y6-Am-WM1.title" = "一般設定";
|
||||
"2pS-nv-te4.title" = "選擇您所偏好的用來選字的按鍵組合。";
|
||||
"62u-jY-BRh.title" = "廉恥模式 // 取消勾選的話,敲錯字時會有異音";
|
||||
"9DS-Rc-TXq.title" = "介面語言設定:";
|
||||
"akC-2g-ybz.title" = "簡體中文";
|
||||
"ArK-Vk-OoT.title" = "模擬 90 年代前期注音逐字選字輸入風格";
|
||||
"BSK-bH-Gct.title" = "自動將繁體中文字轉換為康熙正體字";
|
||||
"eia-1F-Do0.title" = "自動將繁體中文字轉換為日本簡化字(JIS 新字體)";
|
||||
"cf2-se-PDO.title" = "辭典&語言模型";
|
||||
"chkAllowBoostingSingleKanjiAsUserPhrase.title" = "將可以就地升權/排除的候選字詞的最短詞長設為單個漢字";
|
||||
"dIN-TZ-67g.title" = "Shift+Space 換下一頁,Space 換選下一個候選字";
|
||||
"E1l-m8-xgb.title" = "進階設定";
|
||||
"FSG-lN-CJO.title" = "英文";
|
||||
"FnD-oH-El5.title" = "選字鍵:";
|
||||
"GlJ-Ns-9eE.title" = "自動選擇";
|
||||
"QUQ-oY-4Hc.label" = "一般";
|
||||
"RQ6-MS-m4C.title" = "選擇您所偏好的系統鍵盤佈局與注音分析器排列。";
|
||||
"RUG-ls-KyA.title" = "在選字後將游標置於該字詞的前方";
|
||||
"TXr-FF-ehw.title" = "繁體中文";
|
||||
"Uyz-xL-TVN.title" = "輸出設定";
|
||||
"W24-T4-cg0.title" = "啟用 CNS11643 全字庫支援 (2022-04-27)";
|
||||
"Wvt-HE-LOv.title" = "鍵盤佈局";
|
||||
"Z9t-P0-BLF.title" = "自動檢查軟體更新";
|
||||
"ZEv-Q2-mYL.title" = "變更使用者介面語言,會自動重新啟動輸入法。";
|
||||
"akC-2g-ybz.title" = "簡體中文";
|
||||
"eia-1F-Do0.title" = "自動將繁體中文字轉換為日本簡化字(JIS 新字體)";
|
||||
"f2j-xD-4xK.title" = "敲 ESC 鍵以清空整個輸入緩衝區";
|
||||
"f8i-69-zxm.title" = "自動重新載入變更過的使用者數據內容";
|
||||
"FnD-oH-El5.title" = "選字鍵:";
|
||||
"FSG-lN-CJO.title" = "英文";
|
||||
"FVC-br-H57.title" = "輪替候選字";
|
||||
"GlJ-Ns-9eE.title" = "自動選擇";
|
||||
"hSv-LJ-Cq3.title" = "啟用包括少許繪文字在內的符號輸入支援";
|
||||
"iRg-wx-Nx2.title" = "變更候選字窗的字型大小。";
|
||||
"iWy-Nw-QKB.title" = "Ctrl(+Alt)+CMD+Enter 輸出漢語拼音而非注音";
|
||||
"jQC-12-UuK.ibShadowedObjectValues[0]" = "Item 1";
|
||||
"jQC-12-UuK.ibShadowedObjectValues[1]" = "Item 2";
|
||||
"jQC-12-UuK.ibShadowedObjectValues[2]" = "Item 3";
|
||||
"rVQ-Hx-cGi.title" = "和語";
|
||||
"cf2-se-PDO.title" = "辭典&語言模型";
|
||||
"xC5-yV-1W1.title" = "選擇您所偏好的候選字窗佈局。";
|
||||
"xrE-8T-WKO.label" = "進階";
|
||||
"2iG-Ic-gbl.label" = "辭典";
|
||||
"wQ9-px-b07.title" = "Apple 動態注音鍵盤佈局(大千與倚天)要求普通話/國音分析器的注音排列得配置為大千排列。";
|
||||
"ueU-Rz-a1C.title" = "指定 (Shift+)Tab 熱鍵在選字窗內的輪替操作對象。";
|
||||
"s7u-Fm-dVg.title" = "輪替頁面";
|
||||
"FVC-br-H57.title" = "輪替候選字";
|
||||
"Pg5-G9-pY5.title" = "指定 (Shift+)Space 熱鍵對候選字詞而言的輪替操作對象。";
|
||||
"XqL-rf-X6d.title" = "Space 換下一頁,Shift+Space 換選下一個候選字";
|
||||
"dIN-TZ-67g.title" = "Shift+Space 換下一頁,Space 換選下一個候選字";
|
||||
"hSv-LJ-Cq3.title" = "啟用包括少許繪文字在內的符號輸入支援";
|
||||
"wN3-k3-b2a.title" = "請在此指定您想指定的使用者語彙檔案目錄。無效值會被忽略。";
|
||||
"wFR-zX-M8H.title" = "拼音並擊模式(組字區內看到的是漢語拼音)";
|
||||
"iWy-Nw-QKB.title" = "Ctrl(+Alt)+CMD+Enter 輸出漢語拼音而非注音";
|
||||
"xjP-r7-GaK.title" = "酷音大千二十六鍵";
|
||||
"Parser11.title" = "國音二式+數字標調";
|
||||
"Parser12.title" = "耶魯拼音+數字標調";
|
||||
"Parser13.title" = "華羅拼音+數字標調";
|
||||
"Parser14.title" = "通用拼音+數字標調";
|
||||
"Pg5-G9-pY5.title" = "指定 (Shift+)Space 熱鍵對候選字詞而言的輪替操作對象。";
|
||||
"QUQ-oY-4Hc.label" = "一般";
|
||||
"RQ6-MS-m4C.title" = "選擇您所偏好的系統鍵盤佈局與注音分析器排列。";
|
||||
"RUG-ls-KyA.title" = "在選字後將游標置於該字詞的前方";
|
||||
"rVQ-Hx-cGi.title" = "和語";
|
||||
"s7u-Fm-dVg.title" = "輪替頁面";
|
||||
"shc-Nu-UsM.title" = "在選字窗內顯示翻頁按鈕";
|
||||
"sZx-18-8dO.title" = "偵錯模式";
|
||||
"TXr-FF-ehw.title" = "繁體中文";
|
||||
"ueU-Rz-a1C.title" = "指定 (Shift+)Tab 熱鍵在選字窗內的輪替操作對象。";
|
||||
"Uyz-xL-TVN.title" = "輸出設定";
|
||||
"W24-T4-cg0.title" = "啟用 CNS11643 全字庫支援 (2022-04-27)";
|
||||
"wFR-zX-M8H.title" = "拼音並擊模式(組字區內看到的是漢語拼音)";
|
||||
"wN3-k3-b2a.title" = "請在此指定您想指定的使用者語彙檔案目錄。無效值會被忽略。";
|
||||
"wQ9-px-b07.title" = "Apple 動態注音鍵盤佈局(大千與倚天)要求普通話/國音分析器的注音排列得配置為大千排列。";
|
||||
"Wvt-HE-LOv.title" = "鍵盤佈局";
|
||||
"xC5-yV-1W1.title" = "選擇您所偏好的候選字窗佈局。";
|
||||
"xibKeyboardShortcuts.title" = "鍵盤快速鍵";
|
||||
"xibUsingHotKeySCPC.title" = "模擬逐字選字輸入";
|
||||
"xibLabelBufferLimit.title" = "組字區容量:";
|
||||
"xibUsingHotKeyAssociates.title" = "逐字選字聯想模式";
|
||||
"xibUsingHotKeyCNS.title" = "全字庫模式";
|
||||
"xibUsingHotKeyKangXi.title" = "康熙正體字模式";
|
||||
"xibUsingHotKeyJIS.title" = "JIS 新字體模式";
|
||||
"xibUsingHotKeyHalfWidthASCII.title" = "半形標點模式";
|
||||
"xibLabelBufferLimit.title" = "組字區容量:";
|
||||
"xibUsingHotKeyJIS.title" = "JIS 新字體模式";
|
||||
"xibUsingHotKeyKangXi.title" = "康熙正體字模式";
|
||||
"xibUsingHotKeySCPC.title" = "模擬逐字選字輸入";
|
||||
"xjP-r7-GaK.title" = "酷音大千二十六鍵";
|
||||
"XqL-rf-X6d.title" = "Space 換下一頁,Shift+Space 換選下一個候選字";
|
||||
"xrE-8T-WKO.label" = "進階";
|
||||
"Z9t-P0-BLF.title" = "自動檢查軟體更新";
|
||||
"ZEv-Q2-mYL.title" = "變更使用者介面語言,會自動重新啟動輸入法。";
|
||||
|
|
Loading…
Reference in New Issue