From 910a047a5b189547fdecee1e9180fd846c3ab59d Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Mon, 30 May 2022 20:22:54 +0800 Subject: [PATCH] PrefWindow // Allow users to choose composition buffer size. --- .../WindowNIBs/Base.lproj/frmPrefWindow.xib | 190 ++++++++++++------ .../WindowNIBs/en.lproj/frmPrefWindow.strings | 1 + .../WindowNIBs/ja.lproj/frmPrefWindow.strings | 1 + .../zh-Hans.lproj/frmPrefWindow.strings | 1 + .../zh-Hant.lproj/frmPrefWindow.strings | 1 + 5 files changed, 128 insertions(+), 66 deletions(-) diff --git a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib index 55d4f2a7..8d9ed92e 100644 --- a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib +++ b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib @@ -351,10 +351,7 @@ - - - - + @@ -362,9 +359,9 @@ - + - + @@ -381,7 +378,7 @@ - + @@ -389,7 +386,7 @@ - + @@ -397,7 +394,7 @@ - + @@ -422,10 +419,7 @@ - + - + @@ -449,6 +443,8 @@ + + @@ -460,7 +456,7 @@ - + @@ -468,7 +464,7 @@ - + @@ -493,7 +489,7 @@ - + @@ -501,10 +497,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + diff --git a/Source/WindowNIBs/en.lproj/frmPrefWindow.strings b/Source/WindowNIBs/en.lproj/frmPrefWindow.strings index 1685e471..162d6968 100644 --- a/Source/WindowNIBs/en.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/en.lproj/frmPrefWindow.strings @@ -88,3 +88,4 @@ "xibUsingHotKeyKangXi.title" = "Force KangXi Writing"; "xibUsingHotKeyJIS.title" = "JIS Shinjitai Output"; "xibUsingHotKeyHalfWidthASCII.title" = "Half-Width Punctuation Mode"; +"xibLabelBufferLimit.title" = "Buffer Limit:"; diff --git a/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings b/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings index 09732095..e4ec19c7 100644 --- a/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings @@ -88,3 +88,4 @@ "xibUsingHotKeyKangXi.title" = "康熙文字変換モード"; "xibUsingHotKeyJIS.title" = "JIS 新字体モード"; "xibUsingHotKeyHalfWidthASCII.title" = "半角句読モード"; +"xibLabelBufferLimit.title" = "緩衝列の容量:"; diff --git a/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings b/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings index 24ae1a41..1ca2fa3a 100644 --- a/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings @@ -88,3 +88,4 @@ "xibUsingHotKeyKangXi.title" = "康熙正体字模式"; "xibUsingHotKeyJIS.title" = "JIS 新字体模式"; "xibUsingHotKeyHalfWidthASCII.title" = "半形标点模式"; +"xibLabelBufferLimit.title" = "组字区容量:"; diff --git a/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings b/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings index cccd1a02..3509e48f 100644 --- a/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings @@ -88,3 +88,4 @@ "xibUsingHotKeyKangXi.title" = "康熙正體字模式"; "xibUsingHotKeyJIS.title" = "JIS 新字體模式"; "xibUsingHotKeyHalfWidthASCII.title" = "半形標點模式"; +"xibLabelBufferLimit.title" = "組字區容量:";