zh.js 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. import zhLocale from 'element-ui/lib/locale/lang/en'
  2. export default {
  3. "lang": "中文",
  4. workingHoursHousekeeper: '工时管家',
  5. // 导航
  6. navigation: {
  7. reports: "工时报告",
  8. projectManagement: "项目管理",
  9. professionalAudit: '专业审核',
  10. departmentAudit: '部门审核',
  11. projectReportReview: '项目报告审核',
  12. ImportDailyReview: '导入日报审核',
  13. laborCostStatistics: '工时成本统计',
  14. customizeNumericalStatistics: '自定义数值统计',
  15. financialAccountingCost: '财务核算成本',
  16. upcomingTasks: '待办任务',
  17. projectReportingService: '项目报表服务',
  18. askForLeaveManagement: '请假管理',
  19. evectionManagement: '出差管理',
  20. customerManagement: '客户管理',
  21. engineeringProfessionalManagement: '工程专业管理',
  22. reimbursement: '费用报销',
  23. researchCenterManagement: '研究中心管理',
  24. supplierManagement: '供应商管理',
  25. organizationalStructure: '组织架构',
  26. approvalFlowSettings: '审批流设置',
  27. basicDataManagemen: '基本数据管理',
  28. basicSystemSettings: '系统基础设置',
  29. roleRightsManagement: '角色权限管理',
  30. },
  31. // 角色
  32. role: {
  33. ordinaryEmployees: '普通员工',
  34. superAdministrator: '超级管理员',
  35. systemAdministrator: '系统管理员',
  36. companyTop: '公司高层',
  37. financialAdministrator: '财务管理员',
  38. projectManager: '项目管理员',
  39. companyLeadership: '公司领导',
  40. },
  41. // 状态
  42. state: {
  43. states: '状态',
  44. notApproved: '审批未通过',
  45. ThereIsAnewTask: '有新任务啦',
  46. TheresBeen: '任务有新进展',
  47. approvedProject: '项目日报审核通过',
  48. },
  49. // 有关时间中文
  50. time: {
  51. dueDate: '到期日期',
  52. times: '时间'
  53. },
  54. // 所有表头
  55. headerTop: {
  56. },
  57. // 选择框/输入框的默认文字 例如:请选择XXX
  58. defaultText: {
  59. pleaseEnterTheOldPassword: '请输入原密码',
  60. pleaseEnterTheNewPassword: '请输入新密码',
  61. PleaseEnterYourName: '请输入姓名',
  62. PleaseEnterYourPhone: '请输入手机号'
  63. },
  64. // 选择框/输入框前面的文字 例如:<el-form-item label="新密码" prop="newPassword">
  65. lable: {
  66. originalPassword: '原密码',
  67. newPassword: '新密码',
  68. name: '姓名',
  69. phone: '手机号'
  70. },
  71. // title文字信息
  72. title: {
  73. modifyTheInformation: '修改信息',
  74. },
  75. // 按钮里面的文字
  76. btn: {
  77. cancel: '取消', // 取消
  78. submit: '提交', // 提交
  79. },
  80. // 文字链接 例如:新增项目 等
  81. textLink: {
  82. },
  83. // 其他
  84. other: {
  85. customerService: '咨询客服',
  86. sweepWeChatYards: '微信扫码',
  87. messageCenter: '消息中心',
  88. messageContent: '消息内容',
  89. unread: '未读',
  90. read: '已读',
  91. changeThePassword: '修改密码',
  92. launchTheLogin: '退出登录',
  93. confirmExit: '确定退出吗?',
  94. prompts: '提示',
  95. expired: '已过期'
  96. },
  97. // 提示
  98. message: {
  99. logAganin: '修改成功,请重新登录',
  100. modifyTheSuccess: '修改成功',
  101. },
  102. ...zhLocale
  103. }