zh-cn.js 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. MWF.xApplication.Attendance.LP = {
  2. "title": "考勤管理",
  3. "delete" : "删除",
  4. "deleteDocumentTitle": "删除确认",
  5. "deleteDocument": "您确定要删除该信息吗?",
  6. "deleteDocumentOK": "删除成功",
  7. "createSuccess" : "创建成功",
  8. "updateSuccess" : "更新成功",
  9. "inputName" : "请输入名称",
  10. "dateFormatMonth": "%Y年%m月",
  11. "dateFormatOnlyMonth": "%m",
  12. "dateFormatDay": "%Y-%m-%d",
  13. "dateFormatMonthDayLocal": "%m月%d日",
  14. "dateFormat": "db",
  15. "month" : "月",
  16. "today" : "今天",
  17. "day" : "天",
  18. "cancel" : "取消",
  19. "ok" : "确定",
  20. "create_cancel_title": "取消新建确认",
  21. "create_cancel": "您确定要取消新建吗?",
  22. "normal" : "出勤", //绿色,正常
  23. "levelAsked":"请假或外出报备", //蓝色,请假
  24. "late":"迟到", //橙色,迟到
  25. "leaveEarly":"早退", //橙色,早退
  26. "noSign":"缺勤", //粉红色,未签到
  27. "appealSuccess" : "申诉通过",
  28. "lackOfTime" : "工时不足",
  29. "abNormalDuty" : "异常打卡",
  30. "absent" : "缺勤",
  31. "notAbsent" : "未缺勤",
  32. "attendanceStatisic" : "考勤统计",
  33. "name" : "姓名",
  34. "onDutyTimes" : "上班打卡次数",
  35. "offDutyTimes" : "下班打卡次数",
  36. "onDutyDayCount" : "出勤人天数",
  37. "onSelfHolidayCount" : "请假或外出报备人天数",
  38. "absenceDayCount" : "缺勤人天数",
  39. "lateTimes" : "迟到次数",
  40. "leaveEarlyTimes" : "早退次数",
  41. "lackOfTimeCount" : "工时不足人次",
  42. "abNormalDutyCount" : "异常打卡人次",
  43. "resultNormal" : "正常打卡次数",
  44. "seriousLateTimes": "严重迟到次数",
  45. "leaveEarlyTimes": "早退次数",
  46. "absenteeismTimes": "矿工次数",
  47. "notSignedCount": "未打卡次数",
  48. "topUnitAttendanceDetail" : "公司出勤明细",
  49. "topUnitAttendanceStatic" : "公司出勤率统计",
  50. "staticByDay" : "按日统计",
  51. "staticByMonth" : "按月统计",
  52. "type": "类型",
  53. "topUnit" : "公司",
  54. "unit" : "部门",
  55. "annuaal" : "年度",
  56. "months" : "月份",
  57. "date": "日期",
  58. "seeSchedule" : "查看排班时间表",
  59. "unfindSchedule" : "未找到您所在部门和公司的排班表",
  60. "scheduleTable" : "排班时间表",
  61. "signTime" : "打卡时间",
  62. "appeal" : "申诉",
  63. "index" : {
  64. "attendanceCalendar":"考勤日历",
  65. "pieChart" : "考勤汇总",
  66. "lineChart" : "上下班走势"
  67. },
  68. "schedule" : {
  69. "inputVaild" : "单位、上班时间、下班时间、迟到起算时间、旷工起算时间均不能为空",
  70. "setSchedule" : "排班设置",
  71. "unit" : "单位",
  72. "workTime" : "上班时间",
  73. "offTime" : "下班时间",
  74. "lateTime":"迟到起算时间",
  75. "leaveEarlyTime":"早退起算时间",
  76. "absenteeismTime":"旷工起算时间"
  77. //"" : "打卡有效时间",
  78. //"" : "从",
  79. //"" : "到",
  80. //"" : "旷工",
  81. //"" : "上班缺勤",
  82. //"" : "下班缺勤",
  83. //"" : "上下班均缺勤"
  84. },
  85. "holiday" : {
  86. "inputValid" : "年度、假期名称、开始时间、结束时间必填,请填写!",
  87. "setHoliday" : "法定假期设置",
  88. "year" : "年度",
  89. "name" : "假期名称",
  90. "startDate" : "开始日期",
  91. "endDate" : "结束日期",
  92. "makeUpClassDay" : "补班日期",
  93. "holidaySchedule" : "假期安排"
  94. },
  95. "permission" : {
  96. "setAttendancer" : "考勤员设置",
  97. "role" : "角色",
  98. "personName" : "人员",
  99. "unit" : "单位"
  100. },
  101. "selfHoliday" : {
  102. "inputValid" : "部门、员工姓名、休假类型、开始时间、结束时间、休假天数必填,请填写!"
  103. }
  104. };