|
@@ -102,6 +102,28 @@ export default {
|
|
|
data_transformation_hint: "Invalid data conversion, please check the value",
|
|
|
data_transformation_hint2: "The indicator data contains negative numbers or zeros and cannot be logarithmically calculated",
|
|
|
data_transformation_list_hint: "Invalid data conversion, please check the value",
|
|
|
- data_transformation_list_hint2: "The indicator data contains negative numbers or zeros and cannot be logarithmically calculated"
|
|
|
+ data_transformation_list_hint2: "The indicator data contains negative numbers or zeros and cannot be logarithmically calculated",
|
|
|
+
|
|
|
+
|
|
|
+ reference_date_set:'Reference Date Settings',
|
|
|
+ reference_date_name:'Name of Reference Date',
|
|
|
+ sort_tips:'Default is to order each series by adding indicators in sequence, when switching ascending/descending, a reference series must be selected, and the horizontal axis is rearranged according to the values of that series.',
|
|
|
+ select_base_placehold:'Select Baseline',
|
|
|
+ axis_set:'Horizontal and Vertical Axis Settings',
|
|
|
+ xAxis_name_set:'Horizontal Axis Name Setting',
|
|
|
+ yAxis_unit_set:'Vertical Axis Unit Setting',
|
|
|
+ show_data_point:'Data Point Display',
|
|
|
+ show_data_point_tips:'When turned on, data points are displayed on this series.',
|
|
|
+ show_data_value:'Display Values',
|
|
|
+ show_data_value_tips:'When turned on, values are displayed on this series.',
|
|
|
+ add_series_btn:'Add Series',
|
|
|
+ batch_set_date:'Batch Setting Dates',
|
|
|
+ refrence_date_name:'Reference Date',
|
|
|
+ date_set_tips:'Batch set indicator dates, and override the original values after application.',
|
|
|
+ more_refrence_date:'Add More Reference Dates',
|
|
|
+ new_series:'New Series',
|
|
|
+ series_name:'Series Name',
|
|
|
+ more_series_btn:'More Series'
|
|
|
+
|
|
|
}
|
|
|
}
|