en_US.dart 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. const Map<String, String> en_US = {
  2. 'app_name': 'YYBusiness',
  3. 'Please enter your password': 'Please enter your password',
  4. 'The login code cannot be empty!': 'The login code cannot be empty!',
  5. 'The password cannot be empty!': 'The password cannot be empty!',
  6. 'The new password cannot be empty!': 'The new password cannot be empty!',
  7. 'Log in': 'Log in',
  8. 'Password': 'Password',
  9. 'Email': 'Email',
  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. 'Start Time': 'Start Time',
  17. 'End Time': 'End Time',
  18. 'Name:': 'Name:',
  19. 'Reset': 'Reset',
  20. 'Start Date': 'Start Date',
  21. 'End Date': 'End Date',
  22. 'Cancel': 'Cancel',
  23. 'Confirm': 'Confirm',
  24. 'Sign Here': 'Sign Here',
  25. 'Clean': 'Clean',
  26. 'Vietnam': 'Vietnam',
  27. 'Sign in/Sign out': 'Sign in/Sign out',
  28. 'Admin': 'Admin',
  29. 'Don’t have an account?': 'Don’t have an account?',
  30. 'Sign up': 'Sign up',
  31. 'Confirm Password': 'Confirm Password',
  32. 'Please enter your email': 'Please enter your email',
  33. 'Please enter confirm password': 'Please enter confirm password',
  34. 'Submit': 'Submit',
  35. 'The email cannot be empty!': 'The email cannot be empty!',
  36. 'The confirm password cannot be empty!': 'The confirm password cannot be empty!',
  37. 'Please confirm your confirmed password!': 'Please confirm your confirmed password!',
  38. 'Reset Password': 'Reset Password',
  39. 'New Password': 'New Password',
  40. 'Please enter your new password': 'Please enter your new password',
  41. 'Labour Request': 'Labour Request',
  42. 'Job List': 'Job List',
  43. 'Sign in Sign out': 'Sign in Sign out',
  44. 'Devices': 'Devices',
  45. 'Labour Request Review': 'Labour Request Review',
  46. 'Attendance Review': 'Attendance Review',
  47. 'Default Job Title': 'Default Job Title',
  48. 'Report': 'Report',
  49. 'Confirmation': 'Confirmation',
  50. 'Notice': 'Notice',
  51. 'Are you sure you need to exit the system?': 'Are you sure you need to exit the system?',
  52. 'Are you sure you want to deactivate your account? You will not be able to login into the app once you proceed with the request.':
  53. 'Are you sure you want to deactivate your account? You will not be able to login into the app once you proceed with the request.',
  54. 'Welcome': 'Welcome',
  55. 'Switch Projects': 'Switch Projects',
  56. 'Account Deactivation': 'Account Deactivation',
  57. 'Logout': 'Logout',
  58. 'Old Password': 'Old Password',
  59. 'Settings': 'Settings',
  60. 'Title': 'Title',
  61. 'Create New Job Request': 'Create New Job Request',
  62. 'Outlet': 'Outlet',
  63. 'Status': 'Status',
  64. 'Filter': 'Filter',
  65. 'Edit': 'Edit',
  66. 'Recall': 'Recall',
  67. 'Detail': 'Detail',
  68. 'Outlet:': 'Outlet:',
  69. 'DateTime:': 'DateTime:',
  70. 'No. of Staff:': 'No. of Staff:',
  71. 'Status:': 'Status:',
  72. 'Publish Status:': 'Publish Status:',
  73. 'Created At:': 'Created At:',
  74. 'Published': 'Published',
  75. 'Unpublished': 'Unpublished',
  76. 'Choose Outlet': 'Choose Outlet',
  77. 'Choose Status': 'Choose Status',
  78. 'Choose Job Title': 'Choose Job Title',
  79. 'Job Title': 'Job Title',
  80. 'Job Start Time': 'Job Start Time',
  81. 'Job End Time': 'Job End Time',
  82. 'No. of Staff': 'No. of Staff',
  83. 'Enter No. of Staff': 'Enter No. of Staff',
  84. 'Choose Start Date': 'Choose Start Date',
  85. 'Choose End Date': 'Choose End Date',
  86. 'Add Labour Requisition': 'Add Labour Requisition',
  87. 'Edit Labour Requisition': 'Edit Labour Requisition',
  88. 'Labour Requisition': 'Labour Requisition',
  89. //插件的国际化
  90. 'Pull to refresh': 'Pull to refresh',
  91. 'Release ready': 'Release ready',
  92. 'Refreshing...': 'Refreshing...',
  93. 'Succeeded': 'Succeeded',
  94. 'No more': 'No more',
  95. 'Failed': 'Failed',
  96. 'Last updated at %T': 'Last updated at %T',
  97. 'Pull to load': 'Pull to load',
  98. 'Network Load Error': 'Network Load Error',
  99. 'Loading...': 'Loading...',
  100. 'Data loading failed! Please refresh and try again': 'Data loading failed! Please refresh and try again',
  101. 'There is currently no content available': 'There is currently no content available',
  102. 'Click again and exit the app': 'Click again and exit the app',
  103. 'The login credential have expired, please log in again.': 'The login credentials have expired, please log in again.',
  104. 'Successful': 'Successful',
  105. };