mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
feat: add slash commands tip to RooTips component
This commit is contained in:
parent
c6e7ac41fc
commit
e8bdd83ffe
19 changed files with 78 additions and 0 deletions
|
|
@ -17,6 +17,12 @@ const tips = [
|
|||
titleKey: "rooTips.boomerangTasks.title",
|
||||
descriptionKey: "rooTips.boomerangTasks.description",
|
||||
},
|
||||
{
|
||||
icon: "codicon-terminal-cmd",
|
||||
href: buildDocLink("features/slash-commands", "tips"),
|
||||
titleKey: "rooTips.slashCommands.title",
|
||||
descriptionKey: "rooTips.slashCommands.description",
|
||||
},
|
||||
]
|
||||
|
||||
const RooTips = () => {
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ca/chat.json
generated
4
webview-ui/src/i18n/locales/ca/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "Modes personalitzables",
|
||||
"description": "Personalitats especialitzades amb comportaments propis i models assignats"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Ordres de Barra",
|
||||
"description": "Crea ordres personalitzades per accedir ràpidament a indicacions utilitzades amb freqüència"
|
||||
}
|
||||
},
|
||||
"selectMode": "Selecciona el mode d'interacció",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/de/chat.json
generated
4
webview-ui/src/i18n/locales/de/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "Anpassbare Modi",
|
||||
"description": "Spezialisierte Personas mit eigenem Verhalten und zugewiesenen Modellen"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Slash-Befehle",
|
||||
"description": "Erstelle benutzerdefinierte Befehle für schnellen Zugriff auf häufig verwendete Prompts"
|
||||
}
|
||||
},
|
||||
"selectMode": "Interaktionsmodus auswählen",
|
||||
|
|
|
|||
|
|
@ -109,6 +109,10 @@
|
|||
"customizableModes": {
|
||||
"title": "Customizable Modes",
|
||||
"description": "Specialized personas with their own behaviors and assigned models"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Slash Commands",
|
||||
"description": "Create custom commands for quick access to frequently used prompts"
|
||||
}
|
||||
},
|
||||
"selectMode": "Select mode for interaction",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/es/chat.json
generated
4
webview-ui/src/i18n/locales/es/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "Modos personalizables",
|
||||
"description": "Personalidades especializadas con sus propios comportamientos y modelos asignados"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Comandos de Barra",
|
||||
"description": "Crea comandos personalizados para acceso rápido a prompts utilizados frecuentemente"
|
||||
}
|
||||
},
|
||||
"selectMode": "Seleccionar modo de interacción",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/fr/chat.json
generated
4
webview-ui/src/i18n/locales/fr/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "Modes personnalisables",
|
||||
"description": "Des personas spécialisés avec leurs propres comportements et modèles assignés"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Commandes Slash",
|
||||
"description": "Créez des commandes personnalisées pour un accès rapide aux prompts fréquemment utilisés"
|
||||
}
|
||||
},
|
||||
"selectMode": "Sélectionner le mode d'interaction",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/hi/chat.json
generated
4
webview-ui/src/i18n/locales/hi/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "अनुकूलन योग्य मोड",
|
||||
"description": "विशिष्ट प्रोफाइल अपने व्यवहार और निर्धारित मॉडल के साथ"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Slash Commands",
|
||||
"description": "Create custom commands for quick access to frequently used prompts"
|
||||
}
|
||||
},
|
||||
"selectMode": "इंटरैक्शन मोड चुनें",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/id/chat.json
generated
4
webview-ui/src/i18n/locales/id/chat.json
generated
|
|
@ -112,6 +112,10 @@
|
|||
"customizableModes": {
|
||||
"title": "Mode yang Dapat Disesuaikan",
|
||||
"description": "Persona khusus dengan perilaku dan model yang ditugaskan sendiri"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Slash Commands",
|
||||
"description": "Create custom commands for quick access to frequently used prompts"
|
||||
}
|
||||
},
|
||||
"selectMode": "Pilih mode untuk interaksi",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/it/chat.json
generated
4
webview-ui/src/i18n/locales/it/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "Modalità personalizzabili",
|
||||
"description": "Personalità specializzate con comportamenti propri e modelli assegnati"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Slash Commands",
|
||||
"description": "Create custom commands for quick access to frequently used prompts"
|
||||
}
|
||||
},
|
||||
"selectMode": "Seleziona modalità di interazione",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ja/chat.json
generated
4
webview-ui/src/i18n/locales/ja/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "カスタマイズ可能なモード",
|
||||
"description": "独自の動作と割り当てられたモデルを持つ専門的なペルソナ"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "スラッシュコマンド",
|
||||
"description": "よく使用するプロンプトへの素早いアクセスのためのカスタムコマンドを作成"
|
||||
}
|
||||
},
|
||||
"selectMode": "対話モードを選択",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ko/chat.json
generated
4
webview-ui/src/i18n/locales/ko/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "사용자 정의 모드",
|
||||
"description": "고유한 동작과 할당된 모델을 가진 전문 페르소나"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Slash Commands",
|
||||
"description": "Create custom commands for quick access to frequently used prompts"
|
||||
}
|
||||
},
|
||||
"selectMode": "상호작용 모드 선택",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/nl/chat.json
generated
4
webview-ui/src/i18n/locales/nl/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "Aanpasbare modi",
|
||||
"description": "Gespecialiseerde persona's met hun eigen gedrag en toegewezen modellen"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Slash Commands",
|
||||
"description": "Create custom commands for quick access to frequently used prompts"
|
||||
}
|
||||
},
|
||||
"selectMode": "Selecteer modus voor interactie",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/pl/chat.json
generated
4
webview-ui/src/i18n/locales/pl/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "Konfigurowalne tryby",
|
||||
"description": "Wyspecjalizowane persona z własnymi zachowaniami i przypisanymi modelami"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Slash Commands",
|
||||
"description": "Create custom commands for quick access to frequently used prompts"
|
||||
}
|
||||
},
|
||||
"selectMode": "Wybierz tryb interakcji",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/pt-BR/chat.json
generated
4
webview-ui/src/i18n/locales/pt-BR/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "Modos personalizáveis",
|
||||
"description": "Personas especializadas com comportamentos próprios e modelos atribuídos"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Slash Commands",
|
||||
"description": "Create custom commands for quick access to frequently used prompts"
|
||||
}
|
||||
},
|
||||
"selectMode": "Selecionar modo de interação",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ru/chat.json
generated
4
webview-ui/src/i18n/locales/ru/chat.json
generated
|
|
@ -97,6 +97,10 @@
|
|||
"customizableModes": {
|
||||
"title": "Настраиваемые режимы",
|
||||
"description": "Специализированные персонажи с собственным поведением и назначенными моделями"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Slash Commands",
|
||||
"description": "Create custom commands for quick access to frequently used prompts"
|
||||
}
|
||||
},
|
||||
"onboarding": "<strong>Ваш список задач в этом рабочем пространстве пуст.</strong> Начните с ввода задачи ниже. Не знаете, с чего начать? Подробнее о возможностях Roo читайте в <DocsLink>документации</DocsLink>.",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/tr/chat.json
generated
4
webview-ui/src/i18n/locales/tr/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "Özelleştirilebilir Modlar",
|
||||
"description": "Kendi davranışları ve atanmış modelleri ile özelleştirilmiş kişilikler"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Slash Commands",
|
||||
"description": "Create custom commands for quick access to frequently used prompts"
|
||||
}
|
||||
},
|
||||
"selectMode": "Etkileşim modunu seçin",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/vi/chat.json
generated
4
webview-ui/src/i18n/locales/vi/chat.json
generated
|
|
@ -98,6 +98,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"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Slash Commands",
|
||||
"description": "Create custom commands for quick access to frequently used prompts"
|
||||
}
|
||||
},
|
||||
"selectMode": "Chọn chế độ tương tác",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/zh-CN/chat.json
generated
4
webview-ui/src/i18n/locales/zh-CN/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "自定义模式",
|
||||
"description": "具有专属行为和指定模型的特定角色"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "斜杠命令",
|
||||
"description": "创建自定义命令以快速访问常用提示词"
|
||||
}
|
||||
},
|
||||
"selectMode": "选择交互模式",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/zh-TW/chat.json
generated
4
webview-ui/src/i18n/locales/zh-TW/chat.json
generated
|
|
@ -98,6 +98,10 @@
|
|||
"customizableModes": {
|
||||
"title": "自訂模式",
|
||||
"description": "具有專屬行為和指定模型的特定角色"
|
||||
},
|
||||
"slashCommands": {
|
||||
"title": "Slash Commands",
|
||||
"description": "Create custom commands for quick access to frequently used prompts"
|
||||
}
|
||||
},
|
||||
"selectMode": "選擇互動模式",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue