|
5782 | 5782 | "copilotQuotaReached": "Copilot-Kontingent erreicht",
|
5783 | 5783 | "currentChatLabel": "aktuell",
|
5784 | 5784 | "dismiss": "Verwerfen",
|
5785 |
| - "generateInstructions": "Generate Workspace Instructions File", |
5786 |
| - "generateInstructions.short": "Generate Instructions", |
| 5785 | + "generateInstructions": "Arbeitsbereichsanweisungsdatei generieren", |
| 5786 | + "generateInstructions.short": "Anweisungen generieren", |
5787 | 5787 | "interactiveSession.clearHistory.label": "Eingabeverlauf löschen",
|
5788 | 5788 | "interactiveSession.focusInput.label": "Chateingabe fokussieren",
|
5789 | 5789 | "interactiveSession.history.clear": "Alle Arbeitsbereichschats löschen",
|
|
5942 | 5942 | },
|
5943 | 5943 | "vs/workbench/contrib/chat/browser/actions/chatToolActions": {
|
5944 | 5944 | "chat.accept": "Annehmen",
|
5945 |
| - "chat.tools.description.mode": "The selected tools are configured by the '{0}' chat mode. Changes to the tools will be applied to the mode file as well.", |
| 5945 | + "chat.tools.description.mode": "Die ausgewählten Tools werden durch den Chatmodus „{0}“ konfiguriert. Änderungen an den Tools werden auch auf die Modusdatei angewendet.", |
5946 | 5946 | "chat.tools.description.session": "Die ausgewählten Tools wurden durch einen Eingabeaufforderungsbefehl konfiguriert und gelten nur für diese Chatsitzung.",
|
5947 |
| - "chat.tools.placeholder.global": "Select tools that are available to chat.", |
| 5947 | + "chat.tools.placeholder.global": "Wählen Sie Tools aus, die zum Chatten verfügbar sind.", |
5948 | 5948 | "chat.tools.placeholder.mode": "Tools für diesen Chatmodus auswählen",
|
5949 | 5949 | "chat.tools.placeholder.session": "Tools für diese Chatsitzung auswählen",
|
5950 | 5950 | "label": "Tools konfigurieren ..."
|
|
6504 | 6504 | "settings.codeCompletions.allFiles": "All files",
|
6505 | 6505 | "settings.codeCompletions.language": "{0}",
|
6506 | 6506 | "settings.nextEditSuggestions": "Empfehlungen für die nächste Bearbeitung",
|
6507 |
| - "settings.snooze": "Snooze", |
| 6507 | + "settings.snooze": "Erneut erinnern", |
6508 | 6508 | "settingsLabel": "Einstellungen",
|
6509 | 6509 | "settingsTooltip": "Einstellungen öffnen",
|
6510 | 6510 | "signInDescription": "Melden Sie sich an, um die KI-Features von Copilot zu nutzen.",
|
|
6649 | 6649 | "user-data-dir.capitalized": "Ordner für Benutzerdaten"
|
6650 | 6650 | },
|
6651 | 6651 | "vs/workbench/contrib/chat/browser/promptSyntax/promptCodingAgentActionOverlay": {
|
6652 |
| - "runPromptWithCodingAgent": "Run prompt file in a remote coding agent", |
| 6652 | + "runPromptWithCodingAgent": "Prompt-Datei in einem Remote-Coding-Agent ausführen", |
6653 | 6653 | "runWithCodingAgent.label": "{0} Delegate to Copilot coding agent"
|
6654 | 6654 | },
|
6655 | 6655 | "vs/workbench/contrib/chat/browser/promptSyntax/promptToolsCodeLensProvider": {
|
|
6832 | 6832 | "chat.prompt.frontMatter.inactiveBackground.description": "Hintergrundfarbe eines inaktiven Front-Matter-Headerblocks."
|
6833 | 6833 | },
|
6834 | 6834 | "vs/workbench/contrib/chat/common/promptSyntax/languageProviders/promptHeaderDiagnosticsProvider": {
|
6835 |
| - "promptHeaderDiagnosticsProvider.modelNotFound": "Unknown model '{0}'", |
6836 |
| - "promptHeaderDiagnosticsProvider.modelNotSuited": "Model '{0}' is not suited for agent mode", |
6837 |
| - "promptHeaderDiagnosticsProvider.toolNotFound": "Unknown tool '{0}'" |
| 6835 | + "promptHeaderDiagnosticsProvider.modelNotFound": "Unbekanntes Modell „{0}“", |
| 6836 | + "promptHeaderDiagnosticsProvider.modelNotSuited": "Das Modell „{0}“ ist für den Modus Agent nicht geeignet.", |
| 6837 | + "promptHeaderDiagnosticsProvider.toolNotFound": "Unbekanntes Tool „{0}“" |
6838 | 6838 | },
|
6839 | 6839 | "vs/workbench/contrib/chat/common/promptSyntax/languageProviders/promptHeaderHovers": {
|
6840 |
| - "modelFamily": "- Family: {0}", |
| 6840 | + "modelFamily": "- Familie: {0}", |
6841 | 6841 | "modelName": "- Name: {0}",
|
6842 |
| - "modelVendor": "- Vendor: {0}", |
6843 |
| - "promptHeader.instructions.applyToRange": "One or more glob pattern (separated by comma) that describe for which files the instructions apply to. Based on these patterns, the file is automatically included in the prompt, when the context contains a file that matches one or more of these patterns. Use `**` when you want this file to always be added.\r\nExample: **/*.ts, **/*.js, client/**", |
6844 |
| - "promptHeader.instructions.description": "The description of the instruction file. It can be used to provide additional context or information about the instructions and is passed to the language model as part of the prompt.", |
6845 |
| - "promptHeader.mode.description": "The description of the mode file. It can be used to provide additional context or information about the mode to the mode author.", |
6846 |
| - "promptHeader.mode.model": "The model to use in this mode.", |
6847 |
| - "promptHeader.mode.tools": "The tools to use in this mode.", |
6848 |
| - "promptHeader.prompt.description": "The description of the prompt file. It can be used to provide additional context or information about the prompt to the prompt author.", |
6849 |
| - "promptHeader.prompt.mode": "The mode (ask, edit or agent) to use when running this prompt.", |
6850 |
| - "promptHeader.prompt.model": "The model to use in this prompt.", |
6851 |
| - "promptHeader.prompt.tools": "The tools to use in this prompt.", |
| 6842 | + "modelVendor": "- Anbieter: {0}", |
| 6843 | + "promptHeader.instructions.applyToRange": "Ein oder mehrere Glob-Muster (durch Kommas getrennt), die beschreiben, für welche Dateien die Anweisungen gelten Basierend auf diesen Mustern wird die Datei automatisch in den Prompt aufgenommen, wenn der Kontext eine Datei enthält, die einem oder mehreren dieser Muster entspricht. Verwenden Sie `**`, wenn diese Datei immer hinzugefügt werden soll.\r\nZum Beispiel: **/*.ts, **/*.js, client/**", |
| 6844 | + "promptHeader.instructions.description": "Die Beschreibung der Anweisungsdatei Sie kann verwendet werden, um zusätzlichen Kontext oder Informationen zu den Anweisungen bereitzustellen und wird als Teil des Prompt an das Sprachmodell übergeben.", |
| 6845 | + "promptHeader.mode.description": "Die Beschreibung der Modusdatei Sie kann verwendet werden, um der Person, die den Modus erstellt hat, zusätzlichen Kontext oder Informationen zum Modus bereitzustellen.", |
| 6846 | + "promptHeader.mode.model": "Das in diesem Modus zu verwendende Modell", |
| 6847 | + "promptHeader.mode.tools": "Die Tools, die in diesem Modus verwendet werden sollen", |
| 6848 | + "promptHeader.prompt.description": "Die Beschreibung der Prompt-Datei Sie kann verwendet werden, um der Person, die den Prompt geschrieben hat, zusätzlichen Kontext oder Informationen über die Eingabeaufforderung bereitzustellen.", |
| 6849 | + "promptHeader.prompt.mode": "Der Modus (Abfragen, Bearbeiten oder Agent), der beim Ausführen dieses Prompt verwendet werden soll", |
| 6850 | + "promptHeader.prompt.model": "Das in diesem Prompt zu verwendende Modell", |
| 6851 | + "promptHeader.prompt.tools": "Die in diesem Prompt zu verwendenden Tools", |
6852 | 6852 | "toolSetName": "ToolSet: {0}\r\n\r\n"
|
6853 | 6853 | },
|
6854 | 6854 | "vs/workbench/contrib/chat/common/promptSyntax/languageProviders/promptLinkDiagnosticsProvider": {
|
|
6857 | 6857 | "vs/workbench/contrib/chat/common/promptSyntax/parsers/promptHeader/headerBase": {
|
6858 | 6858 | "prompt.header.diagnostics.parsing-error": "Fehler beim Analysieren des Prompt-Headers: {0}",
|
6859 | 6859 | "prompt.header.diagnostics.unexpected-token": "Unerwartetes Token „{0}“.",
|
6860 |
| - "prompt.header.metadata.diagnostics.duplicate-record": "Duplicate property '{0}' will be ignored.", |
6861 |
| - "prompt.header.metadata.diagnostics.unknown-record": "Unknown property '{0}' will be ignored." |
| 6860 | + "prompt.header.metadata.diagnostics.duplicate-record": "Doppelter Eigenschaft „{0}“ wird ignoriert.", |
| 6861 | + "prompt.header.metadata.diagnostics.unknown-record": "Unbekannte Eigenschaft „{0}“ wird ignoriert." |
6862 | 6862 | },
|
6863 | 6863 | "vs/workbench/contrib/chat/common/promptSyntax/parsers/promptHeader/metadata/applyTo": {
|
6864 | 6864 | "prompt.header.metadata.applyTo.diagnostics.non-valid-glob": "Ungültiges Globmuster „{0}“.",
|
6865 |
| - "prompt.header.metadata.string.diagnostics.invalid-language": "The '{0}' header property is only valid in instruction files." |
| 6865 | + "prompt.header.metadata.string.diagnostics.invalid-language": "Die Header-Eigenschaft „{0}“ ist nur in Anweisungsdateien gültig." |
6866 | 6866 | },
|
6867 | 6867 | "vs/workbench/contrib/chat/common/promptSyntax/parsers/promptHeader/metadata/base/enum": {
|
6868 | 6868 | "prompt.header.metadata.enum.diagnostics.invalid-value": "Der Wert der Metadaten „{0}“ muss einer von {1} sein, aber „{2}“ wurde erhalten."
|
|
6873 | 6873 | "vs/workbench/contrib/chat/common/promptSyntax/parsers/promptHeader/metadata/tools": {
|
6874 | 6874 | "prompt.header.metadata.tools.diagnostics.duplicate-tool-name": "Doppelter Toolname „{0}“.",
|
6875 | 6875 | "prompt.header.metadata.tools.diagnostics.empty-tool-name": "Der Toolname darf nicht leer sein.",
|
6876 |
| - "prompt.header.metadata.tools.diagnostics.invalid-tool-name-type": "Unexpected tool name '{0}', expected a string literal.", |
6877 |
| - "prompt.header.metadata.tools.diagnostics.invalid-value-type": "Must be an array of tool names, got '{0}'." |
| 6876 | + "prompt.header.metadata.tools.diagnostics.invalid-tool-name-type": "Unerwarteter Toolname „{0}“. Es wurde ein Zeichenfolgenliteral erwartet.", |
| 6877 | + "prompt.header.metadata.tools.diagnostics.invalid-value-type": "Muss ein Array von Toolnamen sein, erhalten: „{0}“." |
6878 | 6878 | },
|
6879 | 6879 | "vs/workbench/contrib/chat/common/promptSyntax/parsers/promptHeader/promptHeader": {
|
6880 |
| - "prompt.header.metadata.mode.diagnostics.incompatible-with-tools": "Tools can only be used when in 'agent' mode, but the mode is set to '{0}'. The tools will be ignored." |
| 6880 | + "prompt.header.metadata.mode.diagnostics.incompatible-with-tools": "Tools können nur im Modus „Agent“ verwendet werden, der Modus ist jedoch auf „{0}“ festgelegt. Die Tools werden ignoriert." |
6881 | 6881 | },
|
6882 | 6882 | "vs/workbench/contrib/chat/common/promptSyntax/parsers/topError": {
|
6883 | 6883 | "broken": "unterbrochen",
|
|
6959 | 6959 | "workbench.action.speech.stopReadAloud": "Lautes Vorlesen beenden"
|
6960 | 6960 | },
|
6961 | 6961 | "vs/workbench/contrib/chat/electron-browser/chat.contribution": {
|
6962 |
| - "copilotWorkspaceTrust": "Copilot is currently only supported in trusted workspaces." |
| 6962 | + "copilotWorkspaceTrust": "Copilot wird derzeit nur in vertrauenswürdigen Arbeitsbereichen unterstützt." |
6963 | 6963 | },
|
6964 | 6964 | "vs/workbench/contrib/chat/electron-browser/tools/fetchPageTool": {
|
6965 | 6965 | "fetchWebPage.binaryNotSupported": "Binärdateien werden derzeit nicht unterstützt.",
|
|
0 commit comments