12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- const Map<String, String> zh_CN = {
- 'app_name': 'YYBusiness',
- 'Please enter your password': '请输入您的密码',
- 'The login code cannot be empty!': '登录账号不能为空!',
- 'The password cannot be empty!': '密码不能为空!',
- 'The new password cannot be empty!': '新密码不能为空!',
- 'Log in': '登录',
- 'Password': '密码',
- 'Email': '邮箱',
- 'Name/Mobile': '请输入姓名或电话',
- 'Check In': '签到',
- 'Check Out': '签出',
- 'Job Date:': '工作日期:',
- 'Start Time:': '开始时间:',
- 'End Time:': '结束时间:',
- 'Name:': '姓名:',
- 'Reset': '重置',
- 'Start Date': '开始日期',
- 'End Date': '结束日期',
- 'Cancel': '取消',
- 'Confirm': '确认',
- 'Sign Here': '请在此签名',
- 'Clean': '清除',
- 'Vietnam': '越南',
- 'Sign in/Sign out': '签到/签出',
- 'Admin': '管理员',
- 'Don’t have an account?': '没有账号?',
- 'Sign up': '注册账号',
- 'Confirm Password': '确认密码',
- 'Please enter your email': '请输入您的邮箱',
- 'Please enter confirm password': '请输入确认密码',
- 'Submit': '提交',
- 'The email cannot be empty!': '邮箱不能为空!',
- 'The confirm password cannot be empty!': '确认密码不能为空!',
- 'Please confirm your confirmed password!': '请确认您的确认密码!',
- 'Reset Password': '重置密码',
- 'New Password': '新密码',
- 'Please enter your new password': '请输入您的新密码',
- 'Labour Request': '用工申请',
- 'Job List': '工作列表',
- 'Sign in Sign out': '签到与签出',
- 'Devices': '设备',
- 'Labour Request Review': '用工申请审核',
- 'Attendance Review': '考勤审核',
- 'Default Job Title': '用工申请模版',
- 'Report': '报表',
- 'Confirmation': '确认',
- 'Notice': '提示',
- '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.':
- '你确定要停用你的帐户吗?一旦您继续请求,您将无法登录到该应用程序。',
- 'Welcome': '欢迎你',
- 'Switch Projects': '切换项目',
- 'Account Deactivation': '停用账户',
- 'Logout': '登出',
- 'Old Password': '旧密码',
- 'Settings': '设置',
- //插件的国际化
- 'Pull to refresh': '下拉刷新',
- 'Release ready': '释放刷新',
- 'Refreshing...': '刷新中...',
- 'Succeeded': '成功',
- 'No more': '没有更多了',
- 'Failed': '失败',
- 'Last updated at %T': '最近更新于 %T',
- 'Pull to load': '上拉加载',
- 'Network Load Error': '网络加载错误',
- 'Loading...': '加载中...',
- 'Data loading failed! Please refresh and try again': '数据加载失败!请刷新并重试',
- 'There is currently no content available': '当前没有可用数据',
- 'Click again and exit the app': '再次点击,退出应用',
- 'The login credential have expired, please log in again.': '您的登录凭证已过期,请重新登录。',
- 'Successful': '成功',
- };
|