tangning 2 år sedan
förälder
incheckning
b198f4fcc0
2 ändrade filer med 9 tillägg och 2 borttagningar
  1. 5 2
      src/locales/lang/en/code.ts
  2. 4 0
      src/locales/lang/zh-CN/code.ts

+ 5 - 2
src/locales/lang/en/code.ts

@@ -21,12 +21,15 @@ export default {
     '4019': 'SN code does not exist!',
     '4020': 'Multiple login attempts detected, please try again in five minutes!',
     '5005': 'Empty scene',
-    '5071': 'Replicated scenes do not enable transfer',
+    '5071': 'Duplicated scenes do not support recalculation.',
+    '50009': 'Please upgrade the V3 scene before recalculating.',
     '50018': 'Camera does not exist!',
     '50031': 'Insufficient camera capacity for migration',
     '50032': 'The scene must migrate under the same camera type!',
-    '50044': 'The scene is captured by this camera and no transfer is required!',
     '50034': 'SN code does not exist!',
+    '50044': 'The scene is captured by this camera and no transfer is required!',
+    '50055': 'Replicated scenes do not enable transfer.',
+    '50056': 'Duplicated scenes do not support recalculation.',
     '5037': 'Calculating,please wait.',
   },
 };

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

@@ -22,11 +22,15 @@ export default {
     '4020': '频繁登录失败,请五分钟后再次尝试登录!',
     '5005': '场景为空',
     '5071': '复制场景不支持重算',
+    '50009': 'V3场景请先升级再重算',
     '50018': '相机不存在!',
     '50031': '相机容量不足,不能迁移',
     '50032': '必须迁移至相同的类型的相机下面!',
     '50044': '场景在该相机中,无需迁移!',
+    '50045': '原始资源已删除,重算失败。',
+    '50054': '场景计算中,不能复制!',
     '50055': '原始资源不存在,无法迁移',
+    '50056': '复制的场景不支持重算!',
     '50034': 'sn码不存在!',
     '5037': '场景正在计算中,请待计算完成后再操作。',
   },