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

findWidget.i18n.json « browser « find « contrib « editor « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32ac75ef725e62d4e067c248cd00e603eb7b0942 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"label.find": "尋找",
	"placeholder.find": "尋找",
	"label.previousMatchButton": "上一個符合項",
	"label.nextMatchButton": "下一個相符項",
	"label.toggleSelectionFind": "在選取範圍中尋找",
	"label.closeButton": "關閉",
	"label.replace": "取代",
	"placeholder.replace": "取代",
	"label.replaceButton": "取代",
	"label.replaceAllButton": "全部取代",
	"label.toggleReplaceButton": "切換取代模式",
	"title.matchesCountLimit": "只會將前 999 筆結果醒目提示,但所有尋找作業會在完整文字上執行。",
	"label.matchesLocation": "{0} / {1}",
	"label.noResults": "沒有結果"
}