diff --git a/webview-ui/src/i18n/locales/ca/chat.json b/webview-ui/src/i18n/locales/ca/chat.json
index 16ea62c443..c97be9fb4c 100644
--- a/webview-ui/src/i18n/locales/ca/chat.json
+++ b/webview-ui/src/i18n/locales/ca/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "Modes personalitzables",
"description": "Personalitats especialitzades amb comportaments propis i models assignats"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "Selecciona el mode d'interacció",
@@ -429,5 +433,6 @@
"problems": "Problemes",
"terminal": "Terminal",
"url": "Enganxa la URL per obtenir-ne el contingut"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/de/chat.json b/webview-ui/src/i18n/locales/de/chat.json
index a3f14d1254..7154abf3c5 100644
--- a/webview-ui/src/i18n/locales/de/chat.json
+++ b/webview-ui/src/i18n/locales/de/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "Anpassbare Modi",
"description": "Spezialisierte Personas mit eigenem Verhalten und zugewiesenen Modellen"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "Interaktionsmodus auswählen",
@@ -429,5 +433,6 @@
"slashCommand": {
"wantsToRun": "Roo möchte einen Slash-Befehl ausführen",
"didRun": "Roo hat einen Slash-Befehl ausgeführt"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/es/chat.json b/webview-ui/src/i18n/locales/es/chat.json
index e6084b3713..79cd7701d2 100644
--- a/webview-ui/src/i18n/locales/es/chat.json
+++ b/webview-ui/src/i18n/locales/es/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "Modos personalizables",
"description": "Personalidades especializadas con sus propios comportamientos y modelos asignados"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "Seleccionar modo de interacción",
@@ -429,5 +433,6 @@
"slashCommand": {
"wantsToRun": "Roo quiere ejecutar un comando slash",
"didRun": "Roo ejecutó un comando slash"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/fr/chat.json b/webview-ui/src/i18n/locales/fr/chat.json
index 38d63358ca..94c1df8b94 100644
--- a/webview-ui/src/i18n/locales/fr/chat.json
+++ b/webview-ui/src/i18n/locales/fr/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "Modes personnalisables",
"description": "Des personas spécialisés avec leurs propres comportements et modèles assignés"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "Sélectionner le mode d'interaction",
@@ -429,5 +433,6 @@
"slashCommand": {
"wantsToRun": "Roo veut exécuter une commande slash",
"didRun": "Roo a exécuté une commande slash"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/hi/chat.json b/webview-ui/src/i18n/locales/hi/chat.json
index 9bc4b46197..966c99285f 100644
--- a/webview-ui/src/i18n/locales/hi/chat.json
+++ b/webview-ui/src/i18n/locales/hi/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "अनुकूलन योग्य मोड",
"description": "विशिष्ट प्रोफाइल अपने व्यवहार और निर्धारित मॉडल के साथ"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "इंटरैक्शन मोड चुनें",
@@ -429,5 +433,6 @@
"slashCommand": {
"wantsToRun": "Roo एक स्लैश कमांड चलाना चाहता है",
"didRun": "Roo ने एक स्लैश कमांड चलाया"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/id/chat.json b/webview-ui/src/i18n/locales/id/chat.json
index b61b47b3d8..4f5fc04860 100644
--- a/webview-ui/src/i18n/locales/id/chat.json
+++ b/webview-ui/src/i18n/locales/id/chat.json
@@ -117,6 +117,10 @@
"customizableModes": {
"title": "Mode yang Dapat Disesuaikan",
"description": "Persona khusus dengan perilaku dan model yang ditugaskan sendiri"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "Pilih mode untuk interaksi",
@@ -435,5 +439,6 @@
"slashCommand": {
"wantsToRun": "Roo ingin menjalankan perintah slash",
"didRun": "Roo telah menjalankan perintah slash"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/it/chat.json b/webview-ui/src/i18n/locales/it/chat.json
index 082c489e93..e21e2e25cb 100644
--- a/webview-ui/src/i18n/locales/it/chat.json
+++ b/webview-ui/src/i18n/locales/it/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "Modalità personalizzabili",
"description": "Personalità specializzate con comportamenti propri e modelli assegnati"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "Seleziona modalità di interazione",
@@ -429,5 +433,6 @@
"slashCommand": {
"wantsToRun": "Roo vuole eseguire un comando slash",
"didRun": "Roo ha eseguito un comando slash"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/ja/chat.json b/webview-ui/src/i18n/locales/ja/chat.json
index 531afc067e..7eab0b42dc 100644
--- a/webview-ui/src/i18n/locales/ja/chat.json
+++ b/webview-ui/src/i18n/locales/ja/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "カスタマイズ可能なモード",
"description": "独自の動作と割り当てられたモデルを持つ専門的なペルソナ"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "対話モードを選択",
@@ -429,5 +433,6 @@
"slashCommand": {
"wantsToRun": "Rooはスラッシュコマンドを実行したい",
"didRun": "Rooはスラッシュコマンドを実行しました"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/ko/chat.json b/webview-ui/src/i18n/locales/ko/chat.json
index 9f7818bc47..cba8b8b761 100644
--- a/webview-ui/src/i18n/locales/ko/chat.json
+++ b/webview-ui/src/i18n/locales/ko/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "사용자 정의 모드",
"description": "고유한 동작과 할당된 모델을 가진 전문 페르소나"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "상호작용 모드 선택",
@@ -429,5 +433,6 @@
"slashCommand": {
"wantsToRun": "Roo가 슬래시 명령어를 실행하려고 합니다",
"didRun": "Roo가 슬래시 명령어를 실행했습니다"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/nl/chat.json b/webview-ui/src/i18n/locales/nl/chat.json
index 97380d370a..da6d39d10e 100644
--- a/webview-ui/src/i18n/locales/nl/chat.json
+++ b/webview-ui/src/i18n/locales/nl/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "Aanpasbare modi",
"description": "Gespecialiseerde persona's met hun eigen gedrag en toegewezen modellen"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "Selecteer modus voor interactie",
@@ -429,5 +433,6 @@
"slashCommand": {
"wantsToRun": "Roo wil een slash commando uitvoeren",
"didRun": "Roo heeft een slash commando uitgevoerd"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/pl/chat.json b/webview-ui/src/i18n/locales/pl/chat.json
index 414262eaa7..a3c34de1ab 100644
--- a/webview-ui/src/i18n/locales/pl/chat.json
+++ b/webview-ui/src/i18n/locales/pl/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "Konfigurowalne tryby",
"description": "Wyspecjalizowane persona z własnymi zachowaniami i przypisanymi modelami"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "Wybierz tryb interakcji",
@@ -429,5 +433,6 @@
"slashCommand": {
"wantsToRun": "Roo chce uruchomić komendę slash",
"didRun": "Roo uruchomił komendę slash"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/pt-BR/chat.json b/webview-ui/src/i18n/locales/pt-BR/chat.json
index 0baa415bc7..a6368da4f3 100644
--- a/webview-ui/src/i18n/locales/pt-BR/chat.json
+++ b/webview-ui/src/i18n/locales/pt-BR/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "Modos personalizáveis",
"description": "Personas especializadas com comportamentos próprios e modelos atribuídos"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "Selecionar modo de interação",
@@ -429,5 +433,6 @@
"slashCommand": {
"wantsToRun": "Roo quer executar um comando slash",
"didRun": "Roo executou um comando slash"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/ru/chat.json b/webview-ui/src/i18n/locales/ru/chat.json
index 10cca124d3..f5c4721a18 100644
--- a/webview-ui/src/i18n/locales/ru/chat.json
+++ b/webview-ui/src/i18n/locales/ru/chat.json
@@ -102,6 +102,10 @@
"customizableModes": {
"title": "Настраиваемые режимы",
"description": "Специализированные персонажи с собственным поведением и назначенными моделями"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"onboarding": "Ваш список задач в этом рабочем пространстве пуст. Начните с ввода задачи ниже. Не знаете, с чего начать? Подробнее о возможностях Roo читайте в документации.",
@@ -430,5 +434,6 @@
"slashCommand": {
"wantsToRun": "Roo хочет выполнить слеш-команду",
"didRun": "Roo выполнил слеш-команду"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/tr/chat.json b/webview-ui/src/i18n/locales/tr/chat.json
index 9b92b937a7..851e911612 100644
--- a/webview-ui/src/i18n/locales/tr/chat.json
+++ b/webview-ui/src/i18n/locales/tr/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "Özelleştirilebilir Modlar",
"description": "Kendi davranışları ve atanmış modelleri ile özelleştirilmiş kişilikler"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "Etkileşim modunu seçin",
@@ -430,5 +434,6 @@
"slashCommand": {
"wantsToRun": "Roo bir slash komutu çalıştırmak istiyor",
"didRun": "Roo bir slash komutu çalıştırdı"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/vi/chat.json b/webview-ui/src/i18n/locales/vi/chat.json
index 39cb1cf016..b9b11bc6b9 100644
--- a/webview-ui/src/i18n/locales/vi/chat.json
+++ b/webview-ui/src/i18n/locales/vi/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "Chế độ tùy chỉnh",
"description": "Các nhân vật chuyên biệt với hành vi riêng và mô hình được chỉ định"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "Chọn chế độ tương tác",
@@ -430,5 +434,6 @@
"slashCommand": {
"wantsToRun": "Roo muốn chạy lệnh slash",
"didRun": "Roo đã chạy lệnh slash"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/zh-CN/chat.json b/webview-ui/src/i18n/locales/zh-CN/chat.json
index ef87b819ea..0944f4d07d 100644
--- a/webview-ui/src/i18n/locales/zh-CN/chat.json
+++ b/webview-ui/src/i18n/locales/zh-CN/chat.json
@@ -103,6 +103,10 @@
"customizableModes": {
"title": "自定义模式",
"description": "具有专属行为和指定模型的特定角色"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "选择交互模式",
@@ -430,5 +434,6 @@
"slashCommand": {
"wantsToRun": "Roo 想要运行斜杠命令",
"didRun": "Roo 运行了斜杠命令"
- }
+ },
+ "docs": "Check our docs to learn more."
}
diff --git a/webview-ui/src/i18n/locales/zh-TW/chat.json b/webview-ui/src/i18n/locales/zh-TW/chat.json
index 985859bec4..bba3ace250 100644
--- a/webview-ui/src/i18n/locales/zh-TW/chat.json
+++ b/webview-ui/src/i18n/locales/zh-TW/chat.json
@@ -114,6 +114,10 @@
"customizableModes": {
"title": "可自訂模式",
"description": "具有專屬行為和指定模型的特定角色"
+ },
+ "modelAgnostic": {
+ "title": "Bring your own model",
+ "description": "Use your own provider key or even run local inference — no markup, lock-in, no restrictions"
}
},
"selectMode": "選擇互動模式",
@@ -430,5 +434,6 @@
"slashCommand": {
"wantsToRun": "Roo 想要執行斜線指令",
"didRun": "Roo 執行了斜線指令"
- }
+ },
+ "docs": "Check our docs to learn more."
}