/* myeta模块 $t('DataBankPage.xxx') */ export default { /* 数据宝 */ DataBankPage: { table_col_start_time: 'Indicator Start Time', table_col_newest_time: 'Indicator Latest Time', }, /* 手工指标列表 */ ManualEdbListPage: { add_edb_btn: 'Additional Indicator', ph_search: 'Keyword Search', ph_classify: 'Please select a category', ph_start_time: 'Start date', ph_end_time: 'End date', table_col_date:'Date', table_col_classify:'Category', table_col_creator:'Creator', no_search_msg:'No Search Results', del_edb_msg:'Are you sure you want to delete this indicator?', del_edb_rela_msg:'If this indicator is deleted, all data associated with this indicator will also be deleted, do you want to confirm the deletion?', //指标弹窗 input_data_msg:'Enter Data', edit_input_data: 'Modify Entered Data', edit_edb_msg:'Editorial Indicators', add_edb_classify: 'Add Manual Indicator Category', label_classify:'Indicator Category', label_update_remin:'Update Reminder', ph_update_remin:'Please select the update time', add_tobase_btn:'Add to Indicator Library' }, /* 数据录入 */ ManualEntryPage: { col_modify_date:'Date to be updated', col_update_status:'Update Status', right_op_insertrow:'Insert Row', right_op_insertcol:'Insert Column', right_op_delrow:'Delete Row', right_op_delcol:'Delete Column', label_one_level_classify:'Primary Category', label_edb_classify:'Indicator Category', use_intro:'Instructions for Use', use_msg:` 1、Add new indicators: Enter the name, unit and value of the indicator under the column of the preset indicator and save it;
2、Add date: select a date in the first column or insert a date line (to copy the existing date format), enter the value and save it;
3、Delete indicators: Clear all the data under the indicator and save it, please do not delete the indicator column directly;
4、Delete date: Clear all the data corresponding to the date and save it, please do not delete the date row directly;
5、For operations such as editing indicator names, editing units, editing frequency, and deleting indicators, please complete them in the "Manual Indicator List."
`, //导入弹窗 tit_insert_data:'Import Data', down_tem:'Download Templates', down_fail_list:'the list of failed imports', step_one:'1. Step One: Download the template. Fill in the data according to the specifications required by the template; templates with empty data are not allowed to be imported. ', step_two:'2. Step Two: Upload data. Click on "Import Data" to upload the completed template and confirm the import. ', step_three:'Step Three: Complete the import. If there is any data that failed to import, download ', upload_size_msg:'The file size must not exceed 10MB', }, /* 期货数据库页面 */ FutureBasePage: { ph_date: 'Date of data', ph_exchange: 'Please select the exchange', no_result_msg:'Please select the data date and enter the contract code', col_date:'Date', col_good_code:'Contract Code', col_good_name:'Contract Name', col_open:'Opening Price', col_high:'Highest Price', col_low:'Lowest Price', col_close:'Closing Price', col_volume:'Trading Volume', col_amt:'Turnover', col_oi:'Holdings', col_settle:'Settlement Price', }, /* 钢联化工数据库 */ SteelChemicalPage: { add_edb_btn: 'Add indicator', add_classify_btn: 'Add Category', refresh_one_btn:'One-click Update', del_edb_msg:'After deletion, this indicator cannot be referenced. Are you sure you want to delete it?', del_classify_msg:'Deleting a category will synchronise the deletion of all indicators under the category, confirming the deletion?', del_classify_msg:'Deleting a category is irreversible. Are you sure you want to delete it?', del_classify_edb_msg:'Deleting a category will synchronise the deletion of all indicators under the category, confirming the deletion?', del_classify_only_msg: 'Deleting a category will also delete all subcategories within it synchronously. Are you sure you want to delete?', //分类弹窗 edit_classify_msg:'Edit category', label_one_level:'First-Level Directory', label_classify_name:'Category Name', //指标弹窗 add_edb: 'Add Indicator', edit_edb:'Edit Indicator', label_edb_classify:'Affiliated Category', ph_edbid:'Indicator ID can not be empty', ph_classify:'Affiliated Category can not be empty', add_loading_msg:'The loading time is approximately five minutes; closing the popup will not affect the loading process' }, /* un数据页面 */ UnDataPage: { ph_indexcode:'Please select commodity code', ph_flow:'Please select trade flows', ph_reportCode:'Please select the reporting State', ph_partcode:'Please select opponent country', ph_parttwocode:'Please select a second opponent country', ph_year:'Please select a year', ph_month:'Please select month', option_year:'Annual', option_month:'Monthly', col_code:'Commodity Code(HS Code)', col_date:'Date', col_flow:'Trade Flows', col_report:'Reporting State', col_part:'Opponent Country', col_parttow:'Second Opponent Country', col_value:'Trade Amount (USD)', col_weight:'Trade Weight (Kilograms)' }, /* 天然气页面 */ GasDataPage: { ph_date: 'Select Date', no_data_msg:'No data available for this date, please select a different date', col_gas_stock:'Natural Gas Inventory', col_date:'Date', col_full:'Storage Capacity Percentage', col_trend:'Compared to the Previous Day', col_inject:'Injection Volume', col_withdraw:'Reduction Volume', col_max_stock:'Maximum Inventory', col_inject_speed:'Injection Rate', col_withdraw_speed:'Withdrawal Rate', col_status:'Data Status', op_history:'Historical Data', status_estimate:'Estimate', status_confirm:'Confirmed', status_no:'No Data', top_page:'Home Page' }, /* 上期能源 */ SqEnergyPage: { contranct_code:'Contract Code', col_rank:'Rank', col_sname:'Membership Abbreviation', col_trade:'Volume (lots)', col_inorde:'Increase-Decrease Amount', col_buy:'Long Position Volume', col_sold:'Short Position Volume', col_total:'Total' }, /* 中金所 */ ZjDataPage: { col_trade_rank: 'Volume Ranking', col_buy_rank: 'Ranking of Buy Orders Held', col_sold_rank: 'Ranking of Sell Orders Held', }, /* 有色数据库 */ YsDataPage: { loading_data_msg:'Indicator data is loading, please do not switch to other pages', loading_list_msg:'The list is loading, please wait', ph_classify:'Please select a category', ph_data_status:'Please select indicator data status', label_all_check:'List Select All', add_base_btn:'Add to Indicator Library', col_start_time:'Indicator Start Time', col_newest_time:'Indicator Update Time', col_pub_time:'Expected Release Date', col_data_status:'Indicator Data Status', col_classify:'Category', col_status_normal:'Regular Update', col_status_close:'Discontinued', col_status_irr:'Updates dependent on external sources may experience irregular delays', haved_all_msg:'All indicators added this time are already in the indicator library, please do not add them again!', haved_some_msg:'The following indicators already exist in the indicator library and will be automatically filtered out!' } }