diff --git a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib index 5ae27bfc..25997702 100644 --- a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib +++ b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib @@ -748,13 +748,13 @@ - + - + - + @@ -765,7 +765,7 @@ - + @@ -777,7 +777,7 @@ - + @@ -789,7 +789,7 @@ - + @@ -820,7 +820,7 @@ - + @@ -834,7 +834,7 @@ - + @@ -864,9 +864,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/Source/WindowNIBs/en.lproj/frmPrefWindow.strings b/Source/WindowNIBs/en.lproj/frmPrefWindow.strings index bedd40a6..eaa55fa4 100644 --- a/Source/WindowNIBs/en.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/en.lproj/frmPrefWindow.strings @@ -250,3 +250,11 @@ /* Class = "NSButtonCell"; title = "Balance the score according to candidate length"; ObjectID = "Wh1-iz-pwM"; */ "Wh1-iz-pwM.title" = "Balance the score according to candidate length"; + +"xibKeyboardShortcuts.title" = "Keyboard Shortcuts"; +"xibUsingHotKeySCPC.title" = "Per-Char Select Mode"; +"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"; diff --git a/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings b/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings index 3e03d3f2..825335c4 100644 --- a/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings @@ -250,3 +250,11 @@ /* Class = "NSButtonCell"; title = "Balance the score according to candidate length"; ObjectID = "Wh1-iz-pwM"; */ "Wh1-iz-pwM.title" = "候補文字の長さによる重みの調整"; + +"xibKeyboardShortcuts.title" = "ショートカット"; +"xibUsingHotKeySCPC.title" = "全候補入力モード"; +"xibUsingHotKeyAssociates.title" = "全候補入力で連想語彙"; +"xibUsingHotKeyCNS.title" = "全字庫モード"; +"xibUsingHotKeyKangXi.title" = "康熙文字変換モード"; +"xibUsingHotKeyJIS.title" = "JIS 新字体モード"; +"xibUsingHotKeyHalfWidthASCII.title" = "半角句読モード"; diff --git a/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings b/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings index b18b0a94..62b23bc0 100644 --- a/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings @@ -250,3 +250,11 @@ /* Class = "NSButtonCell"; title = "Balance the score according to candidate length"; ObjectID = "Wh1-iz-pwM"; */ "Wh1-iz-pwM.title" = "按候选字词的长度调整权重"; + +"xibKeyboardShortcuts.title" = "键盘快捷键"; +"xibUsingHotKeySCPC.title" = "模拟逐字选字输入"; +"xibUsingHotKeyAssociates.title" = "逐字选字联想模式"; +"xibUsingHotKeyCNS.title" = "全字库模式"; +"xibUsingHotKeyKangXi.title" = "康熙正体字模式"; +"xibUsingHotKeyJIS.title" = "JIS 新字体模式"; +"xibUsingHotKeyHalfWidthASCII.title" = "半形标点模式"; diff --git a/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings b/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings index db47c17e..ca8a618a 100644 --- a/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings @@ -250,3 +250,11 @@ /* Class = "NSButtonCell"; title = "Balance the score according to candidate length"; ObjectID = "Wh1-iz-pwM"; */ "Wh1-iz-pwM.title" = "按候選字詞的長度調整權重"; + +"xibKeyboardShortcuts.title" = "鍵盤快速鍵"; +"xibUsingHotKeySCPC.title" = "模擬逐字選字輸入"; +"xibUsingHotKeyAssociates.title" = "逐字選字聯想模式"; +"xibUsingHotKeyCNS.title" = "全字庫模式"; +"xibUsingHotKeyKangXi.title" = "康熙正體字模式"; +"xibUsingHotKeyJIS.title" = "JIS 新字體模式"; +"xibUsingHotKeyHalfWidthASCII.title" = "半形標點模式";