|
@@ -54,6 +54,7 @@ export const DataRefreshZh = {
|
|
|
|
|
|
reference_time:"引用时间",
|
|
|
reference_source:"引用来源",
|
|
|
+ reference_chart_table:"引用图表/表格",
|
|
|
|
|
|
refresh_rate: "刷新频率",
|
|
|
trading_day: "每交易日",
|
|
@@ -83,8 +84,8 @@ export const DataRefreshZh = {
|
|
|
edbStopDays_hint_front:"指标库间隔",
|
|
|
edbStopDays_hint_behind:"天未引用则停用",
|
|
|
IntervalDaysError:"请输入正确的格式",
|
|
|
-
|
|
|
- disable_indicator_prompt:"停用后该数据将停止刷新,是否继续操作?"
|
|
|
+ disable_indicator_prompt:"停用后该数据将停止刷新,是否继续操作?",
|
|
|
+ status_rule_prompt:"只针对wind和钢联化工指标生效"
|
|
|
};
|
|
|
|
|
|
/* 英文 */
|
|
@@ -135,6 +136,7 @@ export const DataRefreshEn = {
|
|
|
|
|
|
reference_time:"Reference Time",
|
|
|
reference_source:"Reference Source",
|
|
|
+ reference_chart_table:"Refer to the chart/table",
|
|
|
|
|
|
refresh_rate: "Refresh Rate",
|
|
|
trading_day: "Every Trading Day",
|
|
@@ -164,6 +166,6 @@ export const DataRefreshEn = {
|
|
|
edbStopDays_hint_behind:"days, it will be deactivated.",
|
|
|
disableRulePrompt:"After closing the configuration, metrics will not be automatically processed as disabled",
|
|
|
IntervalDaysError:"Please enter the correct format",
|
|
|
-
|
|
|
- disable_indicator_prompt:"After disabling, the data will stop refreshing. Do you want to continue?"
|
|
|
+ disable_indicator_prompt:"After disabling, the data will stop refreshing. Do you want to continue?",
|
|
|
+ status_rule_prompt:"Only effective for Wind and Ganglian Chemical indicators."
|
|
|
};
|