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": "登录",
    "register": "注册",
    "codeLogin": "验证码登录",
    "qrcodeLogin": "二维码登录",
    "forgetPassword": "忘记密码",
    "profile": "个人中心"
  },
  "dashboard": {
    "title": "概览",
    "analytics": "分析页",
    "workspace": "工作台"
  },
  "action": {
    "action": "操作",
    "add": "新增",
    "edit": "编辑",
    "delete": "删除",
    "save": "保存",
    "import": "导入",
    "export": "导出",
    "submit": "提交",
    "cancel": "取消",
    "confirm": "确认",
    "reset": "重置",
    "search": "搜索",
    "more": "更多"
  },
  "tenant": {
    "placeholder": "请选择租户",
    "success": "切换租户成功"
  },
  "mp": {
    "upload": {
      "invalidFormat": "上传{0}格式不对!",
      "maxSize": "上传{0}大小不能超过{1}M!",
      "image": "图片",
      "video": "视频",
      "voice": "语音"
    }
  }
}