dify/web/i18n/zh-Hans/plugin.ts
2024-10-21 11:34:21 +08:00

74 lines
2.1 KiB
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const translation = {
from: '来自',
fromMarketplace: '来自市场',
endpointsEnabled: '{{num}} 组端点已启用',
detailPanel: {
categoryTip: {
marketplace: '从 Marketplace 安装',
github: '从 Github 安装',
local: '本地插件',
debugging: '调试插件',
},
operation: {
install: '安装',
detail: '详情',
update: '更新',
info: '插件信息',
checkUpdate: '检查更新',
viewDetail: '查看详情',
remove: '移除',
},
actionNum: '{{num}} ACTIONS 已包含',
endpoints: 'Endpoints',
endpointsEmpty: '点击 \'+\' 按钮添加 Endpoint',
endpointDisableTip: '停用 Endpoint',
endpointDisableContent: '是否要停用 {{name}} 的 Endpoint ',
endpointDeleteTip: '移除 Endpoint',
endpointDeleteContent: '是否要移除 {{name}} ',
endpointModalTitle: '设置 Endpoint',
endpointModalDesc: '配置表单后,工作区内的所有成员都可以在编排应用时使用此端点。',
serviceOk: '服务正常',
disabled: '停用',
modelNum: '{{num}} 模型已包含',
},
install: '{{num}} 次安装',
installAction: '安装',
debugInfo: {
title: '调试',
viewDocs: '查看文档',
},
privilege: {
title: '插件偏好',
whoCanInstall: '谁可以安装和管理插件?',
whoCanDebug: '谁可以调试插件?',
everyone: '所有人',
admin: '管理员',
noOne: '无人',
},
pluginInfoModal: {
title: '插件信息',
repository: '仓库',
release: '发布版本',
packageName: '包',
},
action: {
checkForUpdates: '检查更新',
pluginInfo: '插件信息',
delete: '移除插件',
deleteContentLeft: '是否要移除 ',
deleteContentRight: ' 插件?',
usedInApps: '此插件正在 {{num}} 个应用中使用。',
},
upgrade: {
title: '升级插件',
successfulTitle: '升级成功',
description: '即将升级以下插件',
usedInApps: '在 {{num}} 个应用中使用',
upgrade: '升级',
upgrading: '升级中...',
close: '关闭',
},
}
export default translation