Merge branch 'dev' into pr@dev_memory_component

This commit is contained in:
dataeaseShu
2022-11-22 11:01:21 +08:00
26 changed files with 530 additions and 109 deletions

View File

@@ -1447,7 +1447,11 @@ export default {
total_sort_none: 'None',
total_sort_asc: 'ASC',
total_sort_desc: 'DESC',
total_sort_field: 'Sort Field'
total_sort_field: 'Sort Field',
empty_data_strategy: 'Empty Data Strategy',
break_line: 'Disconnection',
set_zero: 'Set Zero',
ignore_data: 'Ignore Data'
},
dataset: {
spend_time: 'Spend',
@@ -1872,6 +1876,11 @@ export default {
back_parent: 'Back to previous'
},
panel: {
position_adjust: 'Position',
space_top: 'Top',
space_left: 'Left',
space_width: 'Widht',
space_height: 'Height',
to_top: 'To Top',
down: 'Down',
mobile_style_setting: 'Style setting',

View File

@@ -1447,7 +1447,11 @@ export default {
total_sort_none: '無',
total_sort_asc: '升序',
total_sort_desc: '降序',
total_sort_field: '排序字段'
total_sort_field: '排序字段',
empty_data_strategy: '空值處理',
break_line: '線條斷開',
set_zero: '置為0線條不斷開',
ignore_data: '跳過空值,不展示'
},
dataset: {
spend_time: '耗時',
@@ -1872,6 +1876,11 @@ export default {
back_parent: '返回上一級'
},
panel: {
position_adjust: '位置',
space_top: '上',
space_left: '左',
space_width: '寬',
space_height: '高',
to_top: '置頂',
down: '下載',
mobile_style_setting: '樣式設置',

View File

@@ -1446,7 +1446,11 @@ export default {
total_sort_none: '无',
total_sort_asc: '升序',
total_sort_desc: '降序',
total_sort_field: '排序字段'
total_sort_field: '排序字段',
empty_data_strategy: '空值处理',
break_line: '线条断开',
set_zero: '置为0,线条不断开',
ignore_data: '跳过空值,不展示'
},
dataset: {
spend_time: '耗时',
@@ -1872,6 +1876,11 @@ export default {
back_parent: '返回上一级'
},
panel: {
position_adjust: '位置',
space_top: '上',
space_left: '左',
space_width: '宽',
space_height: '高',
to_top: '置顶',
down: '下载',
mobile_style_setting: '样式设置',