Blame view

泰额版/Food Labeling Management Code/Yi.Vben5.Vue3/playground/src/locales/langs/en-US/system.json 1.84 KB
383e20a3   杨鑫   拉取
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
  {
    "title": "System Management",
    "dept": {
      "name": "Department",
      "title": "Department Management",
      "deptName": "Department Name",
      "status": "Status",
      "creationTime": "Create Time",
      "remark": "Remark",
      "operation": "Operation",
      "parentDept": "Parent Department"
    },
    "menu": {
      "title": "Menu Management",
      "parent": "Parent Menu",
      "menuTitle": "Title",
      "menuName": "Menu Name",
      "name": "Menu",
      "type": "Type",
      "typeCatalog": "Catalog",
      "typeMenu": "Menu",
      "typeButton": "Button",
      "typeLink": "Link",
      "typeEmbedded": "Embedded",
      "icon": "Icon",
      "activeIcon": "Active Icon",
      "activePath": "Active Path",
      "path": "Route Path",
      "component": "Component",
      "status": "Status",
      "authCode": "Auth Code",
      "badge": "Badge",
      "operation": "Operation",
      "linkSrc": "Link Address",
      "affixTab": "Affix In Tabs",
      "keepAlive": "Keep Alive",
      "hideInMenu": "Hide In Menu",
      "hideInTab": "Hide In Tabbar",
      "hideChildrenInMenu": "Hide Children In Menu",
      "hideInBreadcrumb": "Hide In Breadcrumb",
      "advancedSettings": "Other Settings",
      "activePathMustExist": "The path could not find a valid menu",
      "activePathHelp": "When jumping to the current route, \nthe menu path that needs to be activated must be specified when it does not display in the navigation menu.",
      "badgeType": {
        "title": "Badge Type",
        "dot": "Dot",
        "normal": "Text",
        "none": "None"
      },
      "badgeVariants": "Badge Style"
    },
    "role": {
      "title": "Role Management",
      "list": "Role List",
      "name": "Role",
      "roleName": "Role Name",
      "id": "Role ID",
      "status": "Status",
      "remark": "Remark",
      "creationTime": "Creation Time",
      "operation": "Operation",
      "permissions": "Permissions",
      "setPermissions": "Permissions"
    }
  }