فهرست منبع

指标库-添加编辑计算指标-翻译补充

cxmo 11 ماه پیش
والد
کامیت
b48229800e

+ 17 - 0
src/lang/modules/EtaBase/En.js

@@ -78,12 +78,29 @@ export default {
     add_more_param: 'Add more parameters',
     create_edb_time_index: 'Generate Indicator Time Series',
     null_val_deal: 'Null Value Handling',
+    null_val_deal_0:'View Nearest Value Within 35 Days Before and After',
+    null_val_deal_1:'Do Not Calculate',
+    null_val_deal_2:'Forward Fill',
+    null_val_deal_3:'Backward Fill',
+    null_val_deal_4:'Equal to Zero',
+    null_val_del_hint:`1. find the latest value of 35 days before and after: When there is no value on the date series participating in the calculation, the index to find the nearest value forward/back as the value of the day to calculate, traversal allows across the year, up to 35 days before, up to 35 days after <br>
+    2. do not calculate: as long as an indicator has no value on a certain date (that is, null value), the calculated indicator has no value on that date <br>
+    3. Fill the previous value: empty value is first filled with the most recent previous value. When there is no previous value, fill with the last value <br>
+    4. post-value filling: the null value is first filled with the most recent post-value, when there is no previous value, fill with the post-value <br>
+    5. equal to 0: the null value is 0 value to participate in the calculation <br>
+    Note: The processing of missing values here applies to all time periods of the data`,
     max_null_val: 'MAX、MIN Null Value Handling',
+    max_null_val_hint:`If there is a null value in the MAX and MIN formulas, handle it according to the following rules: <br>
+    1. equal to 0, null value with 0 to participate in the calculation; <br>
+    2. Skip the null value, remove the null value indicator, and calculate the remaining indicators. If all indicators of the date are null values, the date has no value;`,
     calculate_formula: 'Calculation Formula',
     input_formula_msg: 'Please input formula',
     input_formula_valid: 'Calculation Formula can not be blank',
     input_date_msg: 'Select date',
     formula_examp: 'Formula Example',
+    formula_examp_hint:`1. support new segments, to achieve different segments use different formulas, if no new segments, all date sequences are calculated with a unified formula <br>
+    2. A new formula and time node need to be configured to add segments. The new formula is used before (excluding) the time node, and the configured formula is used after (including) the time node.
+    3. the segmented time node is not allowed to repeat, not allowed to exceed the date interval of the first indicator`,
     func_examp: 'Function Support',
     add_segm:'Add segment',
     num_overrun_msg: 'The number of indicators added has reached the limit.',

+ 17 - 0
src/lang/modules/EtaBase/Zh.js

@@ -78,12 +78,29 @@ export default {
     add_more_param: '添加更多参数',
     create_edb_time_index: '生成指标时间序列',
     null_val_deal: '空值处理',
+    null_val_deal_0:'查找前后35天最近值',
+    null_val_deal_1:'不计算',
+    null_val_deal_2:'前值填充',
+    null_val_deal_3:'后值填充',
+    null_val_deal_4:'等于0',
+    null_val_del_hint:`1、查找前后35天最近值:在参与计算的日期序列上某指标无值时,该指标往前/往后找距离最近的值作为当天的值进行计算,遍历允许跨年,往前最多35天,往后最多35天<br>
+    2、不计算:只要有一个指标在某个日期没有值(即空值),则计算指标在该日期没有值 <br>
+    3、前值填充:空值优先以最近的前值填充,没有前值时,用后值填充 <br>
+    4、后值填充:空值优先以最近的后值填充,没有前值时,用后值填充 <br>
+    5、等于0:空值以0值参与计算 <br>
+    注意:此处缺失值的处理,作用于数据全部时间段`,
     max_null_val: 'MAX、MIN空值处理',
+    max_null_val_hint:`MAX、MIN公式中指标存在空值时按如下规则处理:<br>
+    1、等于0,空值用0参与计算;<br>
+    2、跳过空值,去除空值指标,剩余指标进行计算,若该日期所有指标均为空值,则该日期无值;`,
     calculate_formula: '计算公式',
     input_formula_msg: '请输入公式',
     input_formula_valid: '计算公式不能为空',
     input_date_msg: '选择日期',
     formula_examp: '公式示例',
+    formula_examp_hint:`1、支持新增分段,实现不同分段使用不同的计算公式,若未新增分段,则所有日期序列用统一公式计算<br>
+    2、新增分段需配置新公式和时间节点,在时间节点之前(不含)使用新公式,在时间节点之后(含)使用已配置公式,每个分段公式支持修改<br>
+    3、分段时间节点不允许重复,不允许超出第一个指标的日期区间`,
     func_examp: '函数支持',
     add_segm:'新增分段',
     num_overrun_msg: '添加指标个数已达上限',

+ 5 - 5
src/lang/modules/EtaBase/commonLang.js

@@ -377,7 +377,7 @@ export default {
     },
     to_month_quarter: {
       zh: '累计值转月/季值',
-      en: 'Convert Cumulative Values to Monthly/Quarterly'
+      en: 'Cumul to M/Q'
     },
     to_month: {
       zh: '累计值转月值',
@@ -397,15 +397,15 @@ export default {
     },
     n_move_average: {
       zh: 'N数值移动平均计算',
-      en: 'Calculation of N-number Moving Average'
+      en: 'N-Mov Avg'
     },
     n_rate: {
       zh: 'N数值环比值',
-      en: 'Sequential Growth Rate'
+      en: 'N-Seq Comp'
     },
     n_differ: {
       zh: 'N数值环差值',
-      en: 'N Period-over-Period Difference Calculation'
+      en: 'N-Seq Diff'
     },
     up_conver: {
       zh: '升频',
@@ -449,7 +449,7 @@ export default {
     },
     ex_smooth: {
       zh: '指数修匀',
-      en: 'Exponential Smoothing'
+      en: 'Index Smooth'
     },
     day_mean: {
       zh: '日均值',

+ 29 - 6
src/views/dataEntry_manage/databaseComponents/computedDialog.vue

@@ -333,6 +333,29 @@ export default {
 			})
 
 			return arr
+		},
+		titleMap(){
+			return new Map([
+				['计算指标',this.$t('EtaBasePage.calculate_title')],
+				['编辑计算指标',this.$t('EtaBasePage.calculate_edit_title')],
+				['查看计算指标',this.$t('EtaBasePage.calculate_view_title')],
+			])
+		},
+		nullWayOptions(){
+			return [
+				{ label: this.$t('EtaBasePage.null_val_deal_0'),value: 0 },
+				{ label: this.$t('EtaBasePage.null_val_deal_1'),value: 1 },
+				{ label: this.$t('EtaBasePage.null_val_deal_2'),value: 2 },
+				{ label: this.$t('EtaBasePage.null_val_deal_3'),value: 3 },
+				{ label: this.$t('EtaBasePage.null_val_deal_4'),value: 4 },
+			]
+		},
+		formTips(){
+			return {
+				'null-val':this.$t('EtaBasePage.null_val_del_hint'),
+				'max-null-val':this.$t('EtaBasePage.max_null_val_hint'),
+				'formula':this.$t('EtaBasePage.formula_examp_hint')
+			}
 		}
 	},
 	watch: {
@@ -461,17 +484,17 @@ export default {
 				nullValueWay: 0,
 				maxNullWay: 1
 			},//空值处理
-			nullWayOptions: [
+			/* nullWayOptions: [
 				{ label: '查找前后35天最近值',value: 0 },
 				{ label: '不计算',value: 1 },
 				{ label: '前值填充',value: 2 },
 				{ label: '后值填充',value: 3 },
 				{ label: '等于0',value: 4 },
-			],
+			], */
 
 			selectTimeSeriesVal:'',
 
-			formTips: {
+			/* formTips: {
 				'null-val': `1、查找前后35天最近值:在参与计算的日期序列上某指标无值时,该指标往前/往后找距离最近的值作为当天的值进行计算,遍历允许跨年,往前最多35天,往后最多35天<br>
 				2、不计算:只要有一个指标在某个日期没有值(即空值),则计算指标在该日期没有值 <br>
 				3、前值填充:空值优先以最近的前值填充,没有前值时,用后值填充 <br>
@@ -484,13 +507,13 @@ export default {
 				'formula':`1、支持新增分段,实现不同分段使用不同的计算公式,若未新增分段,则所有日期序列用统一公式计算<br>
 				2、新增分段需配置新公式和时间节点,在时间节点之前(不含)使用新公式,在时间节点之后(含)使用已配置公式,每个分段公式支持修改<br>
 				3、分段时间节点不允许重复,不允许超出第一个指标的日期区间`
-			},
+			}, */
 
-			titleMap: new Map([
+			/* titleMap: new Map([
 				['计算指标',this.$t('EtaBasePage.calculate_title')],
 				['编辑计算指标',this.$t('EtaBasePage.calculate_edit_title')],
 				['查看计算指标',this.$t('EtaBasePage.calculate_view_title')],
-			])
+			]) */
 
 		};
 	},