microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.16.1

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

i18n/esn/src/common/packager.i18n.json

19lines · modepreview

/*---------------------------------------------------------------------------------------------
 *  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.
{
	"CouldNotReadPackagerOptions": "No se pueden leer las opciones del empaquetador de exp.json, continuar...",
	"StartingPackager": "Iniciando el empaquetador",
	"PackagerStarted": "El empaquetador se ha iniciado.",
	"PackagerIsAlreadyRunning": "El empaquetador ya se está ejecutando.",
	"PackagerRunningOutsideVSCode": "El empaquetador de React Native se está ejecutando fuera de VS Code. Si quiere depurar, use la opción \"Attach to packager\".",
	"PackagerIsStillRunning": "El empaquetador aún se está ejecutando. Si se inició fuera de VS Code, cierre el proceso del empaquetador con el administrador de tareas.",
	"PackagerIsNotRunning": "El empaquetador no se está ejecutando.",
	"EntryPointDoesntExist": "El punto de entrada no existe en index.js ni en index.{0}.js. Omitir la preparación...",
	"AboutToGetURL": "Descarga que se va a obtener: {0}",
	"BundleCacheWasPrewarmed": "El conjunto en caché se ha preparado.",
	"CouldNotStartPackager": "No se pudo iniciar el empaquetador.",
	"StoppingPackager": "Deteniendo el empaquetador"
}