diff --git a/webview-ui/src/i18n/locales/ca/chat.json b/webview-ui/src/i18n/locales/ca/chat.json index 5460247575..fb402c65fb 100644 --- a/webview-ui/src/i18n/locales/ca/chat.json +++ b/webview-ui/src/i18n/locales/ca/chat.json @@ -269,7 +269,13 @@ "goToSubtask": "Veure tasca" }, "questions": { - "hasQuestion": "Roo té una pregunta" + "hasQuestion": "Roo té una pregunta", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "Tasca completada", "modelResponseIncomplete": "Resposta del model incompleta", diff --git a/webview-ui/src/i18n/locales/ca/settings.json b/webview-ui/src/i18n/locales/ca/settings.json index d6103e6193..5b8598403d 100644 --- a/webview-ui/src/i18n/locales/ca/settings.json +++ b/webview-ui/src/i18n/locales/ca/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "Requereix {{primaryMod}}+Intro per enviar missatges", "description": "Quan estigui activat, has de prémer {{primaryMod}}+Intro per enviar missatges en lloc de només Intro" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/de/chat.json b/webview-ui/src/i18n/locales/de/chat.json index fe00c91278..2d19de3a9a 100644 --- a/webview-ui/src/i18n/locales/de/chat.json +++ b/webview-ui/src/i18n/locales/de/chat.json @@ -269,7 +269,13 @@ "goToSubtask": "Aufgabe anzeigen" }, "questions": { - "hasQuestion": "Roo hat eine Frage" + "hasQuestion": "Roo hat eine Frage", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "Aufgabe abgeschlossen", "modelResponseIncomplete": "Modellantwort unvollständig", diff --git a/webview-ui/src/i18n/locales/de/settings.json b/webview-ui/src/i18n/locales/de/settings.json index 919f2afc2b..db5604d245 100644 --- a/webview-ui/src/i18n/locales/de/settings.json +++ b/webview-ui/src/i18n/locales/de/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "{{primaryMod}}+Enter zum Senden erfordern", "description": "Wenn aktiviert, musst du {{primaryMod}}+Enter drücken, um Nachrichten zu senden, anstatt nur Enter" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/es/chat.json b/webview-ui/src/i18n/locales/es/chat.json index 56f3c5404b..696502f5b1 100644 --- a/webview-ui/src/i18n/locales/es/chat.json +++ b/webview-ui/src/i18n/locales/es/chat.json @@ -269,7 +269,13 @@ "goToSubtask": "Ver tarea" }, "questions": { - "hasQuestion": "Roo tiene una pregunta" + "hasQuestion": "Roo tiene una pregunta", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "Tarea completada", "modelResponseIncomplete": "Respuesta del modelo incompleta", diff --git a/webview-ui/src/i18n/locales/es/settings.json b/webview-ui/src/i18n/locales/es/settings.json index 3c6900fc8a..5a3bf2143a 100644 --- a/webview-ui/src/i18n/locales/es/settings.json +++ b/webview-ui/src/i18n/locales/es/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "Requerir {{primaryMod}}+Enter para enviar mensajes", "description": "Cuando está activado, debes presionar {{primaryMod}}+Enter para enviar mensajes en lugar de solo Enter" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/fr/chat.json b/webview-ui/src/i18n/locales/fr/chat.json index f838e1de27..352dd7272f 100644 --- a/webview-ui/src/i18n/locales/fr/chat.json +++ b/webview-ui/src/i18n/locales/fr/chat.json @@ -269,7 +269,13 @@ "goToSubtask": "Afficher la tâche" }, "questions": { - "hasQuestion": "Roo a une question" + "hasQuestion": "Roo a une question", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "Tâche terminée", "modelResponseIncomplete": "Réponse du modèle incomplète", diff --git a/webview-ui/src/i18n/locales/fr/settings.json b/webview-ui/src/i18n/locales/fr/settings.json index b981858965..b6f9077217 100644 --- a/webview-ui/src/i18n/locales/fr/settings.json +++ b/webview-ui/src/i18n/locales/fr/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "Exiger {{primaryMod}}+Entrée pour envoyer les messages", "description": "Lorsqu'activé, tu dois appuyer sur {{primaryMod}}+Entrée pour envoyer des messages au lieu de simplement Entrée" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/hi/chat.json b/webview-ui/src/i18n/locales/hi/chat.json index 0a91af0130..1c58be0874 100644 --- a/webview-ui/src/i18n/locales/hi/chat.json +++ b/webview-ui/src/i18n/locales/hi/chat.json @@ -269,7 +269,13 @@ "goToSubtask": "कार्य देखें" }, "questions": { - "hasQuestion": "Roo का एक प्रश्न है" + "hasQuestion": "Roo का एक प्रश्न है", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "कार्य पूरा हुआ", "modelResponseIncomplete": "मॉडल प्रतिक्रिया अपूर्ण", diff --git a/webview-ui/src/i18n/locales/hi/settings.json b/webview-ui/src/i18n/locales/hi/settings.json index bc9ca8b98a..8dbdf58465 100644 --- a/webview-ui/src/i18n/locales/hi/settings.json +++ b/webview-ui/src/i18n/locales/hi/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "संदेश भेजने के लिए {{primaryMod}}+Enter की आवश्यकता है", "description": "जब सक्षम हो, तो आपको केवल Enter के बजाय संदेश भेजने के लिए {{primaryMod}}+Enter दबाना होगा" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/id/chat.json b/webview-ui/src/i18n/locales/id/chat.json index 7adbd06edd..41d761533f 100644 --- a/webview-ui/src/i18n/locales/id/chat.json +++ b/webview-ui/src/i18n/locales/id/chat.json @@ -320,7 +320,13 @@ "goToSubtask": "Lihat tugas" }, "questions": { - "hasQuestion": "Roo punya pertanyaan" + "hasQuestion": "Roo punya pertanyaan", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "Tugas Selesai", "error": "Error", diff --git a/webview-ui/src/i18n/locales/id/settings.json b/webview-ui/src/i18n/locales/id/settings.json index a20f6e702b..3163f12bdc 100644 --- a/webview-ui/src/i18n/locales/id/settings.json +++ b/webview-ui/src/i18n/locales/id/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "Memerlukan {{primaryMod}}+Enter untuk mengirim pesan", "description": "Ketika diaktifkan, kamu harus menekan {{primaryMod}}+Enter untuk mengirim pesan alih-alih hanya Enter" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/it/chat.json b/webview-ui/src/i18n/locales/it/chat.json index 461cc90556..a6e92ccde9 100644 --- a/webview-ui/src/i18n/locales/it/chat.json +++ b/webview-ui/src/i18n/locales/it/chat.json @@ -269,7 +269,13 @@ "goToSubtask": "Visualizza attività" }, "questions": { - "hasQuestion": "Roo ha una domanda" + "hasQuestion": "Roo ha una domanda", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "Attività completata", "modelResponseIncomplete": "Risposta del modello incompleta", diff --git a/webview-ui/src/i18n/locales/it/settings.json b/webview-ui/src/i18n/locales/it/settings.json index bdb9fd91ce..a9130a2bb1 100644 --- a/webview-ui/src/i18n/locales/it/settings.json +++ b/webview-ui/src/i18n/locales/it/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "Richiedi {{primaryMod}}+Invio per inviare messaggi", "description": "Quando abilitato, devi premere {{primaryMod}}+Invio per inviare messaggi invece di solo Invio" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/ja/chat.json b/webview-ui/src/i18n/locales/ja/chat.json index 7d0957a532..47e20cf1ed 100644 --- a/webview-ui/src/i18n/locales/ja/chat.json +++ b/webview-ui/src/i18n/locales/ja/chat.json @@ -269,7 +269,13 @@ "goToSubtask": "タスクを表示" }, "questions": { - "hasQuestion": "Rooは質問があります" + "hasQuestion": "Rooは質問があります", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "タスク完了", "modelResponseIncomplete": "モデルの応答が不完全", diff --git a/webview-ui/src/i18n/locales/ja/settings.json b/webview-ui/src/i18n/locales/ja/settings.json index 0e1d1ed4de..42cc95422e 100644 --- a/webview-ui/src/i18n/locales/ja/settings.json +++ b/webview-ui/src/i18n/locales/ja/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "メッセージを送信するには{{primaryMod}}+Enterが必要", "description": "有効にすると、Enterだけでなく{{primaryMod}}+Enterを押してメッセージを送信する必要があります" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/ko/chat.json b/webview-ui/src/i18n/locales/ko/chat.json index d61781d79e..5c36beb652 100644 --- a/webview-ui/src/i18n/locales/ko/chat.json +++ b/webview-ui/src/i18n/locales/ko/chat.json @@ -269,7 +269,13 @@ "goToSubtask": "작업 보기" }, "questions": { - "hasQuestion": "Roo에게 질문이 있습니다" + "hasQuestion": "Roo에게 질문이 있습니다", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "작업 완료", "modelResponseIncomplete": "모델 응답 불완전", diff --git a/webview-ui/src/i18n/locales/ko/settings.json b/webview-ui/src/i18n/locales/ko/settings.json index 018054f497..db8c5993c7 100644 --- a/webview-ui/src/i18n/locales/ko/settings.json +++ b/webview-ui/src/i18n/locales/ko/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "메시지를 보내려면 {{primaryMod}}+Enter가 필요", "description": "활성화하면 Enter만으로는 안 되고 {{primaryMod}}+Enter를 눌러야 메시지를 보낼 수 있습니다" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/nl/chat.json b/webview-ui/src/i18n/locales/nl/chat.json index 5d924ea97b..9146e9dc32 100644 --- a/webview-ui/src/i18n/locales/nl/chat.json +++ b/webview-ui/src/i18n/locales/nl/chat.json @@ -264,7 +264,13 @@ "goToSubtask": "Taak weergeven" }, "questions": { - "hasQuestion": "Roo heeft een vraag" + "hasQuestion": "Roo heeft een vraag", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "Taak voltooid", "error": "Fout", diff --git a/webview-ui/src/i18n/locales/nl/settings.json b/webview-ui/src/i18n/locales/nl/settings.json index 43494b9bb1..4a97500b03 100644 --- a/webview-ui/src/i18n/locales/nl/settings.json +++ b/webview-ui/src/i18n/locales/nl/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "Vereist {{primaryMod}}+Enter om berichten te versturen", "description": "Wanneer ingeschakeld, moet je {{primaryMod}}+Enter indrukken om berichten te versturen in plaats van alleen Enter" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/pl/chat.json b/webview-ui/src/i18n/locales/pl/chat.json index 93e0601b16..8031467c44 100644 --- a/webview-ui/src/i18n/locales/pl/chat.json +++ b/webview-ui/src/i18n/locales/pl/chat.json @@ -269,7 +269,13 @@ "goToSubtask": "Wyświetl zadanie" }, "questions": { - "hasQuestion": "Roo ma pytanie" + "hasQuestion": "Roo ma pytanie", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "Zadanie zakończone", "modelResponseIncomplete": "Odpowiedź modelu niekompletna", diff --git a/webview-ui/src/i18n/locales/pl/settings.json b/webview-ui/src/i18n/locales/pl/settings.json index 462fa3faba..0cbbc4e38d 100644 --- a/webview-ui/src/i18n/locales/pl/settings.json +++ b/webview-ui/src/i18n/locales/pl/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "Wymagaj {{primaryMod}}+Enter do wysyłania wiadomości", "description": "Po włączeniu musisz nacisnąć {{primaryMod}}+Enter, aby wysłać wiadomości, zamiast tylko Enter" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/pt-BR/chat.json b/webview-ui/src/i18n/locales/pt-BR/chat.json index bf4c1e09fd..a8979facd5 100644 --- a/webview-ui/src/i18n/locales/pt-BR/chat.json +++ b/webview-ui/src/i18n/locales/pt-BR/chat.json @@ -269,7 +269,13 @@ "goToSubtask": "Ver tarefa" }, "questions": { - "hasQuestion": "Roo tem uma pergunta" + "hasQuestion": "Roo tem uma pergunta", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "Tarefa concluída", "modelResponseIncomplete": "Resposta do modelo incompleta", diff --git a/webview-ui/src/i18n/locales/pt-BR/settings.json b/webview-ui/src/i18n/locales/pt-BR/settings.json index e435bc0c6c..19941d1019 100644 --- a/webview-ui/src/i18n/locales/pt-BR/settings.json +++ b/webview-ui/src/i18n/locales/pt-BR/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "Requer {{primaryMod}}+Enter para enviar mensagens", "description": "Quando ativado, você deve pressionar {{primaryMod}}+Enter para enviar mensagens em vez de apenas Enter" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/ru/chat.json b/webview-ui/src/i18n/locales/ru/chat.json index 9a5245f91e..c84023ce3d 100644 --- a/webview-ui/src/i18n/locales/ru/chat.json +++ b/webview-ui/src/i18n/locales/ru/chat.json @@ -265,7 +265,13 @@ "goToSubtask": "Просмотреть задачу" }, "questions": { - "hasQuestion": "У Roo есть вопрос" + "hasQuestion": "У Roo есть вопрос", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "Задача завершена", "error": "Ошибка", diff --git a/webview-ui/src/i18n/locales/ru/settings.json b/webview-ui/src/i18n/locales/ru/settings.json index 7abd08bb0e..1d3ac46354 100644 --- a/webview-ui/src/i18n/locales/ru/settings.json +++ b/webview-ui/src/i18n/locales/ru/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "Требовать {{primaryMod}}+Enter для отправки сообщений", "description": "Если включено, необходимо нажать {{primaryMod}}+Enter для отправки сообщений вместо простого Enter" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/tr/chat.json b/webview-ui/src/i18n/locales/tr/chat.json index a2fe5f3a4c..89af961e18 100644 --- a/webview-ui/src/i18n/locales/tr/chat.json +++ b/webview-ui/src/i18n/locales/tr/chat.json @@ -270,7 +270,13 @@ "goToSubtask": "Görevi görüntüle" }, "questions": { - "hasQuestion": "Roo'nun bir sorusu var" + "hasQuestion": "Roo'nun bir sorusu var", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "Görev Tamamlandı", "modelResponseIncomplete": "Model yanıtı eksik", diff --git a/webview-ui/src/i18n/locales/tr/settings.json b/webview-ui/src/i18n/locales/tr/settings.json index 2f7552d9ed..07ad4a867a 100644 --- a/webview-ui/src/i18n/locales/tr/settings.json +++ b/webview-ui/src/i18n/locales/tr/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "Mesaj göndermek için {{primaryMod}}+Enter gerekli", "description": "Etkinleştirildiğinde, sadece Enter yerine mesaj göndermek için {{primaryMod}}+Enter'a basmalısınız" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/vi/chat.json b/webview-ui/src/i18n/locales/vi/chat.json index 514a3a2db1..e7bb99dcbf 100644 --- a/webview-ui/src/i18n/locales/vi/chat.json +++ b/webview-ui/src/i18n/locales/vi/chat.json @@ -270,7 +270,13 @@ "goToSubtask": "Xem nhiệm vụ" }, "questions": { - "hasQuestion": "Roo có một câu hỏi" + "hasQuestion": "Roo có một câu hỏi", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "Nhiệm vụ hoàn thành", "modelResponseIncomplete": "Phản hồi của mô hình không đầy đủ", diff --git a/webview-ui/src/i18n/locales/vi/settings.json b/webview-ui/src/i18n/locales/vi/settings.json index 7cd8bac0a7..f29137aa8a 100644 --- a/webview-ui/src/i18n/locales/vi/settings.json +++ b/webview-ui/src/i18n/locales/vi/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "Yêu cầu {{primaryMod}}+Enter để gửi tin nhắn", "description": "Khi được bật, bạn phải nhấn {{primaryMod}}+Enter để gửi tin nhắn thay vì chỉ nhấn Enter" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/zh-CN/chat.json b/webview-ui/src/i18n/locales/zh-CN/chat.json index ea31595757..155eec4f8b 100644 --- a/webview-ui/src/i18n/locales/zh-CN/chat.json +++ b/webview-ui/src/i18n/locales/zh-CN/chat.json @@ -270,7 +270,13 @@ "goToSubtask": "查看任务" }, "questions": { - "hasQuestion": "Roo有一个问题" + "hasQuestion": "Roo有一个问题", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "任务完成", "modelResponseIncomplete": "模型响应不完整", diff --git a/webview-ui/src/i18n/locales/zh-CN/settings.json b/webview-ui/src/i18n/locales/zh-CN/settings.json index a3bb638c90..6239d0a76d 100644 --- a/webview-ui/src/i18n/locales/zh-CN/settings.json +++ b/webview-ui/src/i18n/locales/zh-CN/settings.json @@ -1029,6 +1029,10 @@ "requireCtrlEnterToSend": { "label": "需要 {{primaryMod}}+Enter 发送消息", "description": "启用后,必须按 {{primaryMod}}+Enter 发送消息,而不仅仅是 Enter" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "skills": { diff --git a/webview-ui/src/i18n/locales/zh-TW/chat.json b/webview-ui/src/i18n/locales/zh-TW/chat.json index d53c1d3441..785413e3cf 100644 --- a/webview-ui/src/i18n/locales/zh-TW/chat.json +++ b/webview-ui/src/i18n/locales/zh-TW/chat.json @@ -314,7 +314,13 @@ "goToSubtask": "查看工作" }, "questions": { - "hasQuestion": "Roo 有一個問題" + "hasQuestion": "Roo 有一個問題", + "questionNumber": "Question {{number}}", + "questionNumberOfTotal": "Question {{current}} of {{total}}", + "typeAnswer": "Type your answer here...", + "previous": "Previous", + "next": "Next", + "finish": "Finish" }, "taskCompleted": "工作完成", "error": "錯誤", diff --git a/webview-ui/src/i18n/locales/zh-TW/settings.json b/webview-ui/src/i18n/locales/zh-TW/settings.json index 384356d921..11cc2320c3 100644 --- a/webview-ui/src/i18n/locales/zh-TW/settings.json +++ b/webview-ui/src/i18n/locales/zh-TW/settings.json @@ -115,6 +115,10 @@ "requireCtrlEnterToSend": { "label": "需要 {{primaryMod}}+Enter 傳送訊息", "description": "啟用後,必須按 {{primaryMod}}+Enter 傳送訊息,而不只是 Enter" + }, + "showQuestionsOneByOne": { + "label": "Show questions one by one", + "description": "When enabled, questions from the model will be displayed one at a time." } }, "prompts": {