UnisKB/ui/src/locales/lang/zh-CN/views/tool.ts

73 lines
1.8 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

export default {
title: '工具',
createTool: '创建工具',
editTool: '编辑工具',
copyTool: '复制函数',
importTool: '导入函数',
toolStore: {
title: '工具商店',
createFromToolStore: '从工具商店创建',
recommend: '推荐',
webSearch: '联网搜索',
databaseQuery: '数据库查询',
image: '图像',
developer: '开发者',
communication: '通信',
searchResult: '的搜索结果 {count} 个'
},
enabled: '启用',
disabled: {
confirmTitle: '是否禁用工具:',
confirmMessage: '禁用后,引用了该工具的应用提问时会报错 ,请谨慎操作。',
},
tip: {
saveMessage: '当前的更改尚未保存,确认退出吗?',
},
form: {
title: {
copy: '副本',
baseInfo: '基础信息',
},
toolName: {
label: '名称',
name: '工具名称',
placeholder: '请输入工具名称',
requiredMessage: '请输入工具名称',
},
toolDescription: {
label: '描述',
placeholder: '请输入工具的描述',
},
paramName: {
label: '参数名',
placeholder: '请输入参数名',
requiredMessage: '请输入参数名',
},
dataType: {
label: '数据类型',
},
source: {
label: '来源',
custom: '自定义',
reference: '引用参数',
},
required: {
label: '是否必填',
},
param: {
paramInfo1: '使用工具时显示',
paramInfo2: '使用工具时不显示',
code: '工具内容Python',
selectPlaceholder: '请选择参数',
inputPlaceholder: '请输入参数值',
},
debug: {
run: '运行',
output: '输出',
runResult: '运行结果',
runSuccess: '运行成功',
runFailed: '运行失败',
},
},
}