Browse Source

1、新增错误码

guanxinyi 8 months ago
parent
commit
40c5686e3b

+ 0 - 0
.vscode/settings.json


+ 1 - 0
assets/en_US.json

@@ -418,6 +418,7 @@
     "errorCode7086": "Failed to save visitor access record",
     "errorCode7087": "User already signed up",
     "errorCode7088": "User name is empty",
+    "errorCode9019": "data duplication",
     "errorCode9020": "License configuration has expired, you need to go to System Settings->Product Key to reactivate the software"
   },
   "common": {

+ 1 - 0
assets/es_ES.json

@@ -418,6 +418,7 @@
     "errorCode7086": "Error al guardar el registro de acceso del visitante",
     "errorCode7087": "El usuario ya se ha registrado",
     "errorCode7088": "El nombre del usuario está vacío",
+    "errorCode9019": "duplicación de datos",
     "errorCode9020": "La configuración de la licencia ha caducado, debe ir a Configuración del sistema -> Clave del producto para volver a activar el software."
   },
   "common": {

+ 1 - 0
assets/ro_RO.json

@@ -418,6 +418,7 @@
     "errorCode7086": "Eroare la salvarea înregistrărilor de acces",
     "errorCode7087": "Deja înscris",
     "errorCode7088": "Numele este gol",
+    "errorCode9019": "duplicare de date",
     "errorCode9020": "Configurația licenței a expirat, trebuie să accesați System Settings -> Product Key pentru a reactiva software-ul"
   },
   "common": {

+ 1 - 0
assets/ru_RU.json

@@ -418,6 +418,7 @@
     "errorCode7086": "Ошибка сохранения записи о посещении курса",
     "errorCode7087": "Пользователь уже зарегистрирован",
     "errorCode7088": "Имя пользователя пустое",
+    "errorCode9019": "дублирование данных",
     "errorCode9020": "Срок действия лицензионной конфигурации истек, для повторной активации программного обеспечения необходимо перейти в раздел Системные настройки -> Ключ продукта"
   },
   "common": {

+ 1 - 2
assets/zh_CN.json

@@ -418,6 +418,7 @@
     "errorCode7086": "访问记录保存失败",
     "errorCode7087": "已报名",
     "errorCode7088": "名称为空",
+    "errorCode9019": "数据重复",
     "errorCode9020": "License配置过期,需前往系统设置->产品密钥重新激活软件"
   },
   "common": {
@@ -1390,7 +1391,6 @@
     "bottomRight": "右侧底部",
     "display": "显示",
     "showRulerLine": "显示卡尺线",
-    "rulerLineColor": "卡尺线颜色",
     "keepMeasureOnImage": "保留测量在图像上",
     "showDepthMeasureLine": "显示深度测量线",
     "showSimpleAnnotation": "显示简洁注释",
@@ -1474,7 +1474,6 @@
     "measureStyleConfig": "测量样式设置",
     "measureUnitConfig": "测量单位设置",
     "measureUnit": "单位",
-    "urmDistanceUnit": "URM长度测量常用单位",
     "distanceUnit": "长度测量常用单位",
     "areaUnit": "面积测量常用单位",
     "velocityUnit": "速度测量常用单位",

+ 5 - 0
lib/modules/error_codes.dart

@@ -333,6 +333,7 @@ class ErrorCodesModule extends ModuleBase {
     required this.errorCode7086,
     required this.errorCode7087,
     required this.errorCode7088,
+    required this.errorCode9019,
     required this.errorCode9020,
   });
 
@@ -670,6 +671,7 @@ class ErrorCodesModule extends ModuleBase {
       errorCode7086: map.pick("errorCode7086"),
       errorCode7087: map.pick("errorCode7087"),
       errorCode7088: map.pick("errorCode7088"),
+      errorCode9019: map.pick("errorCode9019"),
       errorCode9020: map.pick("errorCode9020"),
     );
   }
@@ -1664,6 +1666,9 @@ class ErrorCodesModule extends ModuleBase {
   /// 名称为空
   final FTrStr errorCode7088;
 
+  /// 数据重复
+  final FTrStr errorCode9019;
+
   /// License配置过期,需前往系统设置->产品密钥重新激活软件
   final FTrStr errorCode9020;
 

+ 0 - 10
lib/modules/measure.dart

@@ -64,7 +64,6 @@ class MeasureModule extends ModuleBase {
     required this.bottomRight,
     required this.display,
     required this.showRulerLine,
-    required this.rulerLineColor,
     required this.keepMeasureOnImage,
     required this.showDepthMeasureLine,
     required this.showSimpleAnnotation,
@@ -148,7 +147,6 @@ class MeasureModule extends ModuleBase {
     required this.measureStyleConfig,
     required this.measureUnitConfig,
     required this.measureUnit,
-    required this.urmDistanceUnit,
     required this.distanceUnit,
     required this.areaUnit,
     required this.velocityUnit,
@@ -260,7 +258,6 @@ class MeasureModule extends ModuleBase {
       bottomRight: map.pick("bottomRight"),
       display: map.pick("display"),
       showRulerLine: map.pick("showRulerLine"),
-      rulerLineColor: map.pick("rulerLineColor"),
       keepMeasureOnImage: map.pick("keepMeasureOnImage"),
       showDepthMeasureLine: map.pick("showDepthMeasureLine"),
       showSimpleAnnotation: map.pick("showSimpleAnnotation"),
@@ -345,7 +342,6 @@ class MeasureModule extends ModuleBase {
       measureStyleConfig: map.pick("measureStyleConfig"),
       measureUnitConfig: map.pick("measureUnitConfig"),
       measureUnit: map.pick("measureUnit"),
-      urmDistanceUnit: map.pick("urmDistanceUnit"),
       distanceUnit: map.pick("distanceUnit"),
       areaUnit: map.pick("areaUnit"),
       velocityUnit: map.pick("velocityUnit"),
@@ -575,9 +571,6 @@ class MeasureModule extends ModuleBase {
   /// 显示卡尺线
   final FTrStr showRulerLine;
 
-  /// 卡尺线颜色
-  final FTrStr rulerLineColor;
-
   /// 保留测量在图像上
   final FTrStr keepMeasureOnImage;
 
@@ -827,9 +820,6 @@ class MeasureModule extends ModuleBase {
   /// 单位
   final FTrStr measureUnit;
 
-  /// URM长度测量常用单位
-  final FTrStr urmDistanceUnit;
-
   /// 长度测量常用单位
   final FTrStr distanceUnit;