const translation = { from: '来自', fromMarketplace: '来自市场', endpointsEnabled: '{{num}} 组端点已启用', detailPanel: { operation: { install: '安装', detail: '详情', update: '更新', info: '插件信息', checkUpdate: '检查更新', viewDetail: '查看详情', remove: '移除', }, actionNum: '{{num}} ACTIONS 已包含', endpoints: 'Endpoints', endpointsEmpty: '点击 \'+\' 按钮添加端点', 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