|
@@ -12,6 +12,9 @@ export default {
|
|
|
//分类弹窗
|
|
|
one_level_menu: 'First-level Directory',
|
|
|
two_level_menu: 'Secondary Directory ',
|
|
|
+
|
|
|
+ /* 加入我的图库弹窗 */
|
|
|
+ add_my_classify: 'Add category'
|
|
|
},
|
|
|
|
|
|
/* 添加编辑图库页面 */
|
|
@@ -37,6 +40,9 @@ export default {
|
|
|
label_day_num: 'Days',
|
|
|
label_date_choose: 'Select date',
|
|
|
|
|
|
+ //图例设置弹窗
|
|
|
+ legend_hint: 'By default, the data year of the latest date of the curve is used as the legend name. If you manually edit it to other formats, it will no longer be automatically updated.',
|
|
|
+
|
|
|
//标示线区弹窗
|
|
|
add_plotline_btn: 'Add Marker Line',
|
|
|
add_plotarea_btn: 'Add Marker Area',
|
|
@@ -52,6 +58,12 @@ export default {
|
|
|
label_text_pos:'Text Position',
|
|
|
label_text_color:'Text Color',
|
|
|
label_text_size:'Text Size',
|
|
|
+ section_line: 'Solid Line',
|
|
|
+ section_dash_long: 'Long Dash Point',
|
|
|
+ section_dash_short: 'Short Dash Point',
|
|
|
+ section_pos_top: 'Top',
|
|
|
+ section_pos_center: 'Center',
|
|
|
+ section_pos_bot: 'Bottom',
|
|
|
|
|
|
//截面散点图区域
|
|
|
label_serie_set:'Series {index} Configuration',
|
|
@@ -67,8 +79,9 @@ export default {
|
|
|
label_x_edb: 'X-axis Indicator',
|
|
|
label_y_edb: 'Y-axis Indicator',
|
|
|
label_edb_num: 'items',
|
|
|
- label_replace_edb: '指标替换',
|
|
|
- label_replace_to:'替换为',
|
|
|
- label_add_moreserie:'More series configurations'
|
|
|
+ label_replace_edb: 'Replace Indicator',
|
|
|
+ label_replace_to:'Replace with',
|
|
|
+ label_add_moreserie:'More series configurations',
|
|
|
+ label_date_unit:'Day'
|
|
|
}
|
|
|
}
|