Skip to content

Commit

Permalink
Updated strings from microsoft/vscode-loc-drop@fa54d6f (#1483)
Browse files Browse the repository at this point in the history
Co-authored-by: vscode <[email protected]>
  • Loading branch information
azure-pipelines[bot] and vscode authored Sep 29, 2023
1 parent 9ec06d3 commit 4c12fac
Show file tree
Hide file tree
Showing 14 changed files with 185 additions and 115 deletions.
15 changes: 10 additions & 5 deletions i18n/vscode-language-pack-cs/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2163,7 +2163,8 @@
"proxySupportOverride": "Umožňuje pro rozšíření povolit podporu proxy serveru. Přepíše možnosti žádosti.",
"request": "Síťové požadavky",
"strictSSL": "Určuje, jestli se má certifikát proxy serveru ověřovat podle seznamu zadaných certifikačních autorit.",
"systemCertificates": "Určuje, jestli mají být certifikáty certifikační autority načítány z operačního systému. (V systému Windows a macOS se po vypnutí tohoto nastavení vyžaduje opětovné načtení okna.)"
"systemCertificates": "Určuje, jestli mají být certifikáty certifikační autority načítány z operačního systému. (V systému Windows a macOS se po vypnutí tohoto nastavení vyžaduje opětovné načtení okna.)",
"systemCertificatesV2": "Controls whether experimental loading of CA certificates from the OS should be enabled. This uses a more general approach than the default implemenation."
},
"vs/platform/shell/node/shellEnv": {
"resolveShellEnvError": "Nepovedlo se vyřešit vaše prostředí: {0}",
Expand Down Expand Up @@ -4451,7 +4452,7 @@
"showPreviousTab": "Zobrazit předchozí kartu okna",
"telemetry.enableCrashReporting": "Povolte shromažďování hlášení o selhání. To nám pomůže zlepšit stabilitu. \r\nTato možnost se projeví až po restartování.",
"telemetryConfigurationTitle": "Telemetrie",
"titleBarStyle": "Umožňuje upravit vzhled záhlaví okna. V systémech Linux a Windows se toto nastavení týká také vzhledu nabídky aplikace a místní nabídky. Změny se projeví po úplném restartování.",
"titleBarStyle": "Adjust the appearance of the window title bar to be native by the OS or custom. On Linux and Windows, this setting also affects the application and context menu appearances. Changes require a full restart to apply.",
"toggleWindowTabsBar": "Přepnout panel karet okna",
"touchbar.enabled": "Povolí tlačítka Touch Baru v macOS na klávesnici (pokud je k dispozici).",
"touchbar.ignored": "Sada identifikátorů pro položky na dotykovém panelu, které by se neměly zobrazovat (příklad: workbench.action.navigateBack)",
Expand Down Expand Up @@ -4905,12 +4906,14 @@
"workbench.action.chat.voiceChatInView.label": "Voice chat v zobrazení chatu"
},
"vs/workbench/contrib/codeActions/browser/codeActionsContribution": {
"alwaysSave": "Při uložení vždy aktivuje akce kódu",
"alwaysSave": "Triggers Code Actions on explicit saves and auto saves triggered by window or focus changes.",
"codeActionsOnSave.fixAll": "Určuje, jestli má být při ukládání souboru spuštěna akce automatické opravy.",
"codeActionsOnSave.generic": "Určuje, jestli by se při ukládání souborů měly spouštět akce {0}.",
"editor.codeActionsOnSave": "Při uložení spusťte codeActions pro editor. Je nutné zadat codeActions a editor se nesmí vypínat. Příklad: “source.organizeImports“: „explicit“",
"explicitSave": "Aktivuje akce kódu pouze při explicitním uložení",
"neverSave": "Při uložení nikdy neaktivuje akce kódu"
"explicitSaveBoolean": "Triggers Code Actions only when explicitly saved. This value will be deprecated in favor of \"explicit\".",
"neverSave": "Při uložení nikdy neaktivuje akce kódu",
"neverSaveBoolean": "Never triggers Code Actions on save. This value will be deprecated in favor of \"never\"."
},
"vs/workbench/contrib/codeActions/common/codeActionsExtensionPoint": {
"contributes.codeActions": "Umožňuje nakonfigurovat, který editor se má použít pro daný prostředek.",
Expand Down Expand Up @@ -8149,15 +8152,17 @@
},
"vs/workbench/contrib/notebook/browser/notebook.contribution": {
"explicit": "Aktivuje akce kódu pouze při explicitním uložení.",
"explicitBoolean": "Triggers Code Actions only when explicitly saved. This value will be deprecated in favor of \"explicit\".",
"insertToolbarLocation.betweenCells": "Panel nástrojů, který se zobrazuje při přechodu myší mezi buňkami.",
"insertToolbarLocation.both": "Oba panely nástrojů.",
"insertToolbarLocation.hidden": "Akce vložení se nezobrazí nikde.",
"insertToolbarLocation.notebookToolbar": "Panel nástrojů v horní části editoru poznámkového bloku.",
"never": "Při uložení nikdy neaktivuje akce kódu.",
"neverBoolean": "Triggers Code Actions only when explicitly saved. This value will be deprecated in favor of \"never\".",
"notebook.cellToolbarLocation.description": "Určuje, kde se má zobrazit panel nástrojů buňky nebo jestli má být skrytý.",
"notebook.cellToolbarLocation.viewType": "Nakonfigurujte pozici panelu nástrojů buňky pro konkrétní typy souborů.",
"notebook.cellToolbarVisibility.description": "Určuje, jestli se má při najetí myší nebo kliknutí zobrazit panel nástrojů buňky.",
"notebook.codeActionsOnSave": "Při uložení spusťte řadu akcí CodeAction pro poznámkový blok. Je nutné zadat codeActions, soubor nesmí být po zpoždění uložen a editor nesmí být vypínací. Příklad: source.fixAll: true",
"notebook.codeActionsOnSave": "Run a series of CodeActions for a notebook on save. CodeActions must be specified, the file must not be saved after delay, and the editor must not be shutting down. Example: `\"notebook.source.organizeImports\": \"explicit\"`",
"notebook.compactView.description": "Určuje, jestli se má editor poznámkového bloku vykreslit v kompaktní podobě. Například, pokud je zapnutý, zmenší se šířka levého okraje.",
"notebook.confirmDeleteRunningCell": "Určuje, jestli se k odstranění spuštěné buňky vyžaduje výzva k potvrzení.",
"notebook.consolidatedOutputButton.description": "Určuje, jestli se má na panelu nástrojů výstupu zobrazovat akce výstupů.",
Expand Down
15 changes: 10 additions & 5 deletions i18n/vscode-language-pack-de/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2163,7 +2163,8 @@
"proxySupportOverride": "Hiermit wird die Proxyunterstützung für Erweiterungen aktiviert, und Anforderungsoptionen werden außer Kraft gesetzt.",
"request": "Netzwerkanforderungen",
"strictSSL": "Steuert, ob das Proxy-Server-Zertifikat mit der Liste der mitgelieferten CAs überprüft werden soll.",
"systemCertificates": "Steuert, ob Zertifizierungsstellenzertifikate über das Betriebssystem geladen werden. (Unter Windows und macOS muss nach dem Deaktivieren dieser Option das Fenster neu geladen werden.)"
"systemCertificates": "Steuert, ob Zertifizierungsstellenzertifikate über das Betriebssystem geladen werden. (Unter Windows und macOS muss nach dem Deaktivieren dieser Option das Fenster neu geladen werden.)",
"systemCertificatesV2": "Controls whether experimental loading of CA certificates from the OS should be enabled. This uses a more general approach than the default implemenation."
},
"vs/platform/shell/node/shellEnv": {
"resolveShellEnvError": "Ihre Shellumgebung {0} kann nicht aufgelöst werden",
Expand Down Expand Up @@ -4451,7 +4452,7 @@
"showPreviousTab": "Vorherige Fensterregisterkarte anzeigen",
"telemetry.enableCrashReporting": "Aktivieren Sie die Erfassung von Absturzberichten. Dies hilft uns, die Stabilität zu verbessern. \r\nDiese Option erfordert einen Neustart, um wirksam zu werden.",
"telemetryConfigurationTitle": "Telemetrie",
"titleBarStyle": "Passen Sie die Darstellung der Fenstertitelleiste an. Unter Linux und Windows wirkt sich diese Einstellung auch auf die Darstellung des Anwendungs- und Kontextmenüs aus. Änderungen werden erst nach einem Neustart angewendet.",
"titleBarStyle": "Adjust the appearance of the window title bar to be native by the OS or custom. On Linux and Windows, this setting also affects the application and context menu appearances. Changes require a full restart to apply.",
"toggleWindowTabsBar": "Fensterregisterkarten-Leiste umschalten",
"touchbar.enabled": "Aktiviert die macOS-Touchbar-Schaltflächen der Tastatur, sofern verfügbar.",
"touchbar.ignored": "Eine Menge von Bezeichnern für Einträge in der Touchleiste, die nicht angezeigt werden sollen (Beispiel: workbench.action.navigateBack).",
Expand Down Expand Up @@ -4905,12 +4906,14 @@
"workbench.action.chat.voiceChatInView.label": "Voice Chat in Chat View"
},
"vs/workbench/contrib/codeActions/browser/codeActionsContribution": {
"alwaysSave": "Always triggers Code Actions on save",
"alwaysSave": "Triggers Code Actions on explicit saves and auto saves triggered by window or focus changes.",
"codeActionsOnSave.fixAll": "Legt fest, ob beim Speichern einer Datei automatische Korrekturen vorgenommen werden sollen.",
"codeActionsOnSave.generic": "Legt fest, ob {0}-Aktionen beim Speichern von Dateien ausgeführt werden sollen",
"editor.codeActionsOnSave": "Run CodeActions for the editor on save. CodeActions must be specified and the editor must not be shutting down. Example: `\"source.organizeImports\": \"explicit\" `",
"explicitSave": "Triggers Code Actions only when explicitly saved",
"neverSave": "Never triggers Code Actions on save"
"explicitSaveBoolean": "Triggers Code Actions only when explicitly saved. This value will be deprecated in favor of \"explicit\".",
"neverSave": "Never triggers Code Actions on save",
"neverSaveBoolean": "Never triggers Code Actions on save. This value will be deprecated in favor of \"never\"."
},
"vs/workbench/contrib/codeActions/common/codeActionsExtensionPoint": {
"contributes.codeActions": "Konfigurieren Sie, welcher Editor für eine Ressource verwendet werden soll.",
Expand Down Expand Up @@ -8149,15 +8152,17 @@
},
"vs/workbench/contrib/notebook/browser/notebook.contribution": {
"explicit": "Triggers Code Actions only when explicitly saved.",
"explicitBoolean": "Triggers Code Actions only when explicitly saved. This value will be deprecated in favor of \"explicit\".",
"insertToolbarLocation.betweenCells": "Eine Symbolleiste, die beim Daraufzeigen zwischen Zellen angezeigt wird.",
"insertToolbarLocation.both": "Beide Symbolleisten.",
"insertToolbarLocation.hidden": "Die \"Einfügen\"-Aktionen werden nirgendwo angezeigt.",
"insertToolbarLocation.notebookToolbar": "Die Symbolleiste oben im Notizbuch-Editor.",
"never": "Never triggers Code Actions on save.",
"neverBoolean": "Triggers Code Actions only when explicitly saved. This value will be deprecated in favor of \"never\".",
"notebook.cellToolbarLocation.description": "Hiermit wird angegeben, wo die Zellensymbolleiste angezeigt bzw. ob sie ausgeblendet werden soll.",
"notebook.cellToolbarLocation.viewType": "Die Position der Zellensymbolleiste für bestimmte Dateitypen konfigurieren",
"notebook.cellToolbarVisibility.description": "Gibt an, ob die Zellensymbolleiste beim Daraufzeigen oder Klicken angezeigt werden soll.",
"notebook.codeActionsOnSave": "Run a series of CodeActions for a notebook on save. CodeActions must be specified, the file must not be saved after delay, and the editor must not be shutting down. Example: `source.fixAll: true`",
"notebook.codeActionsOnSave": "Run a series of CodeActions for a notebook on save. CodeActions must be specified, the file must not be saved after delay, and the editor must not be shutting down. Example: `\"notebook.source.organizeImports\": \"explicit\"`",
"notebook.compactView.description": "Steuert, ob der Notebook-Editor in kompakter Darstellung gerendert werden soll. Beim Einschalten wird z. B. die Breite des linken Rands verringert.",
"notebook.confirmDeleteRunningCell": "Hiermit wird gesteuert, ob eine Bestätigungsaufforderung zum Löschen einer ausgeführten Zelle erforderlich ist.",
"notebook.consolidatedOutputButton.description": "Steuert, ob Ausgabeaktionen in der Symbolleiste für die Ausgabe gerendert werden sollen.",
Expand Down
Loading

0 comments on commit 4c12fac

Please sign in to comment.