diff --git a/i18n/ads-language-pack-de/CHANGELOG.md b/i18n/ads-language-pack-de/CHANGELOG.md index 569b79757e..dcd6f65faf 100644 --- a/i18n/ads-language-pack-de/CHANGELOG.md +++ b/i18n/ads-language-pack-de/CHANGELOG.md @@ -2,7 +2,8 @@ All notable changes to the "ads-language-pack-de" language pack will be documented in this file. ## [Released] -* March 6, 2023 - Releaes for Azure Data Studio 1.42 +* March 30, 2023 - Release for Azure Data Studio 1.43 +* March 6, 2023 - Release for Azure Data Studio 1.42 * January 13, 2023 - Release for Azure Data Studio 1.41 * November 16, 2022 - Patch for 1.40 release * November 9, 2022 - Release for Azure Data Studio 1.40 diff --git a/i18n/ads-language-pack-de/package.json b/i18n/ads-language-pack-de/package.json index 54ce1ddad4..d66bba9fd4 100644 --- a/i18n/ads-language-pack-de/package.json +++ b/i18n/ads-language-pack-de/package.json @@ -2,7 +2,7 @@ "name": "ads-language-pack-de", "displayName": "German Language Pack for Azure Data Studio", "description": "Language pack extension for German", - "version": "1.42.0", + "version": "1.43.0", "publisher": "Microsoft", "repository": { "type": "git", @@ -11,7 +11,7 @@ "license": "SEE SOURCE EULA LICENSE IN LICENSE.txt", "engines": { "vscode": "*", - "azdata": "^1.42.0" + "azdata": "^1.43.0" }, "icon": "languagepack.png", "categories": [ diff --git a/i18n/ads-language-pack-de/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-de/translations/extensions/azurecore.i18n.json index e4bd9b87ea..c13a461248 100644 --- a/i18n/ads-language-pack-de/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-de/translations/extensions/azurecore.i18n.json @@ -153,6 +153,7 @@ }, "dist/localizedConstants": { "azure.azureResourcesGridTitle": "Azure-Ressourcen (Vorschau)", + "azure.credStoreSaveFailedError": "Die Schlüssel für den Tokencache konnten nicht im Anmeldeinformationsspeicher gespeichert werden. Dies kann zu Problemen bei der Persistenz des Azure-Zugriffstokens und zu Verbindungsinstabilitäten führen. Wahrscheinlich hat SqlTools das Speicherlimit für Anmeldeinformationen unter Windows erreicht. Löschen Sie in der Windows-Anmeldeinformationsverwaltung mindestens 2 Anmeldeinformationen, die mit „Microsoft.SqlTools|“ beginnen, und wiederholen Sie den Ladevorgang.", "azure.unableToOpenAzureLink": "Der Link kann nicht geöffnet werden, weil erforderliche Werte fehlen.", "azurecore.australiacentral": "Australien, Mitte", "azurecore.australiacentral2": "Australien, Mitte 2", @@ -168,6 +169,7 @@ "azurecore.centralindia": "Indien, Mitte", "azurecore.centralus": "USA, Mitte", "azurecore.centraluseuap": "USA, Mitte EUAP", + "azurecore.deprecated": "Warnung: ADAL ist veraltet und wird voraussichtlich in einer zukünftigen Version entfernt werden. Bitte verwenden Sie stattdessen MSAL.", "azurecore.eastasia": "Asien, Osten", "azurecore.eastus": "USA, Osten", "azurecore.eastus2": "USA, Osten 2", diff --git a/i18n/ads-language-pack-de/translations/extensions/mssql.i18n.json b/i18n/ads-language-pack-de/translations/extensions/mssql.i18n.json index c82e4d8eff..b0581ff5ce 100644 --- a/i18n/ads-language-pack-de/translations/extensions/mssql.i18n.json +++ b/i18n/ads-language-pack-de/translations/extensions/mssql.i18n.json @@ -22,8 +22,11 @@ "dist/localizedConstants": { "mssql.failedToFindAccount": "Fehler beim Suchen des Azure-Kontos {0} beim Ausführen der Tokenaktualisierung.", "mssql.failedToFindTenants": "Fehler beim Suchen des Mandanten „{0}“ im Konto „{1}“ beim Aktualisieren des Sicherheitstokens.", + "mssql.noConvertResult": "Von der Notebook-Konvertierungsanforderung wurde kein Ergebnis zurückgegeben.", + "mssql.noDocumentFound": "Kein Dokument für URI \"{0}\" gefunden.", "mssql.tokenRefreshFailed": "{0} AAD-Token konnte nicht aktualisiert werden, bitte stellen Sie die Verbindung erneut her, um {0} zu aktivieren.", - "mssql.tokenRefreshFailedNoSecurityToken": "Fehler bei der Aktualisierung des Editor-Tokens, die automatische Vervollständigung wird deaktiviert, bis der Editor getrennt und die Verbindung erneut hergestellt wurde." + "mssql.tokenRefreshFailedNoSecurityToken": "Fehler bei der Aktualisierung des Editor-Tokens, die automatische Vervollständigung wird deaktiviert, bis der Editor getrennt und die Verbindung erneut hergestellt wurde.", + "mssql.unsupportedPlatform": "Nicht unterstützte Plattform {0}" }, "dist/main": { "mssql.errorConvertingToNotebook": "Fehler beim Konvertieren des SQL-Dokuments in ein Notebook: {0}", @@ -31,11 +34,15 @@ "mssql.searchServers": "Servernamen suchen" }, "dist/objectManagement/localizedConstants": { + "objectManagement.ColumnDisplayName": "Spalte", + "objectManagement.DatabaseDisplayName": "Datenbank", "objectManagement.LoginTypeDisplayName": "Anmeldename", "objectManagement.LoginTypeDisplayNameInTitle": "Anmelden", "objectManagement.OkText": "OK", + "objectManagement.TableDisplayName": "Tabelle", "objectManagement.UserDisplayName": "Benutzer", "objectManagement.UserTypeDisplayNameInTitle": "Benutzer", + "objectManagement.ViewDisplayName": "Ansicht", "objectManagement.advancedSectionHeader": "Erweitert", "objectManagement.blankPasswordConfirmation": "Das Erstellen eines Anmeldenamens mit leerem Kennwort stellt ein Sicherheitsrisiko dar. Möchten Sie den Vorgang wirklich fortsetzen?", "objectManagement.confirmPasswordLabel": "Kennwort bestätigen", @@ -65,9 +72,11 @@ "objectManagement.login.sqlAuthSectionHeader": "SQL-Authentifizierung", "objectManagement.login.sqlAuthenticationType": "SQL-Authentifizierung", "objectManagement.login.windowsAuthenticationType": "Windows-Authentifizierung", + "objectManagement.loginNotSelectedError": "Die Anmeldung ist nicht ausgewählt.", "objectManagement.nameCannotBeEmptyError": "Das Namensfeld darf nicht leer bleiben.", "objectManagement.nameLabel": "Name", "objectManagement.newObjectDialogTitle": "{0} – Neu (Vorschau)", + "objectManagement.noConnectionUriError": "Fehler beim Abrufen der Verbindungsinformationen. Stellen Sie die Verbindung wieder her, und versuchen Sie es noch einmal.", "objectManagement.objectPropertiesDialogTitle": "{0} – {1} (Vorschau)", "objectManagement.openNewObjectDialogError": "Fehler beim Öffnen des neuen {0}-Dialogfelds. {1}", "objectManagement.openObjectPropertiesDialogError": "Fehler beim Öffnen des Eigenschaftendialogfelds für {0}: {1}. {2}", @@ -75,6 +84,9 @@ "objectManagement.passwordLabel": "Kennwort", "objectManagement.passwordsNotMatchError": "Das Kennwort muss mit dem Bestätigungskennwort übereinstimmen.", "objectManagement.refreshOEError": "Fehler beim Aktualisieren des Objekt-Explorers. {0}", + "objectManagement.renameObjectDialogTitle": "Neuen Namen eingeben", + "objectManagement.renameObjectError": "Beim Umbenennen von {0} \"{1}\" in \"{2}\" ist ein Fehler aufgetreten. {3}", + "objectManagement.renameObjectOperationName": "{0} \"{1}\" in \"{2}\" umbenennen", "objectManagement.selectedLabel": "Ausgewählt", "objectManagement.updateObjectOperationName": "{0} „{1}“ aktualisieren", "objectManagement.user.containedUser": "Enthaltener Benutzer", @@ -165,7 +177,7 @@ "mssql.connectionOptions.enclaveAttestationProtocol.description": "Gibt ein Protokoll zum Nachweis einer serverseitigen Enclave an, die mit Always Encrypted für Secure Enclaves verwendet wird.", "mssql.connectionOptions.enclaveAttestationProtocol.displayName": "Nachweisprotokoll", "mssql.connectionOptions.enclaveAttestationUrl.description": "Gibt einen Endpunkt zum Nachweis einer serverseitigen Enclave an, die mit Always Encrypted für Secure Enclaves verwendet wird.", - "mssql.connectionOptions.enclaveAttestationUrl.displayName": "Enclave-Nachweis-URL", + "mssql.connectionOptions.enclaveAttestationUrl.displayName": "Nachweis-URL", "mssql.connectionOptions.encrypt.categoryValues.false": "Optional (FALSCH)", "mssql.connectionOptions.encrypt.categoryValues.strict": "Streng", "mssql.connectionOptions.encrypt.categoryValues.true": "Obligatorisch (WAHR)", @@ -300,7 +312,8 @@ "title.newServerRole": "Neue Serverrolle", "title.newTable": "Neue Tabelle", "title.newUser": "Neuer Benutzer", - "title.objectProperties": "Eigenschaften", + "title.objectProperties": "Eigenschaften (Vorschau)", + "title.renameObject": "Umbenennen", "title.searchServers": "Suche: Server", "title.showLogFile": "Protokolldatei anzeigen" } diff --git a/i18n/ads-language-pack-de/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-de/translations/extensions/sql-migration.i18n.json index deddc50acb..7b4465e292 100644 --- a/i18n/ads-language-pack-de/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-de/translations/extensions/sql-migration.i18n.json @@ -17,6 +17,7 @@ "sql-migration.login.wizard.title": "Migrieren von Anmeldungen von „{0}“ zu Azure SQL", "sql-migration.wizard.title": "\"{0}\" zu Azure SQL migrieren", "sql.cancel.migration.confirmation": "Möchten Sie diese Migration abbrechen?", + "sql.delete.migration.confirmation": "Möchten Sie die Migration wirklich löschen?", "sql.login.migration.aad.domain.name.input.box.label": "Azure Active Directory-Domänennamen (nur zum Migrieren von Windows-Authentifizierungsanmeldungen erforderlich)", "sql.login.migration.aad.domain.name.input.box.placeholder": "Name der AAD-Verwaltungsdomäne eingeben", "sql.login.migration.collecting.target.logins.failed": "Fehler beim Erfassen der Zielanmeldung. Fehlercode: {0}", @@ -121,6 +122,7 @@ "sql.migration.cancel.migration": "Migration abbrechen", "sql.migration.cannot.cancel": "Die Migration ist nicht in Bearbeitung und kann nicht abgebrochen werden.", "sql.migration.cannot.cutover": "Die Migration ist nicht in Bearbeitung, Cutover nicht möglich.", + "sql.migration.cannot.delete": "Die Migration wird derzeit ausgeführt und kann nicht gelöscht werden.", "sql.migration.cannot.retry": "Die Migration kann nicht wiederholt werden.", "sql.migration.cannot.start.cutover.error": "Der Cutover kann erst gestartet werden, wenn alle Migrationen abgeschlossen sind. Aktualisieren Sie das Browserfenster, um den aktuellen Dateistatus anzuzeigen.", "sql.migration.close": "Schließen", @@ -225,6 +227,8 @@ "sql.migration.day": "{0} Tag", "sql.migration.days": "{0} Tage", "sql.migration.default.database": "Standarddatenbank", + "sql.migration.delete.error": "Fehler beim Löschen der Migration.", + "sql.migration.delete.migration": "Migration löschen", "sql.migration.description": "Beschreibung", "sql.migration.details.breadcrumb.migrations": "Migrationen", "sql.migration.details.copied": "Details kopiert", @@ -859,6 +863,7 @@ "complete-cutover-menu": "Cutover abschließen", "copy-migration-menu": "Migrationsdetails kopieren", "database-details-menu": "Datenbankdetails", + "delete-migration-menu": "Migration löschen", "description": "Beschreibung der Azure SQL-Migration", "displayName": "Azure SQL-Migration", "migration-command-category": "Azure SQL-Migration", diff --git a/i18n/ads-language-pack-de/translations/main.i18n.json b/i18n/ads-language-pack-de/translations/main.i18n.json index e6ce86af0f..dbbc386c9c 100644 --- a/i18n/ads-language-pack-de/translations/main.i18n.json +++ b/i18n/ads-language-pack-de/translations/main.i18n.json @@ -11493,6 +11493,7 @@ "notebook.toolbarIcon": "Notebook: Symbole der Markdownsymbolleiste", "notebookFindMatchHighlight": "Farbe der anderen Suchergebnisse. Die Farbe darf nicht deckend sein, weil sie sonst die zugrunde liegenden Dekorationen verdeckt.", "notebookFindRangeHighlight": "Farbe des Bereichs, der die Suche eingrenzt. Die Farbe darf nicht deckend sein, damit sie nicht die zugrunde liegenden Dekorationen verdeckt.", + "queryEditorNullBackground": "Die Hintergrundfarbe für NULL-Werte im Ergebnisraster des Abfrage-Editors.", "tileBorder": "Die Rahmenfarbe von Kacheln.", "tileBoxShadow": "Die Schattenfarbe des Kachelfelds." }, @@ -12895,6 +12896,7 @@ "sql/workbench/contrib/objectExplorer/common/serverGroup.contribution": { "serverGroup.autoExpand": "Servergruppen im Objekt-Explorer-Viewlet automatisch erweitern", "serverGroup.colors": "Farbpalette für die Servergruppe, die im Objekt-Explorer-Viewlet verwendet wird.", + "serverTree.nodeExpansionTimeout": "Timeout in Sekunden für das Erweitern eines Knotens in der Serveransicht", "serverTree.useAsyncServerTree": "(Vorschau) Verwenden Sie die neue asynchrone Serverstruktur für die Serveransicht und das Verbindungsdialogfeld. Sie bietet Unterstützung für neue Features wie die dynamische Knotenfilterung." }, "sql/workbench/contrib/preferences/browser/sqlSettingsLayout": { @@ -13434,6 +13436,7 @@ "connection.neverShowUnsupportedVersionWarning": "Nicht mehr anzeigen", "connection.noAzureAccount": "Fehler beim Abrufen des Azure-Kontotokens für die Verbindung.", "connection.refreshAzureTokenFailure": "Fehler beim Aktualisieren des Azure-Kontotokens für die Verbindung.", + "connection.unknownProvider": "Unbekannter Anbieter \"{0}\"", "connection.unsupportedServerVersionWarning": "Die Serverversion wird von Azure Data Studio nicht unterstützt. Sie können dennoch eine Verbindung damit herstellen, aber einige Features in Azure Data Studio funktionieren möglicherweise nicht wie erwartet.", "connectionDialog.connectionProviderNotSupported": "Die Erweiterung, die den Anbietertyp „{0}“ unterstützt, ist derzeit nicht installiert. Möchten Sie die Erweiterungen anzeigen?", "connectionManagementService.noProviderForUri": "Der Anbieter für URI konnte nicht gefunden werden: {0}", @@ -13450,7 +13453,8 @@ "connection.azureTenantDropdownLabel": "Azure AD-Mandant", "connectionName": "Name (optional)", "connectionWidget.AddAzureAccount": "Konto hinzufügen...", - "connectionWidget.ConnectionStringError": "Fehler beim Analysieren der Verbindungszeichenfolge.", + "connectionWidget.ConnectionStringError": "Fehler beim Analysieren der Verbindungszeichenfolge. {0}", + "connectionWidget.ConnectionStringUndefined": "Es wurden keine Verbindungsinformationen zurückgegeben.", "connectionWidget.Error": "Fehler", "connectionWidget.connectionString": "Verbindungszeichenfolge", "connectionWidget.invalidAzureAccount": "Sie müssen ein Konto auswählen.", @@ -13688,7 +13692,8 @@ }, "sql/workbench/services/objectExplorer/browser/objectExplorerService": { "OeSessionFailedError": "Fehler beim Erstellen der Objekt-Explorer-Sitzung.", - "nodeExpansionError": "Mehrere Fehler:" + "nodeExpansionError": "Mehrere Fehler:", + "nodeExpansionTimeout": "Timeout bei der Knotenerweiterung für Knoten {0} für Anbieter {1}" }, "sql/workbench/services/objectExplorer/browser/objectExplorerViewTreeShim": { "firewallCanceled": "Firewalldialogfeld abgebrochen", @@ -13953,6 +13958,9 @@ }, "sql/workbench/contrib/executionPlan/browser/executionPlanInput": { "epCompare.executionPlanEditorName": "ExecutionPlan" + }, + "sql/workbench/contrib/editData/browser/editDataGridPanel": { + "editData.cellWithNullCharMessage": "Diese Zelle enthält das Unicode-Zeichen für NULL, das derzeit nicht für die Bearbeitung unterstützt wird." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-es/CHANGELOG.md b/i18n/ads-language-pack-es/CHANGELOG.md index 06f3c79106..d1da02a618 100644 --- a/i18n/ads-language-pack-es/CHANGELOG.md +++ b/i18n/ads-language-pack-es/CHANGELOG.md @@ -2,7 +2,8 @@ All notable changes to the "ads-language-pack-es" language pack will be documented in this file. ## [Released] -* March 6, 2023 - Releaes for Azure Data Studio 1.42 +* March 30, 2023 - Release for Azure Data Studio 1.43 +* March 6, 2023 - Release for Azure Data Studio 1.42 * January 13, 2023 - Release for Azure Data Studio 1.41 * November 16, 2022 - Patch for 1.40 release * November 9, 2022 - Release for Azure Data Studio 1.40 diff --git a/i18n/ads-language-pack-es/package.json b/i18n/ads-language-pack-es/package.json index 907a55ab6d..5b3703f797 100644 --- a/i18n/ads-language-pack-es/package.json +++ b/i18n/ads-language-pack-es/package.json @@ -2,7 +2,7 @@ "name": "ads-language-pack-es", "displayName": "Spanish Language Pack for Azure Data Studio", "description": "Language pack extension for Spanish", - "version": "1.42.0", + "version": "1.43.0", "publisher": "Microsoft", "repository": { "type": "git", @@ -11,7 +11,7 @@ "license": "SEE SOURCE EULA LICENSE IN LICENSE.txt", "engines": { "vscode": "*", - "azdata": "^1.42.0" + "azdata": "^1.43.0" }, "icon": "languagepack.png", "categories": [ diff --git a/i18n/ads-language-pack-es/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-es/translations/extensions/azurecore.i18n.json index 16fde9d488..6f584eb535 100644 --- a/i18n/ads-language-pack-es/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-es/translations/extensions/azurecore.i18n.json @@ -153,6 +153,7 @@ }, "dist/localizedConstants": { "azure.azureResourcesGridTitle": "Recursos de Azure (versión preliminar)", + "azure.credStoreSaveFailedError": "No se pudieron guardar las claves para la memoria caché de tokens en el almacén de credenciales. Esto puede provocar problemas de persistencia de tokens de acceso de Azure e inestabilidades de conexión. Es probable que SqlTools haya alcanzado el límite de almacenamiento de credenciales en Windows. Borre al menos 2 credenciales que empiecen con \"Microsoft.SqlTools|\" en el Administrador de credenciales de Windows y vuelva a cargar.", "azure.unableToOpenAzureLink": "No se puede abrir el vínculo; faltan valores necesarios.", "azurecore.australiacentral": "Centro de Australia", "azurecore.australiacentral2": "Centro de Australia 2", @@ -168,6 +169,7 @@ "azurecore.centralindia": "Centro de la India", "azurecore.centralus": "Centro de EE. UU.", "azurecore.centraluseuap": "EUAP del centro de EE. UU.", + "azurecore.deprecated": "Advertencia: ADAL está en desuso y está programado para quitarse en una versión futura. Use MSAL en su lugar.", "azurecore.eastasia": "Este de Asia", "azurecore.eastus": "Este de EE. UU.", "azurecore.eastus2": "Este de EE. UU. 2", diff --git a/i18n/ads-language-pack-es/translations/extensions/mssql.i18n.json b/i18n/ads-language-pack-es/translations/extensions/mssql.i18n.json index f64e9763ce..1f9bf0a314 100644 --- a/i18n/ads-language-pack-es/translations/extensions/mssql.i18n.json +++ b/i18n/ads-language-pack-es/translations/extensions/mssql.i18n.json @@ -22,8 +22,11 @@ "dist/localizedConstants": { "mssql.failedToFindAccount": "No se pudo encontrar la cuenta de Azure {0} al ejecutar la actualización del token", "mssql.failedToFindTenants": "No se pudo encontrar el inquilino '{0}' en la cuenta '{1}' al actualizar el token de seguridad", + "mssql.noConvertResult": "No se ha devuelto ningún resultado de la solicitud de conversión de Notebook", + "mssql.noDocumentFound": "No se ha encontrado ningún documento para el URI {0}", "mssql.tokenRefreshFailed": "Error al actualizar el token de AAD {0}, vuelva a conectarse para habilitar {0}", - "mssql.tokenRefreshFailedNoSecurityToken": "Error al actualizar el token del editor; la función de autocompletar se deshabilitará hasta que el editor se desconecte y vuelva a conectarse" + "mssql.tokenRefreshFailedNoSecurityToken": "Error al actualizar el token del editor; la función de autocompletar se deshabilitará hasta que el editor se desconecte y vuelva a conectarse", + "mssql.unsupportedPlatform": "Plataforma no admitida {0}" }, "dist/main": { "mssql.errorConvertingToNotebook": "Error al convertir el documento de SQL a Notebook; {0}.", @@ -31,11 +34,15 @@ "mssql.searchServers": "Buscar nombres de servidor" }, "dist/objectManagement/localizedConstants": { + "objectManagement.ColumnDisplayName": "columna", + "objectManagement.DatabaseDisplayName": "base de datos", "objectManagement.LoginTypeDisplayName": "inicio de sesión", "objectManagement.LoginTypeDisplayNameInTitle": "Iniciar sesión", "objectManagement.OkText": "Aceptar", + "objectManagement.TableDisplayName": "tabla", "objectManagement.UserDisplayName": "usuario", "objectManagement.UserTypeDisplayNameInTitle": "Usuario", + "objectManagement.ViewDisplayName": "Ver", "objectManagement.advancedSectionHeader": "Opciones avanzadas", "objectManagement.blankPasswordConfirmation": "La creación de un inicio de sesión con una contraseña en blanco presenta un riesgo de seguridad. ¿Está seguro de que desea continuar?", "objectManagement.confirmPasswordLabel": "Confirmar contraseña", @@ -65,9 +72,11 @@ "objectManagement.login.sqlAuthSectionHeader": "Autenticación de SQL", "objectManagement.login.sqlAuthenticationType": "Autenticación de SQL", "objectManagement.login.windowsAuthenticationType": "Autenticación de Windows", + "objectManagement.loginNotSelectedError": "No se ha seleccionado el inicio de sesión.", "objectManagement.nameCannotBeEmptyError": "El nombre no puede estar vacío.", "objectManagement.nameLabel": "Nombre", "objectManagement.newObjectDialogTitle": "{0} - Nuevo (Versión preliminar)", + "objectManagement.noConnectionUriError": "No se pudo recuperar la información de conexión. Vuelva a conectarse e inténtelo de nuevo.", "objectManagement.objectPropertiesDialogTitle": "{0} - {1} (Versión preliminar)", "objectManagement.openNewObjectDialogError": "Error al abrir el nuevo cuadro de diálogo {0}. {1}", "objectManagement.openObjectPropertiesDialogError": "Error al abrir el cuadro de diálogo de propiedades para {0}: {1}. {2}", @@ -75,6 +84,9 @@ "objectManagement.passwordLabel": "Contraseña", "objectManagement.passwordsNotMatchError": "La contraseña debe coincidir con la contraseña de confirmación.", "objectManagement.refreshOEError": "Error al actualizar el explorador de objetos. {0}", + "objectManagement.renameObjectDialogTitle": "Escriba un nombre nuevo", + "objectManagement.renameObjectError": "Error al cambiar el nombre de {0} '{1}' a '{2}'. {3}", + "objectManagement.renameObjectOperationName": "Cambie el nombre de {0} '{1}' a '{2}'", "objectManagement.selectedLabel": "Seleccionado", "objectManagement.updateObjectOperationName": "Actualizar {0} \"{1}\"", "objectManagement.user.containedUser": "Usuario contenido", @@ -165,7 +177,7 @@ "mssql.connectionOptions.enclaveAttestationProtocol.description": "Especifica un protocolo para la atestación de un enclave de servidor empleado con Always Encrypted con enclaves seguros.", "mssql.connectionOptions.enclaveAttestationProtocol.displayName": "Protocolo de atestación", "mssql.connectionOptions.enclaveAttestationUrl.description": "Especifica un punto de conexión para la atestación de un enclave de servidor empleado con Always Encrypted con enclaves seguros.", - "mssql.connectionOptions.enclaveAttestationUrl.displayName": "Dirección URL de atestación del enclave", + "mssql.connectionOptions.enclaveAttestationUrl.displayName": "URL de atestación", "mssql.connectionOptions.encrypt.categoryValues.false": "Optional (False)", "mssql.connectionOptions.encrypt.categoryValues.strict": "Strict", "mssql.connectionOptions.encrypt.categoryValues.true": "Mandatory (True)", @@ -203,7 +215,7 @@ "mssql.connectionOptions.port.displayName": "Puerto", "mssql.connectionOptions.replication.description": "Utilizado por SQL Server en replicación", "mssql.connectionOptions.replication.displayName": "Replicación", - "mssql.connectionOptions.secureEnclaves.description": "Habilita o deshabilita enclaves seguros para la conexión", + "mssql.connectionOptions.secureEnclaves.description": "Habilitar o deshabilitar enclaves seguros para la conexión", "mssql.connectionOptions.secureEnclaves.displayName": "Enclaves seguros", "mssql.connectionOptions.serverName.description": "Nombre de la instancia de SQL Server", "mssql.connectionOptions.serverName.displayName": "Servidor", @@ -300,7 +312,8 @@ "title.newServerRole": "Nuevo rol de servidor", "title.newTable": "Nueva tabla", "title.newUser": "Nuevo usuario", - "title.objectProperties": "Propiedades", + "title.objectProperties": "Propiedades (versión preliminar)", + "title.renameObject": "Renombrar", "title.searchServers": "Buscar: Servidores", "title.showLogFile": "Mostrar archivo de registro" } diff --git a/i18n/ads-language-pack-es/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-es/translations/extensions/sql-migration.i18n.json index 80ee038941..1e75ba9953 100644 --- a/i18n/ads-language-pack-es/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-es/translations/extensions/sql-migration.i18n.json @@ -17,6 +17,7 @@ "sql-migration.login.wizard.title": "Migrar inicios de sesión de \"{0}\" a Azure SQL", "sql-migration.wizard.title": "Migrar \"{0}\" a Azure SQL", "sql.cancel.migration.confirmation": "¿Seguro de que desea cancelar la migración?", + "sql.delete.migration.confirmation": "¿Está seguro de que desea eliminar esta migración?", "sql.login.migration.aad.domain.name.input.box.label": "Azure Active Directory nombre de dominio (solo es necesario para migrar inicios de sesión de autenticación de Windows)", "sql.login.migration.aad.domain.name.input.box.placeholder": "Escriba el nombre de dominio de AAD", "sql.login.migration.collecting.target.logins.failed": "Error al recopilar el inicio de sesión de destino, con código de error {0}", @@ -121,6 +122,7 @@ "sql.migration.cancel.migration": "Cancelar migración", "sql.migration.cannot.cancel": "La migración no está en curso y no se puede cancelar.", "sql.migration.cannot.cutover": "La migración no está en curso y no se puede realizar la transición.", + "sql.migration.cannot.delete": "La migración se encuentra en curso y no puede eliminarse.", "sql.migration.cannot.retry": "No se puede reintentar la migración.", "sql.migration.cannot.start.cutover.error": "El proceso de transición no se puede iniciar hasta que se realicen todas las migraciones. Para devolver el estado de archivo más reciente, actualice la ventana del explorador.", "sql.migration.close": "Cerrar", @@ -225,6 +227,8 @@ "sql.migration.day": "{0} día", "sql.migration.days": "{0} días", "sql.migration.default.database": "Base de datos predeterminada", + "sql.migration.delete.error": "Error al eliminar la migración.", + "sql.migration.delete.migration": "Eliminar migración", "sql.migration.description": "Descripción", "sql.migration.details.breadcrumb.migrations": "Migraciones", "sql.migration.details.copied": "Detalles copiados", @@ -859,6 +863,7 @@ "complete-cutover-menu": "Transición completa", "copy-migration-menu": "Copiar detalles de la migración", "database-details-menu": "Detalles de la base de datos", + "delete-migration-menu": "Eliminar migración", "description": "Descripción de la migración de Azure SQL", "displayName": "Migración de Azure SQL", "migration-command-category": "Migración de Azure SQL", diff --git a/i18n/ads-language-pack-es/translations/main.i18n.json b/i18n/ads-language-pack-es/translations/main.i18n.json index d634031350..6a90c81f14 100644 --- a/i18n/ads-language-pack-es/translations/main.i18n.json +++ b/i18n/ads-language-pack-es/translations/main.i18n.json @@ -11493,6 +11493,7 @@ "notebook.toolbarIcon": "Cuaderno: iconos de la barra de herramientas de Markdown", "notebookFindMatchHighlight": "Color de los otros resultados de la búsqueda. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", "notebookFindRangeHighlight": "Color de la gama que limita la búsqueda. El color no debe ser opaco para no ocultar decoraciones subyacentes.", + "queryEditorNullBackground": "Color de fondo de los valores NULL en la cuadrícula de resultados del editor de consultas.", "tileBorder": "Color del borde de los iconos", "tileBoxShadow": "Color de la sombra del cuadro del icono" }, @@ -12877,7 +12878,7 @@ "viewOptionsModal.title": "Configurar vista" }, "sql/workbench/contrib/notebook/browser/outputs/gridOutput.component": { - "copyFailed": "Error de copia: {0}", + "copyFailed": "Error de copia {0}", "notebook.showChart": "Mostrar gráfico", "notebook.showTable": "Mostrar tabla" }, @@ -12895,6 +12896,7 @@ "sql/workbench/contrib/objectExplorer/common/serverGroup.contribution": { "serverGroup.autoExpand": "Expanda automáticamente los grupos de servidores en el viewlet del Explorador de Objetos.", "serverGroup.colors": "Paleta de colores del grupo de servidores utilizada en el viewlet del Explorador de objetos.", + "serverTree.nodeExpansionTimeout": "Tiempo de espera en segundos para expandir un nodo en la vista Servidores", "serverTree.useAsyncServerTree": "(Versión preliminar) Use el nuevo árbol de servidores asincrónicos para la vista Servidores y el cuadro de diálogo Conexión, con compatibilidad con nuevas características como el filtrado de nodos dinámicos." }, "sql/workbench/contrib/preferences/browser/sqlSettingsLayout": { @@ -13434,6 +13436,7 @@ "connection.neverShowUnsupportedVersionWarning": "No volver a mostrar", "connection.noAzureAccount": "Error al obtener el token de cuenta de Azure para conexión", "connection.refreshAzureTokenFailure": "Error al actualizar el token de cuenta de Azure para conexión", + "connection.unknownProvider": "Proveedor desconocido '{0}'", "connection.unsupportedServerVersionWarning": "La versión del servidor no es compatible con Azure Data Studio, es posible que aún pueda conectarse a ella, pero puede que algunas características de Azure Data Studio no funcionen de la forma esperada.", "connectionDialog.connectionProviderNotSupported": "La extensión que admite el tipo de proveedor '{0}' no está instalada actualmente. ¿Quiere ver las extensiones?", "connectionManagementService.noProviderForUri": "No se encontró ningún proveedor para el URI: {0}", @@ -13450,7 +13453,8 @@ "connection.azureTenantDropdownLabel": "Inquilino de Azure AD", "connectionName": "Nombre (opcional)", "connectionWidget.AddAzureAccount": "Agregar una cuenta...", - "connectionWidget.ConnectionStringError": "No se pudo analizar la cadena de conexión.", + "connectionWidget.ConnectionStringError": "No se ha podido analizar la cadena de conexión. {0}", + "connectionWidget.ConnectionStringUndefined": "No se ha devuelto la información de conexión.", "connectionWidget.Error": "Error", "connectionWidget.connectionString": "Cadena de conexión", "connectionWidget.invalidAzureAccount": "Debe seleccionar una cuenta", @@ -13688,7 +13692,8 @@ }, "sql/workbench/services/objectExplorer/browser/objectExplorerService": { "OeSessionFailedError": "Error al crear la sesión del Explorador de objetos", - "nodeExpansionError": "Varios errores:" + "nodeExpansionError": "Varios errores:", + "nodeExpansionTimeout": "Se agotó el tiempo de espera de expansión del nodo {0} para los proveedores {1}" }, "sql/workbench/services/objectExplorer/browser/objectExplorerViewTreeShim": { "firewallCanceled": "Diálogo de firewall cancelado", @@ -13743,7 +13748,7 @@ "updateCellFailed": "Error en la actualización de la celda: " }, "sql/workbench/services/query/common/queryRunner": { - "copyFailed": "Error de copia: {0}", + "copyFailed": "Error de copia {0}", "elapsedBatchTime": "Tiempo de ejecución por lotes: {0}", "query.ExecutionFailedError": "La ejecución no se completó debido a un error inesperado: {0} {1}", "query.message.executionTime": "Tiempo total de ejecución: {0}", @@ -13953,6 +13958,9 @@ }, "sql/workbench/contrib/executionPlan/browser/executionPlanInput": { "epCompare.executionPlanEditorName": "ExecutionPlan" + }, + "sql/workbench/contrib/editData/browser/editDataGridPanel": { + "editData.cellWithNullCharMessage": "Esta celda contiene el carácter nulo Unicode, que no se admite actualmente para la edición." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-fr/CHANGELOG.md b/i18n/ads-language-pack-fr/CHANGELOG.md index a0edc5c49d..808bb78867 100644 --- a/i18n/ads-language-pack-fr/CHANGELOG.md +++ b/i18n/ads-language-pack-fr/CHANGELOG.md @@ -2,7 +2,8 @@ All notable changes to the "ads-language-pack-fr" language pack will be documented in this file. ## [Released] -* March 6, 2023 - Releaes for Azure Data Studio 1.42 +* March 30, 2023 - Release for Azure Data Studio 1.43 +* March 6, 2023 - Release for Azure Data Studio 1.42 * January 13, 2023 - Release for Azure Data Studio 1.41 * November 16, 2022 - Patch for 1.40 release * November 9, 2022 - Release for Azure Data Studio 1.40 diff --git a/i18n/ads-language-pack-fr/package.json b/i18n/ads-language-pack-fr/package.json index fd2f592fd0..59b3a051d9 100644 --- a/i18n/ads-language-pack-fr/package.json +++ b/i18n/ads-language-pack-fr/package.json @@ -2,7 +2,7 @@ "name": "ads-language-pack-fr", "displayName": "French Language Pack for Azure Data Studio", "description": "Language pack extension for French", - "version": "1.42.0", + "version": "1.43.0", "publisher": "Microsoft", "repository": { "type": "git", @@ -11,7 +11,7 @@ "license": "SEE SOURCE EULA LICENSE IN LICENSE.txt", "engines": { "vscode": "*", - "azdata": "^1.42.0" + "azdata": "^1.43.0" }, "icon": "languagepack.png", "categories": [ diff --git a/i18n/ads-language-pack-fr/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-fr/translations/extensions/azurecore.i18n.json index dfd629aa1b..cfa61ec318 100644 --- a/i18n/ads-language-pack-fr/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-fr/translations/extensions/azurecore.i18n.json @@ -153,6 +153,7 @@ }, "dist/localizedConstants": { "azure.azureResourcesGridTitle": "Ressources Azure (préversion)", + "azure.credStoreSaveFailedError": "Impossible d’enregistrer les clés du cache de jetons dans le magasin d’informations d’identification. Cela peut entraîner des problèmes de persistance de jeton d’accès Azure et des instabilités de connexion. Il est probable que SqlTools ait atteint la limite de stockage des informations d’identification sur Windows. Effacez au moins 2 informations d’identification qui commencent par « Microsoft.SqlTools| » dans Windows Gestionnaire d'informations d'identification et rechargez.", "azure.unableToOpenAzureLink": "Impossible d'ouvrir le lien, valeurs obligatoires manquantes", "azurecore.australiacentral": "Australie Centre", "azurecore.australiacentral2": "Australie Centre 2", @@ -168,6 +169,7 @@ "azurecore.centralindia": "Inde Centre", "azurecore.centralus": "USA Centre", "azurecore.centraluseuap": "USA Centre EUAP", + "azurecore.deprecated": "Avertissement : ADAL a été déprécié et est planifié pour être supprimé dans une prochaine version. Utilisez MSAL à la place.", "azurecore.eastasia": "Asie Est", "azurecore.eastus": "USA Est", "azurecore.eastus2": "USA Est 2", diff --git a/i18n/ads-language-pack-fr/translations/extensions/mssql.i18n.json b/i18n/ads-language-pack-fr/translations/extensions/mssql.i18n.json index 2a44f3e89d..be66d2175b 100644 --- a/i18n/ads-language-pack-fr/translations/extensions/mssql.i18n.json +++ b/i18n/ads-language-pack-fr/translations/extensions/mssql.i18n.json @@ -22,8 +22,11 @@ "dist/localizedConstants": { "mssql.failedToFindAccount": "Le compte Azure {0} est introuvable lors de l’exécution de l’actualisation du jeton.", "mssql.failedToFindTenants": "Impossible de trouver le client '{0}' dans le '{1}' de compte lors de l’actualisation du jeton de sécurité", + "mssql.noConvertResult": "Aucun résultat n'a été renvoyé de la requête de conversion de Notebook", + "mssql.noDocumentFound": "Aucun document trouvé pour l'URI {0}", "mssql.tokenRefreshFailed": "{0}L'actualisation du jeton AAD a échoué, reconnectez-vous pour activer {0}.", - "mssql.tokenRefreshFailedNoSecurityToken": "Échec de l’actualisation du jeton de l’éditeur. La saisie semi-automatique sera désactivée jusqu’à ce que l’éditeur soit déconnecté et reconnecté." + "mssql.tokenRefreshFailedNoSecurityToken": "Échec de l’actualisation du jeton de l’éditeur. La saisie semi-automatique sera désactivée jusqu’à ce que l’éditeur soit déconnecté et reconnecté.", + "mssql.unsupportedPlatform": "Plate-forme non prise en charge {0}" }, "dist/main": { "mssql.errorConvertingToNotebook": "Erreur pendant la conversion du document SQL au format Notebook. Erreur : {0}", @@ -31,11 +34,15 @@ "mssql.searchServers": "Rechercher dans les noms de serveur" }, "dist/objectManagement/localizedConstants": { + "objectManagement.ColumnDisplayName": "colonne", + "objectManagement.DatabaseDisplayName": "base de données", "objectManagement.LoginTypeDisplayName": "connexion", "objectManagement.LoginTypeDisplayNameInTitle": "Connexion", "objectManagement.OkText": "OK", + "objectManagement.TableDisplayName": "table", "objectManagement.UserDisplayName": "utilisateur", "objectManagement.UserTypeDisplayNameInTitle": "Utilisateur", + "objectManagement.ViewDisplayName": "vue", "objectManagement.advancedSectionHeader": "Avancé", "objectManagement.blankPasswordConfirmation": "La création d'une connexion avec un mot de passe vide pose un problème de sécurité. Êtes-vous sûr de vouloir continuer ?", "objectManagement.confirmPasswordLabel": "Confirmer le mot de passe", @@ -65,9 +72,11 @@ "objectManagement.login.sqlAuthSectionHeader": "Authentification SQL", "objectManagement.login.sqlAuthenticationType": "Authentification SQL", "objectManagement.login.windowsAuthenticationType": "Authentification Windows", + "objectManagement.loginNotSelectedError": "La connexion n’est pas sélectionnée.", "objectManagement.nameCannotBeEmptyError": "Le nom ne peut pas être vide.", "objectManagement.nameLabel": "Nom", "objectManagement.newObjectDialogTitle": "{0} : nouveau (préversion)", + "objectManagement.noConnectionUriError": "Échec de la récupération des informations de connexion. Veuillez vous reconnecter et réessayez.", "objectManagement.objectPropertiesDialogTitle": "{0} : {1} (préversion)", "objectManagement.openNewObjectDialogError": "Une erreur s’est produite lors de l’ouverture d’un nouveau dialogue {0} : {1}", "objectManagement.openObjectPropertiesDialogError": "Une erreur s’est produite lors de l’ouverture du dialogue des propriétés de {0} : {1}. {2}", @@ -75,6 +84,9 @@ "objectManagement.passwordLabel": "Mot de passe", "objectManagement.passwordsNotMatchError": "Le mot de passe doit correspondre au mot de passe de confirmation.", "objectManagement.refreshOEError": "Une erreur s’est produite lors de l’actualisation de l’Explorateur d’objets. {0}", + "objectManagement.renameObjectDialogTitle": "Entrez le nouveau nom", + "objectManagement.renameObjectError": "Une erreur s'est produite lors du changement de nom de {0} '{1}' en '{2}'. {3}", + "objectManagement.renameObjectOperationName": "Renommer {0} '{1}' en '{2}'", "objectManagement.selectedLabel": "Sélectionné", "objectManagement.updateObjectOperationName": "Mise à jour du type {0} « {1} »", "objectManagement.user.containedUser": "Utilisateur à relation contenant-contenu", @@ -165,7 +177,7 @@ "mssql.connectionOptions.enclaveAttestationProtocol.description": "Spécifie un protocole pour attester une enclave côté serveur utilisée avec Always Encrypted avec des enclaves sécurisées", "mssql.connectionOptions.enclaveAttestationProtocol.displayName": "Protocole d'attestation", "mssql.connectionOptions.enclaveAttestationUrl.description": "Spécifie un point de terminaison pour attester une enclave côté serveur utilisée avec Always Encrypted avec des enclaves sécurisées", - "mssql.connectionOptions.enclaveAttestationUrl.displayName": "URL d'attestation d'enclave", + "mssql.connectionOptions.enclaveAttestationUrl.displayName": "URL d’attestation", "mssql.connectionOptions.encrypt.categoryValues.false": "Facultatif (faux)", "mssql.connectionOptions.encrypt.categoryValues.strict": "Strict", "mssql.connectionOptions.encrypt.categoryValues.true": "Obligatoire (Vrai)", @@ -216,7 +228,7 @@ "mssql.connectionOptions.workstationId.description": "Nom de la station de travail se connectant à SQL Server", "mssql.connectionOptions.workstationId.displayName": "ID de station de travail", "mssql.disabled": "Désactivé", - "mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.", + "mssql.enableSqlAuthenticationProvider": "Active l’utilisation du fournisseur d’authentification Sql pour le mode d’authentification ’Active Directory Domain Services Interactive’ lorsque l’utilisateur sélectionne l’authentification ’AzureMFA’. Cela permet l’intégration du point de terminaison des ressources côté serveur lors de la récupération des jetons d’accès. Cette option est uniquement prise en charge pour la bibliothèque d’authentification Azure ’MSAL’. Azure Data Studio doit être relancé lorsque la valeur est modifiée.", "mssql.enabled": "Activé", "mssql.executionPlan.actualNumberOfRowsForAllExecutions": "Met en évidence l’opération de plan d’exécution avec le plus grand nombre réel de lignes pour toutes les exécutions.", "mssql.executionPlan.cost": "Met en surbrillance l’opération de plan d’exécution avec le coût le plus élevé.", @@ -248,8 +260,8 @@ "mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server : Activer le schéma Grouper par", "mssql.objectExplorer.expandTimeout": "Délai d’expiration en secondes pour le développement d’un nœud dans l’Explorateur d’objets. La valeur par défaut est 45 secondes.", "mssql.objectExplorer.groupBySchema": "Lorsque cette option est activée, les objets de base de données dans l’Explorateur d'objets sont classés par schéma.", - "mssql.parallelMessageProcessing": "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.", - "mssql.piiLogging": "[Optional] Should Personally Identifiable Information (PII) be logged in the log file.", + "mssql.parallelMessageProcessing": "[Expérimental] Indique si les requêtes au service des outils SQL doivent être traitées en parallèle. Ceci est introduit pour découvrir les problèmes qui pourraient survenir lors du traitement de toutes les demandes en parallèle. La valeur par défaut est faux. Azure Data Studio doit être relancé lorsque la valeur est modifiée.", + "mssql.piiLogging": "[Facultatif] Si des informations d’identification personnelle (PII) doivent être enregistrées dans le fichier journal.", "mssql.provider.displayName": "Microsoft SQL Server", "mssql.query.alwaysEncryptedParameterization": "Activer la paramétrisation pour Always Encrypted", "mssql.query.ansiDefaults": "Activer SET ANSI_DEFAULTS", @@ -300,7 +312,8 @@ "title.newServerRole": "Nouveau rôle serveur", "title.newTable": "Nouvelle table", "title.newUser": "Nouvel utilisateur", - "title.objectProperties": "Propriétés", + "title.objectProperties": "Propriétés (Préversion)", + "title.renameObject": "Renommer", "title.searchServers": "Recherche : Serveurs", "title.showLogFile": "Afficher le fichier journal" } diff --git a/i18n/ads-language-pack-fr/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-fr/translations/extensions/sql-migration.i18n.json index c4b8ca38a0..4c6e479656 100644 --- a/i18n/ads-language-pack-fr/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-fr/translations/extensions/sql-migration.i18n.json @@ -17,6 +17,7 @@ "sql-migration.login.wizard.title": "Migrer les connexions de « {0} » vers Azure SQL", "sql-migration.wizard.title": "Migrer « {0} » vers Azure SQL", "sql.cancel.migration.confirmation": "Voulez-vous vraiment annuler cette migration ?", + "sql.delete.migration.confirmation": "Voulez-vous vraiment supprimer cette migration ?", "sql.login.migration.aad.domain.name.input.box.label": "Nom de domaine Active Directory Azure (obligatoire uniquement pour migrer les connexions d’authentification Windows)", "sql.login.migration.aad.domain.name.input.box.placeholder": "Entrer un nom de domaine AAD", "sql.login.migration.collecting.target.logins.failed": "Échec de la collecte de la connexion cible avec le code d’erreur {0}", @@ -121,6 +122,7 @@ "sql.migration.cancel.migration": "Annuler la migration", "sql.migration.cannot.cancel": "La migration n’est pas en cours et ne peut pas être annulée.", "sql.migration.cannot.cutover": "La migration n’est pas en cours et ne peut pas être à basculement.", + "sql.migration.cannot.delete": "La migration est actuellement en cours et ne peut pas être supprimée.", "sql.migration.cannot.retry": "Impossible de réessayer la migration.", "sql.migration.cannot.start.cutover.error": "Le processus de basculement ne peut pas démarrer tant que toutes les migrations n’ont pas été effectuées. Pour retourner le dernier état du fichier, actualisez la fenêtre de votre navigateur.", "sql.migration.close": "Fermer", @@ -225,6 +227,8 @@ "sql.migration.day": "{0} jour", "sql.migration.days": "{0} jours", "sql.migration.default.database": "Base de données par défaut", + "sql.migration.delete.error": "Une erreur s’est produite pendant la suppression de la migration.", + "sql.migration.delete.migration": "Supprimer une migration", "sql.migration.description": "Description", "sql.migration.details.breadcrumb.migrations": "Migrations", "sql.migration.details.copied": "Détails copiés", @@ -859,6 +863,7 @@ "complete-cutover-menu": "Terminer le basculement", "copy-migration-menu": "Copier les détails de la migration", "database-details-menu": "Détails de la base de données", + "delete-migration-menu": "Supprimer une migration", "description": "Description de la migration Azure SQL", "displayName": "Migration Azure SQL", "migration-command-category": "Migration Azure SQL", diff --git a/i18n/ads-language-pack-fr/translations/main.i18n.json b/i18n/ads-language-pack-fr/translations/main.i18n.json index e0ecd6851b..dd48f318f4 100644 --- a/i18n/ads-language-pack-fr/translations/main.i18n.json +++ b/i18n/ads-language-pack-fr/translations/main.i18n.json @@ -11493,6 +11493,7 @@ "notebook.toolbarIcon": "Notebook : icônes de la barre d'outils Markdown", "notebookFindMatchHighlight": "Couleur des autres correspondances de recherche. La couleur ne doit pas être opaque pour ne pas masquer les ornements sous-jacents.", "notebookFindRangeHighlight": "Couleur de la plage limitant la recherche. La couleur ne doit pas être opaque pour ne pas masquer les ornements sous-jacents.", + "queryEditorNullBackground": "La couleur d'arrière-plan des valeurs nulles dans la grille de résultats de l'éditeur de requête.", "tileBorder": "Couleur de bordure des vignettes", "tileBoxShadow": "Couleur de l'ombre de la zone de vignette" }, @@ -12877,7 +12878,7 @@ "viewOptionsModal.title": "Configurer la vue" }, "sql/workbench/contrib/notebook/browser/outputs/gridOutput.component": { - "copyFailed": "La copie a échoué avec l’erreur : {0}", + "copyFailed": "La copie a échoué avec l'erreur {0}", "notebook.showChart": "Afficher le graphique", "notebook.showTable": "Afficher la table" }, @@ -12895,6 +12896,7 @@ "sql/workbench/contrib/objectExplorer/common/serverGroup.contribution": { "serverGroup.autoExpand": "Développez automatiquement les groupes de serveurs dans la viewlet Explorateur d'objets.", "serverGroup.colors": "Palette de couleurs du groupe de serveurs utilisée dans la viewlet Explorateur d'objets.", + "serverTree.nodeExpansionTimeout": "Délai d'attente en secondes pour développer un nœud dans la vue Serveurs", "serverTree.useAsyncServerTree": "(Préversion) Utilisez la nouvelle arborescence de serveur asynchrone pour la vue des serveurs et la boîte de dialogue de connexion avec prise en charge des nouvelles fonctionnalités, comme le filtrage dynamique de nœuds." }, "sql/workbench/contrib/preferences/browser/sqlSettingsLayout": { @@ -13434,6 +13436,7 @@ "connection.neverShowUnsupportedVersionWarning": "Ne plus afficher", "connection.noAzureAccount": "L'obtention d'un jeton de compte Azure pour la connexion a échoué", "connection.refreshAzureTokenFailure": "L’actualisation d'un jeton de compte Azure pour la connexion a échoué.", + "connection.unknownProvider": "Fournisseur inconnu '{0}'", "connection.unsupportedServerVersionWarning": "La version du serveur n’est pas prise en charge par Azure Data Studio, vous pouvez toujours vous y connecter mais certaines fonctionnalités de Azure Data Studio peuvent ne pas fonctionner comme prévu.", "connectionDialog.connectionProviderNotSupported": "L’extension qui prend en charge le type de fournisseur '{0}' n’est pas installée actuellement. Voulez-vous afficher les extensions?", "connectionManagementService.noProviderForUri": "Impossible de trouver le fournisseur pour l’uri : {0}", @@ -13450,7 +13453,8 @@ "connection.azureTenantDropdownLabel": "Locataire Azure AD", "connectionName": "Nom (facultatif)", "connectionWidget.AddAzureAccount": "Ajouter un compte...", - "connectionWidget.ConnectionStringError": "Impossible d'analyser la chaîne de connexion.", + "connectionWidget.ConnectionStringError": "Échec de l'analyse de la chaîne de connexion. {0}", + "connectionWidget.ConnectionStringUndefined": "Aucune information de connexion renvoyée.", "connectionWidget.Error": "Erreur", "connectionWidget.connectionString": "Chaîne de connexion", "connectionWidget.invalidAzureAccount": "Vous devez sélectionner un compte", @@ -13512,8 +13516,8 @@ "warning": "Avertissement" }, "sql/workbench/services/executionPlan/common/executionPlanService": { - "executionPlanService.ensureCapabilitiesRegistered": "Provider with id {0} was not registered after 30 seconds.", - "executionPlanService.ensureFileExtensionHandlerRegistered": "Execution plan provider which supports file format '{0}' was not registered after 30 seconds.", + "executionPlanService.ensureCapabilitiesRegistered": "Le fournisseur avec l’ID {0} n’a pas été inscrit après 30 secondes.", + "executionPlanService.ensureFileExtensionHandlerRegistered": "Le fournisseur de plan d’exécution qui prend en charge le format de fichier ’{0}’ n’a pas été inscrit après 30 secondes.", "noHandlerRegistered": "Aucun gestionnaire de plan d’exécution valide n’est inscrit.", "providerIdNotValidError": "Un fournisseur valide est nécessaire pour interagir avec ExecutionPlanService.", "selectExecutionPlanProvider": "Sélectionner un fournisseur pour ouvrir le plan d’exécution" @@ -13688,7 +13692,8 @@ }, "sql/workbench/services/objectExplorer/browser/objectExplorerService": { "OeSessionFailedError": "La création d'une session de l'Explorateur d'objets a échoué", - "nodeExpansionError": "Plusieurs erreurs :" + "nodeExpansionError": "Plusieurs erreurs :", + "nodeExpansionTimeout": "L'expansion du nœud a expiré pour le nœud {0} pour les fournisseurs {1}" }, "sql/workbench/services/objectExplorer/browser/objectExplorerViewTreeShim": { "firewallCanceled": "Boîte de dialogue de pare-feu annulée", @@ -13743,7 +13748,7 @@ "updateCellFailed": "La mise à jour de la cellule a échoué : " }, "sql/workbench/services/query/common/queryRunner": { - "copyFailed": "La copie a échoué avec l’erreur : {0}", + "copyFailed": "La copie a échoué avec l'erreur {0}", "elapsedBatchTime": "Durée d'exécution en lot : {0}", "query.ExecutionFailedError": "L'exécution a échoué en raison d'une erreur inattendue : {0}\t{1}", "query.message.executionTime": "Durée d'exécution totale : {0}", @@ -13953,6 +13958,9 @@ }, "sql/workbench/contrib/executionPlan/browser/executionPlanInput": { "epCompare.executionPlanEditorName": "ExecutionPlan" + }, + "sql/workbench/contrib/editData/browser/editDataGridPanel": { + "editData.cellWithNullCharMessage": "Cette cellule contient le caractère Unicode Nul qui n’est actuellement pas pris en charge pour la modification." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-it/CHANGELOG.md b/i18n/ads-language-pack-it/CHANGELOG.md index ebe08952af..624c6aa902 100644 --- a/i18n/ads-language-pack-it/CHANGELOG.md +++ b/i18n/ads-language-pack-it/CHANGELOG.md @@ -2,7 +2,8 @@ Tutti i cambiamenti degni di nota al language pack "ads-language-pack-it" saranno documentati in questo file. ## [Released] -* March 6, 2023 - Releaes for Azure Data Studio 1.42 +* March 30, 2023 - Release for Azure Data Studio 1.43 +* March 6, 2023 - Release for Azure Data Studio 1.42 * January 13, 2023 - Release for Azure Data Studio 1.41 * November 16, 2022 - Patch for 1.40 release * November 9, 2022 - Release for Azure Data Studio 1.40 diff --git a/i18n/ads-language-pack-it/package.json b/i18n/ads-language-pack-it/package.json index a99edf1100..c61245087e 100644 --- a/i18n/ads-language-pack-it/package.json +++ b/i18n/ads-language-pack-it/package.json @@ -2,7 +2,7 @@ "name": "ads-language-pack-it", "displayName": "Italian Language Pack for Azure Data Studio", "description": "Language pack extension for Italian", - "version": "1.42.0", + "version": "1.43.0", "publisher": "Microsoft", "repository": { "type": "git", @@ -11,7 +11,7 @@ "license": "SEE SOURCE EULA LICENSE IN LICENSE.txt", "engines": { "vscode": "*", - "azdata": "^1.42.0" + "azdata": "^1.43.0" }, "icon": "languagepack.png", "categories": [ diff --git a/i18n/ads-language-pack-it/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-it/translations/extensions/azurecore.i18n.json index f10bad88f5..7fef00ff86 100644 --- a/i18n/ads-language-pack-it/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-it/translations/extensions/azurecore.i18n.json @@ -153,6 +153,7 @@ }, "dist/localizedConstants": { "azure.azureResourcesGridTitle": "Risorse di Azure (anteprima)", + "azure.credStoreSaveFailedError": "Non è stato possibile salvare le chiavi per la cache dei token nell'archivio credenziali. Ciò potrebbe causare problemi di persistenza del token di accesso di Azure e instabilità della connessione. È probabile che SqlTools abbia raggiunto il limite di archiviazione delle credenziali in Windows. Cancellare almeno 2 credenziali che iniziano con \"Microsoft.SqlTools|\" in Windows Gestione credenziali e ricaricare.", "azure.unableToOpenAzureLink": "Non è possibile aprire il collegamento, mancano i valori richiesti", "azurecore.australiacentral": "Australia centrale", "azurecore.australiacentral2": "Australia centrale 2", @@ -168,6 +169,7 @@ "azurecore.centralindia": "India centrale", "azurecore.centralus": "Stati Uniti centrali", "azurecore.centraluseuap": "Stati Uniti centrali EUAP", + "azurecore.deprecated": "Avviso: ADAL è stato deprecato e sarà rimosso in una versione futura. In alternativa, usare MSAL.", "azurecore.eastasia": "Asia orientale", "azurecore.eastus": "Stati Uniti orientali", "azurecore.eastus2": "Stati Uniti orientali 2", diff --git a/i18n/ads-language-pack-it/translations/extensions/mssql.i18n.json b/i18n/ads-language-pack-it/translations/extensions/mssql.i18n.json index aa202c1442..3dc7e164a1 100644 --- a/i18n/ads-language-pack-it/translations/extensions/mssql.i18n.json +++ b/i18n/ads-language-pack-it/translations/extensions/mssql.i18n.json @@ -22,8 +22,11 @@ "dist/localizedConstants": { "mssql.failedToFindAccount": "Non è stato possibile trovare l'account Azure {0} durante l'esecuzione dell'aggiornamento del token", "mssql.failedToFindTenants": "Non è stato possibile trovare il tenant '{0}' nell'account '{1}' durante l'aggiornamento del token di sicurezza", + "mssql.noConvertResult": "Nessun risultato restituito dalla richiesta di conversione del notebook", + "mssql.noDocumentFound": "Non sono stati trovati documenti per l'URI {0}", "mssql.tokenRefreshFailed": "{0} l'aggiornamento del token AAD non è riuscito. Riconnettersi per abilitare {0}", - "mssql.tokenRefreshFailedNoSecurityToken": "L'aggiornamento del token dell'editor non è riuscito. Il completamento automatico verrà disabilitato fino a quando l’editor non verrà disconnesso e riconnesso" + "mssql.tokenRefreshFailedNoSecurityToken": "L'aggiornamento del token dell'editor non è riuscito. Il completamento automatico verrà disabilitato fino a quando l’editor non verrà disconnesso e riconnesso", + "mssql.unsupportedPlatform": "La piattaforma {0} non è supportata" }, "dist/main": { "mssql.errorConvertingToNotebook": "Si è verificato un errore durante la conversione del documento SQL in un notebook. Errore: {0}", @@ -31,11 +34,15 @@ "mssql.searchServers": "Nomi dei server di ricerca" }, "dist/objectManagement/localizedConstants": { + "objectManagement.ColumnDisplayName": "colonna", + "objectManagement.DatabaseDisplayName": "database", "objectManagement.LoginTypeDisplayName": "accesso", "objectManagement.LoginTypeDisplayNameInTitle": "Accesso", "objectManagement.OkText": "OK", + "objectManagement.TableDisplayName": "tabella", "objectManagement.UserDisplayName": "utente", "objectManagement.UserTypeDisplayNameInTitle": "Utente", + "objectManagement.ViewDisplayName": "visualizza", "objectManagement.advancedSectionHeader": "Avanzata", "objectManagement.blankPasswordConfirmation": "La creazione di un account di accesso con password vuota rappresenta un rischio per la sicurezza. Continuare?", "objectManagement.confirmPasswordLabel": "Conferma password", @@ -65,9 +72,11 @@ "objectManagement.login.sqlAuthSectionHeader": "Autenticazione SQL", "objectManagement.login.sqlAuthenticationType": "Autenticazione SQL", "objectManagement.login.windowsAuthenticationType": "Autenticazione di Windows", + "objectManagement.loginNotSelectedError": "L'account di accesso non è selezionato.", "objectManagement.nameCannotBeEmptyError": "Il nome non può essere vuoto.", "objectManagement.nameLabel": "Nome", "objectManagement.newObjectDialogTitle": "{0} - Nuovo (anteprima)", + "objectManagement.noConnectionUriError": "Non è stato possibile recuperare le informazioni sulla connessione. Riconnettersi e riprovare.", "objectManagement.objectPropertiesDialogTitle": "{0} - {1} (Anteprima)", "objectManagement.openNewObjectDialogError": "Errore durante l'apertura della nuova finestra di dialogo {0}. {1}", "objectManagement.openObjectPropertiesDialogError": "Errore durante l'apertura della finestra di dialogo delle proprietà per {0}: {1}. {2}", @@ -75,6 +84,9 @@ "objectManagement.passwordLabel": "Password", "objectManagement.passwordsNotMatchError": "La password deve corrispondere alla password di conferma.", "objectManagement.refreshOEError": "Errore durante l'aggiornamento di Esplora oggetti. {0}", + "objectManagement.renameObjectDialogTitle": "Immetti un nuovo nome", + "objectManagement.renameObjectError": "Errore durante la ridenominazione di {0} '{1}' in '{2}'. {3}", + "objectManagement.renameObjectOperationName": "Rinomina {0} '{1}' in '{2}'", "objectManagement.selectedLabel": "Selezionato", "objectManagement.updateObjectOperationName": "Aggiornamento {0} '{1}'", "objectManagement.user.containedUser": "Utente contenuto", @@ -165,7 +177,7 @@ "mssql.connectionOptions.enclaveAttestationProtocol.description": "Specifica un protocollo per l'attestazione di un enclave lato server usato con Always Encrypted con enclave sicuri", "mssql.connectionOptions.enclaveAttestationProtocol.displayName": "Protocollo di attestazione", "mssql.connectionOptions.enclaveAttestationUrl.description": "Specifica un endpoint per l'attestazione di un enclave lato server usato con Always Encrypted con enclavi sicuri", - "mssql.connectionOptions.enclaveAttestationUrl.displayName": "URL di attestazione enclave", + "mssql.connectionOptions.enclaveAttestationUrl.displayName": "URL di attestazione", "mssql.connectionOptions.encrypt.categoryValues.false": "Facoltativo (Falso)", "mssql.connectionOptions.encrypt.categoryValues.strict": "Restrittivo", "mssql.connectionOptions.encrypt.categoryValues.true": "Obbligatorio (Vero)", @@ -203,7 +215,7 @@ "mssql.connectionOptions.port.displayName": "Porta", "mssql.connectionOptions.replication.description": "Usato da SQL Server nella replica", "mssql.connectionOptions.replication.displayName": "Replica", - "mssql.connectionOptions.secureEnclaves.description": "Abilita o disabilita gli enclave sicuri per la connessione", + "mssql.connectionOptions.secureEnclaves.description": "Abilita o disabilita enclave sicuri per la connessione", "mssql.connectionOptions.secureEnclaves.displayName": "Enclave sicuri", "mssql.connectionOptions.serverName.description": "Nome dell'istanza di SQL Server", "mssql.connectionOptions.serverName.displayName": "Server", @@ -216,7 +228,7 @@ "mssql.connectionOptions.workstationId.description": "Nome della workstation che si connette a SQL Server", "mssql.connectionOptions.workstationId.displayName": "ID workstation", "mssql.disabled": "Disabilitato", - "mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.", + "mssql.enableSqlAuthenticationProvider": "Abilita l'uso del provider di autenticazione SQL per la modalità di autenticazione 'Active Directory Interactive' quando l'utente seleziona l'autenticazione 'AzureMFA'. Abilita l'integrazione dell'endpoint risorse lato server durante il recupero dei token di accesso. Questa opzione è supportata solo per la libreria di autenticazione di Azure 'MSAL'. ll riavvio di Azure Data Studio è obbligatorio quando il valore viene modificato.", "mssql.enabled": "Abilitato", "mssql.executionPlan.actualNumberOfRowsForAllExecutions": "Evidenzia l'operazione del piano di esecuzione con il maggior numero effettivo di righe per tutte le esecuzioni.", "mssql.executionPlan.cost": "Evidenzia l'operazione del piano di esecuzione con il costo più elevato.", @@ -248,8 +260,8 @@ "mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: abilitare raggruppamento per schema", "mssql.objectExplorer.expandTimeout": "Timeout in secondi per l'espansione di un nodo in Esplora oggetti. Il valore predefinito è 45 secondi.", "mssql.objectExplorer.groupBySchema": "Se questa opzione è abilitata, gli oggetti di database in Esplora oggetti verranno categorizzati in base allo schema.", - "mssql.parallelMessageProcessing": "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.", - "mssql.piiLogging": "[Optional] Should Personally Identifiable Information (PII) be logged in the log file.", + "mssql.parallelMessageProcessing": "[Experimental] Indica se le richieste al servizio strumenti di SQL devono essere gestite in parallelo. Questa funzionalità è stata introdotta per individuare i problemi che potrebbero verificarsi durante la gestione di tutte le richieste in parallelo. Il valore predefinito è false. Il riavvio di Azure Data Studio è obbligatorio quando il valore viene modificato.", + "mssql.piiLogging": "[Facoltativo] Indicare se le informazioni personali devono essere registrate nel file di log.", "mssql.provider.displayName": "Microsoft SQL Server", "mssql.query.alwaysEncryptedParameterization": "Abilita parametrizzazione per Always Encrypted", "mssql.query.ansiDefaults": "Abilita SET ANSI_DEFAULTS", @@ -300,7 +312,8 @@ "title.newServerRole": "Nuovo ruolo server", "title.newTable": "Nuova tabella", "title.newUser": "Nuovo utente", - "title.objectProperties": "Proprietà", + "title.objectProperties": "Proprietà (anteprima)", + "title.renameObject": "Rinomina", "title.searchServers": "Ricerca: Server", "title.showLogFile": "Mostra file di log" } diff --git a/i18n/ads-language-pack-it/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-it/translations/extensions/sql-migration.i18n.json index daa42b94a6..93b25f6d3b 100644 --- a/i18n/ads-language-pack-it/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-it/translations/extensions/sql-migration.i18n.json @@ -17,6 +17,7 @@ "sql-migration.login.wizard.title": "Eseguire la migrazione degli account di accesso da '{0}' a Azure SQL", "sql-migration.wizard.title": "Eseguire la migrazione di '{0}' a Azure SQL", "sql.cancel.migration.confirmation": "Annullare la migrazione?", + "sql.delete.migration.confirmation": "Eliminare questa migrazione?", "sql.login.migration.aad.domain.name.input.box.label": "Nome di dominio di Azure Active Directory (necessario solo per eseguire la migrazione degli account di accesso per l'autenticazione di Windows)", "sql.login.migration.aad.domain.name.input.box.placeholder": "Immettere il nome di dominio di AAD", "sql.login.migration.collecting.target.logins.failed": "La raccolta dell'accesso di destinazione non è riuscita con codice di errore {0}", @@ -121,6 +122,7 @@ "sql.migration.cancel.migration": "Annulla migrazione", "sql.migration.cannot.cancel": "La migrazione non è in corso e non può essere annullata.", "sql.migration.cannot.cutover": "La migrazione non è in corso e non è possibile eseguirne il cutover.", + "sql.migration.cannot.delete": "La migrazione è attualmente in corso e non può essere eliminata.", "sql.migration.cannot.retry": "Non è possibile ripetere la migrazione.", "sql.migration.cannot.start.cutover.error": "Non è possibile avviare il processo di cutover fino a quando non vengono completate tutte le migrazioni. Per restituire lo stato dei file più recente, aggiornare la finestra del browser.", "sql.migration.close": "Chiudi", @@ -225,6 +227,8 @@ "sql.migration.day": "{0} giorni", "sql.migration.days": "{0} giorni", "sql.migration.default.database": "Database predefinito", + "sql.migration.delete.error": "Si è verificato un errore durante l'eliminazione della migrazione.", + "sql.migration.delete.migration": "Eliminare migrazione", "sql.migration.description": "Descrizione", "sql.migration.details.breadcrumb.migrations": "Migrazioni", "sql.migration.details.copied": "Copia dei dettagli completata", @@ -859,6 +863,7 @@ "complete-cutover-menu": "Completa cutover", "copy-migration-menu": "Dettagli di Copia migrazione", "database-details-menu": "Dettagli di Database", + "delete-migration-menu": "Eliminare migrazione", "description": "Descrizione della migrazione di Azure SQL", "displayName": "Migrazione di Azure SQL", "migration-command-category": "Migrazione di Azure SQL", diff --git a/i18n/ads-language-pack-it/translations/main.i18n.json b/i18n/ads-language-pack-it/translations/main.i18n.json index b127eb2b92..2fd50338a3 100644 --- a/i18n/ads-language-pack-it/translations/main.i18n.json +++ b/i18n/ads-language-pack-it/translations/main.i18n.json @@ -11493,6 +11493,7 @@ "notebook.toolbarIcon": "Notebook: icone della barra degli strumenti Markdown", "notebookFindMatchHighlight": "Colore degli altri risultati della ricerca. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", "notebookFindRangeHighlight": "Colore dell'intervallo di limite della ricerca. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", + "queryEditorNullBackground": "Colore di sfondo per i valori Null nella griglia dei risultati dell'editor di query.", "tileBorder": "Colore del bordo dei riquadri", "tileBoxShadow": "Colore di ombreggiatura della finestra dei riquadri" }, @@ -12877,7 +12878,7 @@ "viewOptionsModal.title": "Configura visualizzazione" }, "sql/workbench/contrib/notebook/browser/outputs/gridOutput.component": { - "copyFailed": "La copia non è stata completata. Errore: {0}", + "copyFailed": "La copia non è riuscita. Errore: {0}", "notebook.showChart": "Mostra grafico", "notebook.showTable": "Mostra tabella" }, @@ -12895,6 +12896,7 @@ "sql/workbench/contrib/objectExplorer/common/serverGroup.contribution": { "serverGroup.autoExpand": "Espande automaticamente i gruppi di server nel viewlet di Esplora oggetti.", "serverGroup.colors": "Tavolozza dei colori del gruppo di server usata nel viewlet Esplora oggetti.", + "serverTree.nodeExpansionTimeout": "Timeout in secondi per l'espansione di un nodo nella visualizzazione Server", "serverTree.useAsyncServerTree": "(Anteprima) Usare il nuovo albero del server asincrono per la visualizzazione Server e la finestra di dialogo di connessione con il supporto di nuove funzionalità come i filtri dinamici dei nodi." }, "sql/workbench/contrib/preferences/browser/sqlSettingsLayout": { @@ -13434,6 +13436,7 @@ "connection.neverShowUnsupportedVersionWarning": "Non visualizzare più", "connection.noAzureAccount": "Non è stato possibile recuperare il token dell'account di Azure per la connessione", "connection.refreshAzureTokenFailure": "Non è stato possibile aggiornare il token dell'account di Azure per la connessione", + "connection.unknownProvider": "Provider sconosciuto '{0}'", "connection.unsupportedServerVersionWarning": "La versione del server non è supportata da Azure Data Studio, è possibile comunque connettersi ad esso, ma alcune funzionalità di Azure Data Studio potrebbero non funzionare come previsto.", "connectionDialog.connectionProviderNotSupported": "L'estensione che supporta il tipo di provider '{0}' non è attualmente installata. Visualizzare le estensioni?", "connectionManagementService.noProviderForUri": "Non è stato possibile trovare il provider per l'URI: {0}", @@ -13450,7 +13453,8 @@ "connection.azureTenantDropdownLabel": "Tenant di Azure AD", "connectionName": "Nome (facoltativo)", "connectionWidget.AddAzureAccount": "Aggiungi un account...", - "connectionWidget.ConnectionStringError": "Non è stato possibile analizzare la stringa di connessione.", + "connectionWidget.ConnectionStringError": "Non è stato possibile analizzare la stringa di connessione. {0}", + "connectionWidget.ConnectionStringUndefined": "Nessuna informazione di connessione restituita.", "connectionWidget.Error": "Errore", "connectionWidget.connectionString": "Stringa di connessione", "connectionWidget.invalidAzureAccount": "È necessario selezionare un account", @@ -13512,8 +13516,8 @@ "warning": "Avviso" }, "sql/workbench/services/executionPlan/common/executionPlanService": { - "executionPlanService.ensureCapabilitiesRegistered": "Provider with id {0} was not registered after 30 seconds.", - "executionPlanService.ensureFileExtensionHandlerRegistered": "Execution plan provider which supports file format '{0}' was not registered after 30 seconds.", + "executionPlanService.ensureCapabilitiesRegistered": "Il provider con ID {0} non è stato registrato dopo 30 secondi.", + "executionPlanService.ensureFileExtensionHandlerRegistered": "Il provider del piano di esecuzione che supporta il formato di file '{0}' non è stato registrato dopo 30 secondi.", "noHandlerRegistered": "Nessun gestore di piani di esecuzione valido registrato", "providerIdNotValidError": "Per interagire con ExecutionPlanService è necessario un provider valido", "selectExecutionPlanProvider": "Selezionare un provider per aprire il piano di esecuzione" @@ -13688,7 +13692,8 @@ }, "sql/workbench/services/objectExplorer/browser/objectExplorerService": { "OeSessionFailedError": "Non è stato possibile creare la sessione di Esplora oggetti", - "nodeExpansionError": "Più errori:" + "nodeExpansionError": "Più errori:", + "nodeExpansionTimeout": "Timeout dell'espansione del nodo per il nodo {0} per i provider {1}" }, "sql/workbench/services/objectExplorer/browser/objectExplorerViewTreeShim": { "firewallCanceled": "Finestra di dialogo del firewall annullata", @@ -13743,7 +13748,7 @@ "updateCellFailed": "Aggiornamento della cella non riuscito: " }, "sql/workbench/services/query/common/queryRunner": { - "copyFailed": "La copia non è stata completata. Errore: {0}", + "copyFailed": "La copia non è riuscita. Errore: {0}", "elapsedBatchTime": "Tempo di esecuzione del batch: {0}", "query.ExecutionFailedError": "L'esecuzione non è riuscita a causa di un errore imprevisto: {0}\t{1}", "query.message.executionTime": "Tempo di esecuzione totale: {0}", @@ -13953,6 +13958,9 @@ }, "sql/workbench/contrib/executionPlan/browser/executionPlanInput": { "epCompare.executionPlanEditorName": "ExecutionPlan" + }, + "sql/workbench/contrib/editData/browser/editDataGridPanel": { + "editData.cellWithNullCharMessage": "La cella contiene il carattere Unicode Null che non è attualmente supportato per la modifica." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-ja/CHANGELOG.md b/i18n/ads-language-pack-ja/CHANGELOG.md index 693b0e2cd5..da280c7d03 100644 --- a/i18n/ads-language-pack-ja/CHANGELOG.md +++ b/i18n/ads-language-pack-ja/CHANGELOG.md @@ -2,7 +2,8 @@ All notable changes to the "ads-language-pack-ja" language pack will be documented in this file. ## [Released] -* March 6, 2023 - Releaes for Azure Data Studio 1.42 +* March 30, 2023 - Release for Azure Data Studio 1.43 +* March 6, 2023 - Release for Azure Data Studio 1.42 * January 13, 2023 - Release for Azure Data Studio 1.41 * November 16, 2022 - Patch for 1.40 release * November 9, 2022 - Release for Azure Data Studio 1.40 diff --git a/i18n/ads-language-pack-ja/package.json b/i18n/ads-language-pack-ja/package.json index bec1d513de..49eb2d4ef5 100644 --- a/i18n/ads-language-pack-ja/package.json +++ b/i18n/ads-language-pack-ja/package.json @@ -2,7 +2,7 @@ "name": "ads-language-pack-ja", "displayName": "Japanese Language Pack for Azure Data Studio", "description": "Language pack extension for Japanese", - "version": "1.42.0", + "version": "1.43.0", "publisher": "Microsoft", "repository": { "type": "git", @@ -11,7 +11,7 @@ "license": "SEE SOURCE EULA LICENSE IN LICENSE.txt", "engines": { "vscode": "*", - "azdata": "^1.42.0" + "azdata": "^1.43.0" }, "icon": "languagepack.png", "categories": [ diff --git a/i18n/ads-language-pack-ja/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-ja/translations/extensions/azurecore.i18n.json index 203adbe330..37e1c689d1 100644 --- a/i18n/ads-language-pack-ja/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-ja/translations/extensions/azurecore.i18n.json @@ -153,6 +153,7 @@ }, "dist/localizedConstants": { "azure.azureResourcesGridTitle": "Azure リソース (プレビュー)", + "azure.credStoreSaveFailedError": "トークン キャッシュのキーを資格情報ストアに保存できませんでした。Azure アクセス トークンの永続化に問題が発生して接続が不安定になる可能性があります。SqlTools が Windows の資格情報ストレージ制限に達していると考えられる場合は、Windows 資格情報マネージャーで、\"Microsoft.SqlTools|\" から始まる資格情報を少なくとも 2 つクリアし、再読み込みしてください。", "azure.unableToOpenAzureLink": "リンクを開けません。必要な値がありません", "azurecore.australiacentral": "オーストラリア中部", "azurecore.australiacentral2": "オーストラリア中部 2", @@ -168,6 +169,7 @@ "azurecore.centralindia": "インド中部", "azurecore.centralus": "米国中部", "azurecore.centraluseuap": "米国中部 EUAP", + "azurecore.deprecated": "警告: ADAL は非推奨となり、今後のリリースで削除される予定です。代わりに MSAL を使用してください。", "azurecore.eastasia": "東アジア", "azurecore.eastus": "米国東部", "azurecore.eastus2": "米国東部 2", diff --git a/i18n/ads-language-pack-ja/translations/extensions/mssql.i18n.json b/i18n/ads-language-pack-ja/translations/extensions/mssql.i18n.json index a263afee73..b5ae625c4a 100644 --- a/i18n/ads-language-pack-ja/translations/extensions/mssql.i18n.json +++ b/i18n/ads-language-pack-ja/translations/extensions/mssql.i18n.json @@ -22,8 +22,11 @@ "dist/localizedConstants": { "mssql.failedToFindAccount": "トークンの更新時に Azure アカウント {0} が見つかりませんでした", "mssql.failedToFindTenants": "セキュリティ トークンの更新時にアカウント '{1}' にテナント '{0}' が見つかりませんでした", + "mssql.noConvertResult": "Notebook 変換要求から結果が返されませんでした", + "mssql.noDocumentFound": "URI のドキュメントが見つかりません {0}", "mssql.tokenRefreshFailed": "{0} AAD トークンの更新が失敗しました。再接続して {0} を有効にしてください", - "mssql.tokenRefreshFailedNoSecurityToken": "エディター トークンの更新が失敗しました。エディターが切断されて再接続されるまで、オートコンプリートは無効になります" + "mssql.tokenRefreshFailedNoSecurityToken": "エディター トークンの更新が失敗しました。エディターが切断されて再接続されるまで、オートコンプリートは無効になります", + "mssql.unsupportedPlatform": "サポートされていないプラットフォーム {0}" }, "dist/main": { "mssql.errorConvertingToNotebook": "SQL ドキュメントをノートブックに変換中にエラーが発生しました。エラー: {0}", @@ -31,11 +34,15 @@ "mssql.searchServers": "サーバー名を検索" }, "dist/objectManagement/localizedConstants": { + "objectManagement.ColumnDisplayName": "列", + "objectManagement.DatabaseDisplayName": "データベース", "objectManagement.LoginTypeDisplayName": "ログイン", "objectManagement.LoginTypeDisplayNameInTitle": "ログイン", "objectManagement.OkText": "OK", + "objectManagement.TableDisplayName": "テーブル", "objectManagement.UserDisplayName": "ユーザー", "objectManagement.UserTypeDisplayNameInTitle": "ユーザー", + "objectManagement.ViewDisplayName": "ビュー", "objectManagement.advancedSectionHeader": "詳細設定", "objectManagement.blankPasswordConfirmation": "パスワードを空白にしてログインを作成すると、セキュリティ上の危険を伴います。続行しますか?", "objectManagement.confirmPasswordLabel": "パスワードの確認", @@ -65,9 +72,11 @@ "objectManagement.login.sqlAuthSectionHeader": "SQL 認証", "objectManagement.login.sqlAuthenticationType": "SQL 認証", "objectManagement.login.windowsAuthenticationType": "Windows 認証", + "objectManagement.loginNotSelectedError": "ログインが選択されていません。", "objectManagement.nameCannotBeEmptyError": "名前を空にすることはできません。", "objectManagement.nameLabel": "名前", "objectManagement.newObjectDialogTitle": "{0} - 新規 (プレビュー)", + "objectManagement.noConnectionUriError": "接続情報を取得できませんでした。再接続して、もう一度お試しください。", "objectManagement.objectPropertiesDialogTitle": "{0} - {1} (プレビュー)", "objectManagement.openNewObjectDialogError": "新しい {0} ダイアログを開くときにエラーが発生しました。{1}", "objectManagement.openObjectPropertiesDialogError": "{0}: {1} のプロパティ ダイアログを開いているときにエラーが発生しました。{2}", @@ -75,6 +84,9 @@ "objectManagement.passwordLabel": "パスワード", "objectManagement.passwordsNotMatchError": "パスワードは、確認パスワードと一致する必要があります。", "objectManagement.refreshOEError": "オブジェクト エクスプローラーの更新中にエラーが発生しました。{0}", + "objectManagement.renameObjectDialogTitle": "新しい名前の入力", + "objectManagement.renameObjectError": "{0} '{1}' の名前を '{2}' に変更中にエラーが発生しました。 {3}", + "objectManagement.renameObjectOperationName": "{0} '{1}' の名前を '{2}' に変更します", "objectManagement.selectedLabel": "選択済み", "objectManagement.updateObjectOperationName": "{0} '{1}' を更新する", "objectManagement.user.containedUser": "含まれるユーザー", @@ -165,7 +177,7 @@ "mssql.connectionOptions.enclaveAttestationProtocol.description": "セキュリティで保護されたエンクレーブが設定された Always Encrypted で使用されるサーバー側エンクレーブを構成証明するためのプロトコルを指定します。", "mssql.connectionOptions.enclaveAttestationProtocol.displayName": "構成証明プロトコル", "mssql.connectionOptions.enclaveAttestationUrl.description": "セキュリティで保護されたエンクレーブが設定された Always Encrypted で使用されるサーバー側エンクレーブを構成証明するためのエンドポイントを指定します。", - "mssql.connectionOptions.enclaveAttestationUrl.displayName": "エンクレーブ構成証明 URL", + "mssql.connectionOptions.enclaveAttestationUrl.displayName": "構成証明 URL", "mssql.connectionOptions.encrypt.categoryValues.false": "オプション (False)", "mssql.connectionOptions.encrypt.categoryValues.strict": "厳密", "mssql.connectionOptions.encrypt.categoryValues.true": "必須 (True)", @@ -216,7 +228,7 @@ "mssql.connectionOptions.workstationId.description": "SQL Server に接続しているワークステーションの名前", "mssql.connectionOptions.workstationId.displayName": "ワークステーション ID", "mssql.disabled": "無効", - "mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.", + "mssql.enableSqlAuthenticationProvider": "ユーザーが 'AzureMFA' 認証を選択したときに、'Active Directory Interactive' 認証モードで Sql 認証プロバイダーを使用できるようにします。これにより、アクセス トークンをフェッチするときにサーバー側のリソース エンドポイントの統合が有効になります。このオプションは、'MSAL' Azure 認証ライブラリでのみサポートされています。Azure Data Studio は、値が変更されたときに再起動する必要があります。", "mssql.enabled": "有効", "mssql.executionPlan.actualNumberOfRowsForAllExecutions": "すべての実行の実際の行数が最も多い実行プランの操作を強調表示します。", "mssql.executionPlan.cost": "コストが最も高い実行プラン操作を強調表示します。", @@ -248,8 +260,8 @@ "mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: スキーマによるグループの有効化", "mssql.objectExplorer.expandTimeout": "オブジェクト エクスプローラーでノードを展開する場合のタイムアウト (秒)。既定値は 45 秒。", "mssql.objectExplorer.groupBySchema": "有効にすると、オブジェクト エクスプローラー内のデータベース オブジェクトがスキーマ別に分類されます。", - "mssql.parallelMessageProcessing": "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.", - "mssql.piiLogging": "[Optional] Should Personally Identifiable Information (PII) be logged in the log file.", + "mssql.parallelMessageProcessing": "[試験段階] SQL Tools Service への要求を並列で処理する必要があるかどうか。これは、すべての要求を並行して処理するときに発生する可能性がある問題を検出するために導入されています。既定値は false です。Azure Data Studio は、値が変更されたときに再起動する必要があります。", + "mssql.piiLogging": "[オプション]個人を特定できる情報 (PII) をログ ファイルに記録する必要があります。", "mssql.provider.displayName": "Microsoft SQL Server", "mssql.query.alwaysEncryptedParameterization": "Always Encrypted のパラメーター化を有効にする", "mssql.query.ansiDefaults": "SET ANSI_DEFAULTS を有効にする", @@ -300,7 +312,8 @@ "title.newServerRole": "新しいサーバー ロール", "title.newTable": "新しいテーブル", "title.newUser": "新しいユーザー", - "title.objectProperties": "プロパティ", + "title.objectProperties": "プロパティ (プレビュー)", + "title.renameObject": "名前の変更", "title.searchServers": "検索: サーバー", "title.showLogFile": "ログ ファイルの表示" } diff --git a/i18n/ads-language-pack-ja/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-ja/translations/extensions/sql-migration.i18n.json index 4ba28ab3ff..6136e76c50 100644 --- a/i18n/ads-language-pack-ja/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-ja/translations/extensions/sql-migration.i18n.json @@ -17,6 +17,7 @@ "sql-migration.login.wizard.title": "'{0}' から Azure SQL にログインを移行する", "sql-migration.wizard.title": "'{0}' を Azure SQL に移行する", "sql.cancel.migration.confirmation": "この移行を取り消しますか?", + "sql.delete.migration.confirmation": "この移行を削除しますか?", "sql.login.migration.aad.domain.name.input.box.label": "Azure Active Directory ドメイン名 (Windows 認証ログインの移行にのみ必要)", "sql.login.migration.aad.domain.name.input.box.placeholder": "AAD ドメイン名を入力してください", "sql.login.migration.collecting.target.logins.failed": "ターゲット ログインの収集がエラー コード {0} で失敗しました", @@ -121,6 +122,7 @@ "sql.migration.cancel.migration": "移行のキャンセル", "sql.migration.cannot.cancel": "移行は進行中ではないため、取り消すことができません。", "sql.migration.cannot.cutover": "移行は進行中ではないため、一括移行にすることができません。", + "sql.migration.cannot.delete": "移行は現在進行中です。削除できません。", "sql.migration.cannot.retry": "移行を再試行できません。", "sql.migration.cannot.start.cutover.error": "すべての移行が完了するまで一括移行処理を開始できません。最新のファイル状態に戻るには、ブラウザー ウィンドウを更新します。", "sql.migration.close": "閉じる", @@ -225,6 +227,8 @@ "sql.migration.day": "{0} 日", "sql.migration.days": "{0} 日", "sql.migration.default.database": "既定のデータベース", + "sql.migration.delete.error": "移行の削除中にエラーが発生しました。", + "sql.migration.delete.migration": "移行の削除", "sql.migration.description": "説明", "sql.migration.details.breadcrumb.migrations": "移行", "sql.migration.details.copied": "詳細をコピー済み", @@ -859,6 +863,7 @@ "complete-cutover-menu": "一括移行を完了する", "copy-migration-menu": "移行の詳細をコピー", "database-details-menu": "データベースの詳細", + "delete-migration-menu": "移行の削除", "description": "Azure SQL の移行の説明", "displayName": "Azure SQL の移行", "migration-command-category": "Azure SQL の移行", diff --git a/i18n/ads-language-pack-ja/translations/main.i18n.json b/i18n/ads-language-pack-ja/translations/main.i18n.json index 4faf5dbc3f..ab5fa53bb2 100644 --- a/i18n/ads-language-pack-ja/translations/main.i18n.json +++ b/i18n/ads-language-pack-ja/translations/main.i18n.json @@ -11493,6 +11493,7 @@ "notebook.toolbarIcon": "Notebook: マークダウン ツールバー アイコン", "notebookFindMatchHighlight": "その他の検索条件に一致する項目の色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。", "notebookFindRangeHighlight": "検索を制限する範囲の色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。", + "queryEditorNullBackground": "クエリ エディターの結果グリッドの null 値の背景色。", "tileBorder": "タイルの境界線の色", "tileBoxShadow": "タイル ボックスの影の色" }, @@ -12877,7 +12878,7 @@ "viewOptionsModal.title": "ビューの構成" }, "sql/workbench/contrib/notebook/browser/outputs/gridOutput.component": { - "copyFailed": "コピーに失敗しました。エラー: {0}", + "copyFailed": "エラー {0} でコピーに失敗しました", "notebook.showChart": "グラフの表示", "notebook.showTable": "テーブルの表示" }, @@ -12895,6 +12896,7 @@ "sql/workbench/contrib/objectExplorer/common/serverGroup.contribution": { "serverGroup.autoExpand": "オブジェクト エクスプローラー ビューレットの自動展開サーバー グループ。", "serverGroup.colors": "オブジェクト エクスプローラー ビューレットで使用するサーバー グループ カラー パレット。", + "serverTree.nodeExpansionTimeout": "[サーバー] ビューでノードを展開する際のタイムアウト (秒)", "serverTree.useAsyncServerTree": "(プレビュー) 動的ノード フィルターなどの新機能をサポートする、新しい非同期サーバー ツリーをサーバー ビューおよび接続ダイアログに使用します。" }, "sql/workbench/contrib/preferences/browser/sqlSettingsLayout": { @@ -13434,6 +13436,7 @@ "connection.neverShowUnsupportedVersionWarning": "今後は表示しない", "connection.noAzureAccount": "接続用の Azure アカウント トークンの取得に失敗しました", "connection.refreshAzureTokenFailure": "接続用の Azure アカウント トークンの更新に失敗しました", + "connection.unknownProvider": "不明なプロバイダー '{0}'", "connection.unsupportedServerVersionWarning": "サーバー バージョンが Azure Data Studio でサポートされていません。接続できますが、Azure Data Studio の一部の機能が適切に機能しない可能性があります。", "connectionDialog.connectionProviderNotSupported": "プロバイダーの種類 '{0}' をサポートする拡張機能は現在インストールされていません。拡張機能を表示しますか?", "connectionManagementService.noProviderForUri": "URI のプロバイダーが見つかりませんでした:{0}", @@ -13450,7 +13453,8 @@ "connection.azureTenantDropdownLabel": "Azure AD テナント", "connectionName": "名前 (省略可能)", "connectionWidget.AddAzureAccount": "アカウントを追加する...", - "connectionWidget.ConnectionStringError": "接続文字列を解析できませんでした。", + "connectionWidget.ConnectionStringError": "接続文字列を解析できませんでした。 {0}", + "connectionWidget.ConnectionStringUndefined": "接続情報が返されませんでした。", "connectionWidget.Error": "エラー", "connectionWidget.connectionString": "接続文字列", "connectionWidget.invalidAzureAccount": "アカウントを選択する必要があります", @@ -13512,8 +13516,8 @@ "warning": "警告" }, "sql/workbench/services/executionPlan/common/executionPlanService": { - "executionPlanService.ensureCapabilitiesRegistered": "Provider with id {0} was not registered after 30 seconds.", - "executionPlanService.ensureFileExtensionHandlerRegistered": "Execution plan provider which supports file format '{0}' was not registered after 30 seconds.", + "executionPlanService.ensureCapabilitiesRegistered": "ID {0} を持つプロバイダーは 30 秒後に登録されませんでした。", + "executionPlanService.ensureFileExtensionHandlerRegistered": "ファイル形式 '{0}' をサポートする実行プラン プロバイダーは、30 秒後に登録されませんでした。", "noHandlerRegistered": "有効な実行プラン ハンドラーが登録されていません", "providerIdNotValidError": "ExecutionPlanService と対話するには、有効なプロバイダーが必要です", "selectExecutionPlanProvider": "実行プランを開くプロバイダーを選択する" @@ -13688,7 +13692,8 @@ }, "sql/workbench/services/objectExplorer/browser/objectExplorerService": { "OeSessionFailedError": "オブジェクト エクスプローラー セッションを作成できませんでした", - "nodeExpansionError": "複数のエラー:" + "nodeExpansionError": "複数のエラー:", + "nodeExpansionTimeout": "プロバイダー {1} のノード {0} のノード拡張がタイムアウトしました" }, "sql/workbench/services/objectExplorer/browser/objectExplorerViewTreeShim": { "firewallCanceled": "ファイアウォール ダイアログが取り消されました", @@ -13743,7 +13748,7 @@ "updateCellFailed": "セルの更新が失敗しました: " }, "sql/workbench/services/query/common/queryRunner": { - "copyFailed": "コピーに失敗しました。エラー: {0}", + "copyFailed": "エラー {0} でコピーに失敗しました", "elapsedBatchTime": "バッチ実行時間: {0}", "query.ExecutionFailedError": "予期しないエラーにより、実行が失敗しました: {0} {1}", "query.message.executionTime": "総実行時間: {0}", @@ -13953,6 +13958,9 @@ }, "sql/workbench/contrib/executionPlan/browser/executionPlanInput": { "epCompare.executionPlanEditorName": "ExecutionPlan" + }, + "sql/workbench/contrib/editData/browser/editDataGridPanel": { + "editData.cellWithNullCharMessage": "このセルには、現在編集がサポートされていない Unicode NULL 文字が含まれています。" } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-ko/CHANGELOG.md b/i18n/ads-language-pack-ko/CHANGELOG.md index 17a53e0b0d..8c42105287 100644 --- a/i18n/ads-language-pack-ko/CHANGELOG.md +++ b/i18n/ads-language-pack-ko/CHANGELOG.md @@ -2,7 +2,8 @@ All notable changes to the "ads-language-pack-ko" language pack will be documented in this file. ## [Released] -* March 6, 2023 - Releaes for Azure Data Studio 1.42 +* March 30, 2023 - Release for Azure Data Studio 1.43 +* March 6, 2023 - Release for Azure Data Studio 1.42 * January 13, 2023 - Release for Azure Data Studio 1.41 * November 16, 2022 - Patch for 1.40 release * November 9, 2022 - Release for Azure Data Studio 1.40 diff --git a/i18n/ads-language-pack-ko/package.json b/i18n/ads-language-pack-ko/package.json index b9e0974308..50f2073837 100644 --- a/i18n/ads-language-pack-ko/package.json +++ b/i18n/ads-language-pack-ko/package.json @@ -2,7 +2,7 @@ "name": "ads-language-pack-ko", "displayName": "Korean(사용법) Language Pack for Azure Data Studio", "description": "Language pack extension for Korean", - "version": "1.42.0", + "version": "1.43.0", "publisher": "Microsoft", "repository": { "type": "git", @@ -11,7 +11,7 @@ "license": "SEE SOURCE EULA LICENSE IN LICENSE.txt", "engines": { "vscode": "*", - "azdata": "^1.42.0" + "azdata": "^1.43.0" }, "icon": "languagepack.png", "categories": [ diff --git a/i18n/ads-language-pack-ko/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-ko/translations/extensions/azurecore.i18n.json index 0c57fd3830..86b5dfbb66 100644 --- a/i18n/ads-language-pack-ko/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-ko/translations/extensions/azurecore.i18n.json @@ -153,6 +153,7 @@ }, "dist/localizedConstants": { "azure.azureResourcesGridTitle": "Azure 리소스(미리 보기)", + "azure.credStoreSaveFailedError": "토큰 캐시에 대한 키를 자격 증명 저장소에 저장할 수 없습니다. 이로 인해 Azure 액세스 토큰 지속성 문제가 발생할 수 있으며 연결이 불안정해질 수 있습니다. SqlTools가 Windows의 자격 증명 저장 한도에 도달한 것 같습니다. Windows 자격 증명 관리자 \"Microsoft.SqlTools|\"로 시작하는 자격 증명을 2개 이상 지우고 다시 로드하세요.", "azure.unableToOpenAzureLink": "링크를 열 수 없음, 필요한 값이 없음", "azurecore.australiacentral": "오스트레일리아 중부", "azurecore.australiacentral2": "오스트레일리아 중부 2", @@ -168,6 +169,7 @@ "azurecore.centralindia": "인도 중부", "azurecore.centralus": "미국 중부", "azurecore.centraluseuap": "미국 중부 EUAP", + "azurecore.deprecated": "경고: ADAL은 더 이상 사용되지 않으며 향후 릴리스에서 제거될 예정입니다. 대신 MSAL을 사용하세요.", "azurecore.eastasia": "동아시아", "azurecore.eastus": "미국 동부", "azurecore.eastus2": "미국 동부 2", diff --git a/i18n/ads-language-pack-ko/translations/extensions/mssql.i18n.json b/i18n/ads-language-pack-ko/translations/extensions/mssql.i18n.json index 9c9701abba..7b70b5f915 100644 --- a/i18n/ads-language-pack-ko/translations/extensions/mssql.i18n.json +++ b/i18n/ads-language-pack-ko/translations/extensions/mssql.i18n.json @@ -22,8 +22,11 @@ "dist/localizedConstants": { "mssql.failedToFindAccount": "토큰 새로 고침을 실행할 때 Azure 계정 {0}을(를) 찾지 못했습니다.", "mssql.failedToFindTenants": "보안 토큰을 새로 고칠 때 '{1}' 계정에서 '{0}' 테넌트를 찾지 못했습니다.", + "mssql.noConvertResult": "Notebook 변환 요청에서 반환된 결과가 없습니다.", + "mssql.noDocumentFound": "URI {0}에 대한 문서를 찾을 수 없음", "mssql.tokenRefreshFailed": "{0} AAD 토큰 새로 고침에 실패했습니다. {0}을(를) 활성화하려면 다시 연결하세요.", - "mssql.tokenRefreshFailedNoSecurityToken": "편집기 토큰 새로 고침에 실패했습니다. 편집기 연결을 끊고 다시 연결할 때까지 자동 완성이 비활성화됩니다." + "mssql.tokenRefreshFailedNoSecurityToken": "편집기 토큰 새로 고침에 실패했습니다. 편집기 연결을 끊고 다시 연결할 때까지 자동 완성이 비활성화됩니다.", + "mssql.unsupportedPlatform": "지원되지 않는 플랫폼 {0}" }, "dist/main": { "mssql.errorConvertingToNotebook": "SQL 문서를 Notebook으로 변환하는 동안 오류가 발생했습니다. 오류: {0}", @@ -31,11 +34,15 @@ "mssql.searchServers": "서버 이름 검색" }, "dist/objectManagement/localizedConstants": { + "objectManagement.ColumnDisplayName": "열", + "objectManagement.DatabaseDisplayName": "데이터 베이스", "objectManagement.LoginTypeDisplayName": "로그인", "objectManagement.LoginTypeDisplayNameInTitle": "로그인", "objectManagement.OkText": "확인", + "objectManagement.TableDisplayName": "테이블", "objectManagement.UserDisplayName": "사용자", "objectManagement.UserTypeDisplayNameInTitle": "사용자", + "objectManagement.ViewDisplayName": "보기", "objectManagement.advancedSectionHeader": "고급", "objectManagement.blankPasswordConfirmation": "암호가 없는 로그인을 만들면 보안상 위험합니다. 계속하시겠습니까?", "objectManagement.confirmPasswordLabel": "암호 확인", @@ -65,9 +72,11 @@ "objectManagement.login.sqlAuthSectionHeader": "SQL 인증", "objectManagement.login.sqlAuthenticationType": "SQL 인증", "objectManagement.login.windowsAuthenticationType": "Windows 인증", + "objectManagement.loginNotSelectedError": "로그인이 선택되지 않았습니다.", "objectManagement.nameCannotBeEmptyError": "이름은 비워둘 수 없습니다.", "objectManagement.nameLabel": "이름", "objectManagement.newObjectDialogTitle": "{0} 신규(미리 보기)", + "objectManagement.noConnectionUriError": "연결 정보를 검색하지 못했습니다. 다시 연결하고 다시 시도하세요.", "objectManagement.objectPropertiesDialogTitle": "{0} - {1}(미리 보기)", "objectManagement.openNewObjectDialogError": "새 {0} 대화 상자를 여는 동안 오류가 발생했습니다. {1}", "objectManagement.openObjectPropertiesDialogError": "{0}: {1}에 대한 속성 대화 상자를 여는 동안 오류가 발생했습니다. {2}", @@ -75,6 +84,9 @@ "objectManagement.passwordLabel": "암호", "objectManagement.passwordsNotMatchError": "암호는 확인 암호와 일치해야 합니다.", "objectManagement.refreshOEError": "개체 탐색기를 새로 고치는 동안 오류가 발생했습니다. {0}", + "objectManagement.renameObjectDialogTitle": "새 이름 입력", + "objectManagement.renameObjectError": "{0} '{1}'의 이름을 '{2}'(으)로 바꾸는 동안 오류가 발생했습니다. {3}", + "objectManagement.renameObjectOperationName": "{0} '{1}'의 이름을 '{2}'(으)로 변경", "objectManagement.selectedLabel": "선택됨", "objectManagement.updateObjectOperationName": "{0} '{1}' 업데이트", "objectManagement.user.containedUser": "포함된 사용자", @@ -165,7 +177,7 @@ "mssql.connectionOptions.enclaveAttestationProtocol.description": "보안 enclave를 사용한 Always Encrypted와 함께 사용되는 서버 쪽 enclave를 증명하기 위한 프로토콜 지정", "mssql.connectionOptions.enclaveAttestationProtocol.displayName": "증명 프로토콜", "mssql.connectionOptions.enclaveAttestationUrl.description": "보안 enclave를 사용한 Always Encrypted와 함께 사용되는 서버 쪽 enclave를 증명하기 위한 엔드포인트 지정", - "mssql.connectionOptions.enclaveAttestationUrl.displayName": "Enclave 증명 URL", + "mssql.connectionOptions.enclaveAttestationUrl.displayName": "증명 URL", "mssql.connectionOptions.encrypt.categoryValues.false": "선택 사항(False)", "mssql.connectionOptions.encrypt.categoryValues.strict": "엄격", "mssql.connectionOptions.encrypt.categoryValues.true": "필수(True)", @@ -216,7 +228,7 @@ "mssql.connectionOptions.workstationId.description": "SQL Server에 연결하는 워크스테이션의 이름", "mssql.connectionOptions.workstationId.displayName": "워크스테이션 ID", "mssql.disabled": "사용 안 함", - "mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.", + "mssql.enableSqlAuthenticationProvider": "사용자가 'AzureMFA' 인증을 선택할 때 'Active Directory Interactive' 인증 모드에서 SQL 인증 공급자를 사용하도록 설정합니다. 이를 통해 액세스 토큰을 가져올 때 서버 쪽 리소스 엔드포인트 통합을 사용할 수 있습니다. 이 옵션은 'MSAL' Azure 인증 라이브러리에 대해서만 지원됩니다. 값을 변경하면 Azure Data Studio를 다시 시작해야 합니다.", "mssql.enabled": "사용", "mssql.executionPlan.actualNumberOfRowsForAllExecutions": "모든 실행에 대한 실제 행 수가 가장 많은 실행 계획 작업을 강조 표시합니다.", "mssql.executionPlan.cost": "가장 높은 비용으로 실행 계획 작업을 강조 표시합니다.", @@ -248,8 +260,8 @@ "mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: 스키마별 그룹화 사용", "mssql.objectExplorer.expandTimeout": "개체 탐색기 노드를 확장하기 위한 시간 제한(초)입니다. 기본값은 45초입니다.", "mssql.objectExplorer.groupBySchema": "사용하도록 설정하면 개체 탐색기의 데이터베이스 개체가 스키마로 분류됩니다.", - "mssql.parallelMessageProcessing": "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.", - "mssql.piiLogging": "[Optional] Should Personally Identifiable Information (PII) be logged in the log file.", + "mssql.parallelMessageProcessing": "[실험적] SQL 도구 서비스에 대한 요청을 병렬로 처리할지 여부입니다. 모든 요청을 병렬로 처리할 때 발생할 수 있는 문제를 검색하기 위해 도입되었습니다. 기본값은 false입니다. 값을 변경하면 Azure Data Studio를 다시 시작해야 합니다.", + "mssql.piiLogging": "[선택 사항] PII(개인 식별 정보)가 로그 파일에 기록되게 합니다.", "mssql.provider.displayName": "Microsoft SQL Server", "mssql.query.alwaysEncryptedParameterization": "Always Encrypted에 매개 변수화 사용", "mssql.query.ansiDefaults": "SET ANSI_DEFAULTS 사용", @@ -300,7 +312,8 @@ "title.newServerRole": "새 서버 역할", "title.newTable": "새 테이블", "title.newUser": "새 사용자", - "title.objectProperties": "속성", + "title.objectProperties": "속성(미리 보기)", + "title.renameObject": "이름 바꾸기", "title.searchServers": "검색: 서버", "title.showLogFile": "로그 파일 표시" } diff --git a/i18n/ads-language-pack-ko/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-ko/translations/extensions/sql-migration.i18n.json index a7f032080a..0b9450b2ee 100644 --- a/i18n/ads-language-pack-ko/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-ko/translations/extensions/sql-migration.i18n.json @@ -17,6 +17,7 @@ "sql-migration.login.wizard.title": "로그인을 '{0}'에서 Azure SQL로 마이그레이션", "sql-migration.wizard.title": "Azure SQL로 '{0}' 마이그레이션", "sql.cancel.migration.confirmation": "이 마이그레이션을 취소하시겠습니까?", + "sql.delete.migration.confirmation": "이 마이그레이션을 삭제하시겠습니까?", "sql.login.migration.aad.domain.name.input.box.label": "Azure Active Directory 도메인 이름(Windows 인증 로그인을 마이그레이션하는 데만 필요)", "sql.login.migration.aad.domain.name.input.box.placeholder": "AAD 도메인 이름 입력", "sql.login.migration.collecting.target.logins.failed": "오류 코드로 대상 로그인을 수집하지 못했습니다. {0}", @@ -121,6 +122,7 @@ "sql.migration.cancel.migration": "마이그레이션 취소", "sql.migration.cannot.cancel": "마이그레이션이 진행 중이 아니므로 취소할 수 없습니다.", "sql.migration.cannot.cutover": "마이그레이션이 진행 중이 아니므로 컷오버할 수 없습니다.", + "sql.migration.cannot.delete": "마이그레이션이 현재 진행 중이므로 삭제할 수 없습니다.", "sql.migration.cannot.retry": "마이그레이션을 다시 시도하지 못했습니다.", "sql.migration.cannot.start.cutover.error": "모든 마이그레이션이 완료될 때까지 컷오버 프로세스를 시작할 수 없습니다. 최신 파일 상태를 반환하려면 브라우저 창을 새로 고칩니다.", "sql.migration.close": "닫기", @@ -225,6 +227,8 @@ "sql.migration.day": "{0}일", "sql.migration.days": "{0}일", "sql.migration.default.database": "기본 데이터베이스", + "sql.migration.delete.error": "마이그레이션을 삭제하는 동안 오류가 발생했습니다.", + "sql.migration.delete.migration": "마이그레이션 삭제", "sql.migration.description": "설명", "sql.migration.details.breadcrumb.migrations": "마이그레이션", "sql.migration.details.copied": "세부 정보 복사됨", @@ -859,6 +863,7 @@ "complete-cutover-menu": "컷오버 완료", "copy-migration-menu": "마이그레이션 세부 정보 복사", "database-details-menu": "데이터베이스 정보", + "delete-migration-menu": "마이그레이션 삭제", "description": "Azure SQL 마이그레이션 설명", "displayName": "Azure SQL 마이그레이션", "migration-command-category": "Azure SQL 마이그레이션", diff --git a/i18n/ads-language-pack-ko/translations/main.i18n.json b/i18n/ads-language-pack-ko/translations/main.i18n.json index 5549137149..b14fba9b4d 100644 --- a/i18n/ads-language-pack-ko/translations/main.i18n.json +++ b/i18n/ads-language-pack-ko/translations/main.i18n.json @@ -11493,6 +11493,7 @@ "notebook.toolbarIcon": "Notebook: Markdown 도구 모음 아이콘", "notebookFindMatchHighlight": "기타 검색 일치 항목의 색입니다. 기본 장식을 숨기지 않도록 색은 불투명하지 않아야 합니다.", "notebookFindRangeHighlight": "검색을 제한하는 범위의 색입니다. 기본 장식을 숨기지 않도록 색은 불투명하지 않아야 합니다.", + "queryEditorNullBackground": "쿼리 편집기 결과 표에서 null 값의 배경색입니다.", "tileBorder": "타일의 테두리 색", "tileBoxShadow": "타일 상자 그림자 색" }, @@ -12877,7 +12878,7 @@ "viewOptionsModal.title": "보기 구성" }, "sql/workbench/contrib/notebook/browser/outputs/gridOutput.component": { - "copyFailed": "복사하지 못했습니다(오류: {0}).", + "copyFailed": "{0} 오류를 나타내며 복사 실패", "notebook.showChart": "차트 표시", "notebook.showTable": "테이블 표시" }, @@ -12895,6 +12896,7 @@ "sql/workbench/contrib/objectExplorer/common/serverGroup.contribution": { "serverGroup.autoExpand": "개체 탐색기 뷰렛에서 서버 그룹을 자동으로 확장합니다.", "serverGroup.colors": "개체 탐색기 뷰렛에서 사용되는 서버 그룹 색상표입니다.", + "serverTree.nodeExpansionTimeout": "서버 보기에서 노드를 확장하는 데 대한 시간 제한(초)", "serverTree.useAsyncServerTree": "(미리 보기) 동적 노드 필터링과 같은 새로운 기능 지원을 사용하여 서버 보기 및 연결 대화 상자에 새 비동기 서버 트리를 사용합니다." }, "sql/workbench/contrib/preferences/browser/sqlSettingsLayout": { @@ -13434,6 +13436,7 @@ "connection.neverShowUnsupportedVersionWarning": "다시 표시 안 함", "connection.noAzureAccount": "연결을 위한 Azure 계정 토큰을 가져오지 못함", "connection.refreshAzureTokenFailure": "연결을 위한 Azure 계정 토큰을 새로 고침하지 못함", + "connection.unknownProvider": "알 수 없는 공급자 '{0}'", "connection.unsupportedServerVersionWarning": "서버 버전은 Azure Data Studio에서 지원되지 않으므로 계속 연결할 수 있지만 Azure Data Studio의 일부 기능이 예상대로 작동하지 않을 수 있습니다.", "connectionDialog.connectionProviderNotSupported": "'{0}' 공급자 유형을 지원하는 확장이 현재 설치되어 있지 않습니다. 확장을 보시겠습니까?", "connectionManagementService.noProviderForUri": "{0} URI에 대한 공급자를 찾을 수 없습니다.", @@ -13450,7 +13453,8 @@ "connection.azureTenantDropdownLabel": "Azure AD 테넌트", "connectionName": "이름(옵션)", "connectionWidget.AddAzureAccount": "계정 추가...", - "connectionWidget.ConnectionStringError": "연결 문자열을 구문 분석하지 못했습니다.", + "connectionWidget.ConnectionStringError": "연결 문자열을 구문 분석하지 못했습니다. {0}", + "connectionWidget.ConnectionStringUndefined": "반환된 연결 정보가 없습니다.", "connectionWidget.Error": "오류", "connectionWidget.connectionString": "연결 문자열", "connectionWidget.invalidAzureAccount": "계정을 선택해야 합니다.", @@ -13512,8 +13516,8 @@ "warning": "경고" }, "sql/workbench/services/executionPlan/common/executionPlanService": { - "executionPlanService.ensureCapabilitiesRegistered": "Provider with id {0} was not registered after 30 seconds.", - "executionPlanService.ensureFileExtensionHandlerRegistered": "Execution plan provider which supports file format '{0}' was not registered after 30 seconds.", + "executionPlanService.ensureCapabilitiesRegistered": "ID가 {0}인 공급자가 30초 후에 등록되지 않았습니다.", + "executionPlanService.ensureFileExtensionHandlerRegistered": "파일 형식 '{0}'을(를) 지원하는 실행 계획 공급자가 30초 후에 등록되지 않았습니다.", "noHandlerRegistered": "유효한 실행 계획 처리기가 등록되지 않았습니다.", "providerIdNotValidError": "ExecutionPlanService와 상호 작용하려면 유효한 공급자가 필요합니다.", "selectExecutionPlanProvider": "실행 계획을 열 공급자 선택" @@ -13688,7 +13692,8 @@ }, "sql/workbench/services/objectExplorer/browser/objectExplorerService": { "OeSessionFailedError": "개체 탐색기 세션을 만들지 못함", - "nodeExpansionError": "여러 오류:" + "nodeExpansionError": "여러 오류:", + "nodeExpansionTimeout": "{1} 공급자의 {0} 노드에 대한 노드 확장 시간을 초과했습니다." }, "sql/workbench/services/objectExplorer/browser/objectExplorerViewTreeShim": { "firewallCanceled": "방화벽 대화 상자를 취소함", @@ -13743,7 +13748,7 @@ "updateCellFailed": "셀 업데이트 실패: " }, "sql/workbench/services/query/common/queryRunner": { - "copyFailed": "복사하지 못했습니다(오류: {0}).", + "copyFailed": "{0} 오류를 나타내며 복사 실패", "elapsedBatchTime": "일괄 처리 실행 시간: {0}", "query.ExecutionFailedError": "예기치 않은 오류로 인해 실행하지 못했습니다. {0}\t{1}", "query.message.executionTime": "총 실행 시간: {0}", @@ -13953,6 +13958,9 @@ }, "sql/workbench/contrib/executionPlan/browser/executionPlanInput": { "epCompare.executionPlanEditorName": "ExecutionPlan" + }, + "sql/workbench/contrib/editData/browser/editDataGridPanel": { + "editData.cellWithNullCharMessage": "이 셀에는 현재 편집이 지원되지 않는 유니코드 null 문자가 포함되어 있습니다." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-pt-BR/CHANGELOG.md b/i18n/ads-language-pack-pt-BR/CHANGELOG.md index f1068d9888..95a1b3d2fe 100644 --- a/i18n/ads-language-pack-pt-BR/CHANGELOG.md +++ b/i18n/ads-language-pack-pt-BR/CHANGELOG.md @@ -2,7 +2,8 @@ All notable changes to the "ads-language-pack-pt_BR" language pack will be documented in this file. ## [Released] -* March 6, 2023 - Releaes for Azure Data Studio 1.42 +* March 30, 2023 - Release for Azure Data Studio 1.43 +* March 6, 2023 - Release for Azure Data Studio 1.42 * January 13, 2023 - Release for Azure Data Studio 1.41 * November 16, 2022 - Patch for 1.40 release * November 9, 2022 - Release for Azure Data Studio 1.40 diff --git a/i18n/ads-language-pack-pt-BR/package.json b/i18n/ads-language-pack-pt-BR/package.json index 86b4afbb00..9ea5ca7e60 100644 --- a/i18n/ads-language-pack-pt-BR/package.json +++ b/i18n/ads-language-pack-pt-BR/package.json @@ -2,7 +2,7 @@ "name": "ads-language-pack-pt-br", "displayName": "Portuguese (Brazil) Language Pack for Azure Data Studio", "description": "Language pack extension for Portuguese (Brazil)", - "version": "1.42.0", + "version": "1.43.0", "publisher": "Microsoft", "repository": { "type": "git", @@ -11,7 +11,7 @@ "license": "SEE SOURCE EULA LICENSE IN LICENSE.txt", "engines": { "vscode": "*", - "azdata": "^1.42.0" + "azdata": "^1.43.0" }, "icon": "languagepack.png", "categories": [ diff --git a/i18n/ads-language-pack-pt-BR/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-pt-BR/translations/extensions/azurecore.i18n.json index fb4a7e0d0d..5c5e39082e 100644 --- a/i18n/ads-language-pack-pt-BR/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-pt-BR/translations/extensions/azurecore.i18n.json @@ -153,6 +153,7 @@ }, "dist/localizedConstants": { "azure.azureResourcesGridTitle": "Recursos do Azure (Versão Prévia)", + "azure.credStoreSaveFailedError": "As chaves para cache de token não puderam ser salvas no armazenamento de credenciais, isso pode causar problemas de persistência de token de acesso do Azure e instabilidades de conexão. É provável que o SqlTools tenha atingido o limite de armazenamento de credenciais no Windows, limpe pelo menos 2 credenciais que comecem com \"Microsoft.SqlTools|\" no Gerenciador de Credenciais do Windows e recarregue.", "azure.unableToOpenAzureLink": "Não é possível abrir o link, os valores necessários estão ausentes", "azurecore.australiacentral": "Austrália Central", "azurecore.australiacentral2": "Austrália Central 2", @@ -168,6 +169,7 @@ "azurecore.centralindia": "Índia Central", "azurecore.centralus": "EUA Central", "azurecore.centraluseuap": "EUA Central EUAP", + "azurecore.deprecated": "Aviso: a ADAL foi preterida e está agendada para ser removida em uma versão futura. Em vez disso, use a MSAL.", "azurecore.eastasia": "Leste da Ásia", "azurecore.eastus": "Leste dos EUA", "azurecore.eastus2": "Leste dos EUA 2", diff --git a/i18n/ads-language-pack-pt-BR/translations/extensions/mssql.i18n.json b/i18n/ads-language-pack-pt-BR/translations/extensions/mssql.i18n.json index 6f02cd881f..de4dc8773a 100644 --- a/i18n/ads-language-pack-pt-BR/translations/extensions/mssql.i18n.json +++ b/i18n/ads-language-pack-pt-BR/translations/extensions/mssql.i18n.json @@ -22,8 +22,11 @@ "dist/localizedConstants": { "mssql.failedToFindAccount": "Falha ao localizar a conta do Azure {0} ao executar a atualização do token", "mssql.failedToFindTenants": "Falha ao localizar o locatário '{0}' na conta '{1}' ao atualizar o token de segurança", + "mssql.noConvertResult": "Nenhum resultado retornado da solicitação de conversão do Notebook", + "mssql.noDocumentFound": "Nenhum documento encontrado para URI {0}", "mssql.tokenRefreshFailed": "{0} Falha na atualização do token AAD, reconecte-se para ativar {0}", - "mssql.tokenRefreshFailedNoSecurityToken": "Falha na atualização do token do editor, o preenchimento automático será desativado até que o editor seja desconectado e reconectado" + "mssql.tokenRefreshFailedNoSecurityToken": "Falha na atualização do token do editor, o preenchimento automático será desativado até que o editor seja desconectado e reconectado", + "mssql.unsupportedPlatform": "Plataforma sem suporte {0}" }, "dist/main": { "mssql.errorConvertingToNotebook": "Ocorreu um erro ao converter o documento SQL em um Notebook. Erro: {0}", @@ -31,11 +34,15 @@ "mssql.searchServers": "Nomes de Servidores de Pesquisa" }, "dist/objectManagement/localizedConstants": { + "objectManagement.ColumnDisplayName": "coluna", + "objectManagement.DatabaseDisplayName": "banco de dados", "objectManagement.LoginTypeDisplayName": "logon", "objectManagement.LoginTypeDisplayNameInTitle": "Logon", "objectManagement.OkText": "OK", + "objectManagement.TableDisplayName": "tabela", "objectManagement.UserDisplayName": "usuário", "objectManagement.UserTypeDisplayNameInTitle": "Usuário", + "objectManagement.ViewDisplayName": "exibir", "objectManagement.advancedSectionHeader": "Avançado", "objectManagement.blankPasswordConfirmation": "A criação de um logon com uma senha em branco é um risco à segurança. Tem certeza de que deseja continuar?", "objectManagement.confirmPasswordLabel": "Confirmar senha", @@ -65,9 +72,11 @@ "objectManagement.login.sqlAuthSectionHeader": "Autenticação do SQL", "objectManagement.login.sqlAuthenticationType": "Autenticação do SQL", "objectManagement.login.windowsAuthenticationType": "Autenticação do Windows", + "objectManagement.loginNotSelectedError": "Login não selecionado.", "objectManagement.nameCannotBeEmptyError": "O nome não pode ficar em branco.", "objectManagement.nameLabel": "Nome", "objectManagement.newObjectDialogTitle": "{0} – Novo (Versão prévia)", + "objectManagement.noConnectionUriError": "Falha ao recuperar as informações de conexão, reconecte e tente novamente.", "objectManagement.objectPropertiesDialogTitle": "{0} – {1} (Versão prévia)", "objectManagement.openNewObjectDialogError": "Erro ao abrir o novo diálogo {0}. {1}", "objectManagement.openObjectPropertiesDialogError": "Erro ao abrir a caixa de diálogo de propriedades para {0}: {1}. {2}", @@ -75,6 +84,9 @@ "objectManagement.passwordLabel": "Senha", "objectManagement.passwordsNotMatchError": "A senha deve corresponder à confirmação da senha.", "objectManagement.refreshOEError": "Erro ao atualizar o pesquisador de objetos. {0}", + "objectManagement.renameObjectDialogTitle": "Inserir novo nome", + "objectManagement.renameObjectError": "Ocorreu um erro ao renomear {0} '{1}' para '{2}'. {3}", + "objectManagement.renameObjectOperationName": "Renomear {0} '{1}' para '{2}'", "objectManagement.selectedLabel": "Selecionado", "objectManagement.updateObjectOperationName": "Atualizar {0} \"{1}\"", "objectManagement.user.containedUser": "Usuário independente", @@ -163,9 +175,9 @@ "mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS": "Serviço Guardião de Host", "mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.None": "Nenhum", "mssql.connectionOptions.enclaveAttestationProtocol.description": "Especifica um protocolo para atestar um enclave do lado do servidor usado com o Always Encrypted com enclaves seguros", - "mssql.connectionOptions.enclaveAttestationProtocol.displayName": "Protocolo de Atestado", + "mssql.connectionOptions.enclaveAttestationProtocol.displayName": "Protocolo de atestado", "mssql.connectionOptions.enclaveAttestationUrl.description": "Especifica um ponto de extremidade para atestar um enclave do lado do servidor usado com o Always Encrypted com enclaves seguros", - "mssql.connectionOptions.enclaveAttestationUrl.displayName": "URL de Atestado de Enclave", + "mssql.connectionOptions.enclaveAttestationUrl.displayName": "URL do Atestado", "mssql.connectionOptions.encrypt.categoryValues.false": "Opcional (Falso)", "mssql.connectionOptions.encrypt.categoryValues.strict": "Estrito", "mssql.connectionOptions.encrypt.categoryValues.true": "Obrigatório (Verdadeiro)", @@ -203,8 +215,8 @@ "mssql.connectionOptions.port.displayName": "Porta", "mssql.connectionOptions.replication.description": "Usado pelo SQL Server na replicação", "mssql.connectionOptions.replication.displayName": "Replicação", - "mssql.connectionOptions.secureEnclaves.description": "Habilita ou desabilita Enclaves Seguros para a conexão", - "mssql.connectionOptions.secureEnclaves.displayName": "Enclaves Seguros", + "mssql.connectionOptions.secureEnclaves.description": "Habilita ou desabilita enclaves Seguros para a conexão", + "mssql.connectionOptions.secureEnclaves.displayName": "Enclaves seguros", "mssql.connectionOptions.serverName.description": "Nome da instância do SQL Server", "mssql.connectionOptions.serverName.displayName": "Servidor", "mssql.connectionOptions.trustServerCertificate.description": "Quando verdadeiro (e encrypt=true), o SQL Server usa criptografia SSL para todos os dados enviados entre o cliente e o servidor sem validar o certificado do servidor. Esta propriedade não é suportada com Encrypt=Strict.", @@ -300,7 +312,8 @@ "title.newServerRole": "Nova Função de Servidor", "title.newTable": "Nova Tabela", "title.newUser": "Novo Usuário", - "title.objectProperties": "Propriedades", + "title.objectProperties": "Propriedades (Versão prévia)", + "title.renameObject": "Renomear", "title.searchServers": "Pesquisar: Servidores", "title.showLogFile": "Mostrar o Arquivo de Log" } diff --git a/i18n/ads-language-pack-pt-BR/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-pt-BR/translations/extensions/sql-migration.i18n.json index abfdd90a09..67ddef8009 100644 --- a/i18n/ads-language-pack-pt-BR/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-pt-BR/translations/extensions/sql-migration.i18n.json @@ -17,6 +17,7 @@ "sql-migration.login.wizard.title": "Migrar os logons de '{0}' para SQL do Azure", "sql-migration.wizard.title": "Migrar '{0}' para SQL do Azure", "sql.cancel.migration.confirmation": "Tem certeza de que deseja cancelar esta migração?", + "sql.delete.migration.confirmation": "Tem certeza de que deseja excluir esta migração?", "sql.login.migration.aad.domain.name.input.box.label": "O Nome de Domínio do Azure Active Directory (necessário apenas para migrar logons de autenticação do Windows)", "sql.login.migration.aad.domain.name.input.box.placeholder": "Insira o Nome de Domínio do AAD", "sql.login.migration.collecting.target.logins.failed": "Falha ao coletar o logon de destino com o código de erro {0}", @@ -121,6 +122,7 @@ "sql.migration.cancel.migration": "Cancelar migração", "sql.migration.cannot.cancel": "A migração não está em andamento não pode ser cancelada.", "sql.migration.cannot.cutover": "A migração não está em andamento e não pode ser substituída.", + "sql.migration.cannot.delete": "A migração está em andamento e não pode ser excluída.", "sql.migration.cannot.retry": "A migração não pode ser repetida.", "sql.migration.cannot.start.cutover.error": "O processo de substituição não pode ser iniciado até que todas as migrações sejam concluídos. Para retornar o último status do arquivo, atualize a janela do navegador.", "sql.migration.close": "Fechar", @@ -225,6 +227,8 @@ "sql.migration.day": "{0} dia", "sql.migration.days": "{0} dias", "sql.migration.default.database": "Banco de dados padrão", + "sql.migration.delete.error": "Ocorreu um erro ao excluir a migração.", + "sql.migration.delete.migration": "Excluir migração", "sql.migration.description": "Descrição", "sql.migration.details.breadcrumb.migrations": "Migrações", "sql.migration.details.copied": "Detalhes copiados", @@ -859,6 +863,7 @@ "complete-cutover-menu": "Concluir substituição", "copy-migration-menu": "Copiar detalhes da migração", "database-details-menu": "Detalhes do banco de dados", + "delete-migration-menu": "Excluir migração", "description": "Descrição da migração do SQL do Azure", "displayName": "Migração do SQL do Azure", "migration-command-category": "Migração do SQL do Azure", diff --git a/i18n/ads-language-pack-pt-BR/translations/main.i18n.json b/i18n/ads-language-pack-pt-BR/translations/main.i18n.json index 67b9e5fe57..af8daadf35 100644 --- a/i18n/ads-language-pack-pt-BR/translations/main.i18n.json +++ b/i18n/ads-language-pack-pt-BR/translations/main.i18n.json @@ -11493,6 +11493,7 @@ "notebook.toolbarIcon": "Notebook: ícones da barra de ferramentas do Markdown", "notebookFindMatchHighlight": "Cor das outras correspondências da pesquisa. A cor não deve ser opaca para não ocultar decorações subjacentes.", "notebookFindRangeHighlight": "Cor do intervalo que limita a pesquisa. A cor não deve ser opaca para não ocultar decorações subjacentes.", + "queryEditorNullBackground": "A cor da tela de fundo para valores nulos na grade de resultados do editor de consultas.", "tileBorder": "A cor da borda dos blocos", "tileBoxShadow": "A cor da sombra da caixa do bloco" }, @@ -12877,7 +12878,7 @@ "viewOptionsModal.title": "Configurar Modo de Exibição" }, "sql/workbench/contrib/notebook/browser/outputs/gridOutput.component": { - "copyFailed": "A cópia falhou com o erro: {0}", + "copyFailed": "Falha na cópia com o erro {0}", "notebook.showChart": "Mostrar gráfico", "notebook.showTable": "Mostrar tabela" }, @@ -12895,6 +12896,7 @@ "sql/workbench/contrib/objectExplorer/common/serverGroup.contribution": { "serverGroup.autoExpand": "Expanda automaticamente grupos de servidores no viewlet do Pesquisador de Objetos.", "serverGroup.colors": "Paleta de cores do grupo de servidores usada no viewlet do Pesquisador de Objetos.", + "serverTree.nodeExpansionTimeout": "O tempo limite em segundos para expandir um nó na visualização Servidores", "serverTree.useAsyncServerTree": "(Versão Prévia) Use a nova árvore de servidor assíncrono para o modo de exibição Servidores e a caixa de diálogo Conexão com suporte para novos recursos, como filtragem dinâmica de nós." }, "sql/workbench/contrib/preferences/browser/sqlSettingsLayout": { @@ -13434,6 +13436,7 @@ "connection.neverShowUnsupportedVersionWarning": "Não mostrar novamente", "connection.noAzureAccount": "Falha ao obter o token de conta do Azure para a conexão", "connection.refreshAzureTokenFailure": "Falha ao obter o token de conta do Azure para a conexão", + "connection.unknownProvider": "Provedor desconhecido '{0}'", "connection.unsupportedServerVersionWarning": "A versão do servidor não é compatível com Azure Data Studio, você ainda pode se conectar a ela, mas alguns recursos no Azure Data Studio podem não funcionar conforme o esperado.", "connectionDialog.connectionProviderNotSupported": "A extensão que oferece suporte ao tipo de provedor '{0}' não está instalada no momento. Quer ver as extensões?", "connectionManagementService.noProviderForUri": "Não foi possível encontrar o provedor para o uri: {0}", @@ -13450,7 +13453,8 @@ "connection.azureTenantDropdownLabel": "Locatário do Azure AD", "connectionName": "Nome (opcional)", "connectionWidget.AddAzureAccount": "Adicionar uma conta...", - "connectionWidget.ConnectionStringError": "Falha ao analisar a cadeia de conexão.", + "connectionWidget.ConnectionStringError": "Falha ao analisar a cadeia de conexão. {0}", + "connectionWidget.ConnectionStringUndefined": "Nenhuma informação de conexão retornada.", "connectionWidget.Error": "Erro", "connectionWidget.connectionString": "Cadeia de conexão", "connectionWidget.invalidAzureAccount": "Você precisa selecionar uma conta", @@ -13688,7 +13692,8 @@ }, "sql/workbench/services/objectExplorer/browser/objectExplorerService": { "OeSessionFailedError": "Falha ao criar a sessão do Pesquisador de Objetos", - "nodeExpansionError": "Múltiplos erros:" + "nodeExpansionError": "Múltiplos erros:", + "nodeExpansionTimeout": "A expansão do nó expirou para o nó {0} para provedores{1}" }, "sql/workbench/services/objectExplorer/browser/objectExplorerViewTreeShim": { "firewallCanceled": "Caixa de diálogo do Firewall cancelada", @@ -13743,7 +13748,7 @@ "updateCellFailed": "Falha na célula de atualização: " }, "sql/workbench/services/query/common/queryRunner": { - "copyFailed": "A cópia falhou com o erro: {0}", + "copyFailed": "Falha na cópia com o erro {0}", "elapsedBatchTime": "Tempo de execução em lote: {0}", "query.ExecutionFailedError": "A execução falhou devido a um erro inesperado: {0} {1}", "query.message.executionTime": "Tempo total de execução: {0}", @@ -13953,6 +13958,9 @@ }, "sql/workbench/contrib/executionPlan/browser/executionPlanInput": { "epCompare.executionPlanEditorName": "ExecutionPlan" + }, + "sql/workbench/contrib/editData/browser/editDataGridPanel": { + "editData.cellWithNullCharMessage": "Esta célula contém o caractere nulo Unicode que atualmente não é suportado para edição." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-ru/CHANGELOG.md b/i18n/ads-language-pack-ru/CHANGELOG.md index 1b8addacd8..d9786f2c3c 100644 --- a/i18n/ads-language-pack-ru/CHANGELOG.md +++ b/i18n/ads-language-pack-ru/CHANGELOG.md @@ -2,7 +2,8 @@ All notable changes to the "ads-language-pack-ru" language pack will be documented in this file. ## [Released] -* March 6, 2023 - Releaes for Azure Data Studio 1.42 +* March 30, 2023 - Release for Azure Data Studio 1.43 +* March 6, 2023 - Release for Azure Data Studio 1.42 * January 13, 2023 - Release for Azure Data Studio 1.41 * November 16, 2022 - Patch for 1.40 release * November 9, 2022 - Release for Azure Data Studio 1.40 diff --git a/i18n/ads-language-pack-ru/package.json b/i18n/ads-language-pack-ru/package.json index fa12f3df38..c6eb648f70 100644 --- a/i18n/ads-language-pack-ru/package.json +++ b/i18n/ads-language-pack-ru/package.json @@ -2,7 +2,7 @@ "name": "ads-language-pack-ru", "displayName": "Russian Language Pack for Azure Data Studio", "description": "Language pack extension for Russian", - "version": "1.42.0", + "version": "1.43.0", "publisher": "Microsoft", "repository": { "type": "git", @@ -11,7 +11,7 @@ "license": "SEE SOURCE EULA LICENSE IN LICENSE.txt", "engines": { "vscode": "*", - "azdata": "^1.42.0" + "azdata": "^1.43.0" }, "icon": "languagepack.png", "categories": [ diff --git a/i18n/ads-language-pack-ru/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-ru/translations/extensions/azurecore.i18n.json index d7a3cbf41d..4a9ddda9fb 100644 --- a/i18n/ads-language-pack-ru/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-ru/translations/extensions/azurecore.i18n.json @@ -153,6 +153,7 @@ }, "dist/localizedConstants": { "azure.azureResourcesGridTitle": "Ресурсы Azure (предварительная версия)", + "azure.credStoreSaveFailedError": "Не удалось сохранить ключи для кэша маркеров в хранилище учетных данных, что может привести к проблемам с сохранением маркера доступа Azure и нестабильности подключения. Вполне вероятно, что SqlTools достиг предела хранения учетных данных в Windows. Очистите по крайней мере 2 записи учетных данных, которые начинаются с «Microsoft.SqlTools|» в диспетчере учетных данных Windows и перезагрузите.", "azure.unableToOpenAzureLink": "Не удается открыть ссылку, отсутствуют обязательные значения", "azurecore.australiacentral": "Центральная Австралия", "azurecore.australiacentral2": "Центральная Австралия — 2", @@ -168,6 +169,7 @@ "azurecore.centralindia": "Центральная Индия", "azurecore.centralus": "Центральная часть США", "azurecore.centraluseuap": "Центральная часть США (EUAP)", + "azurecore.deprecated": "Предупреждение. ADAL не рекомендуется и будет удален в будущем выпуске. Вместо этого используйте MSAL.", "azurecore.eastasia": "Восточная Азия", "azurecore.eastus": "Восточная часть США", "azurecore.eastus2": "Восточная часть США — 2", diff --git a/i18n/ads-language-pack-ru/translations/extensions/mssql.i18n.json b/i18n/ads-language-pack-ru/translations/extensions/mssql.i18n.json index 7f9a580ab3..b3d71778b1 100644 --- a/i18n/ads-language-pack-ru/translations/extensions/mssql.i18n.json +++ b/i18n/ads-language-pack-ru/translations/extensions/mssql.i18n.json @@ -22,8 +22,11 @@ "dist/localizedConstants": { "mssql.failedToFindAccount": "Не удалось найти учетную запись Azure {0} при обновлении токена", "mssql.failedToFindTenants": "Не удалось найти клиент ''{0}'' в учетной записи ''{1}'' при обновлении токена безопасности", + "mssql.noConvertResult": "Запрос на преобразование записной книжки не вернул результатов", + "mssql.noDocumentFound": "Не найден документ для URI {0}", "mssql.tokenRefreshFailed": "{0} Не удалось обновить токен AAD. Пожалуйста, подключитесь повторно, чтобы включить {0}", - "mssql.tokenRefreshFailedNoSecurityToken": "Не удалось обновить токен редактора, автозаполнение будет отключено до тех пор, пока редактор не будет отключен и подключен снова." + "mssql.tokenRefreshFailedNoSecurityToken": "Не удалось обновить токен редактора, автозаполнение будет отключено до тех пор, пока редактор не будет отключен и подключен снова.", + "mssql.unsupportedPlatform": "Неподдерживаемая платформа {0}" }, "dist/main": { "mssql.errorConvertingToNotebook": "Произошла ошибка при преобразовании документа SQL в записную книжку. Ошибка: {0}", @@ -31,11 +34,15 @@ "mssql.searchServers": "Поиск имен серверов" }, "dist/objectManagement/localizedConstants": { + "objectManagement.ColumnDisplayName": "столбец", + "objectManagement.DatabaseDisplayName": "база данных", "objectManagement.LoginTypeDisplayName": "имя для входа", "objectManagement.LoginTypeDisplayNameInTitle": "Вход", "objectManagement.OkText": "OK", + "objectManagement.TableDisplayName": "таблица", "objectManagement.UserDisplayName": "пользователь", "objectManagement.UserTypeDisplayNameInTitle": "Пользователь", + "objectManagement.ViewDisplayName": "представление", "objectManagement.advancedSectionHeader": "Дополнительно", "objectManagement.blankPasswordConfirmation": "Создание имени для входа с пустым паролем создает угрозу безопасности. Продолжить?", "objectManagement.confirmPasswordLabel": "Подтверждение пароля", @@ -65,9 +72,11 @@ "objectManagement.login.sqlAuthSectionHeader": "Проверка подлинности SQL", "objectManagement.login.sqlAuthenticationType": "Проверка подлинности SQL", "objectManagement.login.windowsAuthenticationType": "Проверка подлинности Windows.", + "objectManagement.loginNotSelectedError": "Имя для входа не выбрано.", "objectManagement.nameCannotBeEmptyError": "Необходимо ввести имя.", "objectManagement.nameLabel": "Имя", "objectManagement.newObjectDialogTitle": "{0} — предварительная версия", + "objectManagement.noConnectionUriError": "Не удалось получить сведения о подключении. Восстановите подключение и повторите попытку.", "objectManagement.objectPropertiesDialogTitle": "{0} - {1} (предварительная версия)", "objectManagement.openNewObjectDialogError": "Произошла ошибка при открытии нового {0} диалога. {1}", "objectManagement.openObjectPropertiesDialogError": "Произошла ошибка при открытии диалогового окно свойств для {0}: {1}. {2}", @@ -75,6 +84,9 @@ "objectManagement.passwordLabel": "Пароль", "objectManagement.passwordsNotMatchError": "Пароль должен совпадать с паролем подтверждения.", "objectManagement.refreshOEError": "Произошла ошибка при обновлении обозревателя объектов. {0}", + "objectManagement.renameObjectDialogTitle": "Введите новое имя", + "objectManagement.renameObjectError": "Произошла ошибка при переименовании {0} \"{1}\" на \"{2}\". {3}", + "objectManagement.renameObjectOperationName": "Переименовать {0} \"{1}\" на \"{2}\"", "objectManagement.selectedLabel": "Выбрано", "objectManagement.updateObjectOperationName": "Обновление {0} \"{1}\"", "objectManagement.user.containedUser": "Автономный пользователь", @@ -165,7 +177,7 @@ "mssql.connectionOptions.enclaveAttestationProtocol.description": "Задает протокол для аттестации анклава на стороне сервера, используемого Always Encrypted с защищенным анклавами", "mssql.connectionOptions.enclaveAttestationProtocol.displayName": "Протокол аттестации", "mssql.connectionOptions.enclaveAttestationUrl.description": "Задает конечную точку для аттестации анклава на стороне сервера, используемого Always Encrypted с защищенным анклавами", - "mssql.connectionOptions.enclaveAttestationUrl.displayName": "URL-адрес аттестации анклава", + "mssql.connectionOptions.enclaveAttestationUrl.displayName": "URL-адрес аттестации", "mssql.connectionOptions.encrypt.categoryValues.false": "Необязательное (False)", "mssql.connectionOptions.encrypt.categoryValues.strict": "Строгое", "mssql.connectionOptions.encrypt.categoryValues.true": "Обязательное (True)", @@ -203,8 +215,8 @@ "mssql.connectionOptions.port.displayName": "Порт", "mssql.connectionOptions.replication.description": "Используется SQL Server при репликации", "mssql.connectionOptions.replication.displayName": "Репликация", - "mssql.connectionOptions.secureEnclaves.description": "Включает или отключает Secure Enclaves для подключения", - "mssql.connectionOptions.secureEnclaves.displayName": "Secure Enclaves", + "mssql.connectionOptions.secureEnclaves.description": "Включает или отключает защищенные анклавы для подключения", + "mssql.connectionOptions.secureEnclaves.displayName": "Защищенные анклавы", "mssql.connectionOptions.serverName.description": "Имя экземпляра SQL Server", "mssql.connectionOptions.serverName.displayName": "Сервер", "mssql.connectionOptions.trustServerCertificate.description": "Если задано значение \"true\" (и параметр \"encrypt\" имеет значение \"true\"), SQL Server использует шифрование SSL для всех данных, которыми сервер обменивается с клиентом, без проверки сертификата сервера. Это свойство не поддерживается, если параметр \"Encrypt\" имеет значение \"Strict\".", @@ -300,7 +312,8 @@ "title.newServerRole": "Создать роль сервера", "title.newTable": "Создать таблицу", "title.newUser": "Новый пользователь", - "title.objectProperties": "Свойства", + "title.objectProperties": "Свойства (предварительная версия)", + "title.renameObject": "Переименовать", "title.searchServers": "Поиск: серверы", "title.showLogFile": "Показать файл журнала" } diff --git a/i18n/ads-language-pack-ru/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-ru/translations/extensions/sql-migration.i18n.json index 203d1857be..65d750003a 100644 --- a/i18n/ads-language-pack-ru/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-ru/translations/extensions/sql-migration.i18n.json @@ -17,6 +17,7 @@ "sql-migration.login.wizard.title": "Миграция учетных данных из \"{0}\" в Azure SQL", "sql-migration.wizard.title": "Миграция \"{0}\" в Azure SQL", "sql.cancel.migration.confirmation": "Вы действительно хотите отменить эту миграцию?", + "sql.delete.migration.confirmation": "Действительно удалить эту миграцию?", "sql.login.migration.aad.domain.name.input.box.label": "Доменное имя Azure Active Directory (требуется только для того, чтобы перенести имена входа для проверки подлинности Windows)", "sql.login.migration.aad.domain.name.input.box.placeholder": "Введите доменное имя AAD", "sql.login.migration.collecting.target.logins.failed": "Сбой получения целевого входа с кодом ошибки {0}", @@ -121,6 +122,7 @@ "sql.migration.cancel.migration": "Отменить миграцию", "sql.migration.cannot.cancel": "Миграция не выполняется и не может быть отменена.", "sql.migration.cannot.cutover": "Миграция не выполняется и не может быть отменена.", + "sql.migration.cannot.delete": "В настоящее время выполняется миграция, ее невозможно удалить.", "sql.migration.cannot.retry": "Невозможно повторить попытку миграции.", "sql.migration.cannot.start.cutover.error": "Процесс прямой миграции не может быть запущен, пока не будут завершены все процессы миграции. Чтобы узнать о последнем состоянии файла, обновите окно браузера.", "sql.migration.close": "Закрыть", @@ -225,6 +227,8 @@ "sql.migration.day": "{0} дн.", "sql.migration.days": "{0} дн.", "sql.migration.default.database": "База данных по умолчанию", + "sql.migration.delete.error": "Ошибка при удалении миграции.", + "sql.migration.delete.migration": "Удалить миграцию", "sql.migration.description": "Описание", "sql.migration.details.breadcrumb.migrations": "Миграции", "sql.migration.details.copied": "Сведения скопированы", @@ -859,6 +863,7 @@ "complete-cutover-menu": "Выполнение прямой миграции", "copy-migration-menu": "Копировать сведения о миграции", "database-details-menu": "Сведения о базе данных", + "delete-migration-menu": "Удалить миграцию", "description": "Описание миграции Azure SQL", "displayName": "Миграция SQL Azure", "migration-command-category": "Миграция SQL Azure", diff --git a/i18n/ads-language-pack-ru/translations/main.i18n.json b/i18n/ads-language-pack-ru/translations/main.i18n.json index e71c92d638..f96109435d 100644 --- a/i18n/ads-language-pack-ru/translations/main.i18n.json +++ b/i18n/ads-language-pack-ru/translations/main.i18n.json @@ -11493,6 +11493,7 @@ "notebook.toolbarIcon": "Записная книжка: значки панели инструментов Markdown", "notebookFindMatchHighlight": "Цвет других совпадений при поиске. Цвет не должен быть непрозрачным, чтобы не скрыть расположенные ниже элементы оформления.", "notebookFindRangeHighlight": "Цвет диапазона, ограничивающего поиск. Цвет не должен быть непрозрачным, чтобы не скрыть расположенные ниже элементы оформления.", + "queryEditorNullBackground": "Цвет фона для значений NULL в сетке результатов редактора запросов.", "tileBorder": "Цвет границы плиток", "tileBoxShadow": "Цвет тени для поля плитки" }, @@ -12877,7 +12878,7 @@ "viewOptionsModal.title": "Настроить представление" }, "sql/workbench/contrib/notebook/browser/outputs/gridOutput.component": { - "copyFailed": "Не удалось копировать. Ошибка: {0}", + "copyFailed": "Не удалось выполнить копирование. Ошибка: {0}", "notebook.showChart": "Показать диаграмму", "notebook.showTable": "Показать таблицу" }, @@ -12895,6 +12896,7 @@ "sql/workbench/contrib/objectExplorer/common/serverGroup.contribution": { "serverGroup.autoExpand": "Автоматически разворачивать группы серверов во вьюлете обозревателя объектов.", "serverGroup.colors": "Цветовая палитра группы серверов, используемых во вьюлете обозревателя объектов.", + "serverTree.nodeExpansionTimeout": "Время ожидания в секундах для расширения узла в представлении \"Серверы\".", "serverTree.useAsyncServerTree": "(Предварительная версия.) Используйте новое дерево асинхронных серверов для представления серверов и диалогового окна подключения с поддержкой новых функций, таких как фильтрация динамических узлов." }, "sql/workbench/contrib/preferences/browser/sqlSettingsLayout": { @@ -13434,6 +13436,7 @@ "connection.neverShowUnsupportedVersionWarning": "Больше не показывать", "connection.noAzureAccount": "Не удалось получить маркер учетной записи Azure для подключения", "connection.refreshAzureTokenFailure": "Не удалось обновить маркер учетной записи Azure для подключения", + "connection.unknownProvider": "Неизвестный поставщик \"{0}\"", "connection.unsupportedServerVersionWarning": "Azure Data Studio не поддерживает эту версию сервера; возможно, вы можете подключиться к ней, но некоторые функции Azure Data Studio могут работать не так, как ожидалось.", "connectionDialog.connectionProviderNotSupported": "Расширение, которое поддерживает тип поставщика \"{0}\", сейчас не установлено. Вы хотите просмотреть расширения?", "connectionManagementService.noProviderForUri": "Не найден поставщик для URI: {0}", @@ -13450,7 +13453,8 @@ "connection.azureTenantDropdownLabel": "Клиент Azure AD", "connectionName": "Имя (необязательно)", "connectionWidget.AddAzureAccount": "Добавить учетную запись…", - "connectionWidget.ConnectionStringError": "Не удалось проанализировать строку подключения.", + "connectionWidget.ConnectionStringError": "Не удалось проанализировать строку подключения. {0}", + "connectionWidget.ConnectionStringUndefined": "Сведения о подключении не возвращены.", "connectionWidget.Error": "Ошибка", "connectionWidget.connectionString": "Строка подключения", "connectionWidget.invalidAzureAccount": "Необходимо выбрать учетную запись", @@ -13688,7 +13692,8 @@ }, "sql/workbench/services/objectExplorer/browser/objectExplorerService": { "OeSessionFailedError": "Не удалось создать сеанс обозревателя объектов", - "nodeExpansionError": "Несколько ошибок:" + "nodeExpansionError": "Несколько ошибок:", + "nodeExpansionTimeout": "Истекло время ожидания расширения узла {0} для поставщиков {1}." }, "sql/workbench/services/objectExplorer/browser/objectExplorerViewTreeShim": { "firewallCanceled": "Диалоговое окно брандмауэра отменено", @@ -13743,7 +13748,7 @@ "updateCellFailed": "Сбой обновления ячейки: " }, "sql/workbench/services/query/common/queryRunner": { - "copyFailed": "Не удалось копировать. Ошибка: {0}", + "copyFailed": "Не удалось выполнить копирование. Ошибка: {0}", "elapsedBatchTime": "Время выполнения пакета: {0}", "query.ExecutionFailedError": "Сбой выполнения из-за непредвиденной ошибки: {0} {1}", "query.message.executionTime": "Общее время выполнения: {0}", @@ -13953,6 +13958,9 @@ }, "sql/workbench/contrib/executionPlan/browser/executionPlanInput": { "epCompare.executionPlanEditorName": "План_выполнения" + }, + "sql/workbench/contrib/editData/browser/editDataGridPanel": { + "editData.cellWithNullCharMessage": "Эта ячейка содержит нуль-символ Юникода, который в настоящее время не поддерживается для редактирования." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-zh-hans/CHANGELOG.md b/i18n/ads-language-pack-zh-hans/CHANGELOG.md index e83b735aea..216913ffac 100644 --- a/i18n/ads-language-pack-zh-hans/CHANGELOG.md +++ b/i18n/ads-language-pack-zh-hans/CHANGELOG.md @@ -2,7 +2,8 @@ All notable changes to the "ads-language-pack-zh-hans" language pack will be documented in this file. ## [Released] -* March 6, 2023 - Releaes for Azure Data Studio 1.42 +* March 30, 2023 - Release for Azure Data Studio 1.43 +* March 6, 2023 - Release for Azure Data Studio 1.42 * January 13, 2023 - Release for Azure Data Studio 1.41 * November 16, 2022 - Patch for 1.40 release * November 9, 2022 - Release for Azure Data Studio 1.40 diff --git a/i18n/ads-language-pack-zh-hans/package.json b/i18n/ads-language-pack-zh-hans/package.json index c6802be1b7..ad60d95f2d 100644 --- a/i18n/ads-language-pack-zh-hans/package.json +++ b/i18n/ads-language-pack-zh-hans/package.json @@ -2,7 +2,7 @@ "name": "ads-language-pack-zh-hans", "displayName": "Chinese (Simplified) (简体中文) Language Pack for Azure Data Studio", "description": "Language pack extension for Chinese (Simplified)", - "version": "1.42.0", + "version": "1.43.0", "publisher": "Microsoft", "repository": { "type": "git", @@ -11,7 +11,7 @@ "license": "SEE SOURCE EULA LICENSE IN LICENSE.txt", "engines": { "vscode": "*", - "azdata": "^1.42.0" + "azdata": "^1.43.0" }, "icon": "languagepack.png", "categories": [ diff --git a/i18n/ads-language-pack-zh-hans/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-zh-hans/translations/extensions/azurecore.i18n.json index 78d4742dc8..b6f52e6734 100644 --- a/i18n/ads-language-pack-zh-hans/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-zh-hans/translations/extensions/azurecore.i18n.json @@ -153,6 +153,7 @@ }, "dist/localizedConstants": { "azure.azureResourcesGridTitle": "Azure 资源(预览)", + "azure.credStoreSaveFailedError": "无法在凭据存储中保存令牌缓存的密钥,这可能会导致 Azure 访问令牌持久性问题和连接不稳定。SqlTools 可能已达到 Windows 上的凭据存储限制,请清除至少 2 个以 Windows 凭据管理器中的“Microsoft.SqlTools|”开头的凭据,然后重新加载。", "azure.unableToOpenAzureLink": "无法打开链接,缺少所需的值", "azurecore.australiacentral": "澳大利亚中部", "azurecore.australiacentral2": "澳大利亚中部 2", @@ -168,6 +169,7 @@ "azurecore.centralindia": "印度中部", "azurecore.centralus": "美国中部", "azurecore.centraluseuap": "美国中部 EUAP", + "azurecore.deprecated": "警告: ADAL 已弃用,并计划在将来的版本中删除。请改用 MSAL。", "azurecore.eastasia": "东亚", "azurecore.eastus": "美国东部", "azurecore.eastus2": "美国东部 2", diff --git a/i18n/ads-language-pack-zh-hans/translations/extensions/mssql.i18n.json b/i18n/ads-language-pack-zh-hans/translations/extensions/mssql.i18n.json index 1ce5f94415..5f0d63e2d6 100644 --- a/i18n/ads-language-pack-zh-hans/translations/extensions/mssql.i18n.json +++ b/i18n/ads-language-pack-zh-hans/translations/extensions/mssql.i18n.json @@ -22,8 +22,11 @@ "dist/localizedConstants": { "mssql.failedToFindAccount": "执行令牌刷新时找不到 Azure 帐户 {0}", "mssql.failedToFindTenants": "刷新安全令牌时,在帐户 \\\"{1}\\\" 中找不到租户 \\\"{0}\\\"", + "mssql.noConvertResult": "笔记本转换请求未返回任何结果", + "mssql.noDocumentFound": "找不到 URI {0} 文档", "mssql.tokenRefreshFailed": "{0} AAD 令牌刷新失败,请重新连接以启用 {0}", - "mssql.tokenRefreshFailedNoSecurityToken": "编辑器令牌刷新失败,自动完成将被禁用,直到编辑器断开连接并重新连接" + "mssql.tokenRefreshFailedNoSecurityToken": "编辑器令牌刷新失败,自动完成将被禁用,直到编辑器断开连接并重新连接", + "mssql.unsupportedPlatform": "不受支持的平台 {0}" }, "dist/main": { "mssql.errorConvertingToNotebook": "将 SQL 文档转换为笔记本时出错。错误: {0}", @@ -31,11 +34,15 @@ "mssql.searchServers": "搜索服务器名称" }, "dist/objectManagement/localizedConstants": { + "objectManagement.ColumnDisplayName": "列", + "objectManagement.DatabaseDisplayName": "数据库", "objectManagement.LoginTypeDisplayName": "登录名", "objectManagement.LoginTypeDisplayNameInTitle": "登录", "objectManagement.OkText": "确定", + "objectManagement.TableDisplayName": "表", "objectManagement.UserDisplayName": "用户", "objectManagement.UserTypeDisplayNameInTitle": "用户", + "objectManagement.ViewDisplayName": "视图", "objectManagement.advancedSectionHeader": "高级", "objectManagement.blankPasswordConfirmation": "创建登录名时使用空密码将会带来安全隐患。是否确实要继续?", "objectManagement.confirmPasswordLabel": "确认密码", @@ -65,9 +72,11 @@ "objectManagement.login.sqlAuthSectionHeader": "SQL 身份验证", "objectManagement.login.sqlAuthenticationType": "SQL 身份验证", "objectManagement.login.windowsAuthenticationType": "Windows 身份验证", + "objectManagement.loginNotSelectedError": "未选择登录名。", "objectManagement.nameCannotBeEmptyError": "名称不能为空。", "objectManagement.nameLabel": "名称", "objectManagement.newObjectDialogTitle": "{0}–新建(预览)", + "objectManagement.noConnectionUriError": "无法检索连接信息,请重新连接,然后重试。", "objectManagement.objectPropertiesDialogTitle": "{0} - {1} (预览)", "objectManagement.openNewObjectDialogError": "打开新 {0} 对话框时出错。{1}", "objectManagement.openObjectPropertiesDialogError": "打开 {0}: {1} 的属性对话框时出错。{2}", @@ -75,6 +84,9 @@ "objectManagement.passwordLabel": "密码", "objectManagement.passwordsNotMatchError": "密码必须与确认密码匹配。", "objectManagement.refreshOEError": "刷新对象资源管理器时出错。{0}", + "objectManagement.renameObjectDialogTitle": "输入新名称", + "objectManagement.renameObjectError": "将 {0} \"{1}\" 重命名为 \"{2}\" 时出错。 {3}", + "objectManagement.renameObjectOperationName": "将 {0} \"{1}\" 重命名为 \"{2}\"", "objectManagement.selectedLabel": "已选择", "objectManagement.updateObjectOperationName": "更新 {0} \"{1}\"", "objectManagement.user.containedUser": "包含的用户", @@ -165,7 +177,7 @@ "mssql.connectionOptions.enclaveAttestationProtocol.description": "指定用于证明与具有安全 enclave 的 Always Encrypted 结合使用的服务器端 enclave 的协议", "mssql.connectionOptions.enclaveAttestationProtocol.displayName": "证明协议", "mssql.connectionOptions.enclaveAttestationUrl.description": "指定用于证明与具有安全 enclave 的 Always Encrypted 结合使用的服务器端 enclave 的终结点", - "mssql.connectionOptions.enclaveAttestationUrl.displayName": "Enclave 证明 URL", + "mssql.connectionOptions.enclaveAttestationUrl.displayName": "认证 URL", "mssql.connectionOptions.encrypt.categoryValues.false": "可选(False)", "mssql.connectionOptions.encrypt.categoryValues.strict": "严格", "mssql.connectionOptions.encrypt.categoryValues.true": "强制(True)", @@ -203,8 +215,8 @@ "mssql.connectionOptions.port.displayName": "端口", "mssql.connectionOptions.replication.description": "由 SQL Server 在复制中使用", "mssql.connectionOptions.replication.displayName": "副本", - "mssql.connectionOptions.secureEnclaves.description": "启用或禁用连接的安全 Enclave", - "mssql.connectionOptions.secureEnclaves.displayName": "安全 Enclave", + "mssql.connectionOptions.secureEnclaves.description": "启用或禁用连接的安全 enclave", + "mssql.connectionOptions.secureEnclaves.displayName": "安全 enclave", "mssql.connectionOptions.serverName.description": "SQL Server 实例的名称", "mssql.connectionOptions.serverName.displayName": "服务器", "mssql.connectionOptions.trustServerCertificate.description": "在值为 true (且 encrypt=true)时,SQL Server 将对客户端与服务器之间发送的所有数据使用 SSL 加密,而无需验证服务器证书。此属性不支持 Encrypt=Strict 的设置。", @@ -300,7 +312,8 @@ "title.newServerRole": "新建服务器角色", "title.newTable": "新建表", "title.newUser": "新用户", - "title.objectProperties": "属性", + "title.objectProperties": "属性(预览版)", + "title.renameObject": "重命名", "title.searchServers": "搜索: 服务器", "title.showLogFile": "显示日志文件" } diff --git a/i18n/ads-language-pack-zh-hans/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-zh-hans/translations/extensions/sql-migration.i18n.json index 0e8689d42d..11b0543c00 100644 --- a/i18n/ads-language-pack-zh-hans/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-zh-hans/translations/extensions/sql-migration.i18n.json @@ -17,6 +17,7 @@ "sql-migration.login.wizard.title": "将登录从 \"{0}\" 迁移到 Azure SQL", "sql-migration.wizard.title": "将“{0}”迁移到 Azure SQL", "sql.cancel.migration.confirmation": "是否确实要取消此迁移?", + "sql.delete.migration.confirmation": "确定要删除此迁移吗?", "sql.login.migration.aad.domain.name.input.box.label": "Azure Active Directory 域名(仅在迁移 Windows 身份验证登录名时需要)", "sql.login.migration.aad.domain.name.input.box.placeholder": "输入 AAD 域名", "sql.login.migration.collecting.target.logins.failed": "收集目标登录失败,错误代码为 {0}", @@ -121,6 +122,7 @@ "sql.migration.cancel.migration": "取消迁移", "sql.migration.cannot.cancel": "迁移未进行,并且无法取消。", "sql.migration.cannot.cutover": "迁移未进行,无法直接转换。", + "sql.migration.cannot.delete": "迁移当前正在进行,无法删除。", "sql.migration.cannot.retry": "无法重试迁移。", "sql.migration.cannot.start.cutover.error": "在完成所有迁移之前,无法启动直接转换进程。要返回最新文件状态,请刷新浏览器窗口。", "sql.migration.close": "关闭", @@ -225,6 +227,8 @@ "sql.migration.day": "{0} 天", "sql.migration.days": "{0} 天", "sql.migration.default.database": "默认数据库", + "sql.migration.delete.error": "删除迁移时出错。", + "sql.migration.delete.migration": "删除迁移", "sql.migration.description": "说明", "sql.migration.details.breadcrumb.migrations": "迁移", "sql.migration.details.copied": "已复制详细信息", @@ -859,6 +863,7 @@ "complete-cutover-menu": "完成直接转换", "copy-migration-menu": "复制迁移详细信息", "database-details-menu": "数据库详细信息", + "delete-migration-menu": "删除迁移", "description": "Azure SQL 迁移说明", "displayName": "Azure SQL 迁移", "migration-command-category": "Azure SQL 迁移", diff --git a/i18n/ads-language-pack-zh-hans/translations/main.i18n.json b/i18n/ads-language-pack-zh-hans/translations/main.i18n.json index efd24a4a58..d2b01a1205 100644 --- a/i18n/ads-language-pack-zh-hans/translations/main.i18n.json +++ b/i18n/ads-language-pack-zh-hans/translations/main.i18n.json @@ -11493,6 +11493,7 @@ "notebook.toolbarIcon": "笔记本: Markdown 工具栏图标", "notebookFindMatchHighlight": "其他搜索匹配项的颜色。颜色必须透明,以免隐藏下面的修饰效果。", "notebookFindRangeHighlight": "限制搜索范围的颜色。颜色不能不透明,以免隐藏底层装饰。", + "queryEditorNullBackground": "查询编辑器结果网格中 null 值的背景色。", "tileBorder": "磁贴的边框颜色", "tileBoxShadow": "磁贴框阴影颜色" }, @@ -12877,7 +12878,7 @@ "viewOptionsModal.title": "配置视图" }, "sql/workbench/contrib/notebook/browser/outputs/gridOutput.component": { - "copyFailed": "复制失败,出现错误: {0}", + "copyFailed": "复制失败,出现错误 {0}", "notebook.showChart": "显示图表", "notebook.showTable": "显示表" }, @@ -12895,6 +12896,7 @@ "sql/workbench/contrib/objectExplorer/common/serverGroup.contribution": { "serverGroup.autoExpand": "在对象资源管理器 viewlet 中自动展开服务器组。", "serverGroup.colors": "在对象资源管理器 viewlet 中使用的服务器组面板。", + "serverTree.nodeExpansionTimeout": "在“服务器”视图中展开节点的超时时间(秒)", "serverTree.useAsyncServerTree": "(预览)使用“服务器”视图和“连接”对话框的新异步服务器树,支持动态节点筛选等新功能。" }, "sql/workbench/contrib/preferences/browser/sqlSettingsLayout": { @@ -13434,6 +13436,7 @@ "connection.neverShowUnsupportedVersionWarning": "不再显示", "connection.noAzureAccount": "未能获取 Azure 帐户令牌用于连接", "connection.refreshAzureTokenFailure": "未能刷新用于连接的 Azure 帐户令牌", + "connection.unknownProvider": "未知提供程序 \"{0}\"", "connection.unsupportedServerVersionWarning": "Azure Data Studio 不支持此服务器版本,你仍然可以连接到它,但 Azure Data Studio 中的某些功能可能无法按预期工作。", "connectionDialog.connectionProviderNotSupported": "当前未安装支持提供程序类型 \"{0}\" 的扩展。是否要查看扩展?", "connectionManagementService.noProviderForUri": "找不到此 URI 的提供程序: {0}", @@ -13450,7 +13453,8 @@ "connection.azureTenantDropdownLabel": "Azure AD 租户", "connectionName": "名称(可选)", "connectionWidget.AddAzureAccount": "添加帐户…", - "connectionWidget.ConnectionStringError": "无法分析连接字符串。", + "connectionWidget.ConnectionStringError": "无法分析连接字符串。 {0}", + "connectionWidget.ConnectionStringUndefined": "未返回连接信息。", "connectionWidget.Error": "错误", "connectionWidget.connectionString": "连接字符串", "connectionWidget.invalidAzureAccount": "必须选择一个帐户", @@ -13688,7 +13692,8 @@ }, "sql/workbench/services/objectExplorer/browser/objectExplorerService": { "OeSessionFailedError": "未能创建对象资源管理器会话", - "nodeExpansionError": "多个错误:" + "nodeExpansionError": "多个错误:", + "nodeExpansionTimeout": "提供程序 {1} 的节点 {0} 的节点展开超时" }, "sql/workbench/services/objectExplorer/browser/objectExplorerViewTreeShim": { "firewallCanceled": "防火墙对话已取消", @@ -13743,7 +13748,7 @@ "updateCellFailed": "更新单元格失败:" }, "sql/workbench/services/query/common/queryRunner": { - "copyFailed": "复制失败,出现错误: {0}", + "copyFailed": "复制失败,出现错误 {0}", "elapsedBatchTime": "批处理执行时间: {0}", "query.ExecutionFailedError": "由于意外错误,执行失败: {0}\t{1}", "query.message.executionTime": "执行时间总计: {0}", @@ -13953,6 +13958,9 @@ }, "sql/workbench/contrib/executionPlan/browser/executionPlanInput": { "epCompare.executionPlanEditorName": "ExecutionPlan" + }, + "sql/workbench/contrib/editData/browser/editDataGridPanel": { + "editData.cellWithNullCharMessage": "此单元格包含当前不支持进行编辑的 Unicode 空字符。" } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-zh-hant/CHANGELOG.md b/i18n/ads-language-pack-zh-hant/CHANGELOG.md index 04089fedd0..1d08fb41e7 100644 --- a/i18n/ads-language-pack-zh-hant/CHANGELOG.md +++ b/i18n/ads-language-pack-zh-hant/CHANGELOG.md @@ -2,7 +2,8 @@ All notable changes to the "ads-language-pack-zh-hant" language pack will be documented in this file. ## [Released] -* March 6, 2023 - Releaes for Azure Data Studio 1.42 +* March 30, 2023 - Release for Azure Data Studio 1.43 +* March 6, 2023 - Release for Azure Data Studio 1.42 * January 13, 2023 - Release for Azure Data Studio 1.41 * November 16, 2022 - Patch for 1.40 release * November 9, 2022 - Release for Azure Data Studio 1.40 diff --git a/i18n/ads-language-pack-zh-hant/package.json b/i18n/ads-language-pack-zh-hant/package.json index fa1e0c9819..33b5b3c94b 100644 --- a/i18n/ads-language-pack-zh-hant/package.json +++ b/i18n/ads-language-pack-zh-hant/package.json @@ -2,7 +2,7 @@ "name": "ads-language-pack-zh-hant", "displayName": "Chinese (Traditional) Language Pack for Azure Data Studio", "description": "Language pack extension for Chinese (Traditional)", - "version": "1.42.0", + "version": "1.43.0", "publisher": "Microsoft", "repository": { "type": "git", @@ -11,7 +11,7 @@ "license": "SEE SOURCE EULA LICENSE IN LICENSE.txt", "engines": { "vscode": "*", - "azdata": "^1.42.0" + "azdata": "^1.43.0" }, "icon": "languagepack.png", "categories": [ diff --git a/i18n/ads-language-pack-zh-hant/translations/extensions/azurecore.i18n.json b/i18n/ads-language-pack-zh-hant/translations/extensions/azurecore.i18n.json index 1d79ae703b..9303035bfc 100644 --- a/i18n/ads-language-pack-zh-hant/translations/extensions/azurecore.i18n.json +++ b/i18n/ads-language-pack-zh-hant/translations/extensions/azurecore.i18n.json @@ -153,6 +153,7 @@ }, "dist/localizedConstants": { "azure.azureResourcesGridTitle": "Azure 資源 (預覽)", + "azure.credStoreSaveFailedError": "權杖快取的金鑰無法儲存在認證存放區中,這可能會導致 Azure 存取權杖持續性問題和連線不穩定。SqlTools 可能已達到 Windows 的認證儲存限制,請清除 Windows 認證管理員中以 「Microsoft.SqlTools|」 開始的至少 2 個認證,然後重新載入。", "azure.unableToOpenAzureLink": "無法開啟連結,缺少必要值", "azurecore.australiacentral": "澳洲中部", "azurecore.australiacentral2": "澳洲中部 2", @@ -168,6 +169,7 @@ "azurecore.centralindia": "印度中部", "azurecore.centralus": "美國中部", "azurecore.centraluseuap": "美國中部 EUAP", + "azurecore.deprecated": "警告: ADAL 已被取代,並排定在未來的版本中移除。請改用 MSAL。", "azurecore.eastasia": "東亞", "azurecore.eastus": "美國東部", "azurecore.eastus2": "美國東部 2", diff --git a/i18n/ads-language-pack-zh-hant/translations/extensions/mssql.i18n.json b/i18n/ads-language-pack-zh-hant/translations/extensions/mssql.i18n.json index 83c2d8f841..d8429dd5ef 100644 --- a/i18n/ads-language-pack-zh-hant/translations/extensions/mssql.i18n.json +++ b/i18n/ads-language-pack-zh-hant/translations/extensions/mssql.i18n.json @@ -22,8 +22,11 @@ "dist/localizedConstants": { "mssql.failedToFindAccount": "執行權杖重新整理時找不到 azure 帳戶 {0}", "mssql.failedToFindTenants": "重新整理安全性權杖時,在帳戶 '{1}'中找不到租用戶 '{0}'", + "mssql.noConvertResult": "筆記本轉換要求未傳回任何結果", + "mssql.noDocumentFound": "找不到 URI {0} 的文件", "mssql.tokenRefreshFailed": "{0} AAD 權杖重新更新失敗,請重新連接以啟用 {0}", - "mssql.tokenRefreshFailedNoSecurityToken": "編輯器權杖重新整理失敗,將會停用自動編譯,直到編輯器中斷連線並重新連線為止" + "mssql.tokenRefreshFailedNoSecurityToken": "編輯器權杖重新整理失敗,將會停用自動編譯,直到編輯器中斷連線並重新連線為止", + "mssql.unsupportedPlatform": "不支援的平台 {0}" }, "dist/main": { "mssql.errorConvertingToNotebook": "將 SQL 文件轉換成筆記本時發生錯誤。錯誤: {0}", @@ -31,11 +34,15 @@ "mssql.searchServers": "搜尋伺服器名稱" }, "dist/objectManagement/localizedConstants": { + "objectManagement.ColumnDisplayName": "資料行", + "objectManagement.DatabaseDisplayName": "資料庫", "objectManagement.LoginTypeDisplayName": "登入", "objectManagement.LoginTypeDisplayNameInTitle": "登入", "objectManagement.OkText": "確定", + "objectManagement.TableDisplayName": "資料表", "objectManagement.UserDisplayName": "使用者", "objectManagement.UserTypeDisplayNameInTitle": "使用者", + "objectManagement.ViewDisplayName": "檢視", "objectManagement.advancedSectionHeader": "進階", "objectManagement.blankPasswordConfirmation": "建立密碼為空白的登入,會有安全性的風險。您確定要繼續嗎?", "objectManagement.confirmPasswordLabel": "確認密碼", @@ -65,9 +72,11 @@ "objectManagement.login.sqlAuthSectionHeader": "SQL 驗證", "objectManagement.login.sqlAuthenticationType": "SQL 驗證", "objectManagement.login.windowsAuthenticationType": "Windows 驗證", + "objectManagement.loginNotSelectedError": "未選取登入。", "objectManagement.nameCannotBeEmptyError": "名稱不能空白。", "objectManagement.nameLabel": "名稱", "objectManagement.newObjectDialogTitle": "{0} - 新增 (預覽)", + "objectManagement.noConnectionUriError": "無法擷取連線資訊,請重新連線,然後再試一次。", "objectManagement.objectPropertiesDialogTitle": "{0} - {1} (預覽)", "objectManagement.openNewObjectDialogError": "開啟新 {0} 對話方塊時發生錯誤。{1}", "objectManagement.openObjectPropertiesDialogError": "開啟 {0} 的內容對話方塊時發生錯誤: {1}。{2}", @@ -75,6 +84,9 @@ "objectManagement.passwordLabel": "密碼", "objectManagement.passwordsNotMatchError": "密碼必須與確認密碼相符。", "objectManagement.refreshOEError": "重新整理物件總管時發生錯誤。{0}", + "objectManagement.renameObjectDialogTitle": "請輸入新名稱", + "objectManagement.renameObjectError": "將 {0} '{1}' 重新命名為 '{2}' 時發生錯誤。{3}", + "objectManagement.renameObjectOperationName": "將 {0} '{1}' 重新命名為 '{2}'", "objectManagement.selectedLabel": "已選取", "objectManagement.updateObjectOperationName": "更新 {0} '{1}'", "objectManagement.user.containedUser": "包含的使用者", @@ -165,7 +177,7 @@ "mssql.connectionOptions.enclaveAttestationProtocol.description": "指定通訊協定,以證明與安全記憶體保護區一起使用 Always Encrypted 的伺服器端記憶體保護區", "mssql.connectionOptions.enclaveAttestationProtocol.displayName": "證明通訊協定", "mssql.connectionOptions.enclaveAttestationUrl.description": "指定端點,以證明與安全記憶體保護區一起使用 Always Encrypted 的伺服器端記憶體保護區", - "mssql.connectionOptions.enclaveAttestationUrl.displayName": "記憶體保護區證明 URL", + "mssql.connectionOptions.enclaveAttestationUrl.displayName": "證明 URL", "mssql.connectionOptions.encrypt.categoryValues.false": "選用 (False)", "mssql.connectionOptions.encrypt.categoryValues.strict": "嚴格", "mssql.connectionOptions.encrypt.categoryValues.true": "強制 (True)", @@ -203,8 +215,8 @@ "mssql.connectionOptions.port.displayName": "連接埠", "mssql.connectionOptions.replication.description": "由 SQL Server 在複寫中使用", "mssql.connectionOptions.replication.displayName": "複寫", - "mssql.connectionOptions.secureEnclaves.description": "啟用或停用連線的安全記憶體庫", - "mssql.connectionOptions.secureEnclaves.displayName": "安全記憶體庫", + "mssql.connectionOptions.secureEnclaves.description": "啟用或停用連線的安全隔離區", + "mssql.connectionOptions.secureEnclaves.displayName": "安全隔離區", "mssql.connectionOptions.serverName.description": "SQL Server 執行個體的名稱", "mssql.connectionOptions.serverName.displayName": "伺服器", "mssql.connectionOptions.trustServerCertificate.description": "當 True 時 (且 encrypt=true),SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 SSL 加密,且不驗證伺服器憑證。Encrypt=Strict 不支援此屬性。", @@ -216,7 +228,7 @@ "mssql.connectionOptions.workstationId.description": "連線至 SQL Server 的工作站名稱", "mssql.connectionOptions.workstationId.displayName": "工作站識別碼", "mssql.disabled": "已停用", - "mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.", + "mssql.enableSqlAuthenticationProvider": "當使用者選取 'AzureMFA' 驗證,則針對 'Active Directory Interactive' 驗證模式啟用使用 SQL 驗證提供者。這會在擷取存取權杖時啟用伺服器端資源端點整合。此選項僅支援 'MSAL' Azure 驗證程式庫。值變更時,需要重新啟動 Azure Data Studio。", "mssql.enabled": "已啟用", "mssql.executionPlan.actualNumberOfRowsForAllExecutions": "使用所有執行的最大實際資料列數來醒目提示執行計畫作業。", "mssql.executionPlan.cost": "以最高成本醒目提示執行計畫作業。", @@ -248,8 +260,8 @@ "mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: 依結構描述啟用群組", "mssql.objectExplorer.expandTimeout": "在物件總管中展開節點的逾時秒數。預設值為 45 秒。", "mssql.objectExplorer.groupBySchema": "啟用時,物件總管中的資料庫物件會依架構分類。", - "mssql.parallelMessageProcessing": "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.", - "mssql.piiLogging": "[Optional] Should Personally Identifiable Information (PII) be logged in the log file.", + "mssql.parallelMessageProcessing": "[實驗性] 是否應該平行處理對 SQL Tools Service 的要求。這是為了發現探索平行處理所有要求時可能的問題。預設值為 false。值變更時,需要重新啟動 Azure Data Studio。", + "mssql.piiLogging": "[選用] 是否應在記錄檔中記錄個人識別資訊 (PII)。", "mssql.provider.displayName": "Microsoft SQL Server", "mssql.query.alwaysEncryptedParameterization": "啟用 Always Encrypted 的參數化", "mssql.query.ansiDefaults": "啟用 SET ANSI_DEFAULTS", @@ -300,7 +312,8 @@ "title.newServerRole": "新增伺服器角色", "title.newTable": "新增資料表", "title.newUser": "新使用者", - "title.objectProperties": "屬性", + "title.objectProperties": "屬性 (預覽)", + "title.renameObject": "重新命名", "title.searchServers": "搜尋: 伺服器", "title.showLogFile": "顯示記錄檔" } diff --git a/i18n/ads-language-pack-zh-hant/translations/extensions/sql-migration.i18n.json b/i18n/ads-language-pack-zh-hant/translations/extensions/sql-migration.i18n.json index 43fd593e47..e26e6302e0 100644 --- a/i18n/ads-language-pack-zh-hant/translations/extensions/sql-migration.i18n.json +++ b/i18n/ads-language-pack-zh-hant/translations/extensions/sql-migration.i18n.json @@ -17,6 +17,7 @@ "sql-migration.login.wizard.title": "將登入從 '{0}' 移轉至 Azure SQL", "sql-migration.wizard.title": "將 '{0}' 移轉到 Azure SQL", "sql.cancel.migration.confirmation": "確定要取消此移轉嗎?", + "sql.delete.migration.confirmation": "確定要刪除此刪除嗎?", "sql.login.migration.aad.domain.name.input.box.label": "Azure Active Directory 網域名稱 (僅需要移轉 Windows 驗證登入)", "sql.login.migration.aad.domain.name.input.box.placeholder": "輸入 AAD 網域名稱", "sql.login.migration.collecting.target.logins.failed": "收集目標登入失敗,錯誤碼為 {0}", @@ -121,6 +122,7 @@ "sql.migration.cancel.migration": "取消移轉", "sql.migration.cannot.cancel": "移轉不在進行中,因此無法取消。", "sql.migration.cannot.cutover": "移轉不在進行中,且無法完全移轉。", + "sql.migration.cannot.delete": "移轉目前正在進行中,無法刪除。", "sql.migration.cannot.retry": "無法重試移轉。", "sql.migration.cannot.start.cutover.error": "在所有移轉完成前,完全移轉程序無法啟動。若要傳回最新的檔案狀態,請重新整理瀏覽器視窗。", "sql.migration.close": "關閉", @@ -225,6 +227,8 @@ "sql.migration.day": "{0} 天", "sql.migration.days": "{0} 天", "sql.migration.default.database": "預設資料庫", + "sql.migration.delete.error": "刪除移轉時發生錯誤。", + "sql.migration.delete.migration": "刪除移轉", "sql.migration.description": "描述", "sql.migration.details.breadcrumb.migrations": "移轉", "sql.migration.details.copied": "已複製詳細資料", @@ -859,6 +863,7 @@ "complete-cutover-menu": "完成完全移轉", "copy-migration-menu": "複製移轉詳細資料", "database-details-menu": "資料庫詳細資料", + "delete-migration-menu": "刪除移轉", "description": "Azure SQL 移轉描述", "displayName": "Azure SQL 移轉", "migration-command-category": "Azure SQL 移轉", diff --git a/i18n/ads-language-pack-zh-hant/translations/main.i18n.json b/i18n/ads-language-pack-zh-hant/translations/main.i18n.json index 23377b1107..f65455fa73 100644 --- a/i18n/ads-language-pack-zh-hant/translations/main.i18n.json +++ b/i18n/ads-language-pack-zh-hant/translations/main.i18n.json @@ -11493,6 +11493,7 @@ "notebook.toolbarIcon": "筆記本: Markdown 工具列圖示", "notebookFindMatchHighlight": "其他搜尋相符項目的色彩。其不得為不透明色彩,以免隱藏底層裝飾。", "notebookFindRangeHighlight": "限制搜尋之範圍的色彩。其不得為不透明色彩,以免隱藏底層裝飾。", + "queryEditorNullBackground": "查詢編輯器結果方格中 Null 值的背景色彩。", "tileBorder": "磚的框線色彩", "tileBoxShadow": "磚方塊陰影色彩" }, @@ -12877,7 +12878,7 @@ "viewOptionsModal.title": "設定檢視" }, "sql/workbench/contrib/notebook/browser/outputs/gridOutput.component": { - "copyFailed": "複製失敗,發生錯誤: {0}", + "copyFailed": "複製失敗。錯誤: {0}", "notebook.showChart": "顯示圖表", "notebook.showTable": "顯示資料表" }, @@ -12895,6 +12896,7 @@ "sql/workbench/contrib/objectExplorer/common/serverGroup.contribution": { "serverGroup.autoExpand": "物件總管 Viewlet 中的自動展開伺服器群組。", "serverGroup.colors": "在物件總管 Viewlet 中使用的伺服器群組調色盤。", + "serverTree.nodeExpansionTimeout": "在伺服器檢視中展開節點的逾時 (以秒為單位)", "serverTree.useAsyncServerTree": "(預覽) 針對伺服器檢視及連線對話方塊使用新的非同步伺服器樹狀結構,並支援動態節點篩選等新功能。" }, "sql/workbench/contrib/preferences/browser/sqlSettingsLayout": { @@ -13434,6 +13436,7 @@ "connection.neverShowUnsupportedVersionWarning": "不要再顯示", "connection.noAzureAccount": "無法取得連線的 Azure 帳戶權杖", "connection.refreshAzureTokenFailure": "無法重新整理 Azure 帳戶權杖以建立連線", + "connection.unknownProvider": "未知的提供者 '{0}'", "connection.unsupportedServerVersionWarning": "Azure Data Studio 不支援伺服器版本,您仍然可以連接到伺服器版本,但 Azure Data Studio 中的某些功能可能無法如預期方式執行。", "connectionDialog.connectionProviderNotSupported": "目前未安裝支援提供者類型 '{0}' 之延伸模組。您要檢視延伸模組嗎?", "connectionManagementService.noProviderForUri": "找不到 URI: {0} 的提供者", @@ -13450,7 +13453,8 @@ "connection.azureTenantDropdownLabel": "Azure AD 租用戶", "connectionName": "名稱 (選用)", "connectionWidget.AddAzureAccount": "新增帳戶...", - "connectionWidget.ConnectionStringError": "無法剖析連接字串。", + "connectionWidget.ConnectionStringError": "無法剖析連接字串。{0}", + "connectionWidget.ConnectionStringUndefined": "未傳回連線資訊。", "connectionWidget.Error": "錯誤", "connectionWidget.connectionString": "連接字串", "connectionWidget.invalidAzureAccount": "您必須選取帳戶", @@ -13512,8 +13516,8 @@ "warning": "警告" }, "sql/workbench/services/executionPlan/common/executionPlanService": { - "executionPlanService.ensureCapabilitiesRegistered": "Provider with id {0} was not registered after 30 seconds.", - "executionPlanService.ensureFileExtensionHandlerRegistered": "Execution plan provider which supports file format '{0}' was not registered after 30 seconds.", + "executionPlanService.ensureCapabilitiesRegistered": "識別碼為 {0} 的提供者未在 30 秒後登錄。", + "executionPlanService.ensureFileExtensionHandlerRegistered": "支援檔案格式 '{0}' 的執行計畫提供者未在 30 秒後登錄。", "noHandlerRegistered": "未登錄有效的執行計畫處理常式", "providerIdNotValidError": "需要有效的提供者才能與 ExecutionPlanService 互動", "selectExecutionPlanProvider": "選取要開啟執行計畫的提供者" @@ -13688,7 +13692,8 @@ }, "sql/workbench/services/objectExplorer/browser/objectExplorerService": { "OeSessionFailedError": "建立物件總管工作階段失敗", - "nodeExpansionError": "多個錯誤:" + "nodeExpansionError": "多個錯誤:", + "nodeExpansionTimeout": "提供者 {1} 節點 {0} 的節點擴充已逾時" }, "sql/workbench/services/objectExplorer/browser/objectExplorerViewTreeShim": { "firewallCanceled": "已取消防火牆對話方塊", @@ -13743,7 +13748,7 @@ "updateCellFailed": "更新資料格失敗: " }, "sql/workbench/services/query/common/queryRunner": { - "copyFailed": "複製失敗,發生錯誤: {0}", + "copyFailed": "複製失敗。錯誤: {0}", "elapsedBatchTime": "批次執行時間: {0}", "query.ExecutionFailedError": "由於意外錯誤導致執行失敗: {0} {1}", "query.message.executionTime": "總執行時間: {0}", @@ -13953,6 +13958,9 @@ }, "sql/workbench/contrib/executionPlan/browser/executionPlanInput": { "epCompare.executionPlanEditorName": "ExecutionPlan" + }, + "sql/workbench/contrib/editData/browser/editDataGridPanel": { + "editData.cellWithNullCharMessage": "此儲存格包含 Unicode Null 字元,目前不支援編輯。" } } } \ No newline at end of file diff --git a/resources/xlf/de/azurecore.de.xlf b/resources/xlf/de/azurecore.de.xlf index 323f207fd1..36d4dc5173 100644 --- a/resources/xlf/de/azurecore.de.xlf +++ b/resources/xlf/de/azurecore.de.xlf @@ -465,6 +465,10 @@ Azure Resources (Preview) Azure-Ressourcen (Vorschau) + + Keys for token cache could not be saved in credential store, this may cause Azure access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + Die Schlüssel für den Tokencache konnten nicht im Anmeldeinformationsspeicher gespeichert werden. Dies kann zu Problemen bei der Persistenz des Azure-Zugriffstokens und zu Verbindungsinstabilitäten führen. Wahrscheinlich hat SqlTools das Speicherlimit für Anmeldeinformationen unter Windows erreicht. Löschen Sie in der Windows-Anmeldeinformationsverwaltung mindestens 2 Anmeldeinformationen, die mit „Microsoft.SqlTools|“ beginnen, und wiederholen Sie den Ladevorgang. + Unable to open link, missing required values Der Link kann nicht geöffnet werden, weil erforderliche Werte fehlen. @@ -525,6 +529,10 @@ Central US EUAP USA, Mitte EUAP + + Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead. + Warnung: ADAL ist veraltet und wird voraussichtlich in einer zukünftigen Version entfernt werden. Bitte verwenden Sie stattdessen MSAL. + East Asia Asien, Osten diff --git a/resources/xlf/de/mssql.de.xlf b/resources/xlf/de/mssql.de.xlf index feb5fa2bc0..b9c17442d7 100644 --- a/resources/xlf/de/mssql.de.xlf +++ b/resources/xlf/de/mssql.de.xlf @@ -50,6 +50,14 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und Failed to find tenant '{0}' in account '{1}' when refreshing security token Fehler beim Suchen des Mandanten „{0}“ im Konto „{1}“ beim Aktualisieren des Sicherheitstokens. + + No result returned from Notebook convert request + Von der Notebook-Konvertierungsanforderung wurde kein Ergebnis zurückgegeben. + + + No document found for URI {0} + Kein Dokument für URI "{0}" gefunden. + {0} AAD token refresh failed, please reconnect to enable {0} {0} AAD-Token konnte nicht aktualisiert werden, bitte stellen Sie die Verbindung erneut her, um {0} zu aktivieren. @@ -58,6 +66,10 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und Editor token refresh failed, autocompletion will be disabled until the editor is disconnected and reconnected Fehler bei der Aktualisierung des Editor-Tokens, die automatische Vervollständigung wird deaktiviert, bis der Editor getrennt und die Verbindung erneut hergestellt wurde. + + Unsupported platform {0} + Nicht unterstützte Plattform {0} + @@ -78,6 +90,14 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und + + column + Spalte + + + database + Datenbank + login Anmeldename @@ -90,6 +110,10 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und OK OK + + table + Tabelle + user Benutzer @@ -98,6 +122,10 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und User Benutzer + + view + Ansicht + Advanced Erweitert @@ -218,6 +246,10 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und Windows Authentication Windows-Authentifizierung + + Login is not selected. + Die Anmeldung ist nicht ausgewählt. + Name cannot be empty. Das Namensfeld darf nicht leer bleiben. @@ -231,6 +263,10 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und {0} object type. {0} – Neu (Vorschau) + + Failed to retrieve the connection information, please reconnect and try again. + Fehler beim Abrufen der Verbindungsinformationen. Stellen Sie die Verbindung wieder her, und versuchen Sie es noch einmal. + {0} - {1} (Preview) {0} object type, {1}: object name. @@ -263,6 +299,20 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und {0}: error message. Fehler beim Aktualisieren des Objekt-Explorers. {0} + + Enter new name + Neuen Namen eingeben + + + An error occurred while renaming {0} '{1}' to '{2}'. {3} + {0} object type, {1}: original name, {2}: new name, {3}: error message. + Beim Umbenennen von {0} "{1}" in "{2}" ist ein Fehler aufgetreten. {3} + + + Rename {0} '{1}' to '{2}' + {0} object type, {1}: original name, {2}: new name + {0} "{1}" in "{2}" umbenennen + Selected Ausgewählt @@ -601,7 +651,7 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und Gibt ein Protokoll zum Nachweis einer serverseitigen Enclave an, die mit Always Encrypted für Secure Enclaves verwendet wird. - Attestation Protocol + Attestation protocol Nachweisprotokoll @@ -609,8 +659,8 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und Gibt einen Endpunkt zum Nachweis einer serverseitigen Enclave an, die mit Always Encrypted für Secure Enclaves verwendet wird. - Enclave Attestation URL - Enclave-Nachweis-URL + Attestation URL + Nachweis-URL Optional (False) @@ -761,11 +811,11 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und Replikation - Enables or disables Secure Enclaves for the connection + Enables or disables Secure enclaves for the connection Aktiviert oder deaktiviert sichere Enklaven für die Verbindung. - Secure Enclaves + Secure enclaves Sichere Enklaven @@ -1149,8 +1199,12 @@ Hinweis: Ein selbstsigniertes Zertifikat bietet nur eingeschränkten Schutz und Neuer Benutzer - Properties - Eigenschaften + Properties (Preview) + Eigenschaften (Vorschau) + + + Rename + Umbenennen Search: Servers diff --git a/resources/xlf/de/sql-migration.de.xlf b/resources/xlf/de/sql-migration.de.xlf index c9e523a9b1..c78cbde54d 100644 --- a/resources/xlf/de/sql-migration.de.xlf +++ b/resources/xlf/de/sql-migration.de.xlf @@ -34,6 +34,10 @@ Are you sure you want to cancel this migration? Möchten Sie diese Migration abbrechen? + + Are you sure you want to delete this migration? + Möchten Sie die Migration wirklich löschen? + Azure Active Directory Domain Name (only required to migrate Windows Authenication Logins) Azure Active Directory-Domänennamen (nur zum Migrieren von Windows-Authentifizierungsanmeldungen erforderlich) @@ -462,6 +466,10 @@ Dies kann einige Zeit dauern. Migration is not in progress and cannot be cutover. Die Migration ist nicht in Bearbeitung, Cutover nicht möglich. + + Migration is currently in progress and cannot be deleted. + Die Migration wird derzeit ausgeführt und kann nicht gelöscht werden. + Migration cannot be retried. Die Migration kann nicht wiederholt werden. @@ -878,6 +886,14 @@ Dies kann einige Zeit dauern. Default database Standarddatenbank + + An error occurred while deleting the migration. + Fehler beim Löschen der Migration. + + + Delete migration + Migration löschen + Description Beschreibung @@ -3406,6 +3422,10 @@ Dies kann einige Zeit dauern. Database details Datenbankdetails + + Delete migration + Migration löschen + Azure SQL migration description Beschreibung der Azure SQL-Migration diff --git a/resources/xlf/de/sql.de.xlf b/resources/xlf/de/sql.de.xlf index faa083ca0b..7d7c2fed88 100644 --- a/resources/xlf/de/sql.de.xlf +++ b/resources/xlf/de/sql.de.xlf @@ -894,6 +894,10 @@ Die folgende Liste der übersprungenen Standardbefehle wird abgeschnitten, wenn Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations. Farbe des Bereichs, der die Suche eingrenzt. Die Farbe darf nicht deckend sein, damit sie nicht die zugrunde liegenden Dekorationen verdeckt. + + The background color for null values in the query editor results grid. + Die Hintergrundfarbe für NULL-Werte im Ergebnisraster des Abfrage-Editors. + The border color of tiles Die Rahmenfarbe von Kacheln. @@ -3493,6 +3497,14 @@ Die folgende Liste der übersprungenen Standardbefehle wird abgeschnitten, wenn + + + + This cell contains the Unicode null character which is currently not supported for editing. + Diese Zelle enthält das Unicode-Zeichen für NULL, das derzeit nicht für die Bearbeitung unterstützt wird. + + + @@ -5784,7 +5796,7 @@ Fehler: {1} - Copy failed with error: {0} + Copy failed with error {0} Fehler beim Kopieren: {0} @@ -5839,6 +5851,10 @@ Fehler: {1} Server Group color palette used in the Object Explorer viewlet. Farbpalette für die Servergruppe, die im Objekt-Explorer-Viewlet verwendet wird. + + The timeout in seconds for expanding a node in the Servers view + Timeout in Sekunden für das Erweitern eines Knotens in der Serveransicht + (Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering. (Vorschau) Verwenden Sie die neue asynchrone Serverstruktur für die Serveransicht und das Verbindungsdialogfeld. Sie bietet Unterstützung für neue Features wie die dynamische Knotenfilterung. @@ -7764,6 +7780,10 @@ Fehlermeldung: 1 Failed to refresh Azure account token for connection Fehler beim Aktualisieren des Azure-Kontotokens für die Verbindung. + + Unknown provider '{0}' + Unbekannter Anbieter "{0}" + The server version is not supported by Azure Data Studio, you may still connect to it but some features in Azure Data Studio might not work as expected. Die Serverversion wird von Azure Data Studio nicht unterstützt. Sie können dennoch eine Verbindung damit herstellen, aber einige Features in Azure Data Studio funktionieren möglicherweise nicht wie erwartet. @@ -7825,8 +7845,12 @@ Fehlermeldung: 1 Konto hinzufügen... - Failed to parse the connection string. - Fehler beim Analysieren der Verbindungszeichenfolge. + Failed to parse the connection string. {0} + Fehler beim Analysieren der Verbindungszeichenfolge. {0} + + + No connection info returned. + Es wurden keine Verbindungsinformationen zurückgegeben. Error @@ -8654,6 +8678,10 @@ Fehlermeldung: 1 Multiple errors: Mehrere Fehler: + + Node expansion timed out for node {0} for providers {1} + Timeout bei der Knotenerweiterung für Knoten {0} für Anbieter {1} + @@ -8843,7 +8871,7 @@ Fehlermeldung: 1 - Copy failed with error: {0} + Copy failed with error {0} Fehler beim Kopieren: {0} diff --git a/resources/xlf/en/azurecore.xlf b/resources/xlf/en/azurecore.xlf index bf13c8f4f0..43cf83fe18 100644 --- a/resources/xlf/en/azurecore.xlf +++ b/resources/xlf/en/azurecore.xlf @@ -369,6 +369,12 @@ Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead. + + Disable + + + Dismiss + East Asia @@ -432,6 +438,9 @@ Norway West + + Warning: Azure PII Logging is enabled. Enabling this option allows personally identifiable information to be logged and should only be used for debugging purposes. + Azure Database for PostgreSQL server diff --git a/resources/xlf/en/mssql.xlf b/resources/xlf/en/mssql.xlf index a9d4a5b12f..790bdcb149 100644 --- a/resources/xlf/en/mssql.xlf +++ b/resources/xlf/en/mssql.xlf @@ -306,6 +306,9 @@ Note: A self-signed certificate offers only limited protection and is not a reco + + Failed to get connection string for the table. Please reconnect to the server and try again. + New Table diff --git a/resources/xlf/en/sql-database-projects.xlf b/resources/xlf/en/sql-database-projects.xlf index 5bd620e0b0..8a72610a4c 100644 --- a/resources/xlf/en/sql-database-projects.xlf +++ b/resources/xlf/en/sql-database-projects.xlf @@ -406,6 +406,9 @@ The project is already up to date with the database. + + Error adding database reference to {0}. Error: {1} + Error downloading {0}. Error: {1} @@ -418,8 +421,14 @@ Error when moving file from {0} to {1}. Error: {2} + + Error: {0} is not currently supported in SQL Database Projects for VS Code. + + + Error: {0} + - Error trying to read {0} of project '{1}' + Error trying to read {0} of project '{1}'. {2} Error when renaming file from {0} to {1}. Error: {2} @@ -444,6 +453,9 @@ Exclude + + Excluding folders is not yet supported + Exclude Object Types @@ -636,9 +648,6 @@ None Elements - - The variable name '{0}' is not valid. - Object Type @@ -948,6 +957,12 @@ A SQLCMD Variable with the same name already exists in this project + + SQLCMD variable name '{0}' cannot contain whitespace + + + SQLCMD variable name '{0}' cannot contain any of the following characters: {1} + SQLCMD Variables @@ -993,6 +1008,12 @@ Unable to establish project context. Command invoked from unexpected location: {0} + + Unhandled item type during delete: '{0} + + + Unhandled node type for move + Unknown data source type: diff --git a/resources/xlf/en/sql-migration.xlf b/resources/xlf/en/sql-migration.xlf index 38f8063a3e..5d2ec73a73 100644 --- a/resources/xlf/en/sql-migration.xlf +++ b/resources/xlf/en/sql-migration.xlf @@ -280,6 +280,27 @@ This may take some time. Open + + Backup size (MB) + + + File name + + + Number of stripes + + + Restore finish date + + + Restore start date + + + Restore status + + + File status + Backup location @@ -757,6 +778,48 @@ This may take some time. Feedback on the migration experience + + Detected files + + + Last restored file time + + + Last uploaded file time + + + Last uploaded file + + + Managed instance restore state + + + Pending differential backups + + + Queued files + + + Restore percent completed + + + Restore plan size (MB) + + + Restored files + + + Restored size (MB) + + + Restoring files + + + Skipped files + + + Unrestorable files + File name @@ -767,7 +830,7 @@ This may take some time. First LSN - Full backup files + Full backup file(s) We have completed the assessment of your SQL Server instance '{0}'. @@ -914,10 +977,10 @@ This may take some time. Last LSN - Last applied backup files + Last applied backup file(s) - Last applied backup files taken on + Last applied backup taken on Last applied LSN @@ -1234,6 +1297,84 @@ This may take some time. Resource group + + None + + + Queued + + + Restored + + + Restoring + + + Skipped + + + Database + + + Differential database + + + Differential file + + + Differential partial + + + File + + + Partial + + + Transaction log + + + Unknown + + + Restoring + + + Blocked + + + Cancelled + + + Completed + + + Completing migration + + + Failed + + + Initializing + + + None + + + Not started + + + Restore completed + + + Restore paused + + + Searching backups + + + Waiting + Resume previously saved session @@ -2014,6 +2155,12 @@ This may take some time. Storage account + + Target instance '{0}' may not be able to access storage account '{1}'. Ensure that the subnet of the target instance is whitelisted on the storage account, and if applicable, that the private endpoint is in the same virtual network as the target server. + + + Target instance '{0}' may not be able to access storage accounts '{1}'. Ensure that the subnet of the target instance is whitelisted on the storage accounts, and if applicable, that the private endpoints are on the same virtual network as the target server. + Subscription diff --git a/resources/xlf/en/sql.xlf b/resources/xlf/en/sql.xlf index 288ecd58e0..913abe949e 100644 --- a/resources/xlf/en/sql.xlf +++ b/resources/xlf/en/sql.xlf @@ -159,6 +159,15 @@ Azure Data Studio + + Download + + + Download this extension from an external source + + + Install this extension + The connection dialog's browse tree context menu @@ -3900,6 +3909,9 @@ Error: {1} New Notebook + + New Notebook + Create New View @@ -4175,6 +4187,9 @@ Error: {1} Server Group color palette used in the Object Explorer viewlet. + + Server Tree + The timeout in seconds for expanding a node in the Servers view @@ -5320,18 +5335,18 @@ Error Message: {1} Adding account failed, check Azure Accounts log for more info. - - {0} - Adding account... + + Refreshing account failed, check Azure Accounts log for more info. + Refresh account was canceled by the user - 0 -Error Message: 1 + {0} +Error Message: {1} @@ -6201,6 +6216,15 @@ Error Message: 1 Node expansion timed out for node {0} for providers {1} + + Timeout waiting for session {0} to be created for connection "{1}". This has probably happened because OE service did not recieve a response for createNewSession from the provider for connection "{1}" + + + Timed out waiting for session {0} to be created. This has probably happened because OE service did not recieve a response for createNewSession from the provider. + + + The session ID returned by provider "{0}" for connection "{1}" is invalid. + @@ -6223,6 +6247,11 @@ Error Message: 1 Servers + + + + Object Explorer expansion timed out for '{0}' + diff --git a/resources/xlf/es/azurecore.es.xlf b/resources/xlf/es/azurecore.es.xlf index bf18ea48d5..d546d5adc3 100644 --- a/resources/xlf/es/azurecore.es.xlf +++ b/resources/xlf/es/azurecore.es.xlf @@ -465,6 +465,10 @@ Azure Resources (Preview) Recursos de Azure (versión preliminar) + + Keys for token cache could not be saved in credential store, this may cause Azure access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + No se pudieron guardar las claves para la memoria caché de tokens en el almacén de credenciales. Esto puede provocar problemas de persistencia de tokens de acceso de Azure e inestabilidades de conexión. Es probable que SqlTools haya alcanzado el límite de almacenamiento de credenciales en Windows. Borre al menos 2 credenciales que empiecen con "Microsoft.SqlTools|" en el Administrador de credenciales de Windows y vuelva a cargar. + Unable to open link, missing required values No se puede abrir el vínculo; faltan valores necesarios. @@ -525,6 +529,10 @@ Central US EUAP EUAP del centro de EE. UU. + + Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead. + Advertencia: ADAL está en desuso y está programado para quitarse en una versión futura. Use MSAL en su lugar. + East Asia Este de Asia diff --git a/resources/xlf/es/mssql.es.xlf b/resources/xlf/es/mssql.es.xlf index c6c3945255..278c2f8887 100644 --- a/resources/xlf/es/mssql.es.xlf +++ b/resources/xlf/es/mssql.es.xlf @@ -50,6 +50,14 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un Failed to find tenant '{0}' in account '{1}' when refreshing security token No se pudo encontrar el inquilino '{0}' en la cuenta '{1}' al actualizar el token de seguridad + + No result returned from Notebook convert request + No se ha devuelto ningún resultado de la solicitud de conversión de Notebook + + + No document found for URI {0} + No se ha encontrado ningún documento para el URI {0} + {0} AAD token refresh failed, please reconnect to enable {0} Error al actualizar el token de AAD {0}, vuelva a conectarse para habilitar {0} @@ -58,6 +66,10 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un Editor token refresh failed, autocompletion will be disabled until the editor is disconnected and reconnected Error al actualizar el token del editor; la función de autocompletar se deshabilitará hasta que el editor se desconecte y vuelva a conectarse + + Unsupported platform {0} + Plataforma no admitida {0} + @@ -78,6 +90,14 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un + + column + columna + + + database + base de datos + login inicio de sesión @@ -90,6 +110,10 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un OK Aceptar + + table + tabla + user usuario @@ -98,6 +122,10 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un User Usuario + + view + Ver + Advanced Opciones avanzadas @@ -218,6 +246,10 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un Windows Authentication Autenticación de Windows + + Login is not selected. + No se ha seleccionado el inicio de sesión. + Name cannot be empty. El nombre no puede estar vacío. @@ -231,6 +263,10 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un {0} object type. {0} - Nuevo (Versión preliminar) + + Failed to retrieve the connection information, please reconnect and try again. + No se pudo recuperar la información de conexión. Vuelva a conectarse e inténtelo de nuevo. + {0} - {1} (Preview) {0} object type, {1}: object name. @@ -263,6 +299,20 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un {0}: error message. Error al actualizar el explorador de objetos. {0} + + Enter new name + Escriba un nombre nuevo + + + An error occurred while renaming {0} '{1}' to '{2}'. {3} + {0} object type, {1}: original name, {2}: new name, {3}: error message. + Error al cambiar el nombre de {0} '{1}' a '{2}'. {3} + + + Rename {0} '{1}' to '{2}' + {0} object type, {1}: original name, {2}: new name + Cambie el nombre de {0} '{1}' a '{2}' + Selected Seleccionado @@ -601,7 +651,7 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un Especifica un protocolo para la atestación de un enclave de servidor empleado con Always Encrypted con enclaves seguros. - Attestation Protocol + Attestation protocol Protocolo de atestación @@ -609,8 +659,8 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un Especifica un punto de conexión para la atestación de un enclave de servidor empleado con Always Encrypted con enclaves seguros. - Enclave Attestation URL - Dirección URL de atestación del enclave + Attestation URL + URL de atestación Optional (False) @@ -761,11 +811,11 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un Replicación - Enables or disables Secure Enclaves for the connection - Habilita o deshabilita enclaves seguros para la conexión + Enables or disables Secure enclaves for the connection + Habilitar o deshabilitar enclaves seguros para la conexión - Secure Enclaves + Secure enclaves Enclaves seguros @@ -1149,8 +1199,12 @@ Nota: Un certificado autofirmado solo ofrece una protección limitada y no es un Nuevo usuario - Properties - Propiedades + Properties (Preview) + Propiedades (versión preliminar) + + + Rename + Renombrar Search: Servers diff --git a/resources/xlf/es/sql-migration.es.xlf b/resources/xlf/es/sql-migration.es.xlf index bddb9eaaec..d492d00fcb 100644 --- a/resources/xlf/es/sql-migration.es.xlf +++ b/resources/xlf/es/sql-migration.es.xlf @@ -34,6 +34,10 @@ Are you sure you want to cancel this migration? ¿Seguro de que desea cancelar la migración? + + Are you sure you want to delete this migration? + ¿Está seguro de que desea eliminar esta migración? + Azure Active Directory Domain Name (only required to migrate Windows Authenication Logins) Azure Active Directory nombre de dominio (solo es necesario para migrar inicios de sesión de autenticación de Windows) @@ -462,6 +466,10 @@ Esta operación puede tardar varios minutos. Migration is not in progress and cannot be cutover. La migración no está en curso y no se puede realizar la transición. + + Migration is currently in progress and cannot be deleted. + La migración se encuentra en curso y no puede eliminarse. + Migration cannot be retried. No se puede reintentar la migración. @@ -878,6 +886,14 @@ Esta operación puede tardar varios minutos. Default database Base de datos predeterminada + + An error occurred while deleting the migration. + Error al eliminar la migración. + + + Delete migration + Eliminar migración + Description Descripción @@ -3406,6 +3422,10 @@ Esta operación puede tardar varios minutos. Database details Detalles de la base de datos + + Delete migration + Eliminar migración + Azure SQL migration description Descripción de la migración de Azure SQL diff --git a/resources/xlf/es/sql.es.xlf b/resources/xlf/es/sql.es.xlf index b2480f4a05..350b2fe3c1 100644 --- a/resources/xlf/es/sql.es.xlf +++ b/resources/xlf/es/sql.es.xlf @@ -894,6 +894,10 @@ Comandos omitidos predeterminados: Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations. Color de la gama que limita la búsqueda. El color no debe ser opaco para no ocultar decoraciones subyacentes. + + The background color for null values in the query editor results grid. + Color de fondo de los valores NULL en la cuadrícula de resultados del editor de consultas. + The border color of tiles Color del borde de los iconos @@ -3493,6 +3497,14 @@ Comandos omitidos predeterminados: + + + + This cell contains the Unicode null character which is currently not supported for editing. + Esta celda contiene el carácter nulo Unicode, que no se admite actualmente para la edición. + + + @@ -5784,8 +5796,8 @@ Error: {1} - Copy failed with error: {0} - Error de copia: {0} + Copy failed with error {0} + Error de copia {0} Show chart @@ -5839,6 +5851,10 @@ Error: {1} Server Group color palette used in the Object Explorer viewlet. Paleta de colores del grupo de servidores utilizada en el viewlet del Explorador de objetos. + + The timeout in seconds for expanding a node in the Servers view + Tiempo de espera en segundos para expandir un nodo en la vista Servidores + (Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering. (Versión preliminar) Use el nuevo árbol de servidores asincrónicos para la vista Servidores y el cuadro de diálogo Conexión, con compatibilidad con nuevas características como el filtrado de nodos dinámicos. @@ -7764,6 +7780,10 @@ Mensaje de error: 1 Failed to refresh Azure account token for connection Error al actualizar el token de cuenta de Azure para conexión + + Unknown provider '{0}' + Proveedor desconocido '{0}' + The server version is not supported by Azure Data Studio, you may still connect to it but some features in Azure Data Studio might not work as expected. La versión del servidor no es compatible con Azure Data Studio, es posible que aún pueda conectarse a ella, pero puede que algunas características de Azure Data Studio no funcionen de la forma esperada. @@ -7825,8 +7845,12 @@ Mensaje de error: 1 Agregar una cuenta... - Failed to parse the connection string. - No se pudo analizar la cadena de conexión. + Failed to parse the connection string. {0} + No se ha podido analizar la cadena de conexión. {0} + + + No connection info returned. + No se ha devuelto la información de conexión. Error @@ -8654,6 +8678,10 @@ Mensaje de error: 1 Multiple errors: Varios errores: + + Node expansion timed out for node {0} for providers {1} + Se agotó el tiempo de espera de expansión del nodo {0} para los proveedores {1} + @@ -8843,8 +8871,8 @@ Mensaje de error: 1 - Copy failed with error: {0} - Error de copia: {0} + Copy failed with error {0} + Error de copia {0} Batch execution time: {0} diff --git a/resources/xlf/fr/azurecore.fr.xlf b/resources/xlf/fr/azurecore.fr.xlf index 51c15c9755..323b1cdb35 100644 --- a/resources/xlf/fr/azurecore.fr.xlf +++ b/resources/xlf/fr/azurecore.fr.xlf @@ -465,6 +465,10 @@ Azure Resources (Preview) Ressources Azure (préversion) + + Keys for token cache could not be saved in credential store, this may cause Azure access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + Impossible d’enregistrer les clés du cache de jetons dans le magasin d’informations d’identification. Cela peut entraîner des problèmes de persistance de jeton d’accès Azure et des instabilités de connexion. Il est probable que SqlTools ait atteint la limite de stockage des informations d’identification sur Windows. Effacez au moins 2 informations d’identification qui commencent par « Microsoft.SqlTools| » dans Windows Gestionnaire d'informations d'identification et rechargez. + Unable to open link, missing required values Impossible d'ouvrir le lien, valeurs obligatoires manquantes @@ -525,6 +529,10 @@ Central US EUAP USA Centre EUAP + + Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead. + Avertissement : ADAL a été déprécié et est planifié pour être supprimé dans une prochaine version. Utilisez MSAL à la place. + East Asia Asie Est diff --git a/resources/xlf/fr/mssql.fr.xlf b/resources/xlf/fr/mssql.fr.xlf index f34e18ab42..a2bcd5b99b 100644 --- a/resources/xlf/fr/mssql.fr.xlf +++ b/resources/xlf/fr/mssql.fr.xlf @@ -50,6 +50,14 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et Failed to find tenant '{0}' in account '{1}' when refreshing security token Impossible de trouver le client '{0}' dans le '{1}' de compte lors de l’actualisation du jeton de sécurité + + No result returned from Notebook convert request + Aucun résultat n'a été renvoyé de la requête de conversion de Notebook + + + No document found for URI {0} + Aucun document trouvé pour l'URI {0} + {0} AAD token refresh failed, please reconnect to enable {0} {0}L'actualisation du jeton AAD a échoué, reconnectez-vous pour activer {0}. @@ -58,6 +66,10 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et Editor token refresh failed, autocompletion will be disabled until the editor is disconnected and reconnected Échec de l’actualisation du jeton de l’éditeur. La saisie semi-automatique sera désactivée jusqu’à ce que l’éditeur soit déconnecté et reconnecté. + + Unsupported platform {0} + Plate-forme non prise en charge {0} + @@ -78,6 +90,14 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et + + column + colonne + + + database + base de données + login connexion @@ -90,6 +110,10 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et OK OK + + table + table + user utilisateur @@ -98,6 +122,10 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et User Utilisateur + + view + vue + Advanced Avancé @@ -218,6 +246,10 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et Windows Authentication Authentification Windows + + Login is not selected. + La connexion n’est pas sélectionnée. + Name cannot be empty. Le nom ne peut pas être vide. @@ -231,6 +263,10 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et {0} object type. {0} : nouveau (préversion) + + Failed to retrieve the connection information, please reconnect and try again. + Échec de la récupération des informations de connexion. Veuillez vous reconnecter et réessayez. + {0} - {1} (Preview) {0} object type, {1}: object name. @@ -263,6 +299,20 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et {0}: error message. Une erreur s’est produite lors de l’actualisation de l’Explorateur d’objets. {0} + + Enter new name + Entrez le nouveau nom + + + An error occurred while renaming {0} '{1}' to '{2}'. {3} + {0} object type, {1}: original name, {2}: new name, {3}: error message. + Une erreur s'est produite lors du changement de nom de {0} '{1}' en '{2}'. {3} + + + Rename {0} '{1}' to '{2}' + {0} object type, {1}: original name, {2}: new name + Renommer {0} '{1}' en '{2}' + Selected Sélectionné @@ -601,7 +651,7 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et Spécifie un protocole pour attester une enclave côté serveur utilisée avec Always Encrypted avec des enclaves sécurisées - Attestation Protocol + Attestation protocol Protocole d'attestation @@ -609,8 +659,8 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et Spécifie un point de terminaison pour attester une enclave côté serveur utilisée avec Always Encrypted avec des enclaves sécurisées - Enclave Attestation URL - URL d'attestation d'enclave + Attestation URL + URL d’attestation Optional (False) @@ -761,11 +811,11 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et Réplication - Enables or disables Secure Enclaves for the connection + Enables or disables Secure enclaves for the connection Active ou désactive les enclaves sécurisées pour la connexion - Secure Enclaves + Secure enclaves Enclaves sécurisées @@ -814,7 +864,7 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed. - Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed. + Active l’utilisation du fournisseur d’authentification Sql pour le mode d’authentification ’Active Directory Domain Services Interactive’ lorsque l’utilisateur sélectionne l’authentification ’AzureMFA’. Cela permet l’intégration du point de terminaison des ressources côté serveur lors de la récupération des jetons d’accès. Cette option est uniquement prise en charge pour la bibliothèque d’authentification Azure ’MSAL’. Azure Data Studio doit être relancé lorsque la valeur est modifiée. Enabled @@ -942,11 +992,11 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et [Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed. - [Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed. + [Expérimental] Indique si les requêtes au service des outils SQL doivent être traitées en parallèle. Ceci est introduit pour découvrir les problèmes qui pourraient survenir lors du traitement de toutes les demandes en parallèle. La valeur par défaut est faux. Azure Data Studio doit être relancé lorsque la valeur est modifiée. [Optional] Should Personally Identifiable Information (PII) be logged in the log file. - [Optional] Should Personally Identifiable Information (PII) be logged in the log file. + [Facultatif] Si des informations d’identification personnelle (PII) doivent être enregistrées dans le fichier journal. Microsoft SQL Server @@ -1149,8 +1199,12 @@ Remarque : un certificat auto-signé offre uniquement une protection limitée et Nouvel utilisateur - Properties - Propriétés + Properties (Preview) + Propriétés (Préversion) + + + Rename + Renommer Search: Servers diff --git a/resources/xlf/fr/sql-migration.fr.xlf b/resources/xlf/fr/sql-migration.fr.xlf index af8a97a29e..9507cad9d2 100644 --- a/resources/xlf/fr/sql-migration.fr.xlf +++ b/resources/xlf/fr/sql-migration.fr.xlf @@ -34,6 +34,10 @@ Are you sure you want to cancel this migration? Voulez-vous vraiment annuler cette migration ? + + Are you sure you want to delete this migration? + Voulez-vous vraiment supprimer cette migration ? + Azure Active Directory Domain Name (only required to migrate Windows Authenication Logins) Nom de domaine Active Directory Azure (obligatoire uniquement pour migrer les connexions d’authentification Windows) @@ -462,6 +466,10 @@ Cela peut prendre un certain temps. Migration is not in progress and cannot be cutover. La migration n’est pas en cours et ne peut pas être à basculement. + + Migration is currently in progress and cannot be deleted. + La migration est actuellement en cours et ne peut pas être supprimée. + Migration cannot be retried. Impossible de réessayer la migration. @@ -878,6 +886,14 @@ Cela peut prendre un certain temps. Default database Base de données par défaut + + An error occurred while deleting the migration. + Une erreur s’est produite pendant la suppression de la migration. + + + Delete migration + Supprimer une migration + Description Description @@ -3406,6 +3422,10 @@ Cela peut prendre un certain temps. Database details Détails de la base de données + + Delete migration + Supprimer une migration + Azure SQL migration description Description de la migration Azure SQL diff --git a/resources/xlf/fr/sql.fr.xlf b/resources/xlf/fr/sql.fr.xlf index 414fd679a7..59370fba10 100644 --- a/resources/xlf/fr/sql.fr.xlf +++ b/resources/xlf/fr/sql.fr.xlf @@ -894,6 +894,10 @@ Commandes ignorées par défaut : Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations. Couleur de la plage limitant la recherche. La couleur ne doit pas être opaque pour ne pas masquer les ornements sous-jacents. + + The background color for null values in the query editor results grid. + La couleur d'arrière-plan des valeurs nulles dans la grille de résultats de l'éditeur de requête. + The border color of tiles Couleur de bordure des vignettes @@ -3493,6 +3497,14 @@ Commandes ignorées par défaut : + + + + This cell contains the Unicode null character which is currently not supported for editing. + Cette cellule contient le caractère Unicode Nul qui n’est actuellement pas pris en charge pour la modification. + + + @@ -5784,8 +5796,8 @@ Erreur : {1} - Copy failed with error: {0} - La copie a échoué avec l’erreur : {0} + Copy failed with error {0} + La copie a échoué avec l'erreur {0} Show chart @@ -5839,6 +5851,10 @@ Erreur : {1} Server Group color palette used in the Object Explorer viewlet. Palette de couleurs du groupe de serveurs utilisée dans la viewlet Explorateur d'objets. + + The timeout in seconds for expanding a node in the Servers view + Délai d'attente en secondes pour développer un nœud dans la vue Serveurs + (Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering. (Préversion) Utilisez la nouvelle arborescence de serveur asynchrone pour la vue des serveurs et la boîte de dialogue de connexion avec prise en charge des nouvelles fonctionnalités, comme le filtrage dynamique de nœuds. @@ -7764,6 +7780,10 @@ Message d’erreur : 1 Failed to refresh Azure account token for connection L’actualisation d'un jeton de compte Azure pour la connexion a échoué. + + Unknown provider '{0}' + Fournisseur inconnu '{0}' + The server version is not supported by Azure Data Studio, you may still connect to it but some features in Azure Data Studio might not work as expected. La version du serveur n’est pas prise en charge par Azure Data Studio, vous pouvez toujours vous y connecter mais certaines fonctionnalités de Azure Data Studio peuvent ne pas fonctionner comme prévu. @@ -7825,8 +7845,12 @@ Message d’erreur : 1 Ajouter un compte... - Failed to parse the connection string. - Impossible d'analyser la chaîne de connexion. + Failed to parse the connection string. {0} + Échec de l'analyse de la chaîne de connexion. {0} + + + No connection info returned. + Aucune information de connexion renvoyée. Error @@ -8047,11 +8071,11 @@ Message d’erreur : 1 Provider with id {0} was not registered after 30 seconds. - Provider with id {0} was not registered after 30 seconds. + Le fournisseur avec l’ID {0} n’a pas été inscrit après 30 secondes. Execution plan provider which supports file format '{0}' was not registered after 30 seconds. - Execution plan provider which supports file format '{0}' was not registered after 30 seconds. + Le fournisseur de plan d’exécution qui prend en charge le format de fichier ’{0}’ n’a pas été inscrit après 30 secondes. No valid execution plan handler is registered @@ -8654,6 +8678,10 @@ Message d’erreur : 1 Multiple errors: Plusieurs erreurs : + + Node expansion timed out for node {0} for providers {1} + L'expansion du nœud a expiré pour le nœud {0} pour les fournisseurs {1} + @@ -8843,8 +8871,8 @@ Message d’erreur : 1 - Copy failed with error: {0} - La copie a échoué avec l’erreur : {0} + Copy failed with error {0} + La copie a échoué avec l'erreur {0} Batch execution time: {0} diff --git a/resources/xlf/it/azurecore.it.xlf b/resources/xlf/it/azurecore.it.xlf index 694cc6da36..aa0359235e 100644 --- a/resources/xlf/it/azurecore.it.xlf +++ b/resources/xlf/it/azurecore.it.xlf @@ -465,6 +465,10 @@ Azure Resources (Preview) Risorse di Azure (anteprima) + + Keys for token cache could not be saved in credential store, this may cause Azure access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + Non è stato possibile salvare le chiavi per la cache dei token nell'archivio credenziali. Ciò potrebbe causare problemi di persistenza del token di accesso di Azure e instabilità della connessione. È probabile che SqlTools abbia raggiunto il limite di archiviazione delle credenziali in Windows. Cancellare almeno 2 credenziali che iniziano con "Microsoft.SqlTools|" in Windows Gestione credenziali e ricaricare. + Unable to open link, missing required values Non è possibile aprire il collegamento, mancano i valori richiesti @@ -525,6 +529,10 @@ Central US EUAP Stati Uniti centrali EUAP + + Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead. + Avviso: ADAL è stato deprecato e sarà rimosso in una versione futura. In alternativa, usare MSAL. + East Asia Asia orientale diff --git a/resources/xlf/it/mssql.it.xlf b/resources/xlf/it/mssql.it.xlf index 6368e5cc77..85bfecdd1a 100644 --- a/resources/xlf/it/mssql.it.xlf +++ b/resources/xlf/it/mssql.it.xlf @@ -50,6 +50,14 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una Failed to find tenant '{0}' in account '{1}' when refreshing security token Non è stato possibile trovare il tenant '{0}' nell'account '{1}' durante l'aggiornamento del token di sicurezza + + No result returned from Notebook convert request + Nessun risultato restituito dalla richiesta di conversione del notebook + + + No document found for URI {0} + Non sono stati trovati documenti per l'URI {0} + {0} AAD token refresh failed, please reconnect to enable {0} {0} l'aggiornamento del token AAD non è riuscito. Riconnettersi per abilitare {0} @@ -58,6 +66,10 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una Editor token refresh failed, autocompletion will be disabled until the editor is disconnected and reconnected L'aggiornamento del token dell'editor non è riuscito. Il completamento automatico verrà disabilitato fino a quando l’editor non verrà disconnesso e riconnesso + + Unsupported platform {0} + La piattaforma {0} non è supportata + @@ -78,6 +90,14 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una + + column + colonna + + + database + database + login accesso @@ -90,6 +110,10 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una OK OK + + table + tabella + user utente @@ -98,6 +122,10 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una User Utente + + view + visualizza + Advanced Avanzata @@ -218,6 +246,10 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una Windows Authentication Autenticazione di Windows + + Login is not selected. + L'account di accesso non è selezionato. + Name cannot be empty. Il nome non può essere vuoto. @@ -231,6 +263,10 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una {0} object type. {0} - Nuovo (anteprima) + + Failed to retrieve the connection information, please reconnect and try again. + Non è stato possibile recuperare le informazioni sulla connessione. Riconnettersi e riprovare. + {0} - {1} (Preview) {0} object type, {1}: object name. @@ -263,6 +299,20 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una {0}: error message. Errore durante l'aggiornamento di Esplora oggetti. {0} + + Enter new name + Immetti un nuovo nome + + + An error occurred while renaming {0} '{1}' to '{2}'. {3} + {0} object type, {1}: original name, {2}: new name, {3}: error message. + Errore durante la ridenominazione di {0} '{1}' in '{2}'. {3} + + + Rename {0} '{1}' to '{2}' + {0} object type, {1}: original name, {2}: new name + Rinomina {0} '{1}' in '{2}' + Selected Selezionato @@ -601,7 +651,7 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una Specifica un protocollo per l'attestazione di un enclave lato server usato con Always Encrypted con enclave sicuri - Attestation Protocol + Attestation protocol Protocollo di attestazione @@ -609,8 +659,8 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una Specifica un endpoint per l'attestazione di un enclave lato server usato con Always Encrypted con enclavi sicuri - Enclave Attestation URL - URL di attestazione enclave + Attestation URL + URL di attestazione Optional (False) @@ -761,11 +811,11 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una Replica - Enables or disables Secure Enclaves for the connection - Abilita o disabilita gli enclave sicuri per la connessione + Enables or disables Secure enclaves for the connection + Abilita o disabilita enclave sicuri per la connessione - Secure Enclaves + Secure enclaves Enclave sicuri @@ -814,7 +864,7 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed. - Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed. + Abilita l'uso del provider di autenticazione SQL per la modalità di autenticazione 'Active Directory Interactive' quando l'utente seleziona l'autenticazione 'AzureMFA'. Abilita l'integrazione dell'endpoint risorse lato server durante il recupero dei token di accesso. Questa opzione è supportata solo per la libreria di autenticazione di Azure 'MSAL'. ll riavvio di Azure Data Studio è obbligatorio quando il valore viene modificato. Enabled @@ -942,11 +992,11 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una [Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed. - [Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed. + [Experimental] Indica se le richieste al servizio strumenti di SQL devono essere gestite in parallelo. Questa funzionalità è stata introdotta per individuare i problemi che potrebbero verificarsi durante la gestione di tutte le richieste in parallelo. Il valore predefinito è false. Il riavvio di Azure Data Studio è obbligatorio quando il valore viene modificato. [Optional] Should Personally Identifiable Information (PII) be logged in the log file. - [Optional] Should Personally Identifiable Information (PII) be logged in the log file. + [Facoltativo] Indicare se le informazioni personali devono essere registrate nel file di log. Microsoft SQL Server @@ -1149,8 +1199,12 @@ Nota: un certificato autofirmato offre solo una protezione limitata e non è una Nuovo utente - Properties - Proprietà + Properties (Preview) + Proprietà (anteprima) + + + Rename + Rinomina Search: Servers diff --git a/resources/xlf/it/sql-migration.it.xlf b/resources/xlf/it/sql-migration.it.xlf index 0c64e728bc..060b4ec49d 100644 --- a/resources/xlf/it/sql-migration.it.xlf +++ b/resources/xlf/it/sql-migration.it.xlf @@ -34,6 +34,10 @@ Are you sure you want to cancel this migration? Annullare la migrazione? + + Are you sure you want to delete this migration? + Eliminare questa migrazione? + Azure Active Directory Domain Name (only required to migrate Windows Authenication Logins) Nome di dominio di Azure Active Directory (necessario solo per eseguire la migrazione degli account di accesso per l'autenticazione di Windows) @@ -462,6 +466,10 @@ L'operazione potrebbe richiedere qualche minuto. Migration is not in progress and cannot be cutover. La migrazione non è in corso e non è possibile eseguirne il cutover. + + Migration is currently in progress and cannot be deleted. + La migrazione è attualmente in corso e non può essere eliminata. + Migration cannot be retried. Non è possibile ripetere la migrazione. @@ -878,6 +886,14 @@ L'operazione potrebbe richiedere qualche minuto. Default database Database predefinito + + An error occurred while deleting the migration. + Si è verificato un errore durante l'eliminazione della migrazione. + + + Delete migration + Eliminare migrazione + Description Descrizione @@ -3406,6 +3422,10 @@ L'operazione potrebbe richiedere qualche minuto. Database details Dettagli di Database + + Delete migration + Eliminare migrazione + Azure SQL migration description Descrizione della migrazione di Azure SQL diff --git a/resources/xlf/it/sql.it.xlf b/resources/xlf/it/sql.it.xlf index 52a8f4cfb6..6a0deca370 100644 --- a/resources/xlf/it/sql.it.xlf +++ b/resources/xlf/it/sql.it.xlf @@ -894,6 +894,10 @@ Comandi predefiniti ignorati: Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations. Colore dell'intervallo di limite della ricerca. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti. + + The background color for null values in the query editor results grid. + Colore di sfondo per i valori Null nella griglia dei risultati dell'editor di query. + The border color of tiles Colore del bordo dei riquadri @@ -3493,6 +3497,14 @@ Comandi predefiniti ignorati: + + + + This cell contains the Unicode null character which is currently not supported for editing. + La cella contiene il carattere Unicode Null che non è attualmente supportato per la modifica. + + + @@ -5784,8 +5796,8 @@ Errore: {1} - Copy failed with error: {0} - La copia non è stata completata. Errore: {0} + Copy failed with error {0} + La copia non è riuscita. Errore: {0} Show chart @@ -5839,6 +5851,10 @@ Errore: {1} Server Group color palette used in the Object Explorer viewlet. Tavolozza dei colori del gruppo di server usata nel viewlet Esplora oggetti. + + The timeout in seconds for expanding a node in the Servers view + Timeout in secondi per l'espansione di un nodo nella visualizzazione Server + (Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering. (Anteprima) Usare il nuovo albero del server asincrono per la visualizzazione Server e la finestra di dialogo di connessione con il supporto di nuove funzionalità come i filtri dinamici dei nodi. @@ -7764,6 +7780,10 @@ Messaggio di errore: 1 Failed to refresh Azure account token for connection Non è stato possibile aggiornare il token dell'account di Azure per la connessione + + Unknown provider '{0}' + Provider sconosciuto '{0}' + The server version is not supported by Azure Data Studio, you may still connect to it but some features in Azure Data Studio might not work as expected. La versione del server non è supportata da Azure Data Studio, è possibile comunque connettersi ad esso, ma alcune funzionalità di Azure Data Studio potrebbero non funzionare come previsto. @@ -7825,8 +7845,12 @@ Messaggio di errore: 1 Aggiungi un account... - Failed to parse the connection string. - Non è stato possibile analizzare la stringa di connessione. + Failed to parse the connection string. {0} + Non è stato possibile analizzare la stringa di connessione. {0} + + + No connection info returned. + Nessuna informazione di connessione restituita. Error @@ -8047,11 +8071,11 @@ Messaggio di errore: 1 Provider with id {0} was not registered after 30 seconds. - Provider with id {0} was not registered after 30 seconds. + Il provider con ID {0} non è stato registrato dopo 30 secondi. Execution plan provider which supports file format '{0}' was not registered after 30 seconds. - Execution plan provider which supports file format '{0}' was not registered after 30 seconds. + Il provider del piano di esecuzione che supporta il formato di file '{0}' non è stato registrato dopo 30 secondi. No valid execution plan handler is registered @@ -8654,6 +8678,10 @@ Messaggio di errore: 1 Multiple errors: Più errori: + + Node expansion timed out for node {0} for providers {1} + Timeout dell'espansione del nodo per il nodo {0} per i provider {1} + @@ -8843,8 +8871,8 @@ Messaggio di errore: 1 - Copy failed with error: {0} - La copia non è stata completata. Errore: {0} + Copy failed with error {0} + La copia non è riuscita. Errore: {0} Batch execution time: {0} diff --git a/resources/xlf/ja/azurecore.ja.xlf b/resources/xlf/ja/azurecore.ja.xlf index 1300025254..5833a59690 100644 --- a/resources/xlf/ja/azurecore.ja.xlf +++ b/resources/xlf/ja/azurecore.ja.xlf @@ -465,6 +465,10 @@ Azure Resources (Preview) Azure リソース (プレビュー) + + Keys for token cache could not be saved in credential store, this may cause Azure access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + トークン キャッシュのキーを資格情報ストアに保存できませんでした。Azure アクセス トークンの永続化に問題が発生して接続が不安定になる可能性があります。SqlTools が Windows の資格情報ストレージ制限に達していると考えられる場合は、Windows 資格情報マネージャーで、"Microsoft.SqlTools|" から始まる資格情報を少なくとも 2 つクリアし、再読み込みしてください。 + Unable to open link, missing required values リンクを開けません。必要な値がありません @@ -525,6 +529,10 @@ Central US EUAP 米国中部 EUAP + + Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead. + 警告: ADAL は非推奨となり、今後のリリースで削除される予定です。代わりに MSAL を使用してください。 + East Asia 東アジア diff --git a/resources/xlf/ja/mssql.ja.xlf b/resources/xlf/ja/mssql.ja.xlf index 1873c8ac15..9dcc873b3a 100644 --- a/resources/xlf/ja/mssql.ja.xlf +++ b/resources/xlf/ja/mssql.ja.xlf @@ -50,6 +50,14 @@ Note: A self-signed certificate offers only limited protection and is not a reco Failed to find tenant '{0}' in account '{1}' when refreshing security token セキュリティ トークンの更新時にアカウント '{1}' にテナント '{0}' が見つかりませんでした + + No result returned from Notebook convert request + Notebook 変換要求から結果が返されませんでした + + + No document found for URI {0} + URI のドキュメントが見つかりません {0} + {0} AAD token refresh failed, please reconnect to enable {0} {0} AAD トークンの更新が失敗しました。再接続して {0} を有効にしてください @@ -58,6 +66,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco Editor token refresh failed, autocompletion will be disabled until the editor is disconnected and reconnected エディター トークンの更新が失敗しました。エディターが切断されて再接続されるまで、オートコンプリートは無効になります + + Unsupported platform {0} + サポートされていないプラットフォーム {0} + @@ -78,6 +90,14 @@ Note: A self-signed certificate offers only limited protection and is not a reco + + column + + + + database + データベース + login ログイン @@ -90,6 +110,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco OK OK + + table + テーブル + user ユーザー @@ -98,6 +122,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco User ユーザー + + view + ビュー + Advanced 詳細設定 @@ -218,6 +246,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco Windows Authentication Windows 認証 + + Login is not selected. + ログインが選択されていません。 + Name cannot be empty. 名前を空にすることはできません。 @@ -231,6 +263,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco {0} object type. {0} - 新規 (プレビュー) + + Failed to retrieve the connection information, please reconnect and try again. + 接続情報を取得できませんでした。再接続して、もう一度お試しください。 + {0} - {1} (Preview) {0} object type, {1}: object name. @@ -263,6 +299,20 @@ Note: A self-signed certificate offers only limited protection and is not a reco {0}: error message. オブジェクト エクスプローラーの更新中にエラーが発生しました。{0} + + Enter new name + 新しい名前の入力 + + + An error occurred while renaming {0} '{1}' to '{2}'. {3} + {0} object type, {1}: original name, {2}: new name, {3}: error message. + {0} '{1}' の名前を '{2}' に変更中にエラーが発生しました。 {3} + + + Rename {0} '{1}' to '{2}' + {0} object type, {1}: original name, {2}: new name + {0} '{1}' の名前を '{2}' に変更します + Selected 選択済み @@ -601,7 +651,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco セキュリティで保護されたエンクレーブが設定された Always Encrypted で使用されるサーバー側エンクレーブを構成証明するためのプロトコルを指定します。 - Attestation Protocol + Attestation protocol 構成証明プロトコル @@ -609,8 +659,8 @@ Note: A self-signed certificate offers only limited protection and is not a reco セキュリティで保護されたエンクレーブが設定された Always Encrypted で使用されるサーバー側エンクレーブを構成証明するためのエンドポイントを指定します。 - Enclave Attestation URL - エンクレーブ構成証明 URL + Attestation URL + 構成証明 URL Optional (False) @@ -761,11 +811,11 @@ Note: A self-signed certificate offers only limited protection and is not a reco レプリケーション - Enables or disables Secure Enclaves for the connection + Enables or disables Secure enclaves for the connection 接続のセキュリティで保護されたエンクレーブを有効または無効にします - Secure Enclaves + Secure enclaves セキュリティで保護されたエンクレーブ @@ -814,7 +864,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed. - Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed. + ユーザーが 'AzureMFA' 認証を選択したときに、'Active Directory Interactive' 認証モードで Sql 認証プロバイダーを使用できるようにします。これにより、アクセス トークンをフェッチするときにサーバー側のリソース エンドポイントの統合が有効になります。このオプションは、'MSAL' Azure 認証ライブラリでのみサポートされています。Azure Data Studio は、値が変更されたときに再起動する必要があります。 Enabled @@ -942,11 +992,11 @@ Note: A self-signed certificate offers only limited protection and is not a reco [Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed. - [Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed. + [試験段階] SQL Tools Service への要求を並列で処理する必要があるかどうか。これは、すべての要求を並行して処理するときに発生する可能性がある問題を検出するために導入されています。既定値は false です。Azure Data Studio は、値が変更されたときに再起動する必要があります。 [Optional] Should Personally Identifiable Information (PII) be logged in the log file. - [Optional] Should Personally Identifiable Information (PII) be logged in the log file. + [オプション]個人を特定できる情報 (PII) をログ ファイルに記録する必要があります。 Microsoft SQL Server @@ -1149,8 +1199,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco 新しいユーザー - Properties - プロパティ + Properties (Preview) + プロパティ (プレビュー) + + + Rename + 名前の変更 Search: Servers diff --git a/resources/xlf/ja/sql-migration.ja.xlf b/resources/xlf/ja/sql-migration.ja.xlf index e3f38d97ea..fb7ba53c2a 100644 --- a/resources/xlf/ja/sql-migration.ja.xlf +++ b/resources/xlf/ja/sql-migration.ja.xlf @@ -34,6 +34,10 @@ Are you sure you want to cancel this migration? この移行を取り消しますか? + + Are you sure you want to delete this migration? + この移行を削除しますか? + Azure Active Directory Domain Name (only required to migrate Windows Authenication Logins) Azure Active Directory ドメイン名 (Windows 認証ログインの移行にのみ必要) @@ -462,6 +466,10 @@ This may take some time. Migration is not in progress and cannot be cutover. 移行は進行中ではないため、一括移行にすることができません。 + + Migration is currently in progress and cannot be deleted. + 移行は現在進行中です。削除できません。 + Migration cannot be retried. 移行を再試行できません。 @@ -878,6 +886,14 @@ This may take some time. Default database 既定のデータベース + + An error occurred while deleting the migration. + 移行の削除中にエラーが発生しました。 + + + Delete migration + 移行の削除 + Description 説明 @@ -3406,6 +3422,10 @@ This may take some time. Database details データベースの詳細 + + Delete migration + 移行の削除 + Azure SQL migration description Azure SQL の移行の説明 diff --git a/resources/xlf/ja/sql.ja.xlf b/resources/xlf/ja/sql.ja.xlf index 2a81a5bcff..36a1c2e388 100644 --- a/resources/xlf/ja/sql.ja.xlf +++ b/resources/xlf/ja/sql.ja.xlf @@ -894,6 +894,10 @@ Default Skipped Commands: Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations. 検索を制限する範囲の色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。 + + The background color for null values in the query editor results grid. + クエリ エディターの結果グリッドの null 値の背景色。 + The border color of tiles タイルの境界線の色 @@ -3493,6 +3497,14 @@ Default Skipped Commands: + + + + This cell contains the Unicode null character which is currently not supported for editing. + このセルには、現在編集がサポートされていない Unicode NULL 文字が含まれています。 + + + @@ -5784,8 +5796,8 @@ Error: {1} - Copy failed with error: {0} - コピーに失敗しました。エラー: {0} + Copy failed with error {0} + エラー {0} でコピーに失敗しました Show chart @@ -5839,6 +5851,10 @@ Error: {1} Server Group color palette used in the Object Explorer viewlet. オブジェクト エクスプローラー ビューレットで使用するサーバー グループ カラー パレット。 + + The timeout in seconds for expanding a node in the Servers view + [サーバー] ビューでノードを展開する際のタイムアウト (秒) + (Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering. (プレビュー) 動的ノード フィルターなどの新機能をサポートする、新しい非同期サーバー ツリーをサーバー ビューおよび接続ダイアログに使用します。 @@ -7764,6 +7780,10 @@ Error Message: 1 Failed to refresh Azure account token for connection 接続用の Azure アカウント トークンの更新に失敗しました + + Unknown provider '{0}' + 不明なプロバイダー '{0}' + The server version is not supported by Azure Data Studio, you may still connect to it but some features in Azure Data Studio might not work as expected. サーバー バージョンが Azure Data Studio でサポートされていません。接続できますが、Azure Data Studio の一部の機能が適切に機能しない可能性があります。 @@ -7825,8 +7845,12 @@ Error Message: 1 アカウントを追加する... - Failed to parse the connection string. - 接続文字列を解析できませんでした。 + Failed to parse the connection string. {0} + 接続文字列を解析できませんでした。 {0} + + + No connection info returned. + 接続情報が返されませんでした。 Error @@ -8047,11 +8071,11 @@ Error Message: 1 Provider with id {0} was not registered after 30 seconds. - Provider with id {0} was not registered after 30 seconds. + ID {0} を持つプロバイダーは 30 秒後に登録されませんでした。 Execution plan provider which supports file format '{0}' was not registered after 30 seconds. - Execution plan provider which supports file format '{0}' was not registered after 30 seconds. + ファイル形式 '{0}' をサポートする実行プラン プロバイダーは、30 秒後に登録されませんでした。 No valid execution plan handler is registered @@ -8654,6 +8678,10 @@ Error Message: 1 Multiple errors: 複数のエラー: + + Node expansion timed out for node {0} for providers {1} + プロバイダー {1} のノード {0} のノード拡張がタイムアウトしました + @@ -8843,8 +8871,8 @@ Error Message: 1 - Copy failed with error: {0} - コピーに失敗しました。エラー: {0} + Copy failed with error {0} + エラー {0} でコピーに失敗しました Batch execution time: {0} diff --git a/resources/xlf/ko/azurecore.ko.xlf b/resources/xlf/ko/azurecore.ko.xlf index 25eae328da..e421c0a8e2 100644 --- a/resources/xlf/ko/azurecore.ko.xlf +++ b/resources/xlf/ko/azurecore.ko.xlf @@ -465,6 +465,10 @@ Azure Resources (Preview) Azure 리소스(미리 보기) + + Keys for token cache could not be saved in credential store, this may cause Azure access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + 토큰 캐시에 대한 키를 자격 증명 저장소에 저장할 수 없습니다. 이로 인해 Azure 액세스 토큰 지속성 문제가 발생할 수 있으며 연결이 불안정해질 수 있습니다. SqlTools가 Windows의 자격 증명 저장 한도에 도달한 것 같습니다. Windows 자격 증명 관리자 "Microsoft.SqlTools|"로 시작하는 자격 증명을 2개 이상 지우고 다시 로드하세요. + Unable to open link, missing required values 링크를 열 수 없음, 필요한 값이 없음 @@ -525,6 +529,10 @@ Central US EUAP 미국 중부 EUAP + + Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead. + 경고: ADAL은 더 이상 사용되지 않으며 향후 릴리스에서 제거될 예정입니다. 대신 MSAL을 사용하세요. + East Asia 동아시아 diff --git a/resources/xlf/ko/mssql.ko.xlf b/resources/xlf/ko/mssql.ko.xlf index 46e82859b9..25d15b13f2 100644 --- a/resources/xlf/ko/mssql.ko.xlf +++ b/resources/xlf/ko/mssql.ko.xlf @@ -50,6 +50,14 @@ Note: A self-signed certificate offers only limited protection and is not a reco Failed to find tenant '{0}' in account '{1}' when refreshing security token 보안 토큰을 새로 고칠 때 '{1}' 계정에서 '{0}' 테넌트를 찾지 못했습니다. + + No result returned from Notebook convert request + Notebook 변환 요청에서 반환된 결과가 없습니다. + + + No document found for URI {0} + URI {0}에 대한 문서를 찾을 수 없음 + {0} AAD token refresh failed, please reconnect to enable {0} {0} AAD 토큰 새로 고침에 실패했습니다. {0}을(를) 활성화하려면 다시 연결하세요. @@ -58,6 +66,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco Editor token refresh failed, autocompletion will be disabled until the editor is disconnected and reconnected 편집기 토큰 새로 고침에 실패했습니다. 편집기 연결을 끊고 다시 연결할 때까지 자동 완성이 비활성화됩니다. + + Unsupported platform {0} + 지원되지 않는 플랫폼 {0} + @@ -78,6 +90,14 @@ Note: A self-signed certificate offers only limited protection and is not a reco + + column + + + + database + 데이터 베이스 + login 로그인 @@ -90,6 +110,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco OK 확인 + + table + 테이블 + user 사용자 @@ -98,6 +122,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco User 사용자 + + view + 보기 + Advanced 고급 @@ -218,6 +246,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco Windows Authentication Windows 인증 + + Login is not selected. + 로그인이 선택되지 않았습니다. + Name cannot be empty. 이름은 비워둘 수 없습니다. @@ -231,6 +263,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco {0} object type. {0} 신규(미리 보기) + + Failed to retrieve the connection information, please reconnect and try again. + 연결 정보를 검색하지 못했습니다. 다시 연결하고 다시 시도하세요. + {0} - {1} (Preview) {0} object type, {1}: object name. @@ -263,6 +299,20 @@ Note: A self-signed certificate offers only limited protection and is not a reco {0}: error message. 개체 탐색기를 새로 고치는 동안 오류가 발생했습니다. {0} + + Enter new name + 새 이름 입력 + + + An error occurred while renaming {0} '{1}' to '{2}'. {3} + {0} object type, {1}: original name, {2}: new name, {3}: error message. + {0} '{1}'의 이름을 '{2}'(으)로 바꾸는 동안 오류가 발생했습니다. {3} + + + Rename {0} '{1}' to '{2}' + {0} object type, {1}: original name, {2}: new name + {0} '{1}'의 이름을 '{2}'(으)로 변경 + Selected 선택됨 @@ -601,7 +651,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco 보안 enclave를 사용한 Always Encrypted와 함께 사용되는 서버 쪽 enclave를 증명하기 위한 프로토콜 지정 - Attestation Protocol + Attestation protocol 증명 프로토콜 @@ -609,8 +659,8 @@ Note: A self-signed certificate offers only limited protection and is not a reco 보안 enclave를 사용한 Always Encrypted와 함께 사용되는 서버 쪽 enclave를 증명하기 위한 엔드포인트 지정 - Enclave Attestation URL - Enclave 증명 URL + Attestation URL + 증명 URL Optional (False) @@ -761,11 +811,11 @@ Note: A self-signed certificate offers only limited protection and is not a reco 복제 - Enables or disables Secure Enclaves for the connection + Enables or disables Secure enclaves for the connection 연결에 대해 보안 Enclave를 사용하거나 사용하지 않도록 설정합니다. - Secure Enclaves + Secure enclaves 보안 Enclave @@ -814,7 +864,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed. - Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed. + 사용자가 'AzureMFA' 인증을 선택할 때 'Active Directory Interactive' 인증 모드에서 SQL 인증 공급자를 사용하도록 설정합니다. 이를 통해 액세스 토큰을 가져올 때 서버 쪽 리소스 엔드포인트 통합을 사용할 수 있습니다. 이 옵션은 'MSAL' Azure 인증 라이브러리에 대해서만 지원됩니다. 값을 변경하면 Azure Data Studio를 다시 시작해야 합니다. Enabled @@ -942,11 +992,11 @@ Note: A self-signed certificate offers only limited protection and is not a reco [Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed. - [Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed. + [실험적] SQL 도구 서비스에 대한 요청을 병렬로 처리할지 여부입니다. 모든 요청을 병렬로 처리할 때 발생할 수 있는 문제를 검색하기 위해 도입되었습니다. 기본값은 false입니다. 값을 변경하면 Azure Data Studio를 다시 시작해야 합니다. [Optional] Should Personally Identifiable Information (PII) be logged in the log file. - [Optional] Should Personally Identifiable Information (PII) be logged in the log file. + [선택 사항] PII(개인 식별 정보)가 로그 파일에 기록되게 합니다. Microsoft SQL Server @@ -1149,8 +1199,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco 새 사용자 - Properties - 속성 + Properties (Preview) + 속성(미리 보기) + + + Rename + 이름 바꾸기 Search: Servers diff --git a/resources/xlf/ko/sql-migration.ko.xlf b/resources/xlf/ko/sql-migration.ko.xlf index 321ef34217..3141e851b7 100644 --- a/resources/xlf/ko/sql-migration.ko.xlf +++ b/resources/xlf/ko/sql-migration.ko.xlf @@ -34,6 +34,10 @@ Are you sure you want to cancel this migration? 이 마이그레이션을 취소하시겠습니까? + + Are you sure you want to delete this migration? + 이 마이그레이션을 삭제하시겠습니까? + Azure Active Directory Domain Name (only required to migrate Windows Authenication Logins) Azure Active Directory 도메인 이름(Windows 인증 로그인을 마이그레이션하는 데만 필요) @@ -462,6 +466,10 @@ This may take some time. Migration is not in progress and cannot be cutover. 마이그레이션이 진행 중이 아니므로 컷오버할 수 없습니다. + + Migration is currently in progress and cannot be deleted. + 마이그레이션이 현재 진행 중이므로 삭제할 수 없습니다. + Migration cannot be retried. 마이그레이션을 다시 시도하지 못했습니다. @@ -878,6 +886,14 @@ This may take some time. Default database 기본 데이터베이스 + + An error occurred while deleting the migration. + 마이그레이션을 삭제하는 동안 오류가 발생했습니다. + + + Delete migration + 마이그레이션 삭제 + Description 설명 @@ -3406,6 +3422,10 @@ This may take some time. Database details 데이터베이스 정보 + + Delete migration + 마이그레이션 삭제 + Azure SQL migration description Azure SQL 마이그레이션 설명 diff --git a/resources/xlf/ko/sql.ko.xlf b/resources/xlf/ko/sql.ko.xlf index 774b919a1b..8205e69916 100644 --- a/resources/xlf/ko/sql.ko.xlf +++ b/resources/xlf/ko/sql.ko.xlf @@ -894,6 +894,10 @@ Default Skipped Commands: Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations. 검색을 제한하는 범위의 색입니다. 기본 장식을 숨기지 않도록 색은 불투명하지 않아야 합니다. + + The background color for null values in the query editor results grid. + 쿼리 편집기 결과 표에서 null 값의 배경색입니다. + The border color of tiles 타일의 테두리 색 @@ -3493,6 +3497,14 @@ Default Skipped Commands: + + + + This cell contains the Unicode null character which is currently not supported for editing. + 이 셀에는 현재 편집이 지원되지 않는 유니코드 null 문자가 포함되어 있습니다. + + + @@ -5784,8 +5796,8 @@ Error: {1} - Copy failed with error: {0} - 복사하지 못했습니다(오류: {0}). + Copy failed with error {0} + {0} 오류를 나타내며 복사 실패 Show chart @@ -5839,6 +5851,10 @@ Error: {1} Server Group color palette used in the Object Explorer viewlet. 개체 탐색기 뷰렛에서 사용되는 서버 그룹 색상표입니다. + + The timeout in seconds for expanding a node in the Servers view + 서버 보기에서 노드를 확장하는 데 대한 시간 제한(초) + (Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering. (미리 보기) 동적 노드 필터링과 같은 새로운 기능 지원을 사용하여 서버 보기 및 연결 대화 상자에 새 비동기 서버 트리를 사용합니다. @@ -7764,6 +7780,10 @@ Error Message: 1 Failed to refresh Azure account token for connection 연결을 위한 Azure 계정 토큰을 새로 고침하지 못함 + + Unknown provider '{0}' + 알 수 없는 공급자 '{0}' + The server version is not supported by Azure Data Studio, you may still connect to it but some features in Azure Data Studio might not work as expected. 서버 버전은 Azure Data Studio에서 지원되지 않으므로 계속 연결할 수 있지만 Azure Data Studio의 일부 기능이 예상대로 작동하지 않을 수 있습니다. @@ -7825,8 +7845,12 @@ Error Message: 1 계정 추가... - Failed to parse the connection string. - 연결 문자열을 구문 분석하지 못했습니다. + Failed to parse the connection string. {0} + 연결 문자열을 구문 분석하지 못했습니다. {0} + + + No connection info returned. + 반환된 연결 정보가 없습니다. Error @@ -8047,11 +8071,11 @@ Error Message: 1 Provider with id {0} was not registered after 30 seconds. - Provider with id {0} was not registered after 30 seconds. + ID가 {0}인 공급자가 30초 후에 등록되지 않았습니다. Execution plan provider which supports file format '{0}' was not registered after 30 seconds. - Execution plan provider which supports file format '{0}' was not registered after 30 seconds. + 파일 형식 '{0}'을(를) 지원하는 실행 계획 공급자가 30초 후에 등록되지 않았습니다. No valid execution plan handler is registered @@ -8654,6 +8678,10 @@ Error Message: 1 Multiple errors: 여러 오류: + + Node expansion timed out for node {0} for providers {1} + {1} 공급자의 {0} 노드에 대한 노드 확장 시간을 초과했습니다. + @@ -8843,8 +8871,8 @@ Error Message: 1 - Copy failed with error: {0} - 복사하지 못했습니다(오류: {0}). + Copy failed with error {0} + {0} 오류를 나타내며 복사 실패 Batch execution time: {0} diff --git a/resources/xlf/pt-br/azurecore.pt-BR.xlf b/resources/xlf/pt-br/azurecore.pt-BR.xlf index d015e59ce4..779ca13953 100644 --- a/resources/xlf/pt-br/azurecore.pt-BR.xlf +++ b/resources/xlf/pt-br/azurecore.pt-BR.xlf @@ -465,6 +465,10 @@ Azure Resources (Preview) Recursos do Azure (Versão Prévia) + + Keys for token cache could not be saved in credential store, this may cause Azure access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + As chaves para cache de token não puderam ser salvas no armazenamento de credenciais, isso pode causar problemas de persistência de token de acesso do Azure e instabilidades de conexão. É provável que o SqlTools tenha atingido o limite de armazenamento de credenciais no Windows, limpe pelo menos 2 credenciais que comecem com "Microsoft.SqlTools|" no Gerenciador de Credenciais do Windows e recarregue. + Unable to open link, missing required values Não é possível abrir o link, os valores necessários estão ausentes @@ -525,6 +529,10 @@ Central US EUAP EUA Central EUAP + + Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead. + Aviso: a ADAL foi preterida e está agendada para ser removida em uma versão futura. Em vez disso, use a MSAL. + East Asia Leste da Ásia diff --git a/resources/xlf/pt-br/mssql.pt-BR.xlf b/resources/xlf/pt-br/mssql.pt-BR.xlf index 5a52773e7f..f23d5e2e28 100644 --- a/resources/xlf/pt-br/mssql.pt-BR.xlf +++ b/resources/xlf/pt-br/mssql.pt-BR.xlf @@ -50,6 +50,14 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n Failed to find tenant '{0}' in account '{1}' when refreshing security token Falha ao localizar o locatário '{0}' na conta '{1}' ao atualizar o token de segurança + + No result returned from Notebook convert request + Nenhum resultado retornado da solicitação de conversão do Notebook + + + No document found for URI {0} + Nenhum documento encontrado para URI {0} + {0} AAD token refresh failed, please reconnect to enable {0} {0} Falha na atualização do token AAD, reconecte-se para ativar {0} @@ -58,6 +66,10 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n Editor token refresh failed, autocompletion will be disabled until the editor is disconnected and reconnected Falha na atualização do token do editor, o preenchimento automático será desativado até que o editor seja desconectado e reconectado + + Unsupported platform {0} + Plataforma sem suporte {0} + @@ -78,6 +90,14 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n + + column + coluna + + + database + banco de dados + login logon @@ -90,6 +110,10 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n OK OK + + table + tabela + user usuário @@ -98,6 +122,10 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n User Usuário + + view + exibir + Advanced Avançado @@ -218,6 +246,10 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n Windows Authentication Autenticação do Windows + + Login is not selected. + Login não selecionado. + Name cannot be empty. O nome não pode ficar em branco. @@ -231,6 +263,10 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n {0} object type. {0} – Novo (Versão prévia) + + Failed to retrieve the connection information, please reconnect and try again. + Falha ao recuperar as informações de conexão, reconecte e tente novamente. + {0} - {1} (Preview) {0} object type, {1}: object name. @@ -263,6 +299,20 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n {0}: error message. Erro ao atualizar o pesquisador de objetos. {0} + + Enter new name + Inserir novo nome + + + An error occurred while renaming {0} '{1}' to '{2}'. {3} + {0} object type, {1}: original name, {2}: new name, {3}: error message. + Ocorreu um erro ao renomear {0} '{1}' para '{2}'. {3} + + + Rename {0} '{1}' to '{2}' + {0} object type, {1}: original name, {2}: new name + Renomear {0} '{1}' para '{2}' + Selected Selecionado @@ -601,16 +651,16 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n Especifica um protocolo para atestar um enclave do lado do servidor usado com o Always Encrypted com enclaves seguros - Attestation Protocol - Protocolo de Atestado + Attestation protocol + Protocolo de atestado Specifies an endpoint for attesting a server-side enclave used with Always Encrypted with secure enclaves Especifica um ponto de extremidade para atestar um enclave do lado do servidor usado com o Always Encrypted com enclaves seguros - Enclave Attestation URL - URL de Atestado de Enclave + Attestation URL + URL do Atestado Optional (False) @@ -761,12 +811,12 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n Replicação - Enables or disables Secure Enclaves for the connection - Habilita ou desabilita Enclaves Seguros para a conexão + Enables or disables Secure enclaves for the connection + Habilita ou desabilita enclaves Seguros para a conexão - Secure Enclaves - Enclaves Seguros + Secure enclaves + Enclaves seguros Name of the SQL Server instance @@ -1149,8 +1199,12 @@ Observação: um certificado autoassinado oferece apenas proteção limitada e n Novo Usuário - Properties - Propriedades + Properties (Preview) + Propriedades (Versão prévia) + + + Rename + Renomear Search: Servers diff --git a/resources/xlf/pt-br/sql-migration.pt-BR.xlf b/resources/xlf/pt-br/sql-migration.pt-BR.xlf index 851242e1f8..cfacce0e1f 100644 --- a/resources/xlf/pt-br/sql-migration.pt-BR.xlf +++ b/resources/xlf/pt-br/sql-migration.pt-BR.xlf @@ -34,6 +34,10 @@ Are you sure you want to cancel this migration? Tem certeza de que deseja cancelar esta migração? + + Are you sure you want to delete this migration? + Tem certeza de que deseja excluir esta migração? + Azure Active Directory Domain Name (only required to migrate Windows Authenication Logins) O Nome de Domínio do Azure Active Directory (necessário apenas para migrar logons de autenticação do Windows) @@ -462,6 +466,10 @@ Isto pode levar algum tempo. Migration is not in progress and cannot be cutover. A migração não está em andamento e não pode ser substituída. + + Migration is currently in progress and cannot be deleted. + A migração está em andamento e não pode ser excluída. + Migration cannot be retried. A migração não pode ser repetida. @@ -878,6 +886,14 @@ Isto pode levar algum tempo. Default database Banco de dados padrão + + An error occurred while deleting the migration. + Ocorreu um erro ao excluir a migração. + + + Delete migration + Excluir migração + Description Descrição @@ -3406,6 +3422,10 @@ Isto pode levar algum tempo. Database details Detalhes do banco de dados + + Delete migration + Excluir migração + Azure SQL migration description Descrição da migração do SQL do Azure diff --git a/resources/xlf/pt-br/sql.pt-BR.xlf b/resources/xlf/pt-br/sql.pt-BR.xlf index 62a49bc844..46f39b4a6c 100644 --- a/resources/xlf/pt-br/sql.pt-BR.xlf +++ b/resources/xlf/pt-br/sql.pt-BR.xlf @@ -895,6 +895,10 @@ Comandos Padrão Ignorados: Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations. Cor do intervalo que limita a pesquisa. A cor não deve ser opaca para não ocultar decorações subjacentes. + + The background color for null values in the query editor results grid. + A cor da tela de fundo para valores nulos na grade de resultados do editor de consultas. + The border color of tiles A cor da borda dos blocos @@ -3494,6 +3498,14 @@ Comandos Padrão Ignorados: + + + + This cell contains the Unicode null character which is currently not supported for editing. + Esta célula contém o caractere nulo Unicode que atualmente não é suportado para edição. + + + @@ -5785,8 +5797,8 @@ Erro: {1} - Copy failed with error: {0} - A cópia falhou com o erro: {0} + Copy failed with error {0} + Falha na cópia com o erro {0} Show chart @@ -5840,6 +5852,10 @@ Erro: {1} Server Group color palette used in the Object Explorer viewlet. Paleta de cores do grupo de servidores usada no viewlet do Pesquisador de Objetos. + + The timeout in seconds for expanding a node in the Servers view + O tempo limite em segundos para expandir um nó na visualização Servidores + (Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering. (Versão Prévia) Use a nova árvore de servidor assíncrono para o modo de exibição Servidores e a caixa de diálogo Conexão com suporte para novos recursos, como filtragem dinâmica de nós. @@ -7765,6 +7781,10 @@ Mensagem de erro: 1 Failed to refresh Azure account token for connection Falha ao obter o token de conta do Azure para a conexão + + Unknown provider '{0}' + Provedor desconhecido '{0}' + The server version is not supported by Azure Data Studio, you may still connect to it but some features in Azure Data Studio might not work as expected. A versão do servidor não é compatível com Azure Data Studio, você ainda pode se conectar a ela, mas alguns recursos no Azure Data Studio podem não funcionar conforme o esperado. @@ -7826,8 +7846,12 @@ Mensagem de erro: 1 Adicionar uma conta... - Failed to parse the connection string. - Falha ao analisar a cadeia de conexão. + Failed to parse the connection string. {0} + Falha ao analisar a cadeia de conexão. {0} + + + No connection info returned. + Nenhuma informação de conexão retornada. Error @@ -8654,6 +8678,10 @@ Mensagem de erro: 1 Multiple errors: Múltiplos erros: + + Node expansion timed out for node {0} for providers {1} + A expansão do nó expirou para o nó {0} para provedores{1} + @@ -8843,8 +8871,8 @@ Mensagem de erro: 1 - Copy failed with error: {0} - A cópia falhou com o erro: {0} + Copy failed with error {0} + Falha na cópia com o erro {0} Batch execution time: {0} diff --git a/resources/xlf/ru/azurecore.ru.xlf b/resources/xlf/ru/azurecore.ru.xlf index 59e62e5900..74e8370df5 100644 --- a/resources/xlf/ru/azurecore.ru.xlf +++ b/resources/xlf/ru/azurecore.ru.xlf @@ -465,6 +465,10 @@ Azure Resources (Preview) Ресурсы Azure (предварительная версия) + + Keys for token cache could not be saved in credential store, this may cause Azure access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + Не удалось сохранить ключи для кэша маркеров в хранилище учетных данных, что может привести к проблемам с сохранением маркера доступа Azure и нестабильности подключения. Вполне вероятно, что SqlTools достиг предела хранения учетных данных в Windows. Очистите по крайней мере 2 записи учетных данных, которые начинаются с «Microsoft.SqlTools|» в диспетчере учетных данных Windows и перезагрузите. + Unable to open link, missing required values Не удается открыть ссылку, отсутствуют обязательные значения @@ -525,6 +529,10 @@ Central US EUAP Центральная часть США (EUAP) + + Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead. + Предупреждение. ADAL не рекомендуется и будет удален в будущем выпуске. Вместо этого используйте MSAL. + East Asia Восточная Азия diff --git a/resources/xlf/ru/mssql.ru.xlf b/resources/xlf/ru/mssql.ru.xlf index bf33d1d42c..853907d99e 100644 --- a/resources/xlf/ru/mssql.ru.xlf +++ b/resources/xlf/ru/mssql.ru.xlf @@ -50,6 +50,14 @@ Note: A self-signed certificate offers only limited protection and is not a reco Failed to find tenant '{0}' in account '{1}' when refreshing security token Не удалось найти клиент ''{0}'' в учетной записи ''{1}'' при обновлении токена безопасности + + No result returned from Notebook convert request + Запрос на преобразование записной книжки не вернул результатов + + + No document found for URI {0} + Не найден документ для URI {0} + {0} AAD token refresh failed, please reconnect to enable {0} {0} Не удалось обновить токен AAD. Пожалуйста, подключитесь повторно, чтобы включить {0} @@ -58,6 +66,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco Editor token refresh failed, autocompletion will be disabled until the editor is disconnected and reconnected Не удалось обновить токен редактора, автозаполнение будет отключено до тех пор, пока редактор не будет отключен и подключен снова. + + Unsupported platform {0} + Неподдерживаемая платформа {0} + @@ -78,6 +90,14 @@ Note: A self-signed certificate offers only limited protection and is not a reco + + column + столбец + + + database + база данных + login имя для входа @@ -90,6 +110,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco OK OK + + table + таблица + user пользователь @@ -98,6 +122,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco User Пользователь + + view + представление + Advanced Дополнительно @@ -218,6 +246,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco Windows Authentication Проверка подлинности Windows. + + Login is not selected. + Имя для входа не выбрано. + Name cannot be empty. Необходимо ввести имя. @@ -231,6 +263,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco {0} object type. {0} — предварительная версия + + Failed to retrieve the connection information, please reconnect and try again. + Не удалось получить сведения о подключении. Восстановите подключение и повторите попытку. + {0} - {1} (Preview) {0} object type, {1}: object name. @@ -263,6 +299,20 @@ Note: A self-signed certificate offers only limited protection and is not a reco {0}: error message. Произошла ошибка при обновлении обозревателя объектов. {0} + + Enter new name + Введите новое имя + + + An error occurred while renaming {0} '{1}' to '{2}'. {3} + {0} object type, {1}: original name, {2}: new name, {3}: error message. + Произошла ошибка при переименовании {0} "{1}" на "{2}". {3} + + + Rename {0} '{1}' to '{2}' + {0} object type, {1}: original name, {2}: new name + Переименовать {0} "{1}" на "{2}" + Selected Выбрано @@ -601,7 +651,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco Задает протокол для аттестации анклава на стороне сервера, используемого Always Encrypted с защищенным анклавами - Attestation Protocol + Attestation protocol Протокол аттестации @@ -609,8 +659,8 @@ Note: A self-signed certificate offers only limited protection and is not a reco Задает конечную точку для аттестации анклава на стороне сервера, используемого Always Encrypted с защищенным анклавами - Enclave Attestation URL - URL-адрес аттестации анклава + Attestation URL + URL-адрес аттестации Optional (False) @@ -761,12 +811,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco Репликация - Enables or disables Secure Enclaves for the connection - Включает или отключает Secure Enclaves для подключения + Enables or disables Secure enclaves for the connection + Включает или отключает защищенные анклавы для подключения - Secure Enclaves - Secure Enclaves + Secure enclaves + Защищенные анклавы Name of the SQL Server instance @@ -1149,8 +1199,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco Новый пользователь - Properties - Свойства + Properties (Preview) + Свойства (предварительная версия) + + + Rename + Переименовать Search: Servers diff --git a/resources/xlf/ru/sql-migration.ru.xlf b/resources/xlf/ru/sql-migration.ru.xlf index a417bc69eb..72fe6a4d69 100644 --- a/resources/xlf/ru/sql-migration.ru.xlf +++ b/resources/xlf/ru/sql-migration.ru.xlf @@ -34,6 +34,10 @@ Are you sure you want to cancel this migration? Вы действительно хотите отменить эту миграцию? + + Are you sure you want to delete this migration? + Действительно удалить эту миграцию? + Azure Active Directory Domain Name (only required to migrate Windows Authenication Logins) Доменное имя Azure Active Directory (требуется только для того, чтобы перенести имена входа для проверки подлинности Windows) @@ -462,6 +466,10 @@ This may take some time. Migration is not in progress and cannot be cutover. Миграция не выполняется и не может быть отменена. + + Migration is currently in progress and cannot be deleted. + В настоящее время выполняется миграция, ее невозможно удалить. + Migration cannot be retried. Невозможно повторить попытку миграции. @@ -878,6 +886,14 @@ This may take some time. Default database База данных по умолчанию + + An error occurred while deleting the migration. + Ошибка при удалении миграции. + + + Delete migration + Удалить миграцию + Description Описание @@ -3406,6 +3422,10 @@ This may take some time. Database details Сведения о базе данных + + Delete migration + Удалить миграцию + Azure SQL migration description Описание миграции Azure SQL diff --git a/resources/xlf/ru/sql.ru.xlf b/resources/xlf/ru/sql.ru.xlf index e326061b78..a036009f67 100644 --- a/resources/xlf/ru/sql.ru.xlf +++ b/resources/xlf/ru/sql.ru.xlf @@ -894,6 +894,10 @@ Default Skipped Commands: Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations. Цвет диапазона, ограничивающего поиск. Цвет не должен быть непрозрачным, чтобы не скрыть расположенные ниже элементы оформления. + + The background color for null values in the query editor results grid. + Цвет фона для значений NULL в сетке результатов редактора запросов. + The border color of tiles Цвет границы плиток @@ -3493,6 +3497,14 @@ Default Skipped Commands: + + + + This cell contains the Unicode null character which is currently not supported for editing. + Эта ячейка содержит нуль-символ Юникода, который в настоящее время не поддерживается для редактирования. + + + @@ -5784,8 +5796,8 @@ Error: {1} - Copy failed with error: {0} - Не удалось копировать. Ошибка: {0} + Copy failed with error {0} + Не удалось выполнить копирование. Ошибка: {0} Show chart @@ -5839,6 +5851,10 @@ Error: {1} Server Group color palette used in the Object Explorer viewlet. Цветовая палитра группы серверов, используемых во вьюлете обозревателя объектов. + + The timeout in seconds for expanding a node in the Servers view + Время ожидания в секундах для расширения узла в представлении "Серверы". + (Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering. (Предварительная версия.) Используйте новое дерево асинхронных серверов для представления серверов и диалогового окна подключения с поддержкой новых функций, таких как фильтрация динамических узлов. @@ -7764,6 +7780,10 @@ Error Message: 1 Failed to refresh Azure account token for connection Не удалось обновить маркер учетной записи Azure для подключения + + Unknown provider '{0}' + Неизвестный поставщик "{0}" + The server version is not supported by Azure Data Studio, you may still connect to it but some features in Azure Data Studio might not work as expected. Azure Data Studio не поддерживает эту версию сервера; возможно, вы можете подключиться к ней, но некоторые функции Azure Data Studio могут работать не так, как ожидалось. @@ -7825,8 +7845,12 @@ Error Message: 1 Добавить учетную запись… - Failed to parse the connection string. - Не удалось проанализировать строку подключения. + Failed to parse the connection string. {0} + Не удалось проанализировать строку подключения. {0} + + + No connection info returned. + Сведения о подключении не возвращены. Error @@ -8654,6 +8678,10 @@ Error Message: 1 Multiple errors: Несколько ошибок: + + Node expansion timed out for node {0} for providers {1} + Истекло время ожидания расширения узла {0} для поставщиков {1}. + @@ -8843,8 +8871,8 @@ Error Message: 1 - Copy failed with error: {0} - Не удалось копировать. Ошибка: {0} + Copy failed with error {0} + Не удалось выполнить копирование. Ошибка: {0} Batch execution time: {0} diff --git a/resources/xlf/zh-hans/azurecore.zh-Hans.xlf b/resources/xlf/zh-hans/azurecore.zh-Hans.xlf index 8460c81eae..a3d628efdb 100644 --- a/resources/xlf/zh-hans/azurecore.zh-Hans.xlf +++ b/resources/xlf/zh-hans/azurecore.zh-Hans.xlf @@ -465,6 +465,10 @@ Azure Resources (Preview) Azure 资源(预览) + + Keys for token cache could not be saved in credential store, this may cause Azure access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + 无法在凭据存储中保存令牌缓存的密钥,这可能会导致 Azure 访问令牌持久性问题和连接不稳定。SqlTools 可能已达到 Windows 上的凭据存储限制,请清除至少 2 个以 Windows 凭据管理器中的“Microsoft.SqlTools|”开头的凭据,然后重新加载。 + Unable to open link, missing required values 无法打开链接,缺少所需的值 @@ -525,6 +529,10 @@ Central US EUAP 美国中部 EUAP + + Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead. + 警告: ADAL 已弃用,并计划在将来的版本中删除。请改用 MSAL。 + East Asia 东亚 diff --git a/resources/xlf/zh-hans/mssql.zh-Hans.xlf b/resources/xlf/zh-hans/mssql.zh-Hans.xlf index 3a62e2af93..d5821f67c9 100644 --- a/resources/xlf/zh-hans/mssql.zh-Hans.xlf +++ b/resources/xlf/zh-hans/mssql.zh-Hans.xlf @@ -50,6 +50,14 @@ Note: A self-signed certificate offers only limited protection and is not a reco Failed to find tenant '{0}' in account '{1}' when refreshing security token 刷新安全令牌时,在帐户 \"{1}\" 中找不到租户 \"{0}\" + + No result returned from Notebook convert request + 笔记本转换请求未返回任何结果 + + + No document found for URI {0} + 找不到 URI {0} 文档 + {0} AAD token refresh failed, please reconnect to enable {0} {0} AAD 令牌刷新失败,请重新连接以启用 {0} @@ -58,6 +66,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco Editor token refresh failed, autocompletion will be disabled until the editor is disconnected and reconnected 编辑器令牌刷新失败,自动完成将被禁用,直到编辑器断开连接并重新连接 + + Unsupported platform {0} + 不受支持的平台 {0} + @@ -78,6 +90,14 @@ Note: A self-signed certificate offers only limited protection and is not a reco + + column + + + + database + 数据库 + login 登录名 @@ -90,6 +110,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco OK 确定 + + table + + user 用户 @@ -98,6 +122,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco User 用户 + + view + 视图 + Advanced 高级 @@ -218,6 +246,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco Windows Authentication Windows 身份验证 + + Login is not selected. + 未选择登录名。 + Name cannot be empty. 名称不能为空。 @@ -231,6 +263,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco {0} object type. {0}–新建(预览) + + Failed to retrieve the connection information, please reconnect and try again. + 无法检索连接信息,请重新连接,然后重试。 + {0} - {1} (Preview) {0} object type, {1}: object name. @@ -263,6 +299,20 @@ Note: A self-signed certificate offers only limited protection and is not a reco {0}: error message. 刷新对象资源管理器时出错。{0} + + Enter new name + 输入新名称 + + + An error occurred while renaming {0} '{1}' to '{2}'. {3} + {0} object type, {1}: original name, {2}: new name, {3}: error message. + 将 {0} "{1}" 重命名为 "{2}" 时出错。 {3} + + + Rename {0} '{1}' to '{2}' + {0} object type, {1}: original name, {2}: new name + 将 {0} "{1}" 重命名为 "{2}" + Selected 已选择 @@ -601,7 +651,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco 指定用于证明与具有安全 enclave 的 Always Encrypted 结合使用的服务器端 enclave 的协议 - Attestation Protocol + Attestation protocol 证明协议 @@ -609,8 +659,8 @@ Note: A self-signed certificate offers only limited protection and is not a reco 指定用于证明与具有安全 enclave 的 Always Encrypted 结合使用的服务器端 enclave 的终结点 - Enclave Attestation URL - Enclave 证明 URL + Attestation URL + 认证 URL Optional (False) @@ -761,12 +811,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco 副本 - Enables or disables Secure Enclaves for the connection - 启用或禁用连接的安全 Enclave + Enables or disables Secure enclaves for the connection + 启用或禁用连接的安全 enclave - Secure Enclaves - 安全 Enclave + Secure enclaves + 安全 enclave Name of the SQL Server instance @@ -1149,8 +1199,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco 新用户 - Properties - 属性 + Properties (Preview) + 属性(预览版) + + + Rename + 重命名 Search: Servers diff --git a/resources/xlf/zh-hans/sql-migration.zh-Hans.xlf b/resources/xlf/zh-hans/sql-migration.zh-Hans.xlf index 1c4b4504ae..343c4d57ca 100644 --- a/resources/xlf/zh-hans/sql-migration.zh-Hans.xlf +++ b/resources/xlf/zh-hans/sql-migration.zh-Hans.xlf @@ -34,6 +34,10 @@ Are you sure you want to cancel this migration? 是否确实要取消此迁移? + + Are you sure you want to delete this migration? + 确定要删除此迁移吗? + Azure Active Directory Domain Name (only required to migrate Windows Authenication Logins) Azure Active Directory 域名(仅在迁移 Windows 身份验证登录名时需要) @@ -462,6 +466,10 @@ This may take some time. Migration is not in progress and cannot be cutover. 迁移未进行,无法直接转换。 + + Migration is currently in progress and cannot be deleted. + 迁移当前正在进行,无法删除。 + Migration cannot be retried. 无法重试迁移。 @@ -878,6 +886,14 @@ This may take some time. Default database 默认数据库 + + An error occurred while deleting the migration. + 删除迁移时出错。 + + + Delete migration + 删除迁移 + Description 说明 @@ -3406,6 +3422,10 @@ This may take some time. Database details 数据库详细信息 + + Delete migration + 删除迁移 + Azure SQL migration description Azure SQL 迁移说明 diff --git a/resources/xlf/zh-hans/sql.zh-Hans.xlf b/resources/xlf/zh-hans/sql.zh-Hans.xlf index 503b5cbf61..24a194cf56 100644 --- a/resources/xlf/zh-hans/sql.zh-Hans.xlf +++ b/resources/xlf/zh-hans/sql.zh-Hans.xlf @@ -894,6 +894,10 @@ Default Skipped Commands: Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations. 限制搜索范围的颜色。颜色不能不透明,以免隐藏底层装饰。 + + The background color for null values in the query editor results grid. + 查询编辑器结果网格中 null 值的背景色。 + The border color of tiles 磁贴的边框颜色 @@ -3493,6 +3497,14 @@ Default Skipped Commands: + + + + This cell contains the Unicode null character which is currently not supported for editing. + 此单元格包含当前不支持进行编辑的 Unicode 空字符。 + + + @@ -5784,8 +5796,8 @@ Error: {1} - Copy failed with error: {0} - 复制失败,出现错误: {0} + Copy failed with error {0} + 复制失败,出现错误 {0} Show chart @@ -5839,6 +5851,10 @@ Error: {1} Server Group color palette used in the Object Explorer viewlet. 在对象资源管理器 viewlet 中使用的服务器组面板。 + + The timeout in seconds for expanding a node in the Servers view + 在“服务器”视图中展开节点的超时时间(秒) + (Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering. (预览)使用“服务器”视图和“连接”对话框的新异步服务器树,支持动态节点筛选等新功能。 @@ -7764,6 +7780,10 @@ Error Message: 1 Failed to refresh Azure account token for connection 未能刷新用于连接的 Azure 帐户令牌 + + Unknown provider '{0}' + 未知提供程序 "{0}" + The server version is not supported by Azure Data Studio, you may still connect to it but some features in Azure Data Studio might not work as expected. Azure Data Studio 不支持此服务器版本,你仍然可以连接到它,但 Azure Data Studio 中的某些功能可能无法按预期工作。 @@ -7825,8 +7845,12 @@ Error Message: 1 添加帐户… - Failed to parse the connection string. - 无法分析连接字符串。 + Failed to parse the connection string. {0} + 无法分析连接字符串。 {0} + + + No connection info returned. + 未返回连接信息。 Error @@ -8654,6 +8678,10 @@ Error Message: 1 Multiple errors: 多个错误: + + Node expansion timed out for node {0} for providers {1} + 提供程序 {1} 的节点 {0} 的节点展开超时 + @@ -8843,8 +8871,8 @@ Error Message: 1 - Copy failed with error: {0} - 复制失败,出现错误: {0} + Copy failed with error {0} + 复制失败,出现错误 {0} Batch execution time: {0} diff --git a/resources/xlf/zh-hant/azurecore.zh-Hant.xlf b/resources/xlf/zh-hant/azurecore.zh-Hant.xlf index 667a02696c..7935e982b0 100644 --- a/resources/xlf/zh-hant/azurecore.zh-Hant.xlf +++ b/resources/xlf/zh-hant/azurecore.zh-Hant.xlf @@ -465,6 +465,10 @@ Azure Resources (Preview) Azure 資源 (預覽) + + Keys for token cache could not be saved in credential store, this may cause Azure access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload. + 權杖快取的金鑰無法儲存在認證存放區中,這可能會導致 Azure 存取權杖持續性問題和連線不穩定。SqlTools 可能已達到 Windows 的認證儲存限制,請清除 Windows 認證管理員中以 「Microsoft.SqlTools|」 開始的至少 2 個認證,然後重新載入。 + Unable to open link, missing required values 無法開啟連結,缺少必要值 @@ -525,6 +529,10 @@ Central US EUAP 美國中部 EUAP + + Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead. + 警告: ADAL 已被取代,並排定在未來的版本中移除。請改用 MSAL。 + East Asia 東亞 diff --git a/resources/xlf/zh-hant/mssql.zh-Hant.xlf b/resources/xlf/zh-hant/mssql.zh-Hant.xlf index 6fcf23f4d9..093fce3deb 100644 --- a/resources/xlf/zh-hant/mssql.zh-Hant.xlf +++ b/resources/xlf/zh-hant/mssql.zh-Hant.xlf @@ -50,6 +50,14 @@ Note: A self-signed certificate offers only limited protection and is not a reco Failed to find tenant '{0}' in account '{1}' when refreshing security token 重新整理安全性權杖時,在帳戶 '{1}'中找不到租用戶 '{0}' + + No result returned from Notebook convert request + 筆記本轉換要求未傳回任何結果 + + + No document found for URI {0} + 找不到 URI {0} 的文件 + {0} AAD token refresh failed, please reconnect to enable {0} {0} AAD 權杖重新更新失敗,請重新連接以啟用 {0} @@ -58,6 +66,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco Editor token refresh failed, autocompletion will be disabled until the editor is disconnected and reconnected 編輯器權杖重新整理失敗,將會停用自動編譯,直到編輯器中斷連線並重新連線為止 + + Unsupported platform {0} + 不支援的平台 {0} + @@ -78,6 +90,14 @@ Note: A self-signed certificate offers only limited protection and is not a reco + + column + 資料行 + + + database + 資料庫 + login 登入 @@ -90,6 +110,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco OK 確定 + + table + 資料表 + user 使用者 @@ -98,6 +122,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco User 使用者 + + view + 檢視 + Advanced 進階 @@ -218,6 +246,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco Windows Authentication Windows 驗證 + + Login is not selected. + 未選取登入。 + Name cannot be empty. 名稱不能空白。 @@ -231,6 +263,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco {0} object type. {0} - 新增 (預覽) + + Failed to retrieve the connection information, please reconnect and try again. + 無法擷取連線資訊,請重新連線,然後再試一次。 + {0} - {1} (Preview) {0} object type, {1}: object name. @@ -263,6 +299,20 @@ Note: A self-signed certificate offers only limited protection and is not a reco {0}: error message. 重新整理物件總管時發生錯誤。{0} + + Enter new name + 請輸入新名稱 + + + An error occurred while renaming {0} '{1}' to '{2}'. {3} + {0} object type, {1}: original name, {2}: new name, {3}: error message. + 將 {0} '{1}' 重新命名為 '{2}' 時發生錯誤。{3} + + + Rename {0} '{1}' to '{2}' + {0} object type, {1}: original name, {2}: new name + 將 {0} '{1}' 重新命名為 '{2}' + Selected 已選取 @@ -601,7 +651,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco 指定通訊協定,以證明與安全記憶體保護區一起使用 Always Encrypted 的伺服器端記憶體保護區 - Attestation Protocol + Attestation protocol 證明通訊協定 @@ -609,8 +659,8 @@ Note: A self-signed certificate offers only limited protection and is not a reco 指定端點,以證明與安全記憶體保護區一起使用 Always Encrypted 的伺服器端記憶體保護區 - Enclave Attestation URL - 記憶體保護區證明 URL + Attestation URL + 證明 URL Optional (False) @@ -761,12 +811,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco 複寫 - Enables or disables Secure Enclaves for the connection - 啟用或停用連線的安全記憶體庫 + Enables or disables Secure enclaves for the connection + 啟用或停用連線的安全隔離區 - Secure Enclaves - 安全記憶體庫 + Secure enclaves + 安全隔離區 Name of the SQL Server instance @@ -814,7 +864,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed. - Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed. + 當使用者選取 'AzureMFA' 驗證,則針對 'Active Directory Interactive' 驗證模式啟用使用 SQL 驗證提供者。這會在擷取存取權杖時啟用伺服器端資源端點整合。此選項僅支援 'MSAL' Azure 驗證程式庫。值變更時,需要重新啟動 Azure Data Studio。 Enabled @@ -942,11 +992,11 @@ Note: A self-signed certificate offers only limited protection and is not a reco [Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed. - [Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed. + [實驗性] 是否應該平行處理對 SQL Tools Service 的要求。這是為了發現探索平行處理所有要求時可能的問題。預設值為 false。值變更時,需要重新啟動 Azure Data Studio。 [Optional] Should Personally Identifiable Information (PII) be logged in the log file. - [Optional] Should Personally Identifiable Information (PII) be logged in the log file. + [選用] 是否應在記錄檔中記錄個人識別資訊 (PII)。 Microsoft SQL Server @@ -1149,8 +1199,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco 新使用者 - Properties - 屬性 + Properties (Preview) + 屬性 (預覽) + + + Rename + 重新命名 Search: Servers diff --git a/resources/xlf/zh-hant/sql-migration.zh-Hant.xlf b/resources/xlf/zh-hant/sql-migration.zh-Hant.xlf index 9cd53b057f..45b05c99b7 100644 --- a/resources/xlf/zh-hant/sql-migration.zh-Hant.xlf +++ b/resources/xlf/zh-hant/sql-migration.zh-Hant.xlf @@ -34,6 +34,10 @@ Are you sure you want to cancel this migration? 確定要取消此移轉嗎? + + Are you sure you want to delete this migration? + 確定要刪除此刪除嗎? + Azure Active Directory Domain Name (only required to migrate Windows Authenication Logins) Azure Active Directory 網域名稱 (僅需要移轉 Windows 驗證登入) @@ -462,6 +466,10 @@ This may take some time. Migration is not in progress and cannot be cutover. 移轉不在進行中,且無法完全移轉。 + + Migration is currently in progress and cannot be deleted. + 移轉目前正在進行中,無法刪除。 + Migration cannot be retried. 無法重試移轉。 @@ -878,6 +886,14 @@ This may take some time. Default database 預設資料庫 + + An error occurred while deleting the migration. + 刪除移轉時發生錯誤。 + + + Delete migration + 刪除移轉 + Description 描述 @@ -3406,6 +3422,10 @@ This may take some time. Database details 資料庫詳細資料 + + Delete migration + 刪除移轉 + Azure SQL migration description Azure SQL 移轉描述 diff --git a/resources/xlf/zh-hant/sql.zh-Hant.xlf b/resources/xlf/zh-hant/sql.zh-Hant.xlf index 4737fcee0e..a600c88a3c 100644 --- a/resources/xlf/zh-hant/sql.zh-Hant.xlf +++ b/resources/xlf/zh-hant/sql.zh-Hant.xlf @@ -894,6 +894,10 @@ Default Skipped Commands: Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations. 限制搜尋之範圍的色彩。其不得為不透明色彩,以免隱藏底層裝飾。 + + The background color for null values in the query editor results grid. + 查詢編輯器結果方格中 Null 值的背景色彩。 + The border color of tiles 磚的框線色彩 @@ -3493,6 +3497,14 @@ Default Skipped Commands: + + + + This cell contains the Unicode null character which is currently not supported for editing. + 此儲存格包含 Unicode Null 字元,目前不支援編輯。 + + + @@ -5784,8 +5796,8 @@ Error: {1} - Copy failed with error: {0} - 複製失敗,發生錯誤: {0} + Copy failed with error {0} + 複製失敗。錯誤: {0} Show chart @@ -5839,6 +5851,10 @@ Error: {1} Server Group color palette used in the Object Explorer viewlet. 在物件總管 Viewlet 中使用的伺服器群組調色盤。 + + The timeout in seconds for expanding a node in the Servers view + 在伺服器檢視中展開節點的逾時 (以秒為單位) + (Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering. (預覽) 針對伺服器檢視及連線對話方塊使用新的非同步伺服器樹狀結構,並支援動態節點篩選等新功能。 @@ -7764,6 +7780,10 @@ Error Message: 1 Failed to refresh Azure account token for connection 無法重新整理 Azure 帳戶權杖以建立連線 + + Unknown provider '{0}' + 未知的提供者 '{0}' + The server version is not supported by Azure Data Studio, you may still connect to it but some features in Azure Data Studio might not work as expected. Azure Data Studio 不支援伺服器版本,您仍然可以連接到伺服器版本,但 Azure Data Studio 中的某些功能可能無法如預期方式執行。 @@ -7825,8 +7845,12 @@ Error Message: 1 新增帳戶... - Failed to parse the connection string. - 無法剖析連接字串。 + Failed to parse the connection string. {0} + 無法剖析連接字串。{0} + + + No connection info returned. + 未傳回連線資訊。 Error @@ -8047,11 +8071,11 @@ Error Message: 1 Provider with id {0} was not registered after 30 seconds. - Provider with id {0} was not registered after 30 seconds. + 識別碼為 {0} 的提供者未在 30 秒後登錄。 Execution plan provider which supports file format '{0}' was not registered after 30 seconds. - Execution plan provider which supports file format '{0}' was not registered after 30 seconds. + 支援檔案格式 '{0}' 的執行計畫提供者未在 30 秒後登錄。 No valid execution plan handler is registered @@ -8654,6 +8678,10 @@ Error Message: 1 Multiple errors: 多個錯誤: + + Node expansion timed out for node {0} for providers {1} + 提供者 {1} 節點 {0} 的節點擴充已逾時 + @@ -8843,8 +8871,8 @@ Error Message: 1 - Copy failed with error: {0} - 複製失敗,發生錯誤: {0} + Copy failed with error {0} + 複製失敗。錯誤: {0} Batch execution time: {0}