microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
add-command-to-support-react-native-ios

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

i18n/ita/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": "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}"
13}