mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
parent
83133c6e6d
commit
5b99e4d50d
19 changed files with 81 additions and 21 deletions
5
.changeset/moody-snails-listen.md
Normal file
5
.changeset/moody-snails-listen.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Update tips
|
||||
|
|
@ -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>
|
||||
),
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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ó",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -79,6 +79,10 @@
|
|||
"tools": {
|
||||
"title": "उपकरण",
|
||||
"description": "एआई को वेब ब्राउज़ करके, कमांड चलाकर और अधिक समस्याओं को हल करने की अनुमति दें।"
|
||||
},
|
||||
"customizableModes": {
|
||||
"title": "अनुकूलन योग्य मोड",
|
||||
"description": "विशिष्ट प्रोफाइल अपने व्यवहार और निर्धारित मॉडल के साथ"
|
||||
}
|
||||
},
|
||||
"selectMode": "इंटरैक्शन मोड चुनें",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -79,6 +79,10 @@
|
|||
"tools": {
|
||||
"title": "ツール",
|
||||
"description": "AIがWebの閲覧、コマンドの実行などによって問題を解決できるようにします。"
|
||||
},
|
||||
"customizableModes": {
|
||||
"title": "カスタマイズ可能なモード",
|
||||
"description": "独自の動作と割り当てられたモデルを持つ専門的なペルソナ"
|
||||
}
|
||||
},
|
||||
"selectMode": "対話モードを選択",
|
||||
|
|
|
|||
|
|
@ -79,6 +79,10 @@
|
|||
"tools": {
|
||||
"title": "도구",
|
||||
"description": "AI가 웹 탐색, 명령 실행 등으로 문제를 해결하도록 허용합니다."
|
||||
},
|
||||
"customizableModes": {
|
||||
"title": "사용자 정의 모드",
|
||||
"description": "고유한 동작과 할당된 모델을 가진 전문 페르소나"
|
||||
}
|
||||
},
|
||||
"selectMode": "상호작용 모드 선택",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -68,8 +68,8 @@
|
|||
"about": "Создавайте, рефакторите и отлаживайте код с помощью ИИ.<br />Подробнее см. в нашей <DocsLink>документации</DocsLink>.",
|
||||
"rooTips": {
|
||||
"boomerangTasks": {
|
||||
"title": "Boomerang Tasks",
|
||||
"description": "Orchestrate complex workflows with subtasks"
|
||||
"title": "Задачи-бумеранги",
|
||||
"description": "Разделяйте задачи на более мелкие, управляемые части"
|
||||
},
|
||||
"stickyModels": {
|
||||
"title": "Липкие режимы",
|
||||
|
|
@ -78,6 +78,10 @@
|
|||
"tools": {
|
||||
"title": "Инструменты",
|
||||
"description": "Разрешите ИИ решать проблемы, просматривая веб-страницы, выполняя команды и т. д."
|
||||
},
|
||||
"customizableModes": {
|
||||
"title": "Настраиваемые режимы",
|
||||
"description": "Специализированные персонажи с собственным поведением и назначенными моделями"
|
||||
}
|
||||
},
|
||||
"onboarding": "<strong>Ваш список задач в этом рабочем пространстве пуст.</strong> Начните с ввода задачи ниже. Не знаете, с чего начать? Подробнее о возможностях Roo читайте в <DocsLink>документации</DocsLink>.",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -79,6 +79,10 @@
|
|||
"tools": {
|
||||
"title": "工具",
|
||||
"description": "允许 AI 通过浏览网络、运行命令等方式解决问题。"
|
||||
},
|
||||
"customizableModes": {
|
||||
"title": "自定义模式",
|
||||
"description": "具有专属行为和指定模型的特定角色"
|
||||
}
|
||||
},
|
||||
"selectMode": "选择交互模式",
|
||||
|
|
|
|||
|
|
@ -79,6 +79,10 @@
|
|||
"tools": {
|
||||
"title": "工具",
|
||||
"description": "允許 AI 透過瀏覽網路、執行命令等方式解決問題。"
|
||||
},
|
||||
"customizableModes": {
|
||||
"title": "自訂模式",
|
||||
"description": "具有專屬行為和指定模型的特定角色"
|
||||
}
|
||||
},
|
||||
"selectMode": "選擇互動模式",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue