mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-28 10:03:54 +08:00
update:远程工具调用面板
This commit is contained in:
@@ -8,6 +8,28 @@ export default {
|
||||
'header.paramManagement': 'Params Management',
|
||||
'header.dictManagement': 'Dict Management',
|
||||
|
||||
// McpToolCallDialog component text
|
||||
'mcpToolCall.title': 'Tool Call',
|
||||
'mcpToolCall.execute': 'Execute',
|
||||
'mcpToolCall.chooseFunction': '1、Choose Function',
|
||||
'mcpToolCall.searchFunction': 'Search Function',
|
||||
'mcpToolCall.noResults': 'No matching functions found',
|
||||
'mcpToolCall.settings': '2、Parameter Settings',
|
||||
'mcpToolCall.inputPlaceholder': 'Please enter {label}',
|
||||
'mcpToolCall.valueRange': 'Value range: {min} - {max}',
|
||||
'mcpToolCall.selectPlaceholder': 'Please select {label}',
|
||||
'mcpToolCall.lightTheme': 'Light Theme',
|
||||
'mcpToolCall.darkTheme': 'Dark Theme',
|
||||
'mcpToolCall.pleaseSelect': 'Please select a function',
|
||||
'mcpToolCall.cancel': 'Cancel',
|
||||
'mcpToolCall.requiredField': 'Please enter {field}',
|
||||
'mcpToolCall.minValue': 'Minimum value is {value}',
|
||||
'mcpToolCall.maxValue': 'Maximum value is {value}',
|
||||
'mcpToolCall.selectTool': 'Please select a tool to execute',
|
||||
'mcpToolCall.executionResult': '3、Execution Result',
|
||||
'mcpToolCall.copyResult': 'Copy Result',
|
||||
'mcpToolCall.noResultYet': 'No result yet',
|
||||
|
||||
// Dictionary data dialog related
|
||||
'dictDataDialog.addDictData': 'Add Dictionary Data',
|
||||
'dictDataDialog.dictLabel': 'Dictionary Label',
|
||||
@@ -288,6 +310,7 @@ export default {
|
||||
'device.bindWithCode': 'Bind with Verification Code',
|
||||
'device.manualAdd': 'Manual Add',
|
||||
'device.unbind': 'Unbind',
|
||||
'device.toolCall': 'Tool Call',
|
||||
'device.selectAtLeastOne': 'Please select at least one record',
|
||||
'device.confirmBatchUnbind': 'Are you sure you want to unbind {count} selected devices?',
|
||||
'device.batchUnbindSuccess': 'Successfully unbound {count} devices',
|
||||
|
||||
Reference in New Issue
Block a user