microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/ita/src/extension/commands/publishToExpHost.i18n.json
10lines · 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 | "ExponentPublishingWasUnsuccessfulMakeSureYoureLoggedInToExpo": "La pubblicazione non è riuscita. Assicurati di aver effettuato l'accesso a Expo e che il tuo progetto sia un progetto Expo valido", |
| 8 | "PublishingAppToExponentServer": "Pubblicazione dell'app sul server Expo. L'operazione potrebbe richiedere alcuni istanti", |
| 9 | "ExpoAppSuccessfullyPublishedTo": "App Expo pubblicata con successo su {0}" |
| 10 | } |