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

extensionEditor.i18n.json « browser « extensions « parts « workbench « vs « src « ptb « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e56d61c26b800bf352645c24e19094f898a8ba0 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"name": "Nome da extensão",
	"extension id": "Identificador da extensão",
	"publisher": "Nome do editor",
	"install count": "Quantidade de Instalações",
	"rating": "Avaliação",
	"license": "Licença",
	"details": "Detalhes",
	"contributions": "Contribuições",
	"changelog": "Registro de Alterações",
	"dependencies": "Dependências",
	"noReadme": "README não disponível.",
	"noChangelog": "Registro de Alterações não disponível.",
	"noContributions": "Sem Contribuições",
	"noDependencies": "Sem Dependências",
	"settings": "Configurações ({0})",
	"setting name": "Nome",
	"description": "Descrição",
	"default": "Valor padrão",
	"debuggers": "Depuradores ({0})",
	"debugger name": "Nome",
	"debugger type": "Tipo",
	"views": "Visualizações ({0})",
	"view id": "ID",
	"view name": "Nome",
	"view location": "Onde",
	"themes": "Temas ({0})",
	"JSON Validation": "Validação JSON ({0})",
	"commands": "Comandos ({0})",
	"command name": "Nome",
	"keyboard shortcuts": "Atalhos de Teclado",
	"menuContexts": "Contextos de Menu",
	"languages": "Linguagens ({0})",
	"language id": "ID",
	"language name": "Nome",
	"file extensions": "Extensões de Arquivo",
	"grammar": "Gramática",
	"snippets": "Trechos"
}