| 1234567891011 |
- export default {
- title: 'User Agreement',
- userAgreement: 'User Agreement',
- userAgreementDesc: 'Learn about the terms of using this application',
- privacyPolicy: 'Privacy Policy',
- privacyPolicyDesc: 'Learn how we protect your privacy',
- userAgreementTitle: 'User Agreement',
- privacyPolicyTitle: 'Privacy Policy',
- loading: 'Loading...',
- loadFailed: 'Failed to get agreement content'
- }
|