12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- const Map<String, String> en_US = {
- 'app_name': 'YYBusiness',
- 'Please enter your login code': 'Please enter your login code',
- 'Please enter your password': 'Please enter your password',
- 'The login code cannot be empty!': 'The login code cannot be empty!',
- 'The password cannot be empty!': 'The password cannot be empty!',
- 'Log in': 'Log in',
- 'Login Code': 'Login Code',
- 'Password': 'Password',
- 'Name/Mobile': 'Name/Mobile',
- 'Check In': 'Check In',
- 'Check Out': 'Check Out',
- 'Job Date:': 'Job Date:',
- 'Start Time:': 'Start Time:',
- 'End Time:': 'End Time:',
- 'Name:': 'Name:',
- 'Reset': 'Reset',
- 'Start Date': 'Start Date',
- 'End Date': 'End Date',
- 'Cancel': 'Cancel',
- 'Confirm': 'Confirm',
- 'Sign Here': 'Sign Here',
- 'Clean': 'Clean',
- 'Vietnam': 'Vietnam',
- 'Sign in/Sign out': 'Sign in/Sign out',
- 'Admin': 'Admin',
- 'Don’t have an account?': 'Don’t have an account?',
- 'Sign up': 'Sign up',
- 'Pull to refresh': 'Pull to refresh',
- 'Release ready': 'Release ready',
- 'Refreshing...': 'Refreshing...',
- 'Succeeded': 'Succeeded',
- 'No more': 'No more',
- 'Failed': 'Failed',
- 'Last updated at %T': 'Last updated at %T',
- 'Pull to load': 'Pull to load',
- 'Network Load Error': 'Network Load Error',
- 'Loading...': 'Loading...',
- 'Data loading failed! Please refresh and try again': 'Data loading failed! Please refresh and try again',
- 'There is currently no content available': 'There is currently no content available',
- };
|