mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update localization resource files (#6283)
* Update localization resource files * Remove extra space from readme headers
This commit is contained in:
36
i18n/ita/extensions/notebook/package.i18n.json
Normal file
36
i18n/ita/extensions/notebook/package.i18n.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Estensioni principali di Notebook",
|
||||
"description": "Consente di definire il contributo di Notebook basato sul protocollo dati e numerosi comandi e contributi di Notebook.",
|
||||
"notebook.configuration.title": "Configurazione notebook",
|
||||
"notebook.pythonPath.description": "Percorso locale dell'installazione di Python usata da Notebooks.",
|
||||
"notebook.useExistingPython.description": "Percorso locale di un'installazione preesistente di Python usata da Notebooks.",
|
||||
"notebook.overrideEditorTheming.description": "Esegue l'override delle impostazioni predefinite dell'editor di Notebook. Le impostazioni includono il colore di sfondo, il colore della riga corrente e il bordo",
|
||||
"notebook.maxTableRows.description": "Numero massimo di righe restituite per tabella nell'editor di Notebook",
|
||||
"notebook.command.new": "Nuovo notebook",
|
||||
"notebook.command.open": "Apri notebook",
|
||||
"notebook.analyzeJupyterNotebook": "Analizza in Notebook",
|
||||
"notebook.command.runactivecell": "Esegui cella",
|
||||
"notebook.command.clearactivecellresult": "Cancella risultato della cella",
|
||||
"notebook.command.runallcells": "Esegui celle",
|
||||
"notebook.command.addcode": "Aggiungi cella codice",
|
||||
"notebook.command.addtext": "Aggiungi cella di testo",
|
||||
"notebook.command.addcell": "Aggiungi cella",
|
||||
"title.analyzeJupyterNotebook": "Analizza in Notebook",
|
||||
"title.newJupyterNotebook": "Nuovo notebook",
|
||||
"title.openJupyterNotebook": "Apri notebook",
|
||||
"title.jupyter.setContext": "Imposta contesto per Notebook",
|
||||
"title.jupyter.setKernel": "Imposta kernel per Notebook",
|
||||
"config.jupyter.extraKernelsTitle": "Kernel aggiuntivi",
|
||||
"config.jupyter.extraKernelsDescription": "ID dei kernel aggiuntivi da abilitare",
|
||||
"config.jupyter.kernelConfigValuesDescription": "Opzioni di configurazione per i kernel Jupyter. Sono gestite automaticamente ed è consigliabile non modificarle manualmente.",
|
||||
"title.reinstallNotebookDependencies": "Reinstalla dipendenze di Notebook",
|
||||
"title.configurePython": "Configura Python per Notebooks",
|
||||
"title.managePackages": "Gestisci pacchetti"
|
||||
}
|
||||
Reference in New Issue
Block a user