|
@@ -45,11 +45,11 @@ export default {
|
|
|
turn_rate: 'Turnover Rate',
|
|
|
open_inter: 'Open Interest',
|
|
|
open_val: 'Value of Open Positions',
|
|
|
- fluctua_day: '日振幅',
|
|
|
+ fluctua_day: 'Daily Amplitude',
|
|
|
have_edb_tip1:'该数据已存在数据库,名称为{name},目录为:{menu},如需重新添加,请删除原指标',
|
|
|
have_edb_tip2:'该数据已存在数据库,名称为{name},目录为:{menu}',
|
|
|
exist_edb_tips: 'The following indicators already exist in the indicator pool, please do not re-enter them!',
|
|
|
- forbid_edb_tips: '您当前暂无权限查看该指标,如需查看,请联系管理员',
|
|
|
+ forbid_edb_tips: 'You currently do not have the permission to view this indicator. If you need access, please contact the administrator.',
|
|
|
complate_info: 'Complete Information',
|
|
|
no_companyid_msg: 'Please input Company ID',
|
|
|
no_edbid_msg: 'Please input Indicator ID',
|
|
@@ -60,7 +60,7 @@ export default {
|
|
|
replace_all: 'Replace all',
|
|
|
replace_tip: 'Tip: After the replacement, charts and calculated indicators that refer to the original indicator will be replaced by the replacement indicator.',
|
|
|
replace_success_msg: 'This replacement will last for a longer period of time, confirm the replacement?',
|
|
|
- replace_ing_msg: '当前正在替换中,请耐心等待',
|
|
|
+ replace_ing_msg: 'The replacement is currently in progress, please be patient',
|
|
|
input_origin_vaild: 'Original Indicator can not be empty',
|
|
|
input_replace_vaild: 'Indicator Replacement not be empty',
|
|
|
|
|
@@ -73,9 +73,12 @@ export default {
|
|
|
normal_calculate_tab: 'Conventional Calculation',
|
|
|
batch_calculate_tab: 'Batch Calculation',
|
|
|
calculate_title: 'Calculation',
|
|
|
+ calculate_edit_title: 'Edit Calculation',
|
|
|
+ calculate_view_title: 'View Calculation',
|
|
|
add_more_param: 'Add more parameters',
|
|
|
- null_val_deal: '空值处理',
|
|
|
- max_null_val: 'MAX、MIN空值处理',
|
|
|
+ create_edb_time_index: 'Generate Indicator Time Series',
|
|
|
+ null_val_deal: 'Null Value Handling',
|
|
|
+ max_null_val: 'MAX、MIN Null Value Handling',
|
|
|
calculate_formula: 'Calculation Formula',
|
|
|
input_formula_msg: 'Please input formula',
|
|
|
input_formula_valid: 'Calculation Formula can not be blank',
|
|
@@ -83,7 +86,7 @@ export default {
|
|
|
formula_examp: 'Formula Example',
|
|
|
func_examp: 'Function Support',
|
|
|
add_segm:'Add segment',
|
|
|
- num_overrun_msg: '添加指标个数已达上限',
|
|
|
+ num_overrun_msg: 'The number of indicators added has reached the limit.',
|
|
|
label_move_way: 'Moving Mode',
|
|
|
label_n_val: 'N equals to',
|
|
|
label_calendar: 'Calendar',
|