en_US.dart 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. const Map<String, String> en_US = {
  2. 'app_name': 'YYBusiness',
  3. 'Please enter your login code': 'Please enter your login code',
  4. 'Please enter your password': 'Please enter your password',
  5. 'The login code cannot be empty!': 'The login code cannot be empty!',
  6. 'The password cannot be empty!': 'The password cannot be empty!',
  7. 'Log in': 'Log in',
  8. 'Login Code': 'Login Code',
  9. 'Password': 'Password',
  10. 'Name/Mobile': 'Name/Mobile',
  11. 'Check In': 'Check In',
  12. 'Check Out': 'Check Out',
  13. 'Job Date:': 'Job Date:',
  14. 'Start Time:': 'Start Time:',
  15. 'End Time:': 'End Time:',
  16. 'Name:': 'Name:',
  17. 'Reset': 'Reset',
  18. 'Start Date': 'Start Date',
  19. 'End Date': 'End Date',
  20. 'Cancel': 'Cancel',
  21. 'Confirm': 'Confirm',
  22. 'Sign Here': 'Sign Here',
  23. 'Clean': 'Clean',
  24. 'Pull to refresh': 'Pull to refresh',
  25. 'Release ready': 'Release ready',
  26. 'Refreshing...': 'Refreshing...',
  27. 'Succeeded': 'Succeeded',
  28. 'No more': 'No more',
  29. 'Failed': 'Failed',
  30. 'Last updated at %T': 'Last updated at %T',
  31. 'Pull to load': 'Pull to load',
  32. 'Network Load Error': 'Network Load Error',
  33. 'Loading...': 'Loading...',
  34. 'Data loading failed! Please refresh and try again': 'Data loading failed! Please refresh and try again',
  35. 'There is currently no content available': 'There is currently no content available',
  36. };