浏览代码

Merge branch 'ETA_1.8.0' into debug

zwxi 10 月之前
父节点
当前提交
5f1641b9c6
共有 1 个文件被更改,包括 11 次插入3 次删除
  1. 11 3
      static/ErrMsgConfig.json

+ 11 - 3
static/ErrMsgConfig.json

@@ -1,6 +1,6 @@
 {
-  "目录名称已存在,不可重复添加" : "Directory name already exists, cannot be added repeatedly",
-  "与原名字一致,无需修改" : "Identical to the original name, no need to modify",
+  "目录名称已存在,不可重复添加": "Directory name already exists, cannot be added repeatedly",
+  "与原名字一致,无需修改": "Identical to the original name, no need to modify",
   "分类名称已存在,请重新输入": "Category name already exists, please re-enter",
   "获取失败": "Retrieval Failed",
   "删除成功": "Delete Successful",
@@ -42,7 +42,15 @@
   "刷新失败": "Refresh failed",
   "请传入日期序列": "Please enter a date sequence",
   "指标未选择": "Indicator not selected",
+  "指标A未选择": "Indicator A not selected",
+  "指标B未选择": "Indicator B not selected",
   "ETA表格名称已存在,请重新填写": "The name of the ETA form already exists, please fill in a new one",
   "添加成功": "Added successfully",
-  "添加失败,品种名称不能重复": "Addition failed, the variety name must not be duplicated"
+  "添加失败,品种名称不能重复": "Addition failed, the variety name must not be duplicated",
+  "分析周期不允许设置为负数或0": "The analysis period cannot be set to a negative number or zero",
+  "相关性计算窗口必须大于0": "The correlation calculation window must be greater than 0",
+  "系统处理中,请稍后重试!": "The system is processing, please try again later!",
+  "固定日期不可为空": "The fixed date cannot be empty",
+  "日期数量已达上限!": "The number of dates has reached the limit!",
+  "该品种已在指标库生成指标,不可删除": "This variety has already generated indicators in the index library and cannot be deleted"
 }