From 2521607a5e3fb0e2f8b285d3808403a848ccd7b9 Mon Sep 17 00:00:00 2001
From: brownrw8
{mcpServerUse.serverName} MCP server:
+ {t("useMcpServer.ask", {
+ type:
+ mcpServerUse.type === "use_mcp_tool"
+ ? t("useMcpServer.tool")
+ : t("useMcpServer.resource"),
+ serverName: mcpServerUse.serverName,
+ })}
>
) : (
<>
- Cline {mcpServerUse.type === "use_mcp_tool" ? "used a tool" : "accessed a resource"} on the{" "}
- {mcpServerUse.serverName} MCP server:
+ {t("useMcpServer.say", {
+ type:
+ mcpServerUse.type === "use_mcp_tool"
+ ? t("useMcpServer.tool")
+ : t("useMcpServer.resource"),
+ serverName: mcpServerUse.serverName,
+ })}
>
)}
,
@@ -224,7 +236,7 @@ export const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifi
color: successColor,
marginBottom: "-1.5px",
}}>,
- Task Completed,
+ {t("completionResult")},
]
case "api_req_started":
const getIconSpan = (iconName: string, color: string) => (
@@ -266,7 +278,7 @@ export const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifi
color: normalColor,
fontWeight: "bold",
}}>
- API Request Cancelled
+ {t("apiReqCancelled")}
) : (
- API Streaming Failed
+ {t("apiStreamingFailed")}
)
) : cost != null ? (
- API Request
+ {t("apiRequest")}
) : apiRequestFailedMessage ? (
- API Request Failed
+ {t("apiRequestFailed")}
) : (
- API Request...
+ {t("apiRequestInProgress")}
),
]
case "followup":
@@ -293,7 +305,7 @@ export const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifi
color: normalColor,
marginBottom: "-1.5px",
}}>,
- Cline has a question:,
+ {t("followup")},
]
default:
return [null, null]
@@ -307,6 +319,7 @@ export const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifi
isMcpServerResponding,
message.text,
message.type,
+ t,
])
const headerStyle: React.CSSProperties = {
@@ -347,7 +360,7 @@ export const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifi
CMD/CTRL + Shift + P → "Update") and make sure you're using a supported shell:
- zsh, bash, fish, or PowerShell (CMD/CTRL + Shift + P → "Terminal: Select Default
- Profile").{" "}
-
- Still having trouble?
-
-
- Thanks to{" "}
-
- I can do all kinds of tasks thanks to the latest breakthroughs in{" "}
-