Skip to content

Commit 9c484f0

Browse files
committed
feat(i18n): add browser action messages to chat localization
1 parent 8c41675 commit 9c484f0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,16 @@
327327
"previous": "Previous",
328328
"next": "Next"
329329
},
330-
"sessionStarted": "Browser Session Started"
330+
"sessionStarted": "Browser Session Started",
331+
"actions": {
332+
"title": "Browse Action: ",
333+
"launch": "Launch browser at {{url}}",
334+
"click": "Click ({{coordinate}})",
335+
"type": "Type \"{{text}}\"",
336+
"scrollDown": "Scroll down",
337+
"scrollUp": "Scroll up",
338+
"close": "Close browser"
339+
}
331340
},
332341
"codeblock": {
333342
"tooltips": {

0 commit comments

Comments
 (0)