fix(webui): harden skill management
This commit is contained in:
@@ -777,6 +777,36 @@
|
||||
"views": "技能檢視",
|
||||
"installedTab": "已安裝",
|
||||
"discoverTab": "探索",
|
||||
"customGroup": "自訂",
|
||||
"builtinGroup": "內建",
|
||||
"otherGroup": "其他",
|
||||
"searchInstalled": "搜尋已安裝技能",
|
||||
"filterAll": "全部",
|
||||
"filterEnabled": "已啟用",
|
||||
"filterDisabled": "已停用",
|
||||
"noMatching": "沒有相符的技能。",
|
||||
"statusDisabled": "已停用",
|
||||
"statusEnabled": "已啟用",
|
||||
"statusNeedsSetup": "需要設定",
|
||||
"showLess": "收合",
|
||||
"showMore": "展開",
|
||||
"enabledControl": "使用此技能",
|
||||
"enabledDescription": "當技能需求已滿足時,允許 agent 載入並使用它。",
|
||||
"enableSkill": "啟用 {{name}}",
|
||||
"disableSkill": "停用 {{name}}",
|
||||
"updateFailed": "無法更新此技能。",
|
||||
"deleteTitle": "刪除技能",
|
||||
"deleteDescription": "從目前工作區移除此技能。",
|
||||
"deleteAction": "刪除",
|
||||
"deleteFailed": "無法刪除此技能。",
|
||||
"deleteConfirmTitle": "刪除 {{name}}?",
|
||||
"deleteConfirmDescription": "這會從目前工作區移除該技能的檔案,且無法復原。",
|
||||
"deleteConfirmAction": "刪除技能",
|
||||
"instructionsTitle": "技能說明",
|
||||
"setupRequired": "需要設定",
|
||||
"setupDescription": "請在執行 nanobot 的裝置上安裝缺少的相依套件,然後重新檢查。",
|
||||
"copySetupCommand": "複製設定指令",
|
||||
"checkAgain": "重新檢查",
|
||||
"marketplaceSearchFailed": "暫時無法搜尋技能市集。",
|
||||
"marketplaceInstallFailed": "無法安裝此技能。",
|
||||
"marketplaceSearchPlaceholder": "搜尋技能",
|
||||
|
||||
Reference in New Issue
Block a user