Browse Source

修复翻译错误

vothin 1 year ago
parent
commit
aca0a3d6ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/enum/DeviceTypeEnum.js

+ 1 - 1
src/utils/enum/DeviceTypeEnum.js

@@ -47,7 +47,7 @@ export const DEVICE_TYPE = createEnum(
     S433_RECEIVER: [42, i18n.t('deviceType.S433_RECEIVER')], // 433接收器
     S433_RECEIVER: [42, i18n.t('deviceType.S433_RECEIVER')], // 433接收器
     SLEEPMATTRESS: [43, i18n.t('deviceType.SLEEPMATTRESS')], // 睡眠床垫
     SLEEPMATTRESS: [43, i18n.t('deviceType.SLEEPMATTRESS')], // 睡眠床垫
     S4GINTERCOM: [44, i18n.t('deviceType.S4G_INTERCOM')], // 4G对讲器
     S4GINTERCOM: [44, i18n.t('deviceType.S4G_INTERCOM')], // 4G对讲器
-    MULTIFUNCTIONAL_BUTTON: [45, i18n.t('多功能按钮')], // 多功能按钮
+    MULTIFUNCTIONAL_BUTTON: [45, i18n.t('deviceType.MULTIFUNCTIONAL_BUTTON')], // 多功能按钮
     WATCH_IW: [46, i18n.t('deviceType.WATCH_IW')], // 智能手表-埃微
     WATCH_IW: [46, i18n.t('deviceType.WATCH_IW')], // 智能手表-埃微
     S433_BJMD: [47, i18n.t('deviceType.S433_BJMD')], // 报警门灯
     S433_BJMD: [47, i18n.t('deviceType.S433_BJMD')], // 报警门灯
     SOS_VOICE_BUTTON: [48, i18n.t('deviceType.SOS_VOICE_BUTTON')], // SOS语音按钮
     SOS_VOICE_BUTTON: [48, i18n.t('deviceType.SOS_VOICE_BUTTON')], // SOS语音按钮