microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/ita/src/extension/commandPaletteHandler.i18n.json
12lines · 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. Assicurarsi che sia stato eseguito l'accesso a Expo e che il progetto sia un progetto Expo valido", |
| 8 | "AnotherElementInspectorAlreadyRun": "È già in esecuzione un altro controllo elementi", |
| 9 | "PublishingAppToExponentServer": "Pubblicazione dell'app nel server Expo. L'operazione potrebbe richiedere qualche minuto.", |
| 10 | "ExpoAppSuccessfullyPublishedTo": "L'app Expo è stata pubblicata in {0}", |
| 11 | "ExpoErrorOccuredMakeSureYouAreLoggedIn": "Si è verificato un errore. Assicurarsi che l'accesso a Expo sia stato eseguito, che il progetto sia configurato correttamente per la pubblicazione e che lo strumento per la creazione di pacchetti venga eseguito come Expo." |
| 12 | } |