From fe34bfffa0088b13ccc104483fa20a9e12fbdb0d Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Fri, 5 Jan 2024 21:02:41 +0800 Subject: [PATCH] PrefWindow // Fix an i18n usage of colons. --- Source/WindowNIBs/ja.lproj/frmPrefWindow.strings | 2 +- Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings | 2 +- Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings b/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings index cd91cb71..9f48b0ed 100644 --- a/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings @@ -8,7 +8,7 @@ "126.title" = "基礎キーボード:"; "128.title" = "OtherViews"; "137.title" = "IBM 配列"; -"14.title" = "カーソルはどこで入力候補を呼び出すかとご選択ください:"; +"14.title" = "カーソルはどこで入力候補を呼び出すかとご選択ください:"; "16.title" = "単語の前で // macOS 内蔵注音入力のやり方"; "17.title" = "単語の後で // Microsoft 新注音入力のやり方"; "18.title" = "Radio"; diff --git a/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings b/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings index 88726044..6b10e346 100644 --- a/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings @@ -8,7 +8,7 @@ "126.title" = "英数键盘布局:"; "128.title" = "OtherViews"; "137.title" = "IBM"; -"14.title" = "用以触发选字的光标相对位置:"; +"14.title" = "用以触发选字的光标相对位置:"; "16.title" = "光标置于词语前方 // macOS 内建注音风格"; "17.title" = "光标置于词语后方 // Windows 微软新注音风格"; "18.title" = "Radio"; diff --git a/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings b/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings index 970ff7c9..b3c54273 100644 --- a/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings @@ -8,7 +8,7 @@ "126.title" = "基礎鍵盤佈局:"; "128.title" = "OtherViews"; "137.title" = "IBM"; -"14.title" = "用以觸發選字的游標相對位置:"; +"14.title" = "用以觸發選字的游標相對位置:"; "16.title" = "游標置於詞語前方 // macOS 內建注音風格"; "17.title" = "游標置於詞語後方 // Windows 微軟新注音風格"; "18.title" = "Radio";