Skip to content

Commit

Permalink
Updated strings from microsoft/vscode-loc-drop@60a85cd (#1677)
Browse files Browse the repository at this point in the history
Co-authored-by: vscode <vscode@microsoft.com>
  • Loading branch information
azure-pipelines[bot] and vscode committed Jul 25, 2024
1 parent ac92dda commit 94cd8cf
Show file tree
Hide file tree
Showing 28 changed files with 1,054 additions and 382 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"configuration.markdown.editor.filePaste.enabled.smart": "Při nevkládání do bloku kódu nebo jiného speciálního elementu můžete ve výchozím nastavení inteligentně vytvářet odkazy Markdownu. Pomocí widgetu pro vložení můžete přepínat mezi vložením jako prostý text nebo jako odkazy Markdownu.",
"configuration.markdown.editor.filePaste.videoSnippet": "Fragment kódu použitý při přidávání videí do Markdownu Tento fragment kódu může používat následující proměnné:\r\n- ${src} – Přeložená cesta k videosouboru\r\n- ${title} – Název použitý pro video Pro tuto proměnnou se automaticky vytvoří zástupný objekt fragmentu kódu.",
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Určuje, jestli se při vkládání adres URL do editoru Markdownu vytvářejí odkazy Markdownu. Vyžaduje povolení #editor.pasteAs.enabled#.",
"configuration.markdown.experimental.updateLinksOnPaste": "Umožňuje povolit nebo zakázat automatické aktualizace odkazů v textu, který se kopíruje a vkládá z jednoho editoru Markdownu do jiného.",
"configuration.markdown.editor.updateLinksOnPaste.enabled": "Enable/disable updating of links in text that is copied and pasted from one Markdown editor to another.",
"configuration.markdown.links.openLocation.beside": "Otevírat odkazy vedle aktivního editoru",
"configuration.markdown.links.openLocation.currentGroup": "Otevírat odkazy v aktivní skupině editorů",
"configuration.markdown.links.openLocation.description": "Určuje, kde se mají otevírat odkazy v souborech Markdownu.",
Expand Down
96 changes: 72 additions & 24 deletions i18n/vscode-language-pack-cs/translations/main.i18n.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"configuration.markdown.editor.filePaste.enabled.smart": "Erstellen Sie Markdownlinks standardmäßig intelligent, wenn sie nicht in einen Codeblock oder ein anderes spezielles Element eingefügt werden. Verwenden Sie das Widget zum Einfügen, um zwischen dem Einfügen als Nur-Text- oder Markdownlinks zu wechseln.",
"configuration.markdown.editor.filePaste.videoSnippet": "Ausschnitt, der beim Hinzufügen von Videos zu Markdown verwendet wird. Dieser Codeausschnitt kann die folgenden Variablen verwenden:\r\n– „${src}“ – Der aufgelöste Pfad der Videodatei.\r\n– „${title}“ – Der für das Video verwendete Titel. Für diese Variable wird automatisch ein Ausschnittplatzhalter erstellt.",
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Steuert, ob Markdownlinks erstellt werden, wenn URLs in einen Markdown-Editor eingefügt werden. Erfordert die Aktivierung von „#editor.pasteAs.enabled#“.",
"configuration.markdown.experimental.updateLinksOnPaste": "Aktivieren/Deaktivieren der automatischen Aktualisierung von Links in Text, der von einem Markdown-Editor in einen anderen kopiert und eingefügt wird.",
"configuration.markdown.editor.updateLinksOnPaste.enabled": "Enable/disable updating of links in text that is copied and pasted from one Markdown editor to another.",
"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.",
Expand Down
96 changes: 72 additions & 24 deletions i18n/vscode-language-pack-de/translations/main.i18n.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"configuration.markdown.editor.filePaste.enabled.smart": "Crear vínculos de Markdown de forma inteligente y predeterminada cuando no se peguen en un bloque de código u otro elemento especial. Usar el widget de pegado para cambiar entre pegar como texto sin formato o como vínculos de Markdown.",
"configuration.markdown.editor.filePaste.videoSnippet": "Fragmento de código usado al agregar vídeos a Markdown. Este fragmento de código puede usar las siguientes variables:\r\n- \"${src}\": la ruta de acceso resuelta del archivo de vídeo.\r\n- \"${title}\": título usado para el vídeo. Se creará automáticamente un marcador de posición de fragmento de código para esta variable.",
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Controla si los vínculos de Markdown se crean cuando las direcciones URL se pegan en un editor de Markdown. Requiere habilitar `#editor.pasteAs.enabled#`.",
"configuration.markdown.experimental.updateLinksOnPaste": "Habilita o deshabilita la actualización automática de vínculos en texto que se copia y pega de un editor de Markdown a otro.",
"configuration.markdown.editor.updateLinksOnPaste.enabled": "Enable/disable updating of links in text that is copied and pasted from one Markdown editor to another.",
"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.",
Expand Down
Loading

0 comments on commit 94cd8cf

Please sign in to comment.