mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update extension resources and ENU XLF files (#6220)
* Add extension resources * Update enu XLF resources
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"serviceStarted": "Servizio avviato",
|
||||
"serviceStarting": "Avvio del servizio",
|
||||
"flatFileImport.serviceStartFailed": "Non è stato possibile avviare il servizio di importazione {0}",
|
||||
"installingServiceDetailed": "Installazione del servizio {0} in {1}",
|
||||
"installingService": "Installazione del servizio",
|
||||
"serviceInstalled": "Installato",
|
||||
"downloadingService": "Download di {0}",
|
||||
"downloadingServiceStatus": "Download del servizio",
|
||||
"downloadingServiceComplete": "Operazione completata."
|
||||
}
|
||||
11
i18n/ita/extensions/import/out/services/telemetry.i18n.json
Normal file
11
i18n/ita/extensions/import/out/services/telemetry.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"import.serviceCrashButton": "Lascia un Feedback",
|
||||
"serviceCrashMessage": "non è stato possibile avviare il componente del servizio"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"import.needConnection": "Connettersi a un server prima di usare questa procedura guidata.",
|
||||
"flatFileImport.wizardName": "Procedura guidata di importazione file flat",
|
||||
"flatFileImport.page1Name": "Specificare il File di Input",
|
||||
"flatFileImport.page2Name": "Anteprima dati",
|
||||
"flatFileImport.page3Name": "Modifica colonne",
|
||||
"flatFileImport.page4Name": "Riepilogo",
|
||||
"flatFileImport.importNewFile": "Importa nuovo file"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"flatFileImport.serverDropdownTitle": "Server in cui si trova il database",
|
||||
"flatFileImport.databaseDropdownTitle": "Database in cui viene creata la tabella",
|
||||
"flatFileImport.browseFiles": "Sfoglia",
|
||||
"flatFileImport.openFile": "Apri",
|
||||
"flatFileImport.fileTextboxTitle": "Percorso del file da importare",
|
||||
"flatFileImport.tableTextboxTitle": "Nuovo nome di tabella",
|
||||
"flatFileImport.schemaTextboxTitle": "Schema della tabella"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"flatFileImport.importData": "Importa dati",
|
||||
"flatFileImport.next": "Avanti",
|
||||
"flatFileImport.columnName": "Nome colonna",
|
||||
"flatFileImport.dataType": "Tipo di dato",
|
||||
"flatFileImport.primaryKey": "Chiave primaria",
|
||||
"flatFileImport.allowNulls": "Consenti valori Null"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"flatFileImport.refresh": "Aggiorna",
|
||||
"flatFileImport.prosePreviewMessage": "Questa operazione ha analizzato la struttura del file di input per generare l'anteprima seguente per le prime 50 righe."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"flatFileImport.importInformation": "Informazioni sull'importazione",
|
||||
"flatFileImport.importStatus": "Stato dell'importazione",
|
||||
"flatFileImport.serverName": "Nome del server",
|
||||
"flatFileImport.databaseName": "Nome del database",
|
||||
"flatFileImport.tableName": "Nome della tabella",
|
||||
"flatFileImport.tableSchema": "Schema della tabella",
|
||||
"flatFileImport.fileImport": "File da importare",
|
||||
"flatFileImport.success.norows": "✔ I dati sono stati inseriti in una tabella."
|
||||
}
|
||||
Reference in New Issue
Block a user