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

searchActions.i18n.json « browser « search « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c638d855adf37c0bb6d07b1c699604145cc63b9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
	"nextSearchIncludePattern": "顯示下一個搜尋包含模式",
	"previousSearchIncludePattern": "顯示上一個搜尋包含模式",
	"nextSearchExcludePattern": "顯示下一個搜尋排除模式",
	"previousSearchExcludePattern": "顯示上一個搜尋排除模式",
	"nextSearchTerm": "顯示下一個搜尋字詞",
	"previousSearchTerm": "顯示上一個搜尋字詞",
	"focusNextInputBox": "聚焦於下一個輸入方塊",
	"focusPreviousInputBox": "聚焦於上一個輸入方塊",
	"replaceInFiles": "檔案中取代",
	"findInWorkspace": "在工作區中尋找...",
	"findInFolder": "在資料夾中尋找...",
	"RefreshAction.label": "重新整理",
	"ClearSearchResultsAction.label": "清除搜尋結果",
	"FocusNextSearchResult.label": "聚焦於下一個搜尋結果",
	"FocusPreviousSearchResult.label": "聚焦於上一個搜尋結果",
	"file.replaceAll.label": "全部取代",
	"match.replace.label": "取代"
}