microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
errorStrings/errorStrings.json
30lines · modeblame
17161993Meena Kunnathur Balakrishnan10 years ago | 1 | { |
4f7c7447Meena Kunnathur Balakrishnan10 years ago | 2 | "CommandFailed": "Error while executing command '{0}'", |
| 3 | "CommandFailedWithErrorCode": "Command '{0}' failed with error code {1}", | |
17161993Meena Kunnathur Balakrishnan10 years ago | 4 | "PackagerStartFailed": "Error while executing React Native Packager.", |
| 5 | "IDeviceInstallerNotFound": "Unable to find ideviceinstaller. Please make sure to install Homebrew (http://brew.sh) and then 'brew install ideviceinstaller", | |
| 6 | "DeviceNotPluggedIn": "Unable to mount developer disk image.", | |
| 7 | "DeveloperDiskImgNotMountable": "Unable to mount developer disk image.", | |
| 8 | "UnableToLaunchApplication": "Unable to launch application.", | |
| 9 | "ApplicationLaunchTimedOut": "Timeout launching application. Is the device locked?", | |
| 10 | "IOSSimulatorNotLaunchable": "Unable to launch iOS simulator. Try specifying a different target.", | |
| 11 | "OpnPackagerLocationNotFound": "opn package location not found", | |
| 12 | "PackageNotFound": "Attempting to find package {0} failed with error: {1}", | |
| 13 | "ProjectVersionNotParsable": "Couldn't parse the version component of the package at {0}: version = {1}", | |
| 14 | "ProjectVersionUnsupported": "Project version = {0}", | |
190e393cMeena Kunnathur Balakrishnan10 years ago | 15 | "ProjectVersionNotReadable":"Unable to read version = {0}", |
bf6ca504Meena Kunnathur Balakrishnan10 years ago | 16 | "TelemetryInitializationFailed": "{0}. Couldn't initialize telemetry", |
190e393cMeena Kunnathur Balakrishnan10 years ago | 17 | "ExtensionActivationFailed": "Failed to activate the React Native Tools extension", |
| 18 | "DebuggerStubLauncherFailed": "Failed to setup the stub launcher for the debugger", | |
| 19 | "IntellisenseSetupFailed": "Failed to setup IntelliSense", | |
| 20 | "NodeDebuggerConfigurationFailed": "Failed to configure the node debugger location for the debugger", | |
| 21 | "FailedToStopPackagerOnExit": "Failed to stop the packager while closing React Native Tools", | |
| 22 | "FailedToRunOnAndroid": "Failed to run the application in Android", | |
| 23 | "FailedToRunOnIos": "Failed to run the application in iOS", | |
| 24 | "FailedToStartPackager": "Failed to start the React Native packager", | |
| 25 | "FailedToStopPackager": "Failed to stop the React Native packager", | |
| 26 | "DebuggingFailed": "Cannot debug application", | |
2166bdabdigeff10 years ago | 27 | "RNTempFolderDeletionFailed": "Couldn't delete the temporary folder {0}", |
c764d5e2digeff10 years ago | 28 | "CouldNotFindLocationOfNodeDebugger": "Couldn't find the location of the node-debugger extension", |
| 29 | "ErrorWhileProcessingMessageInIPMSServer": "An error ocurred while handling message: {0}" | |
17161993Meena Kunnathur Balakrishnan10 years ago | 30 | } |