From 6ae18710cc2b1ca92fa05adaf08ec1e157c44f9f Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" <36771401+azure-pipelines[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:28:12 -0700 Subject: [PATCH] Updated strings from microsoft/vscode-loc-drop@d48ec294b14e656dcc43e6361c70770acc6f8dfb (#1703) Co-authored-by: vscode --- .../translations/main.i18n.json | 24 ++++----- .../translations/main.i18n.json | 22 ++++---- .../translations/main.i18n.json | 22 ++++---- .../translations/main.i18n.json | 22 ++++---- .../translations/main.i18n.json | 22 ++++---- .../translations/main.i18n.json | 22 ++++---- .../translations/main.i18n.json | 54 +++++++++---------- .../translations/main.i18n.json | 22 ++++---- .../translations/main.i18n.json | 22 ++++---- .../translations/main.i18n.json | 22 ++++---- .../translations/main.i18n.json | 22 ++++---- .../translations/main.i18n.json | 22 ++++---- .../translations/main.i18n.json | 54 +++++++++---------- .../translations/main.i18n.json | 22 ++++---- 14 files changed, 187 insertions(+), 187 deletions(-) diff --git a/i18n/vscode-language-pack-cs/translations/main.i18n.json b/i18n/vscode-language-pack-cs/translations/main.i18n.json index 42663d2b26..0acbc5e0de 100644 --- a/i18n/vscode-language-pack-cs/translations/main.i18n.json +++ b/i18n/vscode-language-pack-cs/translations/main.i18n.json @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "Chat", "chatCommand": "Krátký název, na který se tento příkaz odkazuje v uživatelském rozhraní, např. `fix` nebo * `explain` pro příkazy, které opravují problém nebo vysvětlují kód. Název by měl být v rámci příkazů zadaných tímto účastníkem jedinečný.", "chatCommandDescription": "Popis tohoto příkazu", - "chatCommandDisambiguation": "Metadata, která pomáhají automaticky směrovat otázky uživatelů na tento příkaz chatu.", + "chatCommandDisambiguation": "Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatCommandDisambiguationCategory": "Podrobný název této kategorie, např. workspace_questions nebo web_questions.", "chatCommandDisambiguationDescription": "Podrobný popis typů otázek, které jsou vhodné pro tento příkaz chatu.", "chatCommandDisambiguationExamples": "Seznam reprezentativních příkladů otázek, které jsou vhodné pro tento příkaz chatu.", @@ -5542,9 +5542,9 @@ "chatCommandSticky": "Určuje, jestli vyvolání příkazu převede chat do trvalého režimu, kde se příkaz automaticky přidá do vstupu chatu pro další zprávu.", "chatCommandWhen": "Podmínka, která musí být true, aby byl tento příkaz povolen.", "chatCommandsDescription": "Příkazy dostupné pro tohoto účastníka chatu, které uživatel může vyvolat pomocí lomítka (/).", - "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat se nepodařilo načíst, protože nainstalovaná verze rozšíření ({0}) není kompatibilní s touto verzí ({1}). Ujistěte se prosím, že je rozšíření Chat s GitHub Copilotem aktuální.", "chatParticipantDescription": "Popis tohoto účastníka chatu zobrazený v uživatelském rozhraní", - "chatParticipantDisambiguation": "Metadata, která pomáhají automaticky směrovat dotazy uživatelů na tohoto účastníka chatu.", + "chatParticipantDisambiguation": "Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatParticipantDisambiguationCategory": "Podrobný název této kategorie, např. workspace_questions nebo web_questions.", "chatParticipantDisambiguationDescription": "Podrobný popis typů otázek, které jsou vhodné pro tohoto účastníka chatu.", "chatParticipantDisambiguationExamples": "Seznam reprezentativních příkladů otázek, které jsou vhodné pro tohoto účastníka chatu.", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "Zobrazit ikonu zobrazení správy zdrojového kódu" }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "Zelená barva použitá v grafu historie", - "scm.historyGraph.historyItemGroupLocal": "Barva místní skupiny položek historie", - "scm.historyGraph.red": "Červená barva použitá v grafu historie", - "scm.historyGraph.yellow": "Žlutá barva použitá v grafu historie", - "scm.historyItemGroupBase": "Základní barva skupiny položek historie", - "scm.historyItemGroupHoverLabelForeground": "Barva popředí popisku skupiny položek historie při najetí myší", - "scm.historyItemGroupRemote": "Barva vzdálené skupiny položek historie" + "scmGraphForeground1": "Source control graph foreground color (1).", + "scmGraphForeground2": "Source control graph foreground color (2).", + "scmGraphForeground3": "Source control graph foreground color (3).", + "scmGraphHistoryItemGroupBase": "Base history item group color.", + "scmGraphHistoryItemGroupLocal": "Local history item group color.", + "scmGraphHistoryItemGroupRemote": "Remote history item group color.", + "scmGraphHistoryItemHoverLabelForeground": "History item hover label foreground color." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0} odstranění{1}", @@ -10566,8 +10566,8 @@ "outdated": "ZASTARALÉ", "refreshGraph": "Aktualizovat", "scm history": "Historie správy zdrojového kódu", - "scm.historyItemAdditionsForeground": "Barva popředí přidání položek historie", - "scm.historyItemDeletionsForeground": "Barva popředí odstranění položek historie" + "scmGraph.HistoryItemHoverAdditionsForeground": "History item hover additions foreground color.", + "scmGraph.HistoryItemHoverDeletionsForeground": "History item hover deletions foreground color." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "Úložiště správy zdrojového kódu" diff --git a/i18n/vscode-language-pack-de/translations/main.i18n.json b/i18n/vscode-language-pack-de/translations/main.i18n.json index 6d3685d0b1..fb5e2eae9f 100644 --- a/i18n/vscode-language-pack-de/translations/main.i18n.json +++ b/i18n/vscode-language-pack-de/translations/main.i18n.json @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "Chat", "chatCommand": "Ein Kurzname, mit dem auf diesen Befehl in der Benutzeroberfläche verwiesen wird, z. B. `reparieren` oder * `erklären` für Befehle, die ein Problem beheben oder Code erklären. Der Name sollte unter den von diesem Teilnehmer bereitgestellten Befehlen eindeutig sein.", "chatCommandDescription": "Eine Beschreibung dieses Befehls.", - "chatCommandDisambiguation": "Metadaten, die beim automatischen Weiterleiten von Benutzerfragen an diesen Chatbefehl helfen.", + "chatCommandDisambiguation": "Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatCommandDisambiguationCategory": "Ein detaillierter Name für diese Kategorie, z. B. \"workspace_questions\" oder \"web_questions\".", "chatCommandDisambiguationDescription": "Eine detaillierte Beschreibung der Arten von Fragen, die für diesen Chatbefehl geeignet sind.", "chatCommandDisambiguationExamples": "Eine Liste repräsentativer Beispielfragen, die für diesen Chatbefehl geeignet sind.", @@ -5544,7 +5544,7 @@ "chatCommandsDescription": "Für diesen Chatteilnehmer verfügbare Befehle, die der Benutzer mit einem `/` aufrufen kann.", "chatFailErrorMessage": "Fehler beim Laden des Chats, weil die installierte Version der {0}-Erweiterung nicht mit dieser Version von {1} kompatibel ist. Stellen Sie sicher, dass die GitHub Copilot-Chaterweiterung auf dem neuesten Stand ist.", "chatParticipantDescription": "Eine Beschreibung dieses Chatteilnehmers, die in der Benutzeroberfläche angezeigt wird.", - "chatParticipantDisambiguation": "Metadaten, die beim automatischen Weiterleiten von Benutzerfragen an diesen Chatteilnehmer helfen.", + "chatParticipantDisambiguation": "Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatParticipantDisambiguationCategory": "Ein detaillierter Name für diese Kategorie, z. B. \"workspace_questions\" oder \"web_questions\".", "chatParticipantDisambiguationDescription": "Eine detaillierte Beschreibung der Arten von Fragen, die für diesen Chatteilnehmer geeignet sind.", "chatParticipantDisambiguationExamples": "Eine Liste repräsentativer Beispielfragen, die für diesen Chatteilnehmer geeignet sind.", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "Ansichtssymbol der Quellcodeverwaltungsansicht." }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "Die im Verlaufsdiagramm verwendete grüne Farbe.", - "scm.historyGraph.historyItemGroupLocal": "Farbe der lokalen Verlaufselementgruppe.", - "scm.historyGraph.red": "Die im Verlaufsdiagramm verwendete rote Farbe.", - "scm.historyGraph.yellow": "Die im Verlaufsdiagramm verwendete gelbe Farbe.", - "scm.historyItemGroupBase": "Basisfarbe der Verlaufselementguppe.", - "scm.historyItemGroupHoverLabelForeground": "Vordergrundfarbe für das Zeigen auf die Bezeichnung der Verlaufselementgruppe.", - "scm.historyItemGroupRemote": "Gruppenfarbe des Remoteverlaufselements." + "scmGraphForeground1": "Source control graph foreground color (1).", + "scmGraphForeground2": "Source control graph foreground color (2).", + "scmGraphForeground3": "Source control graph foreground color (3).", + "scmGraphHistoryItemGroupBase": "Base history item group color.", + "scmGraphHistoryItemGroupLocal": "Local history item group color.", + "scmGraphHistoryItemGroupRemote": "Remote history item group color.", + "scmGraphHistoryItemHoverLabelForeground": "History item hover label foreground color." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0} Löschvorgang{1}", @@ -10566,8 +10566,8 @@ "outdated": "OUTDATED", "refreshGraph": "Aktualisieren", "scm history": "Verlauf für die Quellcodeverwaltung", - "scm.historyItemAdditionsForeground": "Vordergrundfarbe der Hinzufügevorgänge von Verlaufselementen.", - "scm.historyItemDeletionsForeground": "Vordergrundfarbe der Löschvorgänge von Verlaufselementen." + "scmGraph.HistoryItemHoverAdditionsForeground": "History item hover additions foreground color.", + "scmGraph.HistoryItemHoverDeletionsForeground": "History item hover deletions foreground color." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "Repositorys der Quellcodeverwaltung" diff --git a/i18n/vscode-language-pack-es/translations/main.i18n.json b/i18n/vscode-language-pack-es/translations/main.i18n.json index bd69090a90..8029276b27 100644 --- a/i18n/vscode-language-pack-es/translations/main.i18n.json +++ b/i18n/vscode-language-pack-es/translations/main.i18n.json @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "Chat", "chatCommand": "Nombre corto con el que se hace referencia a este comando en la interfaz de usuario; por ejemplo, \"fix\" o * \"explain\" para comandos que corrigen un problema o código de explicación. El nombre debe ser único entre los comandos proporcionados por este participante.", "chatCommandDescription": "Descripción de este comando.", - "chatCommandDisambiguation": "Metadatos para ayudar a enrutar automáticamente las preguntas del usuario a este comando de chat.", + "chatCommandDisambiguation": "Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatCommandDisambiguationCategory": "Un nombre detallado para esta categoría, por ejemplo, \"workspace_questions\" o \"web_questions\".", "chatCommandDisambiguationDescription": "Descripción detallada de los tipos de preguntas que son adecuadas para este comando de chat.", "chatCommandDisambiguationExamples": "Lista de preguntas de ejemplo representativas que son adecuadas para este comando de chat.", @@ -5544,7 +5544,7 @@ "chatCommandsDescription": "Comandos disponibles para este participante del chat, que el usuario puede invocar con \"/\".", "chatFailErrorMessage": "Error al cargar el chat porque la versión instalada de la extensión {0} no es compatible con esta versión de {1}. Asegúrese de que la extensión de chat de GitHub Copilot está actualizada.", "chatParticipantDescription": "Una descripción de este participante del chat, que se muestra en la interfaz de usuario.", - "chatParticipantDisambiguation": "Metadatos para ayudar a enrutar automáticamente las preguntas de los usuarios a este participante del chat.", + "chatParticipantDisambiguation": "Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatParticipantDisambiguationCategory": "Un nombre detallado para esta categoría, por ejemplo, \"workspace_questions\" o \"web_questions\".", "chatParticipantDisambiguationDescription": "Una descripción detallada de los tipos de preguntas que son adecuadas para este participante del chat.", "chatParticipantDisambiguationExamples": "Lista de preguntas de ejemplo representativas adecuadas para este participante de chat.", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "Vea el icono de la vista Control de código fuente." }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "Color verde que se usa en el gráfico de historial.", - "scm.historyGraph.historyItemGroupLocal": "Color del grupo de elementos del historial local.", - "scm.historyGraph.red": "Color rojo usado en el gráfico de historial.", - "scm.historyGraph.yellow": "Color amarillo que se usa en el gráfico de historial.", - "scm.historyItemGroupBase": "Color del grupo de elementos del historial base.", - "scm.historyItemGroupHoverLabelForeground": "Color de primer plano de la etiqueta activable del grupo de elementos del historial.", - "scm.historyItemGroupRemote": "Color del grupo de elementos del historial remoto." + "scmGraphForeground1": "Source control graph foreground color (1).", + "scmGraphForeground2": "Source control graph foreground color (2).", + "scmGraphForeground3": "Source control graph foreground color (3).", + "scmGraphHistoryItemGroupBase": "Base history item group color.", + "scmGraphHistoryItemGroupLocal": "Local history item group color.", + "scmGraphHistoryItemGroupRemote": "Remote history item group color.", + "scmGraphHistoryItemHoverLabelForeground": "History item hover label foreground color." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0} eliminación{1}", @@ -10566,8 +10566,8 @@ "outdated": "OBSOLETO", "refreshGraph": "Actualizar", "scm history": "Historial de control de código fuente", - "scm.historyItemAdditionsForeground": "Color de primer plano de adiciones de elementos de historial.", - "scm.historyItemDeletionsForeground": "El elemento de historial elimina el color de primer plano." + "scmGraph.HistoryItemHoverAdditionsForeground": "History item hover additions foreground color.", + "scmGraph.HistoryItemHoverDeletionsForeground": "History item hover deletions foreground color." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "Repositorios de control de código fuente" diff --git a/i18n/vscode-language-pack-fr/translations/main.i18n.json b/i18n/vscode-language-pack-fr/translations/main.i18n.json index 4c6a07af13..af63c22ff9 100644 --- a/i18n/vscode-language-pack-fr/translations/main.i18n.json +++ b/i18n/vscode-language-pack-fr/translations/main.i18n.json @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "Conversation", "chatCommand": "Nom court auquel cette commande fait référence dans l’interface utilisateur, par exemple `fix` ou * `explain` pour les commandes qui corrigent un problème ou expliquent du code. Le nom doit être unique parmi les commandes fournies par ce participant.", "chatCommandDescription": "Description de cette commande.", - "chatCommandDisambiguation": "Métadonnées pour faciliter le routage automatique des questions utilisateur vers cette commande de conversation.", + "chatCommandDisambiguation": "Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatCommandDisambiguationCategory": "Nom détaillé de cette catégorie, par exemple « workspace_questions » ou « web_questions ».", "chatCommandDisambiguationDescription": "Description détaillée des types de questions qui conviennent à cette commande de conversation.", "chatCommandDisambiguationExamples": "Liste d’exemples de questions représentatifs adaptés à cette commande de conversation.", @@ -5544,7 +5544,7 @@ "chatCommandsDescription": "Commandes disponibles pour ce participant à la conversation que l’utilisateur peut appeler avec un `/`.", "chatFailErrorMessage": "Désolé... Nous n’avons pas pu charger la conversation, car la version installée de l’extension {0} n’est pas compatible avec cette version de {1}. Veuillez vérifier que l’extension Conversation GitHub Copilot est à jour.", "chatParticipantDescription": "Description de ce participant à la conversation, affichée dans l’interface utilisateur.", - "chatParticipantDisambiguation": "Métadonnées pour faciliter le routage automatique des questions utilisateur vers ce participant à la conversation.", + "chatParticipantDisambiguation": "Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatParticipantDisambiguationCategory": "Nom détaillé de cette catégorie, par exemple « workspace_questions » ou « web_questions ».", "chatParticipantDisambiguationDescription": "Description détaillée des types de questions qui conviennent à ce participant à la conversation.", "chatParticipantDisambiguationExamples": "Liste d’exemples de questions représentatifs adaptés à ce participant à la conversation.", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "Icône de vue du contrôle de code source." }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "Couleur verte utilisée dans le graphique d’historique.", - "scm.historyGraph.historyItemGroupLocal": "Couleur du groupe d’éléments de l’historique local.", - "scm.historyGraph.red": "Couleur rouge utilisée dans le graphique d’historique.", - "scm.historyGraph.yellow": "Couleur jaune utilisée dans le graphique d’historique.", - "scm.historyItemGroupBase": "Couleur du groupe d’éléments d’historique de base.", - "scm.historyItemGroupHoverLabelForeground": "Couleur de premier plan de l’étiquette de pointage du groupe d’éléments d’historique.", - "scm.historyItemGroupRemote": "Couleur du groupe d’éléments d’historique distant." + "scmGraphForeground1": "Source control graph foreground color (1).", + "scmGraphForeground2": "Source control graph foreground color (2).", + "scmGraphForeground3": "Source control graph foreground color (3).", + "scmGraphHistoryItemGroupBase": "Base history item group color.", + "scmGraphHistoryItemGroupLocal": "Local history item group color.", + "scmGraphHistoryItemGroupRemote": "Remote history item group color.", + "scmGraphHistoryItemHoverLabelForeground": "History item hover label foreground color." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0} suppression{1}", @@ -10566,8 +10566,8 @@ "outdated": "DÉPASSÉ", "refreshGraph": "Actualiser", "scm history": "Historique du contrôle de code source", - "scm.historyItemAdditionsForeground": "L’élément d’historique ajoute la couleur de premier plan.", - "scm.historyItemDeletionsForeground": "Couleur de premier plan des suppressions d’éléments de l’historique." + "scmGraph.HistoryItemHoverAdditionsForeground": "History item hover additions foreground color.", + "scmGraph.HistoryItemHoverDeletionsForeground": "History item hover deletions foreground color." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "Dépôts de contrôle de code source" diff --git a/i18n/vscode-language-pack-it/translations/main.i18n.json b/i18n/vscode-language-pack-it/translations/main.i18n.json index d1f3d5e202..0d8ea52075 100644 --- a/i18n/vscode-language-pack-it/translations/main.i18n.json +++ b/i18n/vscode-language-pack-it/translations/main.i18n.json @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "Chat", "chatCommand": "Un nome breve a cui fa riferimento questo comando nell'interfaccia utente, ad es. 'fix' o * 'explain' per i comandi che consentono di risolvere un problema o di spiegare il codice. Il nome deve essere univoco tra i comandi forniti da questo partecipante.", "chatCommandDescription": "Una descrizione di questo comando.", - "chatCommandDisambiguation": "Metadati che consentono di instradare automaticamente le domande dell’utente a questo comando della chat.", + "chatCommandDisambiguation": "Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatCommandDisambiguationCategory": "Un nome dettagliato per questa categoria, ad esempio 'workspace_questions' o 'web_questions'.", "chatCommandDisambiguationDescription": "Una descrizione dettagliata dei tipi di domande adatti per questo comando della chat.", "chatCommandDisambiguationExamples": "Un elenco di domande di esempio rappresentative appropriate per questo comando della chat.", @@ -5544,7 +5544,7 @@ "chatCommandsDescription": "Comandi disponibili per questo partecipante alla chat, che l'utente può richiamare con '/'.", "chatFailErrorMessage": "Non è stato possibile caricare la chat perché la versione installata dell'estensione {0} non è compatibile con questa versione di {1}. Assicurarsi che l'estensione Chat di GitHub Copilot sia aggiornata.", "chatParticipantDescription": "Una descrizione di questo partecipante alla chat, visualizzata nell'interfaccia utente.", - "chatParticipantDisambiguation": "Metadati che consentono di instradare automaticamente le domande dell’utente a questo partecipante della chat.", + "chatParticipantDisambiguation": "Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatParticipantDisambiguationCategory": "Un nome dettagliato per questa categoria, ad esempio 'workspace_questions' o 'web_questions'.", "chatParticipantDisambiguationDescription": "Una descrizione dettagliata dei tipi di domande adatti per questo partecipante della chat.", "chatParticipantDisambiguationExamples": "Un elenco di domande di esempio rappresentative appropriate per questo partecipante della chat.", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "Icona della visualizzazione Controllo del codice sorgente." }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "Il colore verde usato nel grafico della cronologia.", - "scm.historyGraph.historyItemGroupLocal": "Colore del gruppo di elementi della cronologia locale.", - "scm.historyGraph.red": "Il colore rosso usato nel grafico della cronologia.", - "scm.historyGraph.yellow": "Il colore giallo usato nel grafico della cronologia.", - "scm.historyItemGroupBase": "Colore del gruppo di elementi della cronologia di base.", - "scm.historyItemGroupHoverLabelForeground": "Colore in primo piano dell'etichetta del gruppo di elementi della cronologia al passaggio del mouse.", - "scm.historyItemGroupRemote": "Colore del gruppo di elementi della cronologia remota." + "scmGraphForeground1": "Source control graph foreground color (1).", + "scmGraphForeground2": "Source control graph foreground color (2).", + "scmGraphForeground3": "Source control graph foreground color (3).", + "scmGraphHistoryItemGroupBase": "Base history item group color.", + "scmGraphHistoryItemGroupLocal": "Local history item group color.", + "scmGraphHistoryItemGroupRemote": "Remote history item group color.", + "scmGraphHistoryItemHoverLabelForeground": "History item hover label foreground color." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0} eliminazione{1}", @@ -10566,8 +10566,8 @@ "outdated": "NON AGGIORNATO", "refreshGraph": "Aggiorna", "scm history": "Cronologia nel controllo del codice sorgente", - "scm.historyItemAdditionsForeground": "Colore primo piano per le aggiunte degli elementi della cronologia.", - "scm.historyItemDeletionsForeground": "Colore primo piano per le eliminazioni degli elementi della cronologia." + "scmGraph.HistoryItemHoverAdditionsForeground": "History item hover additions foreground color.", + "scmGraph.HistoryItemHoverDeletionsForeground": "History item hover deletions foreground color." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "Repository del controllo del codice sorgente" diff --git a/i18n/vscode-language-pack-ja/translations/main.i18n.json b/i18n/vscode-language-pack-ja/translations/main.i18n.json index a8120dc321..57de9a9b51 100644 --- a/i18n/vscode-language-pack-ja/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ja/translations/main.i18n.json @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "チャット", "chatCommand": "このコマンドが UI で参照されるときの短い名前。たとえば、問題を修正するコマンドやコードを説明するコマンドの場合は、'fix' や * 'explain' などです。この名前は、参加者が提供するコマンドの中で一意である必要があります。", "chatCommandDescription": "このコマンドの説明。", - "chatCommandDisambiguation": "ユーザーの質問をこのチャット コマンドに自動的にルーティングするのに役立つメタデータ。", + "chatCommandDisambiguation": "Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatCommandDisambiguationCategory": "このカテゴリの詳細な名前 (例: `workspace_questions`、`web_questions`)。", "chatCommandDisambiguationDescription": "このチャット コマンドに適した質問の種類の詳細な説明。", "chatCommandDisambiguationExamples": "このチャット コマンドに適した代表的な質問例の一覧。", @@ -5544,7 +5544,7 @@ "chatCommandsDescription": "このチャット参加者が使用できるコマンド。ユーザーは '/' で呼び出すことができます。", "chatFailErrorMessage": "インストールされている {0} 拡張機能のバージョンが、このバージョンの {1} と互換性がないため、チャットを読み込めませんでした。GitHub Copilot チャット拡張機能が最新であることを確認してください。", "chatParticipantDescription": "UI に表示される、このチャット参加者の説明。", - "chatParticipantDisambiguation": "ユーザーの質問をこのチャット参加者に自動的にルーティングするのに役立つメタデータ。", + "chatParticipantDisambiguation": "Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatParticipantDisambiguationCategory": "このカテゴリの詳細な名前 (例: `workspace_questions`、`web_questions`)。", "chatParticipantDisambiguationDescription": "このチャット参加者に適した質問の種類の詳細な説明。", "chatParticipantDisambiguationExamples": "このチャット参加者に適した代表的な質問例の一覧。", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "ソース管理ビューの表示アイコン。" }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "履歴グラフで使用される緑色。", - "scm.historyGraph.historyItemGroupLocal": "ローカル履歴品目グループの色。", - "scm.historyGraph.red": "履歴グラフで使用される赤色。", - "scm.historyGraph.yellow": "履歴グラフで使用される黄色。", - "scm.historyItemGroupBase": "ベース履歴品目グループの色。", - "scm.historyItemGroupHoverLabelForeground": "履歴品目グループのホバー ラベルの前景色。", - "scm.historyItemGroupRemote": "リモート履歴品目グループの色。" + "scmGraphForeground1": "Source control graph foreground color (1).", + "scmGraphForeground2": "Source control graph foreground color (2).", + "scmGraphForeground3": "Source control graph foreground color (3).", + "scmGraphHistoryItemGroupBase": "Base history item group color.", + "scmGraphHistoryItemGroupLocal": "Local history item group color.", + "scmGraphHistoryItemGroupRemote": "Remote history item group color.", + "scmGraphHistoryItemHoverLabelForeground": "History item hover label foreground color." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0} 個の削除{1}", @@ -10566,8 +10566,8 @@ "outdated": "期限切れ", "refreshGraph": "最新の情報に更新", "scm history": "ソース管理履歴", - "scm.historyItemAdditionsForeground": "履歴項目の追加の前景色。", - "scm.historyItemDeletionsForeground": "履歴アイテムの削除の前景色。" + "scmGraph.HistoryItemHoverAdditionsForeground": "History item hover additions foreground color.", + "scmGraph.HistoryItemHoverDeletionsForeground": "History item hover deletions foreground color." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "ソース管理リポジトリ" diff --git a/i18n/vscode-language-pack-ko/translations/main.i18n.json b/i18n/vscode-language-pack-ko/translations/main.i18n.json index ccddfdc3a6..4eab78d52d 100644 --- a/i18n/vscode-language-pack-ko/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ko/translations/main.i18n.json @@ -2885,6 +2885,22 @@ "workspaceOpenedDetail": "작업 영역이 이미 다른 창에 열렸습니다. 먼저 해당 창을 닫은 후 다시 시도하세요.", "workspaceOpenedMessage": "'{0}' 작업 영역을 저장할 수 없음" }, + "win32/i18n/messages": { + "AddContextMenuFiles": "\"%1(으)로 열기\" 작업을 Windows 탐색기 파일의 상황에 맞는 메뉴에 추가", + "AddContextMenuFolders": "\"%1(으)로 열기\" 작업을 Windows 탐색기 디렉터리의 상황에 맞는 메뉴에 추가", + "AddToPath": "PATH에 추가(셸을 다시 시작해야 함)", + "AdditionalIcons": "추가 아이콘:", + "AssociateWithFiles": "%1을(를) 지원되는 파일 형식에 대한 편집기로 등록합니다.", + "ConfirmUninstall": "%1 및 해당 구성 요소를 모두 제거하시겠습니까?", + "CreateDesktopIcon": "바탕 화면 아이콘 만들기(&D)", + "CreateQuickLaunchIcon": "빠른 실행 아이콘 만들기(&Q)", + "FinishedLabel": "설치 프로그램에서 컴퓨터에 [name]을(를) 설치했습니다. 설치한 바로 가기를 선택하여 해당 애플리케이션을 시작할 수 있습니다.", + "OpenWithCodeContextMenu": "%1(으)로 열기(&I)", + "Other": "기타:", + "RunAfter": "설치 후 %1 실행", + "SourceFile": "%1 원본 파일", + "UpdatingVisualStudioCode": "Visual Studio Code 업데이트하는 중..." + }, "vs/server/node/remoteExtensionHostAgentCli": { "remotecli": "원격 CLI" }, @@ -2906,22 +2922,6 @@ "vs/server/node/serverServices": { "remoteExtensionLog": "서버" }, - "win32/i18n/messages": { - "AddContextMenuFiles": "\"%1(으)로 열기\" 작업을 Windows 탐색기 파일의 상황에 맞는 메뉴에 추가", - "AddContextMenuFolders": "\"%1(으)로 열기\" 작업을 Windows 탐색기 디렉터리의 상황에 맞는 메뉴에 추가", - "AddToPath": "PATH에 추가(셸을 다시 시작해야 함)", - "AdditionalIcons": "추가 아이콘:", - "AssociateWithFiles": "%1을(를) 지원되는 파일 형식에 대한 편집기로 등록합니다.", - "ConfirmUninstall": "%1 및 해당 구성 요소를 모두 제거하시겠습니까?", - "CreateDesktopIcon": "바탕 화면 아이콘 만들기(&D)", - "CreateQuickLaunchIcon": "빠른 실행 아이콘 만들기(&Q)", - "FinishedLabel": "설치 프로그램에서 컴퓨터에 [name]을(를) 설치했습니다. 설치한 바로 가기를 선택하여 해당 애플리케이션을 시작할 수 있습니다.", - "OpenWithCodeContextMenu": "%1(으)로 열기(&I)", - "Other": "기타:", - "RunAfter": "설치 후 %1 실행", - "SourceFile": "%1 원본 파일", - "UpdatingVisualStudioCode": "Visual Studio Code 업데이트하는 중..." - }, "vs/code/electron-main/app": { "cancel": "아니요(&&N)", "confirmOpenDetail": "이 요청을 시작하지 않은 경우 시스템에 대한 공격 시도를 나타낼 수 있습니다. 이 요청을 시작하는 명시적 조치를 수행하지 않은 경우에는 '아니요'를 눌러야 합니다.", @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "채팅", "chatCommand": "이 명령이 UI에서 참조되는 짧은 이름(예: 문제를 해결하거나 코드를 설명하는 명령에 대한 'fix' 또는 * 'explain')입니다. 이름은 이 참가자가 제공한 명령 중에서 고유해야 합니다.", "chatCommandDescription": "이 명령에 대한 설명.", - "chatCommandDisambiguation": "사용자 질문을 이 채팅 명령으로 자동으로 라우팅하는 데 도움이 되는 메타데이터입니다.", + "chatCommandDisambiguation": "Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatCommandDisambiguationCategory": "이 범주의 자세한 이름입니다(예: `workspace_questions` 또는 `web_questions`).", "chatCommandDisambiguationDescription": "이 채팅 명령에 적합한 질문 종류에 대한 자세한 설명입니다.", "chatCommandDisambiguationExamples": "이 채팅 명령에 적합한 대표적인 예시 질문 목록입니다.", @@ -5544,7 +5544,7 @@ "chatCommandsDescription": "이 채팅 참가자에 사용할 수 있는 명령입니다. 사용자가 '/'를 사용하여 호출할 수 있습니다.", "chatFailErrorMessage": "설치된 {0} 확장 버전이 이 {1} 버전과 호환되지 않아아 채팅을 로드하지 못했습니다. GitHub Copilot 채팅 확장 프로그램이 최신 버전인지 확인하세요.", "chatParticipantDescription": "UI에 표시된 이 채팅 참가자에 대한 설명입니다.", - "chatParticipantDisambiguation": "사용자 질문을 이 채팅 참가자에게 자동으로 라우팅하는 데 도움이 되는 메타데이터입니다.", + "chatParticipantDisambiguation": "Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatParticipantDisambiguationCategory": "이 범주의 자세한 이름입니다(예: `workspace_questions` 또는 `web_questions`).", "chatParticipantDisambiguationDescription": "이 채팅 참가자에게 적합한 질문 종류에 대한 자세한 설명입니다.", "chatParticipantDisambiguationExamples": "이 채팅 참가자에게 적합한 대표적인 예시 질문 목록입니다.", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "소스 제어 보기의 뷰 아이콘입니다." }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "기록 그래프에 사용되는 녹색입니다.", - "scm.historyGraph.historyItemGroupLocal": "로컬 기록 항목 그룹 색입니다.", - "scm.historyGraph.red": "기록 그래프에 사용되는 빨간색입니다.", - "scm.historyGraph.yellow": "기록 그래프에 사용되는 노란색입니다.", - "scm.historyItemGroupBase": "기본 기록 항목 그룹의 색입니다.", - "scm.historyItemGroupHoverLabelForeground": "기록 항목 그룹 마우스오버 레이블의 전경색입니다.", - "scm.historyItemGroupRemote": "원격 기록 항목 그룹의 색입니다." + "scmGraphForeground1": "Source control graph foreground color (1).", + "scmGraphForeground2": "Source control graph foreground color (2).", + "scmGraphForeground3": "Source control graph foreground color (3).", + "scmGraphHistoryItemGroupBase": "Base history item group color.", + "scmGraphHistoryItemGroupLocal": "Local history item group color.", + "scmGraphHistoryItemGroupRemote": "Remote history item group color.", + "scmGraphHistoryItemHoverLabelForeground": "History item hover label foreground color." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0}개 삭제{1}", @@ -10566,8 +10566,8 @@ "outdated": "오래됨", "refreshGraph": "새로 고침", "scm history": "소스 제어 기록", - "scm.historyItemAdditionsForeground": "기록 항목 추가 전경색입니다.", - "scm.historyItemDeletionsForeground": "기록 항목 삭제 전경색입니다." + "scmGraph.HistoryItemHoverAdditionsForeground": "History item hover additions foreground color.", + "scmGraph.HistoryItemHoverDeletionsForeground": "History item hover deletions foreground color." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "소스 제어 리포지토리" diff --git a/i18n/vscode-language-pack-pl/translations/main.i18n.json b/i18n/vscode-language-pack-pl/translations/main.i18n.json index 0ab9cab32b..fe9d0bec3e 100644 --- a/i18n/vscode-language-pack-pl/translations/main.i18n.json +++ b/i18n/vscode-language-pack-pl/translations/main.i18n.json @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "Czat", "chatCommand": "Krótka nazwa, pod którą to polecenie jest określane w interfejsie użytkownika, np. `fix` lub * `explain` dla poleceń, które naprawiają błąd lub wyjaśniają kod. Nazwa powinna być unikatowa wśród poleceń dostarczonych przez tego uczestnika.", "chatCommandDescription": "Opis tego polecenia.", - "chatCommandDisambiguation": "Metadane, które ułatwiają automatyczny routing pytań użytkowników do tego polecenia czatu.", + "chatCommandDisambiguation": "Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatCommandDisambiguationCategory": "Szczegółowa nazwa tej kategorii, np. „workspace_questions” lub „web_questions”.", "chatCommandDisambiguationDescription": "Szczegółowy opis rodzajów pytań, które są odpowiednie dla tego polecenia czatu.", "chatCommandDisambiguationExamples": "Lista reprezentatywnych przykładowych pytań, które są odpowiednie dla tego polecenia czatu.", @@ -5544,7 +5544,7 @@ "chatCommandsDescription": "Polecenia dostępne dla tego uczestnika czatu, które użytkownik może wywołać za pomocą znaku `/`.", "chatFailErrorMessage": "Nie można załadować czatu, ponieważ zainstalowana wersja rozszerzenia {0} jest niezgodna z tą wersją {1}. Upewnij się, że rozszerzenie Czat GitHub Copilot jest aktualne.", "chatParticipantDescription": "Opis tego uczestnika czatu wyświetlany w interfejsie użytkownika.", - "chatParticipantDisambiguation": "Metadane, które ułatwiają automatyczny routing pytań użytkowników do tego uczestnika czatu.", + "chatParticipantDisambiguation": "Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatParticipantDisambiguationCategory": "Szczegółowa nazwa tej kategorii, np. „workspace_questions” lub „web_questions”.", "chatParticipantDisambiguationDescription": "Szczegółowy opis rodzajów pytań, które są odpowiednie dla tego uczestnika czatu.", "chatParticipantDisambiguationExamples": "Lista reprezentatywnych przykładowych pytań, które są odpowiednie dla tego uczestnika czatu.", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "Wyświetl ikonę widoku Kontrola źródła." }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "Zielony kolor używany na wykresie historii.", - "scm.historyGraph.historyItemGroupLocal": "Kolor grupy elementów historii lokalnej.", - "scm.historyGraph.red": "Czerwony kolor używany na wykresie historii.", - "scm.historyGraph.yellow": "Żółty kolor używany na wykresie historii.", - "scm.historyItemGroupBase": "Kolor grupy elementów historii podstawowej.", - "scm.historyItemGroupHoverLabelForeground": "Kolor pierwszego planu etykiety aktywowanej grupy elementów historii.", - "scm.historyItemGroupRemote": "Kolor grupy elementów historii zdalnej." + "scmGraphForeground1": "Source control graph foreground color (1).", + "scmGraphForeground2": "Source control graph foreground color (2).", + "scmGraphForeground3": "Source control graph foreground color (3).", + "scmGraphHistoryItemGroupBase": "Base history item group color.", + "scmGraphHistoryItemGroupLocal": "Local history item group color.", + "scmGraphHistoryItemGroupRemote": "Remote history item group color.", + "scmGraphHistoryItemHoverLabelForeground": "History item hover label foreground color." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0} usunięcie{1}", @@ -10566,8 +10566,8 @@ "outdated": "PRZESTARZAŁE", "refreshGraph": "Odśwież", "scm history": "Historii kontroli źródła", - "scm.historyItemAdditionsForeground": "Kolor pierwszego planu dodawania elementów historii.", - "scm.historyItemDeletionsForeground": "Kolor pierwszego planu usunięć elementów historii." + "scmGraph.HistoryItemHoverAdditionsForeground": "History item hover additions foreground color.", + "scmGraph.HistoryItemHoverDeletionsForeground": "History item hover deletions foreground color." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "Repozytoria kontroli źródła" diff --git a/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json b/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json index 1b404e7a3d..6472ebdfe2 100644 --- a/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json +++ b/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "Chat", "chatCommand": "Um nome curto pelo qual este comando é referenciado na interface do usuário, por exemplo, `fix` ou * `explain` para comandos que corrigem um problema ou um código de explicação. O nome deve ser exclusivo entre os comandos fornecidos por este participante.", "chatCommandDescription": "Uma descrição deste comando.", - "chatCommandDisambiguation": "Metadados para ajudar a encaminhar automaticamente as perguntas dos usuários para esse comando de chat.", + "chatCommandDisambiguation": "Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatCommandDisambiguationCategory": "Um nome detalhado para essa categoria, por exemplo, `workspace_questions` ou `web_questions`.", "chatCommandDisambiguationDescription": "Uma descrição detalhada dos tipos de perguntas que são adequadas para esse comando de chat.", "chatCommandDisambiguationExamples": "Uma lista de exemplos de perguntas representativas que são adequadas para esse comando de chat.", @@ -5544,7 +5544,7 @@ "chatCommandsDescription": "Comandos disponíveis para este participante do chat, que o usuário pode invocar com um `/`.", "chatFailErrorMessage": "O chat falhou ao carregar porque a versão instalada da extensão {0} não é compatível com esta versão do {1}. Certifique-se de que a extensão GitHub Copilot Chat esteja atualizada.", "chatParticipantDescription": "Uma descrição deste participante do chat, mostrada na interface do usuário.", - "chatParticipantDisambiguation": "Metadados para ajudar a direcionar automaticamente as perguntas dos usuários para este participante do chat.", + "chatParticipantDisambiguation": "Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatParticipantDisambiguationCategory": "Um nome detalhado para essa categoria, por exemplo, `workspace_questions` ou `web_questions`.", "chatParticipantDisambiguationDescription": "Uma descrição detalhada dos tipos de perguntas que são adequadas para esse participante do chat.", "chatParticipantDisambiguationExamples": "Uma lista de exemplos de perguntas representativas que são adequadas para esse participante do chat.", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "Ícone da exibição Controle do Código-fonte." }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "A cor verde usada no gráfico de histórico.", - "scm.historyGraph.historyItemGroupLocal": "Cor do grupo de itens do histórico local.", - "scm.historyGraph.red": "A cor verde usada no gráfico de histórico.", - "scm.historyGraph.yellow": "A cor amarela usada no gráfico de histórico.", - "scm.historyItemGroupBase": "Cor do grupo de itens do histórico local.", - "scm.historyItemGroupHoverLabelForeground": "Cor de primeiro plano do rótulo de foco do grupo de itens do histórico.", - "scm.historyItemGroupRemote": "Cor do grupo de itens do histórico local." + "scmGraphForeground1": "Source control graph foreground color (1).", + "scmGraphForeground2": "Source control graph foreground color (2).", + "scmGraphForeground3": "Source control graph foreground color (3).", + "scmGraphHistoryItemGroupBase": "Base history item group color.", + "scmGraphHistoryItemGroupLocal": "Local history item group color.", + "scmGraphHistoryItemGroupRemote": "Remote history item group color.", + "scmGraphHistoryItemHoverLabelForeground": "History item hover label foreground color." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0} exclusão{1}", @@ -10566,8 +10566,8 @@ "outdated": "OBSOLETO", "refreshGraph": "Atualizar", "scm history": "Histórico do Controle do Código-fonte", - "scm.historyItemAdditionsForeground": "Adições de item de histórico cor de primeiro plano.", - "scm.historyItemDeletionsForeground": "Cor de primeiro plano das exclusões de itens de histórico." + "scmGraph.HistoryItemHoverAdditionsForeground": "History item hover additions foreground color.", + "scmGraph.HistoryItemHoverDeletionsForeground": "History item hover deletions foreground color." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "Repositórios de Controle do Código-Fonte" diff --git a/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json b/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json index eda543341b..06e2a427f9 100644 --- a/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json +++ b/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "Çhæt", "chatCommand": "Æ shørt ñæmë þÿ whïçh thïs çømmæñð ïs rëfërrëð tø ïñ thë ÜÏ, ë.g. `fïx` ør * `ëxplæïñ` før çømmæñðs thæt fïx æñ ïssµë ør ëxplæïñ çøðë. Thë ñæmë shøµlð þë µñïqµë æmøñg thë çømmæñðs prøvïðëð þÿ thïs pærtïçïpæñt.", "chatCommandDescription": "Æ ðësçrïptïøñ øf thïs çømmæñð.", - "chatCommandDisambiguation": "Mëtæðætæ tø hëlp wïth æµtømætïçællÿ røµtïñg µsër qµëstïøñs tø thïs çhæt çømmæñð.", + "chatCommandDisambiguation": "Mëtæðætæ tø hëlp wïth æµtømætïçællÿ røµtïñg µsër qµëstïøñs tø thïs çhæt çømmæñð. Ýøµ mµst æðð `çøñtrïþÇhætPærtïçïpæñtÐëtëçtïøñ` tø `ëñæþlëðÆpïPrøpøsæls` tø µsë thïs ÆPÏ.", "chatCommandDisambiguationCategory": "Æ ðëtæïlëð ñæmë før thïs çætëgørÿ, ë.g. `wørkspæçë_qµëstïøñs` ør `wëþ_qµëstïøñs`.", "chatCommandDisambiguationDescription": "Æ ðëtæïlëð ðësçrïptïøñ øf thë kïñðs øf qµëstïøñs thæt ærë sµïtæþlë før thïs çhæt çømmæñð.", "chatCommandDisambiguationExamples": "Æ lïst øf rëprësëñtætïvë ëxæmplë qµëstïøñs thæt ærë sµïtæþlë før thïs çhæt çømmæñð.", @@ -5544,7 +5544,7 @@ "chatCommandsDescription": "Çømmæñðs ævæïlæþlë før thïs çhæt pærtïçïpæñt, whïçh thë µsër çæñ ïñvøkë wïth æ `/`.", "chatFailErrorMessage": "Çhæt fæïlëð tø løæð þëçæµsë thë ïñstællëð vërsïøñ øf thë {0} ëxtëñsïøñ ïs ñøt çømpætïþlë wïth thïs vërsïøñ øf {1}. Plëæsë ëñsµrë thæt thë GïtHµþ Çøpïløt Çhæt ëxtëñsïøñ ïs µp tø ðætë.", "chatParticipantDescription": "Æ ðësçrïptïøñ øf thïs çhæt pærtïçïpæñt, shøwñ ïñ thë ÜÏ.", - "chatParticipantDisambiguation": "Mëtæðætæ tø hëlp wïth æµtømætïçællÿ røµtïñg µsër qµëstïøñs tø thïs çhæt pærtïçïpæñt.", + "chatParticipantDisambiguation": "Mëtæðætæ tø hëlp wïth æµtømætïçællÿ røµtïñg µsër qµëstïøñs tø thïs çhæt pærtïçïpæñt. Ýøµ mµst æðð `çøñtrïþÇhætPærtïçïpæñtÐëtëçtïøñ` tø `ëñæþlëðÆpïPrøpøsæls` tø µsë thïs ÆPÏ.", "chatParticipantDisambiguationCategory": "Æ ðëtæïlëð ñæmë før thïs çætëgørÿ, ë.g. `wørkspæçë_qµëstïøñs` ør `wëþ_qµëstïøñs`.", "chatParticipantDisambiguationDescription": "Æ ðëtæïlëð ðësçrïptïøñ øf thë kïñðs øf qµëstïøñs thæt ærë sµïtæþlë før thïs çhæt pærtïçïpæñt.", "chatParticipantDisambiguationExamples": "Æ lïst øf rëprësëñtætïvë ëxæmplë qµëstïøñs thæt ærë sµïtæþlë før thïs çhæt pærtïçïpæñt.", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "Vïëw ïçøñ øf thë §øµrçë Çøñtrøl vïëw." }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "Thë grëëñ çølør µsëð ïñ hïstørÿ græph.", - "scm.historyGraph.historyItemGroupLocal": "£øçæl hïstørÿ ïtëm grøµp çølør.", - "scm.historyGraph.red": "Thë rëð çølør µsëð ïñ hïstørÿ græph.", - "scm.historyGraph.yellow": "Thë ÿëlløw çølør µsëð ïñ hïstørÿ græph.", - "scm.historyItemGroupBase": "ßæsë hïstørÿ ïtëm grøµp çølør.", - "scm.historyItemGroupHoverLabelForeground": "Hïstørÿ ïtëm grøµp høvër læþël førëgrøµñð çølør.", - "scm.historyItemGroupRemote": "Rëmøtë hïstørÿ ïtëm grøµp çølør." + "scmGraphForeground1": "§øµrçë çøñtrøl græph førëgrøµñð çølør (1).", + "scmGraphForeground2": "§øµrçë çøñtrøl græph førëgrøµñð çølør (2).", + "scmGraphForeground3": "§øµrçë çøñtrøl græph førëgrøµñð çølør (3).", + "scmGraphHistoryItemGroupBase": "ßæsë hïstørÿ ïtëm grøµp çølør.", + "scmGraphHistoryItemGroupLocal": "£øçæl hïstørÿ ïtëm grøµp çølør.", + "scmGraphHistoryItemGroupRemote": "Rëmøtë hïstørÿ ïtëm grøµp çølør.", + "scmGraphHistoryItemHoverLabelForeground": "Hïstørÿ ïtëm høvër læþël førëgrøµñð çølør." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0} ðëlëtïøñ{1}", @@ -10566,8 +10566,8 @@ "outdated": "ØÜTÐÆTËÐ", "refreshGraph": "Rëfrësh", "scm history": "§øµrçë Çøñtrøl Hïstørÿ", - "scm.historyItemAdditionsForeground": "Hïstørÿ ïtëm æððïtïøñs førëgrøµñð çølør.", - "scm.historyItemDeletionsForeground": "Hïstørÿ ïtëm ðëlëtïøñs førëgrøµñð çølør." + "scmGraph.HistoryItemHoverAdditionsForeground": "Hïstørÿ ïtëm høvër æððïtïøñs førëgrøµñð çølør.", + "scmGraph.HistoryItemHoverDeletionsForeground": "Hïstørÿ ïtëm høvër ðëlëtïøñs førëgrøµñð çølør." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "§øµrçë Çøñtrøl Rëpøsïtørïës" diff --git a/i18n/vscode-language-pack-ru/translations/main.i18n.json b/i18n/vscode-language-pack-ru/translations/main.i18n.json index c34fdb6d72..dce1e950d1 100644 --- a/i18n/vscode-language-pack-ru/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ru/translations/main.i18n.json @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "Чат", "chatCommand": "Короткое имя, под которым эта команда указывается в пользовательском интерфейсе, например \"исправить\" или * \"объяснить\" для команд, которые исправляют проблему или объясняют код. Имя должно быть уникальным среди команд, предоставленных этим участником.", "chatCommandDescription": "Описание этой команды.", - "chatCommandDisambiguation": "Метаданные для помощи с автоматической маршрутизацией вопросов пользователей в эту команду чата.", + "chatCommandDisambiguation": "Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatCommandDisambiguationCategory": "Подробное имя для этой категории, например \"вопросы_рабочей_области\" или \"веб-вопросы\".", "chatCommandDisambiguationDescription": "Подробное описание типов вопросов, подходящих для этой команды чата.", "chatCommandDisambiguationExamples": "Список репрезентативных примеров вопросов, подходящих для этой команды чата.", @@ -5544,7 +5544,7 @@ "chatCommandsDescription": "Доступные команды для этого участника чата, которые пользователь может вызывать с помощью \"/\".", "chatFailErrorMessage": "Не удалось загрузить чат, поскольку установленная версия расширения {0} несовместима с этой версией {1}. Убедитесь, что расширение чата GitHub Copilot обновлено до последней версии.", "chatParticipantDescription": "Описание этого участника чата, отображаемое в пользовательском интерфейсе.", - "chatParticipantDisambiguation": "Метаданные для помощи с автоматической маршрутизацией вопросов пользователей к этому участнику чата.", + "chatParticipantDisambiguation": "Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatParticipantDisambiguationCategory": "Подробное имя для этой категории, например \"вопросы_рабочей_области\" или \"веб-вопросы\".", "chatParticipantDisambiguationDescription": "Подробное описание типов вопросов, подходящих для этого участника чата.", "chatParticipantDisambiguationExamples": "Список репрезентативных примеров вопросов, подходящих для этого участника чата.", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "Значок представления \"Система управления версиями\"." }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "Зеленый цвет, используемый в графике журнала.", - "scm.historyGraph.historyItemGroupLocal": "Цвет номенклатурной группы локального журнала.", - "scm.historyGraph.red": "Красный цвет, используемый в графике журнала.", - "scm.historyGraph.yellow": "Желтый цвет, используемый в графике журнала.", - "scm.historyItemGroupBase": "Цвет номенклатурной группы базового журнала.", - "scm.historyItemGroupHoverLabelForeground": "Цвет переднего плана метки при наведении курсора на номенклатурную группу журнала.", - "scm.historyItemGroupRemote": "Цвет номенклатурной группы удаленного журнала." + "scmGraphForeground1": "Source control graph foreground color (1).", + "scmGraphForeground2": "Source control graph foreground color (2).", + "scmGraphForeground3": "Source control graph foreground color (3).", + "scmGraphHistoryItemGroupBase": "Base history item group color.", + "scmGraphHistoryItemGroupLocal": "Local history item group color.", + "scmGraphHistoryItemGroupRemote": "Remote history item group color.", + "scmGraphHistoryItemHoverLabelForeground": "History item hover label foreground color." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0} удаление{1}", @@ -10566,8 +10566,8 @@ "outdated": "УСТАРЕЛО", "refreshGraph": "Обновить", "scm history": "Журнал системы управления версиями", - "scm.historyItemAdditionsForeground": "Цвет переднего плана добавлений элементов журнал.", - "scm.historyItemDeletionsForeground": "Цвет переднего плана при удалении элементов журнала." + "scmGraph.HistoryItemHoverAdditionsForeground": "History item hover additions foreground color.", + "scmGraph.HistoryItemHoverDeletionsForeground": "History item hover deletions foreground color." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "Репозитории системы управления версиями" diff --git a/i18n/vscode-language-pack-tr/translations/main.i18n.json b/i18n/vscode-language-pack-tr/translations/main.i18n.json index 3589183d22..e00c760599 100644 --- a/i18n/vscode-language-pack-tr/translations/main.i18n.json +++ b/i18n/vscode-language-pack-tr/translations/main.i18n.json @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "Sohbet", "chatCommand": "Kullanıcı arayüzünde bu komuta atıfta bulunulan kısa ad, ör. Bir sorunu düzelten veya kodu açıklayan komutlar için `fix` veya * `explain`. Adın bu katılımcı tarafından sağlanan komutlar arasında benzersiz olması gerekir.", "chatCommandDescription": "Bu komutun açıklaması.", - "chatCommandDisambiguation": "Kullanıcı sorularını otomatik olarak bu sohbet komutuna yönlendirmeye yardımcı olacak meta veriler.", + "chatCommandDisambiguation": "Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatCommandDisambiguationCategory": "Bu kategori için ayrıntılı bir ad, örneğin `calisma_alani_sorular` veya `web_sorulari`.", "chatCommandDisambiguationDescription": "Bu sohbet komutuna uygun soru türlerinin ayrıntılı açıklaması.", "chatCommandDisambiguationExamples": "Bu sohbet komutuna uygun, temsili örnek soruların listesi.", @@ -5544,7 +5544,7 @@ "chatCommandsDescription": "Bu sohbet katılımcısı için mevcut olan ve kullanıcının `/` işaretiyle çağırabileceği komutlar.", "chatFailErrorMessage": "{0} uzantısının yüklü sürümü bu {1} sürümüyle uyumlu olmadığından sohbet yüklenemedi. Lütfen GitHub Copilot Sohbet uzantısının güncel olduğundan emin olun.", "chatParticipantDescription": "Bu sohbet katılımcısının kullanıcı arayüzünde gösterilen açıklaması.", - "chatParticipantDisambiguation": "Kullanıcı sorularını otomatik olarak bu sohbet katılımcısına yönlendirmeye yardımcı olacak meta veriler.", + "chatParticipantDisambiguation": "Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatParticipantDisambiguationCategory": "Bu kategori için ayrıntılı bir ad, örneğin `calisma_alani_sorular` veya `web_sorulari`.", "chatParticipantDisambiguationDescription": "Bu sohbet katılımcısına uygun soru türlerinin ayrıntılı açıklaması.", "chatParticipantDisambiguationExamples": "Bu sohbet katılımcısına uygun, temsili örnek soruların listesi.", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "Kaynak Denetimi görünümünün simgesini görüntüleyin." }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "Geçmiş grafiğinde kullanılan yeşil renk.", - "scm.historyGraph.historyItemGroupLocal": "Yerel geçmiş öğesi grubu rengi.", - "scm.historyGraph.red": "Geçmiş grafiğinde kullanılan kırmızı renk.", - "scm.historyGraph.yellow": "Geçmiş grafiğinde kullanılan sarı renk.", - "scm.historyItemGroupBase": "Temel geçmiş öğesi grubu rengi.", - "scm.historyItemGroupHoverLabelForeground": "Geçmiş öğesi grubu vurgulama etiketi ön plan rengi.", - "scm.historyItemGroupRemote": "Uzak geçmiş öğesi grubu rengi." + "scmGraphForeground1": "Source control graph foreground color (1).", + "scmGraphForeground2": "Source control graph foreground color (2).", + "scmGraphForeground3": "Source control graph foreground color (3).", + "scmGraphHistoryItemGroupBase": "Base history item group color.", + "scmGraphHistoryItemGroupLocal": "Local history item group color.", + "scmGraphHistoryItemGroupRemote": "Remote history item group color.", + "scmGraphHistoryItemHoverLabelForeground": "History item hover label foreground color." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0} silme{1}", @@ -10566,8 +10566,8 @@ "outdated": "SÜRESİ GEÇMİŞ", "refreshGraph": "Yenile", "scm history": "Kaynak Denetimi Geçmişi", - "scm.historyItemAdditionsForeground": "Geçmiş öğe eklemeleri ön plan rengi.", - "scm.historyItemDeletionsForeground": "Geçmiş öğesi silme işlemlerinin ön plan rengi." + "scmGraph.HistoryItemHoverAdditionsForeground": "History item hover additions foreground color.", + "scmGraph.HistoryItemHoverDeletionsForeground": "History item hover deletions foreground color." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "Kaynak Denetim Depoları" diff --git a/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json b/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json index 6a65cd2433..2b15242a3d 100644 --- a/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json +++ b/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json @@ -2885,22 +2885,6 @@ "workspaceOpenedDetail": "已在另一个窗口打开工作区。请先关闭该窗口,然后重试。", "workspaceOpenedMessage": "无法保存工作区“{0}”" }, - "win32/i18n/messages": { - "AddContextMenuFiles": "将“通过 %1 打开”操作添加到 Windows 资源管理器文件上下文菜单", - "AddContextMenuFolders": "将“通过 %1 打开”操作添加到 Windows 资源管理器目录上下文菜单", - "AddToPath": "添加到 PATH (需要重启 shell)", - "AdditionalIcons": "其他图标:", - "AssociateWithFiles": "将 %1 注册为受支持的文件类型的编辑器", - "ConfirmUninstall": "确定要完全删除 %1 及其所有组件?", - "CreateDesktopIcon": "创建桌面图标(&D)", - "CreateQuickLaunchIcon": "创建 \"快速启动\" 图标(&Q)", - "FinishedLabel": "安装程序已在计算机上安装好 [name]。选择安装的快捷方式即可启动该应用程序。", - "OpenWithCodeContextMenu": "使用 %1 打开(&I)", - "Other": "其他:", - "RunAfter": "安装后运行 %1", - "SourceFile": "%1 源文件", - "UpdatingVisualStudioCode": "正在更新 Visual Studio Code..." - }, "vs/server/node/remoteExtensionHostAgentCli": { "remotecli": "远程 CLI" }, @@ -2922,6 +2906,22 @@ "vs/server/node/serverServices": { "remoteExtensionLog": "服务器" }, + "win32/i18n/messages": { + "AddContextMenuFiles": "将“通过 %1 打开”操作添加到 Windows 资源管理器文件上下文菜单", + "AddContextMenuFolders": "将“通过 %1 打开”操作添加到 Windows 资源管理器目录上下文菜单", + "AddToPath": "添加到 PATH (需要重启 shell)", + "AdditionalIcons": "其他图标:", + "AssociateWithFiles": "将 %1 注册为受支持的文件类型的编辑器", + "ConfirmUninstall": "确定要完全删除 %1 及其所有组件?", + "CreateDesktopIcon": "创建桌面图标(&D)", + "CreateQuickLaunchIcon": "创建 \"快速启动\" 图标(&Q)", + "FinishedLabel": "安装程序已在计算机上安装好 [name]。选择安装的快捷方式即可启动该应用程序。", + "OpenWithCodeContextMenu": "使用 %1 打开(&I)", + "Other": "其他:", + "RunAfter": "安装后运行 %1", + "SourceFile": "%1 源文件", + "UpdatingVisualStudioCode": "正在更新 Visual Studio Code..." + }, "vs/code/electron-main/app": { "cancel": "否(&&N)", "confirmOpenDetail": "如果你未发起此请求,则可能表示有人试图攻击你的系统。除非你采取了明确操作来发起此请求,否则应按“否”", @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "聊天", "chatCommand": "在 UI 中引用此命令时使用的段名称,例如 `fix` 或 * `explain` (用于解决问题或解释代码的命令)。名称在此参与者提供的命令中应是唯一的。", "chatCommandDescription": "此命令的说明。", - "chatCommandDisambiguation": "用于帮助自动将用户问题路由到此聊天命令的元数据。", + "chatCommandDisambiguation": "Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatCommandDisambiguationCategory": "此类别的详细名称,例如 `workspace_questions` 或 `web_questions`。", "chatCommandDisambiguationDescription": "适用于此聊天命令的问题类型的详细描述。", "chatCommandDisambiguationExamples": "适用于此聊天命令的代表性示例问题的列表。", @@ -5544,7 +5544,7 @@ "chatCommandsDescription": "可用于此聊天参与者的命令,用户可使用 `/` 进行调用。", "chatFailErrorMessage": "无法加载 Chat,因为安装的 {0} 扩展版本与此版本的 {1} 不兼容。请确保 GitHub Copilot Chat 扩展是最新版本。", "chatParticipantDescription": "此聊天参与者的说明,显示在 UI 中。", - "chatParticipantDisambiguation": "用于帮助自动将用户问题路由到此聊天参与者的元数据。", + "chatParticipantDisambiguation": "Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatParticipantDisambiguationCategory": "此类别的详细名称,例如 `workspace_questions` 或 `web_questions`。", "chatParticipantDisambiguationDescription": "适用于此聊天参与者的问题类型的详细描述。", "chatParticipantDisambiguationExamples": "适用于此聊天参与者的代表性示例问题的列表。", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "查看“源代码管理”视图的图标。" }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "历史记录图中使用的绿色。", - "scm.historyGraph.historyItemGroupLocal": "本地历史记录项组的颜色。", - "scm.historyGraph.red": "历史记录图中使用的红色。", - "scm.historyGraph.yellow": "历史记录图中使用的黄色。", - "scm.historyItemGroupBase": "基础历史记录项组的颜色。", - "scm.historyItemGroupHoverLabelForeground": "历史记录项组悬停标签的前景色。", - "scm.historyItemGroupRemote": "远程历史记录项组的颜色。" + "scmGraphForeground1": "Source control graph foreground color (1).", + "scmGraphForeground2": "Source control graph foreground color (2).", + "scmGraphForeground3": "Source control graph foreground color (3).", + "scmGraphHistoryItemGroupBase": "Base history item group color.", + "scmGraphHistoryItemGroupLocal": "Local history item group color.", + "scmGraphHistoryItemGroupRemote": "Remote history item group color.", + "scmGraphHistoryItemHoverLabelForeground": "History item hover label foreground color." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0} 个删除{1}", @@ -10566,8 +10566,8 @@ "outdated": "已过时", "refreshGraph": "刷新", "scm history": "源代码管理历史记录", - "scm.historyItemAdditionsForeground": "历史记录项添加内容的前景色。", - "scm.historyItemDeletionsForeground": "历史记录项删除内容的前景颜色。" + "scmGraph.HistoryItemHoverAdditionsForeground": "History item hover additions foreground color.", + "scmGraph.HistoryItemHoverDeletionsForeground": "History item hover deletions foreground color." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "源代码管理存储库" diff --git a/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json b/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json index c79014f8f7..b51fa0a97e 100644 --- a/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json +++ b/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json @@ -5534,7 +5534,7 @@ "chat.viewContainer.label": "聊天", "chatCommand": "在 UI 中參考此命令的簡短名稱,例如,針對可修正問題或說明程式碼的命令使用 `fix` 或 * `explain`。名稱在此參與者提供的命令中應該是唯一的。", "chatCommandDescription": "此命令的描述。", - "chatCommandDisambiguation": "中繼資料,可協助將使用者問題自動路由至此聊天命令。", + "chatCommandDisambiguation": "Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatCommandDisambiguationCategory": "此類別的詳細名稱,例如 `workspace_questions` 或 `web_questions`。", "chatCommandDisambiguationDescription": "適合此聊天命令的問題類型的詳細描述。", "chatCommandDisambiguationExamples": "適合此聊天命令的代表性範例問題的清單。", @@ -5544,7 +5544,7 @@ "chatCommandsDescription": "可供此聊天參與者使用的命令,使用者可以使用 `/` 來叫用。", "chatFailErrorMessage": "無法載入聊天,因為安裝的 {0} 延伸模組版本與此版本的 {1} 不相容。請確保 GitHub Copilot 聊天延伸模組是最新的。", "chatParticipantDescription": "此聊天參與者的描述,顯示在 UI 中。", - "chatParticipantDisambiguation": "中繼資料,可協助將使用者問題自動路由至此聊天參與者。", + "chatParticipantDisambiguation": "Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API.", "chatParticipantDisambiguationCategory": "此類別的詳細名稱,例如 `workspace_questions` 或 `web_questions`。", "chatParticipantDisambiguationDescription": "適合此聊天參與者的問題類型的詳細描述。", "chatParticipantDisambiguationExamples": "適合此聊天參與者的代表性範例問題的清單。", @@ -10547,13 +10547,13 @@ "sourceControlViewIcon": "[原始檔控制] 檢視的檢視圖示。" }, "vs/workbench/contrib/scm/browser/scmHistory": { - "scm.historyGraph.green": "歷程記錄圖表中使用的綠色。", - "scm.historyGraph.historyItemGroupLocal": "本機歷程記錄項目群組色彩。", - "scm.historyGraph.red": "歷程記錄圖表中使用的紅色。", - "scm.historyGraph.yellow": "歷程記錄圖表中使用的黃色。", - "scm.historyItemGroupBase": "基礎歷程記錄項目群組色彩。", - "scm.historyItemGroupHoverLabelForeground": "歷程記錄項目群組暫留標籤前景色彩。", - "scm.historyItemGroupRemote": "遠端歷程記錄項目群組色彩。" + "scmGraphForeground1": "Source control graph foreground color (1).", + "scmGraphForeground2": "Source control graph foreground color (2).", + "scmGraphForeground3": "Source control graph foreground color (3).", + "scmGraphHistoryItemGroupBase": "Base history item group color.", + "scmGraphHistoryItemGroupLocal": "Local history item group color.", + "scmGraphHistoryItemGroupRemote": "Remote history item group color.", + "scmGraphHistoryItemHoverLabelForeground": "History item hover label foreground color." }, "vs/workbench/contrib/scm/browser/scmHistoryViewPane": { "deletion": "{0} 個刪除{1}", @@ -10566,8 +10566,8 @@ "outdated": "已過期", "refreshGraph": "重新整理", "scm history": "原始檔控制歷程記錄", - "scm.historyItemAdditionsForeground": "歷程記錄項目新增前景色彩。", - "scm.historyItemDeletionsForeground": "歷程記錄項目刪除前景色彩。" + "scmGraph.HistoryItemHoverAdditionsForeground": "History item hover additions foreground color.", + "scmGraph.HistoryItemHoverDeletionsForeground": "History item hover deletions foreground color." }, "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": { "scm": "原始檔控制存放庫"