|
@@ -62,23 +62,27 @@ export default {
|
|
|
please_enter_deadline: "Please enter the deadline",
|
|
|
deadline_cannot_be_empty: "The deadline cannot be empty",
|
|
|
number_cannot_be_empty: "The number of periods cannot be empty",
|
|
|
- label_move_way: 'Moving Mode',
|
|
|
- label_n_val: 'N equals to',
|
|
|
- label_calendar: 'Calendar',
|
|
|
+ label_move_way: "Moving Mode",
|
|
|
+ label_n_val: "N equals to",
|
|
|
+ label_calendar: "Calendar",
|
|
|
please_select_frequency: "Please select the frequency",
|
|
|
- label_val_type: 'Data retrieval',
|
|
|
- select_data_type: 'Please select data value type',
|
|
|
- select_criteria_btn: 'Selection Criteria',
|
|
|
- insert_value_btn: 'Insert value',
|
|
|
- there_data_no_msg: 'There is no data for that date.',
|
|
|
- there_data_no_msg: 'Insert method',
|
|
|
- there_data_no_msg: 'Please select the import method',
|
|
|
- days_label: 'days',
|
|
|
- update_frequency_label: 'Update frequency',
|
|
|
- lastest_date_label: 'Lastest date',
|
|
|
- example_show_text: 'Example: 5, represents the date 5 days from today; -5, represents the date 5 days ago from today.',
|
|
|
- selected_indicators_label: 'indicators',
|
|
|
- no_indicators_available_table: 'No indicators available.',
|
|
|
+ label_val_type: "Data retrieval",
|
|
|
+ select_data_type: "Please select data value type",
|
|
|
+ select_criteria_btn: "Selection Criteria",
|
|
|
+ insert_value_btn: "Insert value",
|
|
|
+ there_data_no_msg: "There is no data for that date.",
|
|
|
+ there_data_no_msg: "Insert method",
|
|
|
+ there_data_no_msg: "Please select the import method",
|
|
|
+ days_label: "days",
|
|
|
+ update_frequency_label: "Update frequency",
|
|
|
+ lastest_date_label: "Lastest date",
|
|
|
+ example_show_text: "Example: 5, represents the date 5 days from today; -5, represents the date 5 days ago from today.",
|
|
|
+ selected_indicators_label: "indicators",
|
|
|
+ no_indicators_available_table: "No indicators available.",
|
|
|
+ cannot_be_empty_table: "Table Categories cannot be empty",
|
|
|
+ table_data_update_msg: "The table data has been updated",
|
|
|
+ formula_lable: "Formula",
|
|
|
+ parent_directory_lable: "Parent directory",
|
|
|
},
|
|
|
|
|
|
/* 自定义分析 */
|
|
@@ -105,4 +109,52 @@ export default {
|
|
|
date_sequence_cannot_msg: "The date sequence cannot be empty",
|
|
|
numerical_sequence_cannot_msg: "The numerical sequence cannot be empty",
|
|
|
},
|
|
|
+
|
|
|
+ ETableChildren: {
|
|
|
+ date_calculation_btn: "Date calculation",
|
|
|
+ select_date_pld: "Select Date",
|
|
|
+ add_more_dates: "Add more dates",
|
|
|
+ formula_lable: "Formula",
|
|
|
+ formula_enter_pld: "Please enter a formula",
|
|
|
+ example_a_b: "Example formula: A-B returns the difference in days between date a and date B as a number",
|
|
|
+ indicators_cap_reached: "The number of added indicators has reached the upper limit",
|
|
|
+ input_formula_valid: "Calculation Formula can not be blank",
|
|
|
+ date_change_label: "Date transformation ",
|
|
|
+ date_displacement_label: "Date displacement",
|
|
|
+ specified_frequency_tag: "Specified frequency",
|
|
|
+ added_frequency_offset_msg: "Specified frequency has been added.",
|
|
|
+ added_date_offset_msg: "Added date offset",
|
|
|
+ impord_date_title: "Import Date",
|
|
|
+ indicator_date_radio: "Date of indicator",
|
|
|
+ frequency_lable: "Frequency",
|
|
|
+ lagging_period_label: "Lagging period",
|
|
|
+ system_date_rai: "System Date",
|
|
|
+ term_ipt: "Term",
|
|
|
+ formula_explanation_btn: "Formula Explanation",
|
|
|
+ tips_text: `Formula Explanation:<br>1. Index Date: Takes the latest date of the selected index, which updates along with the latest date.<br>2. System Date: Takes the system date, which updates along with the system date.<br>3. Date Offset Examples:<br>Original date 2023/10/12, date offset function set to 5 days 0 months 0 years, the converted date will be 2023/10/17.<br>Original date 2023/10/12, date offset function set to 30 days 0 months 0 years, the converted date will be 2023/11/11.<br>Original date 2023/10/30, date offset function set to 0 days 1 month 0 years, the converted date will be 2023/11/30.<br>Original date 2023/10/31, date offset function set to 0 days 1 month 0 years, the converted date will be 2023/12/1.<br>4. Date Offset and specified frequency can be overlaid, for example:<br>Original date 2023/10/12, first date offset by 1 month (2023/11/12), then frequency set to the last day of the month, the converted date will be 2023/11/30.<br>Original date 2023/10/12, first frequency set to the last day of the month (2023/10/31), then date offset by 1 month, the converted date will be 2023/12/1.`,
|
|
|
+ latest_date_indicator: "Latest Date of Indicator",
|
|
|
+ advance_the_term: "Advance of the term",
|
|
|
+ table_date_rai: "Table date",
|
|
|
+ select_metric_first_msg: "Please select a metric first.",
|
|
|
+ number_label: "Number",
|
|
|
+ percentile_label: "Percentile",
|
|
|
+ number_reduce_title: "Reduce the number of decimal places",
|
|
|
+ number_increase_title: "Increase the number of decimal places",
|
|
|
+ enter_n_value: "Please enter N value",
|
|
|
+ select_calendar_pld: "Please select a calendar",
|
|
|
+ frequentness_lable: "frequentness",
|
|
|
+ final_value_lable: "Final value",
|
|
|
+ average_value_lable: "Average value",
|
|
|
+ alpha_value_lable: "Alpha value",
|
|
|
+ calculate_result: "Calculate the result",
|
|
|
+ no_corresponding_data: "No corresponding data",
|
|
|
+ calculation_btn: "calculation",
|
|
|
+ only_select_msg: "Only monthly indicators can be selected",
|
|
|
+ no_quarterly_msg: "Unable to select quarterly indicators",
|
|
|
+ no_day_msg: "Cannot select daily indicators",
|
|
|
+ no_year_msg: "Unable to select annual indicators",
|
|
|
+ no_year_msg: "Unable to select annual indicators",
|
|
|
+ ahead_lable: "ahead",
|
|
|
+ lagging_lable: "lagging",
|
|
|
+ },
|
|
|
};
|