diff --git a/i18n/vscode-language-pack-cs/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-cs/translations/extensions/ms-vscode.js-debug.i18n.json index f28bfaaedc..14b712c5cf 100644 --- a/i18n/vscode-language-pack-cs/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-cs/translations/extensions/ms-vscode.js-debug.i18n.json @@ -319,7 +319,7 @@ "Locals": "Místní proměnné", "Lost connection to debugee, reconnecting in {0}ms\r\n": "Bylo ztraceno připojení k laděné součásti. Pokus o opětovné připojení bude proveden za {0} ms.\r\n", "Manual": "Ruční", - "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Missing source information. Did you set \"originalUrl\" or \"source\"?", + "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Chybí informace o zdroji. Nastavili jste originalUrl nebo source?", "Module": "Modul", "Networking not available.": "Síť není k dispozici.", "Never": "Nikdy", diff --git a/i18n/vscode-language-pack-cs/translations/main.i18n.json b/i18n/vscode-language-pack-cs/translations/main.i18n.json index 130ea0feab..d8e0f2d6a9 100644 --- a/i18n/vscode-language-pack-cs/translations/main.i18n.json +++ b/i18n/vscode-language-pack-cs/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "Otevřít editory", "chatContext.notebook.kernelVariable": "Proměnná jádra...", "chatContext.notebook.selectkernelVariable": "Vybrat a vložit proměnnou jádra", - "chatContext.promptInstructions": "Pokyny", "chatContext.relatedFiles": "Související soubory", "chatContext.searchResults": "Výsledky hledání", "chatContext.symbol": "Symbol...", "imageFromClipboard": "Obrázek ze schránky", "pastedImage": "Vložený obrázek", "promptInstructions": "Přidat soubor s pokyny k výzvě", + "promptWithEllipsis": "Prompt...", "relatedFiles": "Přidat související soubory do pracovní sady", "workbench.action.chat.attachContext.label": "Připojit kontext", "workbench.action.chat.attachFile.label": "Přidat soubor do chatu", @@ -5681,10 +5681,9 @@ "openEditor": "Aktuální kontext souboru" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "Příloha s pokyny k výzvě, {0}", + "chat.promptAttachment": "Prompt attachment, {0}", "error": "Chyba", - "instructions": "Pokyny", - "openEditor": "Pokyny k výzvě", + "prompt": "Prompt", "remove": "Odebrat", "warning": "Upozornění" }, @@ -8118,7 +8117,7 @@ "download": "Stáhnout", "download title": "Vyberte složku, do které se má stáhnout VSIX", "download.completed": "Stažení VSIX bylo úspěšně dokončeno.", - "downloading...": "Stahuje se VSIX...", + "downloading...": "Downloading VSIX...", "enable locally": "Pokud chcete toto rozšíření povolit místně, proveďte prosím toto: {0}.", "enable remote": "Pokud chcete toto rozšíření povolit v {1}, proveďte prosím toto: {0}.", "enableButtonLabel": "&&Povolit rozšíření", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "Vlastní dokončování argumentů PowerShellu se zaregistrují pro rozhraní příkazového řádku „code“ a „code-insiders“ ve VS Code. V současné době je to velmi základní a vždy to navrhuje příznaky a dílčí příkazy bez kontroly kontextu.", "suggest.builtinCompletions.pwshGit": "Vlastní dokončování argumentů PowerShellu se zaregistrují pro rozhraní příkazového řádku „git“.", "suggest.enabled": "Povolí experimentální návrhy IntelliSense terminálu pro podporovaná prostředí ({0}), když je {1} nastaveno na {2}.\r\n\r\nPokud je integrace prostředí nainstalována ručně, {3} se musí být před voláním skriptu integrace prostředí nastavit na {4}.", - "suggest.providers": "Určuje, kteří poskytovatelé mají povolené návrhy terminálu.", + "suggest.providers": "Providers are enabled by default. Omit them by setting the id of the provider to `false`.", "suggest.quickSuggestions": "Určuje, jestli se při psaní mají automaticky zobrazovat návrhy. Pozor také na nastavení {0}, které řídí, jestli budou návrhy vyvolány speciálními znaky.", "suggest.runOnEnter": "Určuje, jestli se mají návrhy spustit okamžitě, když je k přijetí výsledku použita klávesa Enter (nikoli Tab).", "suggest.showStatusBar": "Určuje, jestli se má zobrazit stavový řádek návrhů terminálu.", diff --git a/i18n/vscode-language-pack-de/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-de/translations/extensions/ms-vscode.js-debug.i18n.json index 8527326494..e8f98f8d96 100644 --- a/i18n/vscode-language-pack-de/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-de/translations/extensions/ms-vscode.js-debug.i18n.json @@ -319,7 +319,7 @@ "Locals": "Lokal", "Lost connection to debugee, reconnecting in {0}ms\r\n": "Die Verbindung mit der zu debuggenden Komponente wurde getrennt. Die Verbindung wird in {0} ms wiederhergestellt.\r\n", "Manual": "Manuell", - "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Missing source information. Did you set \"originalUrl\" or \"source\"?", + "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Fehlende Quellinformationen. Haben Sie \"originalUrl\" oder \"source\" festgelegt?", "Module": "Modul", "Networking not available.": "Netzwerk nicht verfügbar.", "Never": "Nie", diff --git a/i18n/vscode-language-pack-de/translations/main.i18n.json b/i18n/vscode-language-pack-de/translations/main.i18n.json index 4d1b5c5b28..cc0a171e5b 100644 --- a/i18n/vscode-language-pack-de/translations/main.i18n.json +++ b/i18n/vscode-language-pack-de/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "Geöffnete Editoren", "chatContext.notebook.kernelVariable": "Kernelvariable...", "chatContext.notebook.selectkernelVariable": "Kernelvariable auswählen und einfügen", - "chatContext.promptInstructions": "Anweisungen", "chatContext.relatedFiles": "Zugehörige Dateien", "chatContext.searchResults": "Suchergebnisse", "chatContext.symbol": "Symbol...", "imageFromClipboard": "Bild aus Zwischenablage", "pastedImage": "Eingefügtes Bild", "promptInstructions": "Datei mit Anweisungen zur Eingabeaufforderung hinzufügen", + "promptWithEllipsis": "Prompt...", "relatedFiles": "Hinzufügen verwandter Dateien zu Ihrem Arbeitssatz", "workbench.action.chat.attachContext.label": "Kontext anfügen", "workbench.action.chat.attachFile.label": "Datei zum Chat hinzufügen", @@ -5681,10 +5681,9 @@ "openEditor": "Aktueller Dateikontext" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "Anlage mit Aufforderungsanweisungen, {0}", + "chat.promptAttachment": "Prompt attachment, {0}", "error": "Fehler", - "instructions": "Anweisungen", - "openEditor": "Anweisungen zur Eingabeaufforderung", + "prompt": "Prompt", "remove": "Entfernen", "warning": "Warnung" }, @@ -8118,7 +8117,7 @@ "download": "Herunterladen", "download title": "Ordner zum Herunterladen der VSIX auswählen", "download.completed": "VSIX erfolgreich heruntergeladen", - "downloading...": "VSIX wird heruntergeladen...", + "downloading...": "Downloading VSIX...", "enable locally": "Aktivieren Sie „{0}“, um die Erweiterung lokal zu aktivieren.", "enable remote": "Aktivieren Sie „{0}“, um diese Erweiterung in „{1}“ zu aktivieren.", "enableButtonLabel": "&&Erweiterung aktivieren", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "Benutzerdefinierte PowerShell-Argumentvervollständigener werden für die \"code\"- und \"code-insiders\"-CLIs von VS Code registriert. Dies ist zurzeit sehr grundlegend und schlägt immer Flags und Unterbefehle vor, ohne den Kontext zu überprüfen.", "suggest.builtinCompletions.pwshGit": "Benutzerdefinierte PowerShell-Argumentvervollständigener werden für die \"git\"-CLI registriert.", "suggest.enabled": "Aktiviert experimentelle IntelliSense-Terminalvorschläge für unterstützte Shells ({0}), wenn {1} auf {2} festgelegt ist.\r\n\r\nWenn die Shellintegration manuell installiert wird, muss {3} auf {4} festgelegt werden, bevor das Skript für die Shellintegration aufgerufen wird.", - "suggest.providers": "Steuert, welche Anbieter für Terminalvorschläge aktiviert sind.", + "suggest.providers": "Providers are enabled by default. Omit them by setting the id of the provider to `false`.", "suggest.quickSuggestions": "Steuert, ob Vorschläge während des Tippens automatisch angezeigt werden sollen. Beachten Sie auch die {0}-Einstellung, die steuert, ob Vorschläge durch Sonderzeichen ausgelöst werden.", "suggest.runOnEnter": "Steuert, ob Vorschläge sofort ausgeführt werden sollen, wenn die EINGABETASTE (nicht TABULATOR) verwendet wird, um das Ergebnis zu akzeptieren.", "suggest.showStatusBar": "Steuert, ob die Terminalvorschläge status Leiste angezeigt werden sollen.", diff --git a/i18n/vscode-language-pack-es/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-es/translations/extensions/ms-vscode.js-debug.i18n.json index 1f084e1a60..ff46835b7c 100644 --- a/i18n/vscode-language-pack-es/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-es/translations/extensions/ms-vscode.js-debug.i18n.json @@ -319,7 +319,7 @@ "Locals": "Locales", "Lost connection to debugee, reconnecting in {0}ms\r\n": "Se perdió la conexión con el elemento que se va a depurar; se volverá a conectar en {0} ms\r\n", "Manual": "Manual", - "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Missing source information. Did you set \"originalUrl\" or \"source\"?", + "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Falta información de origen. ¿Estableció \"originalUrl\" o \"source\"?", "Module": "Módulo", "Networking not available.": "Redes no disponibles.", "Never": "Nunca", diff --git a/i18n/vscode-language-pack-es/translations/main.i18n.json b/i18n/vscode-language-pack-es/translations/main.i18n.json index 32b9af3469..40556ead95 100644 --- a/i18n/vscode-language-pack-es/translations/main.i18n.json +++ b/i18n/vscode-language-pack-es/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "Editores abiertos", "chatContext.notebook.kernelVariable": "Variable de kernel...", "chatContext.notebook.selectkernelVariable": "Seleccionar e insertar variable de kernel", - "chatContext.promptInstructions": "Instrucciones", "chatContext.relatedFiles": "Archivos relacionados", "chatContext.searchResults": "Resultados de la búsqueda", "chatContext.symbol": "Símbolo...", "imageFromClipboard": "Imagen del Portapapeles", "pastedImage": "Imagen pegada", "promptInstructions": "Agregar archivo de instrucciones de solicitud", + "promptWithEllipsis": "Prompt...", "relatedFiles": "Agregar archivos relacionados al espacio de trabajo", "workbench.action.chat.attachContext.label": "Adjuntar contexto", "workbench.action.chat.attachFile.label": "Agregar archivo al chat", @@ -5681,10 +5681,9 @@ "openEditor": "Contexto de archivo actual" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "Solicitar datos adjuntos de instrucciones, {0}", + "chat.promptAttachment": "Prompt attachment, {0}", "error": "Error", - "instructions": "Instrucciones", - "openEditor": "Instrucciones de solicitud", + "prompt": "Prompt", "remove": "Quitar", "warning": "Advertencia" }, @@ -8118,7 +8117,7 @@ "download": "Descargar", "download title": "Seleccione la carpeta para descargar VSIX", "download.completed": "VSIX se descargó correctamente", - "downloading...": "Reducción de VSIX...", + "downloading...": "Downloading VSIX...", "enable locally": "{0} habilitar esta extensión localmente.", "enable remote": "{0} habilitar esta extensión en {1}.", "enableButtonLabel": "&&Habilitar extensión", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "Los completadores de argumentos personalizados de PowerShell se registrarán para las CLI \"code\" y \"code-insiders\" de VS Code. Actualmente, esto es muy básico y siempre sugiere marcas y subcomandos sin comprobar el contexto.", "suggest.builtinCompletions.pwshGit": "Los completadores de argumentos personalizados de PowerShell se registrarán para la CLI de \"git\".", "suggest.enabled": "Habilita las sugerencias experimentales de IntelliSense de terminal para los shells admitidos ({0}) cuando {1} se establece en {2}.\r\n\r\nSi la integración del shell se instala manualmente, {3} debe establecerse en {4} antes de llamar al script de integración del shell.", - "suggest.providers": "Controla qué proveedores están habilitados para las sugerencias de terminal.", + "suggest.providers": "Providers are enabled by default. Omit them by setting the id of the provider to `false`.", "suggest.quickSuggestions": "Controla si las sugerencias deben mostrarse automáticamente al escribir. Tenga en cuenta también la configuración de {0} que controla si los caracteres especiales desencadenan las sugerencias.", "suggest.runOnEnter": "Controla si las sugerencias deben ejecutarse inmediatamente cuando se usa \"Entrar\" (no \"Tab\") para aceptar el resultado.", "suggest.showStatusBar": "Controla si se debe mostrar la barra de estado de sugerencias de terminal.", diff --git a/i18n/vscode-language-pack-fr/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-fr/translations/extensions/ms-vscode.js-debug.i18n.json index 2e6f0c1735..dbeefa758c 100644 --- a/i18n/vscode-language-pack-fr/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-fr/translations/extensions/ms-vscode.js-debug.i18n.json @@ -319,7 +319,7 @@ "Locals": "Variables locales", "Lost connection to debugee, reconnecting in {0}ms\r\n": "Perte de la connexion à l'élément débogué. Reconnexion dans {0} ms\r\n", "Manual": "Manuelle", - "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Missing source information. Did you set \"originalUrl\" or \"source\"?", + "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Informations sur la source manquantes. Avez-vous défini « originalUrl » ou « source » ?", "Module": "Module", "Networking not available.": "La mise en réseau n’est pas disponible.", "Never": "Jamais", diff --git a/i18n/vscode-language-pack-fr/translations/main.i18n.json b/i18n/vscode-language-pack-fr/translations/main.i18n.json index decba1f6cf..1953ca8eb1 100644 --- a/i18n/vscode-language-pack-fr/translations/main.i18n.json +++ b/i18n/vscode-language-pack-fr/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "Éditeurs ouverts", "chatContext.notebook.kernelVariable": "Variable noyau...", "chatContext.notebook.selectkernelVariable": "Sélectionner et insérer une variable de noyau", - "chatContext.promptInstructions": "Instructions", "chatContext.relatedFiles": "Fichiers associés", "chatContext.searchResults": "Résultats de la recherche", "chatContext.symbol": "Symbole...", "imageFromClipboard": "Image du Presse-papiers", "pastedImage": "Image collée", "promptInstructions": "Ajouter un fichier d’instructions d’invite", + "promptWithEllipsis": "Prompt...", "relatedFiles": "Ajoutez des fichiers associés à votre ensemble de travail", "workbench.action.chat.attachContext.label": "Joindre le contexte", "workbench.action.chat.attachFile.label": "Ajouter un fichier à la conversation", @@ -5681,10 +5681,9 @@ "openEditor": "Contexte de fichier à jour" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "Demander la pièce jointe aux instructions, {0}", + "chat.promptAttachment": "Prompt attachment, {0}", "error": "Erreur", - "instructions": "Instructions", - "openEditor": "Instructions d’invite", + "prompt": "Prompt", "remove": "Supprimer", "warning": "Avertissement" }, @@ -8118,7 +8117,7 @@ "download": "Télécharger", "download title": "Sélectionner le dossier pour télécharger le VSIX", "download.completed": "Le VSIX a été téléchargé", - "downloading...": "Mise à l’arrêt de VSIX...", + "downloading...": "Downloading VSIX...", "enable locally": "Veuillez {0} pour activer cette extension localement.", "enable remote": "Veuillez {0} pour activer cette extension dans {1}.", "enableButtonLabel": "&&Activer l'extension", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "Les complétions d'arguments PowerShell personnalisés seront enregistrés pour les CLI `code` et `code-insiders` de VS Code. Ceci est actuellement très simple et suggère toujours des indicateurs et des sous-commandes sans vérifier le contexte.", "suggest.builtinCompletions.pwshGit": "Les complétions d’arguments PowerShell personnalisés seront enregistrés pour la CLI `git`.", "suggest.enabled": "Permet les suggestions Intellisense du terminal expérimental pour les shells pris en charge ({0}) lorsque {1} est défini sur {2}.\r\n\r\nSi l’intégration de l’interpréteur de commandes est installée manuellement, {3} doit être définie sur {4} avant d’appeler le script d’intégration de l’interpréteur de commandes.", - "suggest.providers": "Contrôle les fournisseurs activés pour les suggestions de terminal.", + "suggest.providers": "Providers are enabled by default. Omit them by setting the id of the provider to `false`.", "suggest.quickSuggestions": "Contrôle si les suggestions doivent s’afficher automatiquement lors de la saisie. Tenez également compte du {0}-setting qui contrôle si les suggestions sont déclenchées par des caractères spéciaux.", "suggest.runOnEnter": "Contrôle si les suggestions doivent s’exécuter immédiatement lorsque « Entrée » (et non « Tab ») est utilisé pour accepter le résultat.", "suggest.showStatusBar": "Contrôle si les suggestions de terminal status barre doivent être affichées.", diff --git a/i18n/vscode-language-pack-it/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-it/translations/extensions/ms-vscode.js-debug.i18n.json index b688d91a01..36593436aa 100644 --- a/i18n/vscode-language-pack-it/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-it/translations/extensions/ms-vscode.js-debug.i18n.json @@ -319,7 +319,7 @@ "Locals": "Locali", "Lost connection to debugee, reconnecting in {0}ms\r\n": "Connessione persa all'oggetto del debug. Verrà effettuato un nuovo tentativo di connessione tra {0} ms\r\n", "Manual": "Manuale", - "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Missing source information. Did you set \"originalUrl\" or \"source\"?", + "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Informazioni sull'origine mancanti. Hai impostato \"originalUrl\" o \"source\"?", "Module": "Modulo", "Networking not available.": "Rete non disponibile.", "Never": "Mai", diff --git a/i18n/vscode-language-pack-it/translations/main.i18n.json b/i18n/vscode-language-pack-it/translations/main.i18n.json index 1d3f158381..7f1d5a32d5 100644 --- a/i18n/vscode-language-pack-it/translations/main.i18n.json +++ b/i18n/vscode-language-pack-it/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "Editor aperti", "chatContext.notebook.kernelVariable": "Variabile kernel...", "chatContext.notebook.selectkernelVariable": "Seleziona e inserisci variabile kernel", - "chatContext.promptInstructions": "Istruzioni", "chatContext.relatedFiles": "File correlati", "chatContext.searchResults": "Risultati della ricerca", "chatContext.symbol": "Simbolo...", "imageFromClipboard": "Immagine dagli Appunti", "pastedImage": "Immagine incollata", "promptInstructions": "Aggiungi file di istruzioni per la richiesta di conferma", + "promptWithEllipsis": "Prompt...", "relatedFiles": "Aggiungi file correlati al set di lavoro", "workbench.action.chat.attachContext.label": "Connetti contesto", "workbench.action.chat.attachFile.label": "Aggiungi File alla chat", @@ -5681,10 +5681,9 @@ "openEditor": "Contesto file corrente" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "Allegato istruzioni prompt, {0}", + "chat.promptAttachment": "Prompt attachment, {0}", "error": "Errore", - "instructions": "Istruzioni", - "openEditor": "Istruzioni per la richiesta", + "prompt": "Prompt", "remove": "Rimuovi", "warning": "Avviso" }, @@ -8118,7 +8117,7 @@ "download": "Scaricare", "download title": "Selezionare la cartella in cui scaricare VSIX", "download.completed": "Download di VSIX completato", - "downloading...": "Scaricamento di VSIX in corso...", + "downloading...": "Downloading VSIX...", "enable locally": "Please {0} per abilitare questa estensione a livello locale.", "enable remote": "{0} per abilitare questa estensione in {1}.", "enableButtonLabel": "&&Abilita estensione", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "I completer degli argomenti di PowerShell personalizzati verranno registrati per le interfacce della riga di comando \"code\" e \"code-insiders\" di VS Code. Attualmente è molto semplice e suggerisce sempre flag e sottocomandi senza controllare il contesto.", "suggest.builtinCompletions.pwshGit": "I completer degli argomenti di PowerShell personalizzati verranno registrati per l'interfaccia della riga di comando \"git\".", "suggest.enabled": "Abilita i suggerimenti IntelliSense del terminale sperimentale per le shell supportate ({0}) quando {1} è impostato su {2}.\r\n\r\nSe l'integrazione della shell viene installata manualmente, è necessario impostare {3} su {4} prima di chiamare lo script di integrazione della shell.", - "suggest.providers": "Controlla i provider abilitati per i suggerimenti del terminale.", + "suggest.providers": "Providers are enabled by default. Omit them by setting the id of the provider to `false`.", "suggest.quickSuggestions": "Controlla se i suggerimenti devono essere visualizzati automaticamente durante la digitazione. Tenere anche conto dell'impostazione {0} che controlla se i suggerimenti vengono attivati dai caratteri speciali.", "suggest.runOnEnter": "Controlla se i suggerimenti devono essere eseguiti immediatamente quando si preme \"INVIO\" (non il tasto \"TAB\") per accettare il risultato.", "suggest.showStatusBar": "Controlla se visualizzare la barra di stato dei suggerimenti del terminale.", diff --git a/i18n/vscode-language-pack-ja/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-ja/translations/extensions/ms-vscode.js-debug.i18n.json index d5d425e731..9247a6fc53 100644 --- a/i18n/vscode-language-pack-ja/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-ja/translations/extensions/ms-vscode.js-debug.i18n.json @@ -319,7 +319,7 @@ "Locals": "ローカル", "Lost connection to debugee, reconnecting in {0}ms\r\n": "デバッグ対象への接続が失われました。{0} ミリ秒以内に再接続します\r\n", "Manual": "手動", - "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Missing source information. Did you set \"originalUrl\" or \"source\"?", + "Missing source information. Did you set \"originalUrl\" or \"source\"?": "ソース情報がありません。\"originalUrl\" または \"source\" を設定しましたか?", "Module": "モジュール", "Networking not available.": "ネットワークを利用できません。", "Never": "なし", diff --git a/i18n/vscode-language-pack-ja/translations/main.i18n.json b/i18n/vscode-language-pack-ja/translations/main.i18n.json index ec045254ad..1c1bba3065 100644 --- a/i18n/vscode-language-pack-ja/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ja/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "エディターを開く", "chatContext.notebook.kernelVariable": "カーネル変数...", "chatContext.notebook.selectkernelVariable": "カーネル変数を選択して挿入する", - "chatContext.promptInstructions": "手順", "chatContext.relatedFiles": "関連ファイル", "chatContext.searchResults": "検索結果", "chatContext.symbol": "シンボル...", "imageFromClipboard": "クリップボードからの画像", "pastedImage": "貼り付けられた画像", "promptInstructions": "プロンプト命令ファイルの追加", + "promptWithEllipsis": "Prompt...", "relatedFiles": "関連ファイルをワーキング セットに追加する", "workbench.action.chat.attachContext.label": "コンテキストのアタッチ", "workbench.action.chat.attachFile.label": "ファイルをチャットに追加", @@ -5681,10 +5681,9 @@ "openEditor": "現在のファイル コンテキスト" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "指示の添付ファイルを確認する, {0}", + "chat.promptAttachment": "Prompt attachment, {0}", "error": "エラー", - "instructions": "手順", - "openEditor": "指示を表示する", + "prompt": "Prompt", "remove": "削除", "warning": "警告" }, @@ -8118,7 +8117,7 @@ "download": "ダウンロード", "download title": "VSIX をダウンロードするフォルダーの選択", "download.completed": "VSIX が正常にダウンロードされました", - "downloading...": "VSIX をダウンロードしています...", + "downloading...": "Downloading VSIX...", "enable locally": "この拡張機能をローカルで有効にするには、{0} してください。", "enable remote": "{1} でこの拡張機能を有効にするには、{0} してください。", "enableButtonLabel": "拡張機能の有効化(&&E)", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "カスタム PowerShell 引数 completers は、VS Codeの 'code' および 'code-insiders' CLI に登録されます。これは現在非常に基本的であり、コンテキストを確認せずにフラグとサブコマンドを常に提案します。", "suggest.builtinCompletions.pwshGit": "カスタム PowerShell 引数 completers が 'git' CLI に登録されます。", "suggest.enabled": "{1} が {2} に設定されている場合、サポートされているシェル ({0}) の試験的なターミナル Intellisense 候補が有効になります。\r\n\r\nシェル統合を手動でインストールする場合は、シェル統合スクリプトを呼び出す前に、{3} を {4} に設定する必要があります。", - "suggest.providers": "ターミナル候補に対して有効にするプロバイダーを制御します。", + "suggest.providers": "Providers are enabled by default. Omit them by setting the id of the provider to `false`.", "suggest.quickSuggestions": "入力中に候補を自動的に表示するかどうかを制御します。また、提案が特殊文字によってトリガーされるかどうかを制御する {0}-設定にも注意してください。", "suggest.runOnEnter": "`Enter` キー (`タブ` ではない) を使用して結果を承諾するときに候補をすぐに実行するかどうかを制御します。", "suggest.showStatusBar": "ターミナル候補ステータス バーを表示するかどうかを制御します。", diff --git a/i18n/vscode-language-pack-ko/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-ko/translations/extensions/ms-vscode.js-debug.i18n.json index fdb52c9937..addfbb40e8 100644 --- a/i18n/vscode-language-pack-ko/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-ko/translations/extensions/ms-vscode.js-debug.i18n.json @@ -319,7 +319,7 @@ "Locals": "로컬", "Lost connection to debugee, reconnecting in {0}ms\r\n": "디버기에 대한 연결이 끊김, {0}ms 후에 다시 연결함\r\n", "Manual": "수동", - "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Missing source information. Did you set \"originalUrl\" or \"source\"?", + "Missing source information. Did you set \"originalUrl\" or \"source\"?": "원본 정보가 없습니다. \"originalUrl\" 또는 \"source\"를 설정했습니까?", "Module": "모듈", "Networking not available.": "네트워킹을 사용할 수 없습니다.", "Never": "안 함", diff --git a/i18n/vscode-language-pack-ko/translations/main.i18n.json b/i18n/vscode-language-pack-ko/translations/main.i18n.json index 1b706f4d8f..ce2a2fcf44 100644 --- a/i18n/vscode-language-pack-ko/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ko/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "편집기 열기", "chatContext.notebook.kernelVariable": "커널 변수...", "chatContext.notebook.selectkernelVariable": "커널 변수 선택 및 삽입", - "chatContext.promptInstructions": "지침", "chatContext.relatedFiles": "관련 파일", "chatContext.searchResults": "검색 결과", "chatContext.symbol": "기호...", "imageFromClipboard": "클립보드의 이미지", "pastedImage": "붙여 넣은 이미지", "promptInstructions": "프롬프트 지침 파일 추가", + "promptWithEllipsis": "Prompt...", "relatedFiles": "작업 집합에 관련 파일 추가", "workbench.action.chat.attachContext.label": "컨텍스트 연결", "workbench.action.chat.attachFile.label": "채팅에 파일 추가", @@ -5681,10 +5681,9 @@ "openEditor": "현재 파일 컨텍스트" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "프롬프트 지침 첨부 파일, {0}", + "chat.promptAttachment": "Prompt attachment, {0}", "error": "오류", - "instructions": "지침", - "openEditor": "프롬프트 지침", + "prompt": "Prompt", "remove": "제거", "warning": "경고" }, @@ -8118,7 +8117,7 @@ "download": "다운로드", "download title": "VSIX를 다운로드할 폴더 선택", "download.completed": "VSIX를 다운로드했습니다.", - "downloading...": "VSIX 다운로드 중...", + "downloading...": "Downloading VSIX...", "enable locally": "이 확장을 로컬로 활성화하려면 {0}합니다.", "enable remote": "{1}에서 이 확장을 활성화하려면 {0}합니다.", "enableButtonLabel": "확장 사용(&E)", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "사용자 지정 PowerShell 인수 완료자는 VS Code의 `code` 및 `code-insiders` CLI에 등록됩니다. 현재 매우 기본적이며 컨텍스트를 확인하지 않고 항상 플래그와 하위 명령을 제안합니다.", "suggest.builtinCompletions.pwshGit": "사용자 지정 PowerShell 인수 완료자가 `git` CLI에 등록됩니다.", "suggest.enabled": "{1}이(가) {2}(으)로 설정된 경우 지원되는 셸({0})에 대한 실험적 터미널 Intellisense 제안을 활성화합니다.\r\n\r\n셸 통합을 수동으로 설치한 경우 셸 통합 스크립트를 호출하기 전에 {3}을(를) {4}(으)로 설정해야 합니다.", - "suggest.providers": "터미널 제안에 사용할 수 있는 공급자를 제어합니다.", + "suggest.providers": "Providers are enabled by default. Omit them by setting the id of the provider to `false`.", "suggest.quickSuggestions": "입력하는 동안 제안을 자동으로 표시할지 여부를 제어합니다. 또한 제안이 특수 문자에 의해 실행되는지 여부를 제어하는 {0}-설정에 유의하세요.", "suggest.runOnEnter": "`Enter` 키(`Tab` 아님)를 사용하여 결과를 수락할 때 제안이 즉시 실행될지 여부를 제어합니다.", "suggest.showStatusBar": "터미널 제안 상태 표시줄을 표시할지 여부를 제어합니다.", diff --git a/i18n/vscode-language-pack-pl/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-pl/translations/extensions/ms-vscode.js-debug.i18n.json index 3a1a317949..2120d19cd1 100644 --- a/i18n/vscode-language-pack-pl/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-pl/translations/extensions/ms-vscode.js-debug.i18n.json @@ -319,7 +319,7 @@ "Locals": "Zmienne lokalne", "Lost connection to debugee, reconnecting in {0}ms\r\n": "Utracono połączenie z obiektem debugowanym; ponowne nawiązywanie połączenia za {0} ms\r\n", "Manual": "Ręcznie", - "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Missing source information. Did you set \"originalUrl\" or \"source\"?", + "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Brak informacji o źródle. Czy ustawiono wartość \"originalUrl\" lub \"source\"?", "Module": "Moduł", "Networking not available.": "Obsługa sieci jest niedostępna.", "Never": "Nigdy", diff --git a/i18n/vscode-language-pack-pl/translations/main.i18n.json b/i18n/vscode-language-pack-pl/translations/main.i18n.json index b18caef8cd..8caf6ddcd1 100644 --- a/i18n/vscode-language-pack-pl/translations/main.i18n.json +++ b/i18n/vscode-language-pack-pl/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "Otwarte edytory", "chatContext.notebook.kernelVariable": "Zmienna jądra...", "chatContext.notebook.selectkernelVariable": "Wybierz i wstaw zmienną jądra", - "chatContext.promptInstructions": "Instrukcje", "chatContext.relatedFiles": "Pliki powiązane", "chatContext.searchResults": "Wyniki wyszukiwania", "chatContext.symbol": "Symbol...", "imageFromClipboard": "Obraz ze schowka", "pastedImage": "Wklejony obraz", "promptInstructions": "Dodaj plik instrukcji monitu", + "promptWithEllipsis": "Prompt...", "relatedFiles": "Dodaj powiązane pliki do zestawu roboczego", "workbench.action.chat.attachContext.label": "Dołącz kontekst", "workbench.action.chat.attachFile.label": "Dodaj plik do czatu", @@ -5681,10 +5681,9 @@ "openEditor": "Bieżący kontekst pliku" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "Monituj o załącznik z instrukcjami, {0}", + "chat.promptAttachment": "Prompt attachment, {0}", "error": "Błąd", - "instructions": "Instrukcje", - "openEditor": "Monituj instrukcje", + "prompt": "Prompt", "remove": "Usuń", "warning": "Ostrzeżenie" }, @@ -8118,7 +8117,7 @@ "download": "Pobierz", "download title": "Wybierz folder, aby pobrać plik VSIX", "download.completed": "Pomyślnie pobrano plik VSIX", - "downloading...": "Pobieranie jednostki VSIX...", + "downloading...": "Downloading VSIX...", "enable locally": "Włącz {0} to rozszerzenie lokalnie.", "enable remote": "Włącz {0} to rozszerzenie w {1}.", "enableButtonLabel": "&&&Włącz rozszerzenie", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "Niestandardowe uzupełnienia argumentów powłoki PowerShell zostaną zarejestrowane dla interfejsów CLI w usłudze VS Code `code` i `code-insiders`. Jest to obecnie bardzo proste i zawsze sugeruje flagi i polecenia podrzędne bez sprawdzania kontekstu.", "suggest.builtinCompletions.pwshGit": "Niestandardowe uzupełnienia argumentów powłoki PowerShell zostaną zarejestrowane dla interfejsu CLI `git`.", "suggest.enabled": "Włącza eksperymentalne podpowiedzi terminala IntelliSense dla obsługiwanych powłok ({0}), gdy {1} jest ustawiona na {2}.\r\n\r\nJeśli integracja powłoki jest instalowana ręcznie, należy ustawić {3} na {4} przed wywołaniem skryptu integracji powłoki.", - "suggest.providers": "Określa, którzy dostawcy są włączeni dla sugestii terminali.", + "suggest.providers": "Providers are enabled by default. Omit them by setting the id of the provider to `false`.", "suggest.quickSuggestions": "Określa, czy sugestie powinny być automatycznie wyświetlane podczas pisania. Pamiętaj również o ustawieniu {0}, które kontroluje, czy sugestie są wyzwalane przez znaki specjalne.", "suggest.runOnEnter": "Kontroluje, czy sugestie powinny być uruchamiane natychmiast po użyciu klawisza `Enter` (nie `Tab`) do zaakceptowania wyniku.", "suggest.showStatusBar": "Określa, czy ma być wyświetlany pasek stanu sugestii terminalu.", diff --git a/i18n/vscode-language-pack-pt-BR/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-pt-BR/translations/extensions/ms-vscode.js-debug.i18n.json index 3dc1326f6b..b2b7c4255b 100644 --- a/i18n/vscode-language-pack-pt-BR/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-pt-BR/translations/extensions/ms-vscode.js-debug.i18n.json @@ -319,7 +319,7 @@ "Locals": "Locais", "Lost connection to debugee, reconnecting in {0}ms\r\n": "Conexão com o depurador perdida, reconectando-se em {0}ms\r\n", "Manual": "Manual", - "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Missing source information. Did you set \"originalUrl\" or \"source\"?", + "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Informações de origem ausentes. Você definiu \"originalUrl\" ou \"source\"?", "Module": "Módulo", "Networking not available.": "Rede não disponível.", "Never": "Nunca", 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 50e0f6c8d9..64f1c6b0bd 100644 --- a/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json +++ b/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "Abrir Editores", "chatContext.notebook.kernelVariable": "Variável de Kernel...", "chatContext.notebook.selectkernelVariable": "Selecionar e Inserir Variável de Kernel", - "chatContext.promptInstructions": "Instruções", "chatContext.relatedFiles": "Arquivos Relacionados", "chatContext.searchResults": "Resultados da Pesquisa", "chatContext.symbol": "Símbolo...", "imageFromClipboard": "Imagem da Área de Transferência", "pastedImage": "Imagem Colada", "promptInstructions": "Adicionar arquivo de instruções de prompt", + "promptWithEllipsis": "Prompt...", "relatedFiles": "Adicionar arquivos relacionados ao seu conjunto de trabalho", "workbench.action.chat.attachContext.label": "Anexar Contexto", "workbench.action.chat.attachFile.label": "Adicionar Arquivo ao Chat", @@ -5681,10 +5681,9 @@ "openEditor": "Contexto do arquivo atual" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "Solicitar anexo de instruções, {0}", + "chat.promptAttachment": "Prompt attachment, {0}", "error": "Erro", - "instructions": "Instruções", - "openEditor": "Instruções de prompt", + "prompt": "Prompt", "remove": "Remover", "warning": "Aviso" }, @@ -8118,7 +8117,7 @@ "download": "Baixar", "download title": "Selecione a pasta para baixar o VSIX", "download.completed": "O VSIX foi baixado com sucesso", - "downloading...": "Baixando VSIX...", + "downloading...": "Downloading VSIX...", "enable locally": "{0} para habilitar esta extensão localmente.", "enable remote": "{0} para habilitar esta extensão no {1}.", "enableButtonLabel": "&&Habilitar extensão", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "Os complementos de argumentos personalizados do PowerShell serão registrados para as CLIs `code` e `code-insiders` do VS Code. Atualmente, isso é muito básico e sempre sugere sinalizadores e subcomandos sem verificar o contexto.", "suggest.builtinCompletions.pwshGit": "Os complementos de argumentos personalizados do PowerShell serão registrados para a CLI do `git`.", "suggest.enabled": "Habilita sugestões de IntelliSense de terminal experimental para shells ({0}) com suporte quando {1} é definido como {2}.\r\n\r\nSe a integração do shell for instalada manualmente, {3} precisa ser definido como {4} antes de chamar o script de integração do shell.", - "suggest.providers": "Controla quais provedores estão habilitados para sugestões de terminal.", + "suggest.providers": "Providers are enabled by default. Omit them by setting the id of the provider to `false`.", "suggest.quickSuggestions": "Controla se as sugestões devem aparecer automaticamente durante a digitação. Esteja ciente também da configuração {0}-que controla se as sugestões são acionadas por caracteres especiais.", "suggest.runOnEnter": "Controla se as sugestões devem ser executadas imediatamente quando `Enter` (não `Tab`) for usado para aceitar o resultado.", "suggest.showStatusBar": "Controla se as sugestões de terminal status barra devem ser mostradas.", 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 234f12e426..fa91de52da 100644 --- a/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json +++ b/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "Øpëñ Ëðïtørs", "chatContext.notebook.kernelVariable": "Kërñël Værïæþlë...", "chatContext.notebook.selectkernelVariable": "§ëlëçt æñð Ïñsërt Kërñël Værïæþlë", - "chatContext.promptInstructions": "Ïñstrµçtïøñs", "chatContext.relatedFiles": "Rëlætëð Fïlës", "chatContext.searchResults": "§ëærçh Rësµlts", "chatContext.symbol": "§ÿmþøl...", "imageFromClipboard": "Ïmægë frøm Çlïpþøærð", "pastedImage": "Pæstëð Ïmægë", "promptInstructions": "Æðð prømpt ïñstrµçtïøñs fïlë", + "promptWithEllipsis": "Prømpt...", "relatedFiles": "Æðð rëlætëð fïlës tø ÿøµr wørkïñg sët", "workbench.action.chat.attachContext.label": "Ættæçh Çøñtëxt", "workbench.action.chat.attachFile.label": "Æðð Fïlë tø Çhæt", @@ -5681,10 +5681,9 @@ "openEditor": "ǵrrëñt fïlë çøñtëxt" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "Prømpt ïñstrµçtïøñs ættæçhmëñt, {0}", + "chat.promptAttachment": "Prømpt ættæçhmëñt, {0}", "error": "Ërrør", - "instructions": "Ïñstrµçtïøñs", - "openEditor": "Prømpt ïñstrµçtïøñs", + "prompt": "Prømpt", "remove": "Rëmøvë", "warning": "Wærñïñg" }, @@ -8118,7 +8117,7 @@ "download": "Ðøwñløæð", "download title": "§ëlëçt følðër tø ðøwñløæð thë V§ÏX", "download.completed": "§µççëssfµllÿ ðøwñløæðëð thë V§ÏX", - "downloading...": "Ðøwñlæðïñg V§ÏX...", + "downloading...": "Ðøwñløæðïñg V§ÏX...", "enable locally": "Plëæsë {0} tø ëñæþlë thïs ëxtëñsïøñ løçællÿ.", "enable remote": "Plëæsë {0} tø ëñæþlë thïs ëxtëñsïøñ ïñ {1}.", "enableButtonLabel": "&&Ëñæþlë Ëxtëñsïøñ", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "ǵstøm Pøwër§hëll ærgµmëñt çømplëtërs wïll þë rëgïstërëð før V§ Çøðë's `çøðë` æñð `çøðë-ïñsïðërs` Ç£Ïs. Thïs ïs çµrrëñtlÿ vërÿ þæsïç æñð ælwæÿs sµggësts flægs æñð sµþçømmæñðs wïthøµt çhëçkïñg çøñtëxt.", "suggest.builtinCompletions.pwshGit": "ǵstøm Pøwër§hëll ærgµmëñt çømplëtërs wïll þë rëgïstërëð før thë `gït` Ç£Ï.", "suggest.enabled": "Ëñæþlës ëxpërïmëñtæl tërmïñæl Ïñtëllïsëñsë sµggëstïøñs før sµppørtëð shëlls ({0}) whëñ {1} ïs sët tø {2}.\r\n\r\nÏf shëll ïñtëgrætïøñ ïs ïñstællëð mæñµællÿ, {3} ñëëðs tø þë sët tø {4} þëførë çællïñg thë shëll ïñtëgrætïøñ sçrïpt.", - "suggest.providers": "Çøñtrøls whïçh prøvïðërs ærë ëñæþlëð før tërmïñæl sµggëstïøñs.", + "suggest.providers": "Prøvïðërs ærë ëñæþlëð þÿ ðëfæµlt. Ømït thëm þÿ sëttïñg thë ïð øf thë prøvïðër tø `fælsë`.", "suggest.quickSuggestions": "Çøñtrøls whëthër sµggëstïøñs shøµlð æµtømætïçællÿ shøw µp whïlë tÿpïñg. Ælsø þë æwærë øf thë {0}-sëttïñg whïçh çøñtrøls ïf sµggëstïøñs ærë trïggërëð þÿ spëçïæl çhæræçtërs.", "suggest.runOnEnter": "Çøñtrøls whëthër sµggëstïøñs shøµlð rµñ ïmmëðïætëlÿ whëñ `Ëñtër` (ñøt `Tæþ`) ïs µsëð tø æççëpt thë rësµlt.", "suggest.showStatusBar": "Çøñtrøls whëthër thë tërmïñæl sµggëstïøñs stætµs þær shøµlð þë shøwñ.", diff --git a/i18n/vscode-language-pack-ru/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-ru/translations/extensions/ms-vscode.js-debug.i18n.json index 576e1afe19..43d2859bf3 100644 --- a/i18n/vscode-language-pack-ru/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-ru/translations/extensions/ms-vscode.js-debug.i18n.json @@ -319,7 +319,7 @@ "Locals": "Локальные", "Lost connection to debugee, reconnecting in {0}ms\r\n": "Потеряно подключение к отлаживаемому компоненту, повторное подключение через {0} мс\r\n", "Manual": "Вручную", - "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Missing source information. Did you set \"originalUrl\" or \"source\"?", + "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Отсутствуют сведения об источнике. Вы присвоили значение \"originalUrl\" или \"source\"?", "Module": "Модуль", "Networking not available.": "Сеть недоступна.", "Never": "Никогда", diff --git a/i18n/vscode-language-pack-ru/translations/main.i18n.json b/i18n/vscode-language-pack-ru/translations/main.i18n.json index 9c2b980c2b..a8ad840ee0 100644 --- a/i18n/vscode-language-pack-ru/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ru/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "Открытые редакторы", "chatContext.notebook.kernelVariable": "Переменная ядра...", "chatContext.notebook.selectkernelVariable": "Выбрать и вставить переменную ядра", - "chatContext.promptInstructions": "Инструкции", "chatContext.relatedFiles": "Связанные файлы", "chatContext.searchResults": "Результаты поиска", "chatContext.symbol": "Символ...", "imageFromClipboard": "Вставить из буфера обмена", "pastedImage": "Вставленное изображение", "promptInstructions": "Добавить файл инструкций приглашения", + "promptWithEllipsis": "Prompt...", "relatedFiles": "Добавить связанные файлы в рабочий набор", "workbench.action.chat.attachContext.label": "Вложить контекст", "workbench.action.chat.attachFile.label": "Добавить файл в чат", @@ -5681,10 +5681,9 @@ "openEditor": "Текущий контекст файла" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "Запрос вложения инструкций, {0}", + "chat.promptAttachment": "Prompt attachment, {0}", "error": "Ошибка", - "instructions": "Инструкции", - "openEditor": "Инструкции по запросу", + "prompt": "Prompt", "remove": "Удалить", "warning": "Предупреждение" }, @@ -8118,7 +8117,7 @@ "download": "Скачать", "download title": "Выберите папку для загрузки VSIX", "download.completed": "Скачано: VSIX", - "downloading...": "Скачивание VSIX...", + "downloading...": "Downloading VSIX...", "enable locally": "{0}, чтобы включить это расширение локально.", "enable remote": "{0}, чтобы включить это расширение в {1}.", "enableButtonLabel": "&&Включить расширение", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "Пользовательские заполнители аргументов PowerShell будут зарегистрированы для CLI \"code\" и \"code-insiders\" в VS Code. В настоящее время эта функция является базовой и всегда предлагает флаги и подкоманды без проверки контекста.", "suggest.builtinCompletions.pwshGit": "Пользовательские заполнители аргументов PowerShell будут зарегистрированы для CLI \"git\".", "suggest.enabled": "Включает экспериментальные предложения окончаний Intellisense для поддерживаемых оболочек ({0}), если для {1} установлено значение {2}.\r\n\r\nЕсли интеграция оболочки установлена вручную, необходимо установить для {3} значение {4}, прежде чем вызывать скрипт интеграции оболочки.", - "suggest.providers": "Определяет, какие поставщики включены для предложений терминала.", + "suggest.providers": "Providers are enabled by default. Omit them by setting the id of the provider to `false`.", "suggest.quickSuggestions": "Определяет, должны ли предложения автоматически отображаться при вводе. Необходимо также помнить о параметре{0}, который управляет активированием предложений специальными символами.", "suggest.runOnEnter": "Определяет, должны ли предложения запускаться немедленно, когда для принятия результата используется клавиша ВВОД (не TAB).", "suggest.showStatusBar": "Определяет, следует ли отображать строку состояния предложений терминала.", diff --git a/i18n/vscode-language-pack-tr/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-tr/translations/extensions/ms-vscode.js-debug.i18n.json index 522bd2dfc4..fd35bbaacf 100644 --- a/i18n/vscode-language-pack-tr/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-tr/translations/extensions/ms-vscode.js-debug.i18n.json @@ -319,7 +319,7 @@ "Locals": "Yerel Ayarlar", "Lost connection to debugee, reconnecting in {0}ms\r\n": "Hata ayıklanacak bağlantı kesildi, {0}ms içinde yeniden bağlanılıyor\r\n", "Manual": "El ile", - "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Missing source information. Did you set \"originalUrl\" or \"source\"?", + "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Kaynak bilgileri eksik. \"originalUrl\" veya \"source\" seçeneğini mi ayarladınız?", "Module": "Modül", "Networking not available.": "Ağ kullanılamıyor.", "Never": "Hiçbir zaman", diff --git a/i18n/vscode-language-pack-tr/translations/main.i18n.json b/i18n/vscode-language-pack-tr/translations/main.i18n.json index 11144368da..bc9ff94d4c 100644 --- a/i18n/vscode-language-pack-tr/translations/main.i18n.json +++ b/i18n/vscode-language-pack-tr/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "Düzenleyicileri Aç", "chatContext.notebook.kernelVariable": "Çekirdek Değişkeni...", "chatContext.notebook.selectkernelVariable": "Çekirdek Değişkenini Seç ve Ekle", - "chatContext.promptInstructions": "Yönergeler", "chatContext.relatedFiles": "İlgili Dosyalar", "chatContext.searchResults": "Arama Sonuçları", "chatContext.symbol": "Sembol...", "imageFromClipboard": "Panodan Resim", "pastedImage": "Yapıştırılan Resim", "promptInstructions": "komut istemi yönergeleri dosyası ekle", + "promptWithEllipsis": "Prompt...", "relatedFiles": "İlgili dosyaları çalışma kümenize ekleyin", "workbench.action.chat.attachContext.label": "Bağlam Ekle", "workbench.action.chat.attachFile.label": "Dosyayı Sohbete Ekle", @@ -5681,10 +5681,9 @@ "openEditor": "Geçerli dosya bağlamı" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "Yönergelerin eklerini sor, {0}", + "chat.promptAttachment": "Prompt attachment, {0}", "error": "Hata", - "instructions": "Yönergeler", - "openEditor": "Yönergeleri sor", + "prompt": "Prompt", "remove": "Kaldır", "warning": "Uyarı" }, @@ -8118,7 +8117,7 @@ "download": "İndir", "download title": "VSIX’i indirmek için klasör seçin", "download.completed": "VSIX başarıyla indirildi", - "downloading...": "VSIX indiriliyor...", + "downloading...": "Downloading VSIX...", "enable locally": "Lütfen bu uzantıyı yerel olarak etkinleştirmek için {0}.", "enable remote": "Lütfen {1} bu uzantıyı etkinleştirmek için {0}.", "enableButtonLabel": "&&Uzantıyı Etkinleştir", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "Özel Windows PowerShell bağımsız değişken tamamlayıcıları, VS Code 'code' ve 'code-insider' CLI'leri için kaydedilecek. Bu şu anda çok temeldir ve bağlamı denetlemeden her zaman bayraklar ve alt komutlar önerir.", "suggest.builtinCompletions.pwshGit": "Özel Windows PowerShell bağımsız değişken tamamlayıcıları `git` CLI için kaydedilecek.", "suggest.enabled": "{1}, {2} olarak ayarlandığında desteklenen kabuklar ({0}) için deneysel terminal Intellisense önerilerini etkinleştirir.\r\n\r\nKabuk tümleştirmesi el ile yüklenirse, kabuk tümleştirme betiğini çağırmadan önce {3}, {4} olarak ayarlanmalıdır.", - "suggest.providers": "Terminal önerileri için etkinleştirilen sağlayıcıları denetler.", + "suggest.providers": "Providers are enabled by default. Omit them by setting the id of the provider to `false`.", "suggest.quickSuggestions": "Yazarken önerilerin otomatik olarak görünüp görünmeyeceğini denetler. Ayrıca, önerilerin özel karakterlerle tetiklenip tetiklenmeyeceğini denetleyen '{0}' ayarına dikkat edin.", "suggest.runOnEnter": "Sonucu kabul etmek için `Enter` (`Sekme` değil) kullanıldığında önerilerin hemen çalıştırılıp çalıştırılmayacağını denetler.", "suggest.showStatusBar": "Terminal önerileri durum çubuğunun gösterilip gösterilmeyeceğini denetler.", diff --git a/i18n/vscode-language-pack-zh-hans/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-zh-hans/translations/extensions/ms-vscode.js-debug.i18n.json index cb3bf026f2..cd54008777 100644 --- a/i18n/vscode-language-pack-zh-hans/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-zh-hans/translations/extensions/ms-vscode.js-debug.i18n.json @@ -319,7 +319,7 @@ "Locals": "本地", "Lost connection to debugee, reconnecting in {0}ms\r\n": "已断开与调试对象的连接,将在 {0} 毫秒后重新连接\r\n", "Manual": "手动", - "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Missing source information. Did you set \"originalUrl\" or \"source\"?", + "Missing source information. Did you set \"originalUrl\" or \"source\"?": "缺少源信息。是否设置了 “originalUrl” 或 “source”?", "Module": "模块", "Networking not available.": "网络不可用。", "Never": "从不", 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 f9cb83ed47..e3c6b34491 100644 --- a/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json +++ b/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "打开编辑器", "chatContext.notebook.kernelVariable": "内核变量...", "chatContext.notebook.selectkernelVariable": "选择并插入内核变量", - "chatContext.promptInstructions": "说明", "chatContext.relatedFiles": "相关文件", "chatContext.searchResults": "搜索结果", "chatContext.symbol": "符号...", "imageFromClipboard": "来自剪贴板的图像", "pastedImage": "粘贴的图像", "promptInstructions": "添加提示说明文件", + "promptWithEllipsis": "Prompt...", "relatedFiles": "将相关文件添加到工作集", "workbench.action.chat.attachContext.label": "附加上下文", "workbench.action.chat.attachFile.label": "将文件添加到聊天", @@ -5681,10 +5681,9 @@ "openEditor": "当前文件上下文" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "提示说明附件,{0}", + "chat.promptAttachment": "Prompt attachment, {0}", "error": "错误", - "instructions": "说明", - "openEditor": "提示说明", + "prompt": "Prompt", "remove": "移除", "warning": "警告" }, @@ -8118,7 +8117,7 @@ "download": "下载", "download title": "选择文件夹以下载 VSIX", "download.completed": "已成功下载 VSIX", - "downloading...": "正在下载 VSIX...", + "downloading...": "Downloading VSIX...", "enable locally": "请使用 {0} 以在本地启用此扩展。", "enable remote": "请 {0} 以在 {1} 启用此扩展。", "enableButtonLabel": "启用扩展(&&E)", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "将为 VS Code 的 `code` 和 `code-insiders` CLI 注册自定义 PowerShell 参数补全程序。这在目前是非常基本的,并且始终建议使用标志和子命令,但不检查上下文。", "suggest.builtinCompletions.pwshGit": "将为 `git` CLI 注册自定义 PowerShell 参数补全程序。", "suggest.enabled": "当 {1} 设置为 {2} 时,为受支持的 shell ({0})启用实验性终端 Intellisense 建议。\r\n\r\n如果是手动安装的 shell 集成,则在调用 shell 集成脚本之前,需要将 {3} 设置为 {4}。", - "suggest.providers": "控制为终端建议启用的提供程序。", + "suggest.providers": "Providers are enabled by default. Omit them by setting the id of the provider to `false`.", "suggest.quickSuggestions": "控制是否应在键入时自动显示建议。另请注意控制建议是否由特殊字符触发的 {0} 设置。", "suggest.runOnEnter": "控制是否应在使用 `Enter` (而不是 `Tab`)接受结果时立即运行建议。", "suggest.showStatusBar": "控制是否应显示终端建议状态栏。", diff --git a/i18n/vscode-language-pack-zh-hant/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-zh-hant/translations/extensions/ms-vscode.js-debug.i18n.json index 10af95a1b8..6a238cc7e1 100644 --- a/i18n/vscode-language-pack-zh-hant/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-zh-hant/translations/extensions/ms-vscode.js-debug.i18n.json @@ -319,7 +319,7 @@ "Locals": "區域變數", "Lost connection to debugee, reconnecting in {0}ms\r\n": "與偵錯項目的連線已中斷。將於 {0} 毫秒內重新連線\r\n", "Manual": "手動", - "Missing source information. Did you set \"originalUrl\" or \"source\"?": "Missing source information. Did you set \"originalUrl\" or \"source\"?", + "Missing source information. Did you set \"originalUrl\" or \"source\"?": "缺少來源資訊。您是設定 「originalUrl」 或 「source」 嗎?", "Module": "模組", "Networking not available.": "網路功能無法使用。", "Never": "永不", 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 f314a138f1..3f23cbbb57 100644 --- a/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json +++ b/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json @@ -5573,13 +5573,13 @@ "chatContext.editors": "開啟編輯器", "chatContext.notebook.kernelVariable": "核心變數...", "chatContext.notebook.selectkernelVariable": "選取並插入核心變數", - "chatContext.promptInstructions": "指示", "chatContext.relatedFiles": "相關檔案", "chatContext.searchResults": "搜尋結果", "chatContext.symbol": "符號...", "imageFromClipboard": "剪貼簿中的影像", "pastedImage": "貼上影像", "promptInstructions": "新增提示指示檔案", + "promptWithEllipsis": "Prompt...", "relatedFiles": "將相關檔案新增至您的工作集", "workbench.action.chat.attachContext.label": "連結內容", "workbench.action.chat.attachFile.label": "將檔案新增至聊天", @@ -5681,10 +5681,9 @@ "openEditor": "目前的檔案內容" }, "vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment": { - "chat.instructionsAttachment": "提示指示附件,{0}", + "chat.promptAttachment": "Prompt attachment, {0}", "error": "錯誤", - "instructions": "指示", - "openEditor": "提示指示", + "prompt": "Prompt", "remove": "移除", "warning": "警告" }, @@ -8118,7 +8117,7 @@ "download": "下載", "download title": "選取要下載 VSIX 的資料夾", "download.completed": "已成功下載 VSIX", - "downloading...": "正在下載 VSIX...", + "downloading...": "Downloading VSIX...", "enable locally": "請 {0} 以本機啟用此延伸模組。", "enable remote": "請 {0} 以於 {1} 啟用此延伸模組。", "enableButtonLabel": "啟用延伸模組(&&E)", @@ -12975,7 +12974,7 @@ "suggest.builtinCompletions.pwshCode": "將為 VS Code 的 `code` 和 `code-insider` CLI 註冊自訂 PowerShell 引數完成程式。這目前非常基本,且一律建議旗標和子命令,而不檢查內容。", "suggest.builtinCompletions.pwshGit": "將為 `git` CLI 註冊自訂 PowerShell 引數完成程式。", "suggest.enabled": "在 {1} 設為 {2} 時,為支援的殼層 ({0}) 啟用實驗性終端機 IntelliSense 建議。\r\n\r\n如果是手動安裝殼層整合,{3} 必須先設為 {4},才能呼叫殼層整合指令碼。", - "suggest.providers": "控制要為終端機建議啟用哪些提供者。", + "suggest.providers": "Providers are enabled by default. Omit them by setting the id of the provider to `false`.", "suggest.quickSuggestions": "控制輸入時是否應自動顯示建議。另外也請注意 {0} 設定,其會控制建議是否由特殊字元所觸發。", "suggest.runOnEnter": "控制使用 `Enter` 鍵 (非 `Tab` 鍵) 接受結果時是否應立即執行建議。", "suggest.showStatusBar": "控制是否應顯示終端機建議狀態列。",