Skip to content

Commit

Permalink
Updated strings from microsoft/vscode-loc-drop@b406484 (#1831)
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 Feb 27, 2025
1 parent 0ea7f40 commit caa3a19
Show file tree
Hide file tree
Showing 28 changed files with 210 additions and 140 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
"{0} references": "Odkazy: {0}"
},
"package": {
"configuration.expandableHover": "Povolte rozbalení nebo kontraktování přechodu, aby se na serveru TS zobrazilo více nebo méně informací.",
"configuration.implicitProjectConfig.checkJs": "Umožňuje povolit nebo zakázat sémantickou kontrolu souborů JavaScriptu. Existující soubory jsconfig.json nebo tsconfig.json toto nastavení přepíší.",
"configuration.implicitProjectConfig.experimentalDecorators": "Umožňuje povolit nebo zakázat možnost experimentalDecorators pro soubory JavaScriptu, které nejsou součástí projektu. Existující soubory jsconfig.json nebo tsconfig.json toto nastavení přepíší.",
"configuration.implicitProjectConfig.module": "Nastaví systém modulů pro program. Další informace: https://www.typescriptlang.org/tsconfig#module.",
Expand Down Expand Up @@ -200,7 +199,7 @@
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Potlačí sémantické chyby na webu, i když je povolená funkce IntelliSense pro celý projekt. Je vždy zapnuté, když funkce IntelliSense není povolená pro celý projekt nebo není dostupná. Viz #typescript.tsserver.web.projectWideIntellisense.enabled#",
"configuration.tsserver.web.typeAcquisition.enabled": "Povolit/zakázat získávání balíčků na webu. Povolí IntelliSense pro importované balíčky. Vyžaduje #typescript.tsserver.web.projectWideIntellisense.enabled#. V současnosti není podporováno pro Safari.",
"configuration.typescript": "TypeScript",
"configuration.updateImportsOnPaste": "Povolí aktualizace importů při vkládání kódu. Vyžaduje TypeScript 5.7+.\r\n\r\nVe výchozím nastavení zobrazí možnost aktualizace importů po vložení. Nastavení #editor.pasteAs.preferences# můžete použít k automatické aktualizaci importů při vkládání: \"editor.pasteAs.preferences\": [ \"text.updateImports.jsts\" ].",
"configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.6+.",
"description": "Poskytuje rozšířenou podporu jazyka pro JavaScript a TypeScript.",
"displayName": "Funkce jazyka TypeScript a JavaScript",
"format.indentSwitchCase": "Odsadit klauzule case v příkazech switch. Vyžaduje v pracovním prostoru použití TypeScriptu 5.1+.",
Expand Down
22 changes: 14 additions & 8 deletions i18n/vscode-language-pack-cs/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5868,7 +5868,6 @@
"vs/workbench/contrib/chat/browser/chatDragAndDrop": {
"addToWorkingSet": "Přidat {0} do pracovní sady",
"attacAsContext": "Připojit {0} jako kontext",
"dragAndDroppedImageName": "Obrázek z adresy URL",
"file": "Soubor",
"files": "Soubory",
"folder": "Složka",
Expand Down Expand Up @@ -6129,21 +6128,28 @@
"chatAndCompletionsQuotaExceededStatus": "Dosaženo limitu",
"chatQuotaExceededStatus": "Dosáhlo se limitu chatu.",
"chatStatus": "Stav Copilotu",
"chatsLabel": "Chats Messages Remaining",
"completionsLabel": "Code Completions Remaining",
"chatsLabel": "Chats messages",
"completionsLabel": "Code completions",
"completionsQuotaExceededStatus": "Dosáhlo se limitu dokončení.",
"gaugeBackground": "Gauge background color.",
"gaugeBorder": "Gauge border color.",
"gaugeErrorBackground": "Gauge error background color.",
"gaugeErrorForeground": "Gauge error foreground color.",
"gaugeForeground": "Gauge foreground color.",
"gaugeWarningBackground": "Gauge warning background color.",
"gaugeWarningForeground": "Gauge warning foreground color.",
"keybindingsTitle": "Keybindings",
"limitQuota": "Limits will reset on {0}.",
"limitTitle": "You are using Copilot Free",
"openChat": "Otevřít chat ({0})",
"proTitle": "You are using Copilot Pro",
"settings.toggleCompletions": "Dokončování kódu",
"settings.toggleNextEditSuggestions": "Další návrhy úprav (Preview)",
"quotaDisplay": "{0}%",
"settings.codeCompletions": "Code completions (all)",
"settings.codeCompletionsLanguage": "Code completions ({0})",
"settingsTitle": "Settings",
"shortcuts.chat": "Chat",
"shortcuts.copilotEdits": "Copilot Edits",
"shortcuts.inlineChat": "Vložený chat",
"signInToUseCopilot": "Pokud chcete používat Copilot, přihlaste se…"
"signInToUseCopilot": "Pokud chcete používat Copilot, přihlaste se…",
"usageTitle": "Copilot Free Usage"
},
"vs/workbench/contrib/chat/browser/chatWidget": {
"chatWidget.tips": "{0} nebo napište {1} pro připojení kontextu\r\n\r\n{2} pro chat s rozšířeními\r\n\r\nNapište {3} pro použití příkazů",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
"{0} references": "{0} Verweise"
},
"package": {
"configuration.expandableHover": "Aktivieren Sie das Erweitern/Erweitern des Mauszeigers, um mehr/weniger Informationen vom TS-Server anzuzeigen.",
"configuration.implicitProjectConfig.checkJs": "Aktiviert/deaktiviert die Semantikprüfung bei JavaScript-Dateien. Diese Einstellung wird von vorhandenen Dateien \"jsconfig.json\" oder \"tsconfig.json\" außer Kraft gesetzt.",
"configuration.implicitProjectConfig.experimentalDecorators": "Aktiviert/deaktiviert \"experimentalDecorators\" in JavaScript-Dateien, die keinem Projekt angehören. Diese Einstellung wird von vorhandenen Dateien \"jsconfig.json\" oder \"tsconfig.json\" außer Kraft gesetzt.",
"configuration.implicitProjectConfig.module": "Legt das Modulsystem für das Programm fest. Weitere Informationen finden Sie unter https://www.typescriptlang.org/tsconfig#module.",
Expand Down Expand Up @@ -200,7 +199,7 @@
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Unterdrückt semantische Fehler im Web, auch wenn projektweites IntelliSense aktiviert ist. Das ist immer aktiviert, wenn projektweites IntelliSense nicht aktiviert oder verfügbar ist. Siehe \"#typescript.tsserver.web.projectWideIntellisense.enabled#\"",
"configuration.tsserver.web.typeAcquisition.enabled": "Aktiviert/deaktiviert die Paketerfassung im Web. Hiermit wird IntelliSense für importierte Pakete aktiviert. Erfordert \"#typescript.tsserver.web.projectWideIntellisense.enabled#\". Wird für Safari aktuell nicht unterstützt.",
"configuration.typescript": "TypeScript",
"configuration.updateImportsOnPaste": "Aktivieren Sie das Aktualisieren von Importen beim Einfügen von Code. Erfordert TypeScript 5.7 und höher.\r\n\r\nStandardmäßig wird eine Option zum Aktualisieren von Importen nach dem Einfügen angezeigt. Sie können die Einstellung „#editor.pasteAs.preferences#“ verwenden, um Importe beim Einfügen automatisch zu aktualisieren: „editor.pasteAs.preferences“: [ „text.updateImports.jsts“ ]'.",
"configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.6+.",
"description": "Bietet umfangreiche Sprachunterstützung für JavaScript und TypeScript.",
"displayName": "TypeScript- und JavaScript-Sprachfeatures",
"format.indentSwitchCase": "Einrücken von Case-Klauseln in Switch-Anweisungen. Erfordert die Verwendung von TypeScript 5.1 und höher im Arbeitsbereich.",
Expand Down
22 changes: 14 additions & 8 deletions i18n/vscode-language-pack-de/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5868,7 +5868,6 @@
"vs/workbench/contrib/chat/browser/chatDragAndDrop": {
"addToWorkingSet": "{0} zum Arbeitssatz hinzufügen",
"attacAsContext": "{0} als Kontext anfügen",
"dragAndDroppedImageName": "Bild aus URL",
"file": "Datei",
"files": "Dateien",
"folder": "Ordner",
Expand Down Expand Up @@ -6129,21 +6128,28 @@
"chatAndCompletionsQuotaExceededStatus": "Limit erreicht",
"chatQuotaExceededStatus": "Das Chat-Limit wurde erreicht.",
"chatStatus": "Copilot-Status",
"chatsLabel": "Chats Messages Remaining",
"completionsLabel": "Code Completions Remaining",
"chatsLabel": "Chats messages",
"completionsLabel": "Code completions",
"completionsQuotaExceededStatus": "Vervollständigungslimit erreicht",
"gaugeBackground": "Gauge background color.",
"gaugeBorder": "Gauge border color.",
"gaugeErrorBackground": "Gauge error background color.",
"gaugeErrorForeground": "Gauge error foreground color.",
"gaugeForeground": "Gauge foreground color.",
"gaugeWarningBackground": "Gauge warning background color.",
"gaugeWarningForeground": "Gauge warning foreground color.",
"keybindingsTitle": "Keybindings",
"limitQuota": "Limits will reset on {0}.",
"limitTitle": "You are using Copilot Free",
"openChat": "Chat öffnen ({0})",
"proTitle": "You are using Copilot Pro",
"settings.toggleCompletions": "Code-Vervollständigungen",
"settings.toggleNextEditSuggestions": "Nächste Bearbeitungsvorschläge (Preview)",
"quotaDisplay": "{0}%",
"settings.codeCompletions": "Code completions (all)",
"settings.codeCompletionsLanguage": "Code completions ({0})",
"settingsTitle": "Settings",
"shortcuts.chat": "Chat",
"shortcuts.copilotEdits": "Copilot Edits",
"shortcuts.inlineChat": "Inlinechat",
"signInToUseCopilot": "Anmelden, um Copilot zu verwenden …"
"signInToUseCopilot": "Anmelden, um Copilot zu verwenden …",
"usageTitle": "Copilot Free Usage"
},
"vs/workbench/contrib/chat/browser/chatWidget": {
"chatWidget.tips": "{0} oder geben Sie {1} ein, um den Kontext anzufügen.\r\n\r\n{2} zum Chatten mit Erweiterungen\r\n\r\nGeben Sie {3} ein, um Befehle zu verwenden.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
"{0} references": "{0} referencias"
},
"package": {
"configuration.expandableHover": "Habilite la expansión o la contratación del desplazamiento para mostrar más o menos información del servidor TS.",
"configuration.implicitProjectConfig.checkJs": "Habilita o deshabilita la comprobación semántica de los archivos de JavaScript. Los archivos \"jsconfig.json\" o \"tsconfig.json\" existentes invalidan esta opción.",
"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.module": "Establece el sistema de módulos para el programa. Más información: https://www.typescriptlang.org/tsconfig#module.",
Expand Down Expand Up @@ -200,7 +199,7 @@
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Suprime los errores semánticos en la web incluso cuando IntelliSense para todo el proyecto está habilitado. Esto siempre está activado cuando IntelliSense para todo el proyecto no está habilitado o disponible. Vea `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
"configuration.tsserver.web.typeAcquisition.enabled": "Habilitar o deshabilitar la adquisición de paquetes en la Web. Esto habilita IntelliSense para los paquetes importados. Requiere \"#typescript.tsserver.web.projectWideIntellisense.enabled#\". Actualmente no se admite para Safari.",
"configuration.typescript": "TypeScript",
"configuration.updateImportsOnPaste": "Habilitar las importaciones de actualización al pegar código. Requiere TypeScript 5.7+.\r\n\r\nDe forma predeterminada, se muestra una opción para actualizar las importaciones después de pegar. Puede usar la configuración `#editor.pasteAs.preferences#` para actualizar las importaciones automáticamente al pegar: `\"editor.pasteAs.preferences\": [ \"text.updateImports.jsts\" ]`.",
"configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.6+.",
"description": "Proporciona soporte de lenguaje enriquecido para JavaScript y TypeScript.",
"displayName": "Características del lenguaje JavaScript y TypeScript",
"format.indentSwitchCase": "Sangrar cláusulas case en las instrucciones de cambio. Requiere el uso de TypeScript 5.1+ en el espacio de trabajo.",
Expand Down
22 changes: 14 additions & 8 deletions i18n/vscode-language-pack-es/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5868,7 +5868,6 @@
"vs/workbench/contrib/chat/browser/chatDragAndDrop": {
"addToWorkingSet": "Agregar {0} a espacio de trabajo",
"attacAsContext": "Adjuntar {0} como contexto",
"dragAndDroppedImageName": "Imagen de la dirección URL",
"file": "Archivo",
"files": "Archivos",
"folder": "Carpeta",
Expand Down Expand Up @@ -6129,21 +6128,28 @@
"chatAndCompletionsQuotaExceededStatus": "Límite alcanzado",
"chatQuotaExceededStatus": "Se alcanzó el límite de chat",
"chatStatus": "Estado de Copilot",
"chatsLabel": "Chats Messages Remaining",
"completionsLabel": "Code Completions Remaining",
"chatsLabel": "Chats messages",
"completionsLabel": "Code completions",
"completionsQuotaExceededStatus": "Límite de finalizaciones alcanzado",
"gaugeBackground": "Gauge background color.",
"gaugeBorder": "Gauge border color.",
"gaugeErrorBackground": "Gauge error background color.",
"gaugeErrorForeground": "Gauge error foreground color.",
"gaugeForeground": "Gauge foreground color.",
"gaugeWarningBackground": "Gauge warning background color.",
"gaugeWarningForeground": "Gauge warning foreground color.",
"keybindingsTitle": "Keybindings",
"limitQuota": "Limits will reset on {0}.",
"limitTitle": "You are using Copilot Free",
"openChat": "Abrir chat ({0})",
"proTitle": "You are using Copilot Pro",
"settings.toggleCompletions": "Completaciones de código",
"settings.toggleNextEditSuggestions": "Siguientes sugerencias de edición (vista previa)",
"quotaDisplay": "{0}%",
"settings.codeCompletions": "Code completions (all)",
"settings.codeCompletionsLanguage": "Code completions ({0})",
"settingsTitle": "Settings",
"shortcuts.chat": "Chat",
"shortcuts.copilotEdits": "Copilot Edits",
"shortcuts.inlineChat": "Chat insertado",
"signInToUseCopilot": "Iniciar sesión para usar Copilot..."
"signInToUseCopilot": "Iniciar sesión para usar Copilot...",
"usageTitle": "Copilot Free Usage"
},
"vs/workbench/contrib/chat/browser/chatWidget": {
"chatWidget.tips": "{0} o escriba {1} para adjuntar contexto\r\n\r\n{2} para chatear con extensiones\r\n\r\nEscriba {3} para usar comandos",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
"{0} references": "{0} références"
},
"package": {
"configuration.expandableHover": "Activez le développement/le contractage du pointage pour afficher plus ou moins d’informations du serveur TS.",
"configuration.implicitProjectConfig.checkJs": "Active/désactive la vérification sémantique des fichiers JavaScript. Les fichiers 'jsconfig.json' ou 'tsconfig.json existants remplacent ce paramètre.",
"configuration.implicitProjectConfig.experimentalDecorators": "Active/désactive 'experimentalDecorators' dans les fichiers JavaScript qui ne font pas partie d'un projet. Les fichiers 'jsconfig.json' ou 'tsconfig.json existants remplacent ce paramètre.",
"configuration.implicitProjectConfig.module": "Définit le système de module pour le programme. Voir plus : https://www.typescriptlang.org/tsconfig#module.",
Expand Down Expand Up @@ -200,7 +199,7 @@
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Supprime les erreurs sémantiques sur le web même lorsque IntelliSense à l’échelle du projet est activé. Cette option est toujours activée lorsque IntelliSense à l’échelle du projet n’est pas activé ou disponible. Voir `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
"configuration.tsserver.web.typeAcquisition.enabled": "Activez/désactivez l'acquisition de packages sur le web. Cela active IntelliSense pour les packages importés. Nécessite `#typescript.tsserver.web.projectWideIntellisense.enabled#`. Actuellement non pris en charge pour Safari.",
"configuration.typescript": "TypeScript",
"configuration.updateImportsOnPaste": "Activez la mise à jour des importations lors du collage de code. Nécessite TypeScript 5.7+.\r\n\r\nPar défaut, cela affiche une option permettant de mettre à jour les importations après le collage. Vous pouvez utiliser le paramètre `#editor.pasteAs.preferences#` pour mettre à jour automatiquement les importations lors du collage : `\"editor.pasteAs.preferences\": [ \"text.updateImports.jsts\" ]`.",
"configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.6+.",
"description": "Fournit une prise en charge riche de langage pour JavaScript et TypeScript.",
"displayName": "Fonctionnalités de langage TypeScript et JavaScript",
"format.indentSwitchCase": "Mettre en retrait les clauses de cas dans les instructions switch. Nécessite l’utilisation de TypeScript 5.1+ dans l’espace de travail.",
Expand Down
22 changes: 14 additions & 8 deletions i18n/vscode-language-pack-fr/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5868,7 +5868,6 @@
"vs/workbench/contrib/chat/browser/chatDragAndDrop": {
"addToWorkingSet": "Ajouter {0} à l’ensemble de travail",
"attacAsContext": "Attacher {0} en tant que contexte",
"dragAndDroppedImageName": "Image à partir d’une URL",
"file": "Fichier",
"files": "Fichiers",
"folder": "Dossier",
Expand Down Expand Up @@ -6129,21 +6128,28 @@
"chatAndCompletionsQuotaExceededStatus": "Limite atteinte",
"chatQuotaExceededStatus": "La limite des conversations a été atteinte",
"chatStatus": "État de Copilot",
"chatsLabel": "Chats Messages Remaining",
"completionsLabel": "Code Completions Remaining",
"chatsLabel": "Chats messages",
"completionsLabel": "Code completions",
"completionsQuotaExceededStatus": "La limite des saisies semi-automatiques a été atteinte",
"gaugeBackground": "Gauge background color.",
"gaugeBorder": "Gauge border color.",
"gaugeErrorBackground": "Gauge error background color.",
"gaugeErrorForeground": "Gauge error foreground color.",
"gaugeForeground": "Gauge foreground color.",
"gaugeWarningBackground": "Gauge warning background color.",
"gaugeWarningForeground": "Gauge warning foreground color.",
"keybindingsTitle": "Keybindings",
"limitQuota": "Limits will reset on {0}.",
"limitTitle": "You are using Copilot Free",
"openChat": "Ouvrir la conversation ({0})",
"proTitle": "You are using Copilot Pro",
"settings.toggleCompletions": "Saisies semi-automatiques de code",
"settings.toggleNextEditSuggestions": "Suggestions de modification suivantes (préversion)",
"quotaDisplay": "{0}%",
"settings.codeCompletions": "Code completions (all)",
"settings.codeCompletionsLanguage": "Code completions ({0})",
"settingsTitle": "Settings",
"shortcuts.chat": "Conversation",
"shortcuts.copilotEdits": "Copilot Edits",
"shortcuts.inlineChat": "Conversation inline",
"signInToUseCopilot": "Se connecter pour utiliser Copilot..."
"signInToUseCopilot": "Se connecter pour utiliser Copilot...",
"usageTitle": "Copilot Free Usage"
},
"vs/workbench/contrib/chat/browser/chatWidget": {
"chatWidget.tips": "{0} ou tapez {1} pour attacher le contexte\r\n\r\n{2} pour converser avec des extensions\r\n\r\nTapez {3} pour utiliser des commandes",
Expand Down
Loading

0 comments on commit caa3a19

Please sign in to comment.