123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- export default {
- "Key": "id",
- "Id": "Operation",
- "Delete": "Delete",
- "DeleteConfirm": "Are you sure you want to delete this information?",
- "Edit": "Edit",
- "Add": "Add",
- "Cancel": "Cancel",
- "Confirm": "Confirm",
- "Search": "Search",
- "Reset": "Reset",
- "Export": "Export",
- "Import": "Import",
- "Status": "Status",
- "ExportSuccess": "Export successful",
- "ImportSuccess": "Import successful",
- "ExportFailed": "Export failed",
- "ImportFailed": "Import failed",
- "ExportConfirm": "Are you sure you want to export?",
- "ImportConfirm": "Are you sure you want to import?",
- "PleaseEnterThe": "Please enter",
- "DBdistributorSource": "DB Source",
- // Menu form
- "Name": "Menu Name",
- "Icon": "Icon",
- "SortNumber": "Sort Number",
- "Refresh": "Cache",
- "Path": "Identifier",
- "Url": "Route",
- // Dictionary
- "dictionaryName": "Dictionary Name",
- "dictionaryType": "Dictionary Type",
- "dictionaryValue": "Value",
- "dictionarySortNumber": "Sort Number",
- "dictionaryDescription": "Description",
- "createUser": "Created By",
- "updateUser": "Updated By",
- "createTime": "Creation Time",
- "updateTime": "Update Time",
- // Distributor
- "distributorName": "Distributor Name",
- "distributorContact": "Contact Person",
- "distributorPhone": "Contact Phone",
- // Data pool form
- "datapoolForm": {
- "title": "Create SIM Card Pool",
- "dealer": "Dealer",
- "poolName": "Pool Name",
- "operator": "Operator",
- "planType": "Plan Type",
- "displayFlow": "Display Flow",
- "plan": "Plan",
- "pleaseSelect": "Please select",
- "pleaseEnter": "Please enter",
- "submit": "Submit",
- "cancel": "Cancel"
- },
- }
|