Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated strings from microsoft/vscode-loc-drop@436f6aee68c11da97ea527eb1eef8d3119cb3df1 #1792

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"Link is also defined here": "Odkaz už je tady také definován.",
"Link to '# {0}' in '{1}'": "Propojit s # {0} v {1}",
"Link to '{0}'": "Propojit s {0}",
"Link validation disabled": "Ověřování odkazu zakázáno",
"Link validation enabled": "Ověřování odkazu je povolené.",
"Markdown Language Server": "Jazykový server Markdown",
"Markdown link validation disabled": "Markdown link validation disabled",
"Markdown link validation enabled": "Markdown link validation enabled",
"Media": "Média",
"More Information": "Další informace",
"Never": "Nikdy",
Expand Down Expand Up @@ -85,7 +85,7 @@
"package": {
"configuration.copyIntoWorkspace.mediaFiles": "Zkuste do pracovního prostoru zkopírovat externí soubory obrázků a videí.",
"configuration.copyIntoWorkspace.never": "Nekopírovat externí soubory do pracovního prostoru.",
"configuration.markdown.copyFiles.destination": "Nakonfiguruje cestu a název souboru souborů vytvořených kopírováním, vložením nebo přetažením. Toto je mapa globů, které se shodují s cestou k dokumentu Markdownu k cílové cestě, kde by se měl nový soubor vytvořit.\r\n\r\nCílová cesta může používat následující proměnné:\r\n\r\n– ${documentDirName} – absolutní cesta nadřazeného adresáře dokumentu Markdown, například /Users/me/myProject/docs.\r\n– ${documentRelativeDirName} – relativní nadřazená cesta k adresáři dokumentu Markdown, například docs. Je stejná jako ${documentDirName}, pokud soubor není součástí pracovního prostoru.\r\n– ${documentFileName} – úplný název souboru dokumentu Markdown, například README.md.\r\n– ${documentBaseName} – základní název dokumentu Markdownu, například README.\r\n– ${documentExtName} – přípona dokumentu Markdown, například md.\r\n– ${documentFilePath} – absolutní cesta k dokumentu Markdown, například /Users/me/myProject/docs/README.md.\r\n– ${documentRelativeFilePath} – relativní cesta k dokumentu Markdown, například docs/README.md. Je stejná jako ${documentFilePath}, pokud soubor není součástí pracovního prostoru.\r\n– ${documentWorkspaceFolder} – složka pracovního prostoru pro dokument Markdown, například /Users/me/myProject. Je stejná jako ${documentDirName}, pokud soubor není součástí pracovního prostoru.\r\n– ${fileName} – název vyřazeného souboru, například image.png.\r\n– ${fileExtName} – přípona vyřazeného souboru, například png.\r\n– '${unixTime}' — aktuální časové razítko Unixu v sekundách",
"configuration.markdown.copyFiles.destination": "Configures the path and file name of files created by copy/paste or drag and drop. This is a map of globs that match against a Markdown document path to the destination path where the new file should be created.\r\n\r\nThe destination path may use the following variables:\r\n\r\n- `${documentDirName}` — Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}` — Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}` — The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}` — The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}` — The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}` — Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}` — Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}` — The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}` — The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}` — The extension of the dropped file, e.g. `png`.\r\n- `${unixTime}` — The current Unix timestamp in milliseconds.",
"configuration.markdown.copyFiles.overwriteBehavior": "Určuje, jestli mají soubory vytvořené přetažením nebo vložením přepsat existující soubory.",
"configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "Pokud už soubor se stejným názvem existuje, připojte k názvu souboru číslo, například:image.png se stane image-1.png.",
"configuration.markdown.copyFiles.overwriteBehavior.overwrite": "Pokud už existuje soubor se stejným názvem, přepište ho.",
Expand Down
10 changes: 5 additions & 5 deletions i18n/vscode-language-pack-cs/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6098,7 +6098,7 @@
"vscode.extension.contributes.chatViewsWelcome": "Přidává uvítací zprávu do zobrazení chatu."
},
"vs/workbench/contrib/chat/browser/viewsWelcome/chatViewWelcomeController": {
"preview": "PREVIEW"
"experimental": "EXPERIMENTAL"
},
"vs/workbench/contrib/chat/common/chatColors": {
"chat.avatarBackground": "Barva pozadí avataru chatu",
Expand Down Expand Up @@ -6577,7 +6577,8 @@
},
"vs/workbench/contrib/comments/browser/commentThreadZoneWidget": {
"collapse": "Collapse",
"confirmCollapse": "This comment thread has unsubmitted comments. Do you want to collapse it?"
"confirmCollapse": "Collapsing a comment thread will discard unsubmitted comments. Do you want to collapse this comment thread?",
"neverAskAgain": "Never ask me again"
},
"vs/workbench/contrib/comments/browser/reactionsAction": {
"comment.reactionLabelMany": "{0}{1} reakce/reakcí s {2}",
Expand Down Expand Up @@ -10070,8 +10071,8 @@
"notebook.insertToolbarPosition.description": "Určuje, kde se mají zobrazovat akce vložení buněk.",
"notebook.interactiveWindow.collapseCodeCells": "Určuje, zda jsou buňky kódu v interaktivním okně ve výchozím nastavení sbaleny.",
"notebook.markdown.lineHeight": "Určuje výšku řádku v pixelech buněk Markdownu v poznámkových blocích. Při nastavení na {0} se použije {1}.",
"notebook.markup.fontFamily": "Controls the font family of rendered markup in notebooks. When left blank, this will fall back to the default workbench font family.",
"notebook.markup.fontSize": "Určuje velikost písma vykreslených značek v poznámkových blocích. Při nastavení na {0} se použije 120 % hodnoty {1}.",
"notebook.markupFontFamily": "Určuje rodinu písem vykreslených značek v poznámkových blocích. Pokud necháte prázdné, vrátí se na výchozí rodinu písem pracovní plochy.",
"notebook.minimalErrorRendering": "Určuje, jestli se má výstup chyby vykreslovat v minimálním stylu.",
"notebook.multiCursor.enabled": "Experimentální. Povolí omezenou sadu ovládacích prvků s více kurzory napříč více buňkami v editoru poznámkových bloků. V současné době se podporují základní akce editoru (psaní, vyjmutí, kopírování, vložení a kompozice) a omezená podmnožina příkazů editoru.",
"notebook.outputFontFamily": "Rodina písem výstupního textu v buňkách poznámkového bloku. Pokud je tato hodnota nastavená na prázdnou hodnotu, použije se {0}.",
Expand Down Expand Up @@ -14743,6 +14744,7 @@
"message2": "{0} nemá žádnou kontrolu nad chováním rozšíření třetích stran, včetně způsobu správy vašich osobních údajů. Pokračujte pouze v případě, že důvěřujete vydavateli.",
"message3": "Installing this extension will also install [extensions]({0}) published by {1} and {2}.",
"message4": "{0} has no control over the behavior of third-party extensions, including how they manage your personal data. Please proceed only if you trust the publishers.",
"multiInstallMessage": "This is the first time you're installing extensions from publishers {0} and {1}.",
"multipleDependentsError": "Rozšíření {0} nelze odinstalovat. Závisí na něm rozšíření {1}, {2} a další rozšíření.",
"non web extensions": "{0}obsahuje rozšíření, která nejsou v {1} podporována.",
"non web extensions detail": "Obsahuje nepodporovaná rozšíření.",
Expand All @@ -14752,10 +14754,8 @@
"trust and install": "Důvěřovat vydavateli &> Nainstalovat",
"trust publishers and install": "Trust Publishers & &&Install",
"twoDependentsError": "Rozšíření {0} nelze odinstalovat. Závisí na něm rozšíření {1} a {2}.",
"unverifiedPublisher": "{0} is **not** [verified]({1}).",
"unverifiedPublisherWithName": "{0} is **not** [verified]({1}).",
"unverifiedPublishers": "{0} and {1} are **not** [verified]({2}).",
"verifiedPublisher": "{0} has verified ownership of {1}.",
"verifiedPublisherWithName": "{0} has verified ownership of {1}."
},
"vs/workbench/services/extensionManagement/common/extensionsIcons": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"Link is also defined here": "Die Verknüpfung ist hier ebenfalls definiert",
"Link to '# {0}' in '{1}'": "Link zu „# {0}“ in „{1}“",
"Link to '{0}'": "Link zu „{0}“",
"Link validation disabled": "Linküberprüfung deaktiviert",
"Link validation enabled": "Linküberprüfung aktiviert",
"Markdown Language Server": "Markdown Sprachserver",
"Markdown link validation disabled": "Markdown link validation disabled",
"Markdown link validation enabled": "Markdown link validation enabled",
"Media": "Medien",
"More Information": "Weitere Informationen",
"Never": "Nie",
Expand Down Expand Up @@ -85,7 +85,7 @@
"package": {
"configuration.copyIntoWorkspace.mediaFiles": "Versuchen Sie, externe Bild- und Videodateien in den Arbeitsbereich zu kopieren.",
"configuration.copyIntoWorkspace.never": "Kopieren Sie keine externen Dateien in den Arbeitsbereich.",
"configuration.markdown.copyFiles.destination": "Konfiguriert den Pfad und Dateinamen von Dateien, die durch Kopieren/Einfügen oder Drag & Drop erstellt wurden. Dies ist eine Zuordnung von Globs, die mit einem Markdowndokumentpfad mit dem Zielpfad übereinstimmen, in dem die neue Datei erstellt werden soll.\r\n\r\nDer Zielpfad kann die folgenden Variablen verwenden:\r\n\r\n– „${documentDirName}“: Absoluter übergeordneter Verzeichnispfad des Markdowndokuments, z. B. „/Users/me/myProject/docs“.\r\n– „${documentRelativeDirName}“: Relativer übergeordneter Verzeichnispfad des Markdowndokuments, z. B. „docs“. Dies ist identisch mit „${documentDirName}“, wenn die Datei nicht Teil eines Arbeitsbereichs ist.\r\n– „${documentFileName}“: Der vollständige Dateiname des Markdowndokuments, z. B. „README.md“.\r\n– „${documentBaseName}“: Der Basisname des Markdowndokuments, z. B. „README“.\r\n– „${documentExtName}“: Die Erweiterung des Markdowndokuments, z. B. „md“.\r\n– „${documentFilePath}“: Absoluter Pfad des Markdowndokuments, z. B. „/Users/me/myProject/docs/README.md“.\r\n– „${documentRelativeFilePath}“: Relativer Pfad des Markdowndokuments, z. B. „docs/README.md“. Dies ist identisch mit „${documentFilePath}“, wenn die Datei nicht Teil eines Arbeitsbereichs ist.\r\n– „${documentWorkspaceFolder}“: Der Arbeitsbereichsordner für das Markdowndokument, z. B. „/Users/me/myProject“. Dies ist identisch mit „${documentDirName}“, wenn die Datei nicht Teil eines Arbeitsbereichs ist.\r\n– „${fileName}“: Der Dateiname der gelöschten Datei, z. B. „image.png“.\r\n– „${fileExtName}“: Die Erweiterung der gelöschten Datei, z. B. „png“.\r\n– „${unixTime}“: Der aktuelle Unix-Zeitstempel in Sekunden.",
"configuration.markdown.copyFiles.destination": "Configures the path and file name of files created by copy/paste or drag and drop. This is a map of globs that match against a Markdown document path to the destination path where the new file should be created.\r\n\r\nThe destination path may use the following variables:\r\n\r\n- `${documentDirName}` — Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}` — Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}` — The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}` — The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}` — The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}` — Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}` — Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}` — The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}` — The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}` — The extension of the dropped file, e.g. `png`.\r\n- `${unixTime}` — The current Unix timestamp in milliseconds.",
"configuration.markdown.copyFiles.overwriteBehavior": "Steuert, ob Dateien, die durch Ablegen oder Einfügen erstellt werden, vorhandene Dateien überschreiben sollen.",
"configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "Wenn bereits eine Datei mit demselben Namen vorhanden ist, fügen Sie eine Zahl an den Dateinamen an, z. B.: \"image.png\" wird zu \"image-1.png\".",
"configuration.markdown.copyFiles.overwriteBehavior.overwrite": "Wenn bereits eine Datei mit dem gleichen Namen vorhanden ist, überschreiben Sie sie.",
Expand Down
10 changes: 5 additions & 5 deletions i18n/vscode-language-pack-de/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6098,7 +6098,7 @@
"vscode.extension.contributes.chatViewsWelcome": "Trägt eine Begrüßungsnachricht zu einer Chatansicht bei"
},
"vs/workbench/contrib/chat/browser/viewsWelcome/chatViewWelcomeController": {
"preview": "VORSCHAU"
"experimental": "EXPERIMENTAL"
},
"vs/workbench/contrib/chat/common/chatColors": {
"chat.avatarBackground": "Die Hintergrundfarbe eines Chatavatars.",
Expand Down Expand Up @@ -6577,7 +6577,8 @@
},
"vs/workbench/contrib/comments/browser/commentThreadZoneWidget": {
"collapse": "Collapse",
"confirmCollapse": "This comment thread has unsubmitted comments. Do you want to collapse it?"
"confirmCollapse": "Collapsing a comment thread will discard unsubmitted comments. Do you want to collapse this comment thread?",
"neverAskAgain": "Never ask me again"
},
"vs/workbench/contrib/comments/browser/reactionsAction": {
"comment.reactionLabelMany": "{0}{1} Reaktionen mit {2}",
Expand Down Expand Up @@ -10070,8 +10071,8 @@
"notebook.insertToolbarPosition.description": "Steuern Sie, wo die Aktionen zum Einfügen von Zellen angezeigt werden.",
"notebook.interactiveWindow.collapseCodeCells": "Steuert, ob Codezellen im interaktiven Fenster standardmäßig reduziert werden.",
"notebook.markdown.lineHeight": "Steuert die Zeilenhöhe in Pixel in Markdown-Zellen in Notebooks. Bei Festlegung auf {0} wird {1} verwendet.",
"notebook.markup.fontFamily": "Controls the font family of rendered markup in notebooks. When left blank, this will fall back to the default workbench font family.",
"notebook.markup.fontSize": "Steuert die Schriftgröße der gerenderten Markierungen in Notebooks in Pixel. Bei Einstellung auf {0} wird 120% von {1} verwendet.",
"notebook.markupFontFamily": "Steuert die Schriftfamilie des gerenderten Markups in Notebooks. Wenn diese Option leer gelassen wird, wird auf die Standardmäßige Schriftfamilie der Workbench zurückgesetzt.",
"notebook.minimalErrorRendering": "Hiermit wird gesteuert, ob die Fehlerausgabe in minimaler Formatvorlage gerendert werden soll.",
"notebook.multiCursor.enabled": "Experimentell. Aktiviert eine begrenzte Anzahl von Multicursorsteuerelementen für mehrere Zellen im Notebook-Editor. Zurzeit werden Kern-Editor-Aktionen (Eingabe/Ausschneiden/Kopieren/Einfügen/Zusammensetzung) und eine begrenzte Teilmenge von Editorbefehlen unterstützt.",
"notebook.outputFontFamily": "Die Schriftfamilie für den Ausgabetext für Notebookzellen. Bei Festlegung auf \"leer\" wird die {0} verwendet.",
Expand Down Expand Up @@ -14743,6 +14744,7 @@
"message2": "{0} hat keine Kontrolle über das Verhalten von Drittanbietererweiterungen, einschließlich der Verwaltung Ihrer persönlichen Daten. Fahren Sie nur fort, wenn Sie dem Herausgeber vertrauen.",
"message3": "Installing this extension will also install [extensions]({0}) published by {1} and {2}.",
"message4": "{0} has no control over the behavior of third-party extensions, including how they manage your personal data. Please proceed only if you trust the publishers.",
"multiInstallMessage": "This is the first time you're installing extensions from publishers {0} and {1}.",
"multipleDependentsError": "Die Erweiterung \"{0}\" kann nicht deinstalliert werden. Die Erweiterungen \"{1}\" und \"{2}\" sowie weitere hängen von dieser Erweiterung ab.",
"non web extensions": "„{0}“ enthält Erweiterungen, die in {1} nicht unterstützt werden.",
"non web extensions detail": "Enthält nicht unterstützte Erweiterungen.",
Expand All @@ -14752,10 +14754,8 @@
"trust and install": "Herausgeber vertrauen &&installieren",
"trust publishers and install": "Trust Publishers & &&Install",
"twoDependentsError": "Die Erweiterung \"{0}\" kann nicht deinstalliert werden. Die Erweiterungen \"{1}\" und \"{2}\" hängen von dieser Erweiterung ab.",
"unverifiedPublisher": "{0} is **not** [verified]({1}).",
"unverifiedPublisherWithName": "{0} is **not** [verified]({1}).",
"unverifiedPublishers": "{0} and {1} are **not** [verified]({2}).",
"verifiedPublisher": "{0} has verified ownership of {1}.",
"verifiedPublisherWithName": "{0} has verified ownership of {1}."
},
"vs/workbench/services/extensionManagement/common/extensionsIcons": {
Expand Down
Loading
Loading