microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/ita/src/extension/commands/installExpoGoApplication.i18n.json
16lines · 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 | "CheckExpoEnvironment": "Controllo dell'ambiente del progetto Expo", |
| 8 | "DownloadAndroidExpoGo": "\nScaricare Expo Go per Android. \n", |
| 9 | "FailedToDownloadExpoGo": "Impossibile scaricare Expo Go", |
| 10 | "FailedToInstallExpoGo": "Impossibile installare Expo Go", |
| 11 | "ManualInstall": "Installa manualmente Expo Go dal percorso root del progetto. \n", |
| 12 | "NotDarwinPlatform": "Il sistema operativo corrente potrebbe non supportare il programma di installazione iOS, Expo Go potrebbe non essere installato.\n", |
| 13 | "DownloadiOSExpoGo": "\nDownload di Expo Go per iOS. \n", |
| 14 | "CannotAutoInstall": "Impossibile installare automaticamente Expo Go, l'installazione manuale selezionata o il computer di destinazione non è MacOS. \n", |
| 15 | "NotExpoProject": "Il progetto attuale non è gestito da Expo" |
| 16 | } |