feat(frontend):i8n fix;top-bar 右上角个人信息 i18n样式优化

This commit is contained in:
junjie
2021-05-17 17:23:29 +08:00
parent e98f95604e
commit 83fa095052
9 changed files with 67 additions and 32 deletions

View File

@@ -525,8 +525,8 @@ export default {
title: 'Title',
show: 'Show',
chart_type: 'Chart Type',
shape_attr: 'Chart properties',
module_style: 'Component Style',
shape_attr: 'Attribute',
module_style: 'Style',
result_filter: 'Results Filter',
x_axis: 'Horizontal axis',
y_axis: 'Longitudinal axis',
@@ -645,7 +645,20 @@ export default {
table_header_bg: 'Header Background',
table_item_bg: 'Table Background',
table_item_font_color: 'Font Color',
stripe: 'Zebra pattern'
stripe: 'Zebra pattern',
start_angle: 'Start Angle',
end_angle: 'End Angle',
style_priority: 'Style Priority',
dashboard: 'Dashboard',
dimension_color: 'Dimension Color',
quota_color: 'Quota Color',
dimension_font_size: 'Dimension FontSize',
quota_font_size: 'Quota FontSize',
space_split: 'Dimension/Quota Space',
only_one_quota: 'Only support 1 quota',
only_one_result: 'Only show first result',
dimension_show: 'Dimension Show',
quota_show: 'Quota Show'
},
dataset: {
datalist: 'Data Set',
@@ -734,11 +747,11 @@ export default {
create_by: 'Creator',
create_time: 'Create_time',
preview_show: 'Display',
preview_item: '条数据',
preview_total: '',
pls_input_less_9: '请输入9位以内的正整数',
field_edit: '编辑字段',
table_already_add_to: '该表已添加至',
preview_item: 'items data',
preview_total: 'Total',
pls_input_less_9: 'Please input integer less 9',
field_edit: 'Edit Field',
table_already_add_to: 'This table is already add to',
uploading: 'Uploading...',
add_union: 'Add Associations',
union_setting: 'Association Settings',
@@ -755,7 +768,8 @@ export default {
can_not_union_self: 'The associated table cannot be the same as the associated table',
float: 'Decimal',
edit_custom_table: 'Edit self help dataset',
edit_field: 'Edit field'
edit_field: 'Edit Field',
preview_100_data: 'Show 100 lines data'
},
datasource: {
datasource: 'Data Source',