eight
2024-11-25 c6421e15ecc9df14dbb2f29ab76a73ce7aa7f603
src/locales/zh-CN.ts
@@ -114,7 +114,7 @@
  },
  login: {
    welcome: '欢迎使用本系统',
    message: '开箱即用的中后台管理系统',
    message: '-----------------------',
    tenantname: '租户名称',
    username: '用户名',
    password: '密码',
@@ -190,7 +190,9 @@
    thursday: '周四',
    friday: '周五',
    saturday: '周六',
    sunday: '周日'
    sunday: '周日',
    inpationt: "住院病人",
    outpationt: "门诊病人",
  },
  workplace: {
    welcome: '你好',
@@ -308,7 +310,8 @@
    typeCreate: '字典类型新增',
    typeUpdate: '字典类型编辑',
    dataCreate: '字典数据新增',
    dataUpdate: '字典数据编辑'
    dataUpdate: '字典数据编辑',
    devState: '设备状态'
  },
  dialog: {
    dialog: '弹窗',
@@ -448,5 +451,10 @@
    btn_zoom_out: '缩小',
    preview: '预览'
  },
  ecg: {
    roomselect: '诊室选择',
    callingscreen_big: '叫号屏',
    callingscreen_room: '诊间屏'
  },
  'OAuth 2.0': 'OAuth 2.0' // 避免菜单名是 OAuth 2.0 时,一直 warn 报错
}