@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
92 lines (91 loc) • 2.44 kB
JavaScript
export var single_en = {
gauge: 'Gauge',
tendency: 'Sparkline',
individuation: 'Personalized characters',
size: 'Width',
metric: 'Indicators',
number_style: {
title: 'Style',
font: 'Font'
},
color: 'Color mode',
open: 'Enable',
position: 'Position',
title: 'Title',
title_placeholder: 'Please Enter Title',
title_show: 'Title position',
title_style: 'Title style',
value_style: 'Value style',
setting: {
front_title: 'Prefix',
queen_title: 'suffix',
placeholder: '',
clear: 'Clear'
},
validate_1: 'Input can not be empty',
validate_2: 'Incorrect input',
invalid_value: 'Invalid Value',
axis_label: 'Tick labels',
displayField: {
nickname: 'Dispaly Name',
trend: 'Compare with zero',
unit: 'Numerical unit',
field_placeholder: ' ',
font_size: 'Font size',
right: 'Right',
bottom: 'Bottom'
},
radius_ratio: 'Radius ratio',
radius_ratio_expalin: 'The proportion of the canvas, the larger the value, the smaller the radius',
split: {
title: 'Scale division',
split_line: {
number: 'Number of divisions',
length: 'Dividing line length',
width: 'Dividing line width',
show: 'Show the dividing line'
},
axis_tick: {
length: 'Axis tick length',
width: 'Axis tick width',
show: 'Display axis scale'
}
},
gaugeMin: 'min',
gaugeMax: 'max',
targetValue: 'Target',
split_number: {
label: 'Split Number',
explain: 'The maximum number of Split is 10'
},
data: 'Data',
number_unit_title: 'number style',
value: {
color: {
title: 'Color',
value_mode: 'Value',
background_mode: 'Backgound'
},
trend: {
title: 'Trend Chart',
option: {
line: 'Line',
area: 'Area',
bar: 'Bar',
none: 'None'
}
}
},
field_type: {
title: 'Field Type',
number: 'Number',
not_number: 'Not Number'
},
value_show: 'Value Show',
value_mode: {
numberic: 'Numberic',
percentage: 'Percentage'
},
display_field_position: 'Position',
row_field_num: 'Field Num'
};