form.js 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. export default {
  2. "Key": "id",
  3. "Id": "Operation",
  4. "Delete": "Delete",
  5. "DeleteConfirm": "Are you sure you want to delete this information?",
  6. "Edit": "Edit",
  7. "Add": "Add",
  8. "Cancel": "Cancel",
  9. "Confirm": "Confirm",
  10. "Search": "Search",
  11. "Reset": "Reset",
  12. "Export": "Export",
  13. "Import": "Import",
  14. "Status": "Status",
  15. "ExportSuccess": "Export successful",
  16. "ImportSuccess": "Import successful",
  17. "ExportFailed": "Export failed",
  18. "ImportFailed": "Import failed",
  19. "ExportConfirm": "Are you sure you want to export?",
  20. "ImportConfirm": "Are you sure you want to import?",
  21. "PleaseEnterThe": "Please enter",
  22. "DBdistributorSource": "DB Source",
  23. // Menu form
  24. "Name": "Menu Name",
  25. "Icon": "Icon",
  26. "SortNumber": "Sort Number",
  27. "Refresh": "Cache",
  28. "Path": "Identifier",
  29. "Url": "Route",
  30. // Dictionary
  31. "dictionaryName": "Dictionary Name",
  32. "dictionaryType": "Dictionary Type",
  33. "dictionaryValue": "Value",
  34. "dictionarySortNumber": "Sort Number",
  35. "dictionaryDescription": "Description",
  36. "createUser": "Created By",
  37. "updateUser": "Updated By",
  38. "createTime": "Creation Time",
  39. "updateTime": "Update Time",
  40. // Distributor
  41. "distributorName": "Distributor Name",
  42. "distributorContact": "Contact Person",
  43. "distributorPhone": "Contact Phone",
  44. // Data pool form
  45. "datapoolForm": {
  46. "title": "Create SIM Card Pool",
  47. "dealer": "Dealer",
  48. "poolName": "Pool Name",
  49. "operator": "Operator",
  50. "planType": "Plan Type",
  51. "displayFlow": "Display Flow",
  52. "plan": "Plan",
  53. "pleaseSelect": "Please select",
  54. "pleaseEnter": "Please enter",
  55. "submit": "Submit",
  56. "cancel": "Cancel"
  57. },
  58. }