en.js 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.Template = MWF.xApplication.Template || {};
  3. MWF.xApplication.Template.LP={
  4. "title": "Template",
  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. "name": "Name",
  23. "create_cancel_title": "Cancel New Confirmation",
  24. "create_cancel": "Are you sure you want to cancel the new creation?",
  25. "index": {},
  26. "explorer": {
  27. "returnText": "Return to home page",
  28. "pageJumperText": "Enter the page number and press enter to jump",
  29. "prePage": "Previous Page",
  30. "nextPage": "Next Page"
  31. },
  32. "MDomItem": {
  33. "emptyTip": "{text} cannot be empty",
  34. "emailTip": "Please enter an email in the correct format",
  35. "urlTip": "Please enter a valid URL",
  36. "phoneNumberTip": "Please enter the correct phone number",
  37. "dateTip": "Please enter a valid date",
  38. "dateISOTip": "Please enter a valid date.",
  39. "numberTip": "Please enter a valid number",
  40. "digitsTip": "Only integers can be entered",
  41. "maxlengthTip": "The length cannot exceed {n}",
  42. "minlengthTip": "The length cannot be less than {n}",
  43. "rangelengthTip": "The length cannot be between {n0} and {n1}",
  44. "rangeTip": "Please enter a value between {n0} and {n1}",
  45. "minTip": "Please enter a minimum value of {n}",
  46. "maxTip": "Please enter a value up to {n}",
  47. "extensionTip": "Please upload an attachment in {text} format",
  48. "defaultTip": "Please enter the correct {text}",
  49. "selectTip": "Please select {text} first",
  50. "defaultOption": "Please choose",
  51. "setPicture": "Set Picture",
  52. "uploadPictureNotice": "Please upload a picture first",
  53. "selectCoundPicture": "Select Cloud File Picture"
  54. },
  55. "MGrid": {
  56. "sequence": "Sequence Number",
  57. "add": "Add",
  58. "delete": "Delete",
  59. "addMaxLimitText": "You can only add up to {count} items"
  60. },
  61. "MPopupForm": {
  62. "close": "Close",
  63. "max": "Maximize",
  64. "restore": "Restore"
  65. },
  66. "excelUtils": {
  67. "promptTitle": "Input prompt",
  68. "prompt": "Please select a value from the dropdown list",
  69. "errorTitle": "Input error",
  70. "error": "The value you entered is not in the list"
  71. }
  72. }
  73. MWF.xApplication.Template["lp."+o2.language] = MWF.xApplication.Template.LP