Skip to content

Commit 12669e1

Browse files
authored
Turn Prompts tab into Modes tab and move support prompts to Settings (#4078)
1 parent b7f606d commit 12669e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+364
-259
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
{
8484
"command": "roo-cline.promptsButtonClicked",
8585
"title": "%command.prompts.title%",
86-
"icon": "$(notebook)"
86+
"icon": "$(organization)"
8787
},
8888
{
8989
"command": "roo-cline.historyButtonClicked",

src/package.nls.ca.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"views.contextMenu.label": "Roo Code",
1818
"views.terminalMenu.label": "Roo Code",
1919
"command.mcpServers.title": "Servidors MCP",
20-
"command.prompts.title": "Indicacions",
20+
"command.prompts.title": "Modes",
2121
"command.history.title": "Historial",
2222
"command.openInEditor.title": "Obrir a l'Editor",
2323
"command.settings.title": "Configuració",

src/package.nls.de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"views.contextMenu.label": "Roo Code",
1818
"views.terminalMenu.label": "Roo Code",
1919
"command.mcpServers.title": "MCP Server",
20-
"command.prompts.title": "Prompts",
20+
"command.prompts.title": "Modi",
2121
"command.history.title": "Verlauf",
2222
"command.openInEditor.title": "Im Editor Öffnen",
2323
"command.settings.title": "Einstellungen",

src/package.nls.es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"views.contextMenu.label": "Roo Code",
1818
"views.terminalMenu.label": "Roo Code",
1919
"command.mcpServers.title": "Servidores MCP",
20-
"command.prompts.title": "Indicaciones",
20+
"command.prompts.title": "Modos",
2121
"command.history.title": "Historial",
2222
"command.openInEditor.title": "Abrir en Editor",
2323
"command.settings.title": "Configuración",

src/package.nls.fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"views.contextMenu.label": "Roo Code",
1818
"views.terminalMenu.label": "Roo Code",
1919
"command.mcpServers.title": "Serveurs MCP",
20-
"command.prompts.title": "Invites",
20+
"command.prompts.title": "Modes",
2121
"command.history.title": "Historique",
2222
"command.openInEditor.title": "Ouvrir dans l'Éditeur",
2323
"command.settings.title": "Paramètres",

src/package.nls.hi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"views.contextMenu.label": "Roo Code",
1818
"views.terminalMenu.label": "Roo Code",
1919
"command.mcpServers.title": "एमसीपी सर्वर",
20-
"command.prompts.title": "प्रॉम्प्ट्स",
20+
"command.prompts.title": "मोड्स",
2121
"command.history.title": "इतिहास",
2222
"command.openInEditor.title": "एडिटर में खोलें",
2323
"command.settings.title": "सेटिंग्स",

src/package.nls.it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"views.contextMenu.label": "Roo Code",
1818
"views.terminalMenu.label": "Roo Code",
1919
"command.mcpServers.title": "Server MCP",
20-
"command.prompts.title": "Prompt",
20+
"command.prompts.title": "Modi",
2121
"command.history.title": "Cronologia",
2222
"command.openInEditor.title": "Apri nell'Editor",
2323
"command.settings.title": "Impostazioni",

src/package.nls.ja.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"views.activitybar.title": "Roo Code",
77
"command.newTask.title": "新しいタスク",
88
"command.mcpServers.title": "MCPサーバー",
9-
"command.prompts.title": "プロンプト",
9+
"command.prompts.title": "モード",
1010
"command.history.title": "履歴",
1111
"command.openInEditor.title": "エディタで開く",
1212
"command.settings.title": "設定",

src/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"views.activitybar.title": "Roo Code",
77
"command.newTask.title": "New Task",
88
"command.mcpServers.title": "MCP Servers",
9-
"command.prompts.title": "Prompts",
9+
"command.prompts.title": "Modes",
1010
"command.history.title": "History",
1111
"command.openInEditor.title": "Open in Editor",
1212
"command.settings.title": "Settings",

src/package.nls.ko.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"views.contextMenu.label": "Roo Code",
1818
"views.terminalMenu.label": "Roo Code",
1919
"command.mcpServers.title": "MCP 서버",
20-
"command.prompts.title": "프롬프트",
20+
"command.prompts.title": "모드",
2121
"command.history.title": "기록",
2222
"command.openInEditor.title": "에디터에서 열기",
2323
"command.settings.title": "설정",

0 commit comments

Comments
 (0)