12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- /**
- * 工具箱-商品价格曲线
- */
- /* 英文 */
- export const CommodityPriceChartEn = {
- add_price_line_btn:'Price Curve',
- add_price_profit_btn:'Profit Curve',
- select_spot_price:'Select spot price indicators',
- plate_profit_set:'Plate Profit Settings',
- select_future:'select futures',
- please_select_future:'please select futures',
- chart_name:'Chart Name',
- chart_classify:'Categories of Charts',
- please_select_classify:'Please Select Categories',
- add_date:'Add Date',
- add_method:'Adding Methods',
- latest_date:'Latest Date',
- n_day_before:'N Days Ago',
- fix_date:'Fixed Date',
- day_num:'Number of Days',
- day_num_placeholder:'Please enter number',
- select_date:'Select Date',
- add_params_btn:'Add more parameters',
- formula_label:'Formula',
- formula_label_placeholder:'Please enter the formula',
- formula_exp:'Formula Example',
- fun_support:'Functions Support',
- plate_profit_name:'Plate Profit',
- tips_msg01:'Futures not selected yet',
- tips_msg02:'Chart name cannot be empty',
- tips_msg03:'Chart category cannot be empty',
- tips_msg04:'Please set up the trading profit configuration first.',
- tips_msg05:'Indicator not selected yet',
- tips_msg06:'Please add a date.',
- };
-
- /* 中文 */
- export const CommodityPriceChartZh = {
- add_price_line_btn:'添加价格曲线',
- add_price_profit_btn:'添加利润曲线',
- select_spot_price:'选择现货价格指标',
- plate_profit_set:'盘面利润设置',
- select_future:'选择期货',
- please_select_future:'请选择期货',
- chart_name:'图表名称',
- chart_classify:'图表分类',
- please_select_classify:'请选择所属分类',
- add_date:'添加日期',
- add_method:'添加方式',
- latest_date:'最新日期',
- n_day_before:'N天前',
- fix_date:'固定日期',
- day_num:'天数',
- day_num_placeholder:'请输入数字',
- select_date:'选择日期',
- add_params_btn:'添加更多参数',
- formula_label:'计算公式',
- formula_label_placeholder:'请输入公式',
- formula_exp:'公式示例',
- fun_support:'函数支持',
- plate_profit_name:'盘面利润',
- tips_msg01:'暂未选择期货',
- tips_msg02:'图表名称不能为空',
- tips_msg03:'图表分类不能为空',
- tips_msg04:'请先设置盘面利润配置',
- tips_msg05:'暂未选择指标',
- tips_msg06:'请添加日期',
- };
-
- /**
- * $t('ToolBox.CommodityPriceChart.XXX')
- */
|