microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/ita/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": "L'opzione 'iosRelativeProjectPath' è deprecata. Utilizza invece 'runArguments'.", |
| 8 | "ThereIsNoTargetWithSpecifiedTargetType": "Non esiste alcuna destinazione con il tipo di destinazione specificato '{0}'. Continua con qualsiasi destinazione.", | |
| 9 | "iosSchemeParameterAlreadySetInRunArguments": "'--scheme' è impostato come valore del parametro di configurazione 'runArguments', il valore del parametro di configurazione 'scheme' verrà omesso", | |
| 10 | "ThereIsNoIosTargetWithSuchUdid": "Non esiste una destinazione iOS con tale UDID: {0}", | |
| 11 | "ThereIsNoIosDeviceWithSuchName": "Non esiste alcun dispositivo iOS con questo nome: {0}", | |
| 12 | "ThereIsNoIosSimulatorWithSuchName": "Non esiste un simulatore iOS con questo nome: {0}" | |
2c9fc8b9Daniel Ye7 years ago | 13 | } |