You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/web/i18n/zh-Hans/plugin.ts

24 lines
583 B
TypeScript

const translation = {
from: '来自',
endpointsEnabled: '{{num}} 组端点已启用',
detailPanel: {
operation: {
install: '安装',
detail: '详情',
update: '更新',
info: '插件信息',
checkUpdate: '检查更新',
viewDetail: '查看详情',
remove: '移除',
},
actionNum: '{{num}} ACTIONS 已包含',
endpoints: 'Endpoints',
endpointsEmpty: '点击 \'+\' 按钮添加端点',
serviceOk: '服务正常',
disabled: '停用',
modelNum: '{{num}} 模型已包含',
},
}
export default translation