mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: add missing translations for multi-question feature
This commit is contained in:
parent
07b721906f
commit
c9b6ffd022
34 changed files with 187 additions and 17 deletions
8
webview-ui/src/i18n/locales/ca/chat.json
generated
8
webview-ui/src/i18n/locales/ca/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ca/settings.json
generated
4
webview-ui/src/i18n/locales/ca/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/de/chat.json
generated
8
webview-ui/src/i18n/locales/de/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/de/settings.json
generated
4
webview-ui/src/i18n/locales/de/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/es/chat.json
generated
8
webview-ui/src/i18n/locales/es/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/es/settings.json
generated
4
webview-ui/src/i18n/locales/es/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/fr/chat.json
generated
8
webview-ui/src/i18n/locales/fr/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/fr/settings.json
generated
4
webview-ui/src/i18n/locales/fr/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/hi/chat.json
generated
8
webview-ui/src/i18n/locales/hi/chat.json
generated
|
|
@ -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": "मॉडल प्रतिक्रिया अपूर्ण",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/hi/settings.json
generated
4
webview-ui/src/i18n/locales/hi/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/id/chat.json
generated
8
webview-ui/src/i18n/locales/id/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/id/settings.json
generated
4
webview-ui/src/i18n/locales/id/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/it/chat.json
generated
8
webview-ui/src/i18n/locales/it/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/it/settings.json
generated
4
webview-ui/src/i18n/locales/it/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/ja/chat.json
generated
8
webview-ui/src/i18n/locales/ja/chat.json
generated
|
|
@ -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": "モデルの応答が不完全",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ja/settings.json
generated
4
webview-ui/src/i18n/locales/ja/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/ko/chat.json
generated
8
webview-ui/src/i18n/locales/ko/chat.json
generated
|
|
@ -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": "모델 응답 불완전",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ko/settings.json
generated
4
webview-ui/src/i18n/locales/ko/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/nl/chat.json
generated
8
webview-ui/src/i18n/locales/nl/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/nl/settings.json
generated
4
webview-ui/src/i18n/locales/nl/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/pl/chat.json
generated
8
webview-ui/src/i18n/locales/pl/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/pl/settings.json
generated
4
webview-ui/src/i18n/locales/pl/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/pt-BR/chat.json
generated
8
webview-ui/src/i18n/locales/pt-BR/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/pt-BR/settings.json
generated
4
webview-ui/src/i18n/locales/pt-BR/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/ru/chat.json
generated
8
webview-ui/src/i18n/locales/ru/chat.json
generated
|
|
@ -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": "Ошибка",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ru/settings.json
generated
4
webview-ui/src/i18n/locales/ru/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/tr/chat.json
generated
8
webview-ui/src/i18n/locales/tr/chat.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/tr/settings.json
generated
4
webview-ui/src/i18n/locales/tr/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/vi/chat.json
generated
8
webview-ui/src/i18n/locales/vi/chat.json
generated
|
|
@ -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 đủ",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/vi/settings.json
generated
4
webview-ui/src/i18n/locales/vi/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/zh-CN/chat.json
generated
8
webview-ui/src/i18n/locales/zh-CN/chat.json
generated
|
|
@ -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": "模型响应不完整",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/zh-CN/settings.json
generated
4
webview-ui/src/i18n/locales/zh-CN/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
8
webview-ui/src/i18n/locales/zh-TW/chat.json
generated
8
webview-ui/src/i18n/locales/zh-TW/chat.json
generated
|
|
@ -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": "錯誤",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/zh-TW/settings.json
generated
4
webview-ui/src/i18n/locales/zh-TW/settings.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue