1234567891011121314151617181920212223242526272829303132333435363738394041 |
- 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',
- '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',
- };
|