microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
df4bce4041caa61af1460ef87f2380820508a455

Branches

Tags

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

Clone

HTTPS

Download ZIP

errorStrings/errorStrings.json

31lines · modecode

1{
2 "CommandFailed": "Error while executing command '{0}'",
3 "CommandFailedWithErrorCode": "Command '{0}' failed with error code {1}",
4 "ExpectedIntegerValue": "Expected an integer. Couldn't read {0}",
5 "PackagerStartFailed": "Error while executing React Native Packager.",
6 "IDeviceInstallerNotFound": "Unable to find ideviceinstaller. Please make sure to install Homebrew (http://brew.sh) and then 'brew install ideviceinstaller",
7 "DeviceNotPluggedIn": "Unable to mount developer disk image.",
8 "DeveloperDiskImgNotMountable": "Unable to mount developer disk image.",
9 "UnableToLaunchApplication": "Unable to launch application.",
10 "ApplicationLaunchTimedOut": "Timeout launching application. Is the device locked?",
11 "IOSSimulatorNotLaunchable": "Unable to launch iOS simulator. Try specifying a different target.",
12 "OpnPackagerLocationNotFound": "opn package location not found",
13 "PackageNotFound": "Attempting to find package {0} failed with error: {1}",
14 "ProjectVersionNotParsable": "Couldn't parse the version component of the package at {0}: version = {1}",
15 "ProjectVersionUnsupported": "Project version = {0}",
16 "ProjectVersionNotReadable":"Unable to read version = {0}",
17 "TelemetryInitializationFailed": "{0}. Couldn't initialize telemetry",
18 "ExtensionActivationFailed": "Failed to activate the React Native Tools extension",
19 "DebuggerStubLauncherFailed": "Failed to setup the stub launcher for the debugger",
20 "IntellisenseSetupFailed": "Failed to setup IntelliSense",
21 "NodeDebuggerConfigurationFailed": "Failed to configure the node debugger location for the debugger",
22 "FailedToStopPackagerOnExit": "Failed to stop the packager while closing React Native Tools",
23 "FailedToRunOnAndroid": "Failed to run the application in Android",
24 "FailedToRunOnIos": "Failed to run the application in iOS",
25 "FailedToStartPackager": "Failed to start the React Native packager",
26 "FailedToStopPackager": "Failed to stop the React Native packager",
27 "DebuggingFailed": "Cannot debug application",
28 "RNTempFolderDeletionFailed": "Couldn't delete the temporary folder {0}",
29 "CouldNotFindLocationOfNodeDebugger": "Couldn't find the location of the node-debugger extension",
30 "PackagerRunningInDifferentPort": "A packager cannot be started on port {0} because a packager process is already running on port {1}"
31}
32