i18n // Update UI terms reflecting recent changes of Tab key handling.

This commit is contained in:
ShikiSuen 2022-05-30 17:53:40 +08:00
parent 68b82164db
commit 528c82e904
11 changed files with 11 additions and 11 deletions

View File

@ -97,7 +97,7 @@
"Check for updates automatically" = "Check for updates automatically";
"Choose candidate font size for better visual clarity." = "Choose candidate font size for better visual clarity.";
"Choose or hit Enter to confim your prefered keys for selecting candidates." = "Choose or hit Enter to confim your prefered keys for selecting candidates.";
"Choose the behavior of (Shift+)Space key in the candidate window." = "Choose the behavior of (Shift+)Space key in the candidate window.";
"Choose the behavior of (Shift+)Space key with candidates." = "Choose the behavior of (Shift+)Space key with candidates.";
"Choose the behavior of (Shift+)Tab key in the candidate window." = "Choose the behavior of (Shift+)Tab key in the candidate window.";
"Choose the cursor position where you want to list possible candidates." = "Choose the cursor position where you want to list possible candidates.";
"Choose the macOS-level basic keyboard layout." = "Choose the macOS-level basic keyboard layout.";

View File

@ -97,7 +97,7 @@
"Check for updates automatically" = "Check for updates automatically";
"Choose candidate font size for better visual clarity." = "Choose candidate font size for better visual clarity.";
"Choose or hit Enter to confim your prefered keys for selecting candidates." = "Choose or hit Enter to confim your prefered keys for selecting candidates.";
"Choose the behavior of (Shift+)Space key in the candidate window." = "Choose the behavior of (Shift+)Space key in the candidate window.";
"Choose the behavior of (Shift+)Space key with candidates." = "Choose the behavior of (Shift+)Space key with candidates.";
"Choose the behavior of (Shift+)Tab key in the candidate window." = "Choose the behavior of (Shift+)Tab key in the candidate window.";
"Choose the cursor position where you want to list possible candidates." = "Choose the cursor position where you want to list possible candidates.";
"Choose the macOS-level basic keyboard layout." = "Choose the macOS-level basic keyboard layout.";

View File

@ -97,7 +97,7 @@
"Check for updates automatically" = "アプリの更新通知を受く";
"Choose candidate font size for better visual clarity." = "入力候補陳列の候補文字の字号をご指定ください。";
"Choose or hit Enter to confim your prefered keys for selecting candidates." = "お好きなる言選り用キー陣列をご指定ください。新しい組み合わせは Enter で効かす。";
"Choose the behavior of (Shift+)Space key in the candidate window." = "入力候補陳列での (Shift+)Space キーの輪番切替対象をご指定ください。";
"Choose the behavior of (Shift+)Space key with candidates." = "入力候補についての (Shift+)Space キーの輪番切替対象をご指定ください。";
"Choose the behavior of (Shift+)Tab key in the candidate window." = "入力候補陳列での (Shift+)Tab キーの輪番切替対象をご指定ください。";
"Choose the cursor position where you want to list possible candidates." = "カーソルはどこで入力候補を呼び出すかとご指定ださい。";
"Choose the macOS-level basic keyboard layout." = "macOS 基礎キーボード配置をご指定ください。";

View File

@ -97,7 +97,7 @@
"Check for updates automatically" = "自动检查软体更新";
"Choose candidate font size for better visual clarity." = "变更候选字窗的字型大小。";
"Choose or hit Enter to confim your prefered keys for selecting candidates." = "请选择您所偏好的用来选字的按键组合。自订组合需敲 Enter 键生效。";
"Choose the behavior of (Shift+)Space key in the candidate window." = "指定 (Shift+)空格键 在选字窗内的轮替操作对象。";
"Choose the behavior of (Shift+)Space key with candidates." = "指定 (Shift+)空格键 对候选字词而言的轮替操作对象。";
"Choose the behavior of (Shift+)Tab key in the candidate window." = "指定 (Shift+)Tab 在选字窗内的轮替操作对象。";
"Choose the cursor position where you want to list possible candidates." = "请选择用以触发选字的游标相对位置。";
"Choose the macOS-level basic keyboard layout." = "请选择 macOS 基础键盘布局。";

View File

