dify/web/i18n/zh-Hans/plugin.ts

45 lines
1.1 KiB
TypeScript
Raw Normal View History

2024-10-10 17:47:04 +08:00
const translation = {
from: '来自',
2024-10-14 18:35:01 +08:00
fromMarketplace: '来自市场',
2024-10-10 17:47:04 +08:00
endpointsEnabled: '{{num}} 组端点已启用',
2024-10-12 14:39:53 +08:00
detailPanel: {
operation: {
2024-10-12 16:29:46 +08:00
install: '安装',
detail: '详情',
2024-10-12 14:39:53 +08:00
update: '更新',
info: '插件信息',
checkUpdate: '检查更新',
viewDetail: '查看详情',
remove: '移除',
},
2024-10-12 17:08:45 +08:00
actionNum: '{{num}} ACTIONS 已包含',
2024-10-13 10:49:55 +08:00
endpoints: 'Endpoints',
endpointsEmpty: '点击 \'+\' 按钮添加端点',
serviceOk: '服务正常',
disabled: '停用',
modelNum: '{{num}} 模型已包含',
2024-10-12 14:39:53 +08:00
},
2024-10-14 18:35:01 +08:00
install: '{{num}} 次安装',
installAction: '安装',
debugInfo: {
title: '调试',
viewDocs: '查看文档',
},
2024-10-15 21:31:06 +08:00
privilege: {
title: '插件偏好',
whoCanInstall: '谁可以安装和管理插件?',
whoCanDebug: '谁可以调试插件?',
everyone: '所有人',
admin: '管理员',
noOne: '无人',
},
2024-10-16 11:30:04 +08:00
pluginInfoModal: {
title: '插件信息',
repository: '仓库',
release: '发布版本',
packageName: '包',
},
2024-10-10 17:47:04 +08:00
}
export default translation