microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
errorStrings/errorStrings.json
36lines · 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}", | |
df4bce40digeff10 years ago | 4 | "ExpectedIntegerValue": "Expected an integer. Couldn't read {0}", |
17161993Meena Kunnathur Balakrishnan10 years ago | 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}", | |
42fac1f6Meena Kunnathur Balakrishnan10 years ago | 14 | "PlatformNotSupported": "Platform '{0}' is not supported on host platform: {1}", |
17161993Meena Kunnathur Balakrishnan10 years ago | 15 | "ProjectVersionNotParsable": "Couldn't parse the version component of the package at {0}: version = {1}", |
| 16 | "ProjectVersionUnsupported": "Project version = {0}", | |
190e393cMeena Kunnathur Balakrishnan10 years ago | 17 | "ProjectVersionNotReadable":"Unable to read version = {0}", |
bf6ca504Meena Kunnathur Balakrishnan10 years ago | 18 | "TelemetryInitializationFailed": "{0}. Couldn't initialize telemetry", |
190e393cMeena Kunnathur Balakrishnan10 years ago | 19 | "ExtensionActivationFailed": "Failed to activate the React Native Tools extension", |
| 20 | "DebuggerStubLauncherFailed": "Failed to setup the stub launcher for the debugger", | |
| 21 | "IntellisenseSetupFailed": "Failed to setup IntelliSense", | |
| 22 | "NodeDebuggerConfigurationFailed": "Failed to configure the node debugger location for the debugger", | |
| 23 | "FailedToStopPackagerOnExit": "Failed to stop the packager while closing React Native Tools", | |
| 24 | "FailedToRunOnAndroid": "Failed to run the application in Android", | |
| 25 | "FailedToRunOnIos": "Failed to run the application in iOS", | |
| 26 | "FailedToStartPackager": "Failed to start the React Native packager", | |
| 27 | "FailedToStopPackager": "Failed to stop the React Native packager", | |
267aac11Bret Johnson9 years ago | 28 | "FailedToRestartPackager": "Failed to restart the React Native packager", |
190e393cMeena Kunnathur Balakrishnan10 years ago | 29 | "DebuggingFailed": "Cannot debug application", |
18d8ad2adigeff10 years ago | 30 | "DebuggingFailedInNodeWrapper": "Cannot debug application due to an error in the internal Node Debugger", |
2166bdabdigeff10 years ago | 31 | "RNTempFolderDeletionFailed": "Couldn't delete the temporary folder {0}", |
5e651f3edigeff10 years ago | 32 | "CouldNotFindLocationOfNodeDebugger": "Couldn't find the location of the node-debugger extension", |
8b2be31edigeff10 years ago | 33 | "PackagerRunningInDifferentPort": "A packager cannot be started on port {0} because a packager process is already running on port {1}", |
4b124a08Jimmy Thomson9 years ago | 34 | "ErrorWhileProcessingMessageInIPMSServer": "An error ocurred while handling message: {0}", |
| 35 | "ErrorNoPipeFound": "Unable to set up communication with VSCode react-native extension. Is this a react-native project, and have you made sure that the react-native npm package is installed at the root?" | |
17161993Meena Kunnathur Balakrishnan10 years ago | 36 | } |