en.js 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.Attendance = MWF.xApplication.Attendance || {};
  3. MWF.xApplication.Attendance.LP={
  4. "title": "Attendance Management",
  5. "delete": "Delete",
  6. "deleteDocumentTitle": "Delete Confirmation",
  7. "deleteDocument": "Are you sure you want to delete this information?",
  8. "deleteDocumentOK": "Delete successfully",
  9. "createSuccess": "Created successfully",
  10. "updateSuccess": "Update successful",
  11. "inputName": "Please enter a name",
  12. "dateFormatMonth": "%Y-%m",
  13. "dateFormatOnlyMonth": "%m",
  14. "dateFormatDay": "%%Y-%m-%d",
  15. "dateFormatMonthDayLocal": "%m-%d",
  16. "dateFormat": "db",
  17. "month": "month",
  18. "today": "Today",
  19. "day": "day",
  20. "cancel": "Cancel",
  21. "ok": "OK",
  22. "create_cancel_title": "Cancel New Confirmation",
  23. "create_cancel": "Are you sure you want to cancel the new creation?",
  24. "normal": "attendance",
  25. "levelAsked": "Ask for leave",
  26. "late": "late",
  27. "lateSelectText": [
  28. "",
  29. "late",
  30. "not late"
  31. ],
  32. "leaveEarly": "leave early",
  33. "noSign": "Absence",
  34. "appealSuccess": "Appeal passed",
  35. "lackOfTime": "LackOfTime",
  36. "abNormalDuty": "Abnormal check in",
  37. "truefalseSelectText": [
  38. "",
  39. "Yes",
  40. "No"
  41. ],
  42. "query": "Query",
  43. "wholeDay": "whold day",
  44. "am": "a.m.",
  45. "pm": "p.m.",
  46. "statusText": {
  47. "normal": "attendance",
  48. "levelAsked": "asked leave",
  49. "late": "late",
  50. "leaveEarly": "leave early",
  51. "noSign": "Absence",
  52. "appealSuccess": "Appeal",
  53. "lackOfTime": "Lack of Time",
  54. "abNormalDuty": "Exception",
  55. "lateTimes": "Late",
  56. "leaveEarlyTimes": "Leave Early",
  57. "lackOfTimeCount": "Insufficient",
  58. "abNormalDutyCount": "Exception",
  59. "resultNormal": "Normal",
  60. "seriousLateTimes": "Strictly Late",
  61. "outsideDutyTimes": "Outside Sign",
  62. "absenteeismTimes": "Absenteeism",
  63. "notSignedCount": "Lack of Card"
  64. },
  65. "absent": "Absent",
  66. "notAbsent": "Not Absent",
  67. "absendSelectText": [
  68. "",
  69. "yes",
  70. "no"
  71. ],
  72. "attendanceStatisic": "Attendance Statistics",
  73. "name": "Name",
  74. "onDutyTimes": "Check-in times",
  75. "offDutyTimes": "Number of checkouts",
  76. "onDutyDayCount": "Number of attendance days",
  77. "onSelfHolidayCount": "Number of days ask for leave",
  78. "absenceDayCount": "Number of days absent",
  79. "lateTimes": "Number of late",
  80. "leaveEarlyTimes": "Leave Early Times",
  81. "lackOfTimeCount": "Lack of work hours",
  82. "abNormalDutyCount": "Abnormal check-in times",
  83. "resultNormal": "Number of normal punches",
  84. "seriousLateTimes": "Seriously Late Times",
  85. "outsideDutyTimes": "Outside Checkin Times",
  86. "absenteeismTimes": "Number of Absenteeism",
  87. "notSignedCount": "Not Signed Count",
  88. "topUnitAttendanceDetail": "Company Attendance Details",
  89. "topUnitAttendanceStatic": "Company Attendance Statistics",
  90. "unitAttendanceDetail": "Department Attendance Details",
  91. "unitAttendanceStatic": "Department Attendance Statistics",
  92. "personAttendanceDetail": "Personal Attendance Details",
  93. "personAttendanceStatic": "Personal Attendance Statistics",
  94. "unitSigninDetail": "Department Signin Details",
  95. "unitSigninStatic": "Department Signin Statistics",
  96. "personSigninDetail": "Personal Signin Detail",
  97. "personSigninStatic": "Personal signin statistics",
  98. "staticByDay": "Statistics by day",
  99. "staticByMonth": "Statistics by month",
  100. "type": "Type",
  101. "topUnit": "Company",
  102. "unit": "Department",
  103. "annuaal": "Annual",
  104. "months": "months",
  105. "date": "Date",
  106. "seeSchedule": "View the schedule",
  107. "unfindSchedule": "The schedule of your department and company was not found",
  108. "scheduleTable": "Schedule Table",
  109. "signTime": "sign-in time",
  110. "appeal": "Appeal",
  111. "createAppeal": "Appeal",
  112. "viewAppealDetail": "View appeal detail",
  113. "export": "Export",
  114. "name1": "Name",
  115. "alias": "Alias",
  116. "range": "range",
  117. "meter": "meter",
  118. "description": "Description",
  119. "save": "Save",
  120. "enableMove": "Allow Move",
  121. "workPlaceEmptyNotice": "Workplace cannot be empty",
  122. "BaiduDeveloperCertification": "Baidu Developer Certification",
  123. "registerBiaduNotice": "The workplace setting uses the services of the Baidu Maps Open Platform. You can register for Baidu Developer Certification to increase the concurrency of the map. After the certification is completed, please fill in the key into the input box below.",
  124. "openRegisterUrl": "Click here to open the authentication channel",
  125. "secretKey": "Secret Key",
  126. "mustSelectMonth": "When selecting a date, you must also select a month",
  127. "index": {
  128. "attendanceCalendar": "Attendance Calendar",
  129. "pieChart": "Attendance Summary",
  130. "lineChart": "Commit to get off work trend",
  131. "absent": "Absent",
  132. "offDutyTime": "Attendance, check-in time:",
  133. "levelAsked": "Ask for leave"
  134. },
  135. "schedule": {
  136. "inputVaild": "Unit, working hours, off-duty time, starting time for late arrival, and starting time for absenteeism cannot be empty",
  137. "setSchedule": "Schedule Setting",
  138. "unit": "Unit",
  139. "workTime": "Work Time",
  140. "offTime": "off time",
  141. "lateTime": "Late start time",
  142. "leaveEarlyTime": "leave Time",
  143. "absenteeismTime": "Absence start time",
  144. "illegal": {
  145. "1": [
  146. "The off-duty time cannot be earlier than the on-duty time"
  147. ],
  148. "2": [
  149. "The start time of the lunch break should not be earlier than the working time",
  150. "The end time of the lunch break should not be earlier than the start time of the lunch break",
  151. "The end time of the lunch break should not be earlier than the end time of the lunch break"
  152. ],
  153. "3": [
  154. "Morning off time shall not be earlier than working hours",
  155. "Afternoon working hours shall not be earlier than morning off hours",
  156. "Off working hours shall not be earlier than afternoon working hours"
  157. ]
  158. },
  159. "lateStartTime": "Starting time for being late in the morning",
  160. "leaveEarlyStartTime": "leaveEarlyStartTime",
  161. "leaveEarlyStartTimeMorning": "leaveEarlyStartTimeMorning",
  162. "lateStartTimeAfternoon": "LateStart Time Afternoon",
  163. "signProxy": {
  164. "2": {
  165. "middayRestStartTime": "Lunch break start time",
  166. "middayRestEndTime": "Lunch break end time"
  167. },
  168. "3": {
  169. "middayRestStartTime": "Morning off time",
  170. "middayRestEndTime": "Afternoon work time"
  171. },
  172. "name": "Check-in strategy",
  173. "select": {
  174. "1": "Twice clocking in (on work in the morning, off work in the afternoon)",
  175. "2": "Take the clock three times (on work in the morning, off work in the afternoon and noon, a total of three times)",
  176. "3": "Check in four times (check in both in the morning and in the afternoon)"
  177. }
  178. }
  179. },
  180. "holiday": {
  181. "inputValid": "Year, holiday name, start time, end time are required, please fill in!",
  182. "setHoliday": "Statutory Holiday Setting",
  183. "year": "year",
  184. "name": "Holiday name",
  185. "startDate": "Start Date",
  186. "endDate": "End Date",
  187. "makeUpClassDay": "Make up for work",
  188. "holidaySchedule": "Holiday Schedule",
  189. "addMakeUpClassDay": "Add MakeUpWorkDay",
  190. "beginGreateThanEndNotice": "The start date cannot be greater than the end date"
  191. },
  192. "permission": {
  193. "setAttendancer": "Attendance Staff Setting",
  194. "role": "role",
  195. "personName": "Person",
  196. "unit": "Unit",
  197. "roleSelectText": [
  198. "Company Administrator",
  199. "Department Administrator"
  200. ]
  201. },
  202. "selfHoliday": {
  203. "inputValid": "Department, employee name, vacation type, start time, end time, and number of vacation days are required, please fill in!"
  204. },
  205. "nextActivity": "Next Activity:",
  206. "nextUser": "Processor:",
  207. "deal": "Deal",
  208. "processStarted": "File has been started",
  209. "processStartedMessage": "You started a new job:",
  210. "auditStatus": "Approval Status",
  211. "auditStatusSelectText": [
  212. "All status",
  213. "Pending",
  214. "Approval passed",
  215. "Approval failed"
  216. ],
  217. "appealReason": "Reason for Appeal",
  218. "appealReasonSelectText": [
  219. "",
  220. "Temporary leave",
  221. "Business trip",
  222. "Going out on business",
  223. "Other"
  224. ],
  225. "department": "Department",
  226. "person": "person",
  227. "auditor": "auditor",
  228. "search": "Search",
  229. "selectPerson": "Person",
  230. "selectCompany": "Company",
  231. "selectDepartment": "Department",
  232. "selectAppealNotice": "Please select an appeal first",
  233. "agreeAppealConfirmTitle": "Agree to Appeal",
  234. "agreeAppealConfirmContent": "Are you sure to process the {count} appeals you selected?",
  235. "actionSuccess": "Processing successfully",
  236. "disagreeAppealConfirmTitle": "Disagree Appeal",
  237. "disagreeAppealConfirmContent": "Are you sure to process the {count} appeals you selected?",
  238. "draft": "Initiate",
  239. "todo": "To be processed",
  240. "approve": "Approve approved",
  241. "deny": "Approval failed",
  242. "apealApplyForm": "Appeal Application Form",
  243. "apealForm": "Appeal Form",
  244. "employeeName": "Employee Name",
  245. "recordDate": "Attendance Date",
  246. "onDutyTime": "OnDutyTime",
  247. "offDutyTime": "offDutyTime",
  248. "attendanceStatus": "Attendance Status",
  249. "appealStatus": "Approval Status",
  250. "appealStatusSelectText": [
  251. "in progress",
  252. "failed",
  253. "approved"
  254. ],
  255. "address": "Location",
  256. "leaveType": "Leave Type",
  257. "leaveTypeSelectText": [
  258. "",
  259. "paid annual leave",
  260. "paid sick leave",
  261. "paid welfare leave",
  262. "withholding leave",
  263. "other"
  264. ],
  265. "startTime": "Start",
  266. "endTime": "End",
  267. "appealDescriptoin": "Reason",
  268. "close": "Close",
  269. "disagree": "Disagree",
  270. "agree": "Agree",
  271. "batchDisagree": "Batch Disagree",
  272. "batchAgree": "Batch Agree",
  273. "temporaryLeave": "Temporary Leave",
  274. "out": "Business trip",
  275. "businessTrip": "Going out on business",
  276. "other": "Other",
  277. "inputIdeaNotice": "Please fill in your opinion",
  278. "processSuccess": "Processing successfully",
  279. "noDepartment": "Your department was not found, please contact the administrator!",
  280. "signinType": "Signin Type",
  281. "signinTypeSelectText": [
  282. "",
  283. "Check in at work",
  284. "Check in after get off work"
  285. ],
  286. "signinQywxTypeSelectText": [
  287. "",
  288. "上班打卡",
  289. "下班打卡",
  290. "外出打卡"
  291. ],
  292. "signinResult": "signin result",
  293. "signinResultSelectText": [
  294. "",
  295. "normal",
  296. "leave early",
  297. "late",
  298. "severely late",
  299. "absentee late",
  300. "not clocked in",
  301. "Outside checkin"
  302. ],
  303. "signinQywxResultSelectText": [
  304. "",
  305. "正常",
  306. "时间异常",
  307. "地点异常",
  308. "未打卡",
  309. "wifi异常",
  310. "非常用设备"
  311. ],
  312. "recordAddress": "recordAddress",
  313. "optMachineType": "optMachineType",
  314. "workTime": "workTime",
  315. "systemSetting": "System Settings",
  316. "reportTo": "Report object",
  317. "appealEnable": "Appeal and approval function enabled status",
  318. "appealSelectText": [
  319. "open",
  320. "close"
  321. ],
  322. "appealAuditFlowType": "Attendance Result Appeal Process Type",
  323. "appealAuditFlowTypeSelectText": [
  324. "Custom Flow",
  325. "Built-in Flow"
  326. ],
  327. "appealAuditorType": "Appeal Auditor Determination Method",
  328. "appealAuditorValue": "Appeal Auditor determines the content",
  329. "directSupervisor": "Direct Supervisor",
  330. "appealAuditFlow": "Customize the application process",
  331. "none": "None",
  332. "saveSuccess": "Save successfully",
  333. "noReportToNotice": "Your report object is not configured in the organization management, please contact the administrator",
  334. "unitDuty": "Department Position",
  335. "noUnitDutyNotice": "There is no {duty} position with {unit} configured in the system, please contact the administrator",
  336. "personAttribute": "Person Attribute",
  337. "noPersonAttribute": "Your personal attribute '{att}' is not configured in the system, please contact the administrator",
  338. "assignedPerson": "Assigned Person",
  339. "directLeader": "Direct Leader",
  340. "noDirectLeader": "Your personal attribute 'Direct Leader' is not configured in the system, please contact the administrator",
  341. "createAppealNotice": "Appeal has been submitted",
  342. "offDutyAbbrev": "off",
  343. "onDutyAbbrev": "on",
  344. "attendanceSummary": "Attendance Summary",
  345. "attendanceTrendChart": "Commit and commute trend chart",
  346. "trendChartLegend": [
  347. "working time",
  348. "off working time"
  349. ],
  350. "attendanceTrend": "Attendance Trend",
  351. "year": "year",
  352. "importExcelNotice": "Please import excel file!",
  353. "analyseDataSuccess": "Analyze attendance data successfully",
  354. "statDataSuccess": "Statistical attendance data success",
  355. "importDataStep": "Data Import Step",
  356. "importStepDescription": [
  357. "1. Download the Excel template and fill in the attendance data according to the template format;",
  358. "2. Click the Import Attendance Data button, select the attendance data and confirm, the system will verify whether the attendance data is correct and import the data;",
  359. "3. Click the check attendance data button, select the year and month to be checked, and the system will check the data of the personnel who need to check attendance;",
  360. "4. Click the Analyze Attendance Data button, and the system will generate detailed attendance data;",
  361. "5. Click the Statistic Attendance Data button, and the system will generate attendance statistics for individuals, departments, and companies."
  362. ],
  363. "selectCheckMonth": "Select CheckMonth",
  364. "checkDetailSuccess": "Check attendance data successfully",
  365. "importDataResult": "Attendance data import result",
  366. "importDataResultSuccess": "The file you uploaded: '{fileName}' has been successfully imported. The following shows {count} of them:",
  367. "importDataResultFail": "The file you uploaded: '{fileName}'' failed the verification, there are {errorCount} pieces of error data. Please modify and re-import. The following shows {count} of them:",
  368. "importDataResultThList": [
  369. "Line number",
  370. "employee number",
  371. "employee name",
  372. "date",
  373. "morning clocking time",
  374. "morning clocking time",
  375. "afternoon clocking time",
  376. "afternoon clocking time",
  377. "check result ",
  378. "description"
  379. ],
  380. "selectExportMonth": "Select Export Month",
  381. "exportSourceData": "Export Source Data",
  382. "true": "Correct",
  383. "false": "Error",
  384. "checkDataTitle": "Checking data",
  385. "checkDataContent": "Start checking data, {count} items in total",
  386. "importDataTitle": "Importing data",
  387. "importDataContent": "Start to import data, {count} items in total",
  388. "readyToImportData": "Preparing to import data",
  389. "readyToImportData1": "Preparing to import data...",
  390. "importSpeed": "items/sec",
  391. "checkingDataContent": "Checking data: {speed}/sec, {total} total, remaining {remaining}",
  392. "checkingDataErrorContent": ",{errorCount} errors",
  393. "importingDataContent": "Importing data: {speed}/sec, {total} total, remaining {remaining}",
  394. "importingDataErrorContent": ",{errorCount} errors",
  395. "hour": "Hour",
  396. "mintue": "mintue",
  397. "second": "second",
  398. "importSuccessTitle": "Import successful",
  399. "importSuccessContent": "A total of {total} pieces of data were imported Speed: {speed} pieces/sec Time-consuming: {timeStr}",
  400. "importFailTitle": "Import Failed",
  401. "importFailContent": "Total data {total} items Error: {errorCount} items Time-consuming: {timeStr} Please modify and import again",
  402. "myDetail": "My attendance details",
  403. "myDetailStatic": "My attendance rate statistics",
  404. "cyclText": "Attendance cycle: {start} to {end}",
  405. "personSetting": "Attendance Staff Setting",
  406. "configType": "Configuration Type",
  407. "configTypeSelectText": [
  408. "Attendance is required",
  409. "Attendance is not required"
  410. ],
  411. "topUnitName": "Company Name",
  412. "unitName": "Department Name",
  413. "employeeNumber": "Employee Number",
  414. "joininDate": "JoininDate",
  415. "exportEmployeeHolidayRecord": "Export Employee Holiday Record",
  416. "employeeHolidayRecord": "Employee Holiday Record",
  417. "leaveType1": "Leave Type",
  418. "leaveTypeSelectText1": [
  419. "Paid annual leave",
  420. "Paid sick leave",
  421. "Paid benefit leave",
  422. "Withholding pay leave",
  423. "Other"
  424. ],
  425. "leaveDayCount": "Leave DayCount",
  426. "statisticsPeriodSetting": "StatisticsPeriodSetting",
  427. "selectCompanyNotice": "Double-click to select, fill in'*' to match all companies",
  428. "selectDepartmentNotice": "Double-click to select, fill in'*' to match all departments",
  429. "statisticsCompany": "StatisticsCompany",
  430. "statisticsUnit": "Statistics Unit",
  431. "cycleYear": "Statistical Cycle Year",
  432. "cycleMonth": "Statistical Cycle Month",
  433. "startDate": "Start Date",
  434. "endData": "End Date",
  435. "selectStartEndEndDataNotice": "Please select the start date and end date",
  436. "weekendSetting": "Weekend Setting",
  437. "selectWeekend": "Select Weekend",
  438. "detail": "description",
  439. "appealDate": "Appeal Date",
  440. "auditOpinion": "Approval Opinion",
  441. "holiday1": "Holidays",
  442. "weekend": "Weekend",
  443. "workDaysoff": "Work Days Off",
  444. "workDay": "Work Day",
  445. "middayRestStartTime": "Lunch break start time",
  446. "middayRestEndTime": "Lunch break end time",
  447. "isCheckInOutOfRange": "out of range",
  448. "yes": "Yes",
  449. "no": "No",
  450. "createWorkLocation": "New Workplace",
  451. "createWorkLocationText": "Click and move to the corresponding location on the map and click again to create",
  452. "setBaiduDeveloperCertification": "Set Baidu Developer Certification",
  453. "setBaiduDeveloperCertificationText": "Baidu Developer Certification is required to set up a workplace",
  454. "action": "Action",
  455. "start": "Start Time",
  456. "end": "End Time",
  457. "appealIsDisable": "Attendance Appeal Approval has been Disabled",
  458. "batchDeal": "Batch processing:",
  459. "holi": "Holiday",
  460. "work": "Make up class",
  461. "newHoliday": "New Holiday Configuration",
  462. "onDutyDayCount1": "Number of days of attendance",
  463. "onSelfHolidayCount1": "Number of days to ask for leave",
  464. "absentCount": "Number of days absent",
  465. "fileName": "File Name",
  466. "fileSize": "File Size",
  467. "uploadTime": "Upload Time",
  468. "uploadPerson": "Upload Person",
  469. "deleteFile": "Delete File",
  470. "download": "Download File",
  471. "viewImportResult": "View Import Result",
  472. "downloadExcelTemplate": "Download Template",
  473. "imporData": "Import data",
  474. "checkData": "Check data",
  475. "statData": "Statistical data",
  476. "analyzeData": "Analyze data",
  477. "viewDescription": "View Description",
  478. "myAppealTitleText": "Please appeal in 'My Statistics'",
  479. "createManager": "New Administrator Configuration",
  480. "createPersonConfig": "Add attendance staff configuration",
  481. "addStaticCycle": "Add a statistical period",
  482. "errorDescription": "Error description",
  483. "createSchedule ": "New Scheduling Settings",
  484. "deleteSelected": "Delete selected files",
  485. "navi": {
  486. "myIndex": "My Monthly Report",
  487. "myDetail": "My Statistics",
  488. "myAppealDeal": "My Appeal Application",
  489. "appealDeal": "Appeal Approval",
  490. "unitIndex": "Department Report",
  491. "peopleDetail": "Personal Statistics",
  492. "unitDetail": "Department Statistics",
  493. "topUnitDetail": "Company Statistics",
  494. "unitDingdingIndex": "Dingding Department Report",
  495. "unitQywxIndex": "Qywx Department Report",
  496. "dingdingPeopleDetail": "Dingding Personal Statistics",
  497. "dingdingUnitDetail": "Dingding Unit Statistics",
  498. "qywxPeopleDetail": "Qywx Personal Statistics",
  499. "qywxUnitDetail": "Qywx Unit Statistics",
  500. "maintain": "Maintenance",
  501. "importing": "Data Import",
  502. "importedInvalidInfor": "Mobile error message",
  503. "abnormalExport": "Export abnormal data",
  504. "selfHoliday": "Vacation Record",
  505. "authorization": "Authorization",
  506. "permissionSetting": "Administrator Settings",
  507. "personSetting": "Person Configuration",
  508. "config": "Configuration",
  509. "scheduleSetting": "Schedule Setting",
  510. "staticsCycleExplorer": "Statistics Period Setting",
  511. "holidaySetting": "Statutory Holiday",
  512. "addressSetting": "Workplace Settings",
  513. "appSetting": "Appeal Settings",
  514. "weekendSetting": "Weekend Setting"
  515. },
  516. "week": "Week",
  517. "weeks": {
  518. "Sun": "Sun",
  519. "Mon": "Mon",
  520. "Tues": "Tues",
  521. "Wed": "Wed",
  522. "Thur": "Thur",
  523. "Fri": "Fri",
  524. "Sat": "Sat",
  525. "arr": [
  526. "Sun",
  527. "Mon",
  528. "Tues",
  529. "Wed",
  530. "Thur",
  531. "Fri",
  532. "Sat"
  533. ]
  534. },
  535. "appealAuditor": "Appeal Reviewer",
  536. "createSchedule": "New scheduling settings"
  537. }
  538. MWF.xApplication.Attendance["lp."+o2.language] = MWF.xApplication.Attendance.LP