Skip to content

Commit

Permalink
Updated strings from microsoft/vscode-loc-drop@f86cb78 (#1517)
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 authored Nov 30, 2023
1 parent 325db3d commit e832459
Show file tree
Hide file tree
Showing 21 changed files with 168 additions and 140 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"contents": {
"package": {
"add.eventListener.breakpoint": "Přepnout zarážky naslouchacího procesu událostí",
"add.xhr.breakpoint": "Add XHR/fetch Breakpoint",
"add.xhr.breakpoint": "Přidat zarážku XHR/Fetch",
"attach.node.process": "Připojit k procesu uzlu",
"base.cascadeTerminateToConfigurations.label": "Seznam relací ladění, které budou také zastaveny, když bude ukončena tato relace ladění",
"base.enableDWARF.label": "Přepíná, jestli se ladicí program pokusí přečíst ladicí symboly DWARF z WebAssembly, což může být náročné na prostředky. Aby bylo možné fungovat, vyžaduje rozšíření ms-vscode.wasm-vm-debugging.",
"breakpoint.xhr.any": "Any XHR/fetch",
"breakpoint.xhr.contains": "Break when URL contains:",
"breakpoint.xhr.any": "Jakékoli XHR/Fetch",
"breakpoint.xhr.contains": "Přerušit, pokud adresa URL obsahuje:",
"browser.address.description": "IP adresa nebo název hostitele, na kterých naslouchá laděný prohlížeč",
"browser.attach.port.description": "Port, který se má použít ke vzdálenému ladění prohlížeče, zadaný jako --remote-debugging-port při spuštění prohlížeče",
"browser.baseUrl.description": "Base URL to resolve paths baseUrl. baseURL is trimmed when mapping URLs to the files on disk. Defaults to the launch URL domain.",
Expand Down Expand Up @@ -105,7 +105,7 @@
"edge.port.description": "Port, na kterém ladicí program webového zobrazení naslouchá při ladění webových zobrazení. Pokud není nastaveno, bude automaticky zjištěno.",
"edge.useWebView.attach.description": "Objekt obsahující pipeName kanálu ladění pro Webview2 hostované na UPW Toto je MyTestSharedMemory při vytváření kanálu „\\\\.\\pipe\\LOCAL\\MyTestSharedMemory“.",
"edge.useWebView.launch.description": "Když má hodnotu true, bude ladicí program považovat spustitelný soubor modulu runtime za hostitelskou aplikaci, která obsahuje webové zobrazení (WebView), což vám umožní ladit obsah skriptu webového zobrazení.",
"edit.xhr.breakpoint": "Edit XHR/fetch Breakpoint",
"edit.xhr.breakpoint": "Upravit zarážku XHR/Fetch",
"enableContentValidation.description": "Určuje, jestli budeme ověřovat, že se obsah souborů na disku shoduje s těmi, které jsou načteny za běhu. To je užitečné v různých scénářích (a v některých z nich je to vyžadováno), může to však také vést k problémům, například pokud se použije transformace skriptů na straně serveru.",
"errors.timeout": "{0}: timeout after {1}ms",
"extension.description": "An extension for debugging Node.js programs and Chrome.",
Expand Down Expand Up @@ -200,8 +200,8 @@
"profile.start": "Použít profil výkonu",
"profile.stop": "Zastavit profil výkonu",
"remove.eventListener.breakpoint.all": "Odebrat všechny zarážky naslouchacího procesu událostí",
"remove.xhr.breakpoint": "Remove XHR/fetch Breakpoint",
"remove.xhr.breakpoint.all": "Remove All XHR/fetch Breakpoints",
"remove.xhr.breakpoint": "Odebrat zarážku XHR/Fetch",
"remove.xhr.breakpoint.all": "Odebrat všechny zarážky XHR/Fetch",
"requestCDPProxy.label": "Požadovat proxy CDP pro relaci ladění",
"skipFiles.description": "Pole hodnot vzorů glob pro soubory, které se mají přeskočit při ladění. Vzor <node_internals>/** odpovídá všem interním modulům Node.js.",
"smartStep.description": "Provede se automatické krokování vygenerovaného kódu, který nelze namapovat zpět do původního zdroje.",
Expand All @@ -222,14 +222,14 @@
},
"bundle": {
"A profiling session is already running, would you like to stop it and start a new session?": "Relace profilování je už spuštěná. Chcete ji zastavit a spustit novou relaci?",
"Add XHR Breakpoint": "Add XHR Breakpoint",
"Add new URL...": "Add new URL...",
"Add XHR Breakpoint": "Přidat zarážku XHR",
"Add new URL...": "Přidat novou adresu URL...",
"Adjust glob pattern(s) in the 'outFiles' attribute so that they cover the generated JavaScript.": "Upravte vzory glob v atributu outFiles tak, aby pokrývaly vygenerovaný JavaScript.",
"Always": "Vždy",
"Always in this Workspace": "Vždy v tomto pracovním prostoru",
"An error occurred taking a profile from the target.": "Při načítání profilu z cíle došlo k chybě.",
"Animation Frame Fired": "Vyvolán snímek animace",
"Any XHR or fetch": "Any XHR or fetch",
"Any XHR or fetch": "Jakékoli XHR nebo Fetch",
"Assertion failed": "Kontrolní výraz selhal.",
"Attach to process: '{0}' doesn't look like a process id.": "Připojit k procesu: {0} nevypadá jako ID procesu.",
"Attach to process: cannot enable debug mode for process '{0}' ({1}).": "Připojit k procesu: Nelze povolit režim ladění pro proces {0} ({1}).",
Expand All @@ -239,7 +239,7 @@
"Bidder Bidding Phase Start": "Zahájení fáze podávání nabídek zájemců",
"Bidder Reporting Phase Start": "Zahájení fáze reportování zájemců",
"Block": "Blokovat",
"Break when URL Contains": "Break when URL Contains",
"Break when URL Contains": "Přerušit, pokud adresa URL obsahuje",
"Breaks on all throw errors, even if they're caught later.": "Pozastaví se na všech vyvolaných chybách, i když se zachytí později.",
"Breaks only on errors or promise rejections that are not handled.": "Přeruší se jenom pří chybách nebo zamítnutí příslibů, které nebyly zpracovány.",
"CPU Profile": "Profil CPU",
Expand Down Expand Up @@ -271,10 +271,10 @@
"Don't show again": "Příště už nezobrazovat",
"Duration": "Doba trvání",
"Duration of Profile": "Doba trvání profilu",
"Edit XHR Breakpoint": "Edit XHR Breakpoint",
"Edit XHR Breakpoint": "Upravit zarážku XHR",
"Edit package.json": "Upravit soubor package.json",
"Enables Node.js [auto attach]({0}) debugging in \"{1}\" mode/{Locked='[auto attach]({0})'}the 2nd placeholder is the setting value": "Povolí ladění Node.js [auto attach]({0}) v režimu „{1}“",
"Enter a URL or a pattern to match": "Enter a URL or a pattern to match",
"Enter a URL or a pattern to match": "Zadejte adresu URL nebo vzor, který se má shodovat.",
"Eval": "Vyhodnocení",
"Frame could not be restarted": "Rámec se nepovedlo restartovat.",
"Generates a .cpuprofile file you can open in the Chrome devtools": "Vygeneruje soubor .cpuprofile, který můžete otevřít v Chrome DevTools.",
Expand Down Expand Up @@ -384,7 +384,7 @@
"Thread is not paused on exception": "Podproces není pozastaven při výjimce.",
"Thread not found": "Vlákno se nenašlo",
"Type of profile:": "Typ profilu:",
"URL contains \"{0}\"": "URL contains \"{0}\"",
"URL contains \"{0}\"": "Adresa URL obsahuje: {0}",
"UWP webview debugging is not available on your platform.": "Ladění webového zobrazení UPW není na vaší platformě k dispozici.",
"Unable to attach to browser": "Nelze připojit k prohlížeči.",
"Unable to evaluate": "Nelze vyhodnotit.",
Expand Down Expand Up @@ -413,7 +413,7 @@
"WebGL Warning Fired": "Vyvoláno upozornění WebGL",
"With Block": "Blok With",
"Would you like to save a configuration in your launch.json for easy access later?": "Chcete si uložit konfiguraci do souboru launch.json, abyste k ní měli snadný přístup později?",
"XHR/Fetch URLs": "XHR/Fetch URLs",
"XHR/Fetch URLs": "Adresy URL pro XHR/Fetch",
"Yes": "Ano",
"You may install the `{}` module via npm for enhanced WebAssembly debugging": "Modul {} můžete nainstalovat přes npm pro vylepšené ladění WebAssembly.",
"You need to open a workspace folder to debug npm scripts.": "Pokud chcete ladit skripty npm, musíte otevřít složku pracovního prostoru.",
Expand Down
8 changes: 5 additions & 3 deletions i18n/vscode-language-pack-cs/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2342,6 +2342,7 @@
"editorInlayHintForeground": "Barva popředí vložených tipů",
"editorInlayHintForegroundParameter": "Barva popředí vložených tipů pro parametry",
"editorInlayHintForegroundTypes": "Barva popředí vložených tipů pro typy",
"editorLightBulbAiForeground": "The color used for the lightbulb AI icon.",
"editorLightBulbAutoFixForeground": "Barva použitá pro ikonu žárovky s nabídkou akcí automatických oprav",
"editorLightBulbForeground": "Barva použitá pro ikonu žárovky s nabídkou akcí",
"editorSelectionBackground": "Barva výběru editoru",
Expand Down Expand Up @@ -3456,7 +3457,7 @@
"editorActionsPosition": "Umístění akcí editoru",
"editorQuickAccessPlaceholder": "Zadejte název editoru, který chcete otevřít.",
"hidden": "Skryté",
"hideTabBar": "Skrýt",
"hideTabs": "Hidden",
"ignoreTrimWhitespace.label": "Zobrazovat rozdíly v prázdných znacích na začátku/konci",
"inlineView": "Vložené zobrazení",
"joinInGroup": "Spojit ve skupině",
Expand Down Expand Up @@ -7868,11 +7869,11 @@
"noProblems": "Žádné problémy",
"problems": "Problémy",
"problems.visibility": "Controls whether the problems are visible throughout the editor and workbench.",
"problemsOff": "Problems have been turned off.",
"show multiline": "Zobrazit zprávu na více řádcích",
"show singleline": "Zobrazit zprávu na jednom řádku",
"status.problems": "Problémy",
"status.problemsVisibility": "Problems Visibility",
"status.problemsVisibilityOff": "Problems are turned off. Click to open settings.",
"toggle Excluded Files": "Přepnout vyloučené soubory",
"toggle active file": "Přepnout aktivní soubor",
"toggle errors": "Přepnout chyby",
Expand Down Expand Up @@ -8984,6 +8985,7 @@
"keyboard": "Klávesnice",
"mergeEditor": "Editor slučování",
"minimap": "Minimapa",
"multiDiffEditor": "Multi-File Diff Editor",
"newWindow": "Nové okno",
"notebook": "Poznámkový blok",
"other": "Další",
Expand Down Expand Up @@ -10833,7 +10835,7 @@
"terminal.integrated.splitCwd.initial": "Nový rozdělený terminál bude používat pracovní adresář, se kterým byl spuštěn nadřazený terminál.",
"terminal.integrated.splitCwd.workspaceRoot": "Nový rozdělený terminál bude jako pracovní adresář používat kořenový adresář pracovního prostoru. V pracovním prostoru s více kořenovými adresáři se zobrazí výzva k výběru kořenové složky, která se má použít.",
"terminal.integrated.stickyScroll.enabled": "Experimentální: Zobrazí aktuální příkaz v horní části terminálu.",
"terminal.integrated.stickyScroll.maxLineCount": "Definuje maximální počet rychlých čar, které se mají zobrazit.",
"terminal.integrated.stickyScroll.maxLineCount": "Defines the maximum number of sticky lines to show. Sticky scroll lines will never exceed 40% of the viewport regardless of this setting.",
"terminal.integrated.tabStopWidth": "Počet buněk na zarážku tabulátoru.",
"terminal.integrated.tabs.defaultColor": "ID barvy motivu, které se má ve výchozím nastavení přidružit k ikoně terminálu.",
"terminal.integrated.tabs.defaultIcon": "ID ikony codicon, které se má ve výchozím nastavení přidružit k ikoně terminálu.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"contents": {
"package": {
"add.eventListener.breakpoint": "Ereignislistener-Haltepunkte umschalten",
"add.xhr.breakpoint": "Add XHR/fetch Breakpoint",
"add.xhr.breakpoint": "XHR/Fetch-Breakpoint hinzufügen",
"attach.node.process": "An Node-Prozess anfügen",
"base.cascadeTerminateToConfigurations.label": "Eine Liste der Debugsitzungen, die bei Beenden dieser Debugsitzung ebenfalls beendet werden.",
"base.enableDWARF.label": "Schaltet um, ob der Debugger versucht, DWARF-Debugsymbole aus WebAssembly zu lesen, was ressourcenintensiv sein kann. Erfordert die Erweiterung \"ms-vscode.wasm-debugging\", um zu funktionieren.",
"breakpoint.xhr.any": "Any XHR/fetch",
"breakpoint.xhr.contains": "Break when URL contains:",
"breakpoint.xhr.any": "Beliebiger XHR/Fetch",
"breakpoint.xhr.contains": "Unterbrechen, wenn URL enthält:",
"browser.address.description": "IP-Adresse oder Hostname, auf die bzw. den der Browser lauscht, für den ein Debugging durchgeführt wird.",
"browser.attach.port.description": "Port, der beim Remotedebugging des Browsers verwendet wird, angegeben als \"--remote-debugging-port\" beim Starten des Browsers.",
"browser.baseUrl.description": "Die Basis-URL zum Auflösen von Pfaden (baseUrl). baseURL wird beim Zuordnen von URLs zu den Dateien auf dem Datenträger gekürzt. Der Standardwert ist die Start-URL-Domäne.",
Expand Down Expand Up @@ -105,7 +105,7 @@
"edge.port.description": "Beim Debuggen von Webansichten der Port, auf den die Webansicht lauscht. Sofern nicht festgelegt, wird eine automatische Erkennung durchgeführt.",
"edge.useWebView.attach.description": "Ein Objekt, das den „pipeName“ einer Debug-Pipe für eine von UWP gehostete Webview2 enthält. Dies ist das \"MyTestSharedMemory\" beim Erstellen der Pipe \"\\\\.\\pipe\\LOCAL\\MyTestSharedMemory\"",
"edge.useWebView.launch.description": "Bei „true“ behandelt der Debugger die ausführbare Laufzeitdatei als Hostanwendung, die eine WebView enthält, mit der Sie den Inhalt des WebView-Skripts debuggen können.",
"edit.xhr.breakpoint": "Edit XHR/fetch Breakpoint",
"edit.xhr.breakpoint": "XHR/Fetch-Breakpoint bearbeiten",
"enableContentValidation.description": "Aktiviert oder deaktiviert die Überprüfung, ob die Inhalte von Dateien auf dem Datenträger mit denen der zur Laufzeit geladenen Dateien übereinstimmt. Dies ist in einer Vielzahl von Szenarios hilfreich und in einigen Fällen erforderlich, kann jedoch Probleme verursachen, wenn Sie beispielsweise eine serverseitige Transformation von Skripts durchführen.",
"errors.timeout": "{0}: Timeout nach {1} ms",
"extension.description": "Erweiterung zum Debuggen von Node.js-Programmen und Chrome.",
Expand Down Expand Up @@ -200,8 +200,8 @@
"profile.start": "Leistungsprofil übernehmen",
"profile.stop": "Leistungsprofil beenden",
"remove.eventListener.breakpoint.all": "Alle Ereignislistener-Haltepunkte entfernen",
"remove.xhr.breakpoint": "Remove XHR/fetch Breakpoint",
"remove.xhr.breakpoint.all": "Remove All XHR/fetch Breakpoints",
"remove.xhr.breakpoint": "XHR/Fetch-Breakpoint entfernen",
"remove.xhr.breakpoint.all": "Alle XHR/Fetch-Breakpoints entfernen",
"requestCDPProxy.label": "CDP-Proxy für Debugsitzung anfordern",
"skipFiles.description": "Ein Array für Globmuster für Dateien, die beim Debuggen übersprungen werden. Das Muster \"<node_internals>/**\" stimmt mit allen internen Node.js-Modulen überein.",
"smartStep.description": "Hiermit wird automatisch der generierte Code durchlaufen, der nicht der ursprünglichen Quelle zugeordnet werden kann.",
Expand All @@ -222,14 +222,14 @@
},
"bundle": {
"A profiling session is already running, would you like to stop it and start a new session?": "Es wird bereits eine Sitzung zur Profilerstellung ausgeführt. Möchten Sie diese Sitzung beenden und eine neue Sitzung starten?",
"Add XHR Breakpoint": "Add XHR Breakpoint",
"Add new URL...": "Add new URL...",
"Add XHR Breakpoint": "XHR-Breakpoint hinzufügen",
"Add new URL...": "Neue URL hinzufügen...",
"Adjust glob pattern(s) in the 'outFiles' attribute so that they cover the generated JavaScript.": "Stellt das oder die Globmuster im \"outFiles\"- Attribut so ein, dass sie den generierten JavaScript-Code abdecken.",
"Always": "Immer",
"Always in this Workspace": "Immer in diesem Arbeitsbereich",
"An error occurred taking a profile from the target.": "Fehler beim Übernehmen eines Profils aus dem Ziel.",
"Animation Frame Fired": "Animationsframe ausgelöst",
"Any XHR or fetch": "Any XHR or fetch",
"Any XHR or fetch": "Beliebiger XHR oder Fetch",
"Assertion failed": "Assertionsfehler",
"Attach to process: '{0}' doesn't look like a process id.": "An Prozess anfügen: \"{0}\" scheint keine Prozess-ID zu sein.",
"Attach to process: cannot enable debug mode for process '{0}' ({1}).": "An den Prozess anhängen: Der Debugmodus für den Prozess \"{0}\" kann nicht aktiviert werden ({1}).",
Expand All @@ -239,7 +239,7 @@
"Bidder Bidding Phase Start": "Beginn der Angebotsphase des Kaufinteressenten",
"Bidder Reporting Phase Start": "Beginn der Berichterstellungsphase des Kaufinteressenten",
"Block": "Block",
"Break when URL Contains": "Break when URL Contains",
"Break when URL Contains": "Unterbrechen, wenn URL enthält",
"Breaks on all throw errors, even if they're caught later.": "Führt bei allen ausgelösten Fehlern zur Unterbrechung, selbst wenn die Fehler später abgefangen werden.",
"Breaks only on errors or promise rejections that are not handled.": "Bricht nur bei Fehlern oder Zusageverweigerungen ab, die nicht behandelt werden.",
"CPU Profile": "CPU-Profil",
Expand Down Expand Up @@ -271,10 +271,10 @@
"Don't show again": "Nicht mehr anzeigen",
"Duration": "Laufzeit",
"Duration of Profile": "Laufzeit des Profils",
"Edit XHR Breakpoint": "Edit XHR Breakpoint",
"Edit XHR Breakpoint": "XHR-Breakpoint bearbeiten",
"Edit package.json": "package.json bearbeiten",
"Enables Node.js [auto attach]({0}) debugging in \"{1}\" mode/{Locked='[auto attach]({0})'}the 2nd placeholder is the setting value": "Aktiviert das Debuggen des Node.js-Features [auto attach]({0}) im Modus \"{1}\".",
"Enter a URL or a pattern to match": "Enter a URL or a pattern to match",
"Enter a URL or a pattern to match": "URL oder Muster für Vergleich eingeben",
"Eval": "Auswerten",
"Frame could not be restarted": "Rahmen konnte nicht neu gestartet werden",
"Generates a .cpuprofile file you can open in the Chrome devtools": "Generiert eine .cpuprofile-Datei, die Sie in den Chrome DevTools öffnen können.",
Expand Down Expand Up @@ -384,7 +384,7 @@
"Thread is not paused on exception": "Der Thread wird bei einer Ausnahme nicht angehalten.",
"Thread not found": "Thread nicht gefunden.",
"Type of profile:": "Profiltyp:",
"URL contains \"{0}\"": "URL contains \"{0}\"",
"URL contains \"{0}\"": "Die URL enthält \"{0}\"",
"UWP webview debugging is not available on your platform.": "Das Debuggen der UWP-Webansicht ist auf Ihrer Plattform nicht verfügbar.",
"Unable to attach to browser": "Anfügen an Browser nicht möglich.",
"Unable to evaluate": "Auswertung nicht möglich.",
Expand Down Expand Up @@ -413,7 +413,7 @@
"WebGL Warning Fired": "WebGL-Warnung ausgelöst",
"With Block": "With-Block",
"Would you like to save a configuration in your launch.json for easy access later?": "Möchten Sie eine Konfiguration in Ihrer launch.json-Datei speichern, um den späteren Zugriff zu vereinfachen?",
"XHR/Fetch URLs": "XHR/Fetch URLs",
"XHR/Fetch URLs": "XHR/Fetch-URLs",
"Yes": "Ja",
"You may install the `{}` module via npm for enhanced WebAssembly debugging": "Sie können das {}-Modul über npm installieren, um erweitertes WebAssembly-Debuggen zu ermöglichen.",
"You need to open a workspace folder to debug npm scripts.": "Sie müssen einen Arbeitsbereichsordner öffnen, um npm-Skripts zu debuggen.",
Expand Down
Loading

0 comments on commit e832459

Please sign in to comment.