| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- import zhLocale from 'element-ui/lib/locale/lang/en'
- export default {
- "lang": "中文",
- workingHoursHousekeeper: '工时管家',
- // 导航
- navigation: {
- reports: "工时报告",
- projectManagement: "项目管理",
- professionalAudit: '专业审核',
- departmentAudit: '部门审核',
- projectReportReview: '项目报告审核',
- ImportDailyReview: '导入日报审核',
- laborCostStatistics: '工时成本统计',
- customizeNumericalStatistics: '自定义数值统计',
- financialAccountingCost: '财务核算成本',
- upcomingTasks: '待办任务',
- projectReportingService: '项目报表服务',
- askForLeaveManagement: '请假管理',
- evectionManagement: '出差管理',
- customerManagement: '客户管理',
- engineeringProfessionalManagement: '工程专业管理',
- reimbursement: '费用报销',
- researchCenterManagement: '研究中心管理',
- supplierManagement: '供应商管理',
- organizationalStructure: '组织架构',
- approvalFlowSettings: '审批流设置',
- basicDataManagemen: '基本数据管理',
- basicSystemSettings: '系统基础设置',
- roleRightsManagement: '角色权限管理',
- },
- // 角色
- role: {
- ordinaryEmployees: '普通员工',
- superAdministrator: '超级管理员',
- systemAdministrator: '系统管理员',
- companyTop: '公司高层',
- financialAdministrator: '财务管理员',
- projectManager: '项目管理员',
- companyLeadership: '公司领导',
- },
- // 状态
- state: {
- states: '状态',
- notApproved: '审批未通过',
- ThereIsAnewTask: '有新任务啦',
- TheresBeen: '任务有新进展',
- approvedProject: '项目日报审核通过',
- },
- // 有关时间中文
- time: {
- dueDate: '到期日期',
- times: '时间'
- },
- // 所有表头
- headerTop: {
- },
- // 选择框/输入框的默认文字 例如:请选择XXX
- defaultText: {
- pleaseEnterTheOldPassword: '请输入原密码',
- pleaseEnterTheNewPassword: '请输入新密码',
- PleaseEnterYourName: '请输入姓名',
- PleaseEnterYourPhone: '请输入手机号'
-
- },
- // 选择框/输入框前面的文字 例如:<el-form-item label="新密码" prop="newPassword">
- lable: {
- originalPassword: '原密码',
- newPassword: '新密码',
- name: '姓名',
- phone: '手机号'
- },
- // title文字信息
- title: {
- modifyTheInformation: '修改信息',
- },
- // 按钮里面的文字
- btn: {
- cancel: '取消', // 取消
- submit: '提交', // 提交
- },
- // 文字链接 例如:新增项目 等
- textLink: {
- },
- // 其他
- other: {
- customerService: '咨询客服',
- sweepWeChatYards: '微信扫码',
- messageCenter: '消息中心',
- messageContent: '消息内容',
- unread: '未读',
- read: '已读',
- changeThePassword: '修改密码',
- launchTheLogin: '退出登录',
- confirmExit: '确定退出吗?',
- prompts: '提示',
- expired: '已过期'
- },
- // 提示
- message: {
- logAganin: '修改成功,请重新登录',
- modifyTheSuccess: '修改成功',
- },
- ...zhLocale
- }
|