mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-28 07:40:30 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"schema.providerId": "ID comune del provider",
|
||||
"schema.displayName": "Nome di visualizzazione per il provider",
|
||||
"schema.connectionOptions": "Opzioni per la connessione"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"Search server names": "Nomi dei server di ricerca"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"Search server names": "Nomi dei server di ricerca"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"showDataExplorer": "Mostra Esplora dati",
|
||||
"workbench.dataExplorer": "Esplora dati",
|
||||
"dataExplorer.view": "Vista",
|
||||
"databaseConnections": "Connessioni di database",
|
||||
"datasource.connections": "connessioni a origini dati",
|
||||
"datasource.connectionGroups": "gruppi di origine dati",
|
||||
"startupConfig": "Configurazione di avvio",
|
||||
"startup.alwaysShowServersView": "È true se la visualizzazione Server deve essere visualizata all'avvio di Azure Data Studio (impostazione predefinita); è false se deve essere visualizzata l'ultima visualizzazione aperta"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"vscode.extension.contributes.view.id": "Identificatore della vista. Utilizzare questo per registrare un provider di dati tramite l'API 'vscode.window.registerTreeDataProviderForView'. Anche per innescare l'attivazione dell'estensione tramite la registrazione dell'evento 'onView: ${id}' a 'activationEvents'.",
|
||||
"vscode.extension.contributes.view.name": "Il nome della visualizzazione. Verrà mostrato",
|
||||
"vscode.extension.contributes.view.when": "Condizione che deve essere vera per mostrare questa visualizzazione",
|
||||
"extension.contributes.dataExplorer": "Contribuisce visualizzazioni all'editor",
|
||||
"extension.dataExplorer": "Aggiunge come contributo visualizzazioni al contenitore Esplora dati nella barra attività",
|
||||
"dataExplorer.contributed": "Aggiunge come contributo visualizzazioni al contenitore delle visualizzazioni aggiunto come contributo",
|
||||
"ViewsContainerDoesnotExist": "Il contenitore di visualizzazioni '{0}' non esiste e tutte le visualizzazioni registrate verranno aggiunte a 'Esplora dati'.",
|
||||
"duplicateView1": "Non è possibile registrare più visualizzazioni con stesso ID `{0}` nel contenitore delle visualizzazioni `{1}`",
|
||||
"duplicateView2": "Una visualizzazione con ID `{0}` è già registrata nel contenitore delle visualizzazioni `{1}`",
|
||||
"requirearray": "Visualizzazioni devono essere una matrice",
|
||||
"requirestring": "la proprietà `{0}` è obbligatoria e deve essere di tipo `string`",
|
||||
"optstring": "la proprietà `{0}` può essere omessa o deve essere di tipo `string`"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dataExplorer.servers": "Server"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"disconnect": "Disconnetti",
|
||||
"newQuery": "Nuova query",
|
||||
"manage": "Gestisci",
|
||||
"refresh": "Aggiorna"
|
||||
}
|
||||
Reference in New Issue
Block a user