Feat: compliance report download (#13282)

This commit is contained in:
NFish
2025-02-17 09:43:41 +08:00
committed by GitHub
parent ed7d7a74ea
commit 7f9eb35e1f
26 changed files with 3207 additions and 1323 deletions

View File

@@ -26,6 +26,8 @@ const translation = {
lineBreak: 'Line break',
sure: 'I\'m sure',
download: 'Download',
downloadSuccess: 'Download Completed.',
downloadFailed: 'Download failed. Please try again later.',
delete: 'Delete',
deleteApp: 'Delete App',
settings: 'Settings',
@@ -145,13 +147,24 @@ const translation = {
emailSupport: 'Email Support',
workspace: 'Workspace',
createWorkspace: 'Create Workspace',
helpCenter: 'Help',
helpCenter: 'Docs',
support: 'Support',
compliance: 'Compliance',
communityFeedback: 'Feedback',
roadmap: 'Roadmap',
github: 'GitHub',
community: 'Community',
about: 'About',
logout: 'Log out',
},
compliance: {
soc2Type1: 'SOC 2 Type I Report',
soc2Type2: 'SOC 2 Type II Report',
iso27001: 'ISO 27001:2022 Certification',
gdpr: 'GDPR DPA',
sandboxUpgradeTooltip: 'Only available with a Professional or Team plan.',
professionalUpgradeTooltip: 'Only available with a Team plan or above.',
},
settings: {
accountGroup: 'GENERAL',
workplaceGroup: 'WORKSPACE',

View File

@@ -26,6 +26,8 @@ const translation = {
lineBreak: '换行',
sure: '我确定',
download: '下载',
downloadSuccess: '下载完毕',
downloadFailed: '下载失败,请稍后重试。',
delete: '删除',
deleteApp: '删除应用',
settings: '设置',
@@ -146,12 +148,23 @@ const translation = {
workspace: '工作空间',
createWorkspace: '创建工作空间',
helpCenter: '帮助文档',
support: '支持',
compliance: '合规',
communityFeedback: '用户反馈',
roadmap: '路线图',
github: 'GitHub',
community: '社区',
about: '关于',
logout: '登出',
},
compliance: {
soc2Type1: 'SOC 2 Type I Report',
soc2Type2: 'SOC 2 Type II Report',
iso27001: 'ISO 27001:2022 Certification',
gdpr: 'GDPR DPA',
sandboxUpgradeTooltip: '仅适用于 Professional 或 Team 版计划。',
professionalUpgradeTooltip: '仅适用于 Team 版计划或以上。',
},
settings: {
accountGroup: '通用',
workplaceGroup: '工作空间',