Merge branch 'dev-2.0' of https://git.mesalab.cn/nezha/nezha-fronted into dev-2.0

This commit is contained in:
zhangyu
2021-05-12 09:47:46 +08:00
14 changed files with 666 additions and 128 deletions

View File

@@ -1364,6 +1364,35 @@ const en = {
seven: 'SUN'
}
},
guide: {
title: 'Get started in 6 steps',
dc: 'Datacenter',
dcTip: 'Data center associated with Prometheus servers contains cabinets and assets; cabinet is a container for assets.',
addDc: 'Add datacenter',
addCabinet: 'Add cabinet',
agent: 'Agent',
agentTip: 'The Prometheus service (agent) is the core of the system, including two types: "Global" and "Per-datacenter". The former collects data and sends out alert messages, while the latter collects data from Endpoint. You must configure both.',
addAgent: 'Add agent',
downloadAgent: 'Download agent',
asset: 'Asset',
assetTip: 'Assets are the main part monitored by the system',
addAsset: 'Add asset',
importAsset: 'Import asset',
webTerminal: 'Web terminal',
monitor: 'Monitor',
monitorTip: 'Help user to monitor components and contents based on project requirement',
addProject: 'Add project',
addModule: 'Add module',
addEndpoint: 'Add endpoint',
importEndpoint: 'Import endpoint',
visualization: 'Visualization',
visualizationTip: 'Panels consist of different sets of customized charts. You can create several panels and switch between them.',
addPanel: 'Add panel',
addChart: 'Add chart',
alert: 'Alert',
alertTip: 'User can create alert rule by configuring expression, threshold, duration, etc.',
addAlertRule: 'Add alert rule'
},
buttons: {
view: 'View',
add: 'Add',