en_US.js 399 B

1234567891011
  1. export default {
  2. title: 'User Agreement',
  3. userAgreement: 'User Agreement',
  4. userAgreementDesc: 'Learn about the terms of using this application',
  5. privacyPolicy: 'Privacy Policy',
  6. privacyPolicyDesc: 'Learn how we protect your privacy',
  7. userAgreementTitle: 'User Agreement',
  8. privacyPolicyTitle: 'Privacy Policy',
  9. loading: 'Loading...',
  10. loadFailed: 'Failed to get agreement content'
  11. }