gaoluyang
2026-06-29 27cd042df9aca0383a49f3514bc21958dd890912
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
{
  "auth": {
    "login": "Login",
    "register": "Register",
    "codeLogin": "Code Login",
    "qrcodeLogin": "Qr Code Login",
    "forgetPassword": "Forget Password",
    "profile": "Profile"
  },
  "dashboard": {
    "title": "Dashboard",
    "analytics": "Analytics",
    "workspace": "Workspace"
  },
  "action": {
    "action": "Action",
    "add": "Add",
    "edit": "Edit",
    "delete": "Delete",
    "save": "Save",
    "import": "Import",
    "export": "Export",
    "submit": "Submit",
    "cancel": "Cancel",
    "confirm": "Confirm",
    "reset": "Reset",
    "search": "Search",
    "more": "More"
  },
  "tenant": {
    "placeholder": "Please select tenant",
    "success": "Switch tenant success"
  },
  "mp": {
    "upload": {
      "invalidFormat": "Invalid {0} format!",
      "maxSize": "{0} size cannot exceed {1}M!",
      "image": "Image",
      "video": "Video",
      "voice": "Voice"
    }
  }
}