en.js 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. MWF.LP = window.LP || {
  2. "name": "Name",
  3. "description": "Description",
  4. "searchKey": "请输入搜索关键字",
  5. "desktop_style": "桌面风格",
  6. "flat_style": "扁平风格"
  7. };
  8. MWF.LP.process = {
  9. "unnamed": "Unnamed",
  10. "unknow": "Unknow",
  11. "processConfig": "Process Config",
  12. "formConfig": "Form Config",
  13. "createCategory": "Create Category",
  14. "searchCategory": "Search Category",
  15. "noCategoryNotice": "There is no process category, you can click here to create a process category.",
  16. "noProcessNoticeNode": "There is no process, you can click here to create a process",
  17. "activity": "Activity",
  18. "route": "Route",
  19. "property": "Property",
  20. "showJson": "View JSON",
  21. "unrealized": "Unrealized",
  22. "tools": "Tools",
  23. "repetitions": "Duplicate property name",
  24. "repetitionsValue": "Duplicate content item",
  25. "repetitionsEvent": "Duplicate event name",
  26. "repetitionsId": "Duplicate element identifiers",
  27. "notNullId": "Element identifier cannot be null",
  28. "editCategory": "Edit Category",
  29. "createProcess": "Create Process",
  30. "deleteCategory": "Delete Category",
  31. "deleteProcess": "Delete Process",
  32. "editProcess": "Edit Process",
  33. "createForm": "Create Form",
  34. "deleteForm": "Delete Form",
  35. "editForm": "Edit Form",
  36. "menu": {
  37. "newRoute": "Create Route",
  38. "newActivity": "Create Activity",
  39. "newActivityType": {
  40. "manual": "Manual Activity",
  41. "condition": "Condition Activity",
  42. "auto": "Auto Activity",
  43. "split": "Split Activity",
  44. "merge": "Marge Activity",
  45. "embed": "Embed Activity",
  46. "invoke": "Invoke Activity",
  47. "begin": "Begin Activity",
  48. "end": "End Activity"
  49. },
  50. "copyActivity": "Copy Activity",
  51. "deleteActivity": "Delete Activity",
  52. "deleteRoute": "Delete Route",
  53. "saveProcess": "Save Process",
  54. "saveProcessNew": "Save as new process",
  55. "checkProcess": "Check Process",
  56. "exportProcess": "Export Process",
  57. "printProcess": "Print Process",
  58. "showGrid": "Show Grid",
  59. "hideGrid": "Hide Grid"
  60. },
  61. "notice": {
  62. "save_success": "Save the process successful!",
  63. "deleteForm_success": "Form deleted!",
  64. "deleteProcess_success": "Process deleted!",
  65. "one_begin": "Each process can have only one begin activity!",
  66. "deleteRoute": "You sure you want to delete the selected route?",
  67. "deleteRouteTitle": "Delete route confirmation",
  68. "deleteActivityTitle": "Delete activity confirmation",
  69. "deleteActivity": "Deleting the activity will also delete all routes associated with this activity, you sure you want to delete the selected activity?",
  70. "deleteDecisionTitle": "Delete decision confirmation",
  71. "deleteDecision": "You sure you want to delete the selected decision?",
  72. "deleteScriptTitle": "Delete script confirmation",
  73. "deleteScript": "You sure you want to delete the selected script?",
  74. "deleteElementTitle": "Delete form element confirmation",
  75. "deleteElement": "Are you sure to delete the current element and its child elements?",
  76. "deleteEventTitle": "Delete event confirmation",
  77. "deleteEvent": "You sure you want to delete the selected event?",
  78. "deleteActionTitle": "Delete operation confirmation",
  79. "deleteAction": "You sure you want to delete the selected operation?",
  80. "deleteRowTitle": "Delete table row confirmation",
  81. "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?",
  82. "deleteColTitle": "Delete Table Columns confirmation",
  83. "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?",
  84. "deleteProcessTitle": "Delete process confirmation",
  85. "deleteProcess": "You sure you want to delete the selected process?",
  86. "deleteFormTitle": "Delete form confirmation",
  87. "deleteForm": "You sure you want to delete the selected form?",
  88. "deleteTreeNodeTitle": "Delete node confirmation",
  89. "deleteTreeNode": "You sure you want to delete the selected node?",
  90. "inputScriptName": "Please enter the name of the script!",
  91. "inputCategoryName": "Please enter the category name of the script!"
  92. },
  93. "button": {
  94. "ok": "Ok",
  95. "cancel": "Cancel"
  96. },
  97. "formAction": {
  98. "insertRow": "Insert Row",
  99. "insertCol": "Insert Column",
  100. "deleteRow": "Delete Row",
  101. "deleteCol": "Delete Column",
  102. "mergerCell": "Merge Cells",
  103. "splitCell": "Split Cells",
  104. "move": "Move",
  105. "copy": "Copy",
  106. "delete": "Delete",
  107. "add": "Add",
  108. "script": "Script"
  109. }
  110. };
  111. MWF.LP.desktop = {
  112. "homepage": "首页",
  113. "loadding": "System is loadding, please wait......",
  114. "lowBrowser": " Your browser version is too low! ~ IE8 and the following versions are not supported!",
  115. "upgradeBrowser": "Please upgrade your browser:",
  116. "menuAction": "Menu",
  117. "configAction": "Configure your workstations",
  118. "userMenu": "User Options",
  119. "userChat": "Online Communication",
  120. "styleAction": "Switch Themes",
  121. "showDesktop": "Show Desktop",
  122. "showMessage": "Message",
  123. "logout": "Logout",
  124. "userConfig": "Settings",
  125. "application": "Component",
  126. "widget": "Widget",
  127. "process": "Process",
  128. "nosign": "Edit You Signature",
  129. "searchUser": "Search:Username",
  130. "say": "Say",
  131. "clearMessage": "Clear Message",
  132. "lnkAppTitle": "常用应用",
  133. "deleteLnk": "删除常用应用快捷方式",
  134. "addLnk": "添加常用应用快捷方式",
  135. "changeViewTitle": "切换视图样式确认",
  136. "changeView": "您确定要切换视图样式吗?<br><br>如果您选择“确定”,页面将直接刷新,未保存的数据可能丢失。",
  137. "messsage": {
  138. "appliction": "Application",
  139. "application": "app",
  140. "process": "Process",
  141. "infor": "info",
  142. "query": "data",
  143. "taskMessage": "Task Reminders",
  144. "receiveTask": "You get a Task, The title is: ",
  145. "activity": "Activity",
  146. "readMessage": "Read Reminders",
  147. "receiveRead": "You get a Read, The title is: ",
  148. "reviewMessage": "Review Reminders",
  149. "receiveReview": "You get a Review, The title is: ",
  150. "fileEditorMessage": "Received File",
  151. "receiveFileEditor": "A file sent to you: ",
  152. "fileShareMessage": "Shared File",
  153. "receiveFileShare": "shared to you a file: ",
  154. "meetingInviteMessage": "Meeting Invitation",
  155. "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>",
  156. "meetingCancelMessage": "Meeting.Canceled",
  157. "meetingCancel": "<font style='color: #ea621f'>{person}</font> 取消了原定于<font style='color: #ea621f'>{date}</font>在<font style='color: #ea621f'>{addr}</font>举行的会议: “{subject}”",
  158. "meetingAcceptMessage": "Meeting invitation has been accepted",
  159. "meetingAccept": "<font style='color: #ea621f'>{person}</font> 已接受您的会议邀请,将于<font style='color: #ea621f'>{date}</font>到<font style='color: #ea621f'>{addr}</font>参加会议: “{subject}”",
  160. "meetingRejectMessage": "Meeting invitation has been rejected",
  161. "meetingReject": "<font style='color: #ea621f'>{person}</font> 已拒绝您的会议邀请。会议时间:<font style='color: #ea621f'>{date}</font>;会议标题: “{subject}”",
  162. "attendanceAppealInviteMessage": "有考勤申述需要您审批",
  163. "attendanceAppealInvite": "{subject}",
  164. "attendanceAppealAcceptMessage": "考勤申述通过",
  165. "attendanceAppealAccept": "{subject}",
  166. "attendanceAppealRejectMessage": "考勤申述未通过",
  167. "attendanceAppealReject": "{subject}",
  168. "canlendarAlarmMessage" : "日程提醒",
  169. "canlendarAlarm" : "{title}",
  170. "teamwork":{
  171. "executor":"责任人",
  172. "creatorPerson":"创建者"
  173. },
  174. "customMessageTitle": "消息提醒:",
  175. "customMessage": "您收到一条消息:"
  176. },
  177. "styleMenu": {
  178. "default": "default",
  179. "color": "color",
  180. "black": "black",
  181. "lotus": "lotus",
  182. "crane": "crane",
  183. "peony": "peony",
  184. "car": "car",
  185. "dock": "dock",
  186. "panda": "panda",
  187. "star": "star"
  188. },
  189. "styleFlatMenu": {
  190. "blue": "blue",
  191. "red": "red",
  192. "orange": "orange",
  193. "green": "green",
  194. "cyan": "cyan",
  195. "purple": "purple",
  196. "gray": "gray",
  197. "darkgreen": "darkgreen",
  198. "tan": "tan",
  199. "navy": "navy"
  200. },
  201. "notice": {
  202. "unload": "If you close or refresh the current page, the content is not saved is lost, please make sure your operation",
  203. "changePassword": "Your password has expired, please do not hesitate to change the password",
  204. "errorConnectCenter1": "无法连接到应用中心服务器,请确保下列地址其中之一可以访问:",
  205. "errorConnectCenter2": "如果以上地址都无法访问,请检查您的网络,或联系管理员!"
  206. },
  207. "login": {
  208. "title": "User Login",
  209. "loginButton": "Login",
  210. "mobileDownload": "Phone scanning the QR code to install",
  211. "inputUsernamePassword": "Enter you user name and password...",
  212. "loginWait": "Login, please wait...",
  213. "loginError": "User name or password entered is incorrect, please re-enter...",
  214. "camera_logining": "Logging in, please face the camera ...",
  215. "camera_logining_1": "Please keep smile ...",
  216. "camera_logining_2": "Please Look Up ...",
  217. "camera_logining_3": "Verification Successful ...",
  218. "camera_logining2": "Please move a different perspective, or transform expression ...",
  219. "camera_loginSuccess": "{name} Hello, is to sign you in ...",
  220. "camera_loginError": "Unable to verify your identity, please log in through other means ...",
  221. "camera_loginError2": "Login failed, please log in through other means ...",
  222. "camera_loginError_camera": "Unable to open the camera, probably already in use ..."
  223. },
  224. "action": {
  225. "uploadTitle": "Uploading",
  226. "uploadComplete": "Upload Complete",
  227. "sendReady": "Encoding the data, prepared for transmission ...",
  228. "sendStart": "Begin Transfer",
  229. "sendError": "File Transfer Error",
  230. "sendAbort": "File transfer was canceled",
  231. "speed": "Speed",
  232. "time": "Elapsed Time",
  233. "hour": "Hour",
  234. "minute": "Minute",
  235. "second": "Second",
  236. "cancelUploadTitle": "Cancel upload confirmation",
  237. "cancelUpload": "Are you sure you want to cancel uploading file \"{name}\" ?"
  238. },
  239. "person": {
  240. "personEmployee": "Empno",
  241. "personMobile": "Mobile Number",
  242. "personMail": "Mail",
  243. "personDuty": "Duty",
  244. "personQQ": "QQ",
  245. "personWeixin": "Weixin",
  246. "duty": "Duty"
  247. },
  248. "collect": {
  249. "collectNotConnected": "Failed to connect O2 cloud",
  250. "collectNotConnectedText": "Failed to connect O2 cloud, Please check the server network!"
  251. }
  252. };
  253. o2.LP.desktop.message = o2.LP.desktop.messsage;
  254. MWF.LP.widget = {
  255. "upload": "Upload",
  256. "uploadTitle": "Upload File",
  257. "uploadInfor": "Please select a file to upload",
  258. "delete": "Delete",
  259. "replace": "Replace",
  260. "select": "Select",
  261. "download": "Download",
  262. "share": "Share",
  263. "send": "Ssend",
  264. "downloadAll": "Download All",
  265. "createFolder": "Create Folder",
  266. "rename": "Rename",
  267. "property": "Property",
  268. "refuseUpload": "禁止文件上传",
  269. "list": "List",
  270. "sequence": "序列",
  271. "icon": "Icon",
  272. "preview": "Preview",
  273. "min": "Simple Mode",
  274. "max": "Full Mode",
  275. "size": "Size",
  276. "uploader": "Uploader",
  277. "uploadTime": "Time",
  278. "modifyTime": "Modify",
  279. "uploadActivity": "Activity",
  280. "attCount": "File",
  281. "folderCount": "Folder",
  282. "pictureSize": "Width {width}px, Height {height}px",
  283. "pictureRatio": "图片宽高比为{ratio}",
  284. "ok": "Ok",
  285. "cancel": "Cancel",
  286. "refresh": "Refresh",
  287. "close": "close",
  288. "open": "open",
  289. "choiceWork": "choice document open",
  290. "workcompleted": "流转完成",
  291. "months": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
  292. "days_abbr": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
  293. "unknow": "unknow",
  294. "uploadImg": "uploadImg",
  295. "clearImg": "清除图片",
  296. "clearImg_confirmTitle": "清除图片确认",
  297. "clearImg_confirm": "您确定要清除图片吗?",
  298. "office": "在文档控件中打开",
  299. "closeOffice": "关闭附件",
  300. "configAttachment": "设置附件权限",
  301. "configAttachmentText": "设置",
  302. "checkOcrText": "纠正自动识别的图片中的文字",
  303. "order": "附件排序",
  304. "record": "录音",
  305. "stop": "停止",
  306. "play": "播放",
  307. "save": "保存"
  308. };
  309. MWF.LP.widget.SimpleEditor = {
  310. "insertEmotion": "Insert Expressions",
  311. "insertImage": "Insert Image",
  312. "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|信封"
  313. };
  314. MWF.LP.authentication = {
  315. "LoginFormTitle": "Welcome",
  316. "SignUpFormTitle": "Welcome",
  317. "ResetPasswordFormTitle": "Retrieve Password",
  318. "ChangePasswordFormTitle" : "密码已过期",
  319. "userName": "Username",
  320. "password": "Password",
  321. "verificationCode": "CAPTCHA",
  322. "loginAction": "Login",
  323. "autoLogin": "The next automatic landing",
  324. "signUp": "Registration",
  325. "forgetPassword": "Forgot Password?",
  326. "inputYourUserName": "Enter your username",
  327. "inputYourPassword": " Enter your password",
  328. "inputYourMail": "Please input your e-mail adresse",
  329. "inputYourMobile": "Please Input your Mobile Number",
  330. "inputPicVerificationCode": "Please enter the verification code on the right",
  331. "inputComfirmPassword": "Please confirm your password",
  332. "inputVerificationCode": "Please enter the mobile verification code",
  333. "confirmPassword": "Confirm Password",
  334. "sendVerification": "Send Code",
  335. "resendVerification": "ReSend",
  336. "passwordIsSimple": "Please use alphanumeric mix and at least 7 bits",
  337. "mobileIsRegisted": "Mobile phone number has been registered",
  338. "hasAccount": "Already have an account?",
  339. "gotoLogin": "Goto Login",
  340. "weak": "weak",
  341. "middle": "middle",
  342. "high": "high",
  343. "userExist": "User already exists",
  344. "userNotExist": "The user does not exist.",
  345. "passwordNotEqual": "The password is inconsistent with the above, please try again",
  346. "changeVerification": "Change",
  347. "genderType": "Gender",
  348. "genderTypeText": ",Men, Female",
  349. "genderTypeValue": ",m,f",
  350. "selectGenderType": "Please select Gender",
  351. "registeSuccess": "Registration Successful",
  352. "codeLogin": "QRCode Login",
  353. "passwordLogin": "Password Login",
  354. "bindLogin": "QRCode Login",
  355. "bingLoginTitle": "Scanning the QR code",
  356. "o2downloadLink": "https://sample.o2oa.net/app/download.html",
  357. "loginSuccess": "Login Success!",
  358. "userCheck": "Authentication",
  359. "shotMessageCheck": "SMS Verification",
  360. "setMewPassword": "Set New Password",
  361. "completed": "Completed",
  362. "nextStep": "Next",
  363. "mobile": "Cellphone",
  364. "setNewPassword": "Set New Password",
  365. "confirmNewPassword": "Confirm New Password",
  366. "passwordIsWeak": "Password length must be greater than 7",
  367. "resetPasswordSuccess": "Password Reset successful!",
  368. "resetPasswordFail": "Failed to reset your password!",
  369. "resetPasswordSuccessWord": "Please remember your new password.",
  370. "resetPasswordFailWord": "Please check your username and message authentication codes.",
  371. "backtoModify": "Return for correction",
  372. "pageNotFound": "404 error, the service was not found or the server has been disconnected",
  373. "submitAction" : "确定",
  374. "oldPassword" : "原密码",
  375. "inputYourOldPassword" : "请输入原密码",
  376. "newPassword" : "新密码",
  377. "inputYourNewPassword" : "请输入新密码",
  378. "changePasswordSuccess" : "修改密码成功"
  379. };
  380. o2.LP.script = {
  381. "error": "脚本运行错误,请查看以下详细信息"
  382. };