From 9d3a5dc88c05037a41dbdcc6cf7db1bacf7ac43b Mon Sep 17 00:00:00 2001 From: vscode Date: Sat, 21 Sep 2024 01:01:40 +0000 Subject: [PATCH] Updated strings from microsoft/vscode-loc-drop@fa48a8b7be40597b87797c3668741a134be631f8 --- .../translations/main.i18n.json | 42 +++++++++++++++---- .../translations/main.i18n.json | 42 +++++++++++++++---- .../translations/main.i18n.json | 42 +++++++++++++++---- .../translations/main.i18n.json | 42 +++++++++++++++---- .../translations/main.i18n.json | 42 +++++++++++++++---- .../translations/main.i18n.json | 42 +++++++++++++++---- .../translations/main.i18n.json | 42 +++++++++++++++---- .../translations/main.i18n.json | 42 +++++++++++++++---- .../translations/main.i18n.json | 42 +++++++++++++++---- .../translations/main.i18n.json | 42 +++++++++++++++---- .../translations/main.i18n.json | 42 +++++++++++++++---- .../translations/main.i18n.json | 42 +++++++++++++++---- .../translations/main.i18n.json | 42 +++++++++++++++---- .../translations/main.i18n.json | 42 +++++++++++++++---- 14 files changed, 462 insertions(+), 126 deletions(-) diff --git a/i18n/vscode-language-pack-cs/translations/main.i18n.json b/i18n/vscode-language-pack-cs/translations/main.i18n.json index 4941949f66..468674c960 100644 --- a/i18n/vscode-language-pack-cs/translations/main.i18n.json +++ b/i18n/vscode-language-pack-cs/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "Zavřít", "filter": "Filtrovat", + "foundResults": "{0} results", "fuzzySearch": "Přibližná shoda", "not found": "Nenašly se žádné prvky.", "replFindNoResults": "Žádné výsledky", - "replFindResults": "Počet výsledků: {0}", "type to filter": "Pro filtrování zadejte text.", "type to search": "Zadejte hledaný text" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "Nepovedlo se nainstalovat tunel jako službu, spouští se v relaci..." }, "vs/platform/request/common/request": { + "electronFetch": "Controls whether use of Electron's fetch implementation instead of Node.js' should be enabled. All local extensions will get Electron's fetch implementation for the global fetch API.", "httpConfigurationTitle": "HTTP", "noProxy": "Určuje názvy domén, pro které se mají ignorovat nastavení proxy serveru pro požadavky HTTP/HTTPS.", "proxy": "Nastavení proxy, které se má použít. Pokud není nastaveno, zdědí se z proměnných prostředí http_proxy a https_proxy.", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "Usnadnění", "announcement.enabled.auto": "Povolit oznámení, bude se přehrávat jenom v režimu optimalizovaném pro čtečku obrazovky.", "announcement.enabled.off": "Zakázat oznámení.", - "autoSynthesize": "Whether a textual response should automatically be read out aloud. For non screen reader users, this will happen when speech was used as input. For screen reader users, this will happen with any input type. For example, in a chat session, a response is automatically synthesized when voice is used as chat request.", + "autoSynthesize": "Určuje, jestli se má textová odpověď při použití řeči jako vstupu automaticky číst nahlas. Například v relaci chatu se odpověď automaticky syntetizovala při použití hlasu jako žádosti o chat.", "dimUnfocusedEnabled": "Určuje, jestli se mají editory a terminály bez fokusu ztlumit, což zpřístupňuje, kam bude zadaný vstup chodit. To funguje s většinou editorů s vážnou výjimkou těch, kteří využívají rámce iframe, jako jsou poznámkové bloky a editory rozšíření webview.", "dimUnfocusedOpacity": "Zlomek neprůhlednosti (0,2 až 1,0), který se má použít pro editory a terminály bez fokusu. To se projeví jenom v případě, že je povolená {0}.", "sound.enabled.auto": "Povolí zvuk, když je připojená čtečka obrazovky.", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Apply All Edits", - "chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.", "interactive.applyInEditor.label": "Použít v editoru", "interactive.compare.apply": "Použít úpravy", "interactive.compare.discard": "Zahodit úpravy", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kernel Variable...", "chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable", "chatContext.symbol": "Symbol...", + "imageFromClipboard": "Image from Clipboard", + "pastedImage": "Pasted Image", "workbench.action.chat.attachContext.label": "Připojit kontext", "workbench.action.chat.attachFile.label": "Add File to Chat", "workbench.action.chat.attachSelection.label": "Přidat výběr do chatu" @@ -5513,6 +5515,7 @@ "chat.attachment3": "Připojený kontext: {0}.", "chat.fileAttachment3": "Připojeno: {0}.", "chat.fileAttachmentWithRange3": "Připojeno: {0}, řádek {1} až řádek {2}.", + "chat.imageAttachment": "Attached image, {0}", "chat.omittedFileAttachment": "Vynecháno: {0}.", "chat.omittedFileAttachmentWithRange": "Vynecháno: {0}, řádek {1} až řádek {2}.", "chat.partialFileAttachment": "Částečně připojeno: {0}.", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Attach", - "file": "File" + "file": "File", + "image": "Image" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Accept All", "accept.file": "Accept", + "discard.allFiles": "Discard All", "discard.file": "Discard", "multiDiffEditorInput.name": "Suggested Edits" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Open Chat Panel", "workbench.panel.chat.view.showGettingStarted": "When enabled, shows a getting started experiments in the chat panel." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pasted Image" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Attach File as Context", "actions.goToDecl.label": "Go to Definition", @@ -5577,7 +5585,10 @@ "chat.attachment": "Připojený kontext, {0}", "chat.fileAttachment": "Připojený soubor, {0}", "chat.fileAttachmentWithRange": "Připojený soubor, {0}, od řádku {1} do řádku {2}", + "chat.imageAttachment": "Attached image, {0}", "chat.submitToSecondaryAgent": "Odeslat komu: @{0}", + "chatEditingSessionOverview": "{0} files changed", + "chatEditingSessionOverview.oneFileChanged": "1 file changed", "chatInput": "Vstup chatu", "chatInput.accessibilityHelpNoKb": "Vstup chatu. Sem zadejte kód a stisknutím klávesy Enter ho spusťte. Další informace získáte pomocí příkazu Nápověda k usnadnění chatu.", "notebook.moreExecuteActionsLabel": "Další…" @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "Určuje, jestli uživatel může tento nástroj vyvolat ručně prostřednictvím uživatelského prostředí chatu.", "condition": "Podmínka, která musí být vyhodnocena jako true, aby byl tento nástroj povolen. Upozorňujeme, že nástroj může být vyvolán i jiným rozšířením, a to i v případě, že je jeho podmínka when vyhodnocena jako false.", + "contentTypes": "The list of content types that this tool can return. It's required that tools support `text/plain`, and that is assumed even if not specified here. Another example could be the contentType exported by the `@vscode/prompt-tsx` library.", "icon": "Ikona, která představuje tento nástroj. Může to být cesta k souboru, objekt s cestami k souborům pro tmavý a světlý motiv nebo odkaz na ikonu motivu, například \\$(zap).", "icon.dark": "Cesta k ikoně při použití tmavého motivu", "icon.light": "Cesta k ikoně při použití světlého motivu", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "Toto rozšíření se doporučuje, protože máte nainstalováno následující: {0}." }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "Browse Extension Contents", "Changelog title": "Protokol změn", "Marketplace": "Marketplace", "Marketplace Info": "Další informace", "Readme title": "Soubor Readme", + "View license": "View License", + "browse contents": "Browse Contents", + "browseExtensionContents": "Are you sure you want to browse the contents of the extension '{0}'?\r\nMake sure the extension license allows this.", "builtin": "Integrovaný", "categories": "Kategorie", "changelog": "Protokol změn", "changelogtooltip": "Historie aktualizací rozšíření získaná ze souboru CHANGELOG.md rozšíření", + "contents": "Contents", "dependencies": "Závislosti", "dependenciestooltip": "Zobrazí seznam rozšíření, na kterých je toto rozšíření závislé.", "details": "Podrobnosti", @@ -7145,7 +7162,6 @@ "rating": "Hodnocení", "repository": "Úložiště", "resources": "Prostředky", - "sources": "Sources", "workspace extension": "Rozšíření pracovního prostoru" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "Nová složka…", "explorerSection": "Oddíl průzkumníka: {0}", "refreshExplorer": "Aktualizovat Průzkumníka", - "refreshExplorerMetadata": "Vynutí aktualizaci Průzkumníka." + "refreshExplorerMetadata": "Vynutí aktualizaci Průzkumníka.", + "type to search files": "Type to search files" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "Opravdu chcete přesunout {0} do {1}?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "Přejít na další změnu", "moveToPreviousHunk": "Přejít na předchozí změnu", "rerun": "Spustit znovu", - "run": "Spustit v editoru", + "run": "Editor Chat", "showChanges": "Přepnout změny", "startInlineChat": "Ikona, která vytvoří vložený chat z panelu nástrojů editoru", "unstash": "Pokračovat v posledním zavřeném vloženém chatu", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Execute REPL input" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "The up and down arrows will also move focus between previously executed items.", + "replEditor.execute": "The Execute command{0} will evaluate the expression in the input box.", + "replEditor.focusHistory": "The Focus History command{0} will move focus to the list of previously executed items.", + "replEditor.focusInOutput": "The Focus Output command{0} will set focus on the output when focused on a previously executed item.", + "replEditor.focusReplInput": "The Focus Input Editor command{0} will move focus to the REPL input box.", + "replEditor.overview": "You are in a REPL Editor which contains in input box to evaluate expressions and a list of previously executed expressions and their output." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Icon of the REPL editor label." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "Vymazat historii hledání" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "Použít AI", "searchFindInputNotebookFilter.label": "Filtry hledání v poznámkovém bloku" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "Hledat", "searchFileMatch": "Počet nalezených souborů: {0}", "searchFileMatches": "Počet nalezených souborů: {0}", - "searchFolderMatch.aiText.label": "AI Results", + "searchFolderMatch.aiText.label": "{0} Results", "searchFolderMatch.other.label": "Ostatní soubory", "searchFolderMatch.plainText.label": "Text Results", "searchMatch": "Počet nalezených shod: {0}", diff --git a/i18n/vscode-language-pack-de/translations/main.i18n.json b/i18n/vscode-language-pack-de/translations/main.i18n.json index 093c64f544..6509ccea0b 100644 --- a/i18n/vscode-language-pack-de/translations/main.i18n.json +++ b/i18n/vscode-language-pack-de/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "Schließen", "filter": "Filter", + "foundResults": "{0} results", "fuzzySearch": "Fuzzyübereinstimmung", "not found": "Kein Element gefunden.", "replFindNoResults": "Keine Ergebnisse", - "replFindResults": "{0} Ergebnisse", "type to filter": "Zum Filtern Text eingeben", "type to search": "Zum Suchen eingeben" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "Fehler beim Installieren des Tunnels als Dienst, wird in der Sitzung gestartet..." }, "vs/platform/request/common/request": { + "electronFetch": "Controls whether use of Electron's fetch implementation instead of Node.js' should be enabled. All local extensions will get Electron's fetch implementation for the global fetch API.", "httpConfigurationTitle": "HTTP", "noProxy": "Gibt Domänennamen an, für die Proxyeinstellungen für HTTP/HTTPS-Anforderungen ignoriert werden sollen.", "proxy": "Die zu verwendende Proxyeinstellung. Ist diese nicht festgelegt, wird sie von den Umgebungsvariablen \"http_proxy\" und \"https_proxy\" geerbt.", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "Barrierefreiheit", "announcement.enabled.auto": "Ansagen aktivieren, wird nur im für die Sprachausgabe optimierten Modus wiedergegeben.", "announcement.enabled.off": "Ansagen deaktivieren.", - "autoSynthesize": "Whether a textual response should automatically be read out aloud. For non screen reader users, this will happen when speech was used as input. For screen reader users, this will happen with any input type. For example, in a chat session, a response is automatically synthesized when voice is used as chat request.", + "autoSynthesize": "Gibt an, ob eine Textantwort automatisch laut vorgelesen werden soll, wenn Sprache als Eingabe verwendet wurde. Beispielsweise wird in einer Chatsitzung automatisch eine Antwort synthetisiert, wenn Sprache als Chatanfrage verwendet wurde.", "dimUnfocusedEnabled": "Gibt an, ob Editoren und Terminals ohne Fokus abgeblendet werden sollen, um zu verdeutlichen, wohin Eingaben geleitet werden. Dies funktioniert bei den meisten Editoren, ausgenommen bei solchen, die iFrames verwenden (z. B. Notebooks und Webansichten-Editoren mit Erweiterungen).", "dimUnfocusedOpacity": "Der anteilige Wert für die Deckkraft (0,2 bis 1,0), der für Editoren und Terminals ohne Fokus verwendet wird. Dieser wird nur angewendet, wenn \"{0}\" aktiviert ist.", "sound.enabled.auto": "Sound aktivieren, wenn eine Sprachausgabe angefügt ist.", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Apply All Edits", - "chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.", "interactive.applyInEditor.label": "Im Editor anwenden", "interactive.compare.apply": "Änderungen anwenden", "interactive.compare.discard": "Änderungen verwerfen", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kernel Variable...", "chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable", "chatContext.symbol": "Symbol...", + "imageFromClipboard": "Image from Clipboard", + "pastedImage": "Pasted Image", "workbench.action.chat.attachContext.label": "Kontext anfügen", "workbench.action.chat.attachFile.label": "Add File to Chat", "workbench.action.chat.attachSelection.label": "Auswahl zum Chat hinzufügen" @@ -5513,6 +5515,7 @@ "chat.attachment3": "Angefügter Kontext: {0}.", "chat.fileAttachment3": "Angefügt: {0}.", "chat.fileAttachmentWithRange3": "Angefügt: {0}, Zeile {1} bis Zeile {2}.", + "chat.imageAttachment": "Attached image, {0}", "chat.omittedFileAttachment": "Ausgelassen: {0}.", "chat.omittedFileAttachmentWithRange": "Ausgelassen: {0}, Zeile {1} bis Zeile {2}.", "chat.partialFileAttachment": "Teilweise angefügt: {0}.", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Attach", - "file": "File" + "file": "File", + "image": "Image" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Accept All", "accept.file": "Accept", + "discard.allFiles": "Discard All", "discard.file": "Discard", "multiDiffEditorInput.name": "Suggested Edits" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Open Chat Panel", "workbench.panel.chat.view.showGettingStarted": "When enabled, shows a getting started experiments in the chat panel." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pasted Image" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Attach File as Context", "actions.goToDecl.label": "Go to Definition", @@ -5577,7 +5585,10 @@ "chat.attachment": "Angefügter Kontext, {0}", "chat.fileAttachment": "Angefügte Datei, {0}", "chat.fileAttachmentWithRange": "Angefügte Datei, {0}, Zeile {1} an Zeile {2}", + "chat.imageAttachment": "Attached image, {0}", "chat.submitToSecondaryAgent": "Senden an @{0}", + "chatEditingSessionOverview": "{0} files changed", + "chatEditingSessionOverview.oneFileChanged": "1 file changed", "chatInput": "Chateingabe", "chatInput.accessibilityHelpNoKb": "Chateingabe, Geben Sie hier Code ein, und drücken Sie zum Ausführen die EINGABETASTE. Verwenden Sie den Befehl \"Hilfe zur Chat-Barrierefreiheit\", um weitere Informationen zu erhalten.", "notebook.moreExecuteActionsLabel": "Mehr..." @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "Gibt an, ob dieses Tool vom Benutzer über die Chat-UX manuell aufgerufen werden kann.", "condition": "Bedingung, die wahr sein muss, damit dieses Tool aktiviert werden kann. Beachten Sie, dass ein Tool auch dann von einer anderen Erweiterung aufgerufen werden kann, wenn die when-Bedingung \"false\" ist.", + "contentTypes": "The list of content types that this tool can return. It's required that tools support `text/plain`, and that is assumed even if not specified here. Another example could be the contentType exported by the `@vscode/prompt-tsx` library.", "icon": "Ein Symbol, das dieses Tool darstellt. Entweder ein Dateipfad, ein Objekt mit Dateipfaden für dunkle und helle Designs oder ein Designsymbolverweis wie \"\\$(zap)\"", "icon.dark": "Symbolpfad, wenn ein dunkles Design verwendet wird", "icon.light": "Symbolpfad, wenn ein helles Design verwendet wird", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "Diese Erweiterung wird empfohlen, weil {0} installiert ist." }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "Browse Extension Contents", "Changelog title": "Änderungsprotokoll", "Marketplace": "Marketplace", "Marketplace Info": "Weitere Informationen", "Readme title": "Infodatei", + "View license": "View License", + "browse contents": "Browse Contents", + "browseExtensionContents": "Are you sure you want to browse the contents of the extension '{0}'?\r\nMake sure the extension license allows this.", "builtin": "Integriert", "categories": "Kategorien", "changelog": "Änderungsprotokoll", "changelogtooltip": "Updateverlauf der Erweiterung, der aus der Datei \"CHANGELOG.md\" der Erweiterung gerendert wurde", + "contents": "Contents", "dependencies": "Abhängigkeiten", "dependenciestooltip": "Listet Erweiterungen auf, von denen diese Erweiterung abhängig ist", "details": "Details", @@ -7145,7 +7162,6 @@ "rating": "Bewertung", "repository": "Repository", "resources": "Ressourcen", - "sources": "Sources", "workspace extension": "Arbeitsbereichserweiterung" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "Neuer Ordner...", "explorerSection": "Explorer-Abschnitt: {0}", "refreshExplorer": "Explorer aktualisieren", - "refreshExplorerMetadata": "Erzwingt eine Aktualisierung des Explorers." + "refreshExplorerMetadata": "Erzwingt eine Aktualisierung des Explorers.", + "type to search files": "Type to search files" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "Sind Sie sicher, dass Sie \"{0}\" in \"{1}\" verschieben möchten?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "Zur nächsten Änderung", "moveToPreviousHunk": "Zur vorherigen Änderung", "rerun": "Erneut ausführen", - "run": "Im Editor starten", + "run": "Editor Chat", "showChanges": "Änderungen umschalten", "startInlineChat": "Symbol, das den Inlinechat über die Editor-Symbolleiste erzeugt.", "unstash": "Zuletzt geschlossenen Inlinechat fortsetzen", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Execute REPL input" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "The up and down arrows will also move focus between previously executed items.", + "replEditor.execute": "The Execute command{0} will evaluate the expression in the input box.", + "replEditor.focusHistory": "The Focus History command{0} will move focus to the list of previously executed items.", + "replEditor.focusInOutput": "The Focus Output command{0} will set focus on the output when focused on a previously executed item.", + "replEditor.focusReplInput": "The Focus Input Editor command{0} will move focus to the REPL input box.", + "replEditor.overview": "You are in a REPL Editor which contains in input box to evaluate expressions and a list of previously executed expressions and their output." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Icon of the REPL editor label." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "Suchverlauf löschen" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "KI verwenden", "searchFindInputNotebookFilter.label": "Notizbuch-Suchfilter" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "Suchen", "searchFileMatch": "{0} Datei gefunden", "searchFileMatches": "{0} Dateien gefunden", - "searchFolderMatch.aiText.label": "AI Results", + "searchFolderMatch.aiText.label": "{0} Results", "searchFolderMatch.other.label": "Andere Dateien", "searchFolderMatch.plainText.label": "Text Results", "searchMatch": "{0} Übereinstimmung gefunden", diff --git a/i18n/vscode-language-pack-es/translations/main.i18n.json b/i18n/vscode-language-pack-es/translations/main.i18n.json index a04906a05b..8e09892c8a 100644 --- a/i18n/vscode-language-pack-es/translations/main.i18n.json +++ b/i18n/vscode-language-pack-es/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "Cerrar", "filter": "Filtrar", + "foundResults": "{0} results", "fuzzySearch": "Coincidencia aproximada", "not found": "No se encontraron elementos.", "replFindNoResults": "No hay resultados", - "replFindResults": "{0} resultados", "type to filter": "Escriba texto para filtrar", "type to search": "Escriba texto para buscar" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "No se pudo instalar el túnel como servicio, empezando en la sesión..." }, "vs/platform/request/common/request": { + "electronFetch": "Controls whether use of Electron's fetch implementation instead of Node.js' should be enabled. All local extensions will get Electron's fetch implementation for the global fetch API.", "httpConfigurationTitle": "HTTP", "noProxy": "Especifica los nombres de dominio para los que se debe omitir la configuración de proxy para las solicitudes HTTP/HTTPS.", "proxy": "La configuración de proxy que se usará. Si no se establece, se heredará de las variables de entorno \"http_proxy\" y \"https_proxy\".", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "Accesibilidad", "announcement.enabled.auto": "Habilitar anuncio. Solo se reproducirá cuando se encuentre en el modo optimizado del lector de pantalla.", "announcement.enabled.off": "Deshabilitar el anuncio.", - "autoSynthesize": "Whether a textual response should automatically be read out aloud. For non screen reader users, this will happen when speech was used as input. For screen reader users, this will happen with any input type. For example, in a chat session, a response is automatically synthesized when voice is used as chat request.", + "autoSynthesize": "Si una respuesta textual debe leerse automáticamente en voz alta cuando se usó la voz como entrada. Por ejemplo, en una sesión de chat, una respuesta se sintetiza automáticamente cuando se usa la voz como solicitud de chat.", "dimUnfocusedEnabled": "Indica si se van a atenuar los terminales y los editores sin foco, lo que hace que sea más claro a dónde se dirigirá la entrada escrita. Funciona con la mayoría de los editores, excepto aquellos que usan iframes como blocs de notas y editores de vista web de extensión.", "dimUnfocusedOpacity": "Fracción de opacidad (de 0,2 a 1,0) que se va a usar para los editores y terminales sin foco. Esto solo surtirá efecto cuando {0} esté habilitado.", "sound.enabled.auto": "Habilita el sonido cuando se conecta un lector de pantalla.", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Apply All Edits", - "chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.", "interactive.applyInEditor.label": "Aplicar en el editor", "interactive.compare.apply": "Aplicar ediciones", "interactive.compare.discard": "Descartar ediciones", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kernel Variable...", "chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable", "chatContext.symbol": "Símbolo...", + "imageFromClipboard": "Image from Clipboard", + "pastedImage": "Pasted Image", "workbench.action.chat.attachContext.label": "Adjuntar contexto", "workbench.action.chat.attachFile.label": "Add File to Chat", "workbench.action.chat.attachSelection.label": "Agregar selección al chat" @@ -5513,6 +5515,7 @@ "chat.attachment3": "Contexto adjunto: {0}.", "chat.fileAttachment3": "Adjunto: {0}.", "chat.fileAttachmentWithRange3": "Adjunto: {0}, línea {1} a línea {2}.", + "chat.imageAttachment": "Attached image, {0}", "chat.omittedFileAttachment": "Omitido: {0}.", "chat.omittedFileAttachmentWithRange": "Omitido: {0}, línea {1} a línea {2}.", "chat.partialFileAttachment": "Parcialmente adjunto: {0}.", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Attach", - "file": "File" + "file": "File", + "image": "Image" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Accept All", "accept.file": "Accept", + "discard.allFiles": "Discard All", "discard.file": "Discard", "multiDiffEditorInput.name": "Suggested Edits" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Open Chat Panel", "workbench.panel.chat.view.showGettingStarted": "When enabled, shows a getting started experiments in the chat panel." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pasted Image" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Attach File as Context", "actions.goToDecl.label": "Go to Definition", @@ -5577,7 +5585,10 @@ "chat.attachment": "Contexto adjunto, {0}", "chat.fileAttachment": "Archivo adjunto, {0}", "chat.fileAttachmentWithRange": "Archivo adjunto, {0}, línea {1} a la línea {2}", + "chat.imageAttachment": "Attached image, {0}", "chat.submitToSecondaryAgent": "Enviar a @{0}", + "chatEditingSessionOverview": "{0} files changed", + "chatEditingSessionOverview.oneFileChanged": "1 file changed", "chatInput": "Entrada de chat", "chatInput.accessibilityHelpNoKb": "Entrada de chat, escriba el código aquí y presione Entrar para ejecutarlo. Use el comando Ayuda de accesibilidad del chat para obtener más información.", "notebook.moreExecuteActionsLabel": "Más..." @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "Indica si el usuario puede invocar manualmente esta herramienta a través de la experiencia de usuario del chat.", "condition": "Condición que debe ser verdadera para que esta herramienta esté habilitada. Tenga en cuenta que una herramienta aún puede ser invocada por otra extensión aunque su condición \"when\" sea false.", + "contentTypes": "The list of content types that this tool can return. It's required that tools support `text/plain`, and that is assumed even if not specified here. Another example could be the contentType exported by the `@vscode/prompt-tsx` library.", "icon": "Icono que representa esta herramienta. Una ruta de acceso de archivo, un objeto con rutas de acceso de archivo para temas oscuros y claros, o una referencia de icono de tema, como \"\\$(zap)\"", "icon.dark": "Ruta de icono cuando se usa un tema oscuro", "icon.light": "Ruta del icono cuando se usa un tema ligero", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "Se recomienda esta extensión porque tiene instalado {0}." }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "Browse Extension Contents", "Changelog title": "Registro de cambios", "Marketplace": "Marketplace", "Marketplace Info": "Más información", "Readme title": "Léame", + "View license": "View License", + "browse contents": "Browse Contents", + "browseExtensionContents": "Are you sure you want to browse the contents of the extension '{0}'?\r\nMake sure the extension license allows this.", "builtin": "Integrada", "categories": "Categorías", "changelog": "Registro de cambios", "changelogtooltip": "Historial de actualización de extensiones renderizado desde el archivo 'changelog.MD' ", + "contents": "Contents", "dependencies": "Dependencias", "dependenciestooltip": "Enumera las extensiones de las que depende esta extensión", "details": "Detalles", @@ -7145,7 +7162,6 @@ "rating": "Clasificación", "repository": "Repositorio", "resources": "Recursos", - "sources": "Sources", "workspace extension": "Extensión del área de trabajo" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "Nueva carpeta...", "explorerSection": "Sección del explorador: {0}", "refreshExplorer": "Actualizar Explorador", - "refreshExplorerMetadata": "Fuerza una actualización del Explorador." + "refreshExplorerMetadata": "Fuerza una actualización del Explorador.", + "type to search files": "Type to search files" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "¿Seguro que quiere mover \"{0}\" a \"{1}\"?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "Moverse al cambio siguiente", "moveToPreviousHunk": "Moverse al cambio anterior", "rerun": "Repetición", - "run": "Iniciar en el Editor", + "run": "Editor Chat", "showChanges": "Alternar cambios", "startInlineChat": "Icono que genera el chat en línea desde la barra de herramientas del editor.", "unstash": "Reanudar el último chat en línea descartado", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Execute REPL input" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "The up and down arrows will also move focus between previously executed items.", + "replEditor.execute": "The Execute command{0} will evaluate the expression in the input box.", + "replEditor.focusHistory": "The Focus History command{0} will move focus to the list of previously executed items.", + "replEditor.focusInOutput": "The Focus Output command{0} will set focus on the output when focused on a previously executed item.", + "replEditor.focusReplInput": "The Focus Input Editor command{0} will move focus to the REPL input box.", + "replEditor.overview": "You are in a REPL Editor which contains in input box to evaluate expressions and a list of previously executed expressions and their output." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Icon of the REPL editor label." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "Borrar historial de búsqueda" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "Usar IA", "searchFindInputNotebookFilter.label": "Filtros de búsqueda de blocs de notas" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "Buscar", "searchFileMatch": "{0} archivo encontrado", "searchFileMatches": "{0} archivos encontrados", - "searchFolderMatch.aiText.label": "AI Results", + "searchFolderMatch.aiText.label": "{0} Results", "searchFolderMatch.other.label": "Otros archivos", "searchFolderMatch.plainText.label": "Text Results", "searchMatch": "{0} coincidencia encontrada", diff --git a/i18n/vscode-language-pack-fr/translations/main.i18n.json b/i18n/vscode-language-pack-fr/translations/main.i18n.json index 41808b92a1..5dd630cc4f 100644 --- a/i18n/vscode-language-pack-fr/translations/main.i18n.json +++ b/i18n/vscode-language-pack-fr/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "Fermer", "filter": "Filtrer", + "foundResults": "{0} results", "fuzzySearch": "Correspondance approximative", "not found": "Aucun élément trouvé.", "replFindNoResults": "Aucun résultat", - "replFindResults": "{0} résultats", "type to filter": "Type à filtrer", "type to search": "Entrer le texte à rechercher" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "Échec de l’installation du tunnel en tant que service, démarrage de la session..." }, "vs/platform/request/common/request": { + "electronFetch": "Controls whether use of Electron's fetch implementation instead of Node.js' should be enabled. All local extensions will get Electron's fetch implementation for the global fetch API.", "httpConfigurationTitle": "HTTP", "noProxy": "Spécifie les noms de domaine pour lesquels les paramètres de proxy doivent être ignorés pour les requêtes HTTP/HTTPS.", "proxy": "Paramètre proxy à utiliser. S'il n'est pas défini, il est hérité des variables d'environnement 'http_proxy' et 'https_proxy'.", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "Accessibilité", "announcement.enabled.auto": "Activer l’annonce, ne sera lu qu’en mode optimisé pour le lecteur d’écran.", "announcement.enabled.off": "Désactiver l’annonce.", - "autoSynthesize": "Whether a textual response should automatically be read out aloud. For non screen reader users, this will happen when speech was used as input. For screen reader users, this will happen with any input type. For example, in a chat session, a response is automatically synthesized when voice is used as chat request.", + "autoSynthesize": "Indique si une réponse textuelle doit être automatiquement lue à haute voix lorsque la voix a été utilisée comme entrée. Par exemple, dans une session de chat, une réponse est automatiquement synthétisée lorsque la voix a été utilisée comme demande de chat.", "dimUnfocusedEnabled": "Indique s'il faut estomper les éditeurs et les terminaux qui n'ont pas le focus pour rendre plus clair l'emplacement de l'entrée tapée. Cela fonctionne avec la majorité des éditeurs avec les exceptions notables de ceux qui utilisent des iframes tels que des notebooks et les éditeurs à extension webview.", "dimUnfocusedOpacity": "Fraction d'opacité (0.2 à 1.0) à utiliser pour les éditeurs et terminaux qui n'ont pas le focus. Cette opération prend effet uniquement quand {0} est activé.", "sound.enabled.auto": "Activez un son lorsqu’un lecteur d’écran est attaché.", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Apply All Edits", - "chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.", "interactive.applyInEditor.label": "Appliquer dans Éditeur", "interactive.compare.apply": "Appliquer les modifications", "interactive.compare.discard": "Ignorer les modifications", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kernel Variable...", "chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable", "chatContext.symbol": "Symbole...", + "imageFromClipboard": "Image from Clipboard", + "pastedImage": "Pasted Image", "workbench.action.chat.attachContext.label": "Joindre le contexte", "workbench.action.chat.attachFile.label": "Add File to Chat", "workbench.action.chat.attachSelection.label": "Ajouter la sélection à la conversation" @@ -5513,6 +5515,7 @@ "chat.attachment3": "Contexte attaché : {0}.", "chat.fileAttachment3": "Joint : {0}.", "chat.fileAttachmentWithRange3": "Attaché : {0}, ligne {1} à ligne {2}.", + "chat.imageAttachment": "Attached image, {0}", "chat.omittedFileAttachment": "Omis : {0}.", "chat.omittedFileAttachmentWithRange": "Omis : {0}, ligne {1} à ligne {2}.", "chat.partialFileAttachment": "Partiellement attaché : {0}.", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Attach", - "file": "File" + "file": "File", + "image": "Image" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Accept All", "accept.file": "Accept", + "discard.allFiles": "Discard All", "discard.file": "Discard", "multiDiffEditorInput.name": "Suggested Edits" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Open Chat Panel", "workbench.panel.chat.view.showGettingStarted": "When enabled, shows a getting started experiments in the chat panel." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pasted Image" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Attach File as Context", "actions.goToDecl.label": "Go to Definition", @@ -5577,7 +5585,10 @@ "chat.attachment": "Contexte attaché, {0}", "chat.fileAttachment": "Fichier joint, {0}", "chat.fileAttachmentWithRange": "Fichier joint, {0}, ligne {1} à la ligne {2}", + "chat.imageAttachment": "Attached image, {0}", "chat.submitToSecondaryAgent": "Envoyer à @{0}", + "chatEditingSessionOverview": "{0} files changed", + "chatEditingSessionOverview.oneFileChanged": "1 file changed", "chatInput": "Entrée de conversation", "chatInput.accessibilityHelpNoKb": "Entrée de conversation, tapez le code ici et appuyez sur Entrée pour l’exécuter. Pour plus d’informations, utilisez la commande d’aide sur l’accessibilité de la conversation.", "notebook.moreExecuteActionsLabel": "Plus..." @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "Indique si cet outil peut être appelé manuellement par l’utilisateur via l’expérience utilisateur de conversation.", "condition": "Condition qui doit être vraie pour que cet outil soit activé. Notez qu'un outil peut toujours être invoqué par une autre extension même lorsque sa condition « quand » est fausse.", + "contentTypes": "The list of content types that this tool can return. It's required that tools support `text/plain`, and that is assumed even if not specified here. Another example could be the contentType exported by the `@vscode/prompt-tsx` library.", "icon": "Icône qui représente cet outil. Soit un chemin de fichier, un objet avec des chemins de fichiers pour les thèmes sombres et clairs, ou une référence d'icône de thème, comme `\\$(zap)`", "icon.dark": "Chemin de l'icône quand un thème foncé est utilisé", "icon.light": "Chemin de l'icône quand un thème clair est utilisé", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "Cette extension est recommandée, car vous avez installé {0}." }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "Browse Extension Contents", "Changelog title": "Journal des modifications", "Marketplace": "Place de marché", "Marketplace Info": "Plus d’informations", "Readme title": "Fichier Lisez-moi", + "View license": "View License", + "browse contents": "Browse Contents", + "browseExtensionContents": "Are you sure you want to browse the contents of the extension '{0}'?\r\nMake sure the extension license allows this.", "builtin": "Intégrée", "categories": "Catégories", "changelog": "Journal des modifications", "changelogtooltip": "Historique de mise à jour de l'extension, affiché depuis le fichier 'CHANGELOG.md' de l’extension", + "contents": "Contents", "dependencies": "Dépendances", "dependenciestooltip": "Répertorie les extensions dont dépend cette extension", "details": "Détails", @@ -7145,7 +7162,6 @@ "rating": "Évaluation", "repository": "Dépôt", "resources": "Ressources", - "sources": "Sources", "workspace extension": "Extension de l’espace de travail" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "Nouveau dossier...", "explorerSection": "Section de l'Explorateur : {0}", "refreshExplorer": "Actualiser l'explorateur", - "refreshExplorerMetadata": "Force l’actualisation d’Explorer." + "refreshExplorerMetadata": "Force l’actualisation d’Explorer.", + "type to search files": "Type to search files" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "Voulez-vous vraiment déplacer '{0}' dans '{1}' ?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "Aller à la modification suivante", "moveToPreviousHunk": "Aller à la modification précédente", "rerun": "Réexécuter", - "run": "Commencer dans l’éditeur", + "run": "Editor Chat", "showChanges": "Basculer les modifications", "startInlineChat": "Icône qui génère le chat en ligne à partir de la barre d'outils de l'éditeur.", "unstash": "Reprendre le dernière conversation instantanée en ligne rejeté", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Execute REPL input" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "The up and down arrows will also move focus between previously executed items.", + "replEditor.execute": "The Execute command{0} will evaluate the expression in the input box.", + "replEditor.focusHistory": "The Focus History command{0} will move focus to the list of previously executed items.", + "replEditor.focusInOutput": "The Focus Output command{0} will set focus on the output when focused on a previously executed item.", + "replEditor.focusReplInput": "The Focus Input Editor command{0} will move focus to the REPL input box.", + "replEditor.overview": "You are in a REPL Editor which contains in input box to evaluate expressions and a list of previously executed expressions and their output." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Icon of the REPL editor label." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "Effacer l'historique de recherche" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "Utiliser l’IA", "searchFindInputNotebookFilter.label": "Filtres de recherche de bloc-notes" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "Rechercher", "searchFileMatch": "{0} fichier trouvé", "searchFileMatches": "{0} fichiers", - "searchFolderMatch.aiText.label": "AI Results", + "searchFolderMatch.aiText.label": "{0} Results", "searchFolderMatch.other.label": "Autres fichiers", "searchFolderMatch.plainText.label": "Text Results", "searchMatch": "{0} correspondance trouvée", diff --git a/i18n/vscode-language-pack-it/translations/main.i18n.json b/i18n/vscode-language-pack-it/translations/main.i18n.json index 3c40005fde..6d3bfdd796 100644 --- a/i18n/vscode-language-pack-it/translations/main.i18n.json +++ b/i18n/vscode-language-pack-it/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "Chiudi", "filter": "Filtro", + "foundResults": "{0} results", "fuzzySearch": "Corrispondenza fuzzy", "not found": "Non sono stati trovati elementi.", "replFindNoResults": "Nessun risultato", - "replFindResults": "{0} risultati", "type to filter": "Digitare per filtrare", "type to search": "Digitare per la ricerca" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "Non è stato possibile installare tunnel come servizio, avvio nella sessione in corso..." }, "vs/platform/request/common/request": { + "electronFetch": "Controls whether use of Electron's fetch implementation instead of Node.js' should be enabled. All local extensions will get Electron's fetch implementation for the global fetch API.", "httpConfigurationTitle": "HTTP", "noProxy": "Specifica i nomi di dominio di cui ignorare le impostazioni proxy per le richieste HTTP/HTTPS.", "proxy": "Impostazione proxy da usare. Se non è impostata, verrà ereditata dalle variabili di ambiente `http_proxy` e `https_proxy`.", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "Accessibilità", "announcement.enabled.auto": "Abilita l'annuncio, che verrà riprodotto solo in modalità ottimizzata per la lettura dello schermo.", "announcement.enabled.off": "Disabilitare annuncio.", - "autoSynthesize": "Whether a textual response should automatically be read out aloud. For non screen reader users, this will happen when speech was used as input. For screen reader users, this will happen with any input type. For example, in a chat session, a response is automatically synthesized when voice is used as chat request.", + "autoSynthesize": "Indica se una risposta testuale deve essere letta automaticamente ad alta voce quando il parlato è stato usato come input. Ad esempio, in una sessione di chat una risposta viene sintetizzata automaticamente quando la voce è stata usata come richiesta di chat.", "dimUnfocusedEnabled": "Indica se attenuare gli editor e i terminali con stato non attivo, in modo che sia più chiaro dove verrà inviato l'input digitato. Funziona con la maggior parte degli editor con le eccezioni rilevanti di quelli che usano iframe come notebook ed editor di webview di estensione.", "dimUnfocusedOpacity": "Frazione di opacità (da 0,2 a 1,0) da usare per editor e terminali non attivati. Questa operazione avrà effetto solo quando {0} è abilitato.", "sound.enabled.auto": "Abilitare l'audio quando è collegata un'utilità per la lettura dello schermo.", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Apply All Edits", - "chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.", "interactive.applyInEditor.label": "Applica nell'editor", "interactive.compare.apply": "Applica modifiche", "interactive.compare.discard": "Rimuovi modifiche", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kernel Variable...", "chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable", "chatContext.symbol": "Simbolo...", + "imageFromClipboard": "Image from Clipboard", + "pastedImage": "Pasted Image", "workbench.action.chat.attachContext.label": "Connetti contesto", "workbench.action.chat.attachFile.label": "Add File to Chat", "workbench.action.chat.attachSelection.label": "Aggiungere selezione alla chat" @@ -5513,6 +5515,7 @@ "chat.attachment3": "Contesto allegato: {0}.", "chat.fileAttachment3": "Collegato: {0}.", "chat.fileAttachmentWithRange3": "Allegato: {0}, da riga {1} a riga {2}.", + "chat.imageAttachment": "Attached image, {0}", "chat.omittedFileAttachment": "Omesso: {0}.", "chat.omittedFileAttachmentWithRange": "Omesso: {0}, da riga {1} a riga {2}.", "chat.partialFileAttachment": "Parzialmente collegato: {0}.", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Attach", - "file": "File" + "file": "File", + "image": "Image" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Accept All", "accept.file": "Accept", + "discard.allFiles": "Discard All", "discard.file": "Discard", "multiDiffEditorInput.name": "Suggested Edits" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Open Chat Panel", "workbench.panel.chat.view.showGettingStarted": "When enabled, shows a getting started experiments in the chat panel." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pasted Image" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Attach File as Context", "actions.goToDecl.label": "Go to Definition", @@ -5577,7 +5585,10 @@ "chat.attachment": "Contesto allegato, {0}", "chat.fileAttachment": "File allegato, {0}", "chat.fileAttachmentWithRange": "File allegato, {0}, da riga {1} a riga {2}", + "chat.imageAttachment": "Attached image, {0}", "chat.submitToSecondaryAgent": "Invia a @{0}", + "chatEditingSessionOverview": "{0} files changed", + "chatEditingSessionOverview.oneFileChanged": "1 file changed", "chatInput": "Input chat", "chatInput.accessibilityHelpNoKb": "Input chat, digita qui il codice e premi INVIO per l’esecuzione. Per altre informazioni, usa il comando Guida sull'accessibilità della chat.", "notebook.moreExecuteActionsLabel": "Altro..." @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "Indica se questo strumento può essere richiamato manualmente dall'utente tramite l'esperienza utente della chat.", "condition": "Condizione che deve essere true perché questo strumento sia abilitato. Si noti che uno strumento può essere ancora richiamato da un'altra estensione anche quando la relativa condizione 'when' è false.", + "contentTypes": "The list of content types that this tool can return. It's required that tools support `text/plain`, and that is assumed even if not specified here. Another example could be the contentType exported by the `@vscode/prompt-tsx` library.", "icon": "Icona che rappresenta questo strumento. Un percorso di file, un oggetto con percorsi di file per i temi scuri e chiari o un riferimento all'icona del tema, ad esempio \"\\$(zap)\"", "icon.dark": "Percorso dell'icona quando viene usato un tema scuro", "icon.light": "Percorso dell'icona quando viene usato un tema chiaro", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "Questa estensione è consigliata perché è stato installato {0}." }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "Browse Extension Contents", "Changelog title": "Log delle modifiche", "Marketplace": "Marketplace", "Marketplace Info": "Altre info", "Readme title": "Leggimi", + "View license": "View License", + "browse contents": "Browse Contents", + "browseExtensionContents": "Are you sure you want to browse the contents of the extension '{0}'?\r\nMake sure the extension license allows this.", "builtin": "Predefinita", "categories": "Categorie", "changelog": "Log delle modifiche", "changelogtooltip": "Cronologia degli aggiornamenti dell'estensione. Rendering eseguito dal file 'CHANGELOG.md' dell'estensione", + "contents": "Contents", "dependencies": "Dipendenze", "dependenciestooltip": "Elenca le estensioni da cui dipende questa estensione", "details": "Dettagli", @@ -7145,7 +7162,6 @@ "rating": "Valutazione", "repository": "Repository", "resources": "Risorse", - "sources": "Sources", "workspace extension": "Estensione dell'area di lavoro" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "Nuova cartella...", "explorerSection": "Sezione di Esplora risorse: {0}", "refreshExplorer": "Aggiorna Explorer", - "refreshExplorerMetadata": "Forza un aggiornamento di Explorer." + "refreshExplorerMetadata": "Forza un aggiornamento di Explorer.", + "type to search files": "Type to search files" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "Spostare '{0}' in '{1}'?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "Passa alla modifica successiva", "moveToPreviousHunk": "Passa alla modifica precedente", "rerun": "Riesegui", - "run": "Avvia nell'editor", + "run": "Editor Chat", "showChanges": "Attiva/Disattiva modifiche", "startInlineChat": "Icona che genera la chat inline dalla barra degli strumenti editor.", "unstash": "Riprendi ultima chat inline ignorata", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Execute REPL input" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "The up and down arrows will also move focus between previously executed items.", + "replEditor.execute": "The Execute command{0} will evaluate the expression in the input box.", + "replEditor.focusHistory": "The Focus History command{0} will move focus to the list of previously executed items.", + "replEditor.focusInOutput": "The Focus Output command{0} will set focus on the output when focused on a previously executed item.", + "replEditor.focusReplInput": "The Focus Input Editor command{0} will move focus to the REPL input box.", + "replEditor.overview": "You are in a REPL Editor which contains in input box to evaluate expressions and a list of previously executed expressions and their output." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Icon of the REPL editor label." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "Cancella cronologia di ricerca" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "Usa intelligenza artificiale", "searchFindInputNotebookFilter.label": "Filtro ricerca notebook" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "Cerca", "searchFileMatch": "{0} file trovato", "searchFileMatches": "{0} file trovati", - "searchFolderMatch.aiText.label": "AI Results", + "searchFolderMatch.aiText.label": "{0} Results", "searchFolderMatch.other.label": "Altri file", "searchFolderMatch.plainText.label": "Text Results", "searchMatch": "{0} corrispondenza trovata", diff --git a/i18n/vscode-language-pack-ja/translations/main.i18n.json b/i18n/vscode-language-pack-ja/translations/main.i18n.json index cca7286ab9..20d83b114d 100644 --- a/i18n/vscode-language-pack-ja/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ja/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "閉じる", "filter": "フィルター", + "foundResults": "{0} results", "fuzzySearch": "あいまい一致", "not found": "要素が見つかりません。", "replFindNoResults": "結果はありません", - "replFindResults": "{0} 件の結果", "type to filter": "入力してフィルター", "type to search": "入力して検索" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "セッションを開始して、サービスとしてトンネルをインストールできませんでした..." }, "vs/platform/request/common/request": { + "electronFetch": "Controls whether use of Electron's fetch implementation instead of Node.js' should be enabled. All local extensions will get Electron's fetch implementation for the global fetch API.", "httpConfigurationTitle": "HTTP", "noProxy": "HTTP/HTTPS 要求でプロキシ設定を無視する必要があるドメイン名を指定します。", "proxy": "使用するプロキシ設定。設定されていない場合は、'http_proxy' および 'https_proxy' の環境変数から継承されます。", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "アクセシビリティ", "announcement.enabled.auto": "アナウンスを有効にすると、スクリーン リーダー最適化モード時のみ再生されます。", "announcement.enabled.off": "お知らせを無効にします。", - "autoSynthesize": "Whether a textual response should automatically be read out aloud. For non screen reader users, this will happen when speech was used as input. For screen reader users, this will happen with any input type. For example, in a chat session, a response is automatically synthesized when voice is used as chat request.", + "autoSynthesize": "音声が入力として使用されたときにテキスト応答を自動的に読み上げるかどうかを指定します。たとえば、チャット セッションでは、音声がチャット要求として使用されたときに応答が自動的に合成されます。", "dimUnfocusedEnabled": "フォーカスされていないエディターとターミナルを暗くするかどうかを指定するもので、これにより、入力された入力情報の入力先がより明確になります。これは、ノートブックや拡張機能 Web ビュー エディターなどの iframe を利用するエディターの注目すべき例外を除き、ほとんどのエディターで動作します。", "dimUnfocusedOpacity": "フォーカスされていないエディターとターミナルに使用する不透明度の分数 (0.2 ~ 1.0)。これは、{0} が有効になっている場合にのみ効力を発します。", "sound.enabled.auto": "スクリーン リーダーが接続されているときにサウンドを有効にします。", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Apply All Edits", - "chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.", "interactive.applyInEditor.label": "エディターで適用します", "interactive.compare.apply": "編集の適用", "interactive.compare.discard": "編集の破棄", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kernel Variable...", "chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable", "chatContext.symbol": "シンボル...", + "imageFromClipboard": "Image from Clipboard", + "pastedImage": "Pasted Image", "workbench.action.chat.attachContext.label": "コンテキストのアタッチ", "workbench.action.chat.attachFile.label": "Add File to Chat", "workbench.action.chat.attachSelection.label": "選択内容をチャットに追加" @@ -5513,6 +5515,7 @@ "chat.attachment3": "コンテキスト {0} をアタッチしました。", "chat.fileAttachment3": "{0} をアタッチしました。", "chat.fileAttachmentWithRange3": "{0}、行 {1} から行 {2} をアタッチしました。", + "chat.imageAttachment": "Attached image, {0}", "chat.omittedFileAttachment": "{0} を省略しました。", "chat.omittedFileAttachmentWithRange": "{0}、行 {1} から行 {2} を省略しました。", "chat.partialFileAttachment": "{0} を部分的にアタッチしました。", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Attach", - "file": "File" + "file": "File", + "image": "Image" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Accept All", "accept.file": "Accept", + "discard.allFiles": "Discard All", "discard.file": "Discard", "multiDiffEditorInput.name": "Suggested Edits" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Open Chat Panel", "workbench.panel.chat.view.showGettingStarted": "When enabled, shows a getting started experiments in the chat panel." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pasted Image" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Attach File as Context", "actions.goToDecl.label": "Go to Definition", @@ -5577,7 +5585,10 @@ "chat.attachment": "添付コンテキスト、{0}", "chat.fileAttachment": "添付ファイル、{0}", "chat.fileAttachmentWithRange": "添付ファイル、{0}、行 {1} から行 {2}", + "chat.imageAttachment": "Attached image, {0}", "chat.submitToSecondaryAgent": "@{0} に送信", + "chatEditingSessionOverview": "{0} files changed", + "chatEditingSessionOverview.oneFileChanged": "1 file changed", "chatInput": "チャット入力", "chatInput.accessibilityHelpNoKb": "チャット入力、ここにコードを入力し、Enter キーを押して実行します。詳細については、Chat Accessibility Help コマンドを使用してください。", "notebook.moreExecuteActionsLabel": "その他..." @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "チャット UX を使用してユーザーがこのツールを手動で呼び出すことができるかどうか。", "condition": "このツールを有効にするために true にする必要がある条件。'when' 条件が false であっても、ツールが別の拡張機能によって呼び出される可能性があることに注意してください。", + "contentTypes": "The list of content types that this tool can return. It's required that tools support `text/plain`, and that is assumed even if not specified here. Another example could be the contentType exported by the `@vscode/prompt-tsx` library.", "icon": "このツールを表すアイコン。ファイル パス、暗いテーマと明るいテーマのファイル パスを持つオブジェクト、または '\\$(zap)' などのテーマ アイコン参照のいずれかです", "icon.dark": "暗いテーマを使用した場合のアイコンのパス", "icon.light": "明るいテーマを使用した場合のアイコンのパス", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "{0} がインストールされているため、この拡張機能が推奨されています。" }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "Browse Extension Contents", "Changelog title": "変更ログ", "Marketplace": "マーケットプレース", "Marketplace Info": "詳細情報", "Readme title": "Readme", + "View license": "View License", + "browse contents": "Browse Contents", + "browseExtensionContents": "Are you sure you want to browse the contents of the extension '{0}'?\r\nMake sure the extension license allows this.", "builtin": "ビルトイン", "categories": "カテゴリ", "changelog": "変更ログ", "changelogtooltip": "拡張機能の更新履歴、拡張機能の 'CHANGELOG.md' ファイルから表示", + "contents": "Contents", "dependencies": "依存関係", "dependenciestooltip": "この拡張機能が依存する拡張機能の一覧", "details": "詳細", @@ -7145,7 +7162,6 @@ "rating": "評価", "repository": "リポジトリ", "resources": "リソース", - "sources": "Sources", "workspace extension": "ワークスペース拡張機能" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "新しいフォルダー...", "explorerSection": "エクスプローラー セクション: {0}", "refreshExplorer": "エクスプローラーを最新表示する", - "refreshExplorerMetadata": "エクスプローラーの更新を強制します。" + "refreshExplorerMetadata": "エクスプローラーの更新を強制します。", + "type to search files": "Type to search files" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "'{0}' を '{1}' に移動しますか?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "次の変更箇所に移動", "moveToPreviousHunk": "前の変更箇所に移動", "rerun": "再実行", - "run": "エディターで開始する", + "run": "Editor Chat", "showChanges": "変更の切り替え", "startInlineChat": "エディター ツール バーからインライン チャットを生成するアイコン。", "unstash": "最後に閉じられたインライン チャットの再開", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Execute REPL input" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "The up and down arrows will also move focus between previously executed items.", + "replEditor.execute": "The Execute command{0} will evaluate the expression in the input box.", + "replEditor.focusHistory": "The Focus History command{0} will move focus to the list of previously executed items.", + "replEditor.focusInOutput": "The Focus Output command{0} will set focus on the output when focused on a previously executed item.", + "replEditor.focusReplInput": "The Focus Input Editor command{0} will move focus to the REPL input box.", + "replEditor.overview": "You are in a REPL Editor which contains in input box to evaluate expressions and a list of previously executed expressions and their output." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Icon of the REPL editor label." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "検索履歴のクリア" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "AI を使用します", "searchFindInputNotebookFilter.label": "ノートブック検索フィルター" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "検索", "searchFileMatch": "{0} 個のファイルが見つかりました", "searchFileMatches": "{0} 個のファイルが見つかりました", - "searchFolderMatch.aiText.label": "AI Results", + "searchFolderMatch.aiText.label": "{0} Results", "searchFolderMatch.other.label": "その他のファイル", "searchFolderMatch.plainText.label": "Text Results", "searchMatch": "一致する項目が {0} 件見つかりました", diff --git a/i18n/vscode-language-pack-ko/translations/main.i18n.json b/i18n/vscode-language-pack-ko/translations/main.i18n.json index fcae4785f5..dd1caf278c 100644 --- a/i18n/vscode-language-pack-ko/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ko/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "닫기", "filter": "필터", + "foundResults": "{0} results", "fuzzySearch": "유사 항목 일치", "not found": "찾은 요소가 없습니다.", "replFindNoResults": "결과 없음", - "replFindResults": "결과 {0}개", "type to filter": "필터링할 형식", "type to search": "입력하여 검색" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "세션부터 터널을 서비스로 설치하지 못했습니다..." }, "vs/platform/request/common/request": { + "electronFetch": "Controls whether use of Electron's fetch implementation instead of Node.js' should be enabled. All local extensions will get Electron's fetch implementation for the global fetch API.", "httpConfigurationTitle": "HTTP", "noProxy": "HTTP/HTTPS 요청에 대해 프록시 설정을 무시해야 하는 도메인 이름을 지정합니다.", "proxy": "사용할 프록시 설정입니다. 설정하지 않으면 'http_proxy' 및 'https_proxy' 환경 변수에서 상속됩니다.", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "접근성", "announcement.enabled.auto": "알림을 사용하도록 설정하면 화면 읽기 프로그램 최적화 모드에서만 재생됩니다.", "announcement.enabled.off": "알림을 사용하지 않도록 설정합니다.", - "autoSynthesize": "Whether a textual response should automatically be read out aloud. For non screen reader users, this will happen when speech was used as input. For screen reader users, this will happen with any input type. For example, in a chat session, a response is automatically synthesized when voice is used as chat request.", + "autoSynthesize": "음성을 입력으로 사용할 때 텍스트 응답을 자동으로 소리 내어 읽을지를 지정합니다. 예를 들어 채팅 세션에서 음성이 채팅 요청으로 사용되면 응답이 자동으로 합성됩니다.", "dimUnfocusedEnabled": "포커스가 없는 편집기와 터미널을 흐리게 처리하여 입력한 입력이 어디로 이동하는지 더 명확하게 표시할지 여부입니다. 이 기능은 노트북이나 확장 웹뷰 편집기처럼 iframe을 사용하는 편집기를 제외한 대부분의 편집기에서 작동합니다.", "dimUnfocusedOpacity": "포커스가 없는 편집기와 터미널에 사용할 불투명도 비율(0.2~1.0)입니다. 이는 {0}이(가) 활성화된 경우에만 적용됩니다.", "sound.enabled.auto": "화면 읽기 프로그램이 연결되면 소리를 사용합니다.", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Apply All Edits", - "chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.", "interactive.applyInEditor.label": "편집기에서 적용", "interactive.compare.apply": "편집 내용 적용", "interactive.compare.discard": "편집 내용 취소", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kernel Variable...", "chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable", "chatContext.symbol": "기호...", + "imageFromClipboard": "Image from Clipboard", + "pastedImage": "Pasted Image", "workbench.action.chat.attachContext.label": "컨텍스트 연결", "workbench.action.chat.attachFile.label": "Add File to Chat", "workbench.action.chat.attachSelection.label": "채팅에 선택 영역 추가" @@ -5513,6 +5515,7 @@ "chat.attachment3": "연결된 컨텍스트: {0}.", "chat.fileAttachment3": "연결됨: {0}.", "chat.fileAttachmentWithRange3": "연결됨: {0}, {1} 줄부터 {2} 줄까지.", + "chat.imageAttachment": "Attached image, {0}", "chat.omittedFileAttachment": "생략됨: {0}.", "chat.omittedFileAttachmentWithRange": "생략됨: {0}, {1} 줄부터 {2} 줄까지.", "chat.partialFileAttachment": "부분적으로 연결됨: {0}.", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Attach", - "file": "File" + "file": "File", + "image": "Image" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Accept All", "accept.file": "Accept", + "discard.allFiles": "Discard All", "discard.file": "Discard", "multiDiffEditorInput.name": "Suggested Edits" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Open Chat Panel", "workbench.panel.chat.view.showGettingStarted": "When enabled, shows a getting started experiments in the chat panel." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pasted Image" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Attach File as Context", "actions.goToDecl.label": "Go to Definition", @@ -5577,7 +5585,10 @@ "chat.attachment": "연결된 컨텍스트, {0}", "chat.fileAttachment": "첨부된 파일, {0}", "chat.fileAttachmentWithRange": "연결된 파일, {0}, 줄 {1}부터 줄 {2}까지", + "chat.imageAttachment": "Attached image, {0}", "chat.submitToSecondaryAgent": "@{0}(으)로 보내기", + "chatEditingSessionOverview": "{0} files changed", + "chatEditingSessionOverview.oneFileChanged": "1 file changed", "chatInput": "채팅 입력", "chatInput.accessibilityHelpNoKb": "채팅 입력, 여기에 코드를 입력하고 Enter 키를 눌러 실행하세요. 자세한 내용을 보려면 채팅 접근성 도움말 명령을 사용하세요.", "notebook.moreExecuteActionsLabel": "자세히..." @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "채팅 UX를 통해 사용자가 이 도구를 수동으로 호출할 수 있는지 여부입니다.", "condition": "이 도구를 사용하도록 설정하려면 true여야 하는 조건입니다. 'when' 조건이 false인 경우에도 다른 확장에서 도구를 계속 호출할 수 있습니다.", + "contentTypes": "The list of content types that this tool can return. It's required that tools support `text/plain`, and that is assumed even if not specified here. Another example could be the contentType exported by the `@vscode/prompt-tsx` library.", "icon": "이 도구를 나타내는 아이콘입니다. 파일 경로, 어두운 테마와 밝은 테마를 위한 파일 경로가 있는 개체 또는 '\\$(zap)' 같은 테마 아이콘 참조입니다.", "icon.dark": "어두운 테마를 사용하는 경우의 아이콘 경로", "icon.light": "밝은 테마를 사용하는 경우의 아이콘 경로", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "{0}을(를) 설치했기 때문에 이 확장이 권장됩니다." }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "Browse Extension Contents", "Changelog title": "변경 로그", "Marketplace": "마켓플레이스", "Marketplace Info": "더 많은 정보", "Readme title": "읽어보기", + "View license": "View License", + "browse contents": "Browse Contents", + "browseExtensionContents": "Are you sure you want to browse the contents of the extension '{0}'?\r\nMake sure the extension license allows this.", "builtin": "기본 제공", "categories": "범주", "changelog": "변경 로그", "changelogtooltip": "확장의 'CHANGELOG.md' 파일에서 렌더링된 확장 업데이트 기록", + "contents": "Contents", "dependencies": "종속성", "dependenciestooltip": "이 확장이 종속된 확장 나열", "details": "세부 정보", @@ -7145,7 +7162,6 @@ "rating": "등급", "repository": "저장소", "resources": "리소스", - "sources": "Sources", "workspace extension": "작업 영역 확장" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "새 폴더...", "explorerSection": "탐색기 섹션: {0}", "refreshExplorer": "탐색기 새로 고침", - "refreshExplorerMetadata": "탐색기를 강제로 새로 고칩니다." + "refreshExplorerMetadata": "탐색기를 강제로 새로 고칩니다.", + "type to search files": "Type to search files" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "'{0}'을(를) '{1}'(으)로 옮기시겠습니까?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "다음 변경 내용으로 이동", "moveToPreviousHunk": "이전 변경 내용으로 이동", "rerun": "다시 실행", - "run": "편집기에서 시작", + "run": "Editor Chat", "showChanges": "변경 내용 토글", "startInlineChat": "편집기 도구 모음에서 인라인 채팅을 생성하는 아이콘", "unstash": "마지막으로 해제된 인라인 채팅 다시 시작", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Execute REPL input" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "The up and down arrows will also move focus between previously executed items.", + "replEditor.execute": "The Execute command{0} will evaluate the expression in the input box.", + "replEditor.focusHistory": "The Focus History command{0} will move focus to the list of previously executed items.", + "replEditor.focusInOutput": "The Focus Output command{0} will set focus on the output when focused on a previously executed item.", + "replEditor.focusReplInput": "The Focus Input Editor command{0} will move focus to the REPL input box.", + "replEditor.overview": "You are in a REPL Editor which contains in input box to evaluate expressions and a list of previously executed expressions and their output." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Icon of the REPL editor label." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "검색 기록 지우기" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "AI 사용", "searchFindInputNotebookFilter.label": "전자 필기장 찾기 필터" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "검색", "searchFileMatch": "{0}개 파일 찾음", "searchFileMatches": "{0}개 파일 찾음", - "searchFolderMatch.aiText.label": "AI Results", + "searchFolderMatch.aiText.label": "{0} Results", "searchFolderMatch.other.label": "기타 파일", "searchFolderMatch.plainText.label": "Text Results", "searchMatch": "일치하는 {0}개 항목을 찾음", diff --git a/i18n/vscode-language-pack-pl/translations/main.i18n.json b/i18n/vscode-language-pack-pl/translations/main.i18n.json index ecaa448e5e..df1ad2c556 100644 --- a/i18n/vscode-language-pack-pl/translations/main.i18n.json +++ b/i18n/vscode-language-pack-pl/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "Zamknij", "filter": "Filtr", + "foundResults": "{0} results", "fuzzySearch": "Dopasowanie rozmyte", "not found": "Nie znaleziono elementów.", "replFindNoResults": "Brak wyników", - "replFindResults": "Wyniki: {0}", "type to filter": "Wpisz, aby filtrować", "type to search": "Wpisz, aby wyszukać" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "Nie można zainstalować tunelu jako usługi, trwa uruchamianie w sesji..." }, "vs/platform/request/common/request": { + "electronFetch": "Controls whether use of Electron's fetch implementation instead of Node.js' should be enabled. All local extensions will get Electron's fetch implementation for the global fetch API.", "httpConfigurationTitle": "HTTP", "noProxy": "Określa nazwy domen, dla których ustawienia serwera proxy powinny być ignorowane dla żądań protokołu HTTP/HTTPS.", "proxy": "Ustawienie serwera proxy do użycia. Jeśli nie jest ustawione, zostanie odziedziczone ze zmiennych środowiskowych „http_proxy” i „https_proxy”.", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "Dostępność", "announcement.enabled.auto": "Włącz ogłoszenie, będzie odtwarzany tylko w trybie zoptymalizowanym pod kątem czytnika zawartości ekranu.", "announcement.enabled.off": "Wyłącz ogłoszenie.", - "autoSynthesize": "Whether a textual response should automatically be read out aloud. For non screen reader users, this will happen when speech was used as input. For screen reader users, this will happen with any input type. For example, in a chat session, a response is automatically synthesized when voice is used as chat request.", + "autoSynthesize": "Czy odpowiedź tekstowa powinna być automatycznie odczytywana na głos, gdy mowa została użyta jako dane wejściowe. Na przykład w sesji czatu odpowiedź jest automatycznie syntetyzowana, gdy głos został użyty jako żądanie czatu.", "dimUnfocusedEnabled": "Określa, czy przyciemnić edytory i terminale bez fokusu, co sprawia, że bardziej zrozumiałe jest, gdzie będą trafiać wpisane dane wejściowe. Ta funkcja działa z większością edytorów z istotnymi wyjątkami tych, które korzystają z ramek iframe, takich jak notesy i edytory widoków sieci Web rozszerzeń.", "dimUnfocusedOpacity": "Ułamek nieprzezroczystości (od 0,2 do 1,0), który ma być używany w edytorach i terminalach bez fokusu. Ta funkcja zostanie zastosowana tylko wtedy, gdy opcja {0} jest włączona.", "sound.enabled.auto": "Włącz dźwięk po podłączeniu czytnika zawartości ekranu.", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Apply All Edits", - "chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.", "interactive.applyInEditor.label": "Zastosuj w Edytorze", "interactive.compare.apply": "Zastosuj edycje", "interactive.compare.discard": "Odrzuć zmiany", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kernel Variable...", "chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable", "chatContext.symbol": "Symbol...", + "imageFromClipboard": "Image from Clipboard", + "pastedImage": "Pasted Image", "workbench.action.chat.attachContext.label": "Dołącz kontekst", "workbench.action.chat.attachFile.label": "Add File to Chat", "workbench.action.chat.attachSelection.label": "Dodaj zaznaczenie do czatu" @@ -5513,6 +5515,7 @@ "chat.attachment3": "Dołączony kontekst, {0}.", "chat.fileAttachment3": "Dołączono: {0}.", "chat.fileAttachmentWithRange3": "Dołączono: {0}. Wiersz {1} do wiersza {2}.", + "chat.imageAttachment": "Attached image, {0}", "chat.omittedFileAttachment": "Pominięto: {0}.", "chat.omittedFileAttachmentWithRange": "Pominięto: {0}. Wiersz {1} do wiersza {2}.", "chat.partialFileAttachment": "Częściowo dołączone: {0}.", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Attach", - "file": "File" + "file": "File", + "image": "Image" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Accept All", "accept.file": "Accept", + "discard.allFiles": "Discard All", "discard.file": "Discard", "multiDiffEditorInput.name": "Suggested Edits" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Open Chat Panel", "workbench.panel.chat.view.showGettingStarted": "When enabled, shows a getting started experiments in the chat panel." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pasted Image" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Attach File as Context", "actions.goToDecl.label": "Go to Definition", @@ -5577,7 +5585,10 @@ "chat.attachment": "Dołączony kontekst, {0}", "chat.fileAttachment": "Dołączony plik, {0}", "chat.fileAttachmentWithRange": "Dołączony plik, {0}, wiersz {1} do wiersza {2}", + "chat.imageAttachment": "Attached image, {0}", "chat.submitToSecondaryAgent": "Wyślij do @{0}", + "chatEditingSessionOverview": "{0} files changed", + "chatEditingSessionOverview.oneFileChanged": "1 file changed", "chatInput": "Dane wejściowe czatu", "chatInput.accessibilityHelpNoKb": "Dane wejściowe czatu, wpisz tutaj kod i naciśnij klawisz Enter, aby uruchomić. Aby uzyskać więcej informacji, użyj polecenia Pomoc ułatwień dostępu czatu.", "notebook.moreExecuteActionsLabel": "Więcej..." @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "Określa, czy to narzędzie może być wywoływane ręcznie przez użytkownika za pomocą środowiska użytkownika czatu.", "condition": "Warunek, który musi mieć wartość true, aby włączyć to narzędzie. Pamiętaj, że narzędzie może być nadal wywoływane przez inne rozszerzenie, nawet jeśli jego warunek „when” ma wartość false.", + "contentTypes": "The list of content types that this tool can return. It's required that tools support `text/plain`, and that is assumed even if not specified here. Another example could be the contentType exported by the `@vscode/prompt-tsx` library.", "icon": "Ikona reprezentująca to narzędzie. Ścieżka pliku, obiekt ze ścieżkami plików dla motywów ciemnych i jasnych lub odwołanie do ikony motywu, takie jak „\\$(zap)”", "icon.dark": "Ścieżka ikony, gdy jest używany motyw ciemny", "icon.light": "Ścieżka ikony, gdy jest używany motyw jasny", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "To rozszerzenie jest zalecane, ponieważ zainstalowano {0}." }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "Browse Extension Contents", "Changelog title": "Dziennik zmian", "Marketplace": "Marketplace", "Marketplace Info": "Więcej informacji", "Readme title": "Plik readme", + "View license": "View License", + "browse contents": "Browse Contents", + "browseExtensionContents": "Are you sure you want to browse the contents of the extension '{0}'?\r\nMake sure the extension license allows this.", "builtin": "Wbudowane", "categories": "Kategorie", "changelog": "Dziennik zmian", "changelogtooltip": "Historia aktualizacji rozszerzenia, renderowana z pliku „CHANGELOG.md” rozszerzenia", + "contents": "Contents", "dependencies": "Zależności", "dependenciestooltip": "Wyświetla rozszerzenia, od których jest zależne to rozszerzenie", "details": "Szczegóły", @@ -7145,7 +7162,6 @@ "rating": "Ocena", "repository": "Repozytorium", "resources": "Zasoby", - "sources": "Sources", "workspace extension": "Rozszerzenie obszaru roboczego" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "Nowy folder...", "explorerSection": "Sekcja eksploratora: {0}", "refreshExplorer": "Odśwież eksplorator", - "refreshExplorerMetadata": "Wymusza odświeżenie Eksploratora." + "refreshExplorerMetadata": "Wymusza odświeżenie Eksploratora.", + "type to search files": "Type to search files" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "Czy na pewno chcesz przenieść element „{0}” do „{1}”?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "Przejdź do następnej zmiany", "moveToPreviousHunk": "Przejdź do poprzedniej zmiany", "rerun": "Uruchom ponownie", - "run": "Rozpocznij w Edytorze", + "run": "Editor Chat", "showChanges": "Przełącz zmiany", "startInlineChat": "Ikona, która duplikuje czat wbudowany z paska narzędzi edytora.", "unstash": "Wznowienie ostatniego odrzuconego czatu w tekście", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Execute REPL input" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "The up and down arrows will also move focus between previously executed items.", + "replEditor.execute": "The Execute command{0} will evaluate the expression in the input box.", + "replEditor.focusHistory": "The Focus History command{0} will move focus to the list of previously executed items.", + "replEditor.focusInOutput": "The Focus Output command{0} will set focus on the output when focused on a previously executed item.", + "replEditor.focusReplInput": "The Focus Input Editor command{0} will move focus to the REPL input box.", + "replEditor.overview": "You are in a REPL Editor which contains in input box to evaluate expressions and a list of previously executed expressions and their output." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Icon of the REPL editor label." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "Wyczyść historię wyszukiwania" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "Skorzystaj ze sztucznej inteligencji", "searchFindInputNotebookFilter.label": "Filtry znajdowania notesu" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "Wyszukaj", "searchFileMatch": "Znaleziono {0} plik", "searchFileMatches": "Znaleziono pliki w liczbie {0}", - "searchFolderMatch.aiText.label": "AI Results", + "searchFolderMatch.aiText.label": "{0} Results", "searchFolderMatch.other.label": "Inne pliki", "searchFolderMatch.plainText.label": "Text Results", "searchMatch": "Znaleziono {0} dopasowanie", 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 d525f70c67..a7d789f73e 100644 --- a/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json +++ b/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "Fechar", "filter": "Filtrar", + "foundResults": "{0} results", "fuzzySearch": "Correspondência Difusa", "not found": "Nenhum elemento encontrado.", "replFindNoResults": "Sem resultados", - "replFindResults": "{0} resultados", "type to filter": "Digite para filtrar", "type to search": "Digite para pesquisar" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "Falha ao instalar o túnel como serviço, iniciando na sessão..." }, "vs/platform/request/common/request": { + "electronFetch": "Controls whether use of Electron's fetch implementation instead of Node.js' should be enabled. All local extensions will get Electron's fetch implementation for the global fetch API.", "httpConfigurationTitle": "HTTP", "noProxy": "Especifica nomes de domínio para os quais as configurações de proxy devem ser ignoradas para solicitações HTTP/HTTPS.", "proxy": "A configuração de proxy a ser usada. Se não estiver definida, será herdada das variáveis de ambiente `http_proxy` e `https_proxy`.", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "Acessibilidade", "announcement.enabled.auto": "Habilitar anúncio, será reproduzido somente quando estiver no modo otimizado do leitor de tela.", "announcement.enabled.off": "Desabilitar anúncio.", - "autoSynthesize": "Whether a textual response should automatically be read out aloud. For non screen reader users, this will happen when speech was used as input. For screen reader users, this will happen with any input type. For example, in a chat session, a response is automatically synthesized when voice is used as chat request.", + "autoSynthesize": "Se uma resposta textual deve ser lida automaticamente em voz alta quando a fala foi usada como entrada. Por exemplo, em uma sessão de chat, uma resposta é sintetizada automaticamente quando a voz é usada como solicitação de chat.", "dimUnfocusedEnabled": "Se deseja esmaecer editores e terminais sem foco, o que torna mais claro para onde a entrada digitada irá. Isso funciona com a maioria dos editores com as exceções notáveis daqueles que utilizam iframes como notebooks e editores de modo de exibição da Web de extensão.", "dimUnfocusedOpacity": "A fração de opacidade (0,2 a 1,0) a ser usada para editores e terminais sem foco. Isso só terá efeito quando {0} estiver habilitado.", "sound.enabled.auto": "Habilitar o som quando um leitor de tela estiver conectado.", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Apply All Edits", - "chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.", "interactive.applyInEditor.label": "Aplicar no Editor", "interactive.compare.apply": "Aplicar Edições", "interactive.compare.discard": "Descartar Edições", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kernel Variable...", "chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable", "chatContext.symbol": "Símbolo...", + "imageFromClipboard": "Image from Clipboard", + "pastedImage": "Pasted Image", "workbench.action.chat.attachContext.label": "Anexar Contexto", "workbench.action.chat.attachFile.label": "Add File to Chat", "workbench.action.chat.attachSelection.label": "Adicionar Seleção ao Chat" @@ -5513,6 +5515,7 @@ "chat.attachment3": "Contexto anexado: {0}.", "chat.fileAttachment3": "Anexado: {0}.", "chat.fileAttachmentWithRange3": "Anexado: {0}, linha {1} a linha {2}.", + "chat.imageAttachment": "Attached image, {0}", "chat.omittedFileAttachment": "Omitido: {0}.", "chat.omittedFileAttachmentWithRange": "Omitido: {0}, linha {1} para linha {2}.", "chat.partialFileAttachment": "Parcialmente anexado: {0}.", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Attach", - "file": "File" + "file": "File", + "image": "Image" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Accept All", "accept.file": "Accept", + "discard.allFiles": "Discard All", "discard.file": "Discard", "multiDiffEditorInput.name": "Suggested Edits" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Open Chat Panel", "workbench.panel.chat.view.showGettingStarted": "When enabled, shows a getting started experiments in the chat panel." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pasted Image" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Attach File as Context", "actions.goToDecl.label": "Go to Definition", @@ -5577,7 +5585,10 @@ "chat.attachment": "Contexto anexado, {0}", "chat.fileAttachment": "Arquivo anexado, {0}", "chat.fileAttachmentWithRange": "Arquivo anexado, {0}, linha {1} até a linha {2}", + "chat.imageAttachment": "Attached image, {0}", "chat.submitToSecondaryAgent": "Enviar para @{0}", + "chatEditingSessionOverview": "{0} files changed", + "chatEditingSessionOverview.oneFileChanged": "1 file changed", "chatInput": "Entrada de Chat", "chatInput.accessibilityHelpNoKb": "Entrada de bate-papo, digite o código aqui e pressione Enter para executar. Use o comando Chat Accessibility Help para obter mais informações.", "notebook.moreExecuteActionsLabel": "Mais..." @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "Se essa ferramenta pode ser invocada manualmente pelo usuário por meio da experiência do usuário de chat.", "condition": "Condição que deve ser verdadeira para que essa ferramenta seja habilitada. Observe que uma ferramenta ainda pode ser invocada por outra extensão mesmo quando sua condição `when` for falsa.", + "contentTypes": "The list of content types that this tool can return. It's required that tools support `text/plain`, and that is assumed even if not specified here. Another example could be the contentType exported by the `@vscode/prompt-tsx` library.", "icon": "Um ícone que representa essa ferramenta. Um caminho de arquivo, um objeto com caminhos de arquivo para temas escuros e claros ou uma referência de ícone de tema, como `\\$(zap)`", "icon.dark": "Caminho de ícone quando um tema escuro é usado", "icon.light": "Caminho do ícone quando um tema leve é usado", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "Esta extensão é recomendável porque você tem o {0} instalado." }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "Browse Extension Contents", "Changelog title": "Log de mudanças", "Marketplace": "Mercado", "Marketplace Info": "Mais Informações", "Readme title": "Leia-me", + "View license": "View License", + "browse contents": "Browse Contents", + "browseExtensionContents": "Are you sure you want to browse the contents of the extension '{0}'?\r\nMake sure the extension license allows this.", "builtin": "Interno", "categories": "Categorias", "changelog": "Log de mudanças", "changelogtooltip": "Histórico de atualização de extensão, renderizado do arquivo 'CHANGELOG.md' da extensão", + "contents": "Contents", "dependencies": "Dependências", "dependenciestooltip": "Lista as extensões das quais essa extensão depende", "details": "Detalhes", @@ -7145,7 +7162,6 @@ "rating": "Classificação", "repository": "Repositório", "resources": "Recursos", - "sources": "Sources", "workspace extension": "Extensão do workspace" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "Nova Pasta...", "explorerSection": "Seção do Explorador: {0}", "refreshExplorer": "Atualizar Explorador", - "refreshExplorerMetadata": "Força uma atualização do Explorer." + "refreshExplorerMetadata": "Força uma atualização do Explorer.", + "type to search files": "Type to search files" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "Tem certeza de que deseja mover '{0}' para '{1}'?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "Mover para a Próxima Alteração", "moveToPreviousHunk": "Mover para a Alteração Anterior", "rerun": "Reexecutar", - "run": "Iniciar no Editor", + "run": "Editor Chat", "showChanges": "Alternar Alterações", "startInlineChat": "Ícone que gera o bate-papo embutido da barra de ferramentas do editor.", "unstash": "Retomar o Último Chat Embutido Ignorado", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Execute REPL input" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "The up and down arrows will also move focus between previously executed items.", + "replEditor.execute": "The Execute command{0} will evaluate the expression in the input box.", + "replEditor.focusHistory": "The Focus History command{0} will move focus to the list of previously executed items.", + "replEditor.focusInOutput": "The Focus Output command{0} will set focus on the output when focused on a previously executed item.", + "replEditor.focusReplInput": "The Focus Input Editor command{0} will move focus to the REPL input box.", + "replEditor.overview": "You are in a REPL Editor which contains in input box to evaluate expressions and a list of previously executed expressions and their output." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Icon of the REPL editor label." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "Limpar Histórico de Pesquisa" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "Usar IA", "searchFindInputNotebookFilter.label": "Filtros de Localização de Bloco de Anotações" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "Pesquisar", "searchFileMatch": "{0} arquivo encontrado", "searchFileMatches": "{0} arquivos encontrados", - "searchFolderMatch.aiText.label": "AI Results", + "searchFolderMatch.aiText.label": "{0} Results", "searchFolderMatch.other.label": "Outros arquivos", "searchFolderMatch.plainText.label": "Text Results", "searchMatch": "{0} correspondência encontrada", 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 b64547f6bd..0fdb13955e 100644 --- a/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json +++ b/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "Çløsë", "filter": "Fïltër", + "foundResults": "{0} rësµlts", "fuzzySearch": "Fµzzÿ Mætçh", "not found": "Ñø ëlëmëñts føµñð.", "replFindNoResults": "Ñø rësµlts", - "replFindResults": "{0} rësµlts", "type to filter": "Tÿpë tø fïltër", "type to search": "Tÿpë tø sëærçh" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "Fæïlëð tø ïñstæll tµññël æs æ sërvïçë, stærtïñg ïñ sëssïøñ..." }, "vs/platform/request/common/request": { + "electronFetch": "Çøñtrøls whëthër µsë øf Ëlëçtrøñ's fëtçh ïmplëmëñtætïøñ ïñstëæð øf Ñøðë.js' shøµlð þë ëñæþlëð. Æll løçæl ëxtëñsïøñs wïll gët Ëlëçtrøñ's fëtçh ïmplëmëñtætïøñ før thë gløþæl fëtçh ÆPÏ.", "httpConfigurationTitle": "HTTP", "noProxy": "§pëçïfïës ðømæïñ ñæmës før whïçh prøxÿ sëttïñgs shøµlð þë ïgñørëð før HTTP/HTTP§ rëqµësts.", "proxy": "Thë prøxÿ sëttïñg tø µsë. Ïf ñøt sët, wïll þë ïñhërïtëð frøm thë `http_prøxÿ` æñð `https_prøxÿ` ëñvïrøñmëñt værïæþlës.", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "Æççëssïþïlïtÿ", "announcement.enabled.auto": "Ëñæþlë æññøµñçëmëñt, wïll øñlÿ plæÿ whëñ ïñ sçrëëñ rëæðër øptïmïzëð møðë.", "announcement.enabled.off": "Ðïsæþlë æññøµñçëmëñt.", - "autoSynthesize": "Whëthër æ tëxtµæl rëspøñsë shøµlð æµtømætïçællÿ þë rëæð øµt æløµð. Før ñøñ sçrëëñ rëæðër µsërs, thïs wïll hæppëñ whëñ spëëçh wæs µsëð æs ïñpµt. Før sçrëëñ rëæðër µsërs, thïs wïll hæppëñ wïth æñÿ ïñpµt tÿpë. Før ëxæmplë, ïñ æ çhæt sëssïøñ, æ rëspøñsë ïs æµtømætïçællÿ sÿñthësïzëð whëñ vøïçë ïs µsëð æs çhæt rëqµëst.", + "autoSynthesize": "Whëthër æ tëxtµæl rëspøñsë shøµlð æµtømætïçællÿ þë rëæð øµt æløµð whëñ spëëçh wæs µsëð æs ïñpµt. Før ëxæmplë ïñ æ çhæt sëssïøñ, æ rëspøñsë ïs æµtømætïçællÿ sÿñthësïzëð whëñ vøïçë wæs µsëð æs çhæt rëqµëst.", "dimUnfocusedEnabled": "Whëthër tø ðïm µñføçµsëð ëðïtørs æñð tërmïñæls, whïçh mækës ït mørë çlëær whërë tÿpëð ïñpµt wïll gø tø. Thïs wørks wïth thë mæjørïtÿ øf ëðïtørs wïth thë ñøtæþlë ëxçëptïøñs øf thøsë thæt µtïlïzë ïfræmës lïkë ñøtëþøøks æñð ëxtëñsïøñ wëþvïëw ëðïtørs.", "dimUnfocusedOpacity": "Thë øpæçïtÿ fræçtïøñ (0.2 tø 1.0) tø µsë før µñføçµsëð ëðïtørs æñð tërmïñæls. Thïs wïll øñlÿ tækë ëffëçt whëñ {0} ïs ëñæþlëð.", "sound.enabled.auto": "Ëñæþlë søµñð whëñ æ sçrëëñ rëæðër ïs ættæçhëð.", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Æpplÿ Æll Ëðïts", - "chatCodeBlock.applyAll.editingSessionActive": "Æñ ëðïtïñg sëssïøñ ïs ælrëæðÿ æçtïvë, plëæsë æççëpt ør rëjëçt thë çµrrëñt prøpøsëð ëðïts þëførë çøñtïñµïñg.", "interactive.applyInEditor.label": "Æpplÿ ïñ Ëðïtør", "interactive.compare.apply": "Æpplÿ Ëðïts", "interactive.compare.discard": "Ðïsçærð Ëðïts", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kërñël Værïæþlë...", "chatContext.notebook.selectkernelVariable": "§ëlëçt æñð Ïñsërt Kërñël Værïæþlë", "chatContext.symbol": "§ÿmþøl...", + "imageFromClipboard": "Ïmægë frøm Çlïpþøærð", + "pastedImage": "Pæstëð Ïmægë", "workbench.action.chat.attachContext.label": "Ættæçh Çøñtëxt", "workbench.action.chat.attachFile.label": "Æðð Fïlë tø Çhæt", "workbench.action.chat.attachSelection.label": "Æðð §ëlëçtïøñ tø Çhæt" @@ -5513,6 +5515,7 @@ "chat.attachment3": "Ættæçhëð çøñtëxt: {0}.", "chat.fileAttachment3": "Ættæçhëð: {0}.", "chat.fileAttachmentWithRange3": "Ættæçhëð: {0}, lïñë {1} tø lïñë {2}.", + "chat.imageAttachment": "Ættæçhëð ïmægë, {0}", "chat.omittedFileAttachment": "Ømïttëð: {0}.", "chat.omittedFileAttachmentWithRange": "Ømïttëð: {0}, lïñë {1} tø lïñë {2}.", "chat.partialFileAttachment": "Pærtïællÿ ættæçhëð: {0}.", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Ættæçh", - "file": "Fïlë" + "file": "Fïlë", + "image": "Ïmægë" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Æççëpt Æll", "accept.file": "Æççëpt", + "discard.allFiles": "Ðïsçærð Æll", "discard.file": "Ðïsçærð", "multiDiffEditorInput.name": "§µggëstëð Ëðïts" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Øpëñ Çhæt Pæñël", "workbench.panel.chat.view.showGettingStarted": "Whëñ ëñæþlëð, shøws æ gëttïñg stærtëð ëxpërïmëñts ïñ thë çhæt pæñël." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pæstëð Ïmægë" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Ættæçh Fïlë æs Çøñtëxt", "actions.goToDecl.label": "Gø tø Ðëfïñïtïøñ", @@ -5577,7 +5585,10 @@ "chat.attachment": "Ættæçhëð çøñtëxt, {0}", "chat.fileAttachment": "Ættæçhëð fïlë, {0}", "chat.fileAttachmentWithRange": "Ættæçhëð fïlë, {0}, lïñë {1} tø lïñë {2}", + "chat.imageAttachment": "Ættæçhëð ïmægë, {0}", "chat.submitToSecondaryAgent": "§ëñð tø @{0}", + "chatEditingSessionOverview": "{0} fïlës çhæñgëð", + "chatEditingSessionOverview.oneFileChanged": "1 fïlë çhæñgëð", "chatInput": "Çhæt Ïñpµt", "chatInput.accessibilityHelpNoKb": "Çhæt Ïñpµt, Tÿpë çøðë hërë æñð prëss Ëñtër tø rµñ. Üsë thë Çhæt Æççëssïþïlïtÿ Hëlp çømmæñð før mørë ïñførmætïøñ.", "notebook.moreExecuteActionsLabel": "Mørë..." @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "Whëthër thïs tøøl çæñ þë ïñvøkëð mæñµællÿ þÿ thë µsër thrøµgh thë çhæt ÜX.", "condition": "Çøñðïtïøñ whïçh mµst þë trµë før thïs tøøl tø þë ëñæþlëð. Ñøtë thæt æ tøøl mæÿ stïll þë ïñvøkëð þÿ æñøthër ëxtëñsïøñ ëvëñ whëñ ïts `whëñ` çøñðïtïøñ ïs fælsë.", + "contentTypes": "Thë lïst øf çøñtëñt tÿpës thæt thïs tøøl çæñ rëtµrñ. Ït's rëqµïrëð thæt tøøls sµppørt `tëxt/plæïñ`, æñð thæt ïs æssµmëð ëvëñ ïf ñøt spëçïfïëð hërë. Æñøthër ëxæmplë çøµlð þë thë çøñtëñtTÿpë ëxpørtëð þÿ thë `@vsçøðë/prømpt-tsx` lïþrærÿ.", "icon": "Æñ ïçøñ thæt rëprësëñts thïs tøøl. Ëïthër æ fïlë pæth, æñ øþjëçt wïth fïlë pæths før ðærk æñð lïght thëmës, ør æ thëmë ïçøñ rëfërëñçë, lïkë `\\$(zæp)`", "icon.dark": "Ïçøñ pæth whëñ æ ðærk thëmë ïs µsëð", "icon.light": "Ïçøñ pæth whëñ æ lïght thëmë ïs µsëð", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "Thïs ëxtëñsïøñ ïs rëçømmëñðëð þëçæµsë ÿøµ hævë {0} ïñstællëð." }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "ßrøwsë Ëxtëñsïøñ Çøñtëñts", "Changelog title": "Çhæñgëløg", "Marketplace": "Mærkëtplæçë", "Marketplace Info": "Mørë Ïñfø", "Readme title": "Rëæðmë", + "View license": "Vïëw £ïçëñsë", + "browse contents": "ßrøwsë Çøñtëñts", + "browseExtensionContents": "Ærë ÿøµ sµrë ÿøµ wæñt tø þrøwsë thë çøñtëñts øf thë ëxtëñsïøñ '{0}'?\r\nMækë sµrë thë ëxtëñsïøñ lïçëñsë ælløws thïs.", "builtin": "ßµïlt-ïñ", "categories": "Çætëgørïës", "changelog": "Çhæñgëløg", "changelogtooltip": "Ëxtëñsïøñ µpðætë hïstørÿ, rëñðërëð frøm thë ëxtëñsïøñ's 'ÇHÆÑGË£ØG.mð' fïlë", + "contents": "Çøñtëñts", "dependencies": "Ðëpëñðëñçïës", "dependenciestooltip": "£ïsts ëxtëñsïøñs thïs ëxtëñsïøñ ðëpëñðs øñ", "details": "Ðëtæïls", @@ -7145,7 +7162,6 @@ "rating": "Rætïñg", "repository": "Rëpøsïtørÿ", "resources": "Rësøµrçës", - "sources": "§øµrçës", "workspace extension": "Wørkspæçë Ëxtëñsïøñ" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "Ñëw Følðër...", "explorerSection": "Ëxplørër §ëçtïøñ: {0}", "refreshExplorer": "Rëfrësh Ëxplørër", - "refreshExplorerMetadata": "Førçës æ rëfrësh øf thë Ëxplørër." + "refreshExplorerMetadata": "Førçës æ rëfrësh øf thë Ëxplørër.", + "type to search files": "Tÿpë tø sëærçh fïlës" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "Ærë ÿøµ sµrë ÿøµ wæñt tø møvë '{0}' ïñtø '{1}'?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "Møvë tø Ñëxt Çhæñgë", "moveToPreviousHunk": "Møvë tø Prëvïøµs Çhæñgë", "rerun": "Rërµñ", - "run": "§tært ïñ Ëðïtør", + "run": "Ëðïtør Çhæt", "showChanges": "Tøgglë Çhæñgës", "startInlineChat": "Ïçøñ whïçh spæwñs thë ïñlïñë çhæt frøm thë ëðïtør tøølþær.", "unstash": "Rësµmë £æst Ðïsmïssëð Ïñlïñë Çhæt", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Ëxëçµtë RËP£ ïñpµt" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "Thë µp æñð ðøwñ ærrøws wïll ælsø møvë føçµs þëtwëëñ prëvïøµslÿ ëxëçµtëð ïtëms.", + "replEditor.execute": "Thë Ëxëçµtë çømmæñð{0} wïll ëvælµætë thë ëxprëssïøñ ïñ thë ïñpµt þøx.", + "replEditor.focusHistory": "Thë Føçµs Hïstørÿ çømmæñð{0} wïll møvë føçµs tø thë lïst øf prëvïøµslÿ ëxëçµtëð ïtëms.", + "replEditor.focusInOutput": "Thë Føçµs صtpµt çømmæñð{0} wïll sët føçµs øñ thë øµtpµt whëñ føçµsëð øñ æ prëvïøµslÿ ëxëçµtëð ïtëm.", + "replEditor.focusReplInput": "Thë Føçµs Ïñpµt Ëðïtør çømmæñð{0} wïll møvë føçµs tø thë RËP£ ïñpµt þøx.", + "replEditor.overview": "Ýøµ ærë ïñ æ RËP£ Ëðïtør whïçh çøñtæïñs ïñ ïñpµt þøx tø ëvælµætë ëxprëssïøñs æñð æ lïst øf prëvïøµslÿ ëxëçµtëð ëxprëssïøñs æñð thëïr øµtpµt." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Ïçøñ øf thë RËP£ ëðïtør læþël." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "Çlëær §ëærçh Hïstørÿ" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "Üsë ÆÏ", "searchFindInputNotebookFilter.label": "Ñøtëþøøk Fïñð Fïltërs" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "§ëærçh", "searchFileMatch": "{0} fïlë føµñð", "searchFileMatches": "{0} fïlës føµñð", - "searchFolderMatch.aiText.label": "ÆÏ Rësµlts", + "searchFolderMatch.aiText.label": "{0} Rësµlts", "searchFolderMatch.other.label": "Øthër fïlës", "searchFolderMatch.plainText.label": "Tëxt Rësµlts", "searchMatch": "{0} mætçh føµñð", diff --git a/i18n/vscode-language-pack-ru/translations/main.i18n.json b/i18n/vscode-language-pack-ru/translations/main.i18n.json index bc9c561795..bb33946a38 100644 --- a/i18n/vscode-language-pack-ru/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ru/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "Закрыть", "filter": "Фильтр", + "foundResults": "{0} results", "fuzzySearch": "Нечеткое совпадение", "not found": "Элементы не найдены.", "replFindNoResults": "Нет результатов", - "replFindResults": "Результатов: {0}", "type to filter": "Введите текст для фильтра", "type to search": "Ввод для поиска" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "Не удалось установить туннель как службу, начиная с сеанса..." }, "vs/platform/request/common/request": { + "electronFetch": "Controls whether use of Electron's fetch implementation instead of Node.js' should be enabled. All local extensions will get Electron's fetch implementation for the global fetch API.", "httpConfigurationTitle": "HTTP", "noProxy": "Указывает имена доменов, для которых настройки прокси-сервера следует игнорировать для запросов HTTP/HTTPS.", "proxy": "Параметр используемого прокси-сервера. Если не установлен, он будет унаследовать от переменных среды \"http_proxy\" и \"https_proxy\".", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "Специальные возможности", "announcement.enabled.auto": "Включить объявления, объявления будут воспроизводиться только в оптимизированном режиме средства чтения с экрана.", "announcement.enabled.off": "Отключить объявление.", - "autoSynthesize": "Whether a textual response should automatically be read out aloud. For non screen reader users, this will happen when speech was used as input. For screen reader users, this will happen with any input type. For example, in a chat session, a response is automatically synthesized when voice is used as chat request.", + "autoSynthesize": "Должен ли текстовый ответ автоматически зачитываться вслух, если в качестве входных данных использовалась речь. Например, в сеансе чата ответ автоматически синтезируется, если в качестве запроса чата использовался голос.", "dimUnfocusedEnabled": "Следует ли затемнять редакторы и терминалы вне фокуса, что облегчает понимание того, куда нужно вводить данные. Это применяется для большинства редакторов. К заметным исключениям относятся те, которые используют объекты iframe, например редакторы веб-представлений записных книжек и расширений.", "dimUnfocusedOpacity": "Доля непрозрачности (от 0,2 до 1,0), используемая для редакторов и терминалов вне фокуса. Это вступает в силу только при включении {0}.", "sound.enabled.auto": "Включить звук при подключении средства чтения с экрана.", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Apply All Edits", - "chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.", "interactive.applyInEditor.label": "Применить в редакторе", "interactive.compare.apply": "Применить изменения", "interactive.compare.discard": "Отменить изменения", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kernel Variable...", "chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable", "chatContext.symbol": "Символ...", + "imageFromClipboard": "Image from Clipboard", + "pastedImage": "Pasted Image", "workbench.action.chat.attachContext.label": "Вложить контекст", "workbench.action.chat.attachFile.label": "Add File to Chat", "workbench.action.chat.attachSelection.label": "Добавить выделенные элементы в чат" @@ -5513,6 +5515,7 @@ "chat.attachment3": "Подключенный контекст: {0}.", "chat.fileAttachment3": "Присоединено: {0}.", "chat.fileAttachmentWithRange3": "Присоединено: {0}, строка {1} к строке {2}.", + "chat.imageAttachment": "Attached image, {0}", "chat.omittedFileAttachment": "Пропущено: {0}.", "chat.omittedFileAttachmentWithRange": "Пропущено: {0}, строка {1} до строки {2}.", "chat.partialFileAttachment": "Частично присоединено: {0}.", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Attach", - "file": "File" + "file": "File", + "image": "Image" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Accept All", "accept.file": "Accept", + "discard.allFiles": "Discard All", "discard.file": "Discard", "multiDiffEditorInput.name": "Suggested Edits" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Open Chat Panel", "workbench.panel.chat.view.showGettingStarted": "When enabled, shows a getting started experiments in the chat panel." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pasted Image" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Attach File as Context", "actions.goToDecl.label": "Go to Definition", @@ -5577,7 +5585,10 @@ "chat.attachment": "Подключенный контекст, {0}", "chat.fileAttachment": "Вложенный файл, {0}", "chat.fileAttachmentWithRange": "Вложенный файл, {0}, строка {1} до строки {2}", + "chat.imageAttachment": "Attached image, {0}", "chat.submitToSecondaryAgent": "Отправить в @{0}", + "chatEditingSessionOverview": "{0} files changed", + "chatEditingSessionOverview.oneFileChanged": "1 file changed", "chatInput": "Ввод чата", "chatInput.accessibilityHelpNoKb": "Ввод чата, введите здесь код и нажмите клавишу ВВОД для запуска. Для получения дополнительных сведений воспользуйтесь командой получения справки по специальным возможностям чата.", "notebook.moreExecuteActionsLabel": "Дополнительно..." @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "Может ли пользователь вызвать это средство вручную с помощью пользовательского интерфейса чата.", "condition": "Условие, которое должно быть выполнено для включения этого инструмента. Обратите внимание, что инструмент может быть вызван другим расширением, даже если его условие \"when\" ложно.", + "contentTypes": "The list of content types that this tool can return. It's required that tools support `text/plain`, and that is assumed even if not specified here. Another example could be the contentType exported by the `@vscode/prompt-tsx` library.", "icon": "Значок, представляющий это средство. Путь к файлу, объект с путями к файлам для темных и светлых тем или ссылка на значок темы, например \"\\$(zap)\"", "icon.dark": "Путь к значку, когда используется темная тема", "icon.light": "Путь к значку, когда используется светлая тема", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "Это расширение является рекомендуемым, так как установлено {0}." }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "Browse Extension Contents", "Changelog title": "Журнал изменений", "Marketplace": "Marketplace", "Marketplace Info": "Подробнее", "Readme title": "Файл сведений", + "View license": "View License", + "browse contents": "Browse Contents", + "browseExtensionContents": "Are you sure you want to browse the contents of the extension '{0}'?\r\nMake sure the extension license allows this.", "builtin": "Встроенное", "categories": "Категории", "changelog": "Журнал изменений", "changelogtooltip": "История обновления расширения, полученная из файла 'CHANGELOG.md' расширения", + "contents": "Contents", "dependencies": "Зависимости", "dependenciestooltip": "Выводит список расширений, от которых зависит это расширение", "details": "Подробные сведения", @@ -7145,7 +7162,6 @@ "rating": "Оценка", "repository": "Репозиторий", "resources": "Ресурсы", - "sources": "Sources", "workspace extension": "Расширение рабочей области" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "Создать папку…", "explorerSection": "Раздел обозревателя: {0}", "refreshExplorer": "Обновить окно проводника", - "refreshExplorerMetadata": "Принудительное обновление окна проводника." + "refreshExplorerMetadata": "Принудительное обновление окна проводника.", + "type to search files": "Type to search files" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "Вы действительно хотите переместить \"{0}\" в \"{1}\"?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "Перейти к следующему изменению", "moveToPreviousHunk": "Перейти к предыдущему изменению", "rerun": "Запустить повторно", - "run": "Запустить в Редакторе", + "run": "Editor Chat", "showChanges": "Переключить изменения", "startInlineChat": "Значок, вызывающий встроенный чат на панели инструментов редактора.", "unstash": "Возобновить последний отклоненный встроенный чат", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Execute REPL input" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "The up and down arrows will also move focus between previously executed items.", + "replEditor.execute": "The Execute command{0} will evaluate the expression in the input box.", + "replEditor.focusHistory": "The Focus History command{0} will move focus to the list of previously executed items.", + "replEditor.focusInOutput": "The Focus Output command{0} will set focus on the output when focused on a previously executed item.", + "replEditor.focusReplInput": "The Focus Input Editor command{0} will move focus to the REPL input box.", + "replEditor.overview": "You are in a REPL Editor which contains in input box to evaluate expressions and a list of previously executed expressions and their output." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Icon of the REPL editor label." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "Очистить историю поиска" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "Использовать ИИ", "searchFindInputNotebookFilter.label": "Фильтры поиска записных книжек" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "Поиск", "searchFileMatch": "Найден {0} файл", "searchFileMatches": "Найдено файлов: {0}", - "searchFolderMatch.aiText.label": "AI Results", + "searchFolderMatch.aiText.label": "{0} Results", "searchFolderMatch.other.label": "Другие файлы", "searchFolderMatch.plainText.label": "Text Results", "searchMatch": "Найдено соответствие: {0}", diff --git a/i18n/vscode-language-pack-tr/translations/main.i18n.json b/i18n/vscode-language-pack-tr/translations/main.i18n.json index f46c6f45db..a9eb0589da 100644 --- a/i18n/vscode-language-pack-tr/translations/main.i18n.json +++ b/i18n/vscode-language-pack-tr/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "Kapat", "filter": "Filtre", + "foundResults": "{0} results", "fuzzySearch": "Benzer Öğe Eşleşmesi", "not found": "Öğe bulunamadı.", "replFindNoResults": "Sonuç yok", - "replFindResults": "{0} sonuç", "type to filter": "Filtrelemek için yazın", "type to search": "Aramak için yazın" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "Tünel hizmet olarak yüklenemedi, oturum başlatılıyor..." }, "vs/platform/request/common/request": { + "electronFetch": "Controls whether use of Electron's fetch implementation instead of Node.js' should be enabled. All local extensions will get Electron's fetch implementation for the global fetch API.", "httpConfigurationTitle": "HTTP", "noProxy": "HTTP/HTTPS istekleri için proxy ayarlarının yoksayılması gereken etki alanı adlarını belirtir.", "proxy": "Kullanılacak ara sunucu ayarı. Ayarlanmamışsa, `http_proxy` ve `https_proxy` ortam değişkenlerinden devralınır.", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "Erişilebilirlik", "announcement.enabled.auto": "Duyuruyu etkinleştir, yalnızca ekran okuyucu için iyileştirilmiş moddayken çalar.", "announcement.enabled.off": "Duyuruyu devre dışı bırak.", - "autoSynthesize": "Whether a textual response should automatically be read out aloud. For non screen reader users, this will happen when speech was used as input. For screen reader users, this will happen with any input type. For example, in a chat session, a response is automatically synthesized when voice is used as chat request.", + "autoSynthesize": "Giriş olarak konuşma kullanılırken metinsel yanıtın otomatik olarak sesli okunup okunmayacağını belirtir. Örneğin bir sohbet oturumunda ses sohbet isteği olarak kullanıldığında, yanıt otomatik olarak birleştirilir.", "dimUnfocusedEnabled": "Odaklanmamış düzenleyicilerin ve terminallerin karartılıp karartılmayacağı (yazılan girişin nereye gideceğini daha netleştirir). Bu, çoğu düzenleyici ile çalışır ancak not defterleri ve uzantı web görünümü düzenleyicileri gibi iframe kullananlar gibi bazı istisnai durumlar vardır.", "dimUnfocusedOpacity": "Odaklanmamış düzenleyiciler ve terminaller için kullanılacak opaklık kesir (0,2 - 1,0). Bu yalnızca {0} etkin olduğunda devreye girer.", "sound.enabled.auto": "Ekran okuyucu eklendiğinde sesi etkinleştirin.", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Apply All Edits", - "chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.", "interactive.applyInEditor.label": "Düzenleyicide Uygula", "interactive.compare.apply": "Düzenlemeyi Uygula...", "interactive.compare.discard": "Düzenlemeleri At", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kernel Variable...", "chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable", "chatContext.symbol": "Sembol...", + "imageFromClipboard": "Image from Clipboard", + "pastedImage": "Pasted Image", "workbench.action.chat.attachContext.label": "Bağlam Ekle", "workbench.action.chat.attachFile.label": "Add File to Chat", "workbench.action.chat.attachSelection.label": "Seçimi Sohbete Ekle" @@ -5513,6 +5515,7 @@ "chat.attachment3": "Eklenen bağlam: {0}.", "chat.fileAttachment3": "Eklendi: {0}.", "chat.fileAttachmentWithRange3": "Eklendi: {0}, satır {1} - satır {2}.", + "chat.imageAttachment": "Attached image, {0}", "chat.omittedFileAttachment": "Atlandı: {0}.", "chat.omittedFileAttachmentWithRange": "Atlandı: {0}, satır {1}- satır {2}.", "chat.partialFileAttachment": "Kısmen eklendi: {0}.", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Attach", - "file": "File" + "file": "File", + "image": "Image" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Accept All", "accept.file": "Accept", + "discard.allFiles": "Discard All", "discard.file": "Discard", "multiDiffEditorInput.name": "Suggested Edits" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Open Chat Panel", "workbench.panel.chat.view.showGettingStarted": "When enabled, shows a getting started experiments in the chat panel." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pasted Image" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Attach File as Context", "actions.goToDecl.label": "Go to Definition", @@ -5577,7 +5585,10 @@ "chat.attachment": "Ekli bağlam, {0}", "chat.fileAttachment": "Ekli dosya, {0}", "chat.fileAttachmentWithRange": "Ekli dosya, {0}, satır {1} - satır {2}", + "chat.imageAttachment": "Attached image, {0}", "chat.submitToSecondaryAgent": "@{0} kullanıcısına gönder", + "chatEditingSessionOverview": "{0} files changed", + "chatEditingSessionOverview.oneFileChanged": "1 file changed", "chatInput": "Sohbet Girişi", "chatInput.accessibilityHelpNoKb": "Sohbet Girişi, Kodu buraya yazın ve çalıştırmak için Enter tuşuna basın. Daha fazla bilgi için Sohbet Erişilebilirlik Yardımı komutunu kullanın.", "notebook.moreExecuteActionsLabel": "Diğer..." @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "Bu aracın kullanıcı tarafından sohbet UX'i aracılığıyla el ile çağrılıp çağrılamayacağı.", "condition": "Bu aracın etkinleştirilmesi için true olması gereken koşul. Bir aracın `when` koşulu yanlış olsa bile başka bir uzantı tarafından çağrılabileceğini unutmayın.", + "contentTypes": "The list of content types that this tool can return. It's required that tools support `text/plain`, and that is assumed even if not specified here. Another example could be the contentType exported by the `@vscode/prompt-tsx` library.", "icon": "Bu aracı temsil eden bir simge. Ya bir dosya yolu, koyu ve açık temalar için dosya yollarına sahip bir nesne ya da `\\$(zap)` gibi bir tema simgesi başvurusu", "icon.dark": "Koyu bir tema kullanıldığında simge yolu", "icon.light": "Açık bir tema kullanıldığında simge yolu", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "Bu uzantı, {0} öğesini yüklemiş olduğunuz için önerilir." }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "Browse Extension Contents", "Changelog title": "Değişim Günlüğü", "Marketplace": "Market", "Marketplace Info": "Daha Fazla Bilgi", "Readme title": "Benioku", + "View license": "View License", + "browse contents": "Browse Contents", + "browseExtensionContents": "Are you sure you want to browse the contents of the extension '{0}'?\r\nMake sure the extension license allows this.", "builtin": "Yerleşik", "categories": "Kategoriler", "changelog": "Değişim Günlüğü", "changelogtooltip": "Uzantı güncelleştirme geçmişi, uzantının 'CHANGELOG.md' dosyasından işlendi", + "contents": "Contents", "dependencies": "Bağımlılıklar", "dependenciestooltip": "Bu uzantının bağımlı olduğu uzantıları listeler", "details": "Ayrıntılar", @@ -7145,7 +7162,6 @@ "rating": "Derecelendirme", "repository": "Depo", "resources": "Kaynaklar", - "sources": "Sources", "workspace extension": "Çalışma Alanı Uzantısı" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "Yeni Klasör...", "explorerSection": "Gezgin Bölümü: {0}", "refreshExplorer": "Gezgini Yenile", - "refreshExplorerMetadata": "Gezgin'in yenilenmesini zorlar." + "refreshExplorerMetadata": "Gezgin'in yenilenmesini zorlar.", + "type to search files": "Type to search files" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "'{0}' öğesini '{1}' içine taşımak istediğinizden emin misiniz?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "Sonraki Değişikliğe Taşı", "moveToPreviousHunk": "Önceki Değişikliğe Taşı", "rerun": "Yeniden çalıştır", - "run": "Düzenleyicide Başlat", + "run": "Editor Chat", "showChanges": "Değişiklikleri Aç/Kapat", "startInlineChat": "Düzenleyici araç çubuğundan satır içi sohbeti başlatan simge.", "unstash": "Son Kapatılan Satır İçi Sohbeti Sürdür", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Execute REPL input" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "The up and down arrows will also move focus between previously executed items.", + "replEditor.execute": "The Execute command{0} will evaluate the expression in the input box.", + "replEditor.focusHistory": "The Focus History command{0} will move focus to the list of previously executed items.", + "replEditor.focusInOutput": "The Focus Output command{0} will set focus on the output when focused on a previously executed item.", + "replEditor.focusReplInput": "The Focus Input Editor command{0} will move focus to the REPL input box.", + "replEditor.overview": "You are in a REPL Editor which contains in input box to evaluate expressions and a list of previously executed expressions and their output." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Icon of the REPL editor label." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "Arama Geçmişini Temizle" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "Yapay zeka kullanın", "searchFindInputNotebookFilter.label": "Not Defteri Bulma Filtreleri" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "Ara", "searchFileMatch": "{0} dosya bulundu", "searchFileMatches": "{0} dosya bulundu", - "searchFolderMatch.aiText.label": "AI Results", + "searchFolderMatch.aiText.label": "{0} Results", "searchFolderMatch.other.label": "Diğer dosyalar", "searchFolderMatch.plainText.label": "Text Results", "searchMatch": "{0} eşleşme bulundu", 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 cb6f9e3573..bdb7c93de7 100644 --- a/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json +++ b/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "关闭", "filter": "筛选器", + "foundResults": "{0} results", "fuzzySearch": "模糊匹配", "not found": "未找到元素。", "replFindNoResults": "无结果", - "replFindResults": "{0} 个结果", "type to filter": "要筛选的类型", "type to search": "要搜索的类型" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "未能安装隧道即服务,从会话开始..." }, "vs/platform/request/common/request": { + "electronFetch": "Controls whether use of Electron's fetch implementation instead of Node.js' should be enabled. All local extensions will get Electron's fetch implementation for the global fetch API.", "httpConfigurationTitle": "HTTP", "noProxy": "指定 HTTP/HTTPS 请求应忽略代理设置的域名。", "proxy": "要使用的代理设置。如果未设置,则将从 \"http_proxy\" 和 \"https_proxy\" 环境变量中继承。", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "辅助功能", "announcement.enabled.auto": "启用公告,仅在屏幕阅读器优化模式下播放。", "announcement.enabled.off": "禁用公告。", - "autoSynthesize": "Whether a textual response should automatically be read out aloud. For non screen reader users, this will happen when speech was used as input. For screen reader users, this will happen with any input type. For example, in a chat session, a response is automatically synthesized when voice is used as chat request.", + "autoSynthesize": "当语音用作输入时,是否应自动大声朗读文本响应。例如,在聊天会话中,当语音用作聊天请求时,会自动合成响应。", "dimUnfocusedEnabled": "是否将未聚焦的编辑器和终端变暗,这可以更清楚地说明键入的输入将转到何处。这适用于大多数编辑器,但使用 iframe(如笔记本和扩展 Web 视图编辑器)的编辑器除外。", "dimUnfocusedOpacity": "不透明度分数 (0.2 到 1.0) 用于未聚焦的编辑器和终端。这仅在启用 {0} 时生效。", "sound.enabled.auto": "附加屏幕阅读器时,启用声音。", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Apply All Edits", - "chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.", "interactive.applyInEditor.label": "在编辑器中应用", "interactive.compare.apply": "应用编辑", "interactive.compare.discard": "放弃编辑", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kernel Variable...", "chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable", "chatContext.symbol": "符号...", + "imageFromClipboard": "Image from Clipboard", + "pastedImage": "Pasted Image", "workbench.action.chat.attachContext.label": "附加上下文", "workbench.action.chat.attachFile.label": "Add File to Chat", "workbench.action.chat.attachSelection.label": "将所选内容添加到聊天" @@ -5513,6 +5515,7 @@ "chat.attachment3": "附加上下文: {0}。", "chat.fileAttachment3": "已附加: {0}。", "chat.fileAttachmentWithRange3": "已附加: {0},行 {1} 到行 {2}。", + "chat.imageAttachment": "Attached image, {0}", "chat.omittedFileAttachment": "已省略: {0}。", "chat.omittedFileAttachmentWithRange": "已省略: {0},行 {1} 到行 {2}。", "chat.partialFileAttachment": "已部分附加: {0}。", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Attach", - "file": "File" + "file": "File", + "image": "Image" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Accept All", "accept.file": "Accept", + "discard.allFiles": "Discard All", "discard.file": "Discard", "multiDiffEditorInput.name": "Suggested Edits" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Open Chat Panel", "workbench.panel.chat.view.showGettingStarted": "When enabled, shows a getting started experiments in the chat panel." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pasted Image" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Attach File as Context", "actions.goToDecl.label": "Go to Definition", @@ -5577,7 +5585,10 @@ "chat.attachment": "附加上下文,{0}", "chat.fileAttachment": "附加文件,{0}", "chat.fileAttachmentWithRange": "附加文件,{0},行 {1} 到行 {2}", + "chat.imageAttachment": "Attached image, {0}", "chat.submitToSecondaryAgent": "发送到 @{0}", + "chatEditingSessionOverview": "{0} files changed", + "chatEditingSessionOverview.oneFileChanged": "1 file changed", "chatInput": "聊天输入", "chatInput.accessibilityHelpNoKb": "聊天输入,在此处键入代码,然后按 Enter 运行。有关详细信息,请使用“聊天辅助功能帮助”命令。", "notebook.moreExecuteActionsLabel": "更多..." @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "用户是否可以通过聊天 UX 手动调用此工具。", "condition": "要启用此工具时必须为 true 的条件。请注意,即使工具的 `when` 条件为 false,该工具仍可能由另一个扩展调用。", + "contentTypes": "The list of content types that this tool can return. It's required that tools support `text/plain`, and that is assumed even if not specified here. Another example could be the contentType exported by the `@vscode/prompt-tsx` library.", "icon": "表示此工具的图标。文件路径、具有深色和浅色主题的文件路径的对象,或主题图标引用(如 `\\$(zap)`)", "icon.dark": "使用深色主题时的图标路径", "icon.light": "使用浅色主题时的图标路径", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "由于你已安装 {0},建议使用此扩展。" }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "Browse Extension Contents", "Changelog title": "更改日志", "Marketplace": "市场", "Marketplace Info": "详细信息", "Readme title": "自述文件", + "View license": "View License", + "browse contents": "Browse Contents", + "browseExtensionContents": "Are you sure you want to browse the contents of the extension '{0}'?\r\nMake sure the extension license allows this.", "builtin": "内置", "categories": "类别", "changelog": "更改日志", "changelogtooltip": "扩展的更新历史,显示扩展的 \"CHANGELOG.md\" 文件。", + "contents": "Contents", "dependencies": "依赖项", "dependenciestooltip": "包含此扩展依赖的扩展", "details": "细节", @@ -7145,7 +7162,6 @@ "rating": "评分", "repository": "仓库", "resources": "资源", - "sources": "Sources", "workspace extension": "工作区扩展" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "新建文件夹...", "explorerSection": "资源管理器部分: {0}", "refreshExplorer": "刷新资源管理器", - "refreshExplorerMetadata": "强制刷新资源管理器。" + "refreshExplorerMetadata": "强制刷新资源管理器。", + "type to search files": "Type to search files" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "是否确定要将\"{0}\"移到\"{1}\"?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "移动到下一个更改", "moveToPreviousHunk": "移动到上一个更改", "rerun": "重新运行", - "run": "在编辑器中启动", + "run": "Editor Chat", "showChanges": "切换更改", "startInlineChat": "从编辑器工具栏生成内联聊天的图标。", "unstash": "继续上次关闭的内联聊天", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Execute REPL input" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "The up and down arrows will also move focus between previously executed items.", + "replEditor.execute": "The Execute command{0} will evaluate the expression in the input box.", + "replEditor.focusHistory": "The Focus History command{0} will move focus to the list of previously executed items.", + "replEditor.focusInOutput": "The Focus Output command{0} will set focus on the output when focused on a previously executed item.", + "replEditor.focusReplInput": "The Focus Input Editor command{0} will move focus to the REPL input box.", + "replEditor.overview": "You are in a REPL Editor which contains in input box to evaluate expressions and a list of previously executed expressions and their output." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Icon of the REPL editor label." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "清除搜索历史记录" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "使用 AI", "searchFindInputNotebookFilter.label": "笔记本查找筛选器" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "搜索", "searchFileMatch": "已找到 {0} 个文件", "searchFileMatches": "已找到 {0} 个文件", - "searchFolderMatch.aiText.label": "AI Results", + "searchFolderMatch.aiText.label": "{0} Results", "searchFolderMatch.other.label": "其他文件", "searchFolderMatch.plainText.label": "Text Results", "searchMatch": "已找到 {0} 个匹配项", 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 8842e55040..cc80d89ff3 100644 --- a/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json +++ b/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json @@ -72,10 +72,10 @@ "vs/base/browser/ui/tree/abstractTree": { "close": "關閉", "filter": "篩選", + "foundResults": "{0} results", "fuzzySearch": "模糊比對", "not found": "找不到任何元素。", "replFindNoResults": "沒有結果", - "replFindResults": "{0} 個結果", "type to filter": "要篩選的類型", "type to search": "要搜尋的類型" }, @@ -2381,6 +2381,7 @@ "remoteTunnelService.serviceInstallFailed": "無法將通道安裝為服務,從工作階段開始..." }, "vs/platform/request/common/request": { + "electronFetch": "Controls whether use of Electron's fetch implementation instead of Node.js' should be enabled. All local extensions will get Electron's fetch implementation for the global fetch API.", "httpConfigurationTitle": "HTTP", "noProxy": "指定應忽略 HTTP/HTTPS 要求之 Proxy 設定的功能變數名稱。", "proxy": "要使用的 Proxy 設定。若未設定,將從 `http_proxy` 和 `https_proxy` 環境變數繼承。", @@ -5086,7 +5087,7 @@ "accessibilityConfigurationTitle": "協助工具", "announcement.enabled.auto": "啟用宣告,只有在螢幕助讀程式最佳化模式中才能播放。", "announcement.enabled.off": "停用宣告。", - "autoSynthesize": "Whether a textual response should automatically be read out aloud. For non screen reader users, this will happen when speech was used as input. For screen reader users, this will happen with any input type. For example, in a chat session, a response is automatically synthesized when voice is used as chat request.", + "autoSynthesize": "使用語音做為輸入時,是否應該自動大聲朗讀文字回應。例如,在聊天工作階段中,當語音做為聊天要求時,會自動合成回應。", "dimUnfocusedEnabled": "是否要將未專注的編輯器和終端機變暗,這可讓您更清楚輸入輸入的來源。這適用於大部分的編輯器,以及使用如筆記本和擴充網頁檢視編輯器等 iframe 的值得注意的例外狀況。", "dimUnfocusedOpacity": "不透明度分數 (0.2 到 1.0) 用於未專注的編輯器和終端機。只有在啟用 {0} 時才會生效。", "sound.enabled.auto": "已連結螢幕助讀程式時啟用音效。", @@ -5397,7 +5398,6 @@ }, "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": { "chat.applyAll.label": "Apply All Edits", - "chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.", "interactive.applyInEditor.label": "在編輯器中套用", "interactive.compare.apply": "套用編輯", "interactive.compare.discard": "捨棄編輯", @@ -5413,6 +5413,8 @@ "chatContext.notebook.kernelVariable": "Kernel Variable...", "chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable", "chatContext.symbol": "符號...", + "imageFromClipboard": "Image from Clipboard", + "pastedImage": "Pasted Image", "workbench.action.chat.attachContext.label": "連結內容", "workbench.action.chat.attachFile.label": "Add File to Chat", "workbench.action.chat.attachSelection.label": "將選取專案新增至聊天" @@ -5513,6 +5515,7 @@ "chat.attachment3": "已連結的內容: {0}。", "chat.fileAttachment3": "已連結: {0}。", "chat.fileAttachmentWithRange3": "已連結: {0},行 {1} 至行 {2}。", + "chat.imageAttachment": "Attached image, {0}", "chat.omittedFileAttachment": "已省略: {0}。", "chat.omittedFileAttachmentWithRange": "已省略: {0},行 {1} 到行 {2}。", "chat.partialFileAttachment": "部分已連結: {0}。", @@ -5546,11 +5549,13 @@ }, "vs/workbench/contrib/chat/browser/chatDragAndDrop": { "attach": "Attach", - "file": "File" + "file": "File", + "image": "Image" }, "vs/workbench/contrib/chat/browser/chatEditingService": { "accept.allFiles": "Accept All", "accept.file": "Accept", + "discard.allFiles": "Discard All", "discard.file": "Discard", "multiDiffEditorInput.name": "Suggested Edits" }, @@ -5565,6 +5570,9 @@ "chat.openPanel": "Open Chat Panel", "workbench.panel.chat.view.showGettingStarted": "When enabled, shows a getting started experiments in the chat panel." }, + "vs/workbench/contrib/chat/browser/chatImagePaste": { + "pastedImage": "Pasted Image" + }, "vs/workbench/contrib/chat/browser/chatInlineAnchorWidget": { "actions.attach.label": "Attach File as Context", "actions.goToDecl.label": "Go to Definition", @@ -5577,7 +5585,10 @@ "chat.attachment": "附加的內容,{0}", "chat.fileAttachment": "附加的檔案,{0}", "chat.fileAttachmentWithRange": "附加的檔案,{0},行 {1} 至行 {2}", + "chat.imageAttachment": "Attached image, {0}", "chat.submitToSecondaryAgent": "傳送至 @{0}", + "chatEditingSessionOverview": "{0} files changed", + "chatEditingSessionOverview.oneFileChanged": "1 file changed", "chatInput": "聊天輸入", "chatInput.accessibilityHelpNoKb": "聊天輸入,在這裡輸入代碼,然後按 Enter 以執行。如需詳細資訊,請使用聊天協助工具說明命令。", "notebook.moreExecuteActionsLabel": "其他..." @@ -5705,6 +5716,7 @@ "vs/workbench/contrib/chat/common/tools/languageModelToolsContribution": { "canBeInvokedManually": "使用者是否可以透過聊天 UX 手動叫用此工具。", "condition": "必須為 True 才能啟用此工具的條件。請注意,即使工具的 'when' 條件為 false,工具仍可能由另一個延伸模組叫用。", + "contentTypes": "The list of content types that this tool can return. It's required that tools support `text/plain`, and that is assumed even if not specified here. Another example could be the contentType exported by the `@vscode/prompt-tsx` library.", "icon": "代表此工具的圖示。檔案路徑、具有深色和淺色主題檔案路徑的物件,或主題圖示參照,例如 '\\$(zap)'", "icon.dark": "使用暗色主題時的圖像路徑", "icon.light": "使用亮色主題時的圖示路徑", @@ -7107,14 +7119,19 @@ "exeBasedRecommendation": "因為您已安裝 {0},所以建議使用此延伸模組。" }, "vs/workbench/contrib/extensions/browser/extensionEditor": { + "Browse Extension Contents": "Browse Extension Contents", "Changelog title": "變更記錄", "Marketplace": "市集", "Marketplace Info": "其他資訊", "Readme title": "讀我檔案", + "View license": "View License", + "browse contents": "Browse Contents", + "browseExtensionContents": "Are you sure you want to browse the contents of the extension '{0}'?\r\nMake sure the extension license allows this.", "builtin": "內建", "categories": "類別", "changelog": "變更記錄", "changelogtooltip": "延伸模組更新紀錄,從延伸模組 'CHANGELOG.md' 檔案中呈現", + "contents": "Contents", "dependencies": "相依性", "dependenciestooltip": "列出此延伸模組的相依項目", "details": "詳細資料", @@ -7145,7 +7162,6 @@ "rating": "評等", "repository": "儲存庫", "resources": "資源", - "sources": "Sources", "workspace extension": "工作區延伸模組" }, "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": { @@ -8154,7 +8170,8 @@ "createNewFolder": "新增資料夾...", "explorerSection": "總管區段: {0}", "refreshExplorer": "重新整理 Explorer", - "refreshExplorerMetadata": "強制重新整理總管。" + "refreshExplorerMetadata": "強制重新整理總管。", + "type to search files": "Type to search files" }, "vs/workbench/contrib/files/browser/views/explorerViewer": { "confirmMove": "確定要將 \"{0}\" 移至 \"{1}\" 嗎?", @@ -8274,7 +8291,7 @@ "moveToNextHunk": "移至下一個變更", "moveToPreviousHunk": "移至上一個變更", "rerun": "重新執行", - "run": "在編輯器中啟動", + "run": "Editor Chat", "showChanges": "切換變更", "startInlineChat": "從編輯器工具列繁衍內嵌聊天的圖示。", "unstash": "繼續上次關閉的內嵌聊天", @@ -10538,6 +10555,14 @@ "vs/workbench/contrib/replNotebook/browser/repl.contribution": { "repl.execute": "Execute REPL input" }, + "vs/workbench/contrib/replNotebook/browser/replEditorAccessibilityHelp": { + "replEditor.cellNavigation": "The up and down arrows will also move focus between previously executed items.", + "replEditor.execute": "The Execute command{0} will evaluate the expression in the input box.", + "replEditor.focusHistory": "The Focus History command{0} will move focus to the list of previously executed items.", + "replEditor.focusInOutput": "The Focus Output command{0} will set focus on the output when focused on a previously executed item.", + "replEditor.focusReplInput": "The Focus Input Editor command{0} will move focus to the REPL input box.", + "replEditor.overview": "You are in a REPL Editor which contains in input box to evaluate expressions and a list of previously executed expressions and their output." + }, "vs/workbench/contrib/replNotebook/browser/replEditorInput": { "replEditorLabelIcon": "Icon of the REPL editor label." }, @@ -10901,7 +10926,6 @@ "clearSearchHistoryLabel": "清除搜尋歷程記錄" }, "vs/workbench/contrib/search/browser/searchFindInput": { - "aiDescription": "使用 AI", "searchFindInputNotebookFilter.label": "筆記本尋找篩選" }, "vs/workbench/contrib/search/browser/searchIcons": { @@ -10940,7 +10964,7 @@ "search": "搜尋", "searchFileMatch": "找到 {0} 個檔案", "searchFileMatches": "找到 {0} 個檔案", - "searchFolderMatch.aiText.label": "AI Results", + "searchFolderMatch.aiText.label": "{0} Results", "searchFolderMatch.other.label": "其他檔案", "searchFolderMatch.plainText.label": "Text Results", "searchMatch": "找到 {0} 個相符",