瀏覽代碼

翻译fix

cxmo 10 月之前
父節點
當前提交
a7d2ef498a

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

@@ -161,7 +161,6 @@ export default {
     table_col_creator:'Creator',
     label_all_check:'Select All List',
     full_metric_name:'Full Metric Name',
-    table_col_creator:'Author',
     add_to_selections:'Add to Selections',
     serial_num:'Serial Number',
     search_value_days_options:'Search Nearest Value Within 35 Days Before and After',

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

@@ -161,7 +161,6 @@ export default {
     table_col_creator:'创建人',
     label_all_check:'列表全选',
     full_metric_name:'指标全称',
-    table_col_creator:'创建人 创建人',
     add_to_selections:'加入已选指标',
     serial_num:'序号',
     search_value_days_options:'查找前后35天最近值',

+ 1 - 1
src/views/dataEntry_manage/databaseComponents/batchComputedV2.vue

@@ -616,7 +616,7 @@ export default {
 
             nullWayOptions: [
                
-				{ label: /* '查找前后35天最近值' */  this.$t('EtaBasePage.EtaBasePage'),value: 0 },
+				{ label: /* '查找前后35天最近值' */  this.$t('EtaBasePage.null_val_deal_0'),value: 0 },
 				{ label: /* '不计算' */ this.$t('EtaBasePage.not_alculate_options'),value: 1 },
 				{ label: /* '前值填充' */this.$t('EtaBasePage.forward_fill_options'),value: 2 },
 				{ label: /* '后值填充' */this.$t('EtaBasePage.backward_fill_options') ,value: 3 },