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

83 lines
2.5 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: {
2024-10-16 17:30:51 +08:00
categoryTip: {
marketplace: '从 Marketplace 安装',
github: '从 Github 安装',
local: '本地插件',
debugging: '调试插件',
},
2024-10-12 14:39:53 +08:00
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',
2024-10-19 16:17:10 +08:00
endpointsEmpty: '点击 \'+\' 按钮添加 Endpoint',
endpointDisableTip: '停用 Endpoint',
endpointDisableContent: '是否要停用 {{name}} 的 Endpoint ',
endpointDeleteTip: '移除 Endpoint',
endpointDeleteContent: '是否要移除 {{name}} ',
2024-10-19 17:23:26 +08:00
endpointModalTitle: '设置 Endpoint',
endpointModalDesc: '配置表单后,工作区内的所有成员都可以在编排应用时使用此端点。',
2024-10-13 10:49:55 +08:00
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-16 15:13:19 +08:00
action: {
checkForUpdates: '检查更新',
pluginInfo: '插件信息',
delete: '移除插件',
deleteContentLeft: '是否要移除 ',
deleteContentRight: ' 插件?',
usedInApps: '此插件正在 {{num}} 个应用中使用。',
},
2024-10-22 18:11:47 +08:00
installModal: {
installPlugin: '安装插件',
installedSuccessfully: '安装成功',
install: '安装',
installing: '安装中...',
uploadingPackage: '上传 {{packageName}} 中...',
readyToInstall: '即将安装以下插件。',
fromTrustSource: '请保证仅从<trustSource>可信源</trustSource>安装插件。',
},
2024-10-16 18:05:55 +08:00
upgrade: {
title: '升级插件',
successfulTitle: '升级成功',
description: '即将升级以下插件',
usedInApps: '在 {{num}} 个应用中使用',
upgrade: '升级',
upgrading: '升级中...',
close: '关闭',
},
2024-10-10 17:47:04 +08:00
}
export default translation