diff --git a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib index d76274f8..295e62ae 100644 --- a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib +++ b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib @@ -461,14 +461,14 @@ - + - + - + @@ -541,13 +541,13 @@ - + - + @@ -662,13 +662,13 @@ - + - + @@ -731,13 +731,13 @@ - + - + @@ -818,16 +818,16 @@ - + - + + + + @@ -924,7 +940,7 @@ - + @@ -1759,7 +1775,7 @@ - + @@ -2648,7 +2664,7 @@ DQ - + diff --git a/Source/WindowNIBs/en.lproj/frmPrefWindow.strings b/Source/WindowNIBs/en.lproj/frmPrefWindow.strings index 1e6caf7e..4906bc07 100644 --- a/Source/WindowNIBs/en.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/en.lproj/frmPrefWindow.strings @@ -54,6 +54,7 @@ "chkFetchSuggestionsFromUserOverrideModel.title" = "Applying typing suggestions from half-life user override model"; "chkHardenVerticalPunctuations.title" = "Harden vertical punctuations during vertical typing"; "chkKeepReadingUponCompositionError.title" = "Allow backspace-editing miscomposed readings"; +"chkRespectClientAccentColor.title" = "Respect accent colors of the client app and the system"; "chkShiftEisuToggleOffTogetherWithCapsLock.title" = "Sync the off state between Caps Lock and Shift / Eisu Alphanumerical Toggle"; "chkUseFixedCandidateOrderOnSelection.title" = "Always use fixed listing order in candidate window"; "clN-4A-iec.title" = "Use Space to confirm highlighted candidate in Per-Char Select Mode"; diff --git a/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings b/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings index 46fcd506..769580f5 100644 --- a/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings @@ -54,6 +54,7 @@ "chkFetchSuggestionsFromUserOverrideModel.title" = "入力中で臨時記憶モジュールからお薦めの候補を自動的に選ぶ"; "chkHardenVerticalPunctuations.title" = "縦書きの時に、引用符・括弧などを強制的に縦書き文字と変換する(不推奨)"; "chkKeepReadingUponCompositionError.title" = "効かぬ音読みを BackSpace で再編集"; +"chkRespectClientAccentColor.title" = "客体アプリ・システムのアクセントカラーに準ず"; "chkShiftEisuToggleOffTogetherWithCapsLock.title" = "「Shiftキー・JIS英数キー」による英数モードのオフ状態をCapsLockのオフ状態と同期する"; "chkUseFixedCandidateOrderOnSelection.title" = "候補文字を固定順番で陳列する"; "clN-4A-iec.title" = "全候補入力の場合、ハイライト候補を Space キーで確認"; diff --git a/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings b/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings index 76a89fec..7b2e2875 100644 --- a/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings @@ -54,6 +54,7 @@ "chkFetchSuggestionsFromUserOverrideModel.title" = "在敲字时自动套用来自半衰记忆模组的建议"; "chkHardenVerticalPunctuations.title" = "在纵排书写时,强制转换标点为纵排形式(不推荐)"; "chkKeepReadingUponCompositionError.title" = "允许对无效的读音使用 BackSpace 编辑"; +"chkRespectClientAccentColor.title" = "遵循客体应用或系统全局的强调色偏好设定"; "chkShiftEisuToggleOffTogetherWithCapsLock.title" = "使「Shift 键 / JIS 英数键」英数模式的关闭状态与 Caps Lock 的关闭状态保持彼此同步"; "chkUseFixedCandidateOrderOnSelection.title" = "以固定顺序来陈列选字窗内的候选字"; "clN-4A-iec.title" = "在逐字选字模式当中使用空格键确认当前高亮候选字"; diff --git a/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings b/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings index 518fa2cd..5c8ce63a 100644 --- a/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings @@ -54,6 +54,7 @@ "chkFetchSuggestionsFromUserOverrideModel.title" = "在敲字時自動套用來自半衰記憶模組的建議"; "chkHardenVerticalPunctuations.title" = "在縱排書寫時,強制轉換標點為縱排形式(不推薦)"; "chkKeepReadingUponCompositionError.title" = "允許對無效的讀音使用 BackSpace 編輯"; +"chkRespectClientAccentColor.title" = "遵循客體應用或系統全局的強調色偏好設定"; "chkShiftEisuToggleOffTogetherWithCapsLock.title" = "使「Shift 鍵 / JIS 英数鍵」英數模式的關閉狀態與 Caps Lock 的關閉狀態保持彼此同步"; "chkUseFixedCandidateOrderOnSelection.title" = "以固定順序來陳列選字窗內的候選字"; "clN-4A-iec.title" = "在逐字選字模式當中使用空格鍵確認當前高亮候選字";