From ec272b65aebbb30e18a099a3ea285ef6150471f9 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Fri, 17 Oct 2025 18:43:12 +0000 Subject: [PATCH] feat: add PR Creator translations to all locales --- webview-ui/src/i18n/locales/ca/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/de/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/es/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/fr/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/hi/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/id/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/it/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/ja/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/ko/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/nl/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/pl/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/pt-BR/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/ru/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/tr/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/vi/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/zh-CN/chat.json | 9 +++++++++ webview-ui/src/i18n/locales/zh-TW/chat.json | 9 +++++++++ 17 files changed, 153 insertions(+) diff --git a/webview-ui/src/i18n/locales/ca/chat.json b/webview-ui/src/i18n/locales/ca/chat.json index 007af669d3..4a496a8172 100644 --- a/webview-ui/src/i18n/locales/ca/chat.json +++ b/webview-ui/src/i18n/locales/ca/chat.json @@ -411,5 +411,14 @@ "description": "Encara no has creat cap Agent al núvol.", "createFirst": "Crea el teu primer", "clickToRun": "Fes clic per executar {{name}}" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/de/chat.json b/webview-ui/src/i18n/locales/de/chat.json index 6fa4e08ba5..9e2eddc9d1 100644 --- a/webview-ui/src/i18n/locales/de/chat.json +++ b/webview-ui/src/i18n/locales/de/chat.json @@ -411,5 +411,14 @@ "description": "Du hast noch keine Cloud-Agenten erstellt.", "createFirst": "Erstelle deinen ersten", "clickToRun": "Klicke, um {{name}} auszuführen" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/es/chat.json b/webview-ui/src/i18n/locales/es/chat.json index 92b56fe124..9c56da6c77 100644 --- a/webview-ui/src/i18n/locales/es/chat.json +++ b/webview-ui/src/i18n/locales/es/chat.json @@ -411,5 +411,14 @@ "description": "Aún no has creado ningún Agente en la nube.", "createFirst": "Crea tu primero", "clickToRun": "Haz clic para ejecutar {{name}}" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/fr/chat.json b/webview-ui/src/i18n/locales/fr/chat.json index 949ff0b3d2..fcfec1a50f 100644 --- a/webview-ui/src/i18n/locales/fr/chat.json +++ b/webview-ui/src/i18n/locales/fr/chat.json @@ -411,5 +411,14 @@ "description": "Tu n'as pas encore créé d'Agents Cloud.", "createFirst": "Crée ton premier", "clickToRun": "Clique pour exécuter {{name}}" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/hi/chat.json b/webview-ui/src/i18n/locales/hi/chat.json index 47cd22806b..07f95b37d8 100644 --- a/webview-ui/src/i18n/locales/hi/chat.json +++ b/webview-ui/src/i18n/locales/hi/chat.json @@ -411,5 +411,14 @@ "description": "आपने अभी तक कोई क्लाउड एजेंट नहीं बनाया है।", "createFirst": "अपना पहला बनाएं", "clickToRun": "{{name}} चलाने के लिए क्लिक करें" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/id/chat.json b/webview-ui/src/i18n/locales/id/chat.json index 55b3cbf609..33ebf26f9c 100644 --- a/webview-ui/src/i18n/locales/id/chat.json +++ b/webview-ui/src/i18n/locales/id/chat.json @@ -417,5 +417,14 @@ "description": "Anda belum membuat Agen Cloud apa pun.", "createFirst": "Buat yang pertama", "clickToRun": "Klik untuk menjalankan {{name}}" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/it/chat.json b/webview-ui/src/i18n/locales/it/chat.json index d546daae10..3ae377d9b2 100644 --- a/webview-ui/src/i18n/locales/it/chat.json +++ b/webview-ui/src/i18n/locales/it/chat.json @@ -411,5 +411,14 @@ "description": "Non hai ancora creato alcun Agente Cloud.", "createFirst": "Crea il tuo primo", "clickToRun": "Clicca per eseguire {{name}}" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/ja/chat.json b/webview-ui/src/i18n/locales/ja/chat.json index b2a45f469a..c1db58b42f 100644 --- a/webview-ui/src/i18n/locales/ja/chat.json +++ b/webview-ui/src/i18n/locales/ja/chat.json @@ -411,5 +411,14 @@ "description": "まだクラウドエージェントを作成していません。", "createFirst": "最初に作成する", "clickToRun": "クリックして{{name}}を実行" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/ko/chat.json b/webview-ui/src/i18n/locales/ko/chat.json index cbfc52e865..15cad1d1a5 100644 --- a/webview-ui/src/i18n/locales/ko/chat.json +++ b/webview-ui/src/i18n/locales/ko/chat.json @@ -411,5 +411,14 @@ "description": "아직 클라우드 에이전트를 만들지 않았습니다.", "createFirst": "첫 번째 만들기", "clickToRun": "클릭하여 {{name}} 실행" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/nl/chat.json b/webview-ui/src/i18n/locales/nl/chat.json index ca6ebfb673..b81feabcbd 100644 --- a/webview-ui/src/i18n/locales/nl/chat.json +++ b/webview-ui/src/i18n/locales/nl/chat.json @@ -411,5 +411,14 @@ "description": "Je hebt nog geen Cloud Agents aangemaakt.", "createFirst": "Maak je eerste aan", "clickToRun": "Klik om {{name}} uit te voeren" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/pl/chat.json b/webview-ui/src/i18n/locales/pl/chat.json index 6762ef3fdc..04e7b9ffd5 100644 --- a/webview-ui/src/i18n/locales/pl/chat.json +++ b/webview-ui/src/i18n/locales/pl/chat.json @@ -411,5 +411,14 @@ "description": "Nie utworzyłeś jeszcze żadnych Agentów w chmurze.", "createFirst": "Utwórz swojego pierwszego", "clickToRun": "Kliknij, aby uruchomić {{name}}" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/pt-BR/chat.json b/webview-ui/src/i18n/locales/pt-BR/chat.json index bede3e3df4..001af520db 100644 --- a/webview-ui/src/i18n/locales/pt-BR/chat.json +++ b/webview-ui/src/i18n/locales/pt-BR/chat.json @@ -411,5 +411,14 @@ "description": "Você ainda não criou nenhum Agente da Nuvem.", "createFirst": "Crie o seu primeiro", "clickToRun": "Clique para executar {{name}}" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/ru/chat.json b/webview-ui/src/i18n/locales/ru/chat.json index 48768a5060..576f1a4f90 100644 --- a/webview-ui/src/i18n/locales/ru/chat.json +++ b/webview-ui/src/i18n/locales/ru/chat.json @@ -413,5 +413,14 @@ "description": "Вы еще не создали ни одного облачного агента.", "createFirst": "Создайте своего первого", "clickToRun": "Нажмите, чтобы запустить {{name}}" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/tr/chat.json b/webview-ui/src/i18n/locales/tr/chat.json index 2b44001b0f..e22ee2aa2f 100644 --- a/webview-ui/src/i18n/locales/tr/chat.json +++ b/webview-ui/src/i18n/locales/tr/chat.json @@ -412,5 +412,14 @@ "description": "Henüz herhangi bir Bulut Aracısı oluşturmadınız.", "createFirst": "İlkini oluştur", "clickToRun": "{{name}}'i çalıştırmak için tıklayın" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/vi/chat.json b/webview-ui/src/i18n/locales/vi/chat.json index e692fdb8a5..1f38305b6b 100644 --- a/webview-ui/src/i18n/locales/vi/chat.json +++ b/webview-ui/src/i18n/locales/vi/chat.json @@ -412,5 +412,14 @@ "description": "Bạn chưa tạo Agents trên Cloud nào.", "createFirst": "Tạo agent đầu tiên của bạn", "clickToRun": "Nhấp để chạy {{name}}" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/zh-CN/chat.json b/webview-ui/src/i18n/locales/zh-CN/chat.json index 9cc758fad6..a34b4d9e1a 100644 --- a/webview-ui/src/i18n/locales/zh-CN/chat.json +++ b/webview-ui/src/i18n/locales/zh-CN/chat.json @@ -412,5 +412,14 @@ "description": "您还没有创建任何云代理。", "createFirst": "创建您的第一个", "clickToRun": "点击运行 {{name}}" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } } diff --git a/webview-ui/src/i18n/locales/zh-TW/chat.json b/webview-ui/src/i18n/locales/zh-TW/chat.json index cd1614f995..33ee3a98da 100644 --- a/webview-ui/src/i18n/locales/zh-TW/chat.json +++ b/webview-ui/src/i18n/locales/zh-TW/chat.json @@ -412,5 +412,14 @@ "description": "您尚未建立任何雲端代理程式。", "createFirst": "建立您的第一個", "clickToRun": "點擊以執行 {{name}}" + }, + "offerPr": { + "title": "Create Pull Request", + "description": "Would you like to create a pull request for these changes?", + "switchToPrCreator": "Switch to PR Creator" + }, + "prReviewerUpsell": { + "message": "Get Roo to review this in the Cloud", + "createLink": "Create a PR Reviewer Agent" } }