en.js 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. MWF.xApplication.Homepage.LP = o2.HPLP = {
  2. "title": "Homepage",
  3. "myTask": "Task",
  4. "myTaskCompleted": "Task Completed",
  5. "myRead": "Read",
  6. "myReadCompleted": "Read Completed",
  7. "myDraft": "My Draft",
  8. "myProcessDraft": "Draft",
  9. "startProcess": "Start process",
  10. "noSubject": "Untitled",
  11. "noWork": "No Documentation",
  12. "noHotpic": "No hot news at the moment",
  13. "noInforItem": "No information temporarily",
  14. "noCalendar": "No schedule on the day",
  15. "noFile": "Click here to visit the Network Disk",
  16. "moreInfor": "More...",
  17. "allInfor": "Latest news",
  18. "moreMeeting": "More...",
  19. "moreFile": "More...",
  20. "myMeeting": "My Meetings",
  21. "myFile": "Netdisk File",
  22. "myMeetingInvited": "Invitation",
  23. "myCalender": "Schedule",
  24. "moreCalender": "More...",
  25. "calender": "Schedule",
  26. "noMeeting": "No meetings in the near future",
  27. "meetingTime": "Meeting Time",
  28. "meetingLocation": "Meeting Place",
  29. "accepted": "Accepted",
  30. "rejected": "Rejected",
  31. "accept": "Accept",
  32. "reject": "Reject",
  33. "acceptConfirmTitle": "Attend the meeting confirmation",
  34. "acceptConfirm": "Are you sure you want to attend the \"{name}\" meeting?",
  35. "rejectConfirmTitle": "Decline meeting confirmation",
  36. "rejectConfirm": "Are you sure you refuse to attend the \"{name}\" meeting?",
  37. "prevPage": "Previous",
  38. "nextPage": "Next",
  39. "nextActivity": "Flow to the next step",
  40. "completedActivityName": "Process Completed",
  41. "taskStartTime": "Received Task Time",
  42. "taskCompletedTime": "Task Processing Time",
  43. "readStartTime": "Received Read Time",
  44. "readCompletedTime": "Read Processing Time",
  45. "readActivity": "Read Activity",
  46. "draftTime": "Drafting time",
  47. "draftUser": "Creator",
  48. "currentActivity": "Current Activity",
  49. "taskRoute": "Route",
  50. "currentUser": "Current Processor",
  51. "publishTime": "Publish time",
  52. "publishPerson": "Publisher",
  53. "download": "download",
  54. "today": "today",
  55. "allDay": "All Day",
  56. "calenderInfor": "Hello {name}! {date} You have<div class='o2_homepage_calender_count_flag'>{count}</div>schedules.",
  57. "noCalenderInfor": "Hello {name}! {date} no schedule。",
  58. "dateFormat": "%m %d, %Y"
  59. };