Browse Source

添加code 4033

tangning 2 tháng trước cách đây
mục cha
commit
8a48d313fb
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      src/locales/lang/en/code.ts
  2. 1 0
      src/locales/lang/zh-CN/code.ts

+ 1 - 0
src/locales/lang/en/code.ts

@@ -26,6 +26,7 @@ export default {
     '4029': 'There is an error in line {value}',
     '4030': 'Account deactivated, please contact administrator',
     '4032': 'Insufficient permissions',
+    '4033': 'Add failed, duplicate authorization code exists',
     '5005': 'Empty scene',
     '5071': 'Duplicated scenes do not support recalculation.',
     '50009': 'Please upgrade the V3 scene before recalculating.',

+ 1 - 0
src/locales/lang/zh-CN/code.ts

@@ -26,6 +26,7 @@ export default {
     '4029': '第{value}行存在错误。',
     '4030': '当前账号已停用,请联系管理员',
     '4032': '权限不足',
+    '4033': '添加失败,存在重复授权码',
     '5005': '场景为空',
     '5071': '复制场景不支持重算',
     '50009': 'V3场景请先升级再重算',