microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/esn/src/extension/ios/iOSPlatform.i18n.json
13lines · modeblame
efbe1ba6Yuri Skorokhodov7 years ago | 1 | /*--------------------------------------------------------------------------------------------- |
| 2 | * Copyright (c) Microsoft Corporation. All rights reserved. | |
| 3 | * Licensed under the MIT License. See License.txt in the project root for license information. | |
| 4 | *--------------------------------------------------------------------------------------------*/ | |
| 5 | // Do not edit this file. It is machine generated. | |
2c9fc8b9Daniel Ye7 years ago | 6 | { |
3a8fad25Ezio Li1 years ago | 7 | "iosRelativeProjectPathOptionIsDeprecatedUseRunArgumentsInstead": "La opción 'iosRelativeProjectPath' está obsoleta. Utilice 'runArguments' en su lugar.", |
| 8 | "ThereIsNoTargetWithSpecifiedTargetType": "No hay ningún objetivo con el tipo de objetivo especificado '{0}'. Continúe con cualquier objetivo.", | |
| 9 | "iosSchemeParameterAlreadySetInRunArguments": "'--scheme' está establecido como valor del parámetro de configuración 'runArguments', se omitirá el valor del parámetro de configuración 'scheme'", | |
| 10 | "ThereIsNoIosTargetWithSuchUdid": "No existe ningún destino de iOS con dicho UDID: {0}", | |
| 11 | "ThereIsNoIosDeviceWithSuchName": "No existe ningún dispositivo iOS con ese nombre: {0}", | |
| 12 | "ThereIsNoIosSimulatorWithSuchName": "No existe ningún simulador de iOS con ese nombre: {0}" | |
2c9fc8b9Daniel Ye7 years ago | 13 | } |