Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions i18n/vscode-language-pack-cs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@
"id": "vscode.mermaid-chat-features",
"path": "./translations/extensions/vscode.mermaid-chat-features.i18n.json"
},
{
"id": "vscode.mermaid-markdown-features",
"path": "./translations/extensions/vscode.mermaid-markdown-features.i18n.json"
},
{
"id": "vscode.microsoft-authentication",
"path": "./translations/extensions/vscode.microsoft-authentication.i18n.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@
"Enable validation of Markdown links": "Povolit ověřování odkazů Markdownu",
"Exclude '{0}' from link validation.": "Vyloučení {0} z ověření odkazu",
"Extract to link definition": "Extrahovat do definice odkazu",
"Failed to parse frontmatter": "Failed to parse frontmatter",
"File does not exist at path: {0}": "Neexistující soubor na cestě: {0}",
"Find file references failed. No resource provided.": "Operace vyhledání odkazů na soubory neproběhla úspěšně. Neposkytl se žádný prostředek.",
"Finding file references": "Vyhledávají se odkazy na soubory",
"Follow link": "Přejít na odkaz",
"Frontmatter": "Frontmatter",
"Go to link definition": "Přejít na definici odkazu",
"Header does not exist in file: {0}": "Neexistující hlavička v souboru: {0}",
"Insert Markdown Audio": "Vložit zvuk Markdownu",
Expand Down Expand Up @@ -114,6 +116,10 @@
"configuration.markdown.preferredMdPathExtensionStyle.auto": "U existujících cest zkuste zachovat styl přípony názvu souboru. Pro nové cesty přidejte přípony názvu souborů.",
"configuration.markdown.preferredMdPathExtensionStyle.includeExtension": "Raději zahrňte přípony názvu souboru. Například dokončení cesty k souboru s názvem „file.md“ vloží „file.md“.",
"configuration.markdown.preferredMdPathExtensionStyle.removeExtension": "Raději odeberte příponu názvu souboru. Například dokončení cesty k souboru s názvem „file.md“ vloží „file“ bez „.md“.",
"configuration.markdown.preview.frontMatter.codeBlock": "Render frontmatter as a code block.",
"configuration.markdown.preview.frontMatter.description": "Controls how YAML frontmatter (delimited by `---`) at the start of a Markdown file is rendered in the preview.",
"configuration.markdown.preview.frontMatter.hide": "Do not render frontmatter.",
"configuration.markdown.preview.frontMatter.table": "Render frontmatter as a table of keys and values.",
"configuration.markdown.preview.openMarkdownLinks.description": "Určuje, jak se mají otevírat odkazy na jiné soubory Markdownu v náhledu Markdownu.",
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Zkusit odkazy otevřít v editoru",
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Zkusit odkazy otevřít v náhledu Markdownu",
Expand Down Expand Up @@ -149,6 +155,7 @@
"markdown.editor.insertImageFromWorkspace": "Vložit obrázek z pracovního prostoru",
"markdown.editor.insertLinkFromWorkspace": "Vložit odkaz na soubor v pracovním prostoru",
"markdown.findAllFileReferences": "Vyhledat odkazy na soubory",
"markdown.openFrontMatterSettings.title": "Configure Frontmatter Visibility",
"markdown.openImage.title": "Otevřít obrázek",
"markdown.preview.breaks.desc": "Nastaví způsob vykreslování konců řádků v náhledu Markdownu. Pokud je nastaveno na hodnotu true, <br> pro každý nový řádek v odstavcích se vytvoří značka.",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Poklikáním na náhled Markdownu přepnete do editoru.",
Expand All @@ -164,12 +171,12 @@
"markdown.preview.toggleLock.title": "Přepnout zamykání náhledu",
"markdown.preview.typographer": "Umožňuje povolit některá nahrazení nezávislá na jazyku a citace v náhledu Markdownu.",
"markdown.previewSide.title": "Otevřít náhled na boku",
"markdown.reopenAsPreview.title": "Znovu otevřít jako náhled",
"markdown.reopenAsSource.title": "Znovu otevřít jako text",
"markdown.reopenAsPreview.title": "Open as Preview",
"markdown.reopenAsSource.title": "Reopen as source file",
"markdown.server.log.desc": "Určuje úroveň protokolování jazykového serveru Markdown.",
"markdown.showLockedPreviewToSide.title": "Otevřít zamknutý náhled na boku",
"markdown.showPreviewSecuritySelector.title": "Změnit nastavení zabezpečení náhledu",
"markdown.showSource.title": "Zobrazit zdroj",
"markdown.showSource.title": "Open Source File",
"markdown.styles.dec": "Seznam adres URL nebo místních cest k šablonám stylů CSS, které se mají použít z náhledu Markdownu. Relativní cesty jsou interpretovány relativně ke složce otevřené v Exploreru. Pokud není otevřená žádná složka, budou se interpretovat relativně k umístění souboru Markdownu. Všechna dvojitá zpětná lomítka `\\` musí být zapsána jako čtyři zpětná lomítka `\\\\`.",
"markdown.togglePreview.title": "Přepnout náhled",
"markdown.trace.extension.desc": "Povolit protokolování ladění pro rozšíření Markdownu",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0",
"contents": {
"bundle": {
"Mermaid Diagram": "Mermaid Diagram",
"Open Diagram in Editor": "Open Diagram in Editor",
"Reset Pan and Zoom": "Reset Pan and Zoom",
"Toggle Pan Mode": "Toggle Pan Mode",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out"
},
"package": {
"command.copySource.title": "Copy Diagram Source",
"command.openInEditor.title": "Open Diagram in Editor",
"command.resetPanZoom.title": "Reset Pan and Zoom",
"config.markdown-mermaid.controls.show.always": "Always show zoom controls.",
"config.markdown-mermaid.controls.show.description": "Controls showing UI controls on Mermaid diagrams.",
"config.markdown-mermaid.controls.show.never": "Never show controls.",
"config.markdown-mermaid.controls.show.onHoverOrFocus": "Show zoom controls when hovering over or focusing a diagram.",
"config.markdown-mermaid.darkModeTheme.description": "Default Mermaid theme for dark mode.",
"config.markdown-mermaid.languages.description": "Default languages in Markdown.",
"config.markdown-mermaid.lightModeTheme.description": "Default Mermaid theme for light mode.",
"config.markdown-mermaid.maxHeight.markdownDescription": "Maximum height for diagrams. Must be a CSS value with units such as `80vh` or `400px`. Leave empty to try to automatically size diagrams based on their content.",
"config.markdown-mermaid.maxTextSize.description": "The maximum allowed size of the user's text diagram.",
"config.markdown-mermaid.mouseNavigation.enabled.alt": "Only enable mouse navigation when holding down Alt (Option on macOS). Gestures such as pinch-to-zoom will still work without Alt.",
"config.markdown-mermaid.mouseNavigation.enabled.always": "Always enable mouse navigation on Mermaid diagrams.",
"config.markdown-mermaid.mouseNavigation.enabled.description": "Controls when mouse-based navigation is enabled on Mermaid diagrams.",
"config.markdown-mermaid.mouseNavigation.enabled.never": "Disable mouse navigation.",
"config.markdown-mermaid.resizable.description": "Allow diagrams to be resized vertically by dragging the bottom edge.",
"config.title": "Mermaid",
"description": "Adds Mermaid diagram support to built-in chats, Markdown previews, and notebooks.",
"displayName": "Mermaid Markdown Features"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
"typescript.tsc.autoDetect.on": "Vytvořit jak úlohy sestavení, tak úlohy sledování",
"typescript.tsc.autoDetect.unifiedDeprecationMessage": "Toto nastavení je zastaralé. Použijte místo toho `#js/ts.tsc.autoDetect#`.",
"typescript.tsc.autoDetect.watch": "Vytvořit pouze úlohy kompilace a sledování",
"typescript.tsdk.desc": "Určuje cestu ke složce pro soubory tsserver a lib*.d.ts v rámci instalace TypeScriptu, která se má používat pro technologii IntelliSense, například: ./node_modules/typescript/lib.\r\n\r\n- Pokud je zadáno jako uživatelské nastavení, verze TypeScriptu ze souboru typescript.tsdk automaticky nahradí integrovanou verzi TypeScriptu.\r\n- Pokud je zadáno jako nastavení pracovního prostoru, umožňuje vám soubor typescript.tsdk přepnout na používání verze TypeScriptu tohoto pracovního prostoru pro IntelliSense příkazem TypeScript: vybrat verzi TypeScriptu.r\r\n\r\nDalší informace o správě verzí TypeScriptu najdete v [dokumentaci k TypeScriptu](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-newer-typescript-versions).",
"typescript.tsdk.desc": "Specifies the folder path to the tsserver and `lib*.d.ts` files under a TypeScript install to use for IntelliSense, for example: `./node_modules/typescript/lib`.\r\n\r\n- When specified as a user setting, the TypeScript version from `js/ts.tsdk.path` automatically replaces the built-in TypeScript version.\r\n- When specified as a workspace setting, `js/ts.tsdk.path` allows you to switch to use that workspace version of TypeScript for IntelliSense with the `TypeScript: Select TypeScript version` command.\r\n\r\nSee the [TypeScript documentation](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-newer-typescript-versions) for more detail about managing TypeScript versions.",
"typescript.tsdk.unifiedDeprecationMessage": "Toto nastavení je zastaralé. Použijte místo toho `#js/ts.tsdk.path#`.",
"typescript.tsserver.enableTracing": "Umožňuje povolit sledování výkonu serveru TS do adresáře. Tyto sledovací soubory lze použít k diagnostikování problémů s výkonem serveru TS. Protokol může obsahovat cesty k souborům, zdrojový kód a další potenciálně citlivé informace z vašeho projektu.",
"typescript.tsserver.enableTracing.unifiedDeprecationMessage": "Toto nastavení je zastaralé. Použijte místo toho `#js/ts.tsserver.tracing.enabled#`.",
Expand Down
Loading
Loading