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/contrib/multicursor/common/multicursor.i18n.json')
-rw-r--r--i18n/cht/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json8
1 files changed, 7 insertions, 1 deletions
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