zh-cn.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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. "topUnitAttendanceDetail" : "公司出勤明细",
  44. "topUnitAttendanceStatic" : "公司出勤率统计",
  45. "staticByDay" : "按日统计",
  46. "staticByMonth" : "按月统计",
  47. "type": "类型",
  48. "topUnit" : "公司",
  49. "unit" : "部门",
  50. "annuaal" : "年度",
  51. "months" : "月份",
  52. "date": "日期",
  53. "seeSchedule" : "查看排班时间表",
  54. "unfindSchedule" : "未找到您所在部门和公司的排班表",
  55. "scheduleTable" : "排班时间表",
  56. "signTime" : "打卡时间",
  57. "appeal" : "申诉",
  58. "index" : {
  59. "attendanceCalendar":"考勤日历",
  60. "pieChart" : "考勤汇总",
  61. "lineChart" : "上下班走势"
  62. },
  63. "schedule" : {
  64. "inputVaild" : "单位、上班时间、下班时间、迟到起算时间、旷工起算时间均不能为空",
  65. "setSchedule" : "排班设置",
  66. "unit" : "单位",
  67. "workTime" : "上班时间",
  68. "offTime" : "下班时间",
  69. "lateTime":"迟到起算时间",
  70. "leaveEarlyTime":"早退起算时间",
  71. "absenteeismTime":"旷工起算时间"
  72. //"" : "打卡有效时间",
  73. //"" : "从",
  74. //"" : "到",
  75. //"" : "旷工",
  76. //"" : "上班缺勤",
  77. //"" : "下班缺勤",
  78. //"" : "上下班均缺勤"
  79. },
  80. "holiday" : {
  81. "inputValid" : "年度、假期名称、开始时间、结束时间必填,请填写!",
  82. "setHoliday" : "法定假期设置",
  83. "year" : "年度",
  84. "name" : "假期名称",
  85. "startDate" : "开始日期",
  86. "endDate" : "结束日期",
  87. "makeUpClassDay" : "补班日期",
  88. "holidaySchedule" : "假期安排"
  89. },
  90. "permission" : {
  91. "setAttendancer" : "考勤员设置",
  92. "role" : "角色",
  93. "personName" : "人员",
  94. "unit" : "单位"
  95. },
  96. "selfHoliday" : {
  97. "inputValid" : "部门、员工姓名、休假类型、开始时间、结束时间、休假天数必填,请填写!"
  98. }
  99. };