Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/moody-snails-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"roo-cline": patch
---

Update tips
5 changes: 1 addition & 4 deletions webview-ui/src/components/chat/ChatView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1266,10 +1266,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
i18nKey="chat:about"
components={{
DocsLink: (
<a
href="https://docs.roocode.com/getting-started/your-first-task"
target="_blank"
rel="noopener noreferrer">
<a href="https://docs.roocode.com/" target="_blank" rel="noopener noreferrer">
the docs
</a>
),
Expand Down
18 changes: 6 additions & 12 deletions webview-ui/src/components/welcome/RooTips.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,18 @@ import { useState, useEffect } from "react"
import clsx from "clsx"

const tips = [
{
icon: "codicon-account",
href: "https://docs.roocode.com/basic-usage/using-modes",
titleKey: "rooTips.customizableModes.title",
descriptionKey: "rooTips.customizableModes.description",
},
{
icon: "codicon-list-tree",
href: "https://docs.roocode.com/features/boomerang-tasks",
titleKey: "rooTips.boomerangTasks.title",
descriptionKey: "rooTips.boomerangTasks.description",
},
{
icon: "codicon-pinned",
href: "https://docs.roocode.com/basic-usage/using-modes",
titleKey: "rooTips.stickyModels.title",
descriptionKey: "rooTips.stickyModels.description",
},
{
icon: "codicon-tools",
href: "https://docs.roocode.com/basic-usage/how-tools-work",
titleKey: "rooTips.tools.title",
descriptionKey: "rooTips.tools.description",
},
]

interface RooTipsProps {
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/ca/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "Eines",
"description": "Permet que la IA resolgui problemes navegant per la web, executant ordres i molt més."
},
"customizableModes": {
"title": "Modes personalitzables",
"description": "Personalitats especialitzades amb comportaments propis i models assignats"
}
},
"selectMode": "Selecciona el mode d'interacció",
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/de/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "Tools",
"description": "Erlaube der KI, Probleme durch Surfen im Web, Ausführen von Befehlen und mehr zu lösen."
},
"customizableModes": {
"title": "Anpassbare Modi",
"description": "Spezialisierte Personas mit eigenem Verhalten und zugewiesenen Modellen"
}
},
"selectMode": "Interaktionsmodus auswählen",
Expand Down
10 changes: 7 additions & 3 deletions webview-ui/src/i18n/locales/en/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,19 @@
"rooTips": {
"boomerangTasks": {
"title": "Boomerang Tasks",
"description": "Split tasks into smaller, manageable parts."
"description": "Split tasks into smaller, manageable parts"
},
"stickyModels": {
"title": "Sticky Modes",
"title": "Sticky Models",
"description": "Each mode remembers your last used model"
},
"tools": {
"title": "Tools",
"description": "Allow the AI to solve problems by browsing the web, running commands, and more."
"description": "Allow the AI to solve problems by browsing the web, running commands, and more"
},
"customizableModes": {
"title": "Customizable Modes",
"description": "Specialized personas with their own behaviors and assigned models"
}
},
"selectMode": "Select mode for interaction",
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/es/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "Herramientas",
"description": "Permite que la IA resuelva problemas navegando por la web, ejecutando comandos y mucho más."
},
"customizableModes": {
"title": "Modos personalizables",
"description": "Personalidades especializadas con sus propios comportamientos y modelos asignados"
}
},
"selectMode": "Seleccionar modo de interacción",
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/fr/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "Outils",
"description": "Permettez à l'IA de résoudre des problèmes en naviguant sur le Web, en exécutant des commandes, et plus encore."
},
"customizableModes": {
"title": "Modes personnalisables",
"description": "Des personas spécialisés avec leurs propres comportements et modèles assignés"
}
},
"selectMode": "Sélectionner le mode d'interaction",
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/hi/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "उपकरण",
"description": "एआई को वेब ब्राउज़ करके, कमांड चलाकर और अधिक समस्याओं को हल करने की अनुमति दें।"
},
"customizableModes": {
"title": "अनुकूलन योग्य मोड",
"description": "विशिष्ट प्रोफाइल अपने व्यवहार और निर्धारित मॉडल के साथ"
}
},
"selectMode": "इंटरैक्शन मोड चुनें",
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/it/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "Strumenti",
"description": "Consenti all'IA di risolvere i problemi navigando sul Web, eseguendo comandi e altro ancora."
},
"customizableModes": {
"title": "Modalità personalizzabili",
"description": "Personalità specializzate con comportamenti propri e modelli assegnati"
}
},
"selectMode": "Seleziona modalità di interazione",
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/ja/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "ツール",
"description": "AIがWebの閲覧、コマンドの実行などによって問題を解決できるようにします。"
},
"customizableModes": {
"title": "カスタマイズ可能なモード",
"description": "独自の動作と割り当てられたモデルを持つ専門的なペルソナ"
}
},
"selectMode": "対話モードを選択",
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/ko/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "도구",
"description": "AI가 웹 탐색, 명령 실행 등으로 문제를 해결하도록 허용합니다."
},
"customizableModes": {
"title": "사용자 정의 모드",
"description": "고유한 동작과 할당된 모델을 가진 전문 페르소나"
}
},
"selectMode": "상호작용 모드 선택",
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/pl/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "Narzędzia",
"description": "Pozwól sztucznej inteligencji rozwiązywać problemy, przeglądając sieć, uruchamiając polecenia i nie tylko."
},
"customizableModes": {
"title": "Konfigurowalne tryby",
"description": "Wyspecjalizowane persona z własnymi zachowaniami i przypisanymi modelami"
}
},
"selectMode": "Wybierz tryb interakcji",
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/pt-BR/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "Ferramentas",
"description": "Permita que a IA resolva problemas navegando na web, executando comandos e muito mais."
},
"customizableModes": {
"title": "Modos personalizáveis",
"description": "Personas especializadas com comportamentos próprios e modelos atribuídos"
}
},
"selectMode": "Selecionar modo de interação",
Expand Down
8 changes: 6 additions & 2 deletions webview-ui/src/i18n/locales/ru/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"about": "Создавайте, рефакторите и отлаживайте код с помощью ИИ.<br />Подробнее см. в нашей <DocsLink>документации</DocsLink>.",
"rooTips": {
"boomerangTasks": {
"title": "Boomerang Tasks",
"description": "Orchestrate complex workflows with subtasks"
"title": "Задачи-бумеранги",
"description": "Разделяйте задачи на более мелкие, управляемые части"
},
"stickyModels": {
"title": "Липкие режимы",
Expand All @@ -78,6 +78,10 @@
"tools": {
"title": "Инструменты",
"description": "Разрешите ИИ решать проблемы, просматривая веб-страницы, выполняя команды и т. д."
},
"customizableModes": {
"title": "Настраиваемые режимы",
"description": "Специализированные персонажи с собственным поведением и назначенными моделями"
}
},
"onboarding": "<strong>Ваш список задач в этом рабочем пространстве пуст.</strong> Начните с ввода задачи ниже. Не знаете, с чего начать? Подробнее о возможностях Roo читайте в <DocsLink>документации</DocsLink>.",
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/tr/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "Araçlar",
"description": "AI'nın web'e göz atarak, komutlar çalıştırarak ve daha fazlasını yaparak sorunları çözmesine izin verin."
},
"customizableModes": {
"title": "Özelleştirilebilir Modlar",
"description": "Kendi davranışları ve atanmış modelleri ile özelleştirilmiş kişilikler"
}
},
"selectMode": "Etkileşim modunu seçin",
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/vi/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "Công cụ",
"description": "Cho phép AI giải quyết vấn đề bằng cách duyệt web, chạy lệnh, v.v."
},
"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"
}
},
"selectMode": "Chọn chế độ tương tác",
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/zh-CN/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "工具",
"description": "允许 AI 通过浏览网络、运行命令等方式解决问题。"
},
"customizableModes": {
"title": "自定义模式",
"description": "具有专属行为和指定模型的特定角色"
}
},
"selectMode": "选择交互模式",
Expand Down
4 changes: 4 additions & 0 deletions webview-ui/src/i18n/locales/zh-TW/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"tools": {
"title": "工具",
"description": "允許 AI 透過瀏覽網路、執行命令等方式解決問題。"
},
"customizableModes": {
"title": "自訂模式",
"description": "具有專屬行為和指定模型的特定角色"
}
},
"selectMode": "選擇互動模式",
Expand Down
Loading