123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- const Map<String, String> en_US = {
- 'app_name': 'YYBusiness',
- '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!',
- 'The new password cannot be empty!': 'The new password cannot be empty!',
- 'Log in': 'Log in',
- 'Password': 'Password',
- 'Email': 'Email',
- 'Name/Mobile': 'Name/Mobile',
- 'Check In': 'Check In',
- 'Check Out': 'Check Out',
- 'Job Date:': 'Job Date:',
- 'Start Time:': 'Start Time:',
- 'End Time:': 'End Time:',
- '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',
- 'Confirm Password': 'Confirm Password',
- 'Please enter your email': 'Please enter your email',
- 'Please enter confirm password': 'Please enter confirm password',
- 'Submit': 'Submit',
- 'The email cannot be empty!': 'The email cannot be empty!',
- 'The confirm password cannot be empty!': 'The confirm password cannot be empty!',
- 'Please confirm your confirmed password!': 'Please confirm your confirmed password!',
- 'Reset Password': 'Reset Password',
- 'New Password': 'New Password',
- 'Please enter your new password': 'Please enter your new password',
- 'Labour Request': 'Labour Request',
- 'Job List': 'Job List',
- 'Sign in Sign out': 'Sign in Sign out',
- 'Devices': 'Devices',
- 'Labour Request Review': 'Labour Request Review',
- 'Attendance Review': 'Attendance Review',
- 'Default Job Title': 'Default Job Title',
- 'Report': 'Report',
- 'Confirmation': 'Confirmation',
- 'Notice': 'Notice',
- 'Are you sure you need to exit the system?': 'Are you sure you need to exit the system?',
- '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.':
- '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.',
- 'Welcome': 'Welcome',
- 'Switch Projects': 'Switch Projects',
- 'Account Deactivation': 'Account Deactivation',
- 'Logout': 'Logout',
- 'Old Password': 'Old Password',
- 'Settings': 'Settings',
- 'Title': 'Title',
- 'Create New Job Request': 'Create New Job Request',
- 'Outlet': 'Outlet',
- 'Status': 'Status',
- 'Filter': 'Filter',
- 'Edit': 'Edit',
- 'Recall': 'Recall',
- 'Detail': 'Detail',
- 'Outlet:': 'Outlet:',
- 'DateTime:': 'DateTime:',
- 'No. of Staff:': 'No. of Staff:',
- 'Status:': 'Status:',
- 'Publish Status:': 'Publish Status:',
- 'Created At:': 'Created At:',
- 'Published': 'Published',
- 'Unpublished': 'Unpublished',
- 'Choose Outlet': 'Choose Outlet',
- 'Choose Status': 'Choose Status',
- 'Choose Job Title': 'Choose Job Title',
- 'Job Title': 'Job Title',
- 'Job Start Time': 'Job Start Time',
- 'Job End Time': 'Job End Time',
- 'No. of Staff': 'No. of Staff',
- 'Enter No. of Staff': 'Enter No. of Staff',
- 'Choose Start Date': 'Choose Start Date',
- 'Choose End Date': 'Choose End Date',
- 'Add Labour Requisition': 'Add Labour Requisition',
- 'Edit Labour Requisition': 'Edit Labour Requisition',
- 'Labour Requisition': 'Labour Requisition',
- //插件的国际化
- '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',
- 'Click again and exit the app': 'Click again and exit the app',
- 'The login credential have expired, please log in again.': 'The login credentials have expired, please log in again.',
- 'Successful': 'Successful',
- };
|