microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
a289475be0da2ee07b9b056760f2f0a3076877b2

Branches

Tags

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

Clone

HTTPS

Download ZIP

errorStrings/errorStrings.json

27lines · modeblame

17161993Meena Kunnathur Balakrishnan10 years ago1{
2"CommandExecutionFailed": "Command {0} failed with error code {1}",
3"PackagerStartFailed": "Error while executing React Native Packager.",
4"IDeviceInstallerNotFound": "Unable to find ideviceinstaller. Please make sure to install Homebrew (http://brew.sh) and then 'brew install ideviceinstaller",
5"DeviceNotPluggedIn": "Unable to mount developer disk image.",
6"DeveloperDiskImgNotMountable": "Unable to mount developer disk image.",
7"UnableToLaunchApplication": "Unable to launch application.",
8"ApplicationLaunchTimedOut": "Timeout launching application. Is the device locked?",
9"IOSSimulatorNotLaunchable": "Unable to launch iOS simulator. Try specifying a different target.",
10"OpnPackagerLocationNotFound": "opn package location not found",
11"PackageNotFound": "Attempting to find package {0} failed with error: {1}",
12"ProjectVersionNotParsable": "Couldn't parse the version component of the package at {0}: version = {1}",
13"ProjectVersionUnsupported": "Project version = {0}",
190e393cMeena Kunnathur Balakrishnan10 years ago14"ProjectVersionNotReadable":"Unable to read version = {0}",
15"TelemetryInitializationFailed":"{0}. Couldn't initialize telemetry",
16"ExtensionActivationFailed": "Failed to activate the React Native Tools extension",
17"DebuggerStubLauncherFailed": "Failed to setup the stub launcher for the debugger",
18"IntellisenseSetupFailed": "Failed to setup IntelliSense",
19"NodeDebuggerConfigurationFailed": "Failed to configure the node debugger location for the debugger",
20"FailedToStopPackagerOnExit": "Failed to stop the packager while closing React Native Tools",
21"FailedToRunOnAndroid": "Failed to run the application in Android",
22"FailedToRunOnIos": "Failed to run the application in iOS",
23"FailedToStartPackager": "Failed to start the React Native packager",
24"FailedToStopPackager": "Failed to stop the React Native packager",
25"DebuggingFailed": "Cannot debug application",
26"RNTempFolderDeletionFailed": "Couldn't delete the temporary folder {0}"
17161993Meena Kunnathur Balakrishnan10 years ago27}