microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
transitive-dependency-serialize-javascript-root

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/ita/src/extension/commands/configEASBuild.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 "CheckExpoEnvironment": "Controllo dell'ambiente del progetto Expo",
8 "FoundEASJsonFile": "Esiste già un file eas.json nella root dell'app",
9 "ConfigEASBuildInProgress": "Creazione del file di configurazione della build EAS",
10 "ConfigEASBuildSuccessfully": "Creazione corretta del file di configurazione della build EAS",
11 "NoExistingEASProject": "Impossibile trovare il progetto EAS esistente. Eseguire prima \"eas init\" per associare l'app al progetto EAS",
12 "NotExpoApplication": "L'app attuale non è un'applicazione Expo"
13}