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

extension.i18n.json « out « configuration-editing « extensions « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5fd54777131df3405c36560eaefba4e7d4a73552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"workspaceFolder": "La ruta de la carpeta abierta en VS Code",
	"workspaceFolderBasename": "El nombre de la carpeta abierta en VS Code sin ninguna barra diagonal (/)",
	"relativeFile": "El archivo abierto actualmente relativo a ${workspaceFolder}",
	"file": "El archivo abierto actualmente",
	"cwd": "El directorio de trabajo del ejecutor de tarea en el arranque",
	"selectedText": "El texto actual seleccionado en el archivo activo ",
	"fileDirname": "Nombre del directorio del archivo abierto actual",
	"fileBasename": "Nombre base del archivo abierto actual ",
	"fileBasenameNoExtension": "Nombre base del archivo abierto actual sin extensión de archivo ",
	"exampleExtension": "Ejemplo"
}