en.js 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. o2.LP={
  2. "name": "Name",
  3. "description": "Description",
  4. "searchKey": "Search",
  5. "desktop_style": "dDesktop",
  6. "flat_style": "Flat",
  7. "cmsName": "CMS",
  8. "processName": "Process",
  9. "portalName": "Portal",
  10. "serviceName": "Service",
  11. "process": {
  12. "unnamed": "Unnamed",
  13. "unknow": "Unknow",
  14. "processConfig": "Process Config",
  15. "formConfig": "Form Config",
  16. "createCategory": "Create Category",
  17. "searchCategory": "Search Category",
  18. "noCategoryNotice": "There is no process category, you can click here to create a process category.",
  19. "noProcessNoticeNode": "There is no process, you can click here to create a process",
  20. "activity": "Activity",
  21. "route": "Route",
  22. "property": "Property",
  23. "showJson": "View JSON",
  24. "unrealized": "Unrealized",
  25. "tools": "Tools",
  26. "repetitions": "Duplicate property name",
  27. "repetitionsValue": "Duplicate content item",
  28. "repetitionsEvent": "Duplicate event name",
  29. "repetitionsId": "Duplicate element identifiers",
  30. "repetitionsOrUnvalid": "Duplicate or invalid property name",
  31. "notNullId": "Element identifier cannot be null",
  32. "editCategory": "Edit Category",
  33. "createProcess": "Create Process",
  34. "deleteCategory": "Delete Category",
  35. "deleteProcess": "Delete Process",
  36. "editProcess": "Edit Process",
  37. "createForm": "Create Form",
  38. "deleteForm": "Delete Form",
  39. "editForm": "Edit Form",
  40. "menu": {
  41. "newRoute": "Create Route",
  42. "newActivity": "Create Activity",
  43. "newActivityType": {
  44. "manual": "Manual Activity",
  45. "condition": "Condition Activity",
  46. "auto": "Auto Activity",
  47. "split": "Split Activity",
  48. "merge": "Marge Activity",
  49. "embed": "Embed Activity",
  50. "invoke": "Invoke Activity",
  51. "begin": "Begin Activity",
  52. "end": "End Activity"
  53. },
  54. "copyActivity": "Copy Activity",
  55. "deleteActivity": "Delete Activity",
  56. "deleteRoute": "Delete Route",
  57. "saveProcess": "Save Process",
  58. "saveProcessNew": "Save as new process",
  59. "checkProcess": "Check Process",
  60. "exportProcess": "Export Process",
  61. "printProcess": "Print Process",
  62. "showGrid": "Show Grid",
  63. "hideGrid": "Hide Grid"
  64. },
  65. "notice": {
  66. "save_success": "Process saved successfully!",
  67. "deleteForm_success": "Form deleted!",
  68. "deleteProcess_success": "Process deleted!",
  69. "one_begin": "There can only be one start activity per process!",
  70. "deleteRoute": "Are you sure you want to delete the selected route?",
  71. "deleteRouteTitle": "Delete route confirmation",
  72. "deleteActivityTitle": "Delete activity confirmation",
  73. "deleteActivity": "Deleting the activity will also delete all routes associated with this activity, Are you sure you want to delete the selected activity?",
  74. "deleteDecisionTitle": "Delete decision confirmation",
  75. "deleteDecision": "Are you sure you want to delete the selected decision?",
  76. "deleteScriptTitle": "Delete script confirmation",
  77. "deleteScript": "Are you sure you want to delete the selected script?",
  78. "deleteElementTitle": "Delete form element confirmation",
  79. "deleteElement": "Are you sure to delete the current element and its child elements?",
  80. "deleteEventTitle": "Delete event confirmation",
  81. "deleteEvent": "Are you sure you want to delete the selected event?",
  82. "deleteActionTitle": "Delete operation confirmation",
  83. "deleteAction": "Are you sure you want to delete the selected operation?",
  84. "deleteRowTitle": "Delete table row confirmation",
  85. "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?",
  86. "deleteColTitle": "Delete Table Columns confirmation",
  87. "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?",
  88. "deleteProcessTitle": "Delete process confirmation",
  89. "deleteProcess": "Are you sure you want to delete the selected process?",
  90. "deleteFormTitle": "Delete form confirmation",
  91. "deleteForm": "You sure you want to delete the selected form?",
  92. "deleteTreeNodeTitle": "Delete node confirmation",
  93. "deleteTreeNode": "Are You sure you want to delete the selected node?",
  94. "inputScriptName": "Please enter the name of the script!",
  95. "inputCategoryName": "Please enter the category name of the script!"
  96. },
  97. "button": {
  98. "ok": "Ok",
  99. "cancel": "Cancel",
  100. "reset": "Reset"
  101. },
  102. "formAction": {
  103. "insertRow": "Insert Row",
  104. "insertCol": "Insert Column",
  105. "deleteRow": "Delete Row",
  106. "deleteCol": "Delete Column",
  107. "mergerCell": "Merge Cells",
  108. "splitCell": "Split Cells",
  109. "move": "Move",
  110. "copy": "Copy",
  111. "delete": "Delete",
  112. "add": "Add",
  113. "script": "Script",
  114. "clickScript": "Click Event Script",
  115. "defaultNode": "Default Node"
  116. }
  117. },
  118. "desktop": {
  119. "homepage": "Homepage",
  120. "taskCenter": "TaskCenter",
  121. "info": "Information",
  122. "calendar": "Calendar",
  123. "profile": "Profile",
  124. "loadding": "System is loadding, please wait......",
  125. "lowBrowser": " Your browser version is too low! ~ IE8 and the following versions are not supported!",
  126. "upgradeBrowser": "Please upgrade your browser:",
  127. "menuAction": "Menu",
  128. "configAction": "Configure your workstations",
  129. "userMenu": "User Options",
  130. "userChat": "Online Communication",
  131. "styleAction": "Switch Themes",
  132. "showDesktop": "Show Desktop",
  133. "showMessage": "Message",
  134. "logout": "Logout",
  135. "safeLogout": "Safe Logout",
  136. "safeLogoutTitle": "Safe Logout Confirmation",
  137. "safeLogoutMessage": "Safe logout will log out of your login status on all devices, including mobile terminals and other browsers. Are you sure you are sure to log out safely?",
  138. "userConfig": "Settings",
  139. "application": "Component",
  140. "widget": "Widget",
  141. "process": "Process",
  142. "nosign": "Edit You Signature",
  143. "searchUser": "Search:Username",
  144. "say": "Say",
  145. "clearMessage": "Clear Message",
  146. "returnZoom": "100% recovery",
  147. "refresh": "Refresh",
  148. "close": "Close",
  149. "closeAll": "Close All",
  150. "closeOther": "Close Others",
  151. "openInBrowser": "Open in browser",
  152. "lnkAppTitle": "Often Used",
  153. "deleteLnk": "Delete Link",
  154. "addLnk": "Add Link",
  155. "changeViewTitle": "Toggle style confirmation",
  156. "changeView": "Are you sure you want to switch the style?<br><br>If you select \"OK\", the page will refresh directly, and unsaved data may be lost.",
  157. "refreshMenu": "Restore the default menu order",
  158. "defaultMenuTitle": "Confirmation",
  159. "defaultMenuInfor": "Are you sure you want to restore the ordering and grouping of the menu to the default state?",
  160. "deleteLink": "Delete Link",
  161. "messsage": {
  162. "appliction": "Application",
  163. "application": "App",
  164. "process": "Process",
  165. "infor": "Info",
  166. "query": "Data",
  167. "taskMessage": "Task Reminders",
  168. "receiveTask": "You get a Task, The title is: ",
  169. "activity": "Activity",
  170. "readMessage": "Read Reminders",
  171. "receiveRead": "You get a Read, The title is: ",
  172. "reviewMessage": "Review Reminders",
  173. "receiveReview": "You get a Review, The title is: ",
  174. "fileEditorMessage": "Received File",
  175. "receiveFileEditor": "A file sent to you: ",
  176. "fileShareMessage": "Shared File",
  177. "receiveFileShare": "shared to you a file: ",
  178. "meetingInviteMessage": "Meeting Invitation",
  179. "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>",
  180. "meetingCancelMessage": "Meeting.Canceled",
  181. "meetingCancel": "<font style='color: #ea621f'>{person}</font> cancelled the meeting on <font style='color: #ea621f'>{date}</font> in <font style='color: #ea621f'>{addr}</font>: \"{subject}\"",
  182. "meetingAcceptMessage": "Meeting invitation has been accepted",
  183. "meetingAccept": "<font style='color: #ea621f'>{person}</font> has accepted your meeting invitation, will attend the meeting in <font style='color: #ea621f'>{addr}</font> on <font style='color: #ea621f'>{date}</font>: \"{subject}\"",
  184. "meetingRejectMessage": "Meeting invitation has been rejected",
  185. "meetingReject": "<font style='color: #ea621f'>{person}</font> has declined your meeting invitation。Time: <font style='color: #ea621f'>{date}</font>; Subject: \"{subject}\"",
  186. "meetingDeleteInviteMessage": "Meeting invitation has been cancelled",
  187. "meetingDeleteInvite": "<font style='color: #ea621f'>{person}</font> cancelled your meeting invitation, meeting information: time <font style='color: #ea621f'>{date}</font>, title \"{subject}\", location <font style='color: #ea621f'>{addr}</font>",
  188. "attendanceAppealInviteMessage": "There is an attendance claim that needs your approval",
  189. "attendanceAppealInvite": "{subject}",
  190. "attendanceAppealAcceptMessage": "Attendance application passed",
  191. "attendanceAppealAccept": "{subject}",
  192. "attendanceAppealRejectMessage": "Attendance appeal failed",
  193. "attendanceAppealReject": "{subject}",
  194. "canlendarAlarmMessage": "Schedule",
  195. "canlendarAlarm": "{title}",
  196. "teamwork": {
  197. "executor": "Assignee",
  198. "creatorPerson": "Creator"
  199. },
  200. "publishDocument": "Publish document: ",
  201. "customMessageTitle": "Message: ",
  202. "customMessage": "You received a message: ",
  203. "emoji": "Emoji",
  204. "processWork": "Work",
  205. "cmsDoc": "Information",
  206. "bbsReplyCreateMessage": "Forum reply reminder",
  207. "bbsReplyCreate": "{title}"
  208. },
  209. "styleMenu": {
  210. "default": "default",
  211. "color": "color",
  212. "black": "black",
  213. "lotus": "lotus",
  214. "crane": "crane",
  215. "peony": "peony",
  216. "car": "car",
  217. "dock": "dock",
  218. "panda": "panda",
  219. "star": "star"
  220. },
  221. "styleFlatMenu": {
  222. "blue": "blue",
  223. "red": "red",
  224. "orange": "orange",
  225. "green": "green",
  226. "cyan": "cyan",
  227. "purple": "purple",
  228. "gray": "gray",
  229. "darkgreen": "darkgreen",
  230. "tan": "tan",
  231. "navy": "navy"
  232. },
  233. "notice": {
  234. "unload": "If you close or refresh the current page, the unsaved content will be lost, please confirm your operation",
  235. "changePassword": "Your password has expired, please change it in time",
  236. "errorConnectCenter1": "Unable to connect to the Center Server, please make sure one of the following addresses is accessible: ",
  237. "errorConnectCenter2": "If none of the above addresses can be accessed, please check your network or contact the administrator!"
  238. },
  239. "login": {
  240. "title": "User Login",
  241. "loginButton": "Login",
  242. "mobileDownload": "Phone scanning the QR code to install",
  243. "inputUsernamePassword": "Enter you user name and password...",
  244. "loginWait": "Login, please wait...",
  245. "loginError": "User name or password entered is incorrect, please re-enter...",
  246. "camera_logining": "Logging in, please face the camera ...",
  247. "camera_logining_1": "Please keep smile ...",
  248. "camera_logining_2": "Please Look Up ...",
  249. "camera_logining_3": "Verification Successful ...",
  250. "camera_logining2": "Please move a different perspective, or transform expression ...",
  251. "camera_loginSuccess": "{name} Hello, is to sign you in ...",
  252. "camera_loginError": "Unable to verify your identity, please log in through other means ...",
  253. "camera_loginError2": "Login failed, please log in through other means ...",
  254. "camera_loginError_camera": "Unable to open the camera, probably already in use ..."
  255. },
  256. "action": {
  257. "uploadTitle": "Uploading",
  258. "uploadComplete": "Upload Complete",
  259. "sendReady": "Encoding the data, prepared for transmission ...",
  260. "sendStart": "Begin Transfer",
  261. "sendError": "File Transfer Error",
  262. "sendAbort": "File transfer was canceled",
  263. "speed": "Speed",
  264. "time": "Elapsed Time",
  265. "hour": "Hour",
  266. "minute": "Minute",
  267. "second": "Second",
  268. "cancelUploadTitle": "Cancel upload confirmation",
  269. "cancelUpload": "Are you sure you want to cancel uploading file \"{name}\" ?"
  270. },
  271. "person": {
  272. "personEmployee": "Empno",
  273. "personMobile": "Mobile Number",
  274. "personMail": "Mail",
  275. "personDuty": "Duty",
  276. "personQQ": "QQ",
  277. "personWeixin": "Weixin",
  278. "duty": "Duty"
  279. },
  280. "collect": {
  281. "collectNotConnected": "Failed to connect O2 cloud",
  282. "collectNotConnectedText": "Failed to connect O2 cloud, Please check the server network!"
  283. },
  284. "message": {
  285. "appliction": "Application",
  286. "application": "App",
  287. "process": "Process",
  288. "infor": "Info",
  289. "query": "Data",
  290. "taskMessage": "Task Reminders",
  291. "receiveTask": "You get a Task, The title is: ",
  292. "activity": "Activity",
  293. "readMessage": "Read Reminders",
  294. "receiveRead": "You get a Read, The title is: ",
  295. "reviewMessage": "Review Reminders",
  296. "receiveReview": "You get a Review, The title is: ",
  297. "fileEditorMessage": "Received File",
  298. "receiveFileEditor": "A file sent to you: ",
  299. "fileShareMessage": "Shared File",
  300. "receiveFileShare": "shared to you a file: ",
  301. "meetingInviteMessage": "Meeting Invitation",
  302. "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>",
  303. "meetingCancelMessage": "Meeting.Canceled",
  304. "meetingCancel": "<font style='color: #ea621f'>{person}</font> cancelled the meeting on <font style='color: #ea621f'>{date}</font> in <font style='color: #ea621f'>{addr}</font>: \"{subject}\"",
  305. "meetingAcceptMessage": "Meeting invitation has been accepted",
  306. "meetingAccept": "<font style='color: #ea621f'>{person}</font> has accepted your meeting invitation, will attend the meeting in <font style='color: #ea621f'>{addr}</font> on <font style='color: #ea621f'>{date}</font>: \"{subject}\"",
  307. "meetingRejectMessage": "Meeting invitation has been rejected",
  308. "meetingReject": "<font style='color: #ea621f'>{person}</font> has declined your meeting invitation。Time: <font style='color: #ea621f'>{date}</font>; Subject: \"{subject}\"",
  309. "meetingDeleteInviteMessage": "Meeting invitation has been cancelled",
  310. "meetingDeleteInvite": "<font style='color: #ea621f'>{person}</font> cancelled your meeting invitation, meeting information: time <font style='color: #ea621f'>{date}</font>, title \"{subject}\", location <font style='color: #ea621f'>{addr}</font>",
  311. "attendanceAppealInviteMessage": "There is an attendance claim that needs your approval",
  312. "attendanceAppealInvite": "{subject}",
  313. "attendanceAppealAcceptMessage": "Attendance application passed",
  314. "attendanceAppealAccept": "{subject}",
  315. "attendanceAppealRejectMessage": "Attendance appeal failed",
  316. "attendanceAppealReject": "{subject}",
  317. "canlendarAlarmMessage": "Schedule",
  318. "canlendarAlarm": "{title}",
  319. "teamwork": {
  320. "executor": "Assignee",
  321. "creatorPerson": "Creator"
  322. },
  323. "publishDocument": "Publish document: ",
  324. "customMessageTitle": "Message: ",
  325. "customMessage": "You received a message: ",
  326. "emoji": "Emoji",
  327. "processWork": "Work",
  328. "cmsDoc": "Information",
  329. "bbsReplyCreateMessage": "Forum reply reminder",
  330. "bbsReplyCreate": "{title}"
  331. },
  332. "userLanguage": "Language settings"
  333. },
  334. "widget": {
  335. "upload": "Upload",
  336. "uploadTitle": "Upload File",
  337. "uploadInfor": "Please select a file to upload",
  338. "delete": "Delete",
  339. "replace": "Replace",
  340. "select": "Select",
  341. "download": "Download",
  342. "share": "Share",
  343. "send": "Ssend",
  344. "downloadAll": "Download All",
  345. "downloadBatch": "Download Batch",
  346. "createFolder": "Create Folder",
  347. "rename": "Rename",
  348. "property": "Property",
  349. "refuseUpload": "File upload is prohibited",
  350. "refuseUploadHTML": "<div>The type of attachment named <font style='color:#0000ff'>\"{filename}\"</font> is not allowed to be uploaded and has been excluded</div>",
  351. "refuseUploadNotice": "The type of attachment named \"{filename}\" is not allowed to be uploaded",
  352. "refuseUploadHTML_size": "<div>The size of the attachment named <font style='color:#0000ff'>\"{filename}\"</font> is too large and has been excluded </font> (Only allow uploading of attachments smaller than {size}M) </div>",
  353. "refuseUploadNotice_size": "The size of the attachment named \"{filename}\" is too large (Only allow uploading of attachments smaller than {size}M) ",
  354. "list": "List",
  355. "sequence": "Sequence",
  356. "icon": "Icon",
  357. "preview": "Preview",
  358. "editAtt": "Edit",
  359. "min": "Simple Mode",
  360. "max": "Full Mode",
  361. "size": "Size",
  362. "uploader": "Uploader",
  363. "uploadTime": "Time",
  364. "modifyTime": "Modify",
  365. "uploadActivity": "Activity",
  366. "attCount": "File",
  367. "folderCount": "Folder",
  368. "pictureSize": "Width {width}px, Height {height}px",
  369. "pictureRatio": "Image aspect ratio{ratio}",
  370. "ok": "Ok",
  371. "cancel": "Cancel",
  372. "refresh": "Refresh",
  373. "close": "close",
  374. "open": "open",
  375. "choiceWork": "choice document open",
  376. "workcompleted": "Process completed",
  377. "months": [
  378. "Jan",
  379. "Feb",
  380. "Mar",
  381. "Apr",
  382. "May",
  383. "Jun",
  384. "Jul",
  385. "Aug",
  386. "Sep",
  387. "Oct",
  388. "Nov",
  389. "Dec"
  390. ],
  391. "days_abbr": [
  392. "Sun",
  393. "Mon",
  394. "Tue",
  395. "Wed",
  396. "Thu",
  397. "Fri",
  398. "Sat"
  399. ],
  400. "clear": "clear",
  401. "year": ", ",
  402. "month": " ",
  403. "date": " ",
  404. "hour": "hour",
  405. "minute": "minute",
  406. "second": "second",
  407. "week": "week",
  408. "dateGreaterThanCurrentNotice": "The selected date must be greater than the current date",
  409. "unknow": "unknow",
  410. "uploadImg": "uploadImg",
  411. "clearImg": "Clear Image",
  412. "clearImg_confirmTitle": "Clear Image confirmation",
  413. "clearImg_confirm": "Are you sure you want to clear the image?",
  414. "office": "Open in document Office Control",
  415. "closeOffice": "Close Attachment",
  416. "configAttachment": "Set attachment permissions",
  417. "configAttachmentText": "Config",
  418. "checkOcrText": "Correct the text in the automatically recognized picture",
  419. "order": "Attachment Sorting",
  420. "record": "Record",
  421. "stop": "Stop",
  422. "play": "Play",
  423. "save": "Save",
  424. "userRefuse": "The user refuses to provide information.",
  425. "explorerNotSupportDevice": "The browser does not support hardware devices.",
  426. "canNotFindDevice": "Unable to discover the specified hardware device.",
  427. "canNotOpenMicrophone": "Unable to turn on the microphone. Exception information: ",
  428. "explorerNotSupportRecordVoice": "The browser does not support the recording function.",
  429. "clickToEditCss": "Click here to write CSS",
  430. "uploadSuccess": "Uploaded successfully!",
  431. "uploadFail": "Upload failed, please upload again!",
  432. "selectLocalImage": "Choose local picture",
  433. "selectCloudImage": "Choose server picture",
  434. "reset": "Reset",
  435. "uploadOriginalImage": "Upload Original Image",
  436. "startRecord": "Start Recording",
  437. "completeRecord": "Stop Recording",
  438. "requireHttps": "Video recording function must use https protocol",
  439. "canNotToRecordVideo": "The video recording function cannot be used. Your browser does not support the following features:",
  440. "pageJumperTitle": "Enter the page number",
  441. "scriptAreaEditNotice": "Click here to write script code",
  442. "empty": "Clear",
  443. "undo": "Undo",
  444. "redo": "Redo",
  445. "eraser": "Eraser",
  446. "input": "Input",
  447. "eraserRadius": "Eraser size",
  448. "pen": "Pen",
  449. "thickness": "Thickness",
  450. "color": "Color",
  451. "insertImage": "Insert Image",
  452. "imageClipper": "Crop Image",
  453. "fontSize": "Font Size",
  454. "fontFamily": "Font Family",
  455. "explorerNotSupportFeatures": "Your browser does not support the following features:",
  456. "SimpleEditor": {
  457. "insertEmotion": "Insert Expressions",
  458. "insertImage": "Insert Image",
  459. "Emotions": "regular_smile|smile,teeth_smile|laugh,angry_smile|angry,confused_smile|confuse,cry_smile|cry,embaressed_smile|awkward,omg_smile|Surprised,sad_smile|sad,shades_smile|cool,tounge_smile|Tongue out,wink_smile|wink,angel_smile|angel,devil_smile|devil,heart|heart,broken_heart|Broken heart,thumbs_up|up,thumbs_down|down,cake|cake,lightbulb|light,envelope|envelope"
  460. },
  461. "previewAtt": "preview",
  462. "notUploadNotice": "The current status does not allow uploading attachments",
  463. "unit": "organization",
  464. "duty": "post",
  465. "selectIdentity": "Choose Identity"
  466. },
  467. "authentication": {
  468. "LoginFormTitle": "Welcome",
  469. "SignUpFormTitle": "Welcome",
  470. "ResetPasswordFormTitle": "Retrieve Password",
  471. "ChangePasswordFormTitle": "Password has expired",
  472. "userName": "Username",
  473. "password": "Password",
  474. "verificationCode": "CAPTCHA",
  475. "loginAction": "Login",
  476. "autoLogin": "The next automatic landing",
  477. "signUp": "Registration",
  478. "forgetPassword": "Forgot Password?",
  479. "inputYourUserName": "Enter your username",
  480. "inputYourPassword": " Enter your password",
  481. "inputYourMail": "Please input your e-mail adresse",
  482. "inputYourMobile": "Please Input your Mobile Number",
  483. "inputPicVerificationCode": "Please enter the verification code on the right",
  484. "inputComfirmPassword": "Please confirm your password",
  485. "inputVerificationCode": "Verification Code",
  486. "confirmPassword": "Confirm Password",
  487. "sendVerification": "Send",
  488. "resendVerification": "ReSend",
  489. "passwordIsSimple": "Please use alphanumeric mix and at least 7 bits",
  490. "mobileIsRegisted": "Mobile phone number has been registered",
  491. "mailFormatError": "Please enter a properly formatted email",
  492. "hasAccount": "Already have an account?",
  493. "gotoLogin": "Goto Login",
  494. "weak": "weak",
  495. "middle": "middle",
  496. "high": "high",
  497. "userExist": "User already exists",
  498. "userNotExist": "The user does not exist.",
  499. "passwordNotEqual": "The password is inconsistent with the above, please try again",
  500. "changeVerification": "Change",
  501. "mail": "mail",
  502. "genderType": "Gender",
  503. "genderTypeText": ",Male, Female",
  504. "genderTypeValue": ",m,f",
  505. "selectGenderType": "Please select Gender",
  506. "registeSuccess": "Registration Successful",
  507. "codeLogin": "SMS Login",
  508. "passwordLogin": "Password Login",
  509. "bindLogin": "QRCode Login",
  510. "bingLoginTitle": "Scanning the QR code",
  511. "o2downloadLink": "https://sample.o2oa.net/app/download.html",
  512. "loginSuccess": "Login Success!",
  513. "userCheck": "Authentication",
  514. "shotMessageCheck": "SMS Verification",
  515. "setMewPassword": "Set New Password",
  516. "completed": "Completed",
  517. "nextStep": "Next",
  518. "mobile": "Cellphone",
  519. "setNewPassword": "Set New Password",
  520. "confirmNewPassword": "Confirm New Password",
  521. "passwordIsWeak": "Password length must be greater than 7",
  522. "resetPasswordSuccess": "Password Reset successful!",
  523. "resetPasswordFail": "Failed to reset your password!",
  524. "resetPasswordSuccessWord": "Please remember your new password.",
  525. "resetPasswordFailWord": "Please check your username and message authentication codes.",
  526. "backtoModify": "Return for correction",
  527. "pageNotFound": "404 error, the service was not found or the server has been disconnected",
  528. "submitAction": "OK",
  529. "oldPassword": "Old Password",
  530. "inputYourOldPassword": "Enter the original password",
  531. "newPassword": "New Password",
  532. "inputYourNewPassword": "Enter a new password",
  533. "changePasswordSuccess": "Successfully change password",
  534. "userAppCameraHtml": "<div>open <div styles='bindTipLinkArea'>APP </div> and scan</div>",
  535. "loginToPage": "Login to the page",
  536. "accessError": "Failed to access background service"
  537. },
  538. "script": {
  539. "error": "Script operation error, please check the following details"
  540. }
  541. }