mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-08 02:16:51 +08:00
Feat: compliance report download (#13282)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user