Skip to content

Commit cad543e

Browse files
committed
add missing translations
1 parent f276dad commit cad543e

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

webview-ui/src/i18n/locales/vi/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@
225225
"label": "Bật Google Tìm kiếm",
226226
"description": "Cho phép mô hình sử dụng Google Tìm kiếm để trả lời các câu hỏi về các sự kiện gần đây. Điều này có thể phát sinh thêm chi phí và loại trừ lẫn nhau với tính năng 'suy nghĩ'."
227227
},
228+
"geminiEnableUrlContext": {
229+
"label": "Bật ngữ cảnh URL",
230+
"description": "Cho phép mô hình truy xuất nội dung từ các URL được cung cấp trong lời nhắc để thông báo cho phản hồi của nó."
231+
},
228232
"getGroqApiKey": "Lấy khóa API Groq",
229233
"groqApiKey": "Khóa API Groq",
230234
"getGeminiApiKey": "Lấy khóa API Gemini",

webview-ui/src/i18n/locales/zh-CN/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@
225225
"label": "启用 Google 搜索",
226226
"description": "允许模型使用 Google 搜索回答有关最近事件的问题。这可能会产生额外费用,并且与“思考”功能互斥。"
227227
},
228+
"geminiEnableUrlContext": {
229+
"label": "启用URL上下文",
230+
"description": "允许模型从提示中提供的URL检索内容以通知其响应。"
231+
},
228232
"getGroqApiKey": "获取 Groq API 密钥",
229233
"groqApiKey": "Groq API 密钥",
230234
"getGeminiApiKey": "获取 Gemini API 密钥",

webview-ui/src/i18n/locales/zh-TW/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@
225225
"label": "啟用 Google 搜尋",
226226
"description": "允許模型使用 Google 搜尋回答有關最近事件的問題。這可能會產生額外費用,並且與「思考」功能互斥。"
227227
},
228+
"geminiEnableUrlContext": {
229+
"label": "啟用URL上下文",
230+
"description": "允許模型從提示中提供的URL檢索內容以通知其回應。"
231+
},
228232
"getGroqApiKey": "取得 Groq API 金鑰",
229233
"groqApiKey": "Groq API 金鑰",
230234
"getGeminiApiKey": "取得 Gemini API 金鑰",

0 commit comments

Comments
 (0)