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

localizations.contribution.i18n.json « electron-browser « localizations « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1efb19460eb686bad30aaa9b7093ab31e112b1f2 (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
25
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"updateLocale": "您想要變更 VS Code 的 UI 語言為 {0} 並重新啟動嗎?",
	"yes": "是",
	"no": "否",
	"neverAgain": "不要再顯示",
	"install language pack": "在不久之後,VS Code 將只支援格式為 Marketplace 延伸模組的語言套件。請安裝 '{0}' 延伸模組以繼續使用目前設定的語言。",
	"install": "安裝",
	"more information": "詳細資訊...",
	"JsonSchema.locale": "要使用的 UI 語言。",
	"vscode.extension.contributes.localizations": "提供在地化服務給編輯者",
	"vscode.extension.contributes.localizations.languageId": "顯示已翻譯字串的語言 Id",
	"vscode.extension.contributes.localizations.languageName": "語言名稱 (英文)。",
	"vscode.extension.contributes.localizations.languageNameLocalized": "語言名稱 (提供的語言)。",
	"vscode.extension.contributes.localizations.translations": "與該語言相關的翻譯列表。",
	"vscode.extension.contributes.localizations.translations.id": "此翻譯提供之目標的 VS Code 或延伸模組識別碼。VS Code 的識別碼一律為 `vscode`,且延伸模組的格式應為 `publisherId.extensionName`。",
	"vscode.extension.contributes.localizations.translations.id.pattern": "轉譯 VS 程式碼或延伸模組時,識別碼應分別使用 `vscode` 或 `publisherId.extensionName` 的格式。",
	"vscode.extension.contributes.localizations.translations.path": "包含語言翻譯的檔案相對路徑。"
}