diff --git a/src/renderer/src/i18n/locales/en-us.json b/src/renderer/src/i18n/locales/en-us.json index 89c9ce0b..dfcc0417 100644 --- a/src/renderer/src/i18n/locales/en-us.json +++ b/src/renderer/src/i18n/locales/en-us.json @@ -480,7 +480,8 @@ }, "vision": "Vision", "websearch": "WebSearch", - "edit": "Edit Model" + "edit": "Edit Model", + "tool_calling": "Tool Calling" }, "navbar": { "expand": "Expand Dialog", diff --git a/src/renderer/src/i18n/locales/ja-jp.json b/src/renderer/src/i18n/locales/ja-jp.json index d7b2a224..c7dd1569 100644 --- a/src/renderer/src/i18n/locales/ja-jp.json +++ b/src/renderer/src/i18n/locales/ja-jp.json @@ -479,8 +479,9 @@ }, "vision": "画像", "websearch": "ウェブ検索", - "edit": "モデルを編集", - "no_matches": "利用可能なモデルがありません" + "edit": "モデルを編集", + "no_matches": "利用可能なモデルがありません", + "tool_calling": "ツールコール" }, "navbar": { "expand": "ダイアログを展開", diff --git a/src/renderer/src/i18n/locales/ru-ru.json b/src/renderer/src/i18n/locales/ru-ru.json index bcdc9bab..d5554ca7 100644 --- a/src/renderer/src/i18n/locales/ru-ru.json +++ b/src/renderer/src/i18n/locales/ru-ru.json @@ -479,8 +479,9 @@ }, "vision": "Визуальные", "websearch": "Веб-поисковые", - "edit": "Редактировать модель", - "no_matches": "Нет доступных моделей" + "edit": "Редактировать модель", + "no_matches": "Нет доступных моделей", + "tool_calling": "Инструмент вызова" }, "navbar": { "expand": "Развернуть диалоговое окно", @@ -988,4 +989,3 @@ } } } - diff --git a/src/renderer/src/i18n/locales/zh-tw.json b/src/renderer/src/i18n/locales/zh-tw.json index ab835727..8a564afa 100644 --- a/src/renderer/src/i18n/locales/zh-tw.json +++ b/src/renderer/src/i18n/locales/zh-tw.json @@ -479,8 +479,9 @@ }, "vision": "視覺", "websearch": "網路搜尋", - "edit": "編輯模型", - "no_matches": "無可用模型" + "edit": "編輯模型", + "no_matches": "無可用模型", + "tool_calling": "工具調用" }, "navbar": { "expand": "伸縮對話框",