mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 20:51:33 +10:00
24 lines
557 B
JavaScript
24 lines
557 B
JavaScript
export default {
|
|
index: 'Introduction',
|
|
support: 'Support',
|
|
'-- How To Use': {
|
|
type: 'separator',
|
|
title: 'How To Use',
|
|
},
|
|
'get-started': 'Get Started',
|
|
profile: 'Public Profile',
|
|
organisations: 'Organisations',
|
|
documents: 'Documents',
|
|
templates: 'Templates',
|
|
branding: 'Branding',
|
|
'email-domains': 'Email Domains',
|
|
'direct-links': 'Direct Signing Links',
|
|
'-- Legal Overview': {
|
|
type: 'separator',
|
|
title: 'Legal Overview',
|
|
},
|
|
'fair-use': 'Fair Use Policy',
|
|
licenses: 'Licenses',
|
|
compliance: 'Compliance',
|
|
};
|