microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/esn/src/extension/ios/iOSPlatform.i18n.json
13lines · modecode
| 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. |
| 6 | { |
| 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}" |
| 13 | } |