mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-30 00:30:29 -04:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"onPreviewStyleLoadError": "Impossibile caricare 'markdown.styles': {0}"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"lockedPreviewTitle": "[Anteprima] {0}",
|
||||
"previewTitle": "Anteprima {0}"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"preview.securityMessage.text": "Alcuni contenuti sono stati disabilitati in questo documento",
|
||||
"preview.securityMessage.title": "Contenuti potenzialmente non sicuri sono stati disattivati nell'anteprima del Markdown. Modificare l'impostazione di protezione dell'anteprima del Markdown per consentire la visualizzazione di contenuto insicuro o abilitare gli script",
|
||||
"preview.securityMessage.label": "Avviso di sicurezza contenuto disabilitato"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"strict.title": "Strict",
|
||||
"strict.description": "Carica solo contenuto protetto",
|
||||
"insecureLocalContent.title": "Consenti contenuto locale non protetto",
|
||||
"insecureLocalContent.description": "Consente il caricamento di contenuti tramite HTTP servito da localhost",
|
||||
"insecureContent.title": "Consenti contenuto non protetto",
|
||||
"insecureContent.description": "Consente il caricamento di contenuti tramite HTTP",
|
||||
"disable.title": "Disabilita",
|
||||
"disable.description": "Consente l'esecuzione di tutti i contenuti e script. Scelta non consigliata",
|
||||
"moreInfo.title": "Altre informazioni",
|
||||
"enableSecurityWarning.title": "Abilita anteprima degli avvisi di protezione in questa area di lavoro",
|
||||
"disableSecurityWarning.title": "Disabilita anteprima degli avvisi di protezione in questa area di lavoro",
|
||||
"toggleSecurityWarning.description": "Non influisce sul livello di sicurezza del contenuto",
|
||||
"preview.showPreviewSecuritySelector.title": "Seleziona impostazioni di protezione per le anteprime Markdown in questa area di lavoro"
|
||||
}
|
||||
Reference in New Issue
Block a user