mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
Merge pull request #13957 from dataease/pr@dev-v2@chart-en-capital-letters-i18n
国际化,统一英文首字母为大写
This commit is contained in:
@@ -49,18 +49,18 @@ export default {
|
||||
yes: 'Yes',
|
||||
no: 'No',
|
||||
every: 'Every',
|
||||
minute: 'minute',
|
||||
second: 'second',
|
||||
hour: 'hour',
|
||||
day: 'day',
|
||||
every_exec: 'execute once',
|
||||
cron_exp: 'cron expression',
|
||||
copy_success: 'copy successful',
|
||||
copy_unsupported: 'your browser does not support copying',
|
||||
filter: 'filter',
|
||||
filter_condition: 'filter condition',
|
||||
no_auth_tips: 'missing menu permissions, please contact the administrator',
|
||||
no_menu_tips: 'resource not found 401 error'
|
||||
minute: 'Minute',
|
||||
second: 'Second',
|
||||
hour: 'Hour',
|
||||
day: 'Day',
|
||||
every_exec: 'Execute once',
|
||||
cron_exp: 'Cron expression',
|
||||
copy_success: 'Copy successful',
|
||||
copy_unsupported: 'Your browser does not support copying',
|
||||
filter: 'Filter',
|
||||
filter_condition: 'Filter condition',
|
||||
no_auth_tips: 'Missing menu permissions, please contact the administrator',
|
||||
no_menu_tips: 'Resource not found 401 error'
|
||||
},
|
||||
toolbox: {
|
||||
name: 'Toolbox',
|
||||
@@ -282,8 +282,8 @@ export default {
|
||||
please_enter_hostname: 'Please enter the host name',
|
||||
port: 'Port',
|
||||
password: 'Password',
|
||||
enter_ssh_key: 'Please enter the ssh key',
|
||||
ssh_key_password: 'ssh key password',
|
||||
enter_ssh_key: 'Please enter the SSH key',
|
||||
ssh_key_password: 'SSH key password',
|
||||
update_now: 'Update now',
|
||||
update_once: 'Update once',
|
||||
edit_parameters: 'Edit parameter',
|
||||
@@ -325,33 +325,33 @@ export default {
|
||||
firstOfYear: 'Beginning of the year',
|
||||
custom: 'Custom',
|
||||
date: 'Day',
|
||||
week: 'week',
|
||||
month: 'month',
|
||||
year: 'year',
|
||||
before: 'before',
|
||||
after: 'after',
|
||||
preview: 'preview',
|
||||
set: 'set',
|
||||
cweek: 'this week',
|
||||
lweek: 'last week',
|
||||
cmonth: 'this month',
|
||||
cquarter: 'this quarter',
|
||||
lquarter: 'last quarter',
|
||||
cyear: 'this year'
|
||||
week: 'Week',
|
||||
month: 'Month',
|
||||
year: 'Year',
|
||||
before: 'Before',
|
||||
after: 'After',
|
||||
preview: 'Preview',
|
||||
set: 'Set',
|
||||
cweek: 'This week',
|
||||
lweek: 'Last week',
|
||||
cmonth: 'This month',
|
||||
cquarter: 'This quarter',
|
||||
lquarter: 'Last quarter',
|
||||
cyear: 'This year'
|
||||
},
|
||||
dynamic_year: {
|
||||
fix: 'fixed year',
|
||||
dynamic: 'dynamic year',
|
||||
current: 'this year',
|
||||
last: 'last year'
|
||||
fix: 'Fixed year',
|
||||
dynamic: 'Dynamic year',
|
||||
current: 'This year',
|
||||
last: 'Last year'
|
||||
},
|
||||
dynamic_month: {
|
||||
fix: 'fixed year and month',
|
||||
dynamic: 'dynamic year and month',
|
||||
current: 'this month',
|
||||
last: 'last month',
|
||||
firstOfYear: 'first month of the current year',
|
||||
sameMonthLastYear: 'same month last year'
|
||||
fix: 'Fixed year and month',
|
||||
dynamic: 'Dynamic year and month',
|
||||
current: 'This month',
|
||||
last: 'Last month',
|
||||
firstOfYear: 'First month of the current year',
|
||||
sameMonthLastYear: 'Same month last year'
|
||||
},
|
||||
data_export: {
|
||||
export_center: 'Data Export Center',
|
||||
@@ -525,7 +525,7 @@ export default {
|
||||
authentication_settings: 'Authentication settings',
|
||||
be_turned_on: 'After the test connection is valid, it can be turned on',
|
||||
platform_information_first: 'Please save the platform information first',
|
||||
for_example: "such as: {'{'}'account':'uid','name':'cn','email':'mail'{'}'}",
|
||||
for_example: "Such as: {'{'}'account':'uid','name':'cn','email':'mail'{'}'}",
|
||||
in_json_format: 'Please enter json format',
|
||||
ldap_settings: 'LDAP settings',
|
||||
ldap_address: 'LDAP address',
|
||||
@@ -879,19 +879,19 @@ export default {
|
||||
create: 'Create a new Datasource',
|
||||
config: 'Datasource configuration',
|
||||
table: 'Datasource table',
|
||||
table_name: 'table name',
|
||||
remark: 'remark',
|
||||
column_name: 'field name',
|
||||
field_type: 'field type',
|
||||
field_description: 'field remark',
|
||||
dl: 'data lake',
|
||||
other: 'other',
|
||||
local_file: 'local file',
|
||||
select_ds_type: 'select Datasource type',
|
||||
select_ds: 'select Datasource',
|
||||
ds_info: 'enter Datasource information',
|
||||
sync_info: 'data synchronization settings',
|
||||
input_name: 'please enter a name',
|
||||
table_name: 'Table name',
|
||||
remark: 'Remark',
|
||||
column_name: 'Field name',
|
||||
field_type: 'Field type',
|
||||
field_description: 'Field remark',
|
||||
dl: 'Data lake',
|
||||
other: 'Other',
|
||||
local_file: 'Local file',
|
||||
select_ds_type: 'Select Datasource type',
|
||||
select_ds: 'Select Datasource',
|
||||
ds_info: 'Enter Datasource information',
|
||||
sync_info: 'Data synchronization settings',
|
||||
input_name: 'Please enter a name',
|
||||
input_limit_2_25: '{0}-{1} characters',
|
||||
input_limit_2_50: '2-50 characters',
|
||||
input_limit_2_64: '2-64 characters',
|
||||
@@ -997,8 +997,8 @@ export default {
|
||||
headers: 'Request headers',
|
||||
query_param: 'QUERY parameters',
|
||||
query_info: 'Follow in the address bar? The following parameters, such as: updateapi?id=112',
|
||||
key: 'key',
|
||||
value: 'value',
|
||||
key: 'Key',
|
||||
value: 'Value',
|
||||
data_path: 'Extract data',
|
||||
data_path_desc: 'Please use JsonPath to fill in the data path',
|
||||
body_form_data: 'form-data',
|
||||
@@ -1075,25 +1075,25 @@ export default {
|
||||
has_same_ds: 'There is a Datasource with the same configuration, confirm to save? '
|
||||
},
|
||||
chart: {
|
||||
align: 'alignment',
|
||||
reset: 'reset',
|
||||
chart_refresh_tips: 'chart refresh settings take precedence over dashboard refresh settings',
|
||||
'1-trend': 'trend',
|
||||
'2-state': 'state',
|
||||
'3-rank': 'rank',
|
||||
'4-location': 'location',
|
||||
'5-weather': 'weather',
|
||||
align: 'Alignment',
|
||||
reset: 'Reset',
|
||||
chart_refresh_tips: 'Chart refresh settings take precedence over dashboard refresh settings',
|
||||
'1-trend': 'Trend',
|
||||
'2-state': 'State',
|
||||
'3-rank': 'Rank',
|
||||
'4-location': 'Location',
|
||||
'5-weather': 'Weather',
|
||||
chinese: 'Chinese',
|
||||
mark_field: 'field',
|
||||
mark_value: 'value',
|
||||
function_style: 'functional style',
|
||||
condition_style: 'marker style',
|
||||
longitude: 'longitude',
|
||||
latitude: 'latitude',
|
||||
longitude_and_latitude: 'longitude and latitude',
|
||||
gradient: 'gradient',
|
||||
layer_controller: 'indicator switch',
|
||||
show_zoom: 'show zoom button',
|
||||
mark_field: 'Field',
|
||||
mark_value: 'Value',
|
||||
function_style: 'Functional style',
|
||||
condition_style: 'Marker style',
|
||||
longitude: 'Longitude',
|
||||
latitude: 'Latitude',
|
||||
longitude_and_latitude: 'Longitude and latitude',
|
||||
gradient: 'Gradient',
|
||||
layer_controller: 'Indicator switch',
|
||||
show_zoom: 'Show zoom button',
|
||||
button_color: 'Button color',
|
||||
button_background_color: 'Button background color',
|
||||
chart_background: 'Component background',
|
||||
@@ -1200,45 +1200,45 @@ export default {
|
||||
line_type: 'Line type',
|
||||
line_symbol: 'Bend point',
|
||||
line_symbol_size: 'Point size',
|
||||
line_type_solid: 'solid line',
|
||||
line_type_dashed: 'dashed line',
|
||||
line_symbol_circle: 'circle',
|
||||
line_symbol_emptyCircle: 'hollow circle',
|
||||
line_symbol_rect: 'rectangle',
|
||||
line_symbol_roundRect: 'rounded rectangle',
|
||||
line_symbol_triangle: 'triangle',
|
||||
line_symbol_diamond: 'diamond',
|
||||
line_symbol_pin: 'nail',
|
||||
line_symbol_arrow: 'arrow',
|
||||
line_symbol_none: 'none',
|
||||
line_area: 'area',
|
||||
pie_inner_radius: 'inner diameter',
|
||||
pie_outer_radius: 'outer diameter',
|
||||
funnel_width: 'width',
|
||||
line_smooth: 'smooth line',
|
||||
line_type_solid: 'Solid line',
|
||||
line_type_dashed: 'Dashed line',
|
||||
line_symbol_circle: 'Circle',
|
||||
line_symbol_emptyCircle: 'Hollow circle',
|
||||
line_symbol_rect: 'Rectangle',
|
||||
line_symbol_roundRect: 'Rounded rectangle',
|
||||
line_symbol_triangle: 'Triangle',
|
||||
line_symbol_diamond: 'Diamond',
|
||||
line_symbol_pin: 'Nail',
|
||||
line_symbol_arrow: 'Arrow',
|
||||
line_symbol_none: 'None',
|
||||
line_area: 'Area',
|
||||
pie_inner_radius: 'Inner diameter',
|
||||
pie_outer_radius: 'Outer diameter',
|
||||
funnel_width: 'Width',
|
||||
line_smooth: 'Smooth line',
|
||||
title_style: 'Title style',
|
||||
text_fontsize: 'font size',
|
||||
text_color: 'font color',
|
||||
text_h_position: 'horizontal position',
|
||||
text_v_position: 'vertical position',
|
||||
text_position: 'position',
|
||||
text_pos_left: 'left',
|
||||
text_pos_center: 'center',
|
||||
text_pos_right: 'right',
|
||||
text_pos_top: 'top',
|
||||
text_pos_bottom: 'bottom',
|
||||
text_italic: 'font italic',
|
||||
italic: 'italic',
|
||||
orient: 'direction',
|
||||
horizontal: 'horizontal',
|
||||
vertical: 'vertical',
|
||||
legend: 'legend',
|
||||
legend_num: 'legend number',
|
||||
shape: 'shape',
|
||||
polygon: 'polygon',
|
||||
circle: 'circle',
|
||||
label: 'label',
|
||||
label_position: 'label position',
|
||||
text_fontsize: 'Font size',
|
||||
text_color: 'Font color',
|
||||
text_h_position: 'Horizontal position',
|
||||
text_v_position: 'Vertical position',
|
||||
text_position: 'Position',
|
||||
text_pos_left: 'Left',
|
||||
text_pos_center: 'Center',
|
||||
text_pos_right: 'Right',
|
||||
text_pos_top: 'Top',
|
||||
text_pos_bottom: 'Bottom',
|
||||
text_italic: 'Font italic',
|
||||
italic: 'Italic',
|
||||
orient: 'Direction',
|
||||
horizontal: 'Horizontal',
|
||||
vertical: 'Vertical',
|
||||
legend: 'Legend',
|
||||
legend_num: 'Legend number',
|
||||
shape: 'Shape',
|
||||
polygon: 'Polygon',
|
||||
circle: 'Circle',
|
||||
label: 'Label',
|
||||
label_position: 'Label position',
|
||||
label_bg: 'Label background',
|
||||
label_shadow: 'Label shadow',
|
||||
label_shadow_color: 'Shadow color',
|
||||
@@ -1309,23 +1309,23 @@ export default {
|
||||
table_summary_label: 'Total label',
|
||||
table_header_show_horizon_border: 'Header horizontal border',
|
||||
table_header_show_vertical_border: 'Header vertical border',
|
||||
table_cell_show_horizon_border: 'horizontal cell border',
|
||||
table_cell_show_vertical_border: 'vertical cell border',
|
||||
table_cell_show_horizon_border: 'Horizontal cell border',
|
||||
table_cell_show_vertical_border: 'Vertical cell border',
|
||||
table_col_freeze_tip: 'First n col',
|
||||
table_row_freeze_tip: 'First n row',
|
||||
table_freeze: 'freeze',
|
||||
stripe: 'zebra stripe',
|
||||
start_angle: 'starting angle',
|
||||
end_angle: 'ending angle',
|
||||
style_priority: 'style priority',
|
||||
dashboard: 'dashboard',
|
||||
dimension_color: 'name color',
|
||||
quota_color: 'value color',
|
||||
dimension_font_size: 'name font size',
|
||||
quota_font_size: 'value font size',
|
||||
space_split: 'name/value interval',
|
||||
only_one_quota: 'only supports 1 indicator',
|
||||
only_one_result: 'only show the first calculation result',
|
||||
table_freeze: 'Freeze',
|
||||
stripe: 'Zebra stripe',
|
||||
start_angle: 'Starting angle',
|
||||
end_angle: 'Ending angle',
|
||||
style_priority: 'Style priority',
|
||||
dashboard: 'Dashboard',
|
||||
dimension_color: 'Name color',
|
||||
quota_color: 'Value color',
|
||||
dimension_font_size: 'Name font size',
|
||||
quota_font_size: 'Value font size',
|
||||
space_split: 'Name/value interval',
|
||||
only_one_quota: 'Only supports 1 indicator',
|
||||
only_one_result: 'Only show the first calculation result',
|
||||
dimension_show: 'Name display',
|
||||
quota_show: 'Value display',
|
||||
title_limit: 'Title cannot be greater than 50 characters',
|
||||
@@ -1373,7 +1373,7 @@ export default {
|
||||
chart_show_error: 'Cannot display normally',
|
||||
chart_error_tips:
|
||||
'Abnormal data acquisition, if you have any questions, please contact the administrator, ',
|
||||
chart_show_error_info: 'click to show error info',
|
||||
chart_show_error_info: 'Click to show error info',
|
||||
title_cannot_empty: 'Title cannot be empty',
|
||||
table_title_height: 'Header row height',
|
||||
table_item_height: 'Table row height',
|
||||
@@ -1420,39 +1420,39 @@ export default {
|
||||
color_fresh: 'Fresh',
|
||||
color_energy: 'Energy',
|
||||
color_red: 'Fiery red',
|
||||
color_fast: 'fast',
|
||||
color_spiritual: 'spiritual',
|
||||
chart_details: 'chart details',
|
||||
export: 'export',
|
||||
details: 'details',
|
||||
image: 'image',
|
||||
export_details: 'export details',
|
||||
chart_data: 'data',
|
||||
chart_style: 'style',
|
||||
drag_block_type_axis: 'category axis',
|
||||
drag_block_type_axis_left: 'left subcategory',
|
||||
drag_block_type_axis_right: 'right subcategory',
|
||||
drag_block_type_axis_start: 'source',
|
||||
drag_block_type_axis_end: 'destination',
|
||||
drag_block_value_axis: 'value axis',
|
||||
drag_block_value_start: 'start value',
|
||||
drag_block_value_end: 'end value',
|
||||
drag_block_value_axis_left: 'left value axis',
|
||||
drag_block_value_axis_right: 'right value axis',
|
||||
drag_block_table_data_column: 'data column',
|
||||
drag_block_pie_angle: 'sector angle',
|
||||
drag_block_pie_label: 'sector label',
|
||||
drag_block_pie_radius: 'sector radius',
|
||||
drag_block_gauge_angel: 'pointer angle',
|
||||
drag_block_label_value: 'value',
|
||||
drag_block_funnel_width: 'funnel layer width',
|
||||
drag_block_funnel_split: 'funnel layer',
|
||||
drag_block_radar_length: 'branch length',
|
||||
drag_block_radar_label: 'branch label',
|
||||
map_range: 'map range',
|
||||
color_fast: 'Fast',
|
||||
color_spiritual: 'Spiritual',
|
||||
chart_details: 'Chart details',
|
||||
export: 'Export',
|
||||
details: 'Details',
|
||||
image: 'Image',
|
||||
export_details: 'Export details',
|
||||
chart_data: 'Data',
|
||||
chart_style: 'Style',
|
||||
drag_block_type_axis: 'Category axis',
|
||||
drag_block_type_axis_left: 'Left subcategory',
|
||||
drag_block_type_axis_right: 'Right subcategory',
|
||||
drag_block_type_axis_start: 'Source',
|
||||
drag_block_type_axis_end: 'Destination',
|
||||
drag_block_value_axis: 'Value axis',
|
||||
drag_block_value_start: 'Start value',
|
||||
drag_block_value_end: 'End value',
|
||||
drag_block_value_axis_left: 'Left value axis',
|
||||
drag_block_value_axis_right: 'Right value axis',
|
||||
drag_block_table_data_column: 'Data column',
|
||||
drag_block_pie_angle: 'Sector angle',
|
||||
drag_block_pie_label: 'Sector label',
|
||||
drag_block_pie_radius: 'Sector radius',
|
||||
drag_block_gauge_angel: 'Pointer angle',
|
||||
drag_block_label_value: 'Value',
|
||||
drag_block_funnel_width: 'Funnel layer width',
|
||||
drag_block_funnel_split: 'Funnel layer',
|
||||
drag_block_radar_length: 'Branch length',
|
||||
drag_block_radar_label: 'Branch label',
|
||||
map_range: 'Map range',
|
||||
select_map_range: 'Please select the map range',
|
||||
area: 'region',
|
||||
stack_item: 'stack item',
|
||||
area: 'Region',
|
||||
stack_item: 'Stack item',
|
||||
placeholder_field: 'Drag the field here',
|
||||
axis_label_rotate: 'Label angle',
|
||||
chart_scatter_bubble: 'Bubble chart',
|
||||
@@ -1670,25 +1670,25 @@ export default {
|
||||
remark_edit: 'Edit remark',
|
||||
remark_bg_color: 'Background fill',
|
||||
quota_font_family: 'Value font',
|
||||
quota_text_style: 'value style',
|
||||
quota_letter_space: 'value letter spacing',
|
||||
dimension_font_family: 'name font',
|
||||
dimension_text_style: 'name style',
|
||||
dimension_letter_space: 'name letter spacing',
|
||||
name_value_spacing: 'name/value spacing',
|
||||
font_family: 'font',
|
||||
letter_space: 'letter spacing',
|
||||
font_shadow: 'font shadow',
|
||||
quota_text_style: 'Value style',
|
||||
quota_letter_space: 'Value letter spacing',
|
||||
dimension_font_family: 'Name font',
|
||||
dimension_text_style: 'Name style',
|
||||
dimension_letter_space: 'Name letter spacing',
|
||||
name_value_spacing: 'Name/value spacing',
|
||||
font_family: 'Font',
|
||||
letter_space: 'Letter spacing',
|
||||
font_shadow: 'Font shadow',
|
||||
chart_area: 'Area chart',
|
||||
fix: 'fixed value',
|
||||
dynamic: 'dynamic value',
|
||||
gauge_size_field_delete: 'field in dynamic value has changed, please re-edit',
|
||||
chart_group: 'subcategory',
|
||||
fix: 'Fixed value',
|
||||
dynamic: 'Dynamic value',
|
||||
gauge_size_field_delete: 'Field in dynamic value has changed, please re-edit',
|
||||
chart_group: 'Subcategory',
|
||||
chart_bar_group: 'Grouped bar chart',
|
||||
chart_bar_group_stack: 'Grouped stacked bar chart',
|
||||
field_dynamic: 'dynamic value',
|
||||
aggregation: 'aggregation method',
|
||||
filter_between: 'between',
|
||||
field_dynamic: 'Dynamic value',
|
||||
aggregation: 'Aggregation method',
|
||||
filter_between: 'Between',
|
||||
field_not_empty: 'Field cannot be empty',
|
||||
summary_not_empty: 'Aggregation method cannot be empty',
|
||||
reserve_zero: 'Round',
|
||||
@@ -1730,10 +1730,10 @@ Line (area) chart, column (bar) chart, dashboard: {a} (series name), {b} (catego
|
||||
Pie chart, funnel chart: {a} (series name), {b} (data item name), {c} (value), {d} (percentage) <br>
|
||||
Map: {a} (series name), {b} (area name), {c} (combined value), {d} (none) <br>
|
||||
Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value array), {d} (none)`,
|
||||
h_position: 'horizontal position',
|
||||
v_position: 'vertical position',
|
||||
p_left: 'left alignment',
|
||||
p_right: 'right alignment',
|
||||
h_position: 'Horizontal position',
|
||||
v_position: 'Vertical position',
|
||||
p_left: 'Left alignment',
|
||||
p_right: 'Right alignment',
|
||||
p_top: 'Top alignment',
|
||||
p_bottom: 'Bottom alignment',
|
||||
p_center: 'Center',
|
||||
@@ -1832,29 +1832,29 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
gauge_axis_label: 'Display scale',
|
||||
gauge_percentage_tick: 'Percentage scale',
|
||||
add_style: 'Add style',
|
||||
map_symbol_marker: 'marker',
|
||||
map_symbol_pentagon: 'pentagon',
|
||||
map_symbol_hexagon: 'hexagon',
|
||||
map_symbol_octagon: 'octagon',
|
||||
map_symbol_hexagram: 'diamond',
|
||||
tip: 'tip',
|
||||
hide: 'hide',
|
||||
show_label: 'show label',
|
||||
security_code: 'security key',
|
||||
auto_fit: 'adaptive zoom',
|
||||
zoom_level: 'zoom level',
|
||||
central_point: 'center point',
|
||||
full_display: 'full display',
|
||||
show_hover_style: 'show mouse hover style',
|
||||
merge_cells: 'merge cells',
|
||||
length_limit: 'length limit',
|
||||
radar_point: 'enable auxiliary points',
|
||||
radar_point_size: 'size',
|
||||
radar_area_color: 'enable area',
|
||||
table_freeze_tip: 'after merging cells, column and row freezing is not supported',
|
||||
map_symbol_marker: 'Marker',
|
||||
map_symbol_pentagon: 'Pentagon',
|
||||
map_symbol_hexagon: 'Hexagon',
|
||||
map_symbol_octagon: 'Octagon',
|
||||
map_symbol_hexagram: 'Diamond',
|
||||
tip: 'Tip',
|
||||
hide: 'Hide',
|
||||
show_label: 'Show label',
|
||||
security_code: 'Security key',
|
||||
auto_fit: 'Adaptive zoom',
|
||||
zoom_level: 'Zoom level',
|
||||
central_point: 'Center point',
|
||||
full_display: 'Full display',
|
||||
show_hover_style: 'Show mouse hover style',
|
||||
merge_cells: 'Merge cells',
|
||||
length_limit: 'Length limit',
|
||||
radar_point: 'Enable auxiliary points',
|
||||
radar_point_size: 'Size',
|
||||
radar_area_color: 'Enable area',
|
||||
table_freeze_tip: 'After merging cells, column and row freezing is not supported',
|
||||
merge_cells_tips:
|
||||
'after merging cells, freezing rows and columns and automatic line wrapping will become invalid',
|
||||
merge_cells_break_line_tip: 'after merging cells, automatic line wrapping is not supported',
|
||||
'After merging cells, freezing rows and columns and automatic line wrapping will become invalid',
|
||||
merge_cells_break_line_tip: 'After merging cells, automatic line wrapping is not supported',
|
||||
font_family_ya_hei: 'Microsoft YaHei',
|
||||
font_family_song_ti: 'SimSun',
|
||||
font_family_kai_ti: 'KaiTi',
|
||||
@@ -1913,9 +1913,9 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
y_axis_constant_line: 'Y-axis Constant Line'
|
||||
},
|
||||
dataset: {
|
||||
scope_edit: 'only effective when editing',
|
||||
scope_all: 'globally effective when previewing datasets',
|
||||
spend_time: 'time spent',
|
||||
scope_edit: 'Only effective when editing',
|
||||
scope_all: 'Globally effective when previewing datasets',
|
||||
spend_time: 'Time spent',
|
||||
sql: 'SQL statement',
|
||||
sql_result: 'Running result',
|
||||
parse_filed: 'Parsing field',
|
||||
@@ -1934,17 +1934,17 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
time_all: 'Date-year-month-day-hour-minute-second',
|
||||
dataset_sync: '(Data synchronization in progress...)',
|
||||
sheet_warn: 'There are multiple Sheet pages, the first one is extracted by default',
|
||||
datalist: 'dataset',
|
||||
name: 'dataset name',
|
||||
add_group: 'add group',
|
||||
add_scene: 'add scene',
|
||||
group: 'group',
|
||||
scene: 'scene',
|
||||
delete: 'delete',
|
||||
move_to: 'move to',
|
||||
rename: 'rename',
|
||||
tips: 'tips',
|
||||
confirm_delete: 'confirm deletion',
|
||||
datalist: 'Dataset',
|
||||
name: 'Dataset name',
|
||||
add_group: 'Add group',
|
||||
add_scene: 'Add scene',
|
||||
group: 'Group',
|
||||
scene: 'Scene',
|
||||
delete: 'Delete',
|
||||
move_to: 'Move to',
|
||||
rename: 'Rename',
|
||||
tips: 'Tips',
|
||||
confirm_delete: 'Confirm deletion',
|
||||
confirm_delete_msg:
|
||||
'Dataset deletion will affect the custom datasets, associated datasets, and dashboards related to it. Confirm deletion? ',
|
||||
delete_success: 'Delete successfully',
|
||||
@@ -2325,11 +2325,11 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
day_limit: 'Days cannot be less than 1 and greater than 31'
|
||||
},
|
||||
commons: {
|
||||
language: 'language',
|
||||
language: 'Language',
|
||||
help_center: 'Help Center',
|
||||
assistant: 'Assistant',
|
||||
test_connect: 'Test connection',
|
||||
consanguinity: 'blood relationship',
|
||||
consanguinity: 'Blood relationship',
|
||||
collapse_navigation: 'Collapse navigation',
|
||||
operate_cancelled: 'Operation canceled',
|
||||
bind: 'Bind',
|
||||
@@ -2443,20 +2443,20 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
input_content: 'Please enter content',
|
||||
create: 'Create',
|
||||
edit: 'Edit',
|
||||
copy: 'copy',
|
||||
refresh: 'refresh',
|
||||
remark: 'remark',
|
||||
delete: 'delete',
|
||||
reduction: 'restore',
|
||||
not_filled: 'not filled',
|
||||
please_select: 'please select',
|
||||
search_by_name: 'search by name',
|
||||
personal_information: 'personal information',
|
||||
exit_system: 'exit system',
|
||||
verification: 'verification',
|
||||
title: 'title',
|
||||
custom: 'custom',
|
||||
select_date: 'select date',
|
||||
copy: 'Copy',
|
||||
refresh: 'Refresh',
|
||||
remark: 'Remark',
|
||||
delete: 'Delete',
|
||||
reduction: 'Restore',
|
||||
not_filled: 'Not filled',
|
||||
please_select: 'Please select',
|
||||
search_by_name: 'Search by name',
|
||||
personal_information: 'Personal information',
|
||||
exit_system: 'Exit system',
|
||||
verification: 'Verification',
|
||||
title: 'Title',
|
||||
custom: 'Custom',
|
||||
select_date: 'Select date',
|
||||
months_1: 'January',
|
||||
months_2: 'February',
|
||||
months_3: 'March',
|
||||
@@ -2523,56 +2523,56 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
one_hour: 'One hour',
|
||||
one_day: 'One day',
|
||||
one_week: 'One week',
|
||||
one_month: 'one month',
|
||||
permanent: 'permanent',
|
||||
one_year: 'one year',
|
||||
six_months: 'half a year',
|
||||
three_months: 'three months',
|
||||
of_range_1_59: 'minutes out of range [1-59]',
|
||||
of_range_1_23: 'hours out of range [1-23]'
|
||||
one_month: 'One month',
|
||||
permanent: 'Permanent',
|
||||
one_year: 'One year',
|
||||
six_months: 'Half a year',
|
||||
three_months: 'Three months',
|
||||
of_range_1_59: 'Minutes out of range [1-59]',
|
||||
of_range_1_23: 'Hours out of range [1-23]'
|
||||
},
|
||||
adv_search: {
|
||||
title: 'Advanced search',
|
||||
combine: 'combined query',
|
||||
test: 'belonging test',
|
||||
project: 'belonging project',
|
||||
search: 'query',
|
||||
reset: 'reset',
|
||||
and: 'all',
|
||||
or: 'any one',
|
||||
combine: 'Combined query',
|
||||
test: 'Belonging test',
|
||||
project: 'Belonging project',
|
||||
search: 'Query',
|
||||
reset: 'Reset',
|
||||
and: 'All',
|
||||
or: 'Any one',
|
||||
operators: {
|
||||
is_empty: 'empty',
|
||||
is_not_empty: 'not empty',
|
||||
like: 'contains',
|
||||
not_like: 'does not contain',
|
||||
in: 'belongs to',
|
||||
not_in: 'does not belong to',
|
||||
gt: 'greater than',
|
||||
ge: 'greater than or equal to',
|
||||
lt: 'less than',
|
||||
le: 'less than or equal to',
|
||||
equals: 'equals',
|
||||
not_equals: 'not equal to',
|
||||
between: 'between',
|
||||
current_user: 'is the current user'
|
||||
is_empty: 'Empty',
|
||||
is_not_empty: 'Not empty',
|
||||
like: 'Contains',
|
||||
not_like: 'Does not contain',
|
||||
in: 'Belongs to',
|
||||
not_in: 'Does not belong to',
|
||||
gt: 'Greater than',
|
||||
ge: 'Greater than or equal to',
|
||||
lt: 'Less than',
|
||||
le: 'Less than or equal to',
|
||||
equals: 'Equals',
|
||||
not_equals: 'Not equal to',
|
||||
between: 'Between',
|
||||
current_user: 'Is the current user'
|
||||
},
|
||||
message_box: {
|
||||
alert: 'warning',
|
||||
confirm: 'confirm'
|
||||
alert: 'Warning',
|
||||
confirm: 'Confirm'
|
||||
}
|
||||
},
|
||||
monitor: 'monitor',
|
||||
image: 'image',
|
||||
tag: 'tag',
|
||||
monitor: 'Monitor',
|
||||
image: 'Image',
|
||||
tag: 'Tag',
|
||||
module: {
|
||||
select_module: 'select module',
|
||||
default_module: 'default module'
|
||||
select_module: 'Select module',
|
||||
default_module: 'Default module'
|
||||
},
|
||||
datasource: 'Datasource',
|
||||
char_can_not_more_50: 'cannot exceed 50 characters',
|
||||
char_can_not_more_50: 'Cannot exceed 50 characters',
|
||||
char_2_64: '2-64 characters',
|
||||
char_1_64: '1-64 characters',
|
||||
share_success: 'share successfully',
|
||||
share_success: 'Share successfully',
|
||||
input_id: 'Please enter ID',
|
||||
input_pwd: 'Please enter password',
|
||||
message_box: {
|
||||
@@ -3369,7 +3369,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
keywords: 'Search keywords',
|
||||
catalog_name: 'Category name',
|
||||
search_result: 'Search results',
|
||||
search_result_unit: 'pcs',
|
||||
search_result_unit: 'Pcs',
|
||||
selected_count: '{0} items selected',
|
||||
select_all_count: 'All {0} items selected',
|
||||
add_catalog: 'Add category',
|
||||
@@ -3982,7 +3982,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
please_select: 'Please select',
|
||||
component: 'Component',
|
||||
component_setting: 'Component setting',
|
||||
hint: 'hint word',
|
||||
hint: 'Hint word',
|
||||
input_limit_50: 'No more than 50 characters',
|
||||
input_limit_max: 'No more than {0} characters',
|
||||
input_limit_min: 'No less than {0} characters',
|
||||
@@ -4234,7 +4234,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
pie: 'Pie chart',
|
||||
sorry:
|
||||
"Sorry, I can't answer this question based on the known information.Please rephrase your question or provide more information~",
|
||||
hello1: "Hello, I'm Copilot,I 'm happy to serve you~",
|
||||
hello1: "Hello, I'm Copilot,I'm happy to serve you~",
|
||||
answer: 'Answering',
|
||||
example: 'You can ask me: Pie chart of sales share of each sales department in 2020',
|
||||
switch_chart: 'Switch chart type',
|
||||
|
||||
Reference in New Issue
Block a user