en_US.dart 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. 'Vietnam': 'Vietnam',
  25. 'Sign in/Sign out': 'Sign in/Sign out',
  26. 'Admin': 'Admin',
  27. 'Don’t have an account?': 'Don’t have an account?',
  28. 'Sign up': 'Sign up',
  29. 'Pull to refresh': 'Pull to refresh',
  30. 'Release ready': 'Release ready',
  31. 'Refreshing...': 'Refreshing...',
  32. 'Succeeded': 'Succeeded',
  33. 'No more': 'No more',
  34. 'Failed': 'Failed',
  35. 'Last updated at %T': 'Last updated at %T',
  36. 'Pull to load': 'Pull to load',
  37. 'Network Load Error': 'Network Load Error',
  38. 'Loading...': 'Loading...',
  39. 'Data loading failed! Please refresh and try again': 'Data loading failed! Please refresh and try again',
  40. 'There is currently no content available': 'There is currently no content available',
  41. };