en.js 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. MWF.LP = window.LP || {
  2. "name": "Name",
  3. "description": "Description"
  4. };
  5. MWF.LP.process = {
  6. "unnamed": "Unnamed",
  7. "unknow": "Unknow",
  8. "processConfig": "Process Config",
  9. "formConfig": "Form Config",
  10. "createCategory": "Create Category",
  11. "searchCategory": "Search Category",
  12. "noCategoryNotice": "There is no process category, you can click here to create a process category.",
  13. "noProcessNoticeNode": "There is no process, you can click here to create a process",
  14. "activity": "Activity",
  15. "route": "Route",
  16. "property": "Property",
  17. "showJson": "View JSON",
  18. "unrealized": "Unrealized",
  19. "tools": "Tools",
  20. "repetitions": "Duplicate property name",
  21. "repetitionsValue": "Duplicate content item",
  22. "repetitionsEvent": "Duplicate event name",
  23. "repetitionsId": "Duplicate element identifiers",
  24. "notNullId": "Element identifier cannot be null",
  25. "editCategory": "Edit Category",
  26. "createProcess": "Create Process",
  27. "deleteCategory": "Delete Category",
  28. "deleteProcess": "Delete Process",
  29. "editProcess": "Edit Process",
  30. "createForm": "Create Form",
  31. "deleteForm": "Delete Form",
  32. "editForm": "Edit Form",
  33. "menu": {
  34. "newRoute": "Create Route",
  35. "newActivity": "Create Activity",
  36. "newActivityType": {
  37. "manual": "Manual Activity",
  38. "condition": "Condition Activity",
  39. "auto": "Auto Activity",
  40. "split": "Split Activity",
  41. "merge": "Marge Activity",
  42. "embed": "Embed Activity",
  43. "invoke": "Invoke Activity",
  44. "begin": "Begin Activity",
  45. "end": "End Activity"
  46. },
  47. "copyActivity": "Copy Activity",
  48. "deleteActivity": "Delete Activity",
  49. "deleteRoute": "Delete Route",
  50. "saveProcess": "Save Process",
  51. "saveProcessNew": "Save as new process",
  52. "checkProcess": "Check Process",
  53. "exportProcess": "Export Process",
  54. "printProcess": "Print Process",
  55. "showGrid": "Show Grid",
  56. "hideGrid": "Hide Grid"
  57. },
  58. "notice": {
  59. "save_success": "Save the process successful!",
  60. "deleteForm_success": "Form deleted!",
  61. "deleteProcess_success": "Process deleted!",
  62. "one_begin": "Each process can have only one begin activity!",
  63. "deleteRoute": "You sure you want to delete the selected route?",
  64. "deleteRouteTitle": "Delete route confirmation",
  65. "deleteActivityTitle": "Delete activity confirmation",
  66. "deleteActivity": "Deleting the activity will also delete all routes associated with this activity, you sure you want to delete the selected activity?",
  67. "deleteDecisionTitle": "Delete decision confirmation",
  68. "deleteDecision": "You sure you want to delete the selected decision?",
  69. "deleteScriptTitle": "Delete script confirmation",
  70. "deleteScript": "You sure you want to delete the selected script?",
  71. "deleteElementTitle": "Delete form element confirmation",
  72. "deleteElement": "Are you sure to delete the current element and its child elements?",
  73. "deleteEventTitle": "Delete event confirmation",
  74. "deleteEvent": "You sure you want to delete the selected event?",
  75. "deleteActionTitle": "Delete operation confirmation",
  76. "deleteAction": "You sure you want to delete the selected operation?",
  77. "deleteRowTitle": "Delete table row confirmation",
  78. "deleteRow": "Deletes the current row is the row is deleted all the content in the cells, are you sure to delete the currently selected row?",
  79. "deleteColTitle": "Delete Table Columns confirmation",
  80. "deleteCol": "Deletes the current column is the column is deleted all the content in the cells, are you sure to delete the currently selected column?",
  81. "deleteProcessTitle": "Delete process confirmation",
  82. "deleteProcess": "You sure you want to delete the selected process?",
  83. "deleteFormTitle": "Delete form confirmation",
  84. "deleteForm": "You sure you want to delete the selected form?",
  85. "deleteTreeNodeTitle": "Delete node confirmation",
  86. "deleteTreeNode": "You sure you want to delete the selected node?",
  87. "inputScriptName": "Please enter the name of the script!",
  88. "inputCategoryName": "Please enter the category name of the script!"
  89. },
  90. "button": {
  91. "ok": "Ok",
  92. "cancel": "Cancel"
  93. },
  94. "formAction": {
  95. "insertRow": "Insert Row",
  96. "insertCol": "Insert Column",
  97. "deleteRow": "Delete Row",
  98. "deleteCol": "Delete Column",
  99. "mergerCell": "Merge Cells",
  100. "splitCell": "Split Cells",
  101. "move": "Move",
  102. "copy": "Copy",
  103. "delete": "Delete",
  104. "add": "Add",
  105. "script": "Script"
  106. }
  107. };
  108. MWF.LP.desktop = {
  109. "loadding": "System is loadding, please wait......",
  110. "lowBrowser": " Your browser version is too low! ~ IE8 and the following versions are not supported!",
  111. "upgradeBrowser": "Please upgrade your browser:",
  112. "menuAction": "Menu",
  113. "configAction": "Configure your workstations",
  114. "userMenu": "User Options",
  115. "userChat": "Online Communication",
  116. "styleAction": "Switch Themes",
  117. "showDesktop": "Show Desktop",
  118. "showMessage": "Message",
  119. "logout": "Logout",
  120. "userConfig": "Settings",
  121. "application": "Component",
  122. "widget": "Widget",
  123. "process": "Process",
  124. "nosign": "Edit You Signature",
  125. "searchUser": "Search:Username",
  126. "say": "Say",
  127. "clearMessage": "Clear Message",
  128. "messsage": {
  129. "appliction": "Application",
  130. "process": "Process",
  131. "taskMessage": "Task Reminders",
  132. "receiveTask": "You get a Task, The title is: ",
  133. "activity": "Activity",
  134. "readMessage": "Read Reminders",
  135. "receiveRead": "You get a Read, The title is: ",
  136. "reviewMessage": "Review Reminders",
  137. "receiveReview": "You get a Review, The title is: ",
  138. "fileEditorMessage": "Received File",
  139. "receiveFileEditor": "A file sent to you: ",
  140. "fileShareMessage": "Shared File",
  141. "receiveFileShare": "shared to you a file: ",
  142. "meetingInviteMessage": "Meeting Invitation",
  143. "meetingInvite": "<font style='color: #ea621f'>{person}</font> invite you to attend the meeting in <font style='color: #ea621f'>{date}</font>: Topics is: \"{subject}\",location: <font style='color: #ea621f'>{addr}</font>",
  144. "meetingCancelMessage": "Meeting.Canceled",
  145. "meetingCancel": "<font style='color: #ea621f'>{person}</font> 取消了原定于<font style='color: #ea621f'>{date}</font>在<font style='color: #ea621f'>{addr}</font>举行的会议: “{subject}”",
  146. "meetingAcceptMessage": "Meeting invitation has been accepted",
  147. "meetingAccept": "<font style='color: #ea621f'>{person}</font> 已接受您的会议邀请,将于<font style='color: #ea621f'>{date}</font>到<font style='color: #ea621f'>{addr}</font>参加会议: “{subject}”",
  148. "meetingRejectMessage": "Meeting invitation has been rejected",
  149. "meetingReject": "<font style='color: #ea621f'>{person}</font> 已拒绝您的会议邀请。会议时间:<font style='color: #ea621f'>{date}</font>;会议标题: “{subject}”",
  150. "attendanceAppealInviteMessage": "有考勤申述需要您审批",
  151. "attendanceAppealInvite": "{subject}",
  152. "attendanceAppealAcceptMessage": "考勤申述通过",
  153. "attendanceAppealAccept": "{subject}",
  154. "attendanceAppealRejectMessage": "考勤申述未通过",
  155. "attendanceAppealReject": "{subject}"
  156. },
  157. "styleMenu": {
  158. "default": "default",
  159. "color": "color",
  160. "black": "black",
  161. "lotus": "lotus",
  162. "crane": "crane",
  163. "peony": "peony",
  164. "car": "car",
  165. "dock": "dock",
  166. "panda": "panda",
  167. "star": "star"
  168. },
  169. "notice": {
  170. "unload": "If you close or refresh the current page, the content is not saved is lost, please make sure your operation",
  171. "changePassword": "Your password has expired, please do not hesitate to change the password"
  172. },
  173. "login": {
  174. "title": "User Login",
  175. "loginButton": "Login",
  176. "mobileDownload": "Phone scanning the QR code to install",
  177. "inputUsernamePassword": "Enter you user name and password...",
  178. "loginWait": "Login, please wait...",
  179. "loginError": "User name or password entered is incorrect, please re-enter...",
  180. "camera_logining": "Logging in, please face the camera ...",
  181. "camera_logining_1": "Please keep smile ...",
  182. "camera_logining_2": "Please Look Up ...",
  183. "camera_logining_3": "Verification Successful ...",
  184. "camera_logining2": "Please move a different perspective, or transform expression ...",
  185. "camera_loginSuccess": "{name} Hello, is to sign you in ...",
  186. "camera_loginError": "Unable to verify your identity, please log in through other means ...",
  187. "camera_loginError2": "Login failed, please log in through other means ...",
  188. "camera_loginError_camera": "Unable to open the camera, probably already in use ..."
  189. },
  190. "action": {
  191. "uploadTitle": "Uploading",
  192. "uploadComplete": "Upload Complete",
  193. "sendReady": "Encoding the data, prepared for transmission ...",
  194. "sendStart": "Begin Transfer",
  195. "sendError": "File Transfer Error",
  196. "sendAbort": "File transfer was canceled",
  197. "speed": "Speed",
  198. "time": "Elapsed Time",
  199. "hour": "Hour",
  200. "minute": "Minute",
  201. "second": "Second",
  202. "cancelUploadTitle": "Cancel upload confirmation",
  203. "cancelUpload": "Are you sure you want to cancel uploading file \"{name}\" ?"
  204. },
  205. "person": {
  206. "personEmployee": "Empno",
  207. "personMobile": "Mobile Number",
  208. "personMail": "Mail",
  209. "personDuty": "Duty",
  210. "personQQ": "QQ",
  211. "personWeixin": "Weixin",
  212. "duty": "Duty"
  213. },
  214. "collect": {
  215. "collectNotConnected": "Failed to connect O2 cloud",
  216. "collectNotConnectedText": "Failed to connect O2 cloud, Please check the server network!"
  217. }
  218. };
  219. MWF.LP.widget = {
  220. "upload": "Upload",
  221. "uploadTitle": "Upload File",
  222. "uploadInfor": "Please select a file to upload",
  223. "delete": "Delete",
  224. "replace": "Replace",
  225. "select": "Select",
  226. "download": "Download",
  227. "share": "Share",
  228. "send": "Ssend",
  229. "downloadAll": "Download All",
  230. "createFolder": "Create Folder",
  231. "rename": "Rename",
  232. "property": "Property",
  233. "list": "List",
  234. "icon": "Icon",
  235. "preview": "Preview",
  236. "min": "Simple Mode",
  237. "max": "Full Mode",
  238. "size": "Size",
  239. "uploader": "Uploader",
  240. "uploadTime": "Time",
  241. "modifyTime": "Modify",
  242. "uploadActivity": "Activity",
  243. "attCount": "File",
  244. "folderCount": "Folder",
  245. "pictureSize": "Width {width}px, Height {height}px",
  246. "pictureRatio": "图片宽高比为{ratio}",
  247. "checkOcrText": "纠正自动识别的图片中的文字",
  248. "order": "order",
  249. "ok": "Ok",
  250. "cancel": "Cancel",
  251. "refresh": "Refresh",
  252. "close": "close",
  253. "open": "open",
  254. "choiceWork": "choice document open",
  255. "months": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
  256. "days_abbr": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
  257. "unknow": "unknow"
  258. };
  259. MWF.LP.widget.SimpleEditor = {
  260. "insertEmotion": "Insert Expressions",
  261. "insertImage": "Insert Image",
  262. "Emotions": "regular_smile|微笑,teeth_smile|大笑,angry_smile|生气,confused_smile|迷惑,cry_smile|大哭,embaressed_smile|尴尬,omg_smile|吃惊,sad_smile|难过,shades_smile|装酷,tounge_smile|吐舌,wink_smile|眨眼,angel_smile|天使,devil_smile|魔鬼,heart|红心,broken_heart|心碎,thumbs_up|顶,thumbs_down|踩,cake|蛋糕,lightbulb|灯泡,envelope|信封"
  263. };
  264. MWF.LP.authentication = {
  265. "LoginFormTitle": "Welcome",
  266. "SignUpFormTitle": "Welcome",
  267. "ResetPasswordFormTitle": "Retrieve Password",
  268. "userName": "Username",
  269. "password": "Password",
  270. "verificationCode": "CAPTCHA",
  271. "loginAction": "Login",
  272. "autoLogin": "The next automatic landing",
  273. "signUp": "Registration",
  274. "forgetPassword": "Forgot Password?",
  275. "inputYourUserName": "Enter your username",
  276. "inputYourPassword": " Enter your password",
  277. "inputYourMail": "Please input your e-mail adresse",
  278. "inputYourMobile": "Please Input your Mobile Number",
  279. "inputPicVerificationCode": "Please enter the verification code on the right",
  280. "inputComfirmPassword": "Please confirm your password",
  281. "inputVerificationCode": "Please enter the mobile verification code",
  282. "confirmPassword": "Confirm Password",
  283. "sendVerification": "Send Code",
  284. "resendVerification": "ReSend",
  285. "passwordIsSimple": "Please use alphanumeric mix and at least 7 bits",
  286. "mobileIsRegisted": "Mobile phone number has been registered",
  287. "hasAccount": "Already have an account?",
  288. "gotoLogin": "Goto Login",
  289. "weak": "weak",
  290. "middle": "middle",
  291. "high": "high",
  292. "userExist": "User already exists",
  293. "userNotExist": "The user does not exist.",
  294. "passwordNotEqual": "The password is inconsistent with the above, please try again",
  295. "changeVerification": "Change",
  296. "genderType": "Gender",
  297. "genderTypeText": ",Men, Female",
  298. "genderTypeValue": ",m,f",
  299. "selectGenderType": "Please select Gender",
  300. "registeSuccess": "Registration Successful",
  301. "codeLogin": "QRCode Login",
  302. "passwordLogin": "Password Login",
  303. "bindLogin": "QRCode Login",
  304. "bingLoginTitle": "Scanning the QR code",
  305. "o2downloadLink": "https://sample.o2oa.net/app/download.html",
  306. "loginSuccess": "Login Success!",
  307. "userCheck": "Authentication",
  308. "shotMessageCheck": "SMS Verification",
  309. "setMewPassword": "Set New Password",
  310. "completed": "Completed",
  311. "nextStep": "Next",
  312. "mobile": "Cellphone",
  313. "setNewPassword": "Set New Password",
  314. "confirmNewPassword": "Confirm New Password",
  315. "passwordIsWeak": "Password length must be greater than 7",
  316. "resetPasswordSuccess": "Password Reset successful!",
  317. "resetPasswordFail": "Failed to reset your password!",
  318. "resetPasswordSuccessWord": "Please remember your new password.",
  319. "resetPasswordFailWord": "Please check your username and message authentication codes.",
  320. "backtoModify": "Return for correction",
  321. "pageNotFound": "404 error, the service was not found or the server has been disconnected"
  322. };