mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
✨ feat: support runtime config (#12902)
* feat: support runtime config * fix: cloud sandbox default tool ids
This commit is contained in:
@@ -241,6 +241,14 @@
|
||||
"rag.userQuery.actions.regenerate": "Regenerate Query",
|
||||
"regenerate": "Regenerate",
|
||||
"roleAndArchive": "Agent Profile & History",
|
||||
"runtimeEnv.mode.cloud": "Cloud Sandbox",
|
||||
"runtimeEnv.mode.cloudDesc": "Run in a secure cloud sandbox",
|
||||
"runtimeEnv.mode.local": "Local",
|
||||
"runtimeEnv.mode.localDesc": "Access local files and commands",
|
||||
"runtimeEnv.mode.none": "None",
|
||||
"runtimeEnv.mode.noneDesc": "No runtime environment",
|
||||
"runtimeEnv.selectMode": "Select Runtime Environment",
|
||||
"runtimeEnv.title": "Runtime Environment",
|
||||
"search.grounding.imageSearchQueries": "Image Search Keywords",
|
||||
"search.grounding.imageTitle": "Found {{count}} images",
|
||||
"search.grounding.searchQueries": "Search Keywords",
|
||||
@@ -391,6 +399,7 @@
|
||||
"tokenTag.overload": "Exceeded Limit",
|
||||
"tokenTag.remained": "Remaining",
|
||||
"tokenTag.used": "Used",
|
||||
"tool.intervention.approvalMode": "Approval Mode",
|
||||
"tool.intervention.approve": "Approve",
|
||||
"tool.intervention.approveAndRemember": "Approve and Remember",
|
||||
"tool.intervention.approveOnce": "Approve This Time Only",
|
||||
|
||||
@@ -241,6 +241,14 @@
|
||||
"rag.userQuery.actions.regenerate": "重新生成 Query",
|
||||
"regenerate": "重新生成",
|
||||
"roleAndArchive": "助理档案与记录",
|
||||
"runtimeEnv.mode.cloud": "云端沙箱",
|
||||
"runtimeEnv.mode.cloudDesc": "在安全的云端沙箱中运行",
|
||||
"runtimeEnv.mode.local": "本地",
|
||||
"runtimeEnv.mode.localDesc": "访问本地文件和命令",
|
||||
"runtimeEnv.mode.none": "不启用",
|
||||
"runtimeEnv.mode.noneDesc": "不启用运行环境",
|
||||
"runtimeEnv.selectMode": "选择运行环境",
|
||||
"runtimeEnv.title": "运行环境",
|
||||
"search.grounding.imageSearchQueries": "图片搜索关键词",
|
||||
"search.grounding.imageTitle": "找到 {{count}} 张图片",
|
||||
"search.grounding.searchQueries": "搜索关键词",
|
||||
@@ -391,6 +399,7 @@
|
||||
"tokenTag.overload": "超出限制",
|
||||
"tokenTag.remained": "剩余",
|
||||
"tokenTag.used": "已使用",
|
||||
"tool.intervention.approvalMode": "审批模式",
|
||||
"tool.intervention.approve": "批准",
|
||||
"tool.intervention.approveAndRemember": "批准并记住",
|
||||
"tool.intervention.approveOnce": "仅本次批准",
|
||||
|
||||
Reference in New Issue
Block a user