Langpack source and XLF update for April 2023 Release (#22554)

This commit is contained in:
Alex Ma
2023-03-31 09:41:43 -07:00
committed by GitHub
parent d49ff85afc
commit e948b4e842
105 changed files with 1909 additions and 310 deletions

View File

@@ -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

View File

@@ -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": [

View File

@@ -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",

View File

@@ -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"
}

View File

@@ -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",

View File

@@ -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."
}
}
}

View File

@@ -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

View File

@@ -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": [

View File

@@ -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",

View File

@@ -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"
}

View File

@@ -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",

View File

@@ -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."
}
}
}

View File

@@ -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

View File

@@ -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": [

View File

@@ -153,6 +153,7 @@
},
"dist/localizedConstants": {
"azure.azureResourcesGridTitle": "Ressources Azure (préversion)",
"azure.credStoreSaveFailedError": "Impossible denregistrer les clés du cache de jetons dans le magasin dinformations didentification. Cela peut entraîner des problèmes de persistance de jeton daccès Azure et des instabilités de connexion. Il est probable que SqlTools ait atteint la limite de stockage des informations didentification sur Windows. Effacez au moins 2 informations didentification 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",

View File

@@ -22,8 +22,11 @@
"dist/localizedConstants": {
"mssql.failedToFindAccount": "Le compte Azure {0} est introuvable lors de lexécution de lactualisation du jeton.",
"mssql.failedToFindTenants": "Impossible de trouver le client '{0}' dans le '{1}' de compte lors de lactualisation 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 lactualisation 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 lactualisation 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 nest 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 sest produite lors de louverture dun nouveau dialogue {0} : {1}",
"objectManagement.openObjectPropertiesDialogError": "Une erreur sest produite lors de louverture 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 sest produite lors de lactualisation de lExplorateur dobjets. {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 dattestation",
"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 lutilisation du fournisseur dauthentification Sql pour le mode dauthentification Active Directory Domain Services Interactive lorsque lutilisateur sélectionne lauthentification AzureMFA. Cela permet lintégration du point de terminaison des ressources côté serveur lors de la récupération des jetons daccès. Cette option est uniquement prise en charge pour la bibliothèque dauthentification Azure MSAL. Azure Data Studio doit être relancé lorsque la valeur est modifiée.",
"mssql.enabled": "Activé",
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "Met en évidence lopération de plan dexécution avec le plus grand nombre réel de lignes pour toutes les exécutions.",
"mssql.executionPlan.cost": "Met en surbrillance lopération de plan dexé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 dexpiration en secondes pour le développement dun nœud dans lExplorateur dobjets. 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 lExplorateur 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 didentification 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"
}

View File

@@ -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 dauthentification 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 derreur {0}",
@@ -121,6 +122,7 @@
"sql.migration.cancel.migration": "Annuler la migration",
"sql.migration.cannot.cancel": "La migration nest pas en cours et ne peut pas être annulée.",
"sql.migration.cannot.cutover": "La migration nest 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 nont 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 sest 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",

View File

@@ -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 lerreur : {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": "Lactualisation d'un jeton de compte Azure pour la connexion a échoué.",
"connection.unknownProvider": "Fournisseur inconnu '{0}'",
"connection.unsupportedServerVersionWarning": "La version du serveur nest 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": "Lextension qui prend en charge le type de fournisseur '{0}' nest pas installée actuellement. Voulez-vous afficher les extensions?",
"connectionManagementService.noProviderForUri": "Impossible de trouver le fournisseur pour luri : {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 lID {0} na pas été inscrit après 30 secondes.",
"executionPlanService.ensureFileExtensionHandlerRegistered": "Le fournisseur de plan dexécution qui prend en charge le format de fichier {0} na pas été inscrit après 30 secondes.",
"noHandlerRegistered": "Aucun gestionnaire de plan dexécution valide nest inscrit.",
"providerIdNotValidError": "Un fournisseur valide est nécessaire pour interagir avec ExecutionPlanService.",
"selectExecutionPlanProvider": "Sélectionner un fournisseur pour ouvrir le plan dexé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 lerreur : {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 nest actuellement pas pris en charge pour la modification."
}
}
}

View File

@@ -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

View File

@@ -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": [

View File

@@ -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",

View File

@@ -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 leditor non verrà disconnesso e riconnesso"
"mssql.tokenRefreshFailedNoSecurityToken": "L'aggiornamento del token dell'editor non è riuscito. Il completamento automatico verrà disabilitato fino a quando leditor 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"
}

View File

@@ -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",

View File

@@ -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."
}
}
}

View File

@@ -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

View File

@@ -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": [

View File

@@ -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",

View File

@@ -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": "ログ ファイルの表示"
}

View File

@@ -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 の移行",

View File

@@ -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 文字が含まれています。"
}
}
}

View File

@@ -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

View File

@@ -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": [

View File

@@ -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",

View File

@@ -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": "로그 파일 표시"
}

View File

@@ -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 마이그레이션",

View File

@@ -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 문자가 포함되어 있습니다."
}
}
}

View File

@@ -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

View File

@@ -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": [

View File

@@ -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",

View File

@@ -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"
}

View File

@@ -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",

View File

@@ -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."
}
}
}

View File

@@ -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

View File

@@ -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": [

View File

@@ -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",

View File

@@ -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": "Показать файл журнала"
}

View File

@@ -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",

View File

@@ -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": "Эта ячейка содержит нуль-символ Юникода, который в настоящее время не поддерживается для редактирования."
}
}
}

View File

@@ -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

View File

@@ -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": [

View File

@@ -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",

View File

@@ -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": "显示日志文件"
}

View File

@@ -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 迁移",

View File

@@ -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 空字符。"
}
}
}

View File

@@ -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

View File

@@ -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": [

View File

@@ -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",

View File

@@ -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": "顯示記錄檔"
}

View File

@@ -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 移轉",

View File

@@ -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 字元,目前不支援編輯。"
}
}
}