jan/web-app/src/locales/zh-TW/tools.json
Faisal Amir 25952f293c
enhancement: auto focus always allow action from tool approval dialog and add req parameters (#5836)
* enhancement: auto focus always allow action from tool approval dialog

* chore: error handling tools parameters

* chore: update test button focus cases
2025-07-22 12:17:53 +07:00

12 lines
340 B
JSON

{
"toolApproval": {
"title": "需要工具核准",
"securityNotice": "此工具想要執行一個動作。請檢閱並核准。",
"deny": "拒絕",
"allowOnce": "允許一次",
"alwaysAllow": "一律允許",
"description": "助理想要使用 <strong>{{toolName}}</strong>",
"parameters": "工具參數"
}
}