Skip to content

Commit

Permalink
update localization files microsoft/vscode-loc-drop@faca078 (#385)
Browse files Browse the repository at this point in the history
Co-authored-by: TylerLeonhardt <[email protected]>
  • Loading branch information
TylerLeonhardt and TylerLeonhardt authored Jul 29, 2021
1 parent 5b37f55 commit 9945f1a
Show file tree
Hide file tree
Showing 21 changed files with 178 additions and 150 deletions.
46 changes: 24 additions & 22 deletions i18n/vscode-language-pack-cs/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,12 @@
"editor.editor.gotoLocation.multipleImplemenattions": "Určuje chování příkazu Přejít na implementace, pokud existuje několik cílových umístění.",
"editor.editor.gotoLocation.multipleReferences": "Určuje chování příkazu Přejít na odkazy, pokud existuje několik cílových umístění.",
"editor.editor.gotoLocation.multipleTypeDefinitions": "Určuje chování příkazu Přejít k definici typu, pokud existuje několik cílových umístění.",
"editor.find.autoFindInSelection.always": "Always turn on Find in Selection automatically.",
"editor.find.autoFindInSelection.multiline": "Turn on Find in Selection automatically when multiple lines of content are selected.",
"editor.find.autoFindInSelection.never": "Never turn on Find in Selection automatically (default).",
"editor.find.seedSearchStringFromSelection.always": "Always seed search string from the editor selection, including word at cursor position.",
"editor.find.seedSearchStringFromSelection.never": "Never seed search string from the editor selection.",
"editor.find.seedSearchStringFromSelection.selection": "Only seed search string from the editor selection.",
"editor.find.autoFindInSelection.always": "Vždy automaticky zapnout možnost Najít ve výběru.",
"editor.find.autoFindInSelection.multiline": "Automaticky zapnout možnost Najít ve výběru, pokud je vybráno více řádků obsahu.",
"editor.find.autoFindInSelection.never": "Nikdy automaticky nezapínat možnost Najít ve výběru (výchozí)",
"editor.find.seedSearchStringFromSelection.always": "Vždy přidávat řetězec vyhledávání z výběru editora, včetně slov na pozici kurzoru.",
"editor.find.seedSearchStringFromSelection.never": "Nikdy nepřidávat řetězec vyhledávání z výběru editora.",
"editor.find.seedSearchStringFromSelection.selection": "Přidávat pouze řetězec vyhledávání z výběru editora.",
"editor.gotoLocation.multiple.deprecated": "Toto nastavení je zastaralé. Místo něj prosím použijte samostatné nastavení, například editor.editor.gotoLocation.multipleDefinitions nebo editor.editor.gotoLocation.multipleImplementations.",
"editor.gotoLocation.multiple.goto": "Přejít na primární výsledek a povolit navigaci na ostatní výsledky bez náhledu",
"editor.gotoLocation.multiple.gotoAndPeek": "Přejít na primární výsledek a zobrazit náhled",
Expand Down Expand Up @@ -335,14 +335,14 @@
"emptySelectionClipboard": "Určuje, jestli se při kopírování bez výběru zkopíruje aktuální řádek.",
"fastScrollSensitivity": "Multiplikátor rychlosti posouvání při podržené klávese Alt",
"find.addExtraSpaceOnTop": "Určuje, jestli má widget Najít v editoru přidat další řádky na začátek. Pokud má hodnotu true, můžete v případě, že bude widget Najít viditelný, posunout zobrazení nad první řádek.",
"find.autoFindInSelection": "Controls the condition for turning on Find in Selection automatically.",
"find.autoFindInSelection": "Určuje podmínku pro automatické zapnutí funkce Najít ve výběru.",
"find.cursorMoveOnType": "Určuje, jestli má kurzor při psaní přecházet na nalezené shody.",
"find.globalFindClipboard": "Určuje, jestli má widget Najít v systému macOS číst nebo upravovat sdílenou schránku hledání.",
"find.loop": "Určuje, jestli se má automaticky začít hledat znovu od začátku (nebo od konce), pokud nejsou nalezeny žádné další shody.",
"find.seedSearchStringFromSelection": "Určuje, jestli lze vyhledávací řetězec předat widgetu Najít z textu vybraného v editoru.",
"folding": "Určuje, jestli je v editoru povoleno sbalování kódu.",
"foldingHighlight": "Určuje, jestli má editor zvýrazňovat sbalené rozsahy.",
"foldingImportsByDefault": "Určuje, zda má Editor automaticky sbalit přeložené rozsahy, nebo ne.",
"foldingImportsByDefault": "Controls whether the editor automatically collapses import ranges.",
"foldingStrategy": "Určuje strategii pro výpočet rozsahů sbalování.",
"foldingStrategy.auto": "Použít strategii sbalování specifickou pro daný jazyk (pokud je k dispozici), jinak použít strategii založenou na odsazení",
"foldingStrategy.indentation": "Použít strategii sbalování založenou na odsazení",
Expand Down Expand Up @@ -723,14 +723,14 @@
"label.closeButton": "Zavřít",
"label.find": "Najít",
"label.matchesLocation": "{0} z {1}",
"label.nextMatchButton": "Next Match",
"label.nextMatchButton": "Další shoda",
"label.noResults": "Žádné výsledky",
"label.previousMatchButton": "Previous Match",
"label.previousMatchButton": "Předchozí shoda",
"label.replace": "Nahradit",
"label.replaceAllButton": "Nahradit vše",
"label.replaceButton": "Nahradit",
"label.toggleReplaceButton": "Toggle Replace",
"label.toggleSelectionFind": "Find in Selection",
"label.toggleReplaceButton": "Přepnout nahrazení",
"label.toggleSelectionFind": "Najít ve výběru",
"placeholder.find": "Najít",
"placeholder.replace": "Nahradit",
"title.matchesCountLimit": "Zvýrazněno je pouze několik prvních výsledků ({0}), ale všechny operace hledání fungují na celém textu."
Expand Down Expand Up @@ -3865,20 +3865,20 @@
"vs/workbench/contrib/codeEditor/browser/find/simpleFindReplaceWidget": {
"label.closeButton": "Zavřít",
"label.find": "Najít",
"label.nextMatchButton": "Next Match",
"label.previousMatchButton": "Previous Match",
"label.nextMatchButton": "Další shoda",
"label.previousMatchButton": "Předchozí shoda",
"label.replace": "Nahradit",
"label.replaceAllButton": "Nahradit vše",
"label.replaceButton": "Nahradit",
"label.toggleReplaceButton": "Toggle Replace",
"label.toggleReplaceButton": "Přepnout nahrazení",
"placeholder.find": "Najít",
"placeholder.replace": "Nahradit"
},
"vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget": {
"label.closeButton": "Zavřít",
"label.find": "Najít",
"label.nextMatchButton": "Next Match",
"label.previousMatchButton": "Previous Match",
"label.nextMatchButton": "Další shoda",
"label.previousMatchButton": "Předchozí shoda",
"placeholder.find": "Najít"
},
"vs/workbench/contrib/codeEditor/browser/inspectEditorTokens/inspectEditorTokens": {
Expand Down Expand Up @@ -6125,7 +6125,7 @@
"notebook.editorOptions.experimentalCustomization": "Nastavení editorů kódu používaných v poznámkových blocích. Tato možnost slouží k přizpůsobení nastavení většiny editorů.",
"notebook.focusIndicator.description": "Určuje, jestli má být indikátor fokusu vykreslen jako ohraničení buňky nebo jako zvýrazněný pruh po levé straně",
"notebook.globalToolbar.description": "Určuje, jestli se má v editoru poznámkového bloku zobrazovat globální panel nástrojů.",
"notebook.globalToolbarShowLabel": "Control whether the actions on the notebook toolbar should render label or not.",
"notebook.globalToolbarShowLabel": "Určuje, zda mají akce na panelu nástrojů poznámkového bloku vykreslovat popisek nebo ne.",
"notebook.insertToolbarPosition.description": "Určuje, kde se mají zobrazovat akce vložení buněk.",
"notebook.showCellStatusbar.description": "Určuje, jestli má být zobrazen stavový řádek buňky.",
"notebook.showCellStatusbar.hidden.description": "Stavový řádek buňky je vždy skrytý.",
Expand Down Expand Up @@ -8339,9 +8339,10 @@
"accept merges button": "Přij&&mout sloučení",
"accept remote": "Přijmout vzdálené",
"accept remote button": "Přijmout &&vzdálené",
"ask to turn on in global": "Settings Sync is Off (1)",
"ask to turn on in global": "Synchronizace nastavení je vypnutá (1).",
"auth failed": "Při zapínání synchronizace nastavení došlo k chybě: neúspěšné ověření.",
"cancel": "Zrušit",
"change later": "You can always change this later.",
"configure": "Konfigurovat...",
"configure and turn on sync detail": "Přihlaste se prosím, aby se vaše data mohla synchronizovat mezi zařízeními.",
"configure sync": "{0}: Konfigurovat...",
Expand All @@ -8358,6 +8359,7 @@
"global activity turn on sync": "Zapnout synchronizaci nastavení...",
"has conflicts": "{0}: Zjištěny konflikty",
"insiders": "Program Insider",
"learn more": "Learn More",
"leftResourceName": "{0} (vzdálené)",
"merges": "{0} (sloučení)",
"no authentication providers": "Nejsou k dispozici žádní zprostředkovatelé ověřování.",
Expand All @@ -8374,7 +8376,7 @@
"service switched to insiders": "Nastavení synchronizace se přepnulo na službu programu Insider.",
"service switched to stable": "Synchronizace nastavení se přepnula na stabilní službu.",
"session expired": "Synchronizace nastavení byla vypnuta, protože vypršela platnost aktuální relace. Pokud chcete zapnout synchronizaci, přihlaste se prosím znovu.",
"settings sync is off": "Settings Sync is Off",
"settings sync is off": "Synchronizace nastavení je vypnutá.",
"show conflicts": "Zobrazit konflikty",
"show sync log title": "{0}: Zobrazit protokol",
"show sync log toolrip": "Zobrazit protokol",
Expand Down Expand Up @@ -8407,13 +8409,13 @@
"turn off sync everywhere": "Vypnout synchronizaci na všech vašich zařízeních a vymazat data z cloudu.",
"turn on failed": "Při zapínání synchronizace nastavení došlo k chybě: {0}",
"turn on failed with user data sync error": "Při zapínání synchronizace nastavení došlo k chybě. Další podrobnosti najdete v [protokolech]({0}).",
"turn on settings sync": "Turn On Settings Sync",
"turn on settings sync": "Zapnout synchronizaci nastavení",
"turn on sync": "Zapnout synchronizaci nastavení...",
"turn on sync with category": "{0}: Zapnout...",
"turned off": "Synchronizace nastavení byla vypnuta z jiného zařízení. Znovu prosím synchronizaci zapněte.",
"turnin on sync": "Zapíná se synchronizace nastavení...",
"turning on syncing": "Zapíná se synchronizace nastavení...",
"turnon sync after initialization message": "Your settings, keybindings, extensions, snippets and UI State were initialized but are not getting synced. Do you want to turn on Settings Sync?",
"turnon sync after initialization message": "Vaše nastavení, klávesové zkratky, rozšíření, fragmenty kódu a stav uživatelského rozhraní byly inicializovány, ale neprobíhá jejich synchronizace. Chcete zapnout synchronizaci nastavení?",
"update conflicts": "Nepovedlo se vyřešit konflikty, protože k dispozici je nová místní verze. Zkuste to prosím znovu.",
"using separate service": "Synchronizace nastavení teď používá samostatnou službu. Další informace najdete v [dokumentaci k synchronizaci nastavení](https://aka.ms/vscode-settings-sync-help#_syncing-stable-versus-insiders).",
"workbench.action.showSyncRemoteBackup": "Zobrazit synchronizovaná data",
Expand Down
10 changes: 6 additions & 4 deletions i18n/vscode-language-pack-de/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,9 @@
"editor.find.autoFindInSelection.always": "Always turn on Find in Selection automatically.",
"editor.find.autoFindInSelection.multiline": "Turn on Find in Selection automatically when multiple lines of content are selected.",
"editor.find.autoFindInSelection.never": "Never turn on Find in Selection automatically (default).",
"editor.find.seedSearchStringFromSelection.always": "Always seed search string from the editor selection, including word at cursor position.",
"editor.find.seedSearchStringFromSelection.never": "Never seed search string from the editor selection.",
"editor.find.seedSearchStringFromSelection.selection": "Only seed search string from the editor selection.",
"editor.find.seedSearchStringFromSelection.always": "Suchzeichenfolge immer aus der Editorauswahl seeden, einschließlich Wort an Cursorposition.",
"editor.find.seedSearchStringFromSelection.never": "Suchzeichenfolge niemals aus der Editorauswahl seeden.",
"editor.find.seedSearchStringFromSelection.selection": "Suchzeichenfolge nur aus der Editorauswahl seeden.",
"editor.gotoLocation.multiple.deprecated": "Diese Einstellung ist veraltet. Verwenden Sie stattdessen separate Einstellungen wie \"editor.editor.gotoLocation.multipleDefinitions\" oder \"editor.editor.gotoLocation.multipleImplementations\".",
"editor.gotoLocation.multiple.goto": "Wechseln Sie zum primären Ergebnis, und aktivieren Sie die Navigation ohne Vorschau zu anderen Ergebnissen.",
"editor.gotoLocation.multiple.gotoAndPeek": "Zum Hauptergebnis gehen und Vorschauansicht anzeigen",
Expand Down Expand Up @@ -342,7 +342,7 @@
"find.seedSearchStringFromSelection": "Steuert, ob für die Suchzeichenfolge im Widget \"Suche\" ein Seeding aus der Auswahl des Editors ausgeführt wird.",
"folding": "Steuert, ob Codefaltung im Editor aktiviert ist.",
"foldingHighlight": "Steuert, ob der Editor eingefaltete Bereiche hervorheben soll.",
"foldingImportsByDefault": "Steuert, ob der Editor gefaltete Bereiche automatisch zuklappen soll.",
"foldingImportsByDefault": "Controls whether the editor automatically collapses import ranges.",
"foldingStrategy": "Steuert die Strategie für die Berechnung von Faltbereichen.",
"foldingStrategy.auto": "Verwenden Sie eine sprachspezifische Faltstrategie, falls verfügbar. Andernfalls wird eine einzugsbasierte verwendet.",
"foldingStrategy.indentation": "Einzugsbasierte Faltstrategie verwenden.",
Expand Down Expand Up @@ -8342,6 +8342,7 @@
"ask to turn on in global": "Settings Sync is Off (1)",
"auth failed": "Fehler beim Aktivieren der Einstellungssynchronisierung: Fehler bei der Authentifizierung.",
"cancel": "Abbrechen",
"change later": "You can always change this later.",
"configure": "Konfigurieren...",
"configure and turn on sync detail": "Melden Sie sich an, um Ihre Daten geräteübergreifend zu synchronisieren.",
"configure sync": "{0}: Konfigurieren...",
Expand All @@ -8358,6 +8359,7 @@
"global activity turn on sync": "Einstellungssynchronisierung aktivieren...",
"has conflicts": "{0}: Konflikte erkannt",
"insiders": "Insider",
"learn more": "Learn More",
"leftResourceName": "{0} (Remote)",
"merges": "{0} (Merges)",
"no authentication providers": "Es sind keine Authentifizierungsanbieter verfügbar.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@
"configuration.implicitProjectConfig.experimentalDecorators": "Habilite o deshabilite \"experimentalDecorators\" en los archivos de JavaScript que no forman parte de un proyecto. Los archivos \"jsconfig.json\" o \"tsconfig.json\" existentes invalidan esta opción.",
"configuration.implicitProjectConfig.strictFunctionTypes": "Habilite o deshabilite [los tipos de función estrictos] (https://www.typescriptlang.org/tsconfig#strictFunctionTypes) en los archivos de JavaScript y TypeScript que no forman parte de un proyecto. Los archivos \"jsconfig.json\" o \"tsconfig.json\" existentes invalidan esta configuración.",
"configuration.implicitProjectConfig.strictNullChecks": "Habilita o deshabilita [las comprobaciones estrictas de elementos nulos.] (https://www.typescriptlang.org/tsconfig#strictNullChecks) en los archivos de JavaScript y TypeScript que no forman parte de un proyecto. Los archivos \"jsconfig.json\" o \"tsconfig.json\" existentes invalidan esta configuración.",
"configuration.inlayHints.enumMemberValues.enabled": "Enable/disable inlay hints for member values in enum declarations:\r\n```typescript\r\n\r\nenum MyValue {\r\n\tA /* = 0 */;\r\n\tB /* = 1 */;\r\n}\r\n \r\n```\r\nRequires using TypeScript 4.4+ in the workspace.",
"configuration.inlayHints.functionLikeReturnTypes.enabled": "Enable/disable inlay hints for implicit return types on function signatures:\r\n```typescript\r\n\r\nfunction foo() /* :number */ {\r\n\treturn Date.now();\r\n} \r\n \r\n```\r\nRequires using TypeScript 4.4+ in the workspace.",
"configuration.inlayHints.parameterNames.enabled": "Enable/disable inlay hints for parameter names:\r\n```typescript\r\n\r\nparseInt(/* str: */ '123', /* radix: */ 8)\r\n \r\n```\r\nRequires using TypeScript 4.4+ in the workspace.",
"configuration.inlayHints.enumMemberValues.enabled": "Habilitar o deshabilitar las sugerencias de incrustación para los valores de miembro en las declaraciones de enumeración:\r\n' ' ' typescript\r\n\r\nenum valor {\r\n\tA/* = 0 */;\r\n\tB/* = 1 */;\r\n}\r\n \r\n```\r\nRequiere el uso de TypeScript 4.4 + en el área de trabajo.",
"configuration.inlayHints.functionLikeReturnTypes.enabled": "Habilitar o deshabilitar las sugerencias de incrustación para tipos de valor devuelto implícitos en firmas de función:\r\n```typescript\r\n\r\nfunction foo() /* :number */ {\r\n\treturn Date.now();\r\n} \r\n \r\n```\r\nRequiere el uso de TypeScript 4.4+ en el área de trabajo.",
"configuration.inlayHints.parameterNames.enabled": "Habilitar o deshabilitar las sugerencias de incrustación para los nombres de parámetro:\r\n```typescript\r\n\r\nparseInt(/* str: */ '123', /* radix: */ 8)\r\n \r\n```\r\nRequiere el uso de TypeScript 4.4+ en el área de trabajo.",
"configuration.inlayHints.parameterNames.suppressWhenArgumentMatchesName": "Suprimir las sugerencias de nombre de parámetro en argumentos cuyo texto sea idéntico al nombre del parámetro.",
"configuration.inlayHints.parameterTypes.enabled": "Enable/disable inlay hints for implicit parameter types:\r\n```typescript\r\n\r\nel.addEventListener('click', e /* :MouseEvent */ => ...)\r\n \r\n```\r\nRequires using TypeScript 4.4+ in the workspace.",
"configuration.inlayHints.propertyDeclarationTypes.enabled": "Enable/disable inlay hints for implicit types on property declarations:\r\n```typescript\r\n\r\nclass Foo {\r\n\tprop /* :number */ = Date.now;\r\n}\r\n \r\n```\r\nRequires using TypeScript 4.4+ in the workspace.",
"configuration.inlayHints.variableTypes.enabled": "Enable/disable inlay hints for implicit variable types:\r\n```typescript\r\n\r\nconst foo /* :number */ = Date.now();\r\n \r\n```\r\nRequires using TypeScript 4.4+ in the workspace.",
"configuration.inlayHints.parameterTypes.enabled": "Habilitar o deshabilitar las sugerencias de incrustación para tipos de parámetros implícitos:\r\n```typescript\r\n\r\nel.addEventListener('click', e /* :MouseEvent */ => ...)\r\n \r\n```\r\nRequiere el uso de TypeScript 4.4+ en el área de trabajo.",
"configuration.inlayHints.propertyDeclarationTypes.enabled": "Habilitar o deshabilitar las sugerencias de incrustación para tipos implícitos en declaraciones de propiedad:\r\n```typescript\r\n\r\nclass Foo {\r\n\tprop /* :number */ = Date.now;\r\n}\r\n \r\n```\r\nRequiere el uso de TypeScript 4.4+ en el área de trabajo.",
"configuration.inlayHints.variableTypes.enabled": "Habilitar o deshabilitar las sugerencias de incrustación para tipos de variables implícitos:\r\n```typescript\r\n\r\nconst foo /* :number */ = Date.now();\r\n \r\n```\r\nRequiere el uso de TypeScript 4.4+ en el área de trabajo.",
"configuration.javascript.checkJs.checkJs.deprecation": "Esta configuración está en desuso en favor de \"js/ts.implicitProjectConfig.checkJs\".",
"configuration.javascript.checkJs.experimentalDecorators.deprecation": "Esta configuración está en desuso en favor de \"js/ts.implicitProjectConfig.experimentalDecorators\".",
"configuration.suggest.autoImports": "Habilita o deshabilita las sugerencias de importación automática.",
Expand Down
Loading

0 comments on commit 9945f1a

Please sign in to comment.