Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/cht/src/vs/editor')
-rw-r--r--i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json2
-rw-r--r--i18n/cht/src/vs/editor/contrib/find/browser/findWidget.i18n.json1
-rw-r--r--i18n/cht/src/vs/editor/contrib/find/common/findController.i18n.json6
-rw-r--r--i18n/cht/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json8
4 files changed, 8 insertions, 9 deletions
diff --git a/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json
index 4cdf779ce91..85ff9ee951e 100644
--- a/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json
+++ b/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json
@@ -6,7 +6,7 @@
{
"lineHighlight": "目前游標位置行的反白顯示背景色彩。",
"lineHighlightBorderBox": "目前游標位置行之周圍框線的背景色彩。",
- "rangeHighlight": "反白顯示範圍的背景色彩,例如 Quick Open 與尋找功能。",
+ "rangeHighlight": "反白顯示範圍的背景色彩,例如快速開啟與尋找功能。",
"caret": "編輯器游標的色彩。",
"editorCursorBackground": "編輯器游標的背景色彩。允許自訂區塊游標重疊的字元色彩。",
"editorWhitespaces": "編輯器中空白字元的色彩。",
diff --git a/i18n/cht/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/find/browser/findWidget.i18n.json
index 32ac75ef725..19132dbfd98 100644
--- a/i18n/cht/src/vs/editor/contrib/find/browser/findWidget.i18n.json
+++ b/i18n/cht/src/vs/editor/contrib/find/browser/findWidget.i18n.json
@@ -15,7 +15,6 @@
"label.replaceButton": "取代",
"label.replaceAllButton": "全部取代",
"label.toggleReplaceButton": "切換取代模式",
- "title.matchesCountLimit": "只會將前 999 筆結果醒目提示,但所有尋找作業會在完整文字上執行。",
"label.matchesLocation": "{0} / {1}",
"label.noResults": "沒有結果"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/cht/src/vs/editor/contrib/find/common/findController.i18n.json
index c75e923d0b7..cbbf89b710f 100644
--- a/i18n/cht/src/vs/editor/contrib/find/common/findController.i18n.json
+++ b/i18n/cht/src/vs/editor/contrib/find/common/findController.i18n.json
@@ -10,12 +10,6 @@
"nextSelectionMatchFindAction": "尋找下一個選取項目",
"previousSelectionMatchFindAction": "尋找上一個選取項目",
"startReplace": "取代",
- "addSelectionToNextFindMatch": "將選取項目加入下一個找到的相符項",
- "addSelectionToPreviousFindMatch": "將選取項目加入前一個找到的相符項中",
- "moveSelectionToNextFindMatch": "將最後一個選擇項目移至下一個找到的相符項",
- "moveSelectionToPreviousFindMatch": "將最後一個選擇項目移至前一個找到的相符項",
- "selectAllOccurrencesOfFindMatch": "選取所有找到的相符項目",
- "changeAll.label": "變更所有發生次數",
"showNextFindTermAction": "顯示下一個尋找字詞",
"showPreviousFindTermAction": "顯示上一個尋找字詞"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/cht/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json
index 722b3100d2e..381e4cfcb4c 100644
--- a/i18n/cht/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json
+++ b/i18n/cht/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json
@@ -6,5 +6,11 @@
{
"mutlicursor.insertAbove": "在上方加入游標",
"mutlicursor.insertBelow": "在下方加入游標",
- "mutlicursor.insertAtEndOfEachLineSelected": "在行尾新增游標"
+ "mutlicursor.insertAtEndOfEachLineSelected": "在行尾新增游標",
+ "addSelectionToNextFindMatch": "將選取項目加入下一個找到的相符項",
+ "addSelectionToPreviousFindMatch": "將選取項目加入前一個找到的相符項中",
+ "moveSelectionToNextFindMatch": "將最後一個選擇項目移至下一個找到的相符項",
+ "moveSelectionToPreviousFindMatch": "將最後一個選擇項目移至前一個找到的相符項",
+ "selectAllOccurrencesOfFindMatch": "選取所有找到的相符項目",
+ "changeAll.label": "變更所有發生次數"
} \ No newline at end of file