En.js 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. /* myeta模块
  2. $t('DataBankPage.xxx')
  3. */
  4. export default {
  5. /* 数据宝 */
  6. DataBankPage: {
  7. table_col_start_time: 'Indicator Start Time',
  8. table_col_newest_time: 'Indicator Latest Time',
  9. },
  10. /* 手工指标列表 */
  11. ManualEdbListPage: {
  12. add_edb_btn: 'Additional Indicator',
  13. ph_search: 'Keyword Search',
  14. ph_classify: 'Please select a category',
  15. ph_start_time: 'Start date',
  16. ph_end_time: 'End date',
  17. table_col_date:'Date',
  18. table_col_classify:'Category',
  19. table_col_creator:'Creator',
  20. no_search_msg:'No Search Results',
  21. del_edb_msg:'Are you sure you want to delete this indicator?',
  22. 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?',
  23. //指标弹窗
  24. input_data_msg:'Enter Data',
  25. edit_input_data: 'Modify Entered Data',
  26. edit_edb_msg:'Editorial Indicators',
  27. add_edb_classify: 'Add Manual Indicator Category',
  28. label_classify:'Indicator Category',
  29. label_update_remin:'Update Reminder',
  30. ph_update_remin:'Please select the update time',
  31. add_tobase_btn:'Add to Indicator Library'
  32. },
  33. /* 数据录入 */
  34. ManualEntryPage: {
  35. col_modify_date:'Date to be updated',
  36. col_update_status:'Update Status',
  37. right_op_insertrow:'Insert Row',
  38. right_op_insertcol:'Insert Column',
  39. right_op_delrow:'Delete Row',
  40. right_op_delcol:'Delete Column',
  41. label_one_level_classify:'Primary Category',
  42. label_edb_classify:'Indicator Category',
  43. use_intro:'Instructions for Use',
  44. 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;</br>
  45. 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;</br>
  46. 3、Delete indicators: Clear all the data under the indicator and save it, please do not delete the indicator column directly;</br>
  47. 4、Delete date: Clear all the data corresponding to the date and save it, please do not delete the date row directly;</br>
  48. 5、For operations such as editing indicator names, editing units, editing frequency, and deleting indicators, please complete them in the "Manual Indicator List."</br>`,
  49. //导入弹窗
  50. tit_insert_data:'Import Data',
  51. down_tem:'Download Templates',
  52. down_fail_list:'the list of failed imports',
  53. 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. ',
  54. step_two:'2. Step Two: Upload data. Click on "Import Data" to upload the completed template and confirm the import. ',
  55. step_three:'Step Three: Complete the import. If there is any data that failed to import, download ',
  56. upload_size_msg:'The file size must not exceed 10MB',
  57. },
  58. /* 期货数据库页面 */
  59. FutureBasePage: {
  60. ph_date: 'Date of data',
  61. ph_exchange: 'Please select the exchange',
  62. no_result_msg:'Please select the data date and enter the contract code',
  63. col_date:'Date',
  64. col_good_code:'Contract Code',
  65. col_good_name:'Contract Name',
  66. col_open:'Opening Price',
  67. col_high:'Highest Price',
  68. col_low:'Lowest Price',
  69. col_close:'Closing Price',
  70. col_volume:'Trading Volume',
  71. col_amt:'Turnover',
  72. col_oi:'Holdings',
  73. col_settle:'Settlement Price',
  74. },
  75. /* 钢联化工数据库 */
  76. SteelChemicalPage: {
  77. add_edb_btn: 'Add indicator',
  78. add_classify_btn: 'Add Category',
  79. refresh_one_btn:'One-click Update',
  80. del_edb_msg:'After deletion, this indicator cannot be referenced. Are you sure you want to delete it?',
  81. del_classify_msg:'Deleting a category will synchronise the deletion of all indicators under the category, confirming the deletion?',
  82. del_classify_msg:'Deleting a category is irreversible. Are you sure you want to delete it?',
  83. del_classify_edb_msg:'Deleting a category will synchronise the deletion of all indicators under the category, confirming the deletion?',
  84. del_classify_only_msg: 'Deleting a category will also delete all subcategories within it synchronously. Are you sure you want to delete?',
  85. //分类弹窗
  86. edit_classify_msg:'Edit category',
  87. label_one_level:'First-Level Directory',
  88. label_classify_name:'Category Name',
  89. //指标弹窗
  90. add_edb: 'Add Indicator',
  91. edit_edb:'Edit Indicator',
  92. label_edb_classify:'Affiliated Category',
  93. ph_edbid:'Indicator ID can not be empty',
  94. ph_classify:'Affiliated Category can not be empty',
  95. add_loading_msg:'The loading time is approximately five minutes; closing the popup will not affect the loading process'
  96. },
  97. /* un数据页面 */
  98. UnDataPage: {
  99. ph_indexcode:'Please select commodity code',
  100. ph_flow:'Please select trade flows',
  101. ph_reportCode:'Please select the reporting State',
  102. ph_partcode:'Please select opponent country',
  103. ph_parttwocode:'Please select a second opponent country',
  104. ph_year:'Please select a year',
  105. ph_month:'Please select month',
  106. option_year:'Annual',
  107. option_month:'Monthly',
  108. col_code:'Commodity Code(HS Code)',
  109. col_date:'Date',
  110. col_flow:'Trade Flows',
  111. col_report:'Reporting State',
  112. col_part:'Opponent Country',
  113. col_parttow:'Second Opponent Country',
  114. col_value:'Trade Amount (USD)',
  115. col_weight:'Trade Weight (Kilograms)'
  116. },
  117. /* 天然气页面 */
  118. GasDataPage: {
  119. ph_date: 'Select Date',
  120. no_data_msg:'No data available for this date, please select a different date',
  121. col_gas_stock:'Natural Gas Inventory',
  122. col_date:'Date',
  123. col_full:'Storage Capacity Percentage',
  124. col_trend:'Compared to the Previous Day',
  125. col_inject:'Injection Volume',
  126. col_withdraw:'Reduction Volume',
  127. col_max_stock:'Maximum Inventory',
  128. col_inject_speed:'Injection Rate',
  129. col_withdraw_speed:'Withdrawal Rate',
  130. col_status:'Data Status',
  131. op_history:'Historical Data',
  132. status_estimate:'Estimate',
  133. status_confirm:'Confirmed',
  134. status_no:'No Data',
  135. top_page:'Home Page'
  136. },
  137. /* 上期能源 */
  138. SqEnergyPage: {
  139. contranct_code:'Contract Code',
  140. col_rank:'Rank',
  141. col_sname:'Membership Abbreviation',
  142. col_trade:'Volume (lots)',
  143. col_inorde:'Increase-Decrease Amount',
  144. col_buy:'Long Position Volume',
  145. col_sold:'Short Position Volume',
  146. col_total:'Total'
  147. },
  148. /* 中金所 */
  149. ZjDataPage: {
  150. col_trade_rank: 'Volume Ranking',
  151. col_buy_rank: 'Ranking of Buy Orders Held',
  152. col_sold_rank: 'Ranking of Sell Orders Held',
  153. },
  154. /* 有色数据库 */
  155. YsDataPage: {
  156. loading_data_msg:'Indicator data is loading, please do not switch to other pages',
  157. loading_list_msg:'The list is loading, please wait',
  158. ph_classify:'Please select a category',
  159. ph_data_status:'Please select indicator data status',
  160. label_all_check:'List Select All',
  161. add_base_btn:'Add to Indicator Library',
  162. col_start_time:'Indicator Start Time',
  163. col_newest_time:'Indicator Update Time',
  164. col_pub_time:'Expected Release Date',
  165. col_data_status:'Indicator Data Status',
  166. col_classify:'Category',
  167. col_status_normal:'Regular Update',
  168. col_status_close:'Discontinued',
  169. col_status_irr:'Updates dependent on external sources may experience irregular delays',
  170. haved_all_msg:'All indicators added this time are already in the indicator library, please do not add them again!',
  171. haved_some_msg:'The following indicators already exist in the indicator library and will be automatically filtered out!'
  172. }
  173. }