microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
preview

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/ita/src/extension/packagerStatusIndicator.i18n.json

15lines · 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 "StartPackager": "Avvia strumento per la creazione di pacchetti",
8 "RestartPackager": "Riavvia strumento per la creazione di pacchetti",
9 "StopPackager": "Arresta strumento per la creazione di pacchetti",
10 "ReactNativePackager": "Strumento di creazione pacchetti React Native",
11 "PackagerStopped": "{0}: arrestato",
12 "PackagerStopping": "{0}: in fase di arresto",
13 "PackagerStarted": "{0}: avviato",
14 "PackagerStarting": "{0}: in fase di avvio"
15}