@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
139 lines (138 loc) • 4.54 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.dashboard_en = void 0;
exports.dashboard_en = {
variable: {
title: 'Template variable',
type: {
timeinterval: 'Time Interval',
queryvalue: 'Field',
constants: 'Constant',
server: 'Server'
}
},
add: 'add',
more: 'more',
create_chart: 'Create',
search_chart: 'Search',
fullscreen: 'Full-Screen',
fullscreen_exit: 'Exit',
empty: {
default: 'No Data',
text_1: 'Go to',
text_2: 'or',
create: 'Create a chart',
create_search: 'Create from search',
create_metric: 'Create from metric',
import: 'Import charts from dashboards'
},
edit: {
button: 'Edit',
confirm: 'Save',
cancel: 'Cancel',
title: 'Edit dashboard information',
name: 'Name',
name_display: 'No label',
name_placeholder: '',
description: 'Description',
description_placeholder: '',
description_button: 'I Know',
error: 'Name cannot contain ?/%= :;,&#+\\',
chart: {
title: {
title: 'Edit',
name: 'Title',
bar: 'Title Bar',
show: 'Show',
hide: 'Hide'
},
time: {
title: 'Time range',
type: 'Mode',
shift: 'Offset',
date: 'Date selection'
},
content: 'Edit chart ',
download: 'Download',
downloadLog: 'Download Raw',
delete: 'Delete',
share: 'Copy chart Url',
share_success: 'Copy success',
type: 'Switch the chart type',
style: 'Edit the chart format',
description: 'Edit the chart description',
description_placeholder: ' ',
action: 'Edit the chart drill down',
lack_ml_message: 'No machine learning module is deployed. Please contact your administrator',
operation: {
hide: 'Hide the chart operation bar',
show: 'Show the chart operation bar'
}
}
},
theme: 'Switch theme',
setting: {
button: 'Setting',
title: 'Dashboard Settings',
full_screen: {
title: 'FullScreen',
option_bar: 'Toolbar',
option_bar_show: 'Show',
option_bar_hide: 'Hide',
screen_scale: 'Screen ratio',
screen_scale_auto: 'Auto',
screen_scale_custom: 'Custom',
screen_scale_explain: 'Adjust this parameter according to the screen width.'
},
chart: {
title: 'Chart editing',
layout: {
title: 'Scaling',
explain: 'The sacling standard when draging the chart. E.g.The width is changed by 1/48 of the screen width and the height is changed by 30 pixels once you scale the chart.',
width: {
text_1: 'Width:',
text_2: 'of background width'
},
height: {
text_1: 'Height:',
text_2: 'Pixeles'
}
},
margin: {
title: 'Grid gap',
explain: 'Gap between the chart container',
horizontal: 'Horizontal:',
vertical: 'Vertical:',
px: 'Pixeles'
}
}
},
refresh: {
title: 'Refresh',
frequency: 'Refresh Frequency',
times: {
close: 'no',
s5: '5 seconds',
s10: '10 seconds',
s30: '30 seconds',
m1: '1 minute',
m5: '5 minutes',
m15: '15 minutes',
m30: '30 minutes',
h1: '1 hour',
h2: '2 hours',
d1: '1 day'
}
},
export: {
type: {
json: 'Export Configuration',
image: 'Export Image',
pdf: 'Export PDF',
word: 'Export Word'
},
error: 'Failed to export. Please refresh the page and try again. Possible cause: The report text contains link addresses that are subject to cross-domain access restrictions. Check the link or contact the administrator for more help.',
success: 'Successfully export',
node_error: 'Failed to get the export node'
}
};