updates langpack source files to match 1.67 release (#21228)

* updates langpack source files to match 1.67 release

* added small version bump
This commit is contained in:
Alex Ma
2022-11-15 10:19:38 -08:00
committed by GitHub
parent c1e90092a8
commit 1105e4d15c
94 changed files with 19345 additions and 8175 deletions

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.40.0",
"version": "1.40.1",
"publisher": "Microsoft",
"repository": {
"type": "git",

View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"contents": {
"package": {
"description": "Bietet Ausschnitte, Syntaxhervorhebung, Klammernabgleich und Falten in Windows-Batch-Dateien.",
"description": "Bietet Schnipsel, Syntaxhervorhebung, Klammernabgleich und Falten in Windows-Batch-Dateien.",
"displayName": "Windows-Bat-Sprachgrundlagen"
}
}

View File

@@ -11,6 +11,7 @@
"dist/configurationEditingMain": {
"cwd": "Das aktuelle Arbeitsverzeichnis der Aufgabenausführung beim Start",
"defaultBuildTask": "Der Name des Standardbuildtasks. Wenn es keinen Standardbuildtask gibt, wird eine Schnellauswahl angezeigt, um den Buildtask auszuwählen.",
"extensionInstallFolder": "Der Pfad, in dem eine Erweiterung installiert ist.",
"file": "Die aktuell geöffnete Datei",
"fileBasename": "Der Basisname der aktuellen geöffneten Datei",
"fileBasenameNoExtension": "Der Basisname der aktuellen geöffneten Datei ohne Erweiterung",
@@ -52,8 +53,6 @@
"folderLabel": "Ordner nach Name (beliebiger Speicherort)",
"folderName": "Name des Arbeitsbereichsordners, der die Datei enthält (z.B. MeinOrdner)",
"folderPath": "Dateipfad des Arbeitsbereichsordners, der die Datei enthält (z.B. /Benutzer/Entwicklung/MeinOrdner)",
"languageSpecificEditorSettings": "Sprachspezifische Editor-Einstellungen",
"languageSpecificEditorSettingsDescription": "Editor-Einstellungen für Sprache überschreiben",
"remoteName": "z.B. SSH",
"rootName": "Name des Arbeitsbereichs (z.B. meinOrdner oder meinArbeitsberech)",
"rootPath": "Dateipfad des Arbeitsbereichs (z.B. /Benutzer/Entwicklung/meinArbeitsbereich)",

View File

@@ -8,14 +8,16 @@
],
"version": "1.0.0",
"contents": {
"dist/common/keychain": {
"keychainWriteError": "Das Schreiben von Anmeldeinformationen in den Schlüsselbund ist mit dem Fehler \"{0}\" fehlgeschlagen.",
"troubleshooting": "Leitfaden zur Fehlerbehebung"
},
"dist/githubServer": {
"signingIn": "$(mark-github) Anmeldung bei github.com...",
"status.git.signIn.name": "GitHub-Anmeldung",
"validUri": "Geben Sie einen gültigen URI von der GitHub-Anmeldeseite ein."
"code.detail": "Um die Authentifizierung abzuschließen, navigieren Sie zu GitHub, und fügen Sie den obigen Einmalcode ein.",
"code.title": "Ihr Code: {0}",
"no": "Nein",
"otherReasonMessage": "Sie haben die Autorisierung dieser Erweiterung für die Verwendung von GitHub noch nicht abgeschlossen. Möchten Sie es weiter versuchen?",
"progress": "Öffnen Sie [{0}]({0}) auf einer neuen Registerkarte, und fügen Sie Ihren einmaligen Code ein: {1}",
"signingIn": "Bei github.com anmelden...",
"signingInAnotherWay": "Bei github.com anmelden...",
"userCancelledMessage": "Haben Sie Probleme bei der Anmeldung? Möchten Sie eine andere Methode ausprobieren?",
"yes": "Ja"
},
"package": {
"description": "GitHub-Authentifizierungsanbieter",

View File

@@ -29,11 +29,14 @@
"forking_done": "Die Verzweigung \"{0}\" wurde erfolgreich in GitHub erstellt.",
"forking_pushing": "Änderungen pushen...",
"no": "Nein",
"no pr template": "Keine Vorlage",
"openingithub": "In GitHub öffnen",
"openpr": "PR öffnen"
"openpr": "PR öffnen",
"select pr template": "Pull Requestvorlage auswählen"
},
"package": {
"config.gitAuthentication": "Steuert, ob die automatische GitHub-Authentifizierung für Git-Befehle innerhalb von VS Code aktiviert werden soll.",
"config.gitProtocol": "Steuert, welches Protokoll zum Klonen eines GitHub-Repositorys verwendet wird",
"description": "GitHub-Features für VS Code",
"displayName": "GitHub",
"welcome.publishFolder": "Sie können diesen Ordner auch direkt in einem GitHub-Repository veröffentlichen. Nach der Veröffentlichung haben Sie Zugriff auf die Funktionen zur Quellcodeverwaltung von Git und GitHub.\r\n[$(github): Veröffentlichung in GitHub](command:github.publish)",

View File

@@ -11,6 +11,7 @@
"client\\dist\\node/jsonClient": {
"configureLimit": "Verwenden Sie die Einstellung \"{0}\", um das Limit zu konfigurieren.",
"goToSetting": "Einstellungen öffnen",
"json.clearCache.completed": "Der JSON-Schemacache wurde gelöscht.",
"json.resolveError": "JSON: Schemaauflösungsfehler",
"json.schemaResolutionDisabledMessage": "Das Herunterladen von Schemas ist deaktiviert. Klicken Sie, um eine Konfiguration durchzuführen.",
"json.schemaResolutionErrorMessage": "Das Schema kann nicht aufgelöst werden. Klicken Sie, um es noch mal zu versuchen.",
@@ -20,12 +21,34 @@
"untitled.schema": "\"{0}\" kann nicht geladen werden.",
"yes never again": "Nicht mehr anzeigen"
},
"client\\dist\\node/languageStatus": {
"openExtension": "Erweiterung öffnen",
"openSettings": "Einstellungen öffnen",
"pending.detail": "JSON-Informationen werden geladen.",
"schema.noSchema": "Für diese Datei ist kein Schema konfiguriert",
"schema.showdocs": "Weitere Informationen zur JSON-Schemakonfiguration...",
"schemaFromFolderSettings": "In Arbeitsbereichseinstellungen konfiguriert",
"schemaFromUserSettings": "In Benutzereinstellungen konfiguriert",
"schemaFromextension": "Konfiguriert durch Erweiterung: {0}",
"schemaPicker.title": "JSON-Schemas, die für „{0}“ verwendet werden",
"status.error": "Die verwendeten Schemata können nicht berechnet werden.",
"status.multipleSchema": "Mehrere JSON-Schemas konfiguriert.",
"status.noSchema": "Kein JSON-Schema konfiguriert.",
"status.noSchema.short": "Schemaüberprüfung",
"status.notJSON": "Kein JSON-Editor",
"status.openSchemasLink": "Schemata anzeigen",
"status.singleSchema": "Kein JSON-Schema konfiguriert.",
"status.withSchema.short": "Schema überprüft",
"status.withSchemas.short": "Schema überprüft",
"statusItem.name": "JSON-Validierungsstatus"
},
"package": {
"description": "Bietet umfangreiche Sprachunterstützung für JSON-Dateien.",
"displayName": "JSON-Sprachfeatures",
"json.clickToRetry": "Klicken Sie, um es noch mal zu versuchen.",
"json.colorDecorators.enable.deprecationMessage": "Die Einstellung \"json.colorDecorators.enable\" ist veraltet und wurde durch \"editor.colorDecorators\" ersetzt.",
"json.colorDecorators.enable.desc": "Aktiviert oder deaktiviert Farb-Decorators",
"json.command.clearCache": "Löschen des Schemacaches",
"json.enableSchemaDownload.desc": "Sofern aktiviert, können JSON-Schemas aus HTTP- und HTTPS-Speicherorten abgerufen werden.",
"json.format.enable.desc": "JSON-Standardformatierer aktivieren/deaktivieren",
"json.maxItemsComputed.desc": "Die maximale Anzahl der berechneten Umrisssymbole und Faltbereiche (aus Leistungsgründen begrenzt).",
@@ -36,7 +59,8 @@
"json.schemas.fileMatch.item.desc": "Ein Dateimuster, das \"*\" enthalten kann, zum Abgleich beim Auflösen von JSON-Dateien in Schemas",
"json.schemas.schema.desc": "Die Schemadefinition für die angegebene URL. Das Schema muss nur angegeben werden, um Zugriffe auf die Schema-URL zu vermeiden.",
"json.schemas.url.desc": "Eine URL zu einem Schema oder ein relativer Pfad zu einem Schema im aktuellen Verzeichnis",
"json.tracing.desc": "Verfolgt die Kommunikation zwischen VS Code und JSON-Sprachserver nach."
"json.tracing.desc": "Verfolgt die Kommunikation zwischen VS Code und JSON-Sprachserver nach.",
"json.validate.enable.desc": "Aktiviert/deaktiviert die JSON-Überprüfung."
}
}
}

View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"contents": {
"package": {
"description": "Bietet Ausschnitte und Syntaxhervorhebung für Markdown.",
"description": "Bietet Schnipsel und Syntaxhervorhebung für Markdown.",
"displayName": "Markdown-Sprachgrundlagen"
}
}

View File

@@ -8,22 +8,29 @@
],
"version": "1.0.0",
"contents": {
"dist/features/documentLinkProvider": {
"dist/languageFeatures/documentLinkProvider": {
"documentLink.tooltip": "Link folgen"
},
"dist/features/preview": {
"dist/languageFeatures/fileReferences": {
"error.noResource": "Fehler beim Suchen nach Dateiverweisen. Es wurde keine Ressource angegeben.",
"progress.title": "Dateiverweise werden gesucht"
},
"dist/languageFeatures/rename": {
"invalidRenameLocation": "Umbenennen am Standort nicht unterstützt"
},
"dist/preview/preview": {
"lockedPreviewTitle": "[Vorschau] {0}",
"onPreviewStyleLoadError": "'markdown.styles' konnte nicht geladen werden: {0}",
"preview.clickOpenFailed": "{0} konnte nicht geöffnet werden.",
"previewTitle": "Vorschau von {0}"
},
"dist/features/previewContentProvider": {
"dist/preview/previewContentProvider": {
"preview.notFound": "{0} kann nicht gefunden werden.",
"preview.securityMessage.label": "Sicherheitswarnung Inhalt deaktiviert",
"preview.securityMessage.text": "In diesem Dokument wurden einige Inhalte deaktiviert.",
"preview.securityMessage.title": "Potenziell unsichere Inhalte wurden in der Markdown-Vorschau deaktiviert. Ändern Sie die Sicherheitseinstellung der Markdown-Vorschau, um unsichere Inhalte zuzulassen oder Skripts zu aktivieren."
},
"dist/security": {
"dist/preview/security": {
"disable.description": "Alle Inhalte und Skriptausführung zulassen. Nicht empfohlen.",
"disable.title": "Deaktivieren",
"disableSecurityWarning.title": "Vorschau von Sicherheitswarnungen in diesem Arbeitsbereich deaktivieren",
@@ -39,14 +46,17 @@
"toggleSecurityWarning.description": "Hat keinen Einfluss auf die Inhaltssicherheitsebene"
},
"package": {
"configuration.markdown.editor.drop.enabled": "Aktivieren/deaktivieren Sie das Ablegen in den Markdown-Editor, um eine Verschiebung einzufügen. Erfordert die Aktivierung von „#workbenck.experimental.editor.dropIntoEditor.enabled#“.",
"configuration.markdown.links.openLocation.beside": "Öffnen Sie die Links neben dem aktiven Editor.",
"configuration.markdown.links.openLocation.currentGroup": "Öffnen Sie Links in der aktiven Editor-Gruppe.",
"configuration.markdown.links.openLocation.description": "Steuert, wo Links in Markdowndateien geöffnet werden sollen.",
"configuration.markdown.preview.openMarkdownLinks.description": "Steuert, wie Links zu anderen Markdowndateien in der Markdown-Vorschau geöffnet werden sollen.",
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Links im Editor öffnen",
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Links in der Markdown-Vorschau öffnen",
"configuration.markdown.suggest.paths.enabled.description": "Aktivieren/Deaktivieren von Pfadvorschlägen für Markdownlinks",
"description": "Bietet umfangreiche Sprachunterstützung für Markdown.",
"displayName": "Markdown-Sprachfeatures",
"markdown.findAllFileReferences": "Dateiverweise suchen",
"markdown.preview.breaks.desc": "Legt fest, wie Zeilenumbrüche in der Markdown-Vorschau gerendert werden. Durch eine Festlegung auf TRUE wird \"<br>\" für Zeilenumbrüche innerhalb von Absätzen erstellt.",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Doppelklicken Sie in die Markdown-Vorschau, um zum Editor zu wechseln.",
"markdown.preview.fontFamily.desc": "Steuert die Schriftfamilie, die in der Markdown-Vorschau verwendet wird.",

View File

@@ -11,10 +11,6 @@
"dist/AADHelper": {
"signOut": "Sie wurden abgemeldet, weil beim Lesen der gespeicherten Authentifizierungsinformationen ein Fehler aufgetreten ist."
},
"dist/keychain": {
"keychainWriteError": "Fehler beim Schreiben von Anmeldeinformationen in Keychain: \"{0}\".",
"troubleshooting": "Leitfaden zur Problembehandlung"
},
"package": {
"description": "Microsoft-Authentifizierungsanbieter",
"displayName": "Microsoft-Konto",

View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"contents": {
"package": {
"description": "Bietet Ausschnitte, Syntaxhervorhebung, Klammernabgleich und Falten in Powershell-Dateien.",
"description": "Bietet Schnipsel, Syntaxhervorhebung, Klammernabgleich und Falten in Powershell-Dateien.",
"displayName": "Powershell-Sprachgrundlagen"
}
}

View File

@@ -13,8 +13,9 @@
"darkPlusColorThemeLabel": "Dunkel+ (dunkles Standarddesign)",
"description": "Die hellen und dunklen Visual Studio-Standarddesigns",
"displayName": "Standarddesigns",
"hcColorThemeLabel": "Hoher Kontrast",
"hcColorThemeLabel": "Dunkle hoher Kontrast",
"lightColorThemeLabel": "Hell (Visual Studio)",
"lightHcColorThemeLabel": "Hell hoher Kontrast",
"lightPlusColorThemeLabel": "Hell+ (helles Standarddesign)",
"minimalIconThemeLabel": "Minimal (Visual Studio Code)"
}

View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"contents": {
"package": {
"description": "Bietet Ausschnitte, Syntaxhervorhebung, Klammernpaare und Falten in TypeScript-Dateien.",
"description": "Bietet Schnipsel, Syntaxhervorhebung, Klammernpaare und Falten in TypeScript-Dateien.",
"displayName": "TypeScript-Sprachgrundlagen"
}
}

File diff suppressed because it is too large Load Diff

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.40.0",
"version": "1.40.1",
"publisher": "Microsoft",
"repository": {
"type": "git",

View File

@@ -11,6 +11,7 @@
"dist/configurationEditingMain": {
"cwd": "El directorio de trabajo del ejecutor de tarea en el arranque",
"defaultBuildTask": "El nombre de la tarea de compilación predeterminada. Si no hay una única tarea de compilación predeterminada se muestra una selección rápida para elegir la tarea de compilación.",
"extensionInstallFolder": "Ruta de acceso en que se instala una extensión.",
"file": "El archivo abierto actualmente",
"fileBasename": "Nombre base del archivo abierto actual ",
"fileBasenameNoExtension": "Nombre base del archivo abierto actual sin extensión de archivo ",
@@ -52,8 +53,6 @@
"folderLabel": "Carpeta por nombre (cualquier ubicación)",
"folderName": "nombre de la carpeta del área de trabajo en la que el archivo está contenido (p. ej. myFolder)",
"folderPath": "ruta de acceso de archivo de la carpeta del área de trabajo en la que el archivo está contenido (p. ej. /Users/Development/myFolder)",
"languageSpecificEditorSettings": "Configuración del editor específica del lenguaje",
"languageSpecificEditorSettingsDescription": "Reemplazar configuración del editor para lenguaje",
"remoteName": "por ejemplo, SSH",
"rootName": "nombre del área de trabajo (p. ej. myFolder o myWorkspace)",
"rootPath": "ruta del archivo del área de trabajo (p. ej. /Users/Development/myWorkspace)",

View File

@@ -8,14 +8,16 @@
],
"version": "1.0.0",
"contents": {
"dist/common/keychain": {
"keychainWriteError": "Error al escribir la información de inicio de sesión en la cadena de claves: \"{0}\".",
"troubleshooting": "Guía para la solución de problemas"
},
"dist/githubServer": {
"signingIn": "$(mark-github) Iniciando sesión en github.com...",
"status.git.signIn.name": "Inicio de sesión en GitHub",
"validUri": "Escriba un URI válido de la página de inicio de sesión de GitHub."
"code.detail": "Para finalizar la autenticación, vaya a GitHub y pegue el código de un solo uso anterior.",
"code.title": "Su código: {0}",
"no": "No",
"otherReasonMessage": "Aún no ha terminado de autorizar esta extensión para usar GitHub. ¿Desea seguir intentándolo?",
"progress": "Abra [{0}]({0}) en una pestaña nueva y pegue el código de un solo uso: {1}",
"signingIn": "Iniciando sesión en github.com...",
"signingInAnotherWay": "Iniciando sesión en github.com...",
"userCancelledMessage": "¿Tiene problemas para iniciar sesión? ¿Desea probar de otra forma?",
"yes": "Sí"
},
"package": {
"description": "Proveedor de autenticación de GitHub",

View File

@@ -29,11 +29,14 @@
"forking_done": "La bifurcación \"{0}\" se creó correctamente en GitHub.",
"forking_pushing": "Insertando cambios...",
"no": "No",
"no pr template": "Ninguna plantilla",
"openingithub": "Abrir en GitHub",
"openpr": "Abrir PR"
"openpr": "Abrir PR",
"select pr template": "Seleccionar la plantilla de solicitud de incorporación de cambios"
},
"package": {
"config.gitAuthentication": "Controla si se debe habilitar la autenticación automática de GitHub para los comandos GIT dentro de VS Code.",
"config.gitProtocol": "Controla qué protocolo se usa para clonar un repositorio de GitHub",
"description": "Características de GitHub para VS Code",
"displayName": "GitHub",
"welcome.publishFolder": "También puede publicar directamente esta carpeta en un repositorio de GitHub. Una vez publicada, tendrá acceso a las características de control de código fuente con tecnología de git y GitHub.\r\n[$(github) Publicar en GitHub](command:github.publish)",

View File

@@ -11,6 +11,7 @@
"client\\dist\\node/jsonClient": {
"configureLimit": "Use el valor \"{0}\" para configurar el límite.",
"goToSetting": "Abrir configuración",
"json.clearCache.completed": "Borrada la caché de esquema JSON.",
"json.resolveError": "JSON: Error de resolución de esquemas",
"json.schemaResolutionDisabledMessage": "La descarga de esquemas está deshabilitada. Haga clic para configurar.",
"json.schemaResolutionErrorMessage": "No se puede resolver el esquema. Haga clic para volver a intentarlo.",
@@ -20,12 +21,34 @@
"untitled.schema": "No se puede cargar {0}",
"yes never again": "No volver a mostrar"
},
"client\\dist\\node/languageStatus": {
"openExtension": "Abrir la extensión",
"openSettings": "Abrir configuración",
"pending.detail": "Cargando información JSON",
"schema.noSchema": "No hay ningún esquema configurado para este archivo",
"schema.showdocs": "Más información sobre la configuración del esquema JSON...",
"schemaFromFolderSettings": "Configurado en la configuración del área de trabajo",
"schemaFromUserSettings": "Configurado en la configuración de usuario",
"schemaFromextension": "Configurado por extensión: {0}",
"schemaPicker.title": "Esquemas JSON usados para {0}",
"status.error": "No se pueden calcular los esquemas usados",
"status.multipleSchema": "Se configuraron varios esquemas JSON.",
"status.noSchema": "No hay ningún esquema JSON configurado.",
"status.noSchema.short": "Sin validación de esquema",
"status.notJSON": "No es un editor JSON",
"status.openSchemasLink": "Mostrar esquemas",
"status.singleSchema": "Esquema JSON configurado.",
"status.withSchema.short": "Esquema validado",
"status.withSchemas.short": "Esquema validado",
"statusItem.name": "Estado de validación JSON"
},
"package": {
"description": "Proporciona un potente soporte de lenguaje para archivos JSON.",
"displayName": "Características del lenguaje JSON",
"json.clickToRetry": "Haga clic para volver a intentarlo.",
"json.colorDecorators.enable.deprecationMessage": "El valor \"json.colorDecorators.enable\" está en desuso en favor de \"editor.colorDecorators\".",
"json.colorDecorators.enable.desc": "Habilita o deshabilita decoradores de color",
"json.command.clearCache": "Borrar caché de esquema",
"json.enableSchemaDownload.desc": "Cuando está habilitado, los esquemas JSON se pueden capturar desde ubicaciones http y https.",
"json.format.enable.desc": "Habilitar o deshabilitar el formateador JSON predeterminado",
"json.maxItemsComputed.desc": "El número máximo de símbolos del esquema y regiones de plegado calculados (limitado por motivos de rendimiento).",
@@ -36,7 +59,8 @@
"json.schemas.fileMatch.item.desc": "Un patrón de archivo que puede contener \"*\" con el cual coincidir cuando los archivos JSON se resuelvan en esquemas.",
"json.schemas.schema.desc": "La definición de esquema de la dirección URL determinada. Solo se necesita proporcionar el esquema para evitar los accesos a la dirección URL del esquema.",
"json.schemas.url.desc": "Una dirección URL a un esquema o una ruta de acceso relativa a un esquema en el directorio actual",
"json.tracing.desc": "Realiza el seguimiento de la comunicación entre VS Code y el servidor de lenguaje JSON."
"json.tracing.desc": "Realiza el seguimiento de la comunicación entre VS Code y el servidor de lenguaje JSON.",
"json.validate.enable.desc": "Habilita o deshabilita la validación json."
}
}
}

View File

@@ -8,22 +8,29 @@
],
"version": "1.0.0",
"contents": {
"dist/features/documentLinkProvider": {
"dist/languageFeatures/documentLinkProvider": {
"documentLink.tooltip": "Seguir vínculo"
},
"dist/features/preview": {
"dist/languageFeatures/fileReferences": {
"error.noResource": "Error al buscar referencias de archivo. No se ha proporcionado ningún recurso.",
"progress.title": "Buscando referencias de archivo"
},
"dist/languageFeatures/rename": {
"invalidRenameLocation": "No se admite el cambio de nombre en la ubicación"
},
"dist/preview/preview": {
"lockedPreviewTitle": "[Vista previa] {0}",
"onPreviewStyleLoadError": "No se pudo cargar 'markdown.styles': {0}",
"preview.clickOpenFailed": "No se pudo abrir {0}",
"previewTitle": "Vista Previa {0}"
},
"dist/features/previewContentProvider": {
"dist/preview/previewContentProvider": {
"preview.notFound": "{0} no se puede encontrar",
"preview.securityMessage.label": "Alerta de seguridad de contenido deshabilitado",
"preview.securityMessage.text": "Se ha deshabilitado parte del contenido de este documento",
"preview.securityMessage.title": "Se ha deshabilitado el contenido potencialmente inseguro en la vista previa de Markdown. Para permitir el contenido inseguro o habilitar scripts, cambie la configuración de la vista previa de Markdown"
},
"dist/security": {
"dist/preview/security": {
"disable.description": "Permitir todo el contenido y la ejecución de scripts. No se recomienda.",
"disable.title": "Deshabilitar",
"disableSecurityWarning.title": "Deshabilitar advertencias de seguridad de vista previa en esta área de trabajo",
@@ -39,14 +46,17 @@
"toggleSecurityWarning.description": "No afecta al nivel de seguridad de contenido"
},
"package": {
"configuration.markdown.editor.drop.enabled": "Habilite o deshabilite la colocación en el editor de Markdown para insertar el turno. Requiere habilitar “#workbenck.experimental.editor.dropIntoEditor.enabled#”.",
"configuration.markdown.links.openLocation.beside": "Abrir enlaces junto al editor activo.",
"configuration.markdown.links.openLocation.currentGroup": "Abra vínculos en el grupo de editor activo.",
"configuration.markdown.links.openLocation.description": "Controla dónde se deben abrir los vínculos de los archivos Markdown.",
"configuration.markdown.preview.openMarkdownLinks.description": "Controla cómo deben abrirse los vínculos hacia otros archivos Markdown en la vista previa de Markdown.",
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Intenta abrir los vínculos en el editor.",
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Intenta abrir los vínculos en la vista previa de Markdown.",
"configuration.markdown.suggest.paths.enabled.description": "Habilitar o deshabilitar sugerencias de ruta de acceso para vínculos de marcado",
"description": "Proporciona un potente soporte de lenguaje para archivos Markdown.",
"displayName": "Características del lenguaje Markdown",
"markdown.findAllFileReferences": "Buscar referencias de archivo",
"markdown.preview.breaks.desc": "Establece cómo se representan los saltos de línea en la vista previa de Markdown. Si se establece en \"true\", se crea <br> para las líneas nuevas dentro de los párrafos.",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Haga doble clic en la vista previa de Markdown para cambiar al editor.",
"markdown.preview.fontFamily.desc": "Controla la familia de fuentes que se usa en la vista previa de Markdown.",

View File

@@ -11,10 +11,6 @@
"dist/AADHelper": {
"signOut": "Se ha cerrado la sesión porque se ha producido un error al leer la información de autenticación almacenada."
},
"dist/keychain": {
"keychainWriteError": "Error al escribir la información de inicio de sesión en la cadena de claves: \"{0}\".",
"troubleshooting": "Guía de solución de problemas"
},
"package": {
"description": "Proveedor de autenticación de Microsoft",
"displayName": "Cuenta Microsoft",

View File

@@ -13,8 +13,9 @@
"darkPlusColorThemeLabel": "Oscuro+ (oscuro predeterminado)",
"description": "Temas claro y oscuro predeterminados de Visual Studio",
"displayName": "Temas por defecto",
"hcColorThemeLabel": "Contraste alto",
"hcColorThemeLabel": "Contraste alto oscuro",
"lightColorThemeLabel": "Claro (Visual Studio)",
"lightHcColorThemeLabel": "Contraste alto claro",
"lightPlusColorThemeLabel": "Claro+ (claro predeterminado)",
"minimalIconThemeLabel": "Mínimo (Visual Studio Code)"
}

File diff suppressed because it is too large Load Diff

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.40.0",
"version": "1.40.1",
"publisher": "Microsoft",
"repository": {
"type": "git",

View File

@@ -11,6 +11,7 @@
"dist/configurationEditingMain": {
"cwd": "Répertoire de travail actif de l'exécuteur de tâches au démarrage",
"defaultBuildTask": "Nom de la tâche de build par défaut. S'il y en a plusieurs, une recherche rapide s'affiche pour choisir la tâche de build.",
"extensionInstallFolder": "Chemin daccès où une extension est installée.",
"file": "Fichier ouvert actif",
"fileBasename": "Nom de base du fichier ouvert actif",
"fileBasenameNoExtension": "Nom de base du fichier ouvert actif, sans extension de fichier",
@@ -52,8 +53,6 @@
"folderLabel": "Dossier par nom (tous les emplacements)",
"folderName": "nom du dossier de l'espace de travail auquel le fichier appartient (ex: monDossier)",
"folderPath": "chemin daccès du dossier de l'espace de travail auquel le fichier appartient (ex: /Users/Development/myFolder)",
"languageSpecificEditorSettings": "Paramètres d'éditeur spécifiques au langage",
"languageSpecificEditorSettingsDescription": "Remplacer les paramètres de l'éditeur pour le langage",
"remoteName": "par ex., SSH",
"rootName": "nom de lespace de travail (ex: monDossier ou monEspaceDeTravail)",
"rootPath": "chemin daccès de lespace de travail (ex: /Users/Development/myWorkspace)",

View File

@@ -8,14 +8,16 @@
],
"version": "1.0.0",
"contents": {
"dist/common/keychain": {
"keychainWriteError": "L'écriture des informations de connexion dans le fichier keychain a échoué avec l'erreur '{0}'.",
"troubleshooting": "Guide de résolution des problèmes"
},
"dist/githubServer": {
"signingIn": "$(mark-github) Connexion à github.com...",
"status.git.signIn.name": "Connexion à GitHub",
"validUri": "Entrez un URI valide à partir de la page Web de connexion GitHub."
"code.detail": "Pour terminer lauthentification, accédez à GitHub et collez le code unique ci-dessus.",
"code.title": "Votre code : {0}",
"no": "Non",
"otherReasonMessage": "Vous navez pas encore terminé dautoriser cette extension à utiliser GitHub. Voulez-vous continuer à essayer ?",
"progress": "Ouvrez [{0}]({0}) dans un nouvel onglet et collez votre code à usage unique : {1}",
"signingIn": "Connexion à github.com...",
"signingInAnotherWay": "Connexion à github.com...",
"userCancelledMessage": "Vous ne parvenez pas à vous connecter ? Voulez-vous essayer une autre méthode ?",
"yes": "Oui"
},
"package": {
"description": "Fournisseur d'authentification GitHub",

View File

@@ -29,11 +29,14 @@
"forking_done": "La duplication (fork) '{0}' a été correctement créée sur GitHub.",
"forking_pushing": "Envoi (push) des changements...",
"no": "Non",
"no pr template": "Aucun modèle",
"openingithub": "Ouvrir dans GitHub",
"openpr": "Ouvrir la demande de tirage (PR)"
"openpr": "Ouvrir la demande de tirage (PR)",
"select pr template": "Sélectionner le modèle de demande de tirage (pull request)"
},
"package": {
"config.gitAuthentication": "Détermine si l'authentification GitHub automatique doit être activée pour les commandes Git dans VS Code.",
"config.gitProtocol": "Contrôle le protocole utilisé pour cloner un référentiel GitHub",
"description": "Fonctionnalités GitHub pour VS Code",
"displayName": "GitHub",
"welcome.publishFolder": "Vous pouvez également publier directement ce dossier sur un dépôt GitHub. Une fois la publication effectuée, vous avez accès aux fonctionnalités de contrôle de code source gérées par git et GitHub.\r\n[$(github) Publier sur GitHub](command:github.publish)",

View File

@@ -11,6 +11,7 @@
"client\\dist\\node/jsonClient": {
"configureLimit": "Utilisez le paramètre '{0}' pour configurer la limite.",
"goToSetting": "Ouvrir les paramètres",
"json.clearCache.completed": "Cache de schéma JSON effacé.",
"json.resolveError": "JSON : erreur de résolution de schéma",
"json.schemaResolutionDisabledMessage": "Le téléchargement des schémas est désactivé. Cliquez pour configurer.",
"json.schemaResolutionErrorMessage": "Impossible de résoudre le schéma. Cliquez pour réessayer.",
@@ -20,12 +21,34 @@
"untitled.schema": "Impossible de charger {0}",
"yes never again": "Ne plus afficher"
},
"client\\dist\\node/languageStatus": {
"openExtension": "Ouvrir l'extension",
"openSettings": "Ouvrir les paramètres",
"pending.detail": "Chargement des informations JSON",
"schema.noSchema": "Aucun schéma configuré pour ce fichier",
"schema.showdocs": "En savoir plus sur la configuration du schéma JSON...",
"schemaFromFolderSettings": "Configuré dans les paramètres de lespace de travail",
"schemaFromUserSettings": "Configuré dans les paramètres utilisateur",
"schemaFromextension": "Configuré par lextension : {0}",
"schemaPicker.title": "Schémas JSON utilisés pour {0}",
"status.error": "Impossible de calculer les schémas utilisés",
"status.multipleSchema": "Plusieurs schémas JSON configurés.",
"status.noSchema": "Aucun schéma JSON configuré.",
"status.noSchema.short": "Aucune validation de schéma",
"status.notJSON": "Nest pas un éditeur JSON.",
"status.openSchemasLink": "Afficher les schémas",
"status.singleSchema": "Schéma JSON configuré.",
"status.withSchema.short": "Schéma validé",
"status.withSchemas.short": "Schéma validé",
"statusItem.name": "Statut de validation JSON"
},
"package": {
"description": "Fournit une prise en charge de langage pour les fichiers JSON",
"displayName": "Fonctionnalités de langage JSON",
"json.clickToRetry": "Cliquez pour réessayer.",
"json.colorDecorators.enable.deprecationMessage": "Le paramètre 'json.colorDecorators.enable' a été déprécié en faveur de 'editor.colorDecorators'.",
"json.colorDecorators.enable.desc": "Active ou désactive les éléments décoratifs de couleurs",
"json.command.clearCache": "Effacer le cache de schéma",
"json.enableSchemaDownload.desc": "Quand ils sont activés, les schémas JSON peuvent être récupérés (fetch) à partir des emplacements http et https.",
"json.format.enable.desc": "Activer/désactiver le formateur JSON par défaut",
"json.maxItemsComputed.desc": "Nombre maximal de symboles de plan et de régions de pliage calculé (limité pour des raisons de performances).",
@@ -36,7 +59,8 @@
"json.schemas.fileMatch.item.desc": "Modèle de fichier pouvant contenir '*' à mapper durant la résolution de fichiers JSON en schémas.",
"json.schemas.schema.desc": "Définition de schéma pour l'URL indiquée. Le schéma doit être fourni uniquement pour éviter les accès à l'URL du schéma.",
"json.schemas.url.desc": "URL de schéma ou chemin relatif d'un schéma dans le répertoire actuel",
"json.tracing.desc": "Trace la communication entre VS Code et le serveur de langage JSON."
"json.tracing.desc": "Trace la communication entre VS Code et le serveur de langage JSON.",
"json.validate.enable.desc": "Activez/désactivez la validation JSON."
}
}
}

View File

@@ -8,22 +8,29 @@
],
"version": "1.0.0",
"contents": {
"dist/features/documentLinkProvider": {
"dist/languageFeatures/documentLinkProvider": {
"documentLink.tooltip": "suivre le lien"
},
"dist/features/preview": {
"dist/languageFeatures/fileReferences": {
"error.noResource": "Échec de la recherche des références de fichiers. Aucune ressource fournie.",
"progress.title": "Recherche des références de fichiers"
},
"dist/languageFeatures/rename": {
"invalidRenameLocation": "Renommage non pris en charge à lemplacement"
},
"dist/preview/preview": {
"lockedPreviewTitle": "[Aperçu] {0}",
"onPreviewStyleLoadError": "Impossible de charger 'markdown.styles' : {0}",
"preview.clickOpenFailed": "Impossible d'ouvrir {0}",
"previewTitle": "Prévisualiser {0}"
},
"dist/features/previewContentProvider": {
"dist/preview/previewContentProvider": {
"preview.notFound": "{0} est introuvable",
"preview.securityMessage.label": "Avertissement de sécurité de contenu désactivé",
"preview.securityMessage.text": "Du contenu a été désactivé dans ce document",
"preview.securityMessage.title": "Le contenu potentiellement dangereux ou non sécurisé a été désactivé dans l'aperçu Markdown. Changez les paramètres de sécurité de l'aperçu Markdown pour autoriser le contenu non sécurisé ou activer les scripts"
},
"dist/security": {
"dist/preview/security": {
"disable.description": "Autorisez tout le contenu et lexécution des scripts. Non recommandé",
"disable.title": "Désactiver",
"disableSecurityWarning.title": "Désactiver l'aperçu d'avertissements de sécurité pour cet espace de travail",
@@ -39,14 +46,17 @@
"toggleSecurityWarning.description": "N'affecte pas le niveau de sécurité de contenu"
},
"package": {
"configuration.markdown.editor.drop.enabled": "Activez/désactivez la suppression dans léditeur Markdown pour insérer un shift. Nécessite lactivation de « #workbench.experimental.editor.dropIntoEditor.enabled# ».",
"configuration.markdown.links.openLocation.beside": "Ouvrez les liens à côté de l'éditeur actif.",
"configuration.markdown.links.openLocation.currentGroup": "Ouvrez les liens dans le groupe d'éditeurs actif.",
"configuration.markdown.links.openLocation.description": "Contrôle l'emplacement où doivent s'ouvrir les liens dans les fichiers Markdown.",
"configuration.markdown.preview.openMarkdownLinks.description": "Contrôle la façon dont les liens vers d'autres fichiers Markdown doivent s'ouvrir dans l'aperçu Markdown.",
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Tente d'ouvrir les liens dans l'éditeur.",
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Tente d'ouvrir les liens dans l'aperçu Markdown.",
"configuration.markdown.suggest.paths.enabled.description": "Activer/désactiver les suggestions de chemin daccès pour les liens Markdown",
"description": "Fournit une prise en charge riche de langage pour Markdown",
"displayName": "Fonctionnalités de langage Markdown",
"markdown.findAllFileReferences": "Rechercher les références de fichiers",
"markdown.preview.breaks.desc": "Définit la façon dont les sauts de ligne sont affichés dans l'aperçu Markdown. Si vous affectez la valeur 'true', un <br> est créé pour les nouvelles lignes à l'intérieur des paragraphes.",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Double-cliquez dans l'aperçu Markdown pour passer à l'éditeur.",
"markdown.preview.fontFamily.desc": "Contrôle la famille de polices utilisée dans l'aperçu Markdown.",

View File

@@ -11,10 +11,6 @@
"dist/AADHelper": {
"signOut": "Vous avez été déconnecté en raison de l'échec de la lecture des informations d'authentification stockées."
},
"dist/keychain": {
"keychainWriteError": "Échec de l'écriture des informations de connexion dans le trousseau. Erreur '{0}'.",
"troubleshooting": "Guide de résolution des problèmes"
},
"package": {
"description": "Fournisseur d'authentification Microsoft",
"displayName": "Compte Microsoft",

View File

@@ -13,8 +13,9 @@
"darkPlusColorThemeLabel": "Sombre+ (sombre par défaut)",
"description": "Thèmes clair et sombre par défaut de Visual Studio",
"displayName": "Thèmes par défaut",
"hcColorThemeLabel": "Contraste élevé",
"hcColorThemeLabel": "Contraste élevé sombre",
"lightColorThemeLabel": "Clair (Visual Studio)",
"lightHcColorThemeLabel": "Contraste élevé clair",
"lightPlusColorThemeLabel": "Clair+ (clair par défaut)",
"minimalIconThemeLabel": "Minimal (Visual Studio Code)"
}

File diff suppressed because it is too large Load Diff

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.40.0",
"version": "1.40.1",
"publisher": "Microsoft",
"repository": {
"type": "git",

View File

@@ -11,6 +11,7 @@
"dist/configurationEditingMain": {
"cwd": "Directory di lavoro corrente dello strumento di esecuzione attività all'avvio",
"defaultBuildTask": "Nome dell'attività di compilazione predefinita. Se non è presente un'unica attività di compilazione predefinita, viene mostrata una selezione rapida per consentire la selezione dell'attività di compilazione.",
"extensionInstallFolder": "Percorso in cui è installata un'estensione.",
"file": "File attualmente aperto",
"fileBasename": "Nome di base del file attualmente aperto",
"fileBasenameNoExtension": "Nome di base del file attualmente aperto senza estensione",
@@ -52,8 +53,6 @@
"folderLabel": "Cartella in base al nome (qualsiasi percorso)",
"folderName": "nome della cartella dell'area di lavoro in cui è contenuto il file (ad es. myFolder)",
"folderPath": "percorso della cartella dell'area di lavoro in cui è contenuto il file (ad es. /Users/Development/myFolder)",
"languageSpecificEditorSettings": "Impostazioni dell'editor specifiche del linguaggio",
"languageSpecificEditorSettingsDescription": "Esegue l'override delle impostazioni dell'editor per il linguaggio",
"remoteName": "ad esempio SSH",
"rootName": "nome dell'Area di lavoro (ad es. myFolder o myWorkspace)",
"rootPath": "percorso dell'Area di lavoro (ad es. /Users/Development/myWorkspace)",

View File

@@ -8,14 +8,16 @@
],
"version": "1.0.0",
"contents": {
"dist/common/keychain": {
"keychainWriteError": "La scrittura delle informazioni di accesso al keychain non è riuscita. Errore: '{0}'.",
"troubleshooting": "Guida alla risoluzione dei problemi"
},
"dist/githubServer": {
"signingIn": "$(mark-github) Accesso a github.com...",
"status.git.signIn.name": "Accesso a GitHub",
"validUri": "Immettere un URI valido dalla pagina di accesso di GitHub."
"code.detail": "Per completare l'autenticazione, passare a GitHub e incollare il time code precedente.",
"code.title": "Codice: {0}",
"no": "No",
"otherReasonMessage": "L'autorizzazione di questa estensione per l'uso di GitHub non è stata ancora completata. Continuare a provare?",
"progress": "Aprire [{0}]({0}) in una nuova scheda e incollare il time code: {1}",
"signingIn": "Accesso a github.com in corso...",
"signingInAnotherWay": "Accesso a github.com in corso...",
"userCancelledMessage": "Si sono verificati problemi durante l'accesso? Vuoi provare in un modo diverso?",
"yes": "Sì"
},
"package": {
"description": "Provider di autenticazione GitHub",

View File

@@ -29,11 +29,14 @@
"forking_done": "Il fork '{0}' è stato creato in GitHub.",
"forking_pushing": "Push delle modifiche...",
"no": "No",
"no pr template": "Nessun modello",
"openingithub": "Apri in GitHub",
"openpr": "Apri richiesta pull"
"openpr": "Apri richiesta pull",
"select pr template": "Selezionare il modello di richiesta pull"
},
"package": {
"config.gitAuthentication": "Controlla se abilitare l'autenticazione GitHub automatica per i comandi GIT all'interno di VS Code.",
"config.gitProtocol": "Controlla il protocollo usato per clonare un repository GitHub",
"description": "Funzionalità di GitHub per VS Code",
"displayName": "GitHub",
"welcome.publishFolder": "È anche possibile pubblicare direttamente questa cartella in un repository GitHub. Dopo la pubblicazione sarà possibile accedere alle funzionalità di controllo del codice sorgente basate su GIT e GitHub.\r\n[$(github) Pubblica in GitHub](command:github.publish)",

View File

@@ -11,6 +11,7 @@
"client\\dist\\node/jsonClient": {
"configureLimit": "Usare l'impostazione '{0}' per configurare il limite.",
"goToSetting": "Apri impostazioni",
"json.clearCache.completed": "Cache dello schema JSON cancellata.",
"json.resolveError": "JSON: Errore di risoluzione dello schema",
"json.schemaResolutionDisabledMessage": "Il download degli schemi è disabilitato. Fare clic per configurare.",
"json.schemaResolutionErrorMessage": "Non è possibile risolvere lo schema. Fare clic per riprovare.",
@@ -20,12 +21,34 @@
"untitled.schema": "Impossibile caricare {0}",
"yes never again": "Non visualizzare più questo messaggio"
},
"client\\dist\\node/languageStatus": {
"openExtension": "Apri estensione",
"openSettings": "Apri impostazioni",
"pending.detail": "Caricamento delle informazioni JSON",
"schema.noSchema": "Nessuno schema configurato per questo file",
"schema.showdocs": "Altre informazioni sulla configurazione dello schema JSON...",
"schemaFromFolderSettings": "Configurato nelle impostazioni dell'area di lavoro",
"schemaFromUserSettings": "Configurato nelle impostazioni utente",
"schemaFromextension": "Configurato dall'estensione: {0}",
"schemaPicker.title": "Schemi JSON usati per {0}",
"status.error": "Non è possibile calcolare gli schemi usati",
"status.multipleSchema": "Sono stati configurati più schemi JSON.",
"status.noSchema": "Nessuno schema JSON configurato.",
"status.noSchema.short": "Nessuna convalida dello schema",
"status.notJSON": "Non è un editor JSON",
"status.openSchemasLink": "Mostrare schema",
"status.singleSchema": "Schema JSON configurato.",
"status.withSchema.short": "Schema convalidato",
"status.withSchemas.short": "Schema convalidato",
"statusItem.name": "Stato di convalida JSON"
},
"package": {
"description": "Fornisce supporto avanzato del linguaggio per i file JSON.",
"displayName": "Funzionalità del linguaggio JSON",
"json.clickToRetry": "Fare clic per riprovare.",
"json.colorDecorators.enable.deprecationMessage": "L'impostazione `json.colorDecorators.enable` è stata deprecata e sostituita da `editor.colorDecorators`.",
"json.colorDecorators.enable.desc": "Abilita o disabilita gli elementi Decorator di tipo colore",
"json.command.clearCache": "Cancella cache dello schema",
"json.enableSchemaDownload.desc": "Se è abilitata, è possibile recuperare gli schemi JSON da posizioni HTTP e HTTPS.",
"json.format.enable.desc": "Abilita/Disabilita il formattatore JSON predefinito",
"json.maxItemsComputed.desc": "Numero massimo di simboli di struttura e aree di riduzione calcolati (limitato per motivi di prestazioni).",
@@ -36,7 +59,8 @@
"json.schemas.fileMatch.item.desc": "Criteri dei file che possono contenere '*' da usare per la ricerca durante la risoluzione di file JSON in schemi.",
"json.schemas.schema.desc": "Definizione dello schema per l'URL specificato. È necessario specificare lo schema per evitare accessi all'URL dello schema.",
"json.schemas.url.desc": "URL di uno schema o percorso relativo di uno schema nella directory corrente",
"json.tracing.desc": "Traccia le comunicazioni tra Visual Studio Code e il server di linguaggio JSON."
"json.tracing.desc": "Traccia le comunicazioni tra Visual Studio Code e il server di linguaggio JSON.",
"json.validate.enable.desc": "Abilita/disabilita la convalida JSON."
}
}
}

View File

@@ -8,22 +8,29 @@
],
"version": "1.0.0",
"contents": {
"dist/features/documentLinkProvider": {
"dist/languageFeatures/documentLinkProvider": {
"documentLink.tooltip": "Visita il collegamento"
},
"dist/features/preview": {
"dist/languageFeatures/fileReferences": {
"error.noResource": "La ricerca dei riferimenti a file non è riuscita. Non è stata specificata alcuna risorsa.",
"progress.title": "Ricerca di riferimenti a file"
},
"dist/languageFeatures/rename": {
"invalidRenameLocation": "Ridenominazione non supportata nel percorso"
},
"dist/preview/preview": {
"lockedPreviewTitle": "[Anteprima] {0}",
"onPreviewStyleLoadError": "Impossibile caricare 'markdown.styles': {0}",
"preview.clickOpenFailed": "Non è stato possibile aprire {0}",
"previewTitle": "Anteprima {0}"
},
"dist/features/previewContentProvider": {
"dist/preview/previewContentProvider": {
"preview.notFound": "{0} non è stato trovato",
"preview.securityMessage.label": "Avviso di sicurezza contenuto disabilitato",
"preview.securityMessage.text": "Alcuni contenuti sono stati disabilitati in questo documento",
"preview.securityMessage.title": "I contenuti potenzialmente non sicuri sono stati disabilitati nell'anteprima Markdown. Modificare l'impostazione di sicurezza dell'anteprima Markdown per consentire la visualizzazione di contenuto non sicuri o abilitare gli script"
},
"dist/security": {
"dist/preview/security": {
"disable.description": "Consente l'esecuzione di tutti i contenuti e script. Scelta non consigliata",
"disable.title": "Disabilita",
"disableSecurityWarning.title": "Disabilita anteprima degli avvisi di sicurezza in questa area di lavoro",
@@ -39,14 +46,17 @@
"toggleSecurityWarning.description": "Non influisce sul livello di sicurezza del contenuto"
},
"package": {
"configuration.markdown.editor.drop.enabled": "Abilitare/Disabilitare l'inserimento nell'editor markdown per inserire il turno. Richiede l'abilitazione di `#workbenck.experimental.editor.dropIntoEditor.enabled#`.",
"configuration.markdown.links.openLocation.beside": "Apre i collegamenti accanto all'editor attivo.",
"configuration.markdown.links.openLocation.currentGroup": "Apre i collegamenti nel gruppo di editor attivo.",
"configuration.markdown.links.openLocation.description": "Controlla dove aprire i collegamenti nei file Markdown.",
"configuration.markdown.preview.openMarkdownLinks.description": "Controlla in che modo aprire i collegamenti ad altri file Markdown nell'anteprima Markdown.",
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Prova ad aprire i collegamenti nell'editor.",
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Prova ad aprire i collegamenti nell'anteprima Markdown.",
"configuration.markdown.suggest.paths.enabled.description": "Abilita/Disabilita i suggerimenti di percorso per i collegamenti Markdown",
"description": "Fornisce un supporto avanzato del linguaggio per Markdown.",
"displayName": "Funzionalità del linguaggio Markdown",
"markdown.findAllFileReferences": "Trova riferimenti a file",
"markdown.preview.breaks.desc": "Imposta il rendering delle interruzioni di riga nell'anteprima Markdown. Se è impostato su 'true', viene creato un tag <br> per i caratteri di nuova riga all'interno di paragrafi.",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Fare doppio clic nell'anteprima Markdown per passare all'editor.",
"markdown.preview.fontFamily.desc": "Controlla la famiglia di caratteri usata nell'anteprima Markdown.",

View File

@@ -11,10 +11,6 @@
"dist/AADHelper": {
"signOut": "Si è stati disconnessi perché la lettura delle informazioni di autenticazione archiviate non è riuscita."
},
"dist/keychain": {
"keychainWriteError": "La scrittura delle informazioni di accesso al keychain non è riuscita. Errore: '{0}'.",
"troubleshooting": "Guida alla risoluzione dei problemi"
},
"package": {
"description": "Provider di autenticazione Microsoft",
"displayName": "Account Microsoft",

View File

@@ -13,8 +13,9 @@
"darkPlusColorThemeLabel": "Più scuro (predefinito scuro)",
"description": "I temi dark e light predefiniti in Visual Studio",
"displayName": "Tema predefinito",
"hcColorThemeLabel": "Contrasto elevato",
"hcColorThemeLabel": "Contrasto elevato scuro",
"lightColorThemeLabel": "Chiaro (Visual Studio)",
"lightHcColorThemeLabel": "Contrasto elevato chiaro",
"lightPlusColorThemeLabel": "Più chiaro (predefinito chiaro)",
"minimalIconThemeLabel": "Minimo (Visual Studio Code)"
}

File diff suppressed because it is too large Load Diff

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.40.0",
"version": "1.40.1",
"publisher": "Microsoft",
"repository": {
"type": "git",

View File

@@ -11,6 +11,7 @@
"dist/configurationEditingMain": {
"cwd": "タスク ランナー起動時の作業ディレクトリ",
"defaultBuildTask": "既定のビルド タスクの名前。既定のビルド タスクが 1 つもない場合は、ビルド タスクを選択するためのクイック ピックが表示されます。",
"extensionInstallFolder": "拡張機能がインストールされているパス。",
"file": "現在開いているファイル",
"fileBasename": "現在開いているファイルのベース名",
"fileBasenameNoExtension": "現在開いているファイルの拡張子を含まないベース名",
@@ -52,8 +53,6 @@
"folderLabel": "特定の名前のフォルダー (任意の場所)",
"folderName": "ファイルが含まれているワークスペース フォルダーの名前 (例: myFolder)",
"folderPath": "ファイルが含まれているワークスペース フォルダーのファイル パス (例: /Users/Development/myFolder)",
"languageSpecificEditorSettings": "言語固有のエディター設定",
"languageSpecificEditorSettingsDescription": "言語に対するエディター設定を上書きします",
"remoteName": "例: SSH",
"rootName": "ワークスペースの名前 (例: myFolder または myWorkspace)",
"rootPath": "ワークスペースのファイル パス (例: /Users/Development/myWorkspace)",

View File

@@ -8,14 +8,16 @@
],
"version": "1.0.0",
"contents": {
"dist/common/keychain": {
"keychainWriteError": "ログイン情報のキーチェーンへの書き込みが、エラー '{0}' で失敗しました。",
"troubleshooting": "トラブルシューティング ガイド"
},
"dist/githubServer": {
"signingIn": "$(mark-github) github.com にサインインしています...",
"status.git.signIn.name": "GitHub サインイン",
"validUri": "GitHub ログインページの有効な URI を入力してください。"
"code.detail": "認証を完了するには、GitHub に移動し、上記のワンタイム コードを貼り付けます。",
"code.title": "コード: {0}",
"no": "いいえ",
"otherReasonMessage": "GitHub を使用するためのこの拡張機能の承認がまだ完了していません。引き続き試しますか?",
"progress": "新しいタブで [{0}]({0}) を開き、ワンタイム コードを貼り付けます: {1}",
"signingIn": "github.com にサインインしています...",
"signingInAnotherWay": "github.com にサインインしています...",
"userCancelledMessage": "ログインに問題がありますか? 別の方法を試しますか?",
"yes": "はい"
},
"package": {
"description": "GitHub 認証プロバイダー",

View File

@@ -29,11 +29,14 @@
"forking_done": "フォーク '{0}' が GitHub で正常に作成されました。",
"forking_pushing": "変更をプッシュしています...",
"no": "いいえ",
"no pr template": "テンプレートなし",
"openingithub": "GitHub 上で開く",
"openpr": "PR を開く"
"openpr": "PR を開く",
"select pr template": "pull request テンプレートを選択する"
},
"package": {
"config.gitAuthentication": "VS Code 内で Git コマンドの自動 GitHub 認証を有効にするかどうかを制御します。",
"config.gitProtocol": "GitHub リポジトリの複製に使用するプロトコルを制御します",
"description": "VS Code 用 GitHub 機能",
"displayName": "GitHub",
"welcome.publishFolder": "このフォルダーを GitHub リポジトリに直接公開することもできます。公開後、Git と GitHub を利用したソース管理機能にアクセスできるようになります。\r\n[$(github) GitHub に公開](command:github.publish)",

View File

@@ -11,6 +11,7 @@
"client\\dist\\node/jsonClient": {
"configureLimit": "設定 '{0}' を使用して制限を構成します。",
"goToSetting": "設定を開く",
"json.clearCache.completed": "JSON スキーマ キャッシュがクリアされました。",
"json.resolveError": "JSON: スキーマ解決エラー",
"json.schemaResolutionDisabledMessage": "スキーマのダウンロードは無効になっています。構成するには、クリックしてください。",
"json.schemaResolutionErrorMessage": "スキーマを解決できません。クリックして、もう一度お試しください。",
@@ -20,12 +21,34 @@
"untitled.schema": "{0} を読み込めません",
"yes never again": "今後表示しない"
},
"client\\dist\\node/languageStatus": {
"openExtension": "拡張機能を開く",
"openSettings": "設定を開く",
"pending.detail": "JSON 情報を読み込んでいます",
"schema.noSchema": "このファイルにスキーマが構成されていません",
"schema.showdocs": "JSON スキーマの構成に関する詳細情報...",
"schemaFromFolderSettings": "ワークスペース設定で構成済み",
"schemaFromUserSettings": "ユーザー設定で構成済み",
"schemaFromextension": "拡張機能で構成済み: {0}",
"schemaPicker.title": "{0}に使用される JSON スキーマ",
"status.error": "使用されたスキーマを計算できません",
"status.multipleSchema": "複数の JSON スキーマが構成されています。",
"status.noSchema": "JSON スキーマが構成されていません。",
"status.noSchema.short": "スキーマ検証なし",
"status.notJSON": "JSON エディターではありません",
"status.openSchemasLink": "スキーマの表示",
"status.singleSchema": "JSON スキーマが構成されています。",
"status.withSchema.short": "スキーマ検証済み",
"status.withSchemas.short": "スキーマ検証済み",
"statusItem.name": "JSON 検証状態"
},
"package": {
"description": "JSON ファイルに豊富な言語サポートを提供。",
"displayName": "JSON 言語機能",
"json.clickToRetry": "クリックして、もう一度お試しください。",
"json.colorDecorators.enable.deprecationMessage": "設定 `json.colorDecorators.enable` は使用されなくなりました。`editor.colorDecorators` を使用してください。",
"json.colorDecorators.enable.desc": "カラー デコレーターを有効または無効にします",
"json.command.clearCache": "スキーマ キャッシュのクリア",
"json.enableSchemaDownload.desc": "有効にすると、JSON スキーマを http および https の場所からフェッチできるようになります。",
"json.format.enable.desc": "既定の JSON フォーマッタを有効/無効にします",
"json.maxItemsComputed.desc": "計算されたアウトライン記号と折りたたまれた領域の最大数 (パフォーマンス上の理由から制限されています)。",
@@ -36,7 +59,8 @@
"json.schemas.fileMatch.item.desc": "JSON ファイルをスキーマに解決するときに突き合わせる、'*' を含められるファイル パターンです。",
"json.schemas.schema.desc": "指定された URL のスキーマ定義です。スキーマは、スキーマ URL へのアクセスを避けるためにのみ指定する必要があります。",
"json.schemas.url.desc": "スキーマへの URL または現在のディレクトリ内のスキーマへの相対パス",
"json.tracing.desc": "VS Code と JSON 言語サーバー間の通信をトレースします。"
"json.tracing.desc": "VS Code と JSON 言語サーバー間の通信をトレースします。",
"json.validate.enable.desc": "JSON 検証を有効または無効にします。"
}
}
}

View File

@@ -8,22 +8,29 @@
],
"version": "1.0.0",
"contents": {
"dist/features/documentLinkProvider": {
"dist/languageFeatures/documentLinkProvider": {
"documentLink.tooltip": "リンク先を表示"
},
"dist/features/preview": {
"dist/languageFeatures/fileReferences": {
"error.noResource": "ファイル参照の検索に失敗しました。リソースが指定されていません。",
"progress.title": "ファイル参照の検索中"
},
"dist/languageFeatures/rename": {
"invalidRenameLocation": "場所で名前の変更はサポートされていません"
},
"dist/preview/preview": {
"lockedPreviewTitle": "[プレビュー] {0}",
"onPreviewStyleLoadError": "'markdown.styles' を読み込むことができません: {0}",
"preview.clickOpenFailed": "{0} を開くことができません。",
"previewTitle": "プレビュー {0}"
},
"dist/features/previewContentProvider": {
"dist/preview/previewContentProvider": {
"preview.notFound": "{0} が見つかりません",
"preview.securityMessage.label": "セキュリティが無効なコンテンツの警告",
"preview.securityMessage.text": "このドキュメントで一部のコンテンツが無効になっています",
"preview.securityMessage.title": "安全でない可能性があるか保護されていないコンテンツは、Markdown プレビューで無効化されています。保護されていないコンテンツを許可するかスクリプトを有効にするには、Markdown プレビューのセキュリティ設定を変更してください"
},
"dist/security": {
"dist/preview/security": {
"disable.description": "すべてのコンテンツとスクリプトの実行を許可します。推奨されません。",
"disable.title": "無効にする",
"disableSecurityWarning.title": "このワークスペースでプレビューのセキュリティ警告を有効にする",
@@ -39,14 +46,17 @@
"toggleSecurityWarning.description": "コンテンツのセキュリティ レベルに影響しません"
},
"package": {
"configuration.markdown.editor.drop.enabled": "シフトを挿入するには、マークダウン エディターへのドロップを有効または無効にします。`#workbenck.experimental.editor.dropIntoEditor.enabled#`' を有効にする必要があります。",
"configuration.markdown.links.openLocation.beside": "アクティブなエディターの横にあるリンクを開きます。",
"configuration.markdown.links.openLocation.currentGroup": "アクティブなエディター グループ内にリンクを開きます。",
"configuration.markdown.links.openLocation.description": "マークダウン ファイル内のリンクを開く場所を制御します。",
"configuration.markdown.preview.openMarkdownLinks.description": "Markdown プレビューで他のマークダウン ファイルへのリンクを開く方法を制御します。",
"configuration.markdown.preview.openMarkdownLinks.inEditor": "エディターでリンクを開こうとします。",
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Markdown プレビューでリンクを開こうとします。",
"configuration.markdown.suggest.paths.enabled.description": "Markdown リンクのパス候補を有効または無効にします",
"description": "Markdown に豊富な言語サポートを提供。",
"displayName": "Markdown 言語機能",
"markdown.findAllFileReferences": "ファイル参照の検索",
"markdown.preview.breaks.desc": "Markdown プレビューで改行を表現する方法を設定します。'true' に設定すると、段落内の改行に対して <br> が作成されます。",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Markdown プレビューでダブルクリックすると、エディターに切り替わります。",
"markdown.preview.fontFamily.desc": "Markdown プレビューで使用されるフォント ファミリを制御します。",

View File

@@ -11,10 +11,6 @@
"dist/AADHelper": {
"signOut": "保存された認証情報を読み取ることができなかったため、サインアウトされました。"
},
"dist/keychain": {
"keychainWriteError": "ログイン情報のキーチェーンへの書き込みが、エラー '{0}' で失敗しました。",
"troubleshooting": "トラブルシューティング ガイド"
},
"package": {
"description": "Microsoft 認証プロバイダー",
"displayName": "Microsoft アカウント",

View File

@@ -13,8 +13,9 @@
"darkPlusColorThemeLabel": "Dark+ (既定の Dark)",
"description": "既定の VIsual Studio の明るいテーマと濃いテーマ",
"displayName": "既定のテーマ",
"hcColorThemeLabel": "ハイ コントラスト",
"hcColorThemeLabel": "ハイ コントラスト ダーク テーマ",
"lightColorThemeLabel": "Light (Visual Studio)",
"lightHcColorThemeLabel": "ライト ハイ コントラスト",
"lightPlusColorThemeLabel": "Light+ (既定の Light)",
"minimalIconThemeLabel": "最小 (Visual Studio Code)"
}

File diff suppressed because it is too large Load Diff

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.40.0",
"version": "1.40.1",
"publisher": "Microsoft",
"repository": {
"type": "git",

View File

@@ -11,6 +11,7 @@
"dist/configurationEditingMain": {
"cwd": "시작 시 작업 실행기의 현재 작업 디렉터리",
"defaultBuildTask": "기본 빌드 작업의 이름입니다. 단일 기본 빌드 작업이 없는 경우 빠른 선택이 표시되어 빌드 작업을 선택할 수 있습니다.",
"extensionInstallFolder": "확장이 설치된 경로입니다.",
"file": "현재 열린 파일",
"fileBasename": "현재 열려 있는 파일의 기본 이름",
"fileBasenameNoExtension": "현재 열려 있는 파일의 기본 이름(파일 확장명 제외)",
@@ -52,8 +53,6 @@
"folderLabel": "이름별 폴더(모든 위치)",
"folderName": "파일이 포함된 작업 영역 폴더의 이름(예: myFolder)",
"folderPath": "파일이 포함된 작업 영역 폴더의 파일 경로(예: /Users/Development/myFolder)",
"languageSpecificEditorSettings": "언어별 편집기 설정",
"languageSpecificEditorSettingsDescription": "언어용 편집기 설정 재정의",
"remoteName": "예: SSH",
"rootName": "작업 영역 이름(예: myFolder 또는 myWorkspace)",
"rootPath": "작업 영역 파일 경로(예: /Users/Development/myWorkspace)",

View File

@@ -8,14 +8,16 @@
],
"version": "1.0.0",
"contents": {
"dist/common/keychain": {
"keychainWriteError": "키 집합에 로그인 정보를 작성하는 중 오류 '{0}'이(가) 발생하여 실패했습니다.",
"troubleshooting": "문제 해결 가이드"
},
"dist/githubServer": {
"signingIn": "$(mark-github) github.com에 로그인하는 중...",
"status.git.signIn.name": "GitHub 로그인",
"validUri": "GitHub 로그인 페이지에서 유효한 URI를 입력하세요."
"code.detail": "인증을 완료하려면 GitHub로 이동하여 위의 일회용 코드를 붙여넣으세요.",
"code.title": "코드: {0}",
"no": "아니요",
"otherReasonMessage": "GitHub를 사용하기 위해 이 확장에 대한 승인을 아직 완료하지 않았습니다. 계속 시도하시겠습니까?",
"progress": "새 탭에서 [{0}]({0})을 열고 일회성 코드 {1}을(를) 붙여넣습니다.",
"signingIn": "github.com 로그인하는 중...",
"signingInAnotherWay": "github.com 로그인하는 중...",
"userCancelledMessage": "로그인하는 데 문제가 있나요? 다른 방법을 시도해 보시겠습니까?",
"yes": "예"
},
"package": {
"description": "GitHub 인증 공급자",

View File

@@ -29,11 +29,14 @@
"forking_done": "GitHub에 '{0}' 포크를 만들었습니다.",
"forking_pushing": "변경 내용을 푸시하는 중...",
"no": "아니요",
"no pr template": "템플릿 없음",
"openingithub": "GitHub에서 열기",
"openpr": "PR 열기"
"openpr": "PR 열기",
"select pr template": "끌어오기 요청 템플릿 선택"
},
"package": {
"config.gitAuthentication": "VS Code 내에서 Git 명령에 대해 자동 GitHub 인증을 사용하도록 설정할지 여부를 제어합니다.",
"config.gitProtocol": "GitHub 리포지토리를 복제하는 데 사용되는 프로토콜 제어",
"description": "VS Code용 GitHub 기능",
"displayName": "GitHub",
"welcome.publishFolder": "이 폴더를 GitHub 리포지토리에 직접 게시할 수도 있습니다. 게시된 후에는 Git 및 GitHub에서 제공하는 소스 제어 기능에 액세스할 수 있습니다.\r\n[$(github) GitHub에 게시](command:github.publish)",

View File

@@ -11,6 +11,7 @@
"client\\dist\\node/jsonClient": {
"configureLimit": "'{0}' 설정을 사용하여 한도를 구성합니다.",
"goToSetting": "설정 열기",
"json.clearCache.completed": "JSON 스키마 캐시를 지웠습니다.",
"json.resolveError": "JSON: 스키마 확인 오류",
"json.schemaResolutionDisabledMessage": "스키마 다운로드를 사용할 수 없습니다. 구성하려면 클릭하세요.",
"json.schemaResolutionErrorMessage": "스키마를 확인할 수 없습니다. 다시 시도하려면 클릭하세요.",
@@ -20,12 +21,34 @@
"untitled.schema": "{0}을(를) 로드할 수 없습니다.",
"yes never again": "다시 표시 안 함"
},
"client\\dist\\node/languageStatus": {
"openExtension": "확장 열기",
"openSettings": "설정 열기",
"pending.detail": "JSON 정보 로드 중",
"schema.noSchema": "이 파일에 대해 구성된 스키마가 없습니다.",
"schema.showdocs": "JSON 스키마 구성에 대한 자세한 정보...",
"schemaFromFolderSettings": "작업 영역 설정에 구성됨",
"schemaFromUserSettings": "사용자 설정에 구성됨",
"schemaFromextension": "확장별로 구성: {0}",
"schemaPicker.title": "{0}에 사용되는 JSON 스키마",
"status.error": "사용된 스키마를 계산할 수 없습니다.",
"status.multipleSchema": "여러 JSON 스키마가 구성되었습니다.",
"status.noSchema": "구성된 JSON 스키마가 없습니다.",
"status.noSchema.short": "스키마 유효성 검사 없음",
"status.notJSON": "JSON 편집기 아님",
"status.openSchemasLink": "스키마 표시",
"status.singleSchema": "JSON 스키마가 구성되었습니다.",
"status.withSchema.short": "스키마 유효성 검사됨",
"status.withSchemas.short": "스키마 유효성 검사됨",
"statusItem.name": "JSON 유효성 검사 상태"
},
"package": {
"description": "JSON 파일에 대한 다양한 언어 지원을 제공합니다.",
"displayName": "JSON 언어 기능",
"json.clickToRetry": "다시 시도하려면 클릭하세요.",
"json.colorDecorators.enable.deprecationMessage": "`json.colorDecorators.enable` 설정은 `editor.colorDecorators`를 위해 사용되지 않습니다.",
"json.colorDecorators.enable.desc": "색 데코레이터 사용 또는 사용 안 함",
"json.command.clearCache": "스키마 캐시 지우기",
"json.enableSchemaDownload.desc": "사용하도록 설정하면 http 및 https 위치에서 JSON 스키마를 페치할 수 있습니다.",
"json.format.enable.desc": "기본 JSON 포맷터를 사용하거나 사용하지 않습니다.",
"json.maxItemsComputed.desc": "계산된 최대 윤곽선 기호 및 폴딩 영역의 수입니다(성능상의 이유로 제한됨).",
@@ -36,7 +59,8 @@
"json.schemas.fileMatch.item.desc": "JSON 파일로 스키마를 확인할 때 일치할 '*'를 포함할 수 있는 파일 패턴입니다.",
"json.schemas.schema.desc": "지정된 URL의 스키마 정의입니다. 스키마는 스키마 URL에 대한 액세스 방지를 위해서만 제공해야 합니다.",
"json.schemas.url.desc": "현재 디렉터리에 있는 스키마의 URL 또는 상대 경로",
"json.tracing.desc": "VS Code와 JSON 언어 서버 간 통신을 추적합니다."
"json.tracing.desc": "VS Code와 JSON 언어 서버 간 통신을 추적합니다.",
"json.validate.enable.desc": "JSON 유효성 검사를 사용하거나 사용하지 않도록 설정합니다."
}
}
}

View File

@@ -8,22 +8,29 @@
],
"version": "1.0.0",
"contents": {
"dist/features/documentLinkProvider": {
"dist/languageFeatures/documentLinkProvider": {
"documentLink.tooltip": "링크로 이동"
},
"dist/features/preview": {
"dist/languageFeatures/fileReferences": {
"error.noResource": "파일 참조를 찾지 못했습니다. 리소스가 제공되지 않았습니다.",
"progress.title": "파일 참조를 찾는 중"
},
"dist/languageFeatures/rename": {
"invalidRenameLocation": "위치에서 이름 바꾸기가 지원되지 않음"
},
"dist/preview/preview": {
"lockedPreviewTitle": "[미리 보기] {0}",
"onPreviewStyleLoadError": "'markdown.styles': {0}을(를) 불러올 수 없음",
"preview.clickOpenFailed": "{0}을(를) 열 수 없습니다.",
"previewTitle": "미리 보기 {0}"
},
"dist/features/previewContentProvider": {
"dist/preview/previewContentProvider": {
"preview.notFound": "{0}을(를) 찾을 수 없습니다.",
"preview.securityMessage.label": "콘텐츠 사용할 수 없음 보안 경고",
"preview.securityMessage.text": "이 문서에서 일부 콘텐츠가 사용하지 않도록 설정되었습니다.",
"preview.securityMessage.title": "Markdown 미리 보기에서 잠재적으로 안전하지 않거나 보안되지 않은 콘텐츠가 사용하지 않도록 설정되어 있습니다. 안전하지 않은 콘텐츠를 허용하거나 스크립트를 사용하려면 Markdown 미리 보기 보안 설정을 변경하세요."
},
"dist/security": {
"dist/preview/security": {
"disable.description": "모든 콘텐츠 및 스크립트 실행을 허용합니다. 권장하지 않습니다.",
"disable.title": "사용 안 함",
"disableSecurityWarning.title": "이 작업 영역에서 미리보기 보안 경고 사용 안 함",
@@ -39,14 +46,17 @@
"toggleSecurityWarning.description": "콘텐츠 보안 수준에 영향을 주지 않습니다."
},
"package": {
"configuration.markdown.editor.drop.enabled": "Markdown 편집기에 놓기를 사용하거나 사용하지 않도록 설정하여 교대 근무를 삽입합니다. `#workbenck.experimental.editor.dropIntoEditor.enabled#`을(를) 사용하도록 설정해야 합니다.",
"configuration.markdown.links.openLocation.beside": "활성 편집기 옆에 있는 링크를 엽니다.",
"configuration.markdown.links.openLocation.currentGroup": "활성 편집기 그룹에서 링크를 엽니다.",
"configuration.markdown.links.openLocation.description": "Markdown 파일의 링크를 열어야 하는 위치를 제어합니다.",
"configuration.markdown.preview.openMarkdownLinks.description": "Markdown 미리 보기에서 다른 Markdown 파일의 링크를 여는 방법을 제어합니다.",
"configuration.markdown.preview.openMarkdownLinks.inEditor": "편집기에서 링크를 열어 보세요.",
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Markdown 미리 보기에서 링크를 열어 보세요.",
"configuration.markdown.suggest.paths.enabled.description": "markdown 링크에 대한 경로 제안 사용/사용 안 함",
"description": "Markdown에 대한 다양한 언어 지원을 제공합니다.",
"displayName": "Markdown 언어 기능",
"markdown.findAllFileReferences": "파일 참조 찾기",
"markdown.preview.breaks.desc": "Markdown 미리 보기에서 줄 바꿈을 렌더링하는 방식을 설정합니다. 'true'로 설정하면 <br> 단락 내에 줄 바꿈이 생성됩니다.",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Markdown 미리 보기에서 두 번 클릭하여 편집기로 전환합니다.",
"markdown.preview.fontFamily.desc": "Markdown 미리 보기에서 사용되는 글꼴 패밀리를 제어합니다.",

View File

@@ -11,10 +11,6 @@
"dist/AADHelper": {
"signOut": "저장된 인증 정보를 읽는 데 실패하여 로그아웃되었습니다."
},
"dist/keychain": {
"keychainWriteError": "'{0}' 오류로 인해 로그인 정보를 키 집합에 쓰지 못했습니다.",
"troubleshooting": "문제 해결 가이드"
},
"package": {
"description": "Microsoft 인증 공급자",
"displayName": "Microsoft 계정",

View File

@@ -13,8 +13,9 @@
"darkPlusColorThemeLabel": "어둡게+(기본 어둡게)",
"description": "기본 Visual Studio 밝은 테마 및 어두운 테마",
"displayName": "기본 테마",
"hcColorThemeLabel": "고대비",
"hcColorThemeLabel": "어두운 고대비",
"lightColorThemeLabel": "밝게(Visual Studio)",
"lightHcColorThemeLabel": "밝은 고대비",
"lightPlusColorThemeLabel": "밝게+(기본 밝게)",
"minimalIconThemeLabel": "최소(Visual Studio Code)"
}

File diff suppressed because it is too large Load Diff

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.40.0",
"version": "1.40.1",
"publisher": "Microsoft",
"repository": {
"type": "git",

View File

@@ -11,6 +11,7 @@
"dist/configurationEditingMain": {
"cwd": "O diretório de trabalho atual do executor de tarefas na inicialização",
"defaultBuildTask": "O nome da tarefa de build padrão. Se não houver uma tarefa de build única padrão, uma seleção rápida será mostrada para escolher a tarefa de build.",
"extensionInstallFolder": "O caminho em que uma extensão está instalada.",
"file": "O arquivo aberto no momento",
"fileBasename": "O nome base do arquivo aberto no momento",
"fileBasenameNoExtension": "O nome base do arquivo aberto no momento sem nenhuma extensão de arquivo",
@@ -52,8 +53,6 @@
"folderLabel": "Pasta por Nome (Qualquer Localização)",
"folderName": "nome da pasta do workspace na qual o arquivo está contido (por exemplo, myFolder)",
"folderPath": "caminho do arquivo da pasta do workspace na qual o arquivo está contido (por exemplo, /Users/Development/myFolder)",
"languageSpecificEditorSettings": "Configurações de editor específicas do idioma",
"languageSpecificEditorSettingsDescription": "Substituir as configurações do editor para o idioma",
"remoteName": "por exemplo, SSH",
"rootName": "nome do workspace (por exemplo, myFolder ou myWorkspace)",
"rootPath": "caminho do arquivo do workspace (por exemplo, /Users/Development/myWorkspace)",

View File

@@ -8,14 +8,16 @@
],
"version": "1.0.0",
"contents": {
"dist/common/keychain": {
"keychainWriteError": "Falha ao gravar informações de logon no conjunto de chaves com o erro '{0}'.",
"troubleshooting": "Guia de Solução de Problemas"
},
"dist/githubServer": {
"signingIn": "$(mark-github) Entrando no github.com...",
"status.git.signIn.name": "Entrada do GitHub",
"validUri": "Inserir um Uri válido na página de login do GitHub."
"code.detail": "Para concluir a autenticação, navegue até o GitHub e cole o código único acima.",
"code.title": "Seu Código: {0}",
"no": "Não",
"otherReasonMessage": "Você ainda não terminou de autorizar esta extensão para usar o GitHub. Deseja continuar tentando?",
"progress": "Abra [{0}] ({0}) em uma nova guia e cole seu código avulso: {1}",
"signingIn": "Entrando no github.com...",
"signingInAnotherWay": "Entrando no github.com...",
"userCancelledMessage": "Está com problemas para fazer logon? Gostaria de tentar uma maneira diferente?",
"yes": "Sim"
},
"package": {
"description": "Provedor de Autenticação do GitHub",

View File

@@ -29,11 +29,14 @@
"forking_done": "A bifurcação '{0}' foi criada com êxito no GitHub.",
"forking_pushing": "Enviando alterações por push...",
"no": "Não",
"no pr template": "Nenhum modelo",
"openingithub": "Abrir no GitHub",
"openpr": "Abrir PR"
"openpr": "Abrir PR",
"select pr template": "Selecione o modelo de Solicitação de Pull"
},
"package": {
"config.gitAuthentication": "Controla se a autenticação automática do GitHub deve ser habilitada para comandos git no VS Code.",
"config.gitProtocol": "Controla qual protocolo é utilizado para clonar um repositório do GitHub",
"description": "Recursos do GitHub para VS Code",
"displayName": "GitHub",
"welcome.publishFolder": "Você também pode publicar essa pasta diretamente em um repositório GitHub. Depois de publicado, você terá acesso aos recursos de controle do código-fonte que são fornecidos pelo git e GitHub.\r\n[$(github) Publicar no GitHub](command:github.publish)",

View File

@@ -11,6 +11,7 @@
"client\\dist\\node/jsonClient": {
"configureLimit": "Usar a configuração '{0}' para configurar o limite.",
"goToSetting": "Abrir as Configurações",
"json.clearCache.completed": "Cache de esquema JSON limpo.",
"json.resolveError": "JSON: Erro de Resolução de Esquema",
"json.schemaResolutionDisabledMessage": "O download de esquemas está desabilitado. Clique para configurar.",
"json.schemaResolutionErrorMessage": "Não é possível resolver o esquema. Clique para tentar novamente.",
@@ -20,12 +21,34 @@
"untitled.schema": "Não é possível carregar {0}",
"yes never again": "Não Mostrar Isto Novamente"
},
"client\\dist\\node/languageStatus": {
"openExtension": "Abrir Extensão",
"openSettings": "Abrir Configurações",
"pending.detail": "Carregando informações JSON",
"schema.noSchema": "Nenhum esquema configurado para este arquivo",
"schema.showdocs": "Saiba mais sobre a configuração do esquema JSON...",
"schemaFromFolderSettings": "Definindo nas configurações do espaço de trabalho",
"schemaFromUserSettings": "Definido nas configurações do usuário",
"schemaFromextension": "Configurado pela extensão: {0}",
"schemaPicker.title": "Esquemas JSON usados para {0}",
"status.error": "Não é possível calcular os esquemas usados",
"status.multipleSchema": "Vários esquemas JSON configurados.",
"status.noSchema": "Nenhum esquema JSON configurado.",
"status.noSchema.short": "Nenhuma Validação do Esquema",
"status.notJSON": "Não é um editor JSON",
"status.openSchemasLink": "Mostrar Esquemas",
"status.singleSchema": "Esquema JSON configurado.",
"status.withSchema.short": "Esquema Validado",
"status.withSchemas.short": "Esquema Validado",
"statusItem.name": "Status de Validação JSON"
},
"package": {
"description": "Fornece suporte de linguagem avançada para arquivos JSON.",
"displayName": "Recursos de Linguagem JSON",
"json.clickToRetry": "Clique para tentar novamente.",
"json.colorDecorators.enable.deprecationMessage": "A configuração `json.colorDecorators.enable` foi preterida em favor de `editor.colorDecorators`.",
"json.colorDecorators.enable.desc": "Habilita ou desabilita os decoradores de cor",
"json.command.clearCache": "Limpar cache de esquema",
"json.enableSchemaDownload.desc": "Quando habilitados, os esquemas JSON podem ser buscados em locais http e https.",
"json.format.enable.desc": "Habilitar/desabilitar o formatador JSON padrão",
"json.maxItemsComputed.desc": "O número máximo computado de símbolos de estrutura de tópicos e regiões de dobragem (limitados por motivos de desempenho).",
@@ -36,7 +59,8 @@
"json.schemas.fileMatch.item.desc": "Um padrão de arquivos que pode conter '*' para fazer a correspondência ao resolver arquivos JSON para esquemas.",
"json.schemas.schema.desc": "A definição de esquema para a URL fornecida. O esquema precisa ser fornecido apenas para evitar acessos à URL do esquema.",
"json.schemas.url.desc": "Uma URL para um esquema ou um caminho relativo a um esquema no diretório atual",
"json.tracing.desc": "Rastreia a comunicação entre o VS Code e o servidor de linguagem JSON."
"json.tracing.desc": "Rastreia a comunicação entre o VS Code e o servidor de linguagem JSON.",
"json.validate.enable.desc": "Habilitar/desabilitar a validação JSON."
}
}
}

View File

@@ -8,22 +8,29 @@
],
"version": "1.0.0",
"contents": {
"dist/features/documentLinkProvider": {
"dist/languageFeatures/documentLinkProvider": {
"documentLink.tooltip": "Seguir o link"
},
"dist/features/preview": {
"dist/languageFeatures/fileReferences": {
"error.noResource": "Falha ao localizar as referências de arquivo. Nenhum recurso fornecido.",
"progress.title": "Encontrando as Referências do Arquivo"
},
"dist/languageFeatures/rename": {
"invalidRenameLocation": "Renomeação não suportada no local"
},
"dist/preview/preview": {
"lockedPreviewTitle": "[Versão Prévia] {0}",
"onPreviewStyleLoadError": "Não foi possível carregar 'markdown.styles': {0}",
"preview.clickOpenFailed": "Não foi possível abrir {0}",
"previewTitle": "Visualizar {0}"
},
"dist/features/previewContentProvider": {
"dist/preview/previewContentProvider": {
"preview.notFound": "{0} não encontrado",
"preview.securityMessage.label": "Aviso de Segurança Desabilitado para Conteúdo",
"preview.securityMessage.text": "Algum conteúdo foi desabilitado neste documento",
"preview.securityMessage.title": "Um conteúdo potencialmente não seguro foi desabilitado na visualização de Markdown. Altere a configuração de segurança da visualização de Markdown para permitir o conteúdo não seguro ou habilitar os scripts"
},
"dist/security": {
"dist/preview/security": {
"disable.description": "Permitir a execução de todo o conteúdo e script. Não recomendado",
"disable.title": "Desabilitar",
"disableSecurityWarning.title": "Desabilitar aviso de segurança de visualização neste workspace",
@@ -39,14 +46,17 @@
"toggleSecurityWarning.description": "Não afeta o nível de segurança do conteúdo"
},
"package": {
"configuration.markdown.editor.drop.enabled": "Habilite/desabilite soltar no editor de markdown para inserir shift. Requer habilitar `#workbenck.experimental.editor.dropIntoEditor.enabled#`.",
"configuration.markdown.links.openLocation.beside": "Abrir links ao lado do editor ativo.",
"configuration.markdown.links.openLocation.currentGroup": "Abrir links no grupo do editor ativo.",
"configuration.markdown.links.openLocation.description": "Controla se os links nos arquivos Markdown devem ser abertos.",
"configuration.markdown.preview.openMarkdownLinks.description": "Controla como os links para outros arquivos Markdown na visualização de Markdown devem ser abertos.",
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Tentar abrir links no editor.",
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Tentar abrir links na visualização de Markdown.",
"configuration.markdown.suggest.paths.enabled.description": "Habilitar/desabilitar sugestões de caminho para links de markdown",
"description": "Fornece suporte de linguagem avançada para Markdown.",
"displayName": "Recursos da Linguagem Markdown",
"markdown.findAllFileReferences": "Encontrar as Referências do Arquivo",
"markdown.preview.breaks.desc": "Define como as quebras de linha são renderizadas na visualização de Markdown. A definição desta opção como 'true' cria um <br> para novas linhas dentro de parágrafos.",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Clicar duas vezes na visualização de Markdown para mudar para o editor.",
"markdown.preview.fontFamily.desc": "Controla a família de fontes usada na visualização de Markdown.",
@@ -59,7 +69,7 @@
"markdown.preview.scrollPreviewWithEditor.desc": "Quando um Markdown editor for rolado, atualizar a exibição da visualização.",
"markdown.preview.title": "Abrir Visualização",
"markdown.preview.toggleLock.title": "Ativar/Desativar Bloqueio de Visualização",
"markdown.preview.typographer": "Habilitar ou desabilitar algumas substituições com neutralidade de idioma e o aperfeiçoamento de citações na visualização de Markdown.",
"markdown.preview.typographer": "Habilitar ou desabilitar algumas substituições com neutralidade de linguagem e o aperfeiçoamento de citações na visualização de Markdown.",
"markdown.previewSide.title": "Abrir Visualização ao Lado",
"markdown.showLockedPreviewToSide.title": "Abrir Visualização Bloqueada ao Lado",
"markdown.showPreviewSecuritySelector.title": "Alterar Configurações de Segurança da Visualização",

View File

@@ -11,10 +11,6 @@
"dist/AADHelper": {
"signOut": "Você foi desconectado porque houve uma falha na leitura das informações de autenticação armazenadas."
},
"dist/keychain": {
"keychainWriteError": "Falha ao gravar informações de logon no conjunto de chaves com o erro '{0}'.",
"troubleshooting": "Guia de Solução de Problemas"
},
"package": {
"description": "Provedor de autenticação da Microsoft",
"displayName": "Conta Microsoft",

View File

@@ -13,8 +13,9 @@
"darkPlusColorThemeLabel": "Escuro+ (escuro padrão)",
"description": "Os temas padrão claro e escuro do Visual Studio",
"displayName": "Temas Padrão",
"hcColorThemeLabel": "Alto Contraste",
"hcColorThemeLabel": "Alto Contraste Escuro",
"lightColorThemeLabel": "Claro (Visual Studio)",
"lightHcColorThemeLabel": "Alto Contraste Claro",
"lightPlusColorThemeLabel": "Claro+ (claro padrão)",
"minimalIconThemeLabel": "Mínimo (Visual Studio Code)"
}

File diff suppressed because it is too large Load Diff

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.40.0",
"version": "1.40.1",
"publisher": "Microsoft",
"repository": {
"type": "git",

View File

@@ -11,6 +11,7 @@
"dist/configurationEditingMain": {
"cwd": "Текущий рабочий каталог средства запуска задачи при запуске",
"defaultBuildTask": "Имя задачи сборки по умолчанию. Если задачи сборки по умолчанию отсутствуют, отображается меню быстрого выбора для выбора задачи сборки.",
"extensionInstallFolder": "Путь, по которому установлено расширение.",
"file": "Текущий открытый файл",
"fileBasename": "Базовое имя текущего открытого файла",
"fileBasenameNoExtension": "Базовое имя текущего открытого файла без расширения",
@@ -52,8 +53,6 @@
"folderLabel": "Папка по имени (любое расположение)",
"folderName": "имя папки рабочей области, в которой содержится файл (например, myFolder)",
"folderPath": "путь к папке рабочей области, в которой содержится файл (например, /Users/Development/myFolder)",
"languageSpecificEditorSettings": "Параметры редактора, определяемые языком",
"languageSpecificEditorSettingsDescription": "Переопределить параметры редактора для языка",
"remoteName": "например, SSH",
"rootName": "имя рабочей области (например, myFolder или myWorkspace)",
"rootPath": "путь к рабочей области (например, /Users/Development/myWorkspace)",

View File

@@ -8,14 +8,16 @@
],
"version": "1.0.0",
"contents": {
"dist/common/keychain": {
"keychainWriteError": "Не удалось записать информацию о входе в цепочку ключей, ошибка \"{0}\".",
"troubleshooting": "Руководство по устранению неполадок"
},
"dist/githubServer": {
"signingIn": "$(mark-github) Выполняется вход в github.com...",
"status.git.signIn.name": "Вход в GitHub",
"validUri": "Введите допустимый URI со страницы входа в GitHub."
"code.detail": "Чтобы завершить проверку подлинности, перейдите в GitHub и вставьте приведенный выше одноразовый код.",
"code.title": "Ваш код: {0}",
"no": "Нет",
"otherReasonMessage": "Вы еще не завершили авторизацию этого расширения для использования GitHub. Продолжить попытки?",
"progress": "Откройте [{0}]({0}) на новой вкладке и вставьте одноразовый код: {1}",
"signingIn": "Выполняется вход в github.com...",
"signingInAnotherWay": "Выполняется вход в github.com...",
"userCancelledMessage": "Проблемы со входом? Хотите попробовать другой способ?",
"yes": "Да"
},
"package": {
"description": "Поставщик проверки подлинности GitHub",

View File

@@ -29,11 +29,14 @@
"forking_done": "Вилка \"{0}\" успешно создана в GitHub.",
"forking_pushing": "Выполняется отправка изменений...",
"no": "Нет",
"no pr template": "Шаблон отсутствует",
"openingithub": "Открыть в GitHub",
"openpr": "Открыть запрос на вытягивание"
"openpr": "Открыть запрос на вытягивание",
"select pr template": "Выбрать шаблон запроса на вытягивание"
},
"package": {
"config.gitAuthentication": "Управляет тем, следует ли включить автоматическую проверку подлинности GitHub для команд Git в VS Code.",
"config.gitProtocol": "Определяет, какой протокол используется для клонирования репозитория GitHub",
"description": "Возможности GitHub для VS Code",
"displayName": "GitHub",
"welcome.publishFolder": "Вы также можете напрямую опубликовать эту папку в репозитории GitHub. После публикации вы получите доступ к возможностям системы управления версиями на платформе Git и GitHub.\r\n[$(github) Опубликовать в GitHub](command:github.publish)",

View File

@@ -11,6 +11,7 @@
"client\\dist\\node/jsonClient": {
"configureLimit": "Используйте параметр \"{0}\" для настройки ограничения.",
"goToSetting": "Открыть параметры",
"json.clearCache.completed": "Кэш схемы JSON очищен.",
"json.resolveError": "JSON: Ошибка разрешения схемы",
"json.schemaResolutionDisabledMessage": "Скачивание схем отключено. Щелкните, чтобы выполнить настройку.",
"json.schemaResolutionErrorMessage": "Не удалось разрешить схему. Щелкните, чтобы повторить попытку.",
@@ -20,12 +21,34 @@
"untitled.schema": "Не удается загрузить {0}",
"yes never again": "Больше не показывать"
},
"client\\dist\\node/languageStatus": {
"openExtension": "Открыть расширение",
"openSettings": "Открыть параметры",
"pending.detail": "Загрузка сведений JSON",
"schema.noSchema": "Для этого файла не настроена схема",
"schema.showdocs": "Подробнее о конфигурации схемы JSON...",
"schemaFromFolderSettings": "Настроено в параметрах рабочей области",
"schemaFromUserSettings": "Настроено в параметрах пользователя",
"schemaFromextension": "Настроено расширением: {0}",
"schemaPicker.title": "Схемы JSON, используемые для {0}",
"status.error": "Не удалось вычислить используемые схемы",
"status.multipleSchema": "Настроено несколько схем JSON.",
"status.noSchema": "Схема JSON не настроена.",
"status.noSchema.short": "Без проверки схемы",
"status.notJSON": "Не редактор JSON",
"status.openSchemasLink": "Показать схемы",
"status.singleSchema": "Схема JSON настроена.",
"status.withSchema.short": "Схема проверена",
"status.withSchemas.short": "Схема проверена",
"statusItem.name": "Состояние проверки JSON"
},
"package": {
"description": "Предоставляет широкую поддержку языка для файлов JSON.",
"displayName": "Возможности языка JSON",
"json.clickToRetry": "Щелкните, чтобы повторить попытку.",
"json.colorDecorators.enable.deprecationMessage": "Параметр \"json.colorDecorators.enable\" устарел. Теперь вместо него используется параметр \"editor.colorDecorators\".",
"json.colorDecorators.enable.desc": "Включает или отключает декораторы цвета",
"json.command.clearCache": "Очистить кэш схемы",
"json.enableSchemaDownload.desc": "Если этот параметр установлен, разрешено получение схем JSON из расположений HTTP и HTTPS.",
"json.format.enable.desc": "Включить/отключить модуль форматирования JSON по умолчанию",
"json.maxItemsComputed.desc": "Максимальное количество вычисленных символов структуры документа и сворачиваемых областей (ограничено по соображениям производительности).",
@@ -36,7 +59,8 @@
"json.schemas.fileMatch.item.desc": "Шаблон файла, который может содержать \"*\" и с которым выполняется сравнение, при разрешении JSON-файлов в схемах.",
"json.schemas.schema.desc": "Определение схемы для указанного URL-адреса. Схему необходимо указать только для того, чтобы не обращаться по URL-адресу схемы.",
"json.schemas.url.desc": "URL-адрес схемы или относительный путь к ней в текущем каталоге",
"json.tracing.desc": "Отслеживает связь между VS Code и языковым сервером JSON."
"json.tracing.desc": "Отслеживает связь между VS Code и языковым сервером JSON.",
"json.validate.enable.desc": "Включение или отключение проверки JSON."
}
}
}

View File

@@ -8,22 +8,29 @@
],
"version": "1.0.0",
"contents": {
"dist/features/documentLinkProvider": {
"dist/languageFeatures/documentLinkProvider": {
"documentLink.tooltip": "перейти по ссылке"
},
"dist/features/preview": {
"dist/languageFeatures/fileReferences": {
"error.noResource": "Не удалось найти ссылки на файлы. Не указаны ресурсы.",
"progress.title": "Поиск ссылок на файлы"
},
"dist/languageFeatures/rename": {
"invalidRenameLocation": "Переименование не поддерживается в расположении"
},
"dist/preview/preview": {
"lockedPreviewTitle": "[Предварительный просмотр] {0}",
"onPreviewStyleLoadError": "Не удалось загрузить 'markdown.styles': {0}",
"preview.clickOpenFailed": "Не удалось открыть {0}",
"previewTitle": "Открыть {0} для предварительного просмотра"
},
"dist/features/previewContentProvider": {
"dist/preview/previewContentProvider": {
"preview.notFound": "Не удается найти {0}",
"preview.securityMessage.label": "Предупреждение безопасности об отключении содержимого",
"preview.securityMessage.text": "Некоторое содержимое в этом документе было отключено",
"preview.securityMessage.title": "В предварительном просмотре Markdown было отключено потенциально опасное или ненадежное содержимое. Чтобы разрешить ненадежное содержимое или включить сценарии, измените параметры безопасности предварительного просмотра Markdown"
},
"dist/security": {
"dist/preview/security": {
"disable.description": "Разрешить все содержимое и выполнение сценариев. Не рекомендуется",
"disable.title": "Отключить",
"disableSecurityWarning.title": "Отключить предварительный просмотр предупреждений системы безопасности в этой рабочей области",
@@ -39,14 +46,17 @@
"toggleSecurityWarning.description": "Не влияет на уровень безопасности содержимого"
},
"package": {
"configuration.markdown.editor.drop.enabled": "Включить/отключить перетаскивание в редакторе Markdown для вставки смещения. Требуется включить `#workbenck.experimental.editor.dropIntoEditor.enabled#`.",
"configuration.markdown.links.openLocation.beside": "Открытые ссылки рядом с активным редактором.",
"configuration.markdown.links.openLocation.currentGroup": "Откройте ссылки в группе активного редактора.",
"configuration.markdown.links.openLocation.description": "Определяет, где следует открывать ссылки в файлах Markdown.",
"configuration.markdown.preview.openMarkdownLinks.description": "Указывает, как следует открывать ссылки на другие файлы Markdown при предварительном просмотре Markdown.",
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Пробовать открывать ссылки в редакторе.",
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Пробовать открывать ссылки в окне предварительного просмотра Markdown.",
"configuration.markdown.suggest.paths.enabled.description": "Включение или отключение предложений путей для ссылок Markdown",
"description": "Предоставляет широкую поддержку языка для Markdown.",
"displayName": "Возможности языка Markdown",
"markdown.findAllFileReferences": "Поиск ссылок на файлы",
"markdown.preview.breaks.desc": "Задает способ отрисовки разрывов строк для предварительного просмотра Markdown. Если задано значение true, для каждой новой строки внутри абзацев создается <br>.",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Дважды щелкните в области предварительного просмотра Markdown, чтобы переключиться в редактор.",
"markdown.preview.fontFamily.desc": "Определяет семейство шрифтов, используемое в области предварительного просмотра Markdown.",

View File

@@ -11,10 +11,6 @@
"dist/AADHelper": {
"signOut": "Вы вышли из системы, так как не удалось прочитать хранящиеся сведения о проверке подлинности."
},
"dist/keychain": {
"keychainWriteError": "Не удалось записать сведения о входе в цепочку ключей. Ошибка: \"{0}\".",
"troubleshooting": "Руководство по устранению неполадок"
},
"package": {
"description": "Поставщик проверки подлинности Майкрософт",
"displayName": "Учетная запись Майкрософт",

View File

@@ -13,8 +13,9 @@
"darkPlusColorThemeLabel": "Темная+ (темная по умолчанию)",
"description": "Темная и светлая темы Visual Studio по умолчанию",
"displayName": "Темы по умолчанию",
"hcColorThemeLabel": "Высокая контрастность",
"hcColorThemeLabel": "Темная высокая контрастность",
"lightColorThemeLabel": "Светлая (Visual Studio)",
"lightHcColorThemeLabel": "Светлая высококонтрастная",
"lightPlusColorThemeLabel": "Светлая+ (светлая по умолчанию)",
"minimalIconThemeLabel": "Минимальная (Visual Studio Code)"
}

File diff suppressed because it is too large Load Diff

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.40.0",
"version": "1.40.1",
"publisher": "Microsoft",
"repository": {
"type": "git",

View File

@@ -11,6 +11,7 @@
"dist/configurationEditingMain": {
"cwd": "启动时任务运行程序的当前工作目录",
"defaultBuildTask": "默认生成任务的名称。如果没有单个默认生成任务,则将显示快速选取以选择生成任务。",
"extensionInstallFolder": "安装扩展的路径。",
"file": "当前打开的文件",
"fileBasename": "当前打开的文件的文件名",
"fileBasenameNoExtension": "当前打开的文件的文件名 (不包含文件扩展名)",
@@ -52,8 +53,6 @@
"folderLabel": "按名称的文件夹(任意位置)",
"folderName": "文件所在工作区文件夹的名称 (例如 myFolder)",
"folderPath": "文件所在工作区文件夹的路径 (例如 /Users/Development/myFolder)",
"languageSpecificEditorSettings": "特定语言编辑器设置",
"languageSpecificEditorSettingsDescription": "替代语言编辑器设置",
"remoteName": "例如 SSH",
"rootName": "工作区名称 (例如 myFolder 或 myWorkspace)",
"rootPath": "工作区路径 (例如 /Users/Development/myWorkspace)",

View File

@@ -8,14 +8,16 @@
],
"version": "1.0.0",
"contents": {
"dist/common/keychain": {
"keychainWriteError": "将登录信息写入钥匙串失败,错误\"{0}\"。",
"troubleshooting": "故障排除指南"
},
"dist/githubServer": {
"signingIn": "$(mark-github)正在登录github.com…",
"status.git.signIn.name": "GitHub 登录",
"validUri": "请从 GitHub 登录页输入有效的 URI。"
"code.detail": "要完成身份验证,请导航GitHub 并粘贴以上一次性代码。",
"code.title": "代码: {0}",
"no": "否",
"otherReasonMessage": "尚未完成授权此扩展使用 GitHub 的操作。是否要继续尝试",
"progress": "在新选项卡中打开 [{0}]({0}),并粘贴一次性代码: {1}",
"signingIn": "正在登录到 github.com...",
"signingInAnotherWay": "正在登录到 github.com...",
"userCancelledMessage": "登录时遇到问题? 是否要尝试其他方式?",
"yes": "是"
},
"package": {
"description": "GitHub 身份验证提供程序",

View File

@@ -29,11 +29,14 @@
"forking_done": "已在 GitHub 上成功创建分支“{0}”。",
"forking_pushing": "正在推送更改…",
"no": "否",
"no pr template": "无模板",
"openingithub": "在 GitHub 上打开",
"openpr": "打开 PR"
"openpr": "打开 PR",
"select pr template": "选择拉取请求模板"
},
"package": {
"config.gitAuthentication": "控制是否在 VS Code 中为 git 命令启用自动 GitHub 身份验证。",
"config.gitProtocol": "控制用于克隆 GitHub 存储库的协议",
"description": "适用于 VS Code 的 GitHub 功能",
"displayName": "GitHub",
"welcome.publishFolder": "你还可直接将此文件夹发布到 GitHub 存储库。发布后,你将有权访问由 Git 和 GitHub 提供支持的源代码管理功能。\r\n[$(github) 发布到 GitHub](command:github.publish)",

View File

@@ -11,6 +11,7 @@
"client\\dist\\node/jsonClient": {
"configureLimit": "使用设置“{0}”来配置限制。",
"goToSetting": "打开设置",
"json.clearCache.completed": "已清除 JSON 架构缓存。",
"json.resolveError": "JSON: 架构解析错误",
"json.schemaResolutionDisabledMessage": "已禁用下载架构。单击以进行配置。",
"json.schemaResolutionErrorMessage": "无法解析架构。单击以重试。",
@@ -20,12 +21,34 @@
"untitled.schema": "无法加载 {0}",
"yes never again": "不再显示"
},
"client\\dist\\node/languageStatus": {
"openExtension": "打开扩展",
"openSettings": "打开设置",
"pending.detail": "正在加载 JSON 信息",
"schema.noSchema": "未配置此文件的架构",
"schema.showdocs": "详细了解 JSON 架构配置...",
"schemaFromFolderSettings": "已在工作区设置中配置",
"schemaFromUserSettings": "已在用户设置中配置",
"schemaFromextension": "已由扩展配置: {0}",
"schemaPicker.title": "用于{0}的 JSON 架构",
"status.error": "无法计算使用的架构",
"status.multipleSchema": "已配置多个 JSON 架构。",
"status.noSchema": "未配置任何 JSON 架构。",
"status.noSchema.short": "无架构验证",
"status.notJSON": "不是 JSON 编辑器",
"status.openSchemasLink": "显示架构",
"status.singleSchema": "已配置 JSON 架构。",
"status.withSchema.short": "已验证架构",
"status.withSchemas.short": "已验证架构",
"statusItem.name": "JSON 验证状态"
},
"package": {
"description": "为 JSON 文件提供丰富的语言支持",
"displayName": "JSON 语言功能",
"json.clickToRetry": "单击以重试。",
"json.colorDecorators.enable.deprecationMessage": "已弃用设置 \"json.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。",
"json.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"json.command.clearCache": "清除架构缓存",
"json.enableSchemaDownload.desc": "启用后,可以从 http 和 https 位置提取 JSON 架构。",
"json.format.enable.desc": "启用或禁用默认 JSON 格式化程序。",
"json.maxItemsComputed.desc": "计算的大纲符号和折叠区域的最大数量(因性能原因而受限)。",
@@ -36,7 +59,8 @@
"json.schemas.fileMatch.item.desc": "将 JSON 文件解析到架构时用于匹配的可以包含 \"*\" 的文件模式。",
"json.schemas.schema.desc": "给定 URL 的架构定义。仅当要避免访问架构 URL 时需要提供架构。",
"json.schemas.url.desc": "架构的 URL 或当前目录中架构的相对路径",
"json.tracing.desc": "跟踪 VS Code 和 JSON 语言服务器之间的通信。"
"json.tracing.desc": "跟踪 VS Code 和 JSON 语言服务器之间的通信。",
"json.validate.enable.desc": "启用/禁用 JSON 验证。"
}
}
}

View File

@@ -8,22 +8,29 @@
],
"version": "1.0.0",
"contents": {
"dist/features/documentLinkProvider": {
"dist/languageFeatures/documentLinkProvider": {
"documentLink.tooltip": "转到链接"
},
"dist/features/preview": {
"dist/languageFeatures/fileReferences": {
"error.noResource": "查找文件引用失败。未提供资源。",
"progress.title": "正在查找文件引用"
},
"dist/languageFeatures/rename": {
"invalidRenameLocation": "位置不支持重命名"
},
"dist/preview/preview": {
"lockedPreviewTitle": "[预览] {0}",
"onPreviewStyleLoadError": "无法加载 \"markdown.styles\": {0}",
"onPreviewStyleLoadError": "无法加载 \\\"markdown.styles\\\": {0}",
"preview.clickOpenFailed": "无法打开 {0}",
"previewTitle": "预览 {0}"
},
"dist/features/previewContentProvider": {
"dist/preview/previewContentProvider": {
"preview.notFound": "找不到 {0}",
"preview.securityMessage.label": "已禁用内容安全警告",
"preview.securityMessage.text": "已禁用此文档中的部分内容",
"preview.securityMessage.title": "已禁用此 Markdown 预览中的可能不安全的内容。更改 Markdown 预览安全设置以允许不安全内容或启用脚本"
},
"dist/security": {
"dist/preview/security": {
"disable.description": "允许所有内容,执行所有脚本。不推荐",
"disable.title": "禁用",
"disableSecurityWarning.title": "在此工作区中取消预览安全警告",
@@ -39,14 +46,17 @@
"toggleSecurityWarning.description": "不影响内容安全级别"
},
"package": {
"configuration.markdown.editor.drop.enabled": "启用/禁用放置到 Markdown editor 中以插入排班。需要启用 `#workbenck.experimental.editor.dropIntoEditor.enabled#`。",
"configuration.markdown.links.openLocation.beside": "打开活动编辑器旁边的链接。",
"configuration.markdown.links.openLocation.currentGroup": "打开活动编辑器组中的链接。",
"configuration.markdown.links.openLocation.description": "控制应在哪里打开 Markdown 文件中的链接。",
"configuration.markdown.preview.openMarkdownLinks.description": "控制如何打开 Markdown 预览中其他 Markdown 文件的链接。",
"configuration.markdown.preview.openMarkdownLinks.inEditor": "尝试在编辑器中打开链接。",
"configuration.markdown.preview.openMarkdownLinks.inPreview": "尝试在 Markdown 预览中打开链接。",
"configuration.markdown.suggest.paths.enabled.description": "启用/禁用 Markdown 链接的路径建议",
"description": "为 Markdown 提供丰富的语言支持。",
"displayName": "Markdown 语言功能",
"markdown.findAllFileReferences": "查找文件引用",
"markdown.preview.breaks.desc": "设置换行符在 Markdown 预览中的呈现方式。如果将其设置为 \"true\",则将为段落内的新行创建一个 <br>。",
"markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 预览中双击切换到编辑器。",
"markdown.preview.fontFamily.desc": "控制 Markdown 预览中使用的字体系列。",

View File

@@ -11,10 +11,6 @@
"dist/AADHelper": {
"signOut": "你已被注销,因为未能读取存储的身份验证信息。"
},
"dist/keychain": {
"keychainWriteError": "将登录信息写入密钥链失败,出现错误“{0}”。",
"troubleshooting": "故障排除指南"
},
"package": {
"description": "Microsoft 身份验证提供程序",
"displayName": "Microsoft 帐户",

View File

@@ -13,8 +13,9 @@
"darkPlusColorThemeLabel": "深色+ (默认深色)",
"description": "默认 Visual Studio 浅色和深色主题",
"displayName": "默认主题",
"hcColorThemeLabel": "高对比度",
"hcColorThemeLabel": "深色高对比度",
"lightColorThemeLabel": "浅色(Visual Studio)",
"lightHcColorThemeLabel": "浅色高对比度",
"lightPlusColorThemeLabel": "浅色+ (默认浅色)",
"minimalIconThemeLabel": "最小(Visual Studio Code)"
}

File diff suppressed because it is too large Load Diff

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.40.0",
"version": "1.40.1",
"publisher": "Microsoft",
"repository": {
"type": "git",

View File

@@ -11,6 +11,7 @@
"dist/configurationEditingMain": {
"cwd": "啟用時工作執行器目前工作目錄",
"defaultBuildTask": "預設建置工作的名稱。如果沒有任何預設建置工作,則會顯示快選以選擇建置工作。",
"extensionInstallFolder": "安裝延伸模組的路徑。",
"file": "目前已開啟的檔案",
"fileBasename": "目前已開啟檔案的 basename",
"fileBasenameNoExtension": "目前已開啟檔案的 basename不包含副檔名",
@@ -52,8 +53,6 @@
"folderLabel": "依名稱排列的資料夾 (任何位置)",
"folderName": "包含在工作區內的檔案名稱 (例如 myFolder)",
"folderPath": "包含在工作區內的檔案路徑 (例如 /Users/Development/myFolder)",
"languageSpecificEditorSettings": "語言專用編輯器設定",
"languageSpecificEditorSettingsDescription": "針對語言覆寫編輯器設定",
"remoteName": "例如 SSH",
"rootName": "工作區名稱 (例如 myFolder or myWorkspace)",
"rootPath": "工作區檔案路徑 (例如 /Users/Development/myWorkspace)",

View File

@@ -8,14 +8,16 @@
],
"version": "1.0.0",
"contents": {
"dist/common/keychain": {
"keychainWriteError": "將登入資訊寫入 Keychain 失敗,錯誤為 '{0}'。",
"troubleshooting": "疑難排解指南"
},
"dist/githubServer": {
"signingIn": "$(mark-github) 正在登入 github.com...",
"status.git.signIn.name": "GitHub 登入",
"validUri": "請從 GitHub 登入頁面輸入有效的 URI。"
"code.detail": "若要完成驗證,請瀏覽至 GitHub 並貼上上述的一次性程式碼。",
"code.title": "您的代碼: {0}",
"no": "否",
"otherReasonMessage": "您尚未完成授權此延伸模組使用 GitHub。要繼續嘗試嗎?",
"progress": "在新索引標籤中開啟 [{0}]({0}) 並貼上您的一次性代碼: {1}",
"signingIn": "正在登入 github.com...",
"signingInAnotherWay": "正在登入 github.com...",
"userCancelledMessage": "登入時遇到問題嗎? 要嘗試其他方式嗎?",
"yes": "是"
},
"package": {
"description": "GitHub 驗證提供者",

View File

@@ -13,7 +13,7 @@
"openingithub": "在 GitHub 上開啟",
"pick folder": "挑選要發佈至 GitHub 的資料夾",
"publishing_done": "已成功將 '{0}' 存放庫發行到 GitHub。",
"publishing_firstcommit": "正在建立第一個認可",
"publishing_firstcommit": "正在建立第一個提交",
"publishing_private": "正在發行到私人 GitHub 存放庫",
"publishing_public": "正在發行到公用 GitHub 存放庫",
"publishing_uploading": "正在上傳檔案"
@@ -29,11 +29,14 @@
"forking_done": "已成功在 GitHub 上建立分支 '{0}'。",
"forking_pushing": "正在推送變更...",
"no": "否",
"no pr template": "沒有範本",
"openingithub": "在 GitHub 上開啟",
"openpr": "開啟 PR"
"openpr": "開啟 PR",
"select pr template": "選取提取要求範本"
},
"package": {
"config.gitAuthentication": "控制是否要在 VS Code 中為 git 命令啟用自動 GitHub 驗證。",
"config.gitProtocol": "控制要用來複製 GitHub 存放庫的通訊協定",
"description": "適用於 VS Code 的 GitHub 功能",
"displayName": "GitHub",
"welcome.publishFolder": "您也可以直接將此資料夾發佈到 GitHub 存放庫。發佈之後,您就可以存取 git 與 GitHub 所支援的原始檔控制功能。\r\n[$(github) 發佈至 GitHub](command:github.publish)",

View File

@@ -11,6 +11,7 @@
"client\\dist\\node/jsonClient": {
"configureLimit": "使用設定 '{0}' 來設定限制。",
"goToSetting": "開啟設定",
"json.clearCache.completed": "JSON 結構描述快取已清除。",
"json.resolveError": "JSON: 結構描述解析錯誤",
"json.schemaResolutionDisabledMessage": "已停用下載結構描述。按一下以進行設定。",
"json.schemaResolutionErrorMessage": "無法解析結構描述。按一下以重試。",
@@ -20,12 +21,34 @@
"untitled.schema": "無法載入 {0}",
"yes never again": "不再顯示"
},
"client\\dist\\node/languageStatus": {
"openExtension": "開啟延伸模組",
"openSettings": "開啟設定",
"pending.detail": "正在載入 JSON 資訊",
"schema.noSchema": "未設定此檔案的結構描述",
"schema.showdocs": "深入了解 JSON 結構描述設定...",
"schemaFromFolderSettings": "在工作區設定中設定",
"schemaFromUserSettings": "在使用者設定中設定",
"schemaFromextension": "由延伸模組設定: {0}",
"schemaPicker.title": "用於 {0} 的 JSON 結構描述",
"status.error": "無法計算使用的架構",
"status.multipleSchema": "已設定多個 JSON 架構。",
"status.noSchema": "未設定 JSON 架構。",
"status.noSchema.short": "背結構描述驗證",
"status.notJSON": "不是 JSON 編輯器",
"status.openSchemasLink": "顯示結構描述",
"status.singleSchema": "已設定 JSON 架構。",
"status.withSchema.short": "結構描述已驗證",
"status.withSchemas.short": "結構描述已驗證",
"statusItem.name": "JSON 驗證狀態"
},
"package": {
"description": "為 JSON 檔案提供豐富的語言支援",
"displayName": "JSON 語言功能",
"json.clickToRetry": "按一下以重試。",
"json.colorDecorators.enable.deprecationMessage": "設定 `json.colorDecorators.enable` 已淘汰,將改為 `editor.colorDecorators`。",
"json.colorDecorators.enable.desc": "啟用或停用彩色裝飾項目",
"json.command.clearCache": "清除結構描述快取",
"json.enableSchemaDownload.desc": "若啟用,則可以從 http 和 https 位置擷取 JSON 結構描述。",
"json.format.enable.desc": "啟用/停用預設 JSON 格式器",
"json.maxItemsComputed.desc": "大綱符號和計算摺疊區域的數目上限 (因效能原因限制)。",
@@ -36,7 +59,8 @@
"json.schemas.fileMatch.item.desc": "可包含 '*' 的檔案模式,在將 JSON 檔案解析成結構描述時的比對對象。",
"json.schemas.schema.desc": "指定 URL 的結構描述定義。只須提供結構描述以避免存取結構描述 URL。",
"json.schemas.url.desc": "目前目錄中的結構描述 URL 或結構描述相對路徑",
"json.tracing.desc": "追蹤 VS Code 與 JSON 語言伺服器之間的通訊。"
"json.tracing.desc": "追蹤 VS Code 與 JSON 語言伺服器之間的通訊。",
"json.validate.enable.desc": "啟用/停用 JSON 驗證。"
}
}
}

View File

@@ -8,22 +8,29 @@
],
"version": "1.0.0",
"contents": {
"dist/features/documentLinkProvider": {
"dist/languageFeatures/documentLinkProvider": {
"documentLink.tooltip": "追蹤連結"
},
"dist/features/preview": {
"dist/languageFeatures/fileReferences": {
"error.noResource": "尋找檔案參考失敗。未提供任何資源。",
"progress.title": "正在尋找檔案參考"
},
"dist/languageFeatures/rename": {
"invalidRenameLocation": "位置不支援重新命名"
},
"dist/preview/preview": {
"lockedPreviewTitle": "[預覽] {0}",
"onPreviewStyleLoadError": "無法載入 markdown.style' 樣式:{0}",
"preview.clickOpenFailed": "無法開啟 {0}",
"previewTitle": "預覽 {0}"
},
"dist/features/previewContentProvider": {
"dist/preview/previewContentProvider": {
"preview.notFound": "找不到 {0}",
"preview.securityMessage.label": "內容已停用安全性警告",
"preview.securityMessage.text": "此文件中的部分內容已停用",
"preview.securityMessage.title": "Markdown 預覽中已停用可能不安全或無防護的內容。請將 Markdown 預覽的安全性設定變更為允許無防護的內容,或啟用指令碼"
},
"dist/security": {
"dist/preview/security": {
"disable.description": "允許所有內容與指令碼執行。不建議",
"disable.title": "停用",
"disableSecurityWarning.title": "不允許此工作區預覽安全性警告",
@@ -39,14 +46,17 @@
"toggleSecurityWarning.description": "不影響內容安全性層級"
},
"package": {
"configuration.markdown.editor.drop.enabled": "啟用/停用放入 Markdown 編輯器以插入班次。需要啟用 `#workbenck.experimental.editor.dropIntoEditor.enabled#`。",
"configuration.markdown.links.openLocation.beside": "開啟使用中編輯器旁邊的連結。",
"configuration.markdown.links.openLocation.currentGroup": "在使用中的編輯器群組開啟連結。",
"configuration.markdown.links.openLocation.description": "控制應在何處開啟 Markdown 檔案中的連結。",
"configuration.markdown.preview.openMarkdownLinks.description": "控制應如何開啟 Markdown 預覽中其他 Markdown 檔案的連結。",
"configuration.markdown.preview.openMarkdownLinks.inEditor": "嘗試在編輯器中開啟連結。",
"configuration.markdown.preview.openMarkdownLinks.inPreview": "嘗試開啟 Markdown 預覽中的連結。",
"configuration.markdown.suggest.paths.enabled.description": "啟用/停用 Markdown 連結的路徑建議",
"description": "為 Markdown 提供豐富的語言支援。",
"displayName": "Markdown 語言功能",
"markdown.findAllFileReferences": "尋找檔案參考",
"markdown.preview.breaks.desc": "設定 Markdown 預覽中轉譯分行符號的方式。若設定為 'true',則會為段落內的新行建立 <br>。",
"markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 預覽中按兩下會切換到編輯器。",
"markdown.preview.fontFamily.desc": "控制 Markdown 預覽中使用的字型家族。",

View File

@@ -11,10 +11,6 @@
"dist/AADHelper": {
"signOut": "因為讀取儲存的驗證資訊失敗,所以已將您登出。"
},
"dist/keychain": {
"keychainWriteError": "將登入資訊寫入 Keychain 失敗。錯誤: '{0}'。",
"troubleshooting": "疑難排解指南"
},
"package": {
"description": "Microsoft 驗證提供者",
"displayName": "Microsoft 帳戶",

View File

@@ -13,8 +13,9 @@
"darkPlusColorThemeLabel": "深色+ (預設深色)",
"description": "預設的 Visual Studio 淺色與深色佈景主題",
"displayName": "預設佈景主題",
"hcColorThemeLabel": "高對比",
"hcColorThemeLabel": "深色高對比",
"lightColorThemeLabel": "淺色 (Visual Studio)",
"lightHcColorThemeLabel": "淺色高對比",
"lightPlusColorThemeLabel": "淺色+ (預設淺色)",
"minimalIconThemeLabel": "最小 (Visual Studio Code)"
}

File diff suppressed because it is too large Load Diff