Skip to content

Commit 4c9b527

Browse files
azure-pipelines[bot]vscode
andauthored
Co-authored-by: vscode <[email protected]>
1 parent 8bb1dbe commit 4c9b527

File tree

14 files changed

+154
-98
lines changed

14 files changed

+154
-98
lines changed

i18n/vscode-language-pack-cs/translations/main.i18n.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5923,9 +5923,10 @@
59235923
"chat.fileAttachmentWithRange": "Attached {0}, {1}, line {2} to line {3}",
59245924
"disable": "Disable current {0} context",
59255925
"enable": "Enable current {0} context",
5926+
"enableHint": "disabled",
59265927
"file.lowercase": "soubor",
59275928
"hint.label.current": "Current {0}",
5928-
"openEditor": "Navrhovaný kontext (aktuální soubor)"
5929+
"openEditor": "Current {0} context"
59295930
},
59305931
"vs/workbench/contrib/chat/browser/chat.contribution": {
59315932
"chat": "Chat",
@@ -6006,9 +6007,9 @@
60066007
"reservedName": "Toto rozšíření chatu používá vyhrazený název.",
60076008
"viewExtensionLabel": "Zobrazit rozšíření"
60086009
},
6009-
"vs/workbench/contrib/chat/browser/chatAttachmentResolve": {
6010-
"imageTooLarge": "Obrázek je příliš velký",
6011-
"imageTooLargeMessage": "Obrázek {0} je pro připojení příliš velký."
6010+
"vs/workbench/contrib/chat/browser/chatAttachmentResolveService": {
6011+
"imageTooLarge": "Image is too large",
6012+
"imageTooLargeMessage": "The image {0} is too large to be attached."
60126013
},
60136014
"vs/workbench/contrib/chat/browser/chatAttachmentWidgets": {
60146015
"chat.NotebookImageAttachment": "Výstup připojeného poznámkového bloku, {0}",
@@ -6273,14 +6274,17 @@
62736274
"miGotoTypeDefinition": "Přejít na &&definice typů"
62746275
},
62756276
"vs/workbench/contrib/chat/browser/chatInputPart": {
6276-
"actions.chat.accessibiltyHelp": "Vstup chatu, zadejte dotaz nebo zadejte / pro témata, stisknutím klávesy Enter odešlete žádost. {0} slouží pro nápovědu k přístupnosti chatu.",
6277+
"actions.chat.accessibiltyHelp": "Chat Input {0} Press Enter to send out the request. Use {1} for Chat Accessibility Help.",
62776278
"chatAttachFiles": "Vyhledejte soubory a kontext, které chcete přidat do své žádosti.",
62786279
"chatEditingSession.addSuggested": "Přidat návrh",
62796280
"chatEditingSession.addSuggestion": "Přidat {0} návrhů",
62806281
"chatEditingSession.manyFiles.1": "Počet změněných souborů: {0}",
62816282
"chatEditingSession.oneFile.1": "1 změněný soubor",
62826283
"chatInput": "Vstup chatu",
6283-
"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.",
6284+
"chatInput.accessibilityHelpNoKb": "Chat Input {0} Press Enter to send out the request. Use the Chat Accessibility Help command for more information.",
6285+
"chatInput.mode.agent": "(Agent Mode), edit files in your workspace.",
6286+
"chatInput.mode.ask": "(Ask Mode), ask questions or type / for topics.",
6287+
"chatInput.mode.edit": "(Edit Mode), edit files in your workspace.",
62846288
"notebook.moreExecuteActionsLabel": "Další…",
62856289
"suggeste.title": "{0}–{1}"
62866290
},

i18n/vscode-language-pack-de/translations/main.i18n.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5923,9 +5923,10 @@
59235923
"chat.fileAttachmentWithRange": "Attached {0}, {1}, line {2} to line {3}",
59245924
"disable": "Disable current {0} context",
59255925
"enable": "Enable current {0} context",
5926+
"enableHint": "disabled",
59265927
"file.lowercase": "Datei",
59275928
"hint.label.current": "Current {0}",
5928-
"openEditor": "Vorgeschlagener Kontext (aktuelle Datei)"
5929+
"openEditor": "Current {0} context"
59295930
},
59305931
"vs/workbench/contrib/chat/browser/chat.contribution": {
59315932
"chat": "Chat",
@@ -6006,9 +6007,9 @@
60066007
"reservedName": "Diese Chaterweiterung verwendet einen reservierten Namen.",
60076008
"viewExtensionLabel": "Erweiterung anzeigen"
60086009
},
6009-
"vs/workbench/contrib/chat/browser/chatAttachmentResolve": {
6010-
"imageTooLarge": "Bild ist zu groß",
6011-
"imageTooLargeMessage": "Das Bild {0} ist zu groß; Sie können es nicht anfügen."
6010+
"vs/workbench/contrib/chat/browser/chatAttachmentResolveService": {
6011+
"imageTooLarge": "Image is too large",
6012+
"imageTooLargeMessage": "The image {0} is too large to be attached."
60126013
},
60136014
"vs/workbench/contrib/chat/browser/chatAttachmentWidgets": {
60146015
"chat.NotebookImageAttachment": "Angefügte Notizbuchausgabe, {0}",
@@ -6273,14 +6274,17 @@
62736274
"miGotoTypeDefinition": "Gehe zu &&Typdefinitionen"
62746275
},
62756276
"vs/workbench/contrib/chat/browser/chatInputPart": {
6276-
"actions.chat.accessibiltyHelp": "Chateingabe, Eingabe zum Stellen von Fragen oder Eingabe für Themen: Drücken Sie die Eingabetaste, um die Anfrage zu senden. Verwenden Sie {0} für die Hilfe zur Barrierefreiheit des Chats.",
6277+
"actions.chat.accessibiltyHelp": "Chat Input {0} Press Enter to send out the request. Use {1} for Chat Accessibility Help.",
62776278
"chatAttachFiles": "Suchen Sie nach Dateien und Kontext, die Ihrer Anforderung hinzugefügt werden sollen.",
62786279
"chatEditingSession.addSuggested": "Vorschlag hinzufügen",
62796280
"chatEditingSession.addSuggestion": "Vorschlag hinzufügen {0}",
62806281
"chatEditingSession.manyFiles.1": "{0} Dateien geändert",
62816282
"chatEditingSession.oneFile.1": "1 Datei geändert",
62826283
"chatInput": "Chateingabe",
6283-
"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.",
6284+
"chatInput.accessibilityHelpNoKb": "Chat Input {0} Press Enter to send out the request. Use the Chat Accessibility Help command for more information.",
6285+
"chatInput.mode.agent": "(Agent Mode), edit files in your workspace.",
6286+
"chatInput.mode.ask": "(Ask Mode), ask questions or type / for topics.",
6287+
"chatInput.mode.edit": "(Edit Mode), edit files in your workspace.",
62846288
"notebook.moreExecuteActionsLabel": "Mehr...",
62856289
"suggeste.title": "{0} – {1}"
62866290
},

i18n/vscode-language-pack-es/translations/main.i18n.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5923,9 +5923,10 @@
59235923
"chat.fileAttachmentWithRange": "Attached {0}, {1}, line {2} to line {3}",
59245924
"disable": "Disable current {0} context",
59255925
"enable": "Enable current {0} context",
5926+
"enableHint": "disabled",
59265927
"file.lowercase": "archivo",
59275928
"hint.label.current": "Current {0}",
5928-
"openEditor": "Contexto sugerido (archivo actual)"
5929+
"openEditor": "Current {0} context"
59295930
},
59305931
"vs/workbench/contrib/chat/browser/chat.contribution": {
59315932
"chat": "Chat",
@@ -6006,9 +6007,9 @@
60066007
"reservedName": "Esta extensión de chat usa un nombre reservado.",
60076008
"viewExtensionLabel": "Ver extensión"
60086009
},
6009-
"vs/workbench/contrib/chat/browser/chatAttachmentResolve": {
6010-
"imageTooLarge": "La imagen es demasiado grande",
6011-
"imageTooLargeMessage": "La imagen {0} es demasiado grande para adjuntarse."
6010+
"vs/workbench/contrib/chat/browser/chatAttachmentResolveService": {
6011+
"imageTooLarge": "Image is too large",
6012+
"imageTooLargeMessage": "The image {0} is too large to be attached."
60126013
},
60136014
"vs/workbench/contrib/chat/browser/chatAttachmentWidgets": {
60146015
"chat.NotebookImageAttachment": "Salida del cuaderno adjunto, {0}",
@@ -6273,14 +6274,17 @@
62736274
"miGotoTypeDefinition": "Ir a definiciones de &&tipo"
62746275
},
62756276
"vs/workbench/contrib/chat/browser/chatInputPart": {
6276-
"actions.chat.accessibiltyHelp": "Entrada de chat, Escribir para hacer preguntas o escribir / para temas, presione Entrar para enviar la solicitud. Use {0} para la Ayuda de accesibilidad del chat.",
6277+
"actions.chat.accessibiltyHelp": "Chat Input {0} Press Enter to send out the request. Use {1} for Chat Accessibility Help.",
62776278
"chatAttachFiles": "Buscar archivos y contexto para agregarlos a la solicitud",
62786279
"chatEditingSession.addSuggested": "Agregar sugerencia",
62796280
"chatEditingSession.addSuggestion": "Agregar {0} de sugerencias",
62806281
"chatEditingSession.manyFiles.1": "{0} archivos cambiados",
62816282
"chatEditingSession.oneFile.1": "1 archivo cambiado",
62826283
"chatInput": "Entrada de chat",
6283-
"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.",
6284+
"chatInput.accessibilityHelpNoKb": "Chat Input {0} Press Enter to send out the request. Use the Chat Accessibility Help command for more information.",
6285+
"chatInput.mode.agent": "(Agent Mode), edit files in your workspace.",
6286+
"chatInput.mode.ask": "(Ask Mode), ask questions or type / for topics.",
6287+
"chatInput.mode.edit": "(Edit Mode), edit files in your workspace.",
62846288
"notebook.moreExecuteActionsLabel": "Más...",
62856289
"suggeste.title": "{0} - {1}"
62866290
},

i18n/vscode-language-pack-fr/translations/main.i18n.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5923,9 +5923,10 @@
59235923
"chat.fileAttachmentWithRange": "Attached {0}, {1}, line {2} to line {3}",
59245924
"disable": "Disable current {0} context",
59255925
"enable": "Enable current {0} context",
5926+
"enableHint": "disabled",
59265927
"file.lowercase": "fichier",
59275928
"hint.label.current": "Current {0}",
5928-
"openEditor": "Contexte suggéré (fichier actif)"
5929+
"openEditor": "Current {0} context"
59295930
},
59305931
"vs/workbench/contrib/chat/browser/chat.contribution": {
59315932
"chat": "Conversation",
@@ -6006,9 +6007,9 @@
60066007
"reservedName": "Cette extension de conversation utilise un nom réservé.",
60076008
"viewExtensionLabel": "Afficher l'extension"
60086009
},
6009-
"vs/workbench/contrib/chat/browser/chatAttachmentResolve": {
6010-
"imageTooLarge": "L‘image est trop volumineuse",
6011-
"imageTooLargeMessage": "L’image {0} est trop grande pour être jointe."
6010+
"vs/workbench/contrib/chat/browser/chatAttachmentResolveService": {
6011+
"imageTooLarge": "Image is too large",
6012+
"imageTooLargeMessage": "The image {0} is too large to be attached."
60126013
},
60136014
"vs/workbench/contrib/chat/browser/chatAttachmentWidgets": {
60146015
"chat.NotebookImageAttachment": "Sortie du Notebook ci-joint, {0}",
@@ -6273,14 +6274,17 @@
62736274
"miGotoTypeDefinition": "Aller à &&Définitions de type"
62746275
},
62756276
"vs/workbench/contrib/chat/browser/chatInputPart": {
6276-
"actions.chat.accessibiltyHelp": "Saisie pour la conversation, tapez pour poser des questions ou tapez / pour les sujets, appuyez sur entrée pour envoyer la demande. À utiliser {0} pour l’aide à l’accessibilité de la conversation.",
6277+
"actions.chat.accessibiltyHelp": "Chat Input {0} Press Enter to send out the request. Use {1} for Chat Accessibility Help.",
62776278
"chatAttachFiles": "Rechercher les fichiers et le contexte à ajouter à votre demande",
62786279
"chatEditingSession.addSuggested": "Ajouter une suggestion",
62796280
"chatEditingSession.addSuggestion": "Ajouter une {0} de suggestion",
62806281
"chatEditingSession.manyFiles.1": "{0} fichiers ont été modifiés",
62816282
"chatEditingSession.oneFile.1": "1 fichier a été modifié",
62826283
"chatInput": "Entrée de conversation",
6283-
"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.",
6284+
"chatInput.accessibilityHelpNoKb": "Chat Input {0} Press Enter to send out the request. Use the Chat Accessibility Help command for more information.",
6285+
"chatInput.mode.agent": "(Agent Mode), edit files in your workspace.",
6286+
"chatInput.mode.ask": "(Ask Mode), ask questions or type / for topics.",
6287+
"chatInput.mode.edit": "(Edit Mode), edit files in your workspace.",
62846288
"notebook.moreExecuteActionsLabel": "Plus...",
62856289
"suggeste.title": "{0} – {1}"
62866290
},

i18n/vscode-language-pack-it/translations/main.i18n.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5923,9 +5923,10 @@
59235923
"chat.fileAttachmentWithRange": "Attached {0}, {1}, line {2} to line {3}",
59245924
"disable": "Disable current {0} context",
59255925
"enable": "Enable current {0} context",
5926+
"enableHint": "disabled",
59265927
"file.lowercase": "file",
59275928
"hint.label.current": "Current {0}",
5928-
"openEditor": "Contesto suggerito (file corrente)"
5929+
"openEditor": "Current {0} context"
59295930
},
59305931
"vs/workbench/contrib/chat/browser/chat.contribution": {
59315932
"chat": "Chat",
@@ -6006,9 +6007,9 @@
60066007
"reservedName": "Questa estensione della chat usa un nome riservato.",
60076008
"viewExtensionLabel": "Visualizza estensione"
60086009
},
6009-
"vs/workbench/contrib/chat/browser/chatAttachmentResolve": {
6010-
"imageTooLarge": "L'immagine è troppo grande",
6011-
"imageTooLargeMessage": "L'immagine {0} è troppo grande per essere allegata."
6010+
"vs/workbench/contrib/chat/browser/chatAttachmentResolveService": {
6011+
"imageTooLarge": "Image is too large",
6012+
"imageTooLargeMessage": "The image {0} is too large to be attached."
60126013
},
60136014
"vs/workbench/contrib/chat/browser/chatAttachmentWidgets": {
60146015
"chat.NotebookImageAttachment": "Output del Blocco appunti collegato, {0}",
@@ -6273,14 +6274,17 @@
62736274
"miGotoTypeDefinition": "Vai a Definizioni di &&tipo"
62746275
},
62756276
"vs/workbench/contrib/chat/browser/chatInputPart": {
6276-
"actions.chat.accessibiltyHelp": "Input chat, Digitare per porre domande o digitare/per gli argomenti, premere invio per inviare la richiesta. Usare {0} per la Guida sull'accessibilità della chat.",
6277+
"actions.chat.accessibiltyHelp": "Chat Input {0} Press Enter to send out the request. Use {1} for Chat Accessibility Help.",
62776278
"chatAttachFiles": "Cerca file e contesto da aggiungere alla richiesta",
62786279
"chatEditingSession.addSuggested": "Aggiungi suggerimento",
62796280
"chatEditingSession.addSuggestion": "Aggiungi {0} suggerimenti",
62806281
"chatEditingSession.manyFiles.1": "{0} file modificati",
62816282
"chatEditingSession.oneFile.1": "1 file modificato",
62826283
"chatInput": "Input chat",
6283-
"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.",
6284+
"chatInput.accessibilityHelpNoKb": "Chat Input {0} Press Enter to send out the request. Use the Chat Accessibility Help command for more information.",
6285+
"chatInput.mode.agent": "(Agent Mode), edit files in your workspace.",
6286+
"chatInput.mode.ask": "(Ask Mode), ask questions or type / for topics.",
6287+
"chatInput.mode.edit": "(Edit Mode), edit files in your workspace.",
62846288
"notebook.moreExecuteActionsLabel": "Altro...",
62856289
"suggeste.title": "{0} - {1}"
62866290
},

i18n/vscode-language-pack-ja/translations/main.i18n.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5923,9 +5923,10 @@
59235923
"chat.fileAttachmentWithRange": "Attached {0}, {1}, line {2} to line {3}",
59245924
"disable": "Disable current {0} context",
59255925
"enable": "Enable current {0} context",
5926+
"enableHint": "disabled",
59265927
"file.lowercase": "ファイル",
59275928
"hint.label.current": "Current {0}",
5928-
"openEditor": "提案されたコンテキスト (現在のファイル)"
5929+
"openEditor": "Current {0} context"
59295930
},
59305931
"vs/workbench/contrib/chat/browser/chat.contribution": {
59315932
"chat": "チャット",
@@ -6006,9 +6007,9 @@
60066007
"reservedName": "このチャット拡張機能は予約された名前を使用しています。",
60076008
"viewExtensionLabel": "拡張機能の表示"
60086009
},
6009-
"vs/workbench/contrib/chat/browser/chatAttachmentResolve": {
6010-
"imageTooLarge": "画像が大きすぎます",
6011-
"imageTooLargeMessage": "画像 {0} は大きすぎて添付できません。"
6010+
"vs/workbench/contrib/chat/browser/chatAttachmentResolveService": {
6011+
"imageTooLarge": "Image is too large",
6012+
"imageTooLargeMessage": "The image {0} is too large to be attached."
60126013
},
60136014
"vs/workbench/contrib/chat/browser/chatAttachmentWidgets": {
60146015
"chat.NotebookImageAttachment": "アタッチされたノートブックの出力、{0}",
@@ -6273,14 +6274,17 @@
62736274
"miGotoTypeDefinition": "型定義へ移動(&&T)"
62746275
},
62756276
"vs/workbench/contrib/chat/browser/chatInputPart": {
6276-
"actions.chat.accessibiltyHelp": "チャット入力、入力して質問するか、トピックに対して / を入力し、Enter キーを押して要求を送信します。チャットアクセシビリティのヘルプに {0} を使用します。",
6277+
"actions.chat.accessibiltyHelp": "Chat Input {0} Press Enter to send out the request. Use {1} for Chat Accessibility Help.",
62776278
"chatAttachFiles": "要求に追加するファイルとコンテキストを検索します",
62786279
"chatEditingSession.addSuggested": "提案の追加",
62796280
"chatEditingSession.addSuggestion": "提案 {0} の追加",
62806281
"chatEditingSession.manyFiles.1": "{0} 個のファイルが変更されました",
62816282
"chatEditingSession.oneFile.1": "1 個のファイルが変更されました",
62826283
"chatInput": "チャット入力",
6283-
"chatInput.accessibilityHelpNoKb": "チャット入力、ここにコードを入力し、Enter キーを押して実行します。詳細については、Chat Accessibility Help コマンドを使用してください。",
6284+
"chatInput.accessibilityHelpNoKb": "Chat Input {0} Press Enter to send out the request. Use the Chat Accessibility Help command for more information.",
6285+
"chatInput.mode.agent": "(Agent Mode), edit files in your workspace.",
6286+
"chatInput.mode.ask": "(Ask Mode), ask questions or type / for topics.",
6287+
"chatInput.mode.edit": "(Edit Mode), edit files in your workspace.",
62846288
"notebook.moreExecuteActionsLabel": "その他...",
62856289
"suggeste.title": "{0} - {1}"
62866290
},

i18n/vscode-language-pack-ko/translations/main.i18n.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5923,9 +5923,10 @@
59235923
"chat.fileAttachmentWithRange": "Attached {0}, {1}, line {2} to line {3}",
59245924
"disable": "Disable current {0} context",
59255925
"enable": "Enable current {0} context",
5926+
"enableHint": "disabled",
59265927
"file.lowercase": "파일",
59275928
"hint.label.current": "Current {0}",
5928-
"openEditor": "제안된 컨텍스트(현재 파일)"
5929+
"openEditor": "Current {0} context"
59295930
},
59305931
"vs/workbench/contrib/chat/browser/chat.contribution": {
59315932
"chat": "채팅",
@@ -6006,9 +6007,9 @@
60066007
"reservedName": "이 채팅 확장에서 예약된 이름을 사용하고 있습니다.",
60076008
"viewExtensionLabel": "확장 보기"
60086009
},
6009-
"vs/workbench/contrib/chat/browser/chatAttachmentResolve": {
6010-
"imageTooLarge": "이 이미지가 너무 큽니다.",
6011-
"imageTooLargeMessage": "이미지 {0}이(가) 너무 커서 첨부할 수 없습니다."
6010+
"vs/workbench/contrib/chat/browser/chatAttachmentResolveService": {
6011+
"imageTooLarge": "Image is too large",
6012+
"imageTooLargeMessage": "The image {0} is too large to be attached."
60126013
},
60136014
"vs/workbench/contrib/chat/browser/chatAttachmentWidgets": {
60146015
"chat.NotebookImageAttachment": "첨부된 전자 필기장 출력, {0}",
@@ -6273,14 +6274,17 @@
62736274
"miGotoTypeDefinition": "형식 정의로 이동(&&T)"
62746275
},
62756276
"vs/workbench/contrib/chat/browser/chatInputPart": {
6276-
"actions.chat.accessibiltyHelp": "채팅 입력, 입력하여 질문하거나 주제에 대해 /를 입력하고 Enter 키를 눌러 요청을 보내세요. 채팅 접근성 도움말은 {0}을(를) 사용하세요.",
6277+
"actions.chat.accessibiltyHelp": "Chat Input {0} Press Enter to send out the request. Use {1} for Chat Accessibility Help.",
62776278
"chatAttachFiles": "요청에 추가할 파일 및 컨텍스트 검색",
62786279
"chatEditingSession.addSuggested": "제안 추가",
62796280
"chatEditingSession.addSuggestion": "제안 {0} 추가",
62806281
"chatEditingSession.manyFiles.1": "파일 {0}개를 변경함",
62816282
"chatEditingSession.oneFile.1": "파일 1개를 변경함",
62826283
"chatInput": "채팅 입력",
6283-
"chatInput.accessibilityHelpNoKb": "채팅 입력, 여기에 코드를 입력하고 Enter 키를 눌러 실행하세요. 자세한 내용을 보려면 채팅 접근성 도움말 명령을 사용하세요.",
6284+
"chatInput.accessibilityHelpNoKb": "Chat Input {0} Press Enter to send out the request. Use the Chat Accessibility Help command for more information.",
6285+
"chatInput.mode.agent": "(Agent Mode), edit files in your workspace.",
6286+
"chatInput.mode.ask": "(Ask Mode), ask questions or type / for topics.",
6287+
"chatInput.mode.edit": "(Edit Mode), edit files in your workspace.",
62846288
"notebook.moreExecuteActionsLabel": "자세히...",
62856289
"suggeste.title": "{0} - {1}"
62866290
},

0 commit comments

Comments
 (0)