-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3493 from microsoft/feature/vs-code-config
feature/vs code config
- Loading branch information
Showing
23 changed files
with
538 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"Client will be upgraded from version {0} to {1}, upgrade your dependencies": "Il client verrà aggiornato dalla versione {0} a {1}, aggiornate le vostre dipendenze", | ||
"No description found, select a description first": "Nessuna descrizione trovata, selezionare una descrizione prima", | ||
"No endpoints selected, select endpoints first": "Nessun endpoint selezionato, selezionare prima un'API", | ||
"No workspace folder found, open a folder first": "Nessuna cartella di lavoro trovata, aprire prima una cartella", | ||
"Yes": "Si", | ||
"No": "No", | ||
"not found": "non trovato", | ||
"error updating the clients {error}": "errore durante l'aggiornamento dei client: {error}", | ||
"updating client with path {path}": "aggiornamento del client {path}", | ||
"Kiota Dependencies Information": "Informazioni sulle dipendenze di Kiota", | ||
"Installation commands": "Comandi di installazione", | ||
"Dependencies": "Dipendenze", | ||
"No language selected, select a language first": "Nessun linguaggio selezionato, selezionare un linguaggio prima", | ||
"Open an API description": "Apri una descrizione API", | ||
"A path or url to an OpenAPI description": "Un path od una url ad una descrizione OpenAPI", | ||
"Search for an API description": "Cerca una descrizione API", | ||
"Enter a search query": "Inserisci una query di ricerca", | ||
"Pick a search result": "Seleziona un risultato di ricerca", | ||
"Generate an API client": "Genera un client API", | ||
"Choose a name for the client class": "Scegli un nome per la classe client", | ||
"Choose a name for the client class namespace": "Scegli un nome per namespace della classe client", | ||
"Enter an output path relative to the root of the project": "Inserisci un path di output relativo alla root del progetto", | ||
"Pick a language": "Seleziona un linguaggio", | ||
"Downloading kiota requires an internet connection. Please check your connection and try again.": "Il download di kiota richiede una connessione internet. Controlla la tua connessione e riprova.", | ||
"Kiota download failed. Check the extension host logs for more information.": "Il download di kiota è fallito. Controlla i log dell'host per maggiori informazioni.", | ||
"Downloading kiota...": "Download di kiota in corso...", | ||
"Generating client...": "Generazione del client in corso...", | ||
"Updating clients...": "Aggiornamento dei client in corso...", | ||
"Loading...": "Caricamento...", | ||
"Pick a lock file": "Seleziona un file di lock", | ||
"Open a lock file": "Apri un file di lock", | ||
"Filter the API description": "Filtra la descrizione API", | ||
"Enter a filter": "Inserisci un filtro", | ||
"Searching...": "Ricerca in corso...", | ||
"A path or URL to an API manifest": "Un path o un URL ad un manifest API", | ||
"Open an API manifest": "Apri un manifest API", | ||
"Invalid URL, please check the documentation for the supported URLs": "URL non valido, controlla la documentazione per gli URL supportati", | ||
"No content found in the clipboard": "Nessun contenuto trovato negli appunti", | ||
"Invalid content found in the clipboard": "Contenuto non valido trovato negli appunti", | ||
"Select an API manifest key": "Seleziona una chiave del manifest API" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.