Skip to content

Commit

Permalink
Updated strings from microsoft/vscode-loc-drop@85be09d (#1694)
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 Aug 25, 2024
1 parent a2041e6 commit c28f646
Show file tree
Hide file tree
Showing 28 changed files with 584 additions and 472 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
"typescript.npm": "Určuje cestu ke spustitelnému souboru npm používanému pro [Automatické získávání typů](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition).",
"typescript.openTsServerLog.title": "Otevřít protokol serveru TS",
"typescript.preferences.autoImportFileExcludePatterns": "Zadejte vzory glob souborů, které se mají vyloučit z automatických importů. Relativní cesty se řeší relativně vzhledem ke kořeni pracovního prostoru. Vzory se vyhodnocují pomocí sémantiky tsconfig.json ['exclude'](https://www.typescriptlang.org/tsconfig#exclude).",
"typescript.preferences.autoImportSpecifierExcludeRegexes": "Specify regular expressions to exclude auto imports with matching import specifiers. Examples:\r\n\r\n- `^node:`\r\n- `lib/internal` (slashes don't need to be escaped...)\r\n- `/lib\\/internal/i` (...unless including surrounding slashes for `i` or `u` flags)\r\n- `^lodash$` (only allow subpath imports from lodash)",
"typescript.preferences.importModuleSpecifier": "Upřednostňovaný styl cesty pro automatické importy",
"typescript.preferences.importModuleSpecifier.nonRelative": "Upřednostňuje import, který není relativní, na základě hodnot baseUrl nebo paths nakonfigurovaných v souboru jsconfig.json/tsconfig.json.",
"typescript.preferences.importModuleSpecifier.projectRelative": "Upřednostňovat nerelativní import jen v případě, že by relativní cesta importu opustila balíček nebo adresář projektu.",
Expand Down
125 changes: 66 additions & 59 deletions i18n/vscode-language-pack-cs/translations/main.i18n.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
"typescript.npm": "Gibt den Pfad zur ausführbaren npm-Datei an, die für [Automatische Typerfassung](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) verwendet wird.",
"typescript.openTsServerLog.title": "TS Server-Protokolldatei öffnen",
"typescript.preferences.autoImportFileExcludePatterns": "Geben Sie Globmuster von Dateien an, die von automatischen Importen ausgeschlossen werden sollen. Relative Pfade werden relativ zum Arbeitsbereichsstamm aufgelöst. Muster werden mit der [exclude](https://www.typescriptlang.org/tsconfig#exclude)-Semantik von \"tsconfig.json\" ausgewertet.",
"typescript.preferences.autoImportSpecifierExcludeRegexes": "Specify regular expressions to exclude auto imports with matching import specifiers. Examples:\r\n\r\n- `^node:`\r\n- `lib/internal` (slashes don't need to be escaped...)\r\n- `/lib\\/internal/i` (...unless including surrounding slashes for `i` or `u` flags)\r\n- `^lodash$` (only allow subpath imports from lodash)",
"typescript.preferences.importModuleSpecifier": "Bevorzugter Pfadstil für automatische Importe.",
"typescript.preferences.importModuleSpecifier.nonRelative": "Hiermit wird ein nicht relativer Import basierend auf den Werten von \"baseUrl\" oder \"paths\" vorgezogen, die in \"jsconfig.json\"/\"tsconfig.json\" konfiguriert sind.",
"typescript.preferences.importModuleSpecifier.projectRelative": "Bevorzugt einen nicht relativen Import nur, wenn der relative Importpfad das Paket- oder Projektverzeichnis verlassen würde.",
Expand Down
69 changes: 38 additions & 31 deletions i18n/vscode-language-pack-de/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -1369,38 +1369,38 @@
"links.navigate.kb.meta": "STRG + Klicken",
"links.navigate.kb.meta.mac": "BEFEHL + Klicken"
},
"vs/editor/contrib/inlineCompletions/browser/commands": {
"accept": "Annehmen",
"acceptLine": "Zeile annehmen",
"acceptWord": "Wort annehmen",
"action.inlineSuggest.accept": "Inline-Vorschlag annehmen",
"action.inlineSuggest.acceptNextLine": "Nächste Zeile des Inlinevorschlags akzeptieren",
"action.inlineSuggest.acceptNextWord": "Nächstes Wort des Inline-Vorschlags annehmen",
"action.inlineSuggest.alwaysShowToolbar": "Symbolleiste immer anzeigen",
"action.inlineSuggest.hide": "Inlinevorschlag ausblenden",
"action.inlineSuggest.showNext": "Nächsten Inline-Vorschlag anzeigen",
"action.inlineSuggest.showPrevious": "Vorherigen Inline-Vorschlag anzeigen",
"action.inlineSuggest.trigger": "Inline-Vorschlag auslösen"
},
"vs/editor/contrib/inlineCompletions/browser/hoverParticipant": {
"hoverAccessibilityStatusBar": "Hier sind Inlineabschlüsse vorhanden.",
"inlineSuggestionFollows": "Vorschlag:"
},
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys": {
"inlineSuggestionHasIndentation": "Gibt an, ob der Inline-Vorschlag mit Leerzeichen beginnt.",
"inlineSuggestionHasIndentationLessThanTabSize": "Ob der Inline-Vorschlag mit Leerzeichen beginnt, das kleiner ist als das, was durch die Tabulatortaste eingefügt werden würde",
"inlineSuggestionVisible": "Gibt an, ob ein Inline-Vorschlag sichtbar ist.",
"suppressSuggestions": "Gibt an, ob Vorschläge für den aktuellen Vorschlag unterdrückt werden sollen"
},
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController": {
"showAccessibleViewHint": "Überprüfen Sie dies in der barrierefreien Ansicht ({0})."
},
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget": {
"vs/editor/contrib/inlineCompletions/browser/controller/commands": {
"accept": "Accept",
"acceptLine": "Accept Line",
"acceptWord": "Accept Word",
"action.inlineSuggest.accept": "Accept Inline Suggestion",
"action.inlineSuggest.acceptNextLine": "Accept Next Line Of Inline Suggestion",
"action.inlineSuggest.acceptNextWord": "Accept Next Word Of Inline Suggestion",
"action.inlineSuggest.alwaysShowToolbar": "Always Show Toolbar",
"action.inlineSuggest.hide": "Hide Inline Suggestion",
"action.inlineSuggest.showNext": "Show Next Inline Suggestion",
"action.inlineSuggest.showPrevious": "Show Previous Inline Suggestion",
"action.inlineSuggest.trigger": "Trigger Inline Suggestion"
},
"vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys": {
"inlineSuggestionHasIndentation": "Whether the inline suggestion starts with whitespace",
"inlineSuggestionHasIndentationLessThanTabSize": "Whether the inline suggestion starts with whitespace that is less than what would be inserted by tab",
"inlineSuggestionVisible": "Whether an inline suggestion is visible",
"suppressSuggestions": "Whether suggestions should be suppressed for the current suggestion"
},
"vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController": {
"showAccessibleViewHint": "Inspect this in the accessible view ({0})"
},
"vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant": {
"hoverAccessibilityStatusBar": "There are inline completions here",
"inlineSuggestionFollows": "Suggestion:"
},
"vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget": {
"content": "{0} ({1})",
"next": "Weiter",
"parameterHintsNextIcon": "Symbol für die Anzeige des nächsten Parameterhinweises.",
"parameterHintsPreviousIcon": "Symbol für die Anzeige des vorherigen Parameterhinweises.",
"previous": "Zurück"
"next": "Next",
"parameterHintsNextIcon": "Icon for show next parameter hint.",
"parameterHintsPreviousIcon": "Icon for show previous parameter hint.",
"previous": "Previous"
},
"vs/editor/contrib/inlineEdit/browser/hoverParticipant": {
"hoverAccessibilityInlineEdits": "Hier sind Inlinebearbeitungen vorhanden."
Expand Down Expand Up @@ -5623,6 +5623,7 @@
},
"vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": {
"canBeInvokedManually": "Gibt an, ob dieses Tool vom Benutzer über die Chat-UX manuell aufgerufen werden kann.",
"condition": "Condition which must be true for this tool to be enabled. Note that a tool may still be invoked by another extension even when its `when` condition is false.",
"icon": "Ein Symbol, das dieses Tool darstellt. Entweder ein Dateipfad, ein Objekt mit Dateipfaden für dunkle und helle Designs oder ein Designsymbolverweis wie \"\\$(zap)\"",
"icon.dark": "Symbolpfad, wenn ein dunkles Design verwendet wird",
"icon.light": "Symbolpfad, wenn ein helles Design verwendet wird",
Expand Down Expand Up @@ -9147,6 +9148,10 @@
"vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": {
"notebook.toggleCellToolbarPosition": "Position der Zellensymbolleiste umschalten"
},
"vs/workbench/contrib/notebook/browser/contrib/multicursor/notebookMulticursor": {
"addFindMatchToSelection": "Add Find Match to Selection",
"exitMultiSelection": "Exit Multi Cursor Mode"
},
"vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": {
"cursorMoveDown": "Fokus auf nächsten Zellen-Editor",
"cursorMoveUp": "Fokus auf vorherigen Zellen-Editor",
Expand Down Expand Up @@ -10555,6 +10560,8 @@
"filesChanged": "{0} files changed",
"insertion": "{0} insertion{1}",
"insertions": "{0} insertions{1}",
"loadMore": "{0} Load More...",
"outdated": "OUTDATED",
"refreshGraph": "Refresh",
"scm history": "Source Control History",
"scm.historyItemAdditionsForeground": "History item additions foreground color.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
"typescript.npm": "Especifica la ruta del ejecutable npm utilizado para la [Adquisición automática de tipos](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition).",
"typescript.openTsServerLog.title": "Abrir registro del servidor de TS",
"typescript.preferences.autoImportFileExcludePatterns": "Especifique patrones globales de archivos que se excluirán de las importaciones automáticas. Las rutas de acceso relativas se resuelven en relación con la raíz del área de trabajo. Los patrones se evalúan mediante la semántica tsconfig.json ['exclude'](https://www.typescriptlang.org/tsconfig#exclude).",
"typescript.preferences.autoImportSpecifierExcludeRegexes": "Specify regular expressions to exclude auto imports with matching import specifiers. Examples:\r\n\r\n- `^node:`\r\n- `lib/internal` (slashes don't need to be escaped...)\r\n- `/lib\\/internal/i` (...unless including surrounding slashes for `i` or `u` flags)\r\n- `^lodash$` (only allow subpath imports from lodash)",
"typescript.preferences.importModuleSpecifier": "Estilo de ruta de acceso preferido para las importaciones automáticas.",
"typescript.preferences.importModuleSpecifier.nonRelative": "Prefiere una importación no relativa basada en los elementos \"baseUrl\" o \"paths\" configurados en \"jsconfig.json\" o \"tsconfig.json\".",
"typescript.preferences.importModuleSpecifier.projectRelative": "Prefiere una importación no relativa solo si la ruta de acceso de importación relativa deja el directorio del proyecto o paquete.",
Expand Down
69 changes: 38 additions & 31 deletions i18n/vscode-language-pack-es/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -1369,38 +1369,38 @@
"links.navigate.kb.meta": "ctrl + clic",
"links.navigate.kb.meta.mac": "cmd + clic"
},
"vs/editor/contrib/inlineCompletions/browser/commands": {
"accept": "Aceptar",
"acceptLine": "Aceptar línea",
"acceptWord": "Aceptar palabra",
"action.inlineSuggest.accept": "Aceptar la sugerencia insertada",
"action.inlineSuggest.acceptNextLine": "Aceptar la siguiente línea de sugerencia insertada",
"action.inlineSuggest.acceptNextWord": "Aceptar la siguiente palabra de sugerencia insertada",
"action.inlineSuggest.alwaysShowToolbar": "Mostrar siempre la barra de herramientas",
"action.inlineSuggest.hide": "Ocultar la sugerencia insertada",
"action.inlineSuggest.showNext": "Mostrar sugerencia alineada siguiente",
"action.inlineSuggest.showPrevious": "Mostrar sugerencia alineada anterior",
"action.inlineSuggest.trigger": "Desencadenar sugerencia alineada"
},
"vs/editor/contrib/inlineCompletions/browser/hoverParticipant": {
"hoverAccessibilityStatusBar": "Hay finalizaciones insertadas aquí",
"inlineSuggestionFollows": "Sugerencia:"
},
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys": {
"inlineSuggestionHasIndentation": "Si la sugerencia alineada comienza con un espacio en blanco",
"inlineSuggestionHasIndentationLessThanTabSize": "Si la sugerencia insertada comienza con un espacio en blanco menor que lo que se insertaría mediante tabulación",
"inlineSuggestionVisible": "Si una sugerencia alineada está visible",
"suppressSuggestions": "Si las sugerencias deben suprimirse para la sugerencia actual"
},
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController": {
"showAccessibleViewHint": "Inspeccionar esto en la vista accesible ({0})"
},
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget": {
"vs/editor/contrib/inlineCompletions/browser/controller/commands": {
"accept": "Accept",
"acceptLine": "Accept Line",
"acceptWord": "Accept Word",
"action.inlineSuggest.accept": "Accept Inline Suggestion",
"action.inlineSuggest.acceptNextLine": "Accept Next Line Of Inline Suggestion",
"action.inlineSuggest.acceptNextWord": "Accept Next Word Of Inline Suggestion",
"action.inlineSuggest.alwaysShowToolbar": "Always Show Toolbar",
"action.inlineSuggest.hide": "Hide Inline Suggestion",
"action.inlineSuggest.showNext": "Show Next Inline Suggestion",
"action.inlineSuggest.showPrevious": "Show Previous Inline Suggestion",
"action.inlineSuggest.trigger": "Trigger Inline Suggestion"
},
"vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys": {
"inlineSuggestionHasIndentation": "Whether the inline suggestion starts with whitespace",
"inlineSuggestionHasIndentationLessThanTabSize": "Whether the inline suggestion starts with whitespace that is less than what would be inserted by tab",
"inlineSuggestionVisible": "Whether an inline suggestion is visible",
"suppressSuggestions": "Whether suggestions should be suppressed for the current suggestion"
},
"vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController": {
"showAccessibleViewHint": "Inspect this in the accessible view ({0})"
},
"vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant": {
"hoverAccessibilityStatusBar": "There are inline completions here",
"inlineSuggestionFollows": "Suggestion:"
},
"vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget": {
"content": "{0} ({1})",
"next": "Siguiente",
"parameterHintsNextIcon": "Icono para mostrar la sugerencia de parámetro siguiente.",
"parameterHintsPreviousIcon": "Icono para mostrar la sugerencia de parámetro anterior.",
"previous": "Anterior"
"next": "Next",
"parameterHintsNextIcon": "Icon for show next parameter hint.",
"parameterHintsPreviousIcon": "Icon for show previous parameter hint.",
"previous": "Previous"
},
"vs/editor/contrib/inlineEdit/browser/hoverParticipant": {
"hoverAccessibilityInlineEdits": "Hay ediciones insertadas aquí."
Expand Down Expand Up @@ -5623,6 +5623,7 @@
},
"vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": {
"canBeInvokedManually": "Indica si el usuario puede invocar manualmente esta herramienta a través de la experiencia de usuario del chat.",
"condition": "Condition which must be true for this tool to be enabled. Note that a tool may still be invoked by another extension even when its `when` condition is false.",
"icon": "Icono que representa esta herramienta. Una ruta de acceso de archivo, un objeto con rutas de acceso de archivo para temas oscuros y claros, o una referencia de icono de tema, como \"\\$(zap)\"",
"icon.dark": "Ruta de icono cuando se usa un tema oscuro",
"icon.light": "Ruta del icono cuando se usa un tema ligero",
Expand Down Expand Up @@ -9147,6 +9148,10 @@
"vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": {
"notebook.toggleCellToolbarPosition": "Alternar la posición de la barra de herramientas de celdas"
},
"vs/workbench/contrib/notebook/browser/contrib/multicursor/notebookMulticursor": {
"addFindMatchToSelection": "Add Find Match to Selection",
"exitMultiSelection": "Exit Multi Cursor Mode"
},
"vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": {
"cursorMoveDown": "Situar el foco sobre Editor de celda siguiente",
"cursorMoveUp": "Situar el foco sobre Editor de celda anterior",
Expand Down Expand Up @@ -10555,6 +10560,8 @@
"filesChanged": "{0} files changed",
"insertion": "{0} insertion{1}",
"insertions": "{0} insertions{1}",
"loadMore": "{0} Load More...",
"outdated": "OUTDATED",
"refreshGraph": "Refresh",
"scm history": "Source Control History",
"scm.historyItemAdditionsForeground": "History item additions foreground color.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
"typescript.npm": "Indique le chemin d’accès à l’exécutable npm utilisé pour l’[acquisition automatique de type](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition).",
"typescript.openTsServerLog.title": "Ouvrir le journal du serveur TS",
"typescript.preferences.autoImportFileExcludePatterns": "Spécifiez les modèles globaux de fichiers à exclure des importations automatiques. Les chemins relatifs sont résolus par rapport à la racine de l'espace de travail. Les modèles sont évalués à l'aide de la sémantique tsconfig.json [`exclude`](https://www.typescriptlang.org/tsconfig#exclude).",
"typescript.preferences.autoImportSpecifierExcludeRegexes": "Specify regular expressions to exclude auto imports with matching import specifiers. Examples:\r\n\r\n- `^node:`\r\n- `lib/internal` (slashes don't need to be escaped...)\r\n- `/lib\\/internal/i` (...unless including surrounding slashes for `i` or `u` flags)\r\n- `^lodash$` (only allow subpath imports from lodash)",
"typescript.preferences.importModuleSpecifier": "Style de chemin préféré pour les importations automatiques.",
"typescript.preferences.importModuleSpecifier.nonRelative": "Préfère une importation non relative basée sur le 'baseUrl' ou les 'paths' configurés dans votre 'jsconfig.json' / 'tsconfig.json'.",
"typescript.preferences.importModuleSpecifier.projectRelative": "Préférer une importation non relative uniquement si le chemin d’importation relatif omet le répertoire du package ou du projet.",
Expand Down
Loading

0 comments on commit c28f646

Please sign in to comment.