@ -97,7 +97,7 @@
"Check for updates automatically" = "自動檢查軟體更新";
"Choose candidate font size for better visual clarity." = "變更候選字窗的字型大小。";
"Choose or hit Enter to confim your prefered keys for selecting candidates." = "請選擇您所偏好的用來選字的按鍵組合。自訂組合需敲 Enter 鍵生效。";
"Choose the behavior of (Shift+)Space key in the candidate window." = "指定 (Shift+)空格鍵 在選字窗內的輪替操作對象。";
"Choose the behavior of (Shift+)Space key with candidates." = "指定 (Shift+)空格鍵 對候選字詞而言的輪替操作對象。";
"Choose the behavior of (Shift+)Tab key in the candidate window." = "指定 (Shift+)Tab 在選字窗內的輪替操作對象。";
"Choose the cursor position where you want to list possible candidates." = "請選擇用以觸發選字的游標相對位置。";
"Choose the macOS-level basic keyboard layout." = "請選擇 macOS 基礎鍵盤佈局。";

View File

@ -128,7 +128,7 @@ struct suiPrefPaneExperience: View {
}
.labelsHidden()
.pickerStyle(RadioGroupPickerStyle())
Text(LocalizedStringKey("Choose the behavior of (Shift+)Space key in the candidate window."))
Text(LocalizedStringKey("Choose the behavior of (Shift+)Space key with candidates."))
.preferenceDescription()
}
Preferences.Section(bottomDivider: true, label: { Text(LocalizedStringKey("Space & ESC Key:")) }) {

View File

@ -494,7 +494,7 @@
</matrix>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="J0f-Aw-dxC">
<rect key="frame" x="18" y="149" width="383" height="15"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="Choose the behavior of (Shift+)Space key in the candidate window." id="Pg5-G9-pY5">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="Choose the behavior of (Shift+)Space key with candidates." id="Pg5-G9-pY5">
<font key="font" metaFont="cellTitle"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>

View File

@ -69,7 +69,7 @@
"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 in the candidate window.";
"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)";

View File

@ -69,7 +69,7 @@
"ueU-Rz-a1C.title" = "入力候補陳列での (Shift+)Tab キーの輪番切替対象をご指定ください。";
"s7u-Fm-dVg.title" = "ページ";
"FVC-br-H57.title" = "候補文字そのもの";
"Pg5-G9-pY5.title" = "入力候補陳列での (Shift+)Space キーの輪番切替対象をご指定ください。";
"Pg5-G9-pY5.title" = "入力候補についての (Shift+)Space キーの輪番切替対象をご指定ください。";
"XqL-rf-X6d.title" = "Space で次のページ、Shift+Space で次の候補文字を";
"dIN-TZ-67g.title" = "Shift+Space で次のページ、Space で次の候補文字を";
"hSv-LJ-Cq3.title" = "僅かなる絵文字も含む符号入力サポートを起用";

View File

@ -69,7 +69,7 @@
"ueU-Rz-a1C.title" = "指定 (Shift+)Tab 热键在选字窗内的轮替操作对象。";
"s7u-Fm-dVg.title" = "轮替页面";
"FVC-br-H57.title" = "轮替候选字";
"Pg5-G9-pY5.title" = "指定 (Shift+)Space 热键在选字窗内的轮替操作对象。";
"Pg5-G9-pY5.title" = "指定 (Shift+)Space 热键对候选字词而言的轮替操作对象。";
"XqL-rf-X6d.title" = "Space 换下一页Shift+Space 换选下一个候选字。";
"dIN-TZ-67g.title" = "Shift+Space 换下一页Space 换选下一个候选字。";
"hSv-LJ-Cq3.title" = "启用包括少许绘文字在内的符号输入支援";

View File

@ -69,7 +69,7 @@
"ueU-Rz-a1C.title" = "指定 (Shift+)Tab 熱鍵在選字窗內的輪替操作對象。";
"s7u-Fm-dVg.title" = "輪替頁面";
"FVC-br-H57.title" = "輪替候選字";
"Pg5-G9-pY5.title" = "指定 (Shift+)Space 熱鍵在選字窗內的輪替操作對象。";
"Pg5-G9-pY5.title" = "指定 (Shift+)Space 熱鍵對候選字詞而言的輪替操作對象。";
"XqL-rf-X6d.title" = "Space 換下一頁Shift+Space 換選下一個候選字";
"dIN-TZ-67g.title" = "Shift+Space 換下一頁Space 換選下一個候選字";
"hSv-LJ-Cq3.title" = "啟用包括少許繪文字在內的符號輸入支援";