Skip to content

Commit b36292c

Browse files
committed
Add translations
1 parent 5a01acc commit b36292c

File tree

19 files changed

+121
-138
lines changed

19 files changed

+121
-138
lines changed

webview-ui/src/components/chat/Announcement.tsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,9 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
4444
<div className="mb-4">
4545
<p className="mb-3">{t("chat:announcement.release.heading")}</p>
4646
<ul className="list-disc list-inside text-sm space-y-1">
47-
<li>Gemini 3 available in Gemini, Vertex, Roo Code Cloud, OpenRouter, and more!</li>
48-
<li>Automatically add git status information to the agent context from Context settings</li>
49-
<li>
50-
Experimental support for native tool calling in Roo Code Cloud, OpenRouter, and OpenAI -
51-
enable in Provider advanced settings
52-
</li>
47+
<li>{t("chat:announcement.release.gemini3")}</li>
48+
<li>{t("chat:announcement.release.gitStatus")}</li>
49+
<li>{t("chat:announcement.release.nativeToolCalling")}</li>
5350
</ul>
5451
</div>
5552

@@ -60,14 +57,17 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
6057
<div>
6158
<p className="mb-3">{t("chat:announcement.cloudAgents.heading")}</p>
6259

63-
<p className="mb-3">
64-
Introducing <b>Explainer</b>, <b>Planner</b>, and <b>Coder</b> - three specialized cloud
65-
agents to let you do more outside of your editor.
66-
</p>
60+
<div className="mb-3">
61+
<Trans
62+
i18nKey="chat:announcement.cloudAgents.specialized"
63+
components={{
64+
bold: <b />,
65+
}}
66+
/>
67+
</div>
6768

6869
<p className="mb-3 text-sm text-vscode-descriptionForeground">
69-
The agents can be triggered from the web or through Slack, with more integrations coming
70-
soon.
70+
{t("chat:announcement.cloudAgents.description")}
7171
</p>
7272

7373
<div className="mt-4">
@@ -81,7 +81,7 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
8181
hideAnnouncement()
8282
}}
8383
className="w-full">
84-
Try Cloud Agents
84+
{t("chat:announcement.cloudAgents.tryButton")}
8585
</Button>
8686
</div>
8787
</div>

webview-ui/src/i18n/locales/ca/chat.json

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/de/chat.json

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/en/chat.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -298,15 +298,15 @@
298298
},
299299
"release": {
300300
"heading": "New in the Extension:",
301-
"openRouterEmbeddings": "Support for OpenRouter embedding models",
302-
"chutesDynamic": "Chutes now loads the latest models dynamically",
303-
"queuedMessagesFix": "Fixes for queued messages getting lost"
301+
"gemini3": "Gemini 3 available in Gemini, Vertex, Roo Code Cloud, OpenRouter, and more",
302+
"gitStatus": "You can add git status information to the environment from Context settings",
303+
"nativeToolCalling": "Experimental support for native tool calling in Roo Code Cloud, OpenRouter, and OpenAI (more coming soon) - enable in Provider advanced settings"
304304
},
305305
"cloudAgents": {
306306
"heading": "New in the Cloud:",
307-
"prFixer": "Introducing the <bold>PR Fixer</bold> cloud agent to complement the PR Reviewer.",
308-
"prFixerDescription": "The PR Fixer applies high-quality changes to your PRs, right from GitHub. Invoke via a PR comment and it will read the entire comment history to understand context, agreements, and tradeoffs - then implement the right fix.",
309-
"tryPrFixerButton": "Try PR Fixer"
307+
"specialized": "Introducing <bold>Explainer</bold>, <bold>Planner</bold>, and <bold>Coder</bold> - three specialized cloud agents to enhance your workflows.",
308+
"description": "The agents work together in the cloud and can be triggered from the web or through Slack.",
309+
"tryButton": "Try Cloud Agents"
310310
},
311311
"careers": "Also, <careersLink>we're hiring!</careersLink>",
312312
"socialLinks": "Join us on <xLink>X</xLink>, <discordLink>Discord</discordLink>, or <redditLink>r/RooCode</redditLink> 🚀"

webview-ui/src/i18n/locales/es/chat.json

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/fr/chat.json

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/chat.json

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/id/chat.json

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/it/chat.json

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)