mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
8
i18n/ita/extensions/json/client/out/jsonMain.i18n.json
Normal file
8
i18n/ita/extensions/json/client/out/jsonMain.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"jsonserver.name": "Server di linguaggio JSON"
|
||||
}
|
||||
16
i18n/ita/extensions/json/package.i18n.json
Normal file
16
i18n/ita/extensions/json/package.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"json.schemas.desc": "Associa schemi a file JSON nel progetto corrente",
|
||||
"json.schemas.url.desc": "URL di uno schema o percorso relativo di uno schema nella directory corrente",
|
||||
"json.schemas.fileMatch.desc": "Matrice di criteri dei file da usare per la ricerca durante la risoluzione di file JSON in schemi.",
|
||||
"json.schemas.fileMatch.item.desc": "Criteri dei file che possono contenere '*' da usare per la ricerca durante la risoluzione di file JSON in schemi.",
|
||||
"json.schemas.schema.desc": "Definizione dello schema per l'URL specificato. È necessario specificare lo schema per evitare accessi all'URL dello schema.",
|
||||
"json.format.enable.desc": "Abilita/Disabilita il formattatore JSON predefinito (richiede il riavvio)",
|
||||
"json.tracing.desc": "Traccia la comunicazione tra VS Code e il server del linguaggio JSON.",
|
||||
"json.colorDecorators.enable.desc": "Abilita o disabilita gli elementi Decorator di tipo colore",
|
||||
"json.colorDecorators.enable.deprecationMessage": "L'impostazione `json.colorDecorators.enable` è stata deprecata e sostituita da `editor.colorDecorators`."
|
||||
}
|
||||
Reference in New Issue
Block a user