2021-03-19 18:52:19 +08:00
import enLocale from 'element-ui/lib/locale/lang/en' // 引入element语言包
2019-12-02 16:16:26 +08:00
const en = {
2021-03-19 18:52:19 +08:00
// 命名原则
// 创建使用New
// 表示创建状态用Created, 如创建时间Created Time
// 告警使用Alert, 而不是Alarm
// 账号用Account, username、password等都属于account的一部分
2020-01-21 11:29:38 +08:00
// A user is the person who uses the account, the account is an inanimate object that is merely registered to an e-mail address.
2021-03-19 18:52:19 +08:00
overall : {
2021-05-14 17:51:02 +08:00
uploadCustomPicture : 'Upload custom picture' ,
customPicture : 'Custom picture' ,
endpointTemplate : 'Endpoint template' ,
AddByTemplate : 'Add by template' ,
2021-08-03 09:45:10 +08:00
checkAssetAge : 'Input field too long' ,
2021-05-19 11:21:59 +08:00
exprTemp : 'Expr temp' ,
2021-05-14 17:51:02 +08:00
oneHour : '1 hour' ,
twoHour : '2 hours' ,
sixHour : '6 hours' ,
twelveHour : '12 hours' ,
oneDay : '1 day' ,
twoDay : '2 days' ,
week : '1 week' ,
2021-08-02 19:51:53 +08:00
time : 'Time' ,
2021-05-18 17:34:36 +08:00
folder : 'Folder' ,
2021-05-20 11:39:12 +08:00
key : 'Key' ,
2021-08-02 19:51:53 +08:00
logs : 'Logs' ,
2021-05-20 11:39:12 +08:00
state : 'State' ,
2021-05-24 11:00:48 +08:00
projectName : 'Project name' ,
2021-05-14 17:51:02 +08:00
startTime : 'Start time' ,
endTime : 'End time' ,
metric : 'Metric' ,
locked : 'Locked' ,
unlocked : 'Unlocked' ,
2021-03-19 18:52:19 +08:00
dashboard : 'Dashboards' , // '仪表盘'
2021-05-14 17:51:02 +08:00
project : 'Project' , // '系统'
2021-04-13 10:03:49 +08:00
monitor : 'Monitor' , // 监控
2021-05-14 12:00:25 +08:00
alert : 'Alert' , // "告警"
2021-05-14 17:51:02 +08:00
asset : 'Asset' , // '资产'
config : 'Setting' , // '设置'
2021-04-13 10:00:48 +08:00
administration : 'Administration' ,
configuration : 'configuration' ,
2021-03-19 18:52:19 +08:00
create : 'New' , // '新增'
2021-07-19 11:18:13 +08:00
createLabel : 'New label' ,
2021-03-19 18:52:19 +08:00
edit : 'Edit' , // '编辑'
delete : 'Delete' , // '删除'
2020-01-16 18:11:15 +08:00
view : 'View' ,
2020-03-11 12:27:00 +08:00
type : 'Type' ,
2021-03-19 18:52:19 +08:00
esc : 'Cancel' , // '取消'
cancel : 'Cancel' , // '取消'
save : 'Save' , // '保存'
download : 'Download' , // 下载
preview : 'Preview' , // 预览
search : 'Search' , // '搜索'
add : 'Create' , // "新增"
addProject : 'Add' ,
addAssetList : 'Add' ,
batchEdit : 'Batch Edit' ,
option : 'Operation' , // "操作"
remark : 'Description' ,
clear : 'Clear' , // "清除"
name : 'Name' , // '名称'
version : 'Version' , // 版本
components : 'Components' , // 组件
cover : 'Override' , // '覆盖'
signOut : 'Logout' , // '登出'
select : 'Select' , // '选择'
ok : 'Ok' , // OK
2020-07-06 19:49:04 +08:00
entity : 'Entity' ,
2021-03-19 18:52:19 +08:00
all : 'All' , // '全选'
2020-06-21 17:13:25 +08:00
value : 'Value' ,
2021-03-19 18:52:19 +08:00
other : 'Others' , // "其他"
about : 'About' , // 关于
detail : 'Detail' , // 详情
query : 'Query' , // 查询
2021-08-02 19:51:53 +08:00
logLabels : 'Log labels' ,
2021-04-22 13:46:37 +08:00
account : 'Account' ,
2021-03-19 18:52:19 +08:00
back : 'Back' , // 返回
2020-02-06 18:50:40 +08:00
unavailable : 'Unavailable' ,
2020-02-21 17:14:46 +08:00
available : 'Available' ,
2021-04-27 20:31:54 +08:00
changePin : 'Change password' , // 修改密码
2021-04-30 18:04:32 +08:00
createChart : 'New chart' ,
createProject : 'New project' ,
createEndpoint : 'New endpoint' ,
2021-04-21 16:35:48 +08:00
batchEndpoint : 'Batch modify endpoint' ,
2021-08-04 16:55:11 +08:00
batchAddEndpoint : 'Batch new endpoint' ,
2021-08-05 14:50:29 +08:00
batchAdd : 'Batch add' ,
2021-07-13 10:39:13 +08:00
createAsset : 'New asset' ,
2021-04-30 18:04:32 +08:00
createAlertRule : 'New alert rule' ,
2021-07-19 11:18:13 +08:00
createAlertSilence : 'New alert silence' ,
2021-04-30 18:04:32 +08:00
createUser : 'New user' ,
createRole : 'New role' ,
2021-05-11 11:02:03 +08:00
createPrometheusServer : 'New agent' ,
2021-04-30 18:04:32 +08:00
createDatacenter : 'New Data center' ,
createCabinet : 'New cabinet' ,
createModel : 'New model' ,
createModule : 'New module' ,
createMib : 'New MIB' ,
2021-07-19 11:18:13 +08:00
createdCredentials : 'New credential' ,
2021-04-30 18:04:32 +08:00
createAssetType : 'New asset type' ,
createAssetState : 'New asset state' ,
createTemplate : 'New template' ,
2021-03-19 18:52:19 +08:00
exportExcel : 'Export' ,
importExcel : 'Import' ,
importExcelLower : 'import' ,
exportExcelLower : 'export' ,
rollbackImport : 'Rollback' ,
exportCur : 'Current page' ,
exportAll : 'All' ,
importFile : 'Please upload file' ,
importTip : 'Only allowed xlsx/xls file' ,
importTipImg : 'Only allowed jpg/png file' ,
dragFileTip : 'Drag file here' ,
or : 'or' ,
clickUpload : 'Click to upload' ,
upload : 'upload' ,
template : 'Template' ,
2021-05-10 15:59:39 +08:00
active : 'Active' ,
2021-03-19 18:52:19 +08:00
result : {
total : 'Total' ,
failed : 'Failed' ,
success : 'Success' ,
failedDetail : 'Failed Detail' ,
line : 'Line {0}:'
2020-03-30 21:09:34 +08:00
} ,
2021-03-19 18:52:19 +08:00
reset : 'Reset' ,
submit : 'Save' ,
2021-08-02 19:51:53 +08:00
limit : 'Limit' ,
2021-03-19 18:52:19 +08:00
noData : 'No data' ,
2020-05-15 14:54:51 +08:00
tag : 'Tag' ,
2021-03-19 18:52:19 +08:00
placeHolder : 'Please enter' ,
syncChart : 'Synchronize chart' ,
toolBox : {
zoom : 'Area scaling' ,
back : 'Area scaling restore' ,
stack : 'Show stack chart' ,
stackBack : 'Back to original chart'
2020-10-21 14:15:58 +08:00
} ,
2021-04-14 15:38:37 +08:00
SyncSave : 'Save&Sync' ,
2021-04-21 19:29:28 +08:00
copySuccess : 'Copy success' ,
2021-07-16 14:43:20 +08:00
parent : 'Parent asset' ,
children : 'Children asset' ,
assetSubTab : 'Children asset' ,
2021-04-22 13:46:37 +08:00
dc : 'Data center' ,
2021-05-20 11:39:12 +08:00
labels : 'Label' ,
2021-05-11 10:37:58 +08:00
moreOption : 'More option' ,
2021-05-11 20:47:22 +08:00
copy : 'Copy' ,
2021-05-14 15:24:32 +08:00
silence : 'Silence' ,
2021-05-14 17:09:57 +08:00
editType : 'Type' ,
2021-05-14 17:19:21 +08:00
searchCondition : 'Search condition' ,
2021-05-14 17:50:06 +08:00
batchDel : 'Batches delete' ,
2021-06-01 14:26:09 +08:00
tempPrev : 'Template preview' ,
silenceAlert : 'silence alert' ,
2021-06-01 17:24:57 +08:00
quickSilent : 'Quick silent' ,
2021-08-04 16:55:11 +08:00
configEndpoint : 'Config' ,
2021-08-12 09:38:23 +08:00
generate : 'Generate' ,
2021-08-19 17:00:47 +08:00
personalCenter : 'Profile' ,
2021-08-18 15:28:39 +08:00
operationRecord : 'Operation record' ,
2021-08-19 15:54:38 +08:00
changePassword : 'Change password' ,
relabelConfigRegex : 'Default is (.*) ' ,
relabelConfigReplacement : 'Default is $1'
2019-12-17 17:17:30 +08:00
} ,
2020-03-13 12:20:02 +08:00
pageSize : '/page' ,
2021-03-19 18:52:19 +08:00
setup : {
step0 : 'Welcome' ,
step1 : 'Database' ,
step2 : 'Redis' ,
step3 : 'System' ,
host : 'Host' ,
port : 'Port' ,
language : 'Language' ,
welcome : {
header : 'Welcome to Nezha setup wizard!' ,
guid : 'What will the wizard do for you?' ,
guid _1 : 'Create a basic configuration' ,
guid _2 : 'Tries to find problems within your Database and Redis setup' ,
toContinue : 'To continue' ,
creatFile : 'For security reasons you need to authenticate for the installation by creating the file' ,
createFileTip : 'This can be done by executing the following command' ,
next : "Click the 'Next' button when you've finished."
2021-03-18 10:39:19 +08:00
} ,
2021-03-19 18:52:19 +08:00
database : {
configTitle : 'Configure DB connection' ,
configTip : "Please create database manually,and set the configuration parameters for connection to this database,Press 'Next' button when done"
2021-03-18 10:39:19 +08:00
} ,
2021-03-19 18:52:19 +08:00
redis : {
configTitle : 'Configure Redis connection' ,
configTip : "Please set the configuration parameters for connection to this redis,Press 'Next' button when done"
2021-03-18 10:39:19 +08:00
} ,
2021-03-19 18:52:19 +08:00
system : {
configTitle : 'System configuration' ,
2021-05-11 11:02:03 +08:00
configTip : 'Please enter username and password for administrator ,and set the Nezha WEB module install information,like IP:port' ,
2021-05-13 20:27:23 +08:00
federation : 'Federation' ,
federationEnable : 'Enable' ,
federationDisable : 'Disable'
2021-05-11 11:02:03 +08:00
2021-03-18 10:39:19 +08:00
} ,
2021-03-19 18:52:19 +08:00
name : 'Database name' ,
username : 'Username' ,
2021-04-27 10:50:44 +08:00
pin : 'Password' ,
2021-03-19 18:52:19 +08:00
alertPath : 'Site URL' ,
alertPrefix : 'Alert prefix' ,
haMode : 'HA mode' ,
haVip : 'Virtual IP' ,
next : 'Next' ,
back : 'Back' ,
finish : 'Finish' ,
invalidDb : 'There may be some errors in the configuration of the database' ,
invalidRedis : 'There may be some errors in the configuration of the Redis' ,
2021-04-27 20:31:54 +08:00
invalidPin : "Redis's password may be wrong" ,
requirePin : 'The password may be required by the Redis' ,
2021-03-19 18:52:19 +08:00
wait : 'The configuration has been saved, please wait patiently for it to take effect' ,
reloadTimeout : 'It took too much time to restart the server, there may be some problems when you install' ,
hadConfig : 'Someone has started to configure the system' ,
invalidCode : "The authentication is invalid ,please follow the description in {page} 'To continue'" ,
2021-04-13 19:35:52 +08:00
welcomePage : 'Welcome page' ,
2021-04-15 11:47:44 +08:00
inited : 'The system has been initialized'
2021-03-18 10:39:19 +08:00
} ,
2021-03-19 18:52:19 +08:00
webshell : {
shellTitle : 'Local Shell' ,
upload : 'Upload' ,
download : 'DownLoad' ,
uploadTitle : 'Upload' ,
downloadTitle : 'DownLoad' ,
uploadButtonTitle : 'Upload' ,
fileSelect : 'select' ,
downloadButtonTitle : 'Download' ,
filePath : 'File path' ,
closeTip : 'All connections will be closed, are you sure you want to close the window?' ,
2021-04-26 19:46:40 +08:00
remember : 'Remember my decision' ,
protocol : 'Protocol' ,
authType : 'Auth type' ,
host : 'Host' ,
port : 'Port' ,
authUsername : 'Username' ,
authPin : 'Password' ,
authUserTip : 'Username prompt' ,
authPinTip : 'Password prompt' ,
2021-04-27 17:38:58 +08:00
authPriKey : 'Key'
2020-03-05 21:57:08 +08:00
} ,
2020-03-12 18:04:04 +08:00
login : {
username : 'Username' ,
2021-04-27 10:50:44 +08:00
pin : 'Password' ,
2021-04-16 21:10:31 +08:00
login : 'Login' ,
2021-08-12 09:38:23 +08:00
upload : 'Upload license' ,
verify : 'Verify code' ,
verifyDialogTitle : 'Two Factor Authentication Set Up' ,
verifyTitle : 'Two-Factor Authentication' ,
verifyContent : 'Enter the code from the two -factor app on your mobile device. If you\' ve lost your device, you may enter one of your recovery codes.' ,
verifyPlaceholder : 'verify code' ,
bindFail : 'Binding failure'
2020-03-12 18:04:04 +08:00
} ,
2021-03-19 18:52:19 +08:00
dashboard : {
title : 'Dashboard' ,
2021-05-19 11:21:59 +08:00
addChartTemp : 'Add chart temp' ,
2021-05-28 10:43:41 +08:00
connect : ' Open terminal' ,
2021-03-19 18:52:19 +08:00
panel : {
title : 'Panel' , // '面板'
searchItem : {
name : 'name'
2020-01-08 16:44:41 +08:00
} ,
2021-03-19 18:52:19 +08:00
chartTotal : 'total' ,
// 面板-侧滑框
createPanelTitle : 'New panel' , // "新增面板"
selectPanelTitle : 'Select' , // "选择面板"
createPanelTitleSec : 'New panel' , // "新增面板"
2021-05-18 14:01:29 +08:00
editPanelTitle : 'Edit panel' , // "面板"
2021-03-19 18:52:19 +08:00
singleStatErrorTip : 'Only queries that return single series/table is supported' ,
panelForm : {
panelName : 'Panel name' , // "面板名称"
panelId : 'ID' // ID
2020-01-03 17:17:09 +08:00
} ,
2021-03-19 18:52:19 +08:00
// 图表-侧滑框
2021-05-11 19:17:46 +08:00
createChartTitle : 'New chart' , // "新增图表"
createChartTempTitle : 'New chart template' , // "新增图表"
createChartByTemp : 'New chart by template' ,
editChartTitle : 'Edit chart' , // "编辑图表""
editChartTempTitle : 'Edit chart template' , // "编辑图表""
2021-03-19 18:52:19 +08:00
chartForm : {
chartId : 'ID' ,
chartName : 'Chart Name' ,
type : 'Type' ,
unit : 'Unit' ,
url : 'URL' ,
legend : 'Legend' ,
statistics : 'Statistics' ,
legendTip : 'Controls the name of the time series, using name or pattern. For example {{hostname}} will be replaced with label value for the label hostname.' ,
valueMappingTip : 'Use {{name}} and {{value}} to display the original name and value\n' +
'For example: Total Alive: {{value}}\n' +
2020-12-04 17:24:12 +08:00
'The result is: Total Alive: 100' ,
2020-05-20 19:30:22 +08:00
sync : 'Sync to assets' ,
2021-03-19 18:52:19 +08:00
last : 'Last' ,
threshold : 'Threshold' ,
thresholds : 'Thresholds' ,
2021-04-08 17:49:07 +08:00
group : 'Group' ,
remark : 'Description' ,
2021-06-29 14:10:41 +08:00
lock : 'Lock' ,
align : 'Align' ,
2021-03-19 18:52:19 +08:00
typeVal : {
line : {
label : 'Line Chart' // "曲线图"
2020-01-03 17:17:09 +08:00
} ,
2021-03-19 18:52:19 +08:00
bar : {
2021-04-08 17:49:07 +08:00
label : 'Bar Chart' // "柱状图"
2020-01-03 17:17:09 +08:00
} ,
2021-03-19 18:52:19 +08:00
table : {
label : 'Table' // "表格"
2020-03-10 22:40:45 +08:00
} ,
2021-03-19 18:52:19 +08:00
stackArea : {
label : 'Stack Area'
2020-04-14 21:46:38 +08:00
} ,
2021-03-19 18:52:19 +08:00
url : {
label : 'URL' ,
staticTip : 'The content in the double curly braces will be replaced on the Asset page'
2020-05-07 21:02:09 +08:00
} ,
2021-03-19 18:52:19 +08:00
singleStat : {
2021-03-31 10:02:12 +08:00
label : 'Single value'
2020-05-27 13:42:28 +08:00
} ,
2021-03-19 18:52:19 +08:00
pie : {
2021-04-08 17:49:07 +08:00
label : 'Pie Chart'
2021-02-07 18:19:59 +08:00
} ,
2021-03-19 18:52:19 +08:00
alertList : {
label : 'Alert list'
2020-10-20 20:53:21 +08:00
} ,
2021-03-19 18:52:19 +08:00
text : {
label : 'Text'
2021-04-07 11:21:12 +08:00
} ,
2021-06-29 14:10:41 +08:00
diagram : {
label : 'Diagram'
} ,
2021-04-07 11:21:12 +08:00
group : {
2021-04-25 20:17:14 +08:00
label : 'Group'
2020-01-03 17:17:09 +08:00
}
} ,
2021-03-19 18:52:19 +08:00
statisticsVal : {
min : 'Min' ,
max : 'Max' ,
average : 'Average' ,
total : 'Total' ,
first : 'First' ,
last : 'Last' ,
range : 'Range' ,
different : 'Different' ,
2021-04-08 17:49:07 +08:00
null : 'None'
2020-05-07 21:02:09 +08:00
} ,
2021-06-29 14:10:41 +08:00
alignList : {
left : 'Left' ,
right : 'Right' ,
center : 'Center'
} ,
lockList : {
on : 'ON' ,
off : 'OFF'
} ,
2021-03-19 18:52:19 +08:00
width : 'Width' , // "宽"
2021-04-26 21:42:15 +08:00
high : 'Height' , // "高"
2021-03-19 18:52:19 +08:00
metric : 'Metric' , // "指标"
option : 'Option' ,
addMetric : 'Add metric' , // "添加指标"
alertParam : {
param : 'Parameters' ,
select : 'Select' ,
alertRule : 'Alert rule' ,
level : 'Priority' ,
state : 'State'
2020-09-17 10:28:09 +08:00
} ,
2021-03-19 18:52:19 +08:00
valMapping : {
name : 'Value mapping' ,
from : 'From' ,
to : 'To' ,
text : 'Text' ,
value : 'Value' ,
range : 'Range'
2020-09-21 11:34:17 +08:00
} ,
2021-03-19 18:52:19 +08:00
legendValue : 'Legend option' ,
content : 'Content' ,
tooltip : 'Tooltip' ,
displayChart : 'Display chart' ,
2021-04-26 11:43:33 +08:00
aggregation : 'Aggregation' ,
2021-05-06 21:40:56 +08:00
varType : 'Variable type' ,
2021-04-26 11:43:33 +08:00
pid : 'Chart template' ,
selectAsset : 'Please select the Asset' ,
selectEndpoint : 'Please select the Endpoint'
2020-01-03 17:17:09 +08:00
} ,
2021-03-19 18:52:19 +08:00
chartTableColumn : {
metric : 'Metric' , // '指标'
label : 'Label' , // '标签'
element : 'Element' ,
time : 'Time' , // '时间'
value : 'Value' // '值'
2020-01-07 17:12:48 +08:00
} ,
2021-03-19 18:52:19 +08:00
startTime : 'Start time' , // '开始时间'
endTime : 'End time' , // '结束时间'
to : 'to' , // To
recOne : 'Last 1 hour' , // '最近1小时'
recFour : 'Last 4 hours' , // '最近4小时'
recOneDay : 'Last 1 day' , // '最近1日'
yesterday : 'Yesterday' , // '昨日'
recSevenDay : 'Last 7 day' , // Last 7 days
recOneMonth : 'Last 1 month' , // '最近1月'
curMonth : 'This month' , // '本月'
lastMonth : 'Last month' , // '上月'
customTimeRange : 'Custom time range' ,
noDate : 'Empty' ,
lastFiveMin : 'Last 5 minutes' ,
lastFifteenMin : 'Last 15 minutes' ,
lastThirtyMin : 'Last 30 minutes' ,
lastOneHour : 'Last 1 hour' ,
lastThreeHour : 'Last 3 hours' ,
lastSixHour : 'Last 6 hours' ,
lastTwelveHour : 'Last 12 hours' ,
lastTwentyFourHour : 'Last 24 hours' ,
lastTwoDay : 'Last 2 days' ,
lastSevenDay : 'Last 7 days' ,
lastThirtyDay : 'Last 30 days' ,
2021-03-31 16:45:29 +08:00
beforeFiveMin : 'Previous 5 minutes' ,
beforeFifteenMin : 'Previous 15 minutes' ,
beforeThirtyMin : 'Previous 30 minutes' ,
beforeOneHour : 'Previous 1 hour' ,
beforeThreeHour : 'Previous 3 hours' ,
beforeSixHour : 'Previous 6 hours' ,
beforeTwelveHour : 'Previous 12 hours' ,
beforeTwentyFourHour : 'Previous 24 hours' ,
beforeTwoDay : 'Previous 2 days' ,
beforeSevenDay : 'Previous 7 days' ,
beforeThirtyDay : 'Previous 30 days' ,
2021-03-19 18:52:19 +08:00
refreshInterval : {
never : 'Off' , // '从不'
oneMinute : '1 minute' , // 1 minute
threeMinutes : '3 minutes' , // '3分钟'
fiveMinutes : '5 minutes' , // '5分钟'
tenMinutes : '10 minutes' // '10分钟'
2020-01-10 17:13:41 +08:00
} ,
2021-03-19 18:52:19 +08:00
view : 'View' , // '查看'
confirm : 'Ok' , // OK
cancel : 'Cancel' , // '取消',
moreTitle : 'Showing only 20 time series. ' ,
moreTitleOther : 'Showing only 10 the data. ' ,
showAll : 'Show all ' ,
2021-04-25 18:35:35 +08:00
showAllOther : 'All Data' ,
addChartTemp : 'addChartTemp'
2020-01-03 17:17:09 +08:00
} ,
2021-03-19 18:52:19 +08:00
metric : {
name : 'Metric name' , // "指标名称"
normal : 'Normal' , // "普通"
expert : 'Expert' , // Expert
label : 'Label' , // "指标标签"
addMetric : 'Add metric' , // "添加指标"
expertTip : 'Add expression' , // "请输入表达式"
goPanelTip : 'View created panel?' , // View created panel?
previewChart : 'Preview' , // "预览图表"
singleChartShow : 'Signle chart' , // "单图展示"
multiChartsShow : 'Multiple charts' , // "多图展示"
createPanel : 'New panel' , // "创建面板"
selectPanel : 'Exist panel' , // "选择已有面板"
2020-02-07 19:57:39 +08:00
saveChart : 'Save chart' ,
2021-03-19 18:52:19 +08:00
saveChartToPanel : 'Save chart to panel' // Save chart to panel.
2019-12-26 13:00:22 +08:00
} ,
2021-03-19 18:52:19 +08:00
metricPreview : {
title : 'Explore' ,
inputTip : 'Enter a PromQL query' ,
runQuery : 'Run query' ,
historyTip : 'Queried {time} times in the last {hour}h'
2020-01-03 17:17:09 +08:00
} ,
2021-03-19 18:52:19 +08:00
refresh : 'Refresh' , // '刷新'
edit : 'Edit' , // '编辑'
2021-05-18 17:34:36 +08:00
Connect : 'Connect' , // 连接
2021-03-19 18:52:19 +08:00
delete : 'Delete' , // '删除'
screen : 'Full screen' , // '全屏',
duplicate : 'Duplicate' , // 复制
overview : {
title : 'Overview' ,
contentTitle : 'Nezha Management System' ,
2020-05-06 19:29:56 +08:00
traffic : 'Traffic' ,
2021-03-19 18:52:19 +08:00
projectTopoLogy : 'Project Topology' ,
asset : {
2021-05-14 17:51:02 +08:00
title : 'Asset' ,
2021-03-19 18:52:19 +08:00
assetType : 'Asset type' ,
2021-05-20 17:21:38 +08:00
assetState : 'Asset state' ,
2021-03-19 18:52:19 +08:00
modelStat : 'Model' ,
dcStat : 'Data center' ,
num : 'Num' ,
alert : 'Alert' ,
alertTotal : 'Total' ,
alertP3 : 'P3' ,
alertP2 : 'P2' ,
alertP1 : 'P1' ,
inStock : 'In stock' ,
outStock : 'Out stock' ,
pingUp : 'Up' ,
pingDown : 'Down' ,
host : 'Host' ,
dropDownLabel : {
type : 'type' ,
model : 'model' ,
dc : 'data center'
2021-05-13 20:27:23 +08:00
} ,
ok : 'OK' ,
alarm : 'Alarm' ,
total : 'Total'
2020-03-19 19:21:12 +08:00
} ,
2021-03-19 18:52:19 +08:00
project : {
2021-05-25 14:32:08 +08:00
project : 'Project' ,
2021-03-19 18:52:19 +08:00
name : 'Name' ,
module : 'Module' ,
endpoint : 'Endpoint'
2020-03-19 19:21:12 +08:00
} ,
2020-04-22 22:27:07 +08:00
module : {
2021-05-25 14:32:08 +08:00
module : 'Module'
2020-04-22 22:27:07 +08:00
} ,
endpoint : {
2021-05-25 14:32:08 +08:00
endpoint : 'Endpoint'
2020-04-22 22:27:07 +08:00
} ,
2021-03-19 18:52:19 +08:00
dataCenter : {
dataCenter : 'Data center' ,
cabinet : 'Cabinet' ,
promServer : 'Prom server'
2020-03-19 19:21:12 +08:00
} ,
2021-03-19 18:52:19 +08:00
alert : {
2021-05-26 16:26:33 +08:00
alertMessage : 'Alert message' ,
2021-03-19 18:52:19 +08:00
level : 'Priority' ,
alertRule : 'Alert rule' ,
ruleNum : 'Rule num' ,
2021-05-14 12:00:25 +08:00
alertNum : 'Alert' ,
2020-05-11 17:17:24 +08:00
alertRuleTopN : 'Top10 alert message' ,
2020-12-15 17:16:20 +08:00
assetTopN : 'Top alert message by Asset' ,
moduleTopN : 'Top alert message by Module' ,
2021-03-19 18:52:19 +08:00
top : 'Top' ,
chart : {
chartTitle : 'Alert Trend'
}
2020-03-23 18:20:19 +08:00
} ,
2021-03-19 18:52:19 +08:00
mapTooltip : {
asset : 'asset' ,
state : 'state' ,
ping : 'ping' ,
inStock : 'In stock' ,
outStock : 'Out stock' ,
active : 'active' ,
inactive : 'inactive' ,
alert : 'alert' ,
P1 : 'P1' ,
P2 : 'P2' ,
P3 : 'P3' ,
endpoint : 'endpoint' ,
total : 'total' ,
up : 'up' ,
down : 'down' ,
prometheus : 'prometheus'
2020-04-01 21:45:05 +08:00
}
2021-08-02 19:51:53 +08:00
} ,
explore : {
descending : 'Descending' ,
wrapLines : 'Wrap lines'
2020-03-17 18:45:46 +08:00
}
2019-12-26 13:00:22 +08:00
} ,
2021-03-19 18:52:19 +08:00
validate : { // 校验规则
required : 'Required' , // '必填项'
number : 'Numberic' , // '必须是数字'
integer : 'Integer' ,
positiveInteger : 'Positive integer' ,
email : 'Invalid email' , // '不合法的E-mail地址'
tel : 'Invalid phone number' , // '不合法的电话号码'
2021-05-28 13:12:05 +08:00
telephone : 'Phone number cannot be empty' ,
2021-03-19 18:52:19 +08:00
host : 'Invalid Host' , // '不合法的Host'
domain : 'Invalid domain' ,
usize : 'Must be number(1 - 47)' ,
fileSize : 'File exceed max size' , // File exceed max size.
port : 'Invalid port' ,
url : 'Invalid URL' ,
uSize : 'Must be number(1 - 47)' ,
requiredIdc : 'dc is required' ,
key : 'Invalid key' ,
repeat : 'Repeat' ,
2021-03-25 09:50:23 +08:00
tooLong : 'Too long content' ,
2021-04-22 17:43:13 +08:00
onlyWord : 'only input a-z、A-Z、0-9、"_" ' ,
2021-04-22 18:03:56 +08:00
mobile : 'Invalid mobile'
2019-12-27 17:53:17 +08:00
} ,
2019-12-17 17:17:30 +08:00
search : {
2021-03-19 18:52:19 +08:00
searchTip : 'Enter to search' , // '点击或回车执行搜索'
recentSearch : 'Search history' , // '搜索记录'
noRecentSearch : 'No Recent Search' // '无搜索记录'
2019-12-13 17:08:35 +08:00
} ,
tip : {
2021-03-19 18:52:19 +08:00
confirmDelete : 'Are you sure you want to delete?' , // Are you sure you want to delete?
2021-06-17 18:11:22 +08:00
confirmExpired : 'Are you sure you want to expired?' ,
2021-03-11 14:01:59 +08:00
confirmOvertime : "Are you sure it's off?" ,
2021-03-19 18:52:19 +08:00
killTerm : 'Are you sure you want to kill terminal?' ,
2021-07-30 09:54:02 +08:00
resetPrompt : 'Are you sure to reset?' ,
2021-08-13 15:18:16 +08:00
resetMfa : 'Are you sure to reset 2FA?' ,
2021-03-19 18:52:19 +08:00
confirmBatchDelete : 'Are you sure to delete these {0} pieces of data' ,
assetConfirmDelete : 'Related endpoints and alerts will be removed, are you sure you want to delete this asset?' , // Related endpoints and alerts will be removed, are you sure you want to delete this asset?
2021-08-06 11:40:18 +08:00
zoomStatusPrompt : 'Your browser is currently in zoom state, the page may appear dislocation, the proposed 100% size.' ,
doNotAskAgain : 'Do not ask again' ,
2021-03-19 18:52:19 +08:00
yes : 'Yes' , // "是"
no : 'No' , // No
deleteSuccess : 'Delete success' , // "删除成功"
saveSuccess : 'Save success' , // "保存成功"
addSuccess : 'Add success' , // "保存成功"
duplicateSuccess : 'Duplicate success' , // "复制成功"
coverSuccess : 'Override success' , // '覆盖成功'
refreshLater : 'Refresh later' , // '请稍后刷新'
testSuccess : 'Test success' ,
downloadSuccess : 'Download success' ,
2020-04-17 12:48:46 +08:00
uploadSuccess : 'Upload success' ,
2020-09-21 18:08:35 +08:00
pressEnterToAdd : 'Press enter to add new line' ,
2021-03-19 18:52:19 +08:00
resetSuccess : 'Reset success' ,
syncSuccess : 'Synchronize success' ,
syncTip : 'This operation may cause the original data or chart to be overwritten. Are you sure to synchronize?' ,
noImportFile : 'No import file found' ,
noAccess : 'No access' ,
confirmDuplicate : 'Are you sure to duplicate this chart?' ,
2021-04-09 13:01:10 +08:00
confirmCancel : 'Changes you made are not saved?' ,
2021-06-04 14:35:22 +08:00
copySuccess : 'Copy success' ,
lnglatError : 'Wrong format of latitude and longitude'
2019-12-02 16:16:26 +08:00
} ,
2021-03-19 18:52:19 +08:00
asset : {
2021-05-26 10:58:15 +08:00
asset : 'Asset ' ,
2021-07-28 14:12:58 +08:00
userName : 'User name' ,
address : 'Address' ,
2021-05-14 17:51:02 +08:00
assets : 'Asset' , // '资产'
2021-03-19 18:52:19 +08:00
editAsset : 'Edit asset' , // '编辑资产'
createAsset : 'New asset' , // '编辑资产'
2021-04-22 13:46:37 +08:00
batchEditAsset : 'Edit asset in bulk' ,
2021-03-19 18:52:19 +08:00
selectAsset : 'Selected assets' ,
host : 'Host' ,
state : 'State' , // '状态'
pingActive : 'active' , // 可ping通
2020-07-24 19:22:52 +08:00
assetStatPre : 'Last reply:' ,
assetStatDown : 'Never' ,
2021-03-19 18:52:19 +08:00
remark : 'Description' , // '描述'
cli : 'CLI account' , // 'CLI账号'
loginType : 'Login type' , // '登录类型'
2021-04-27 10:50:44 +08:00
pin : 'Password' , // '密码'
2021-03-19 18:52:19 +08:00
ssh : 'SSH key' , // 'SSH-Key'
2021-04-22 13:46:37 +08:00
sshAccount : 'SSH account' ,
2021-03-19 18:52:19 +08:00
protocol : 'Protocol' ,
sshProtocol : 'SSH' ,
telnetProtocol : 'Telnet' ,
userTip : 'User tip' , // 用户名提示
2021-04-27 10:50:44 +08:00
pinTip : 'Password tip' , // 密码提示
2021-04-27 20:31:54 +08:00
reloginPinTip : 'Relogin tip' , // 密码提示
userPinIntroduce : 'Please specify a user name and password so that the telenet login process can automatically log in' ,
reLoginPinIntroduce : 'Please specify the password prompt so that the login process can run automatically' ,
2021-03-19 18:52:19 +08:00
port : 'Port' , // '端口'
upload : 'Upload' , // '上传'
clickToUpload : 'Upload' , // '上传'
clickToCover : 'Cover' , // '覆盖'
sshKeyWasConfig : 'SSH-KEY configured' , // 'SSH-KEY已配置'
exporter : 'Exporter' ,
2020-07-24 19:22:52 +08:00
pingInactive : 'inactive' ,
2021-03-19 18:52:19 +08:00
assetInfo : 'Asset information' , // '资产信息'
vendorModel : 'Vendor/Model' , // '厂商/型号'
purchaseDate : 'Purchase date' , // '购买日期'
location : 'Location' , // '地区'
sn : 'SN' ,
2020-07-30 18:58:25 +08:00
uSize : 'U size' ,
2021-03-19 18:52:19 +08:00
inStock : 'In stock' , // '在库'
notInStock : 'Not in stock' , // '出库'
suspended : 'Suspended' ,
assetType : 'Asset type' , // '资产类型'
principal : 'Administrator' , // '负责人'
tel : 'Telephone' , // '电话'
featureTitle : 'Attribute' ,
2021-04-25 16:28:09 +08:00
endpoint : 'Endpoint' ,
2021-03-19 18:52:19 +08:00
endpointUpNum : 'It\'s a normal number' ,
endpointNum : 'Represents the total quantity' ,
active : 'Alive' , // "存活",
total : 'Total' , // "总数",
2021-04-22 13:46:37 +08:00
down : 'Down' ,
brand : 'Brand' ,
model : 'Model' ,
cabinet : 'Cabinet' ,
2021-05-14 12:00:25 +08:00
alertNum : 'Alert' ,
endpointNum2 : 'Endpoint' ,
2021-04-22 13:46:37 +08:00
manageIp : 'Manage IP' ,
number : 'Number' ,
brandAndModel : 'Brand & Model' ,
authType : 'Auth type' ,
privateKey : 'Private key' ,
usernamePrompt : 'Username prompt' ,
2021-04-27 10:50:44 +08:00
pinPrompt : 'Password prompt' ,
2021-04-23 19:58:08 +08:00
snmpCredential : 'SNMP credential' ,
2021-04-25 18:35:35 +08:00
authProtocol : 'Auth protocol' ,
id : 'ID' , // ID
device : 'SN' , // SN
assetState : 'State' , // '状态'
assetPing : 'Ping' ,
lastReply : 'Ping last reply' ,
modules : 'Endpoint' , // '组件'
2021-06-16 11:18:04 +08:00
alerts : 'Alert' , // '告警信息'
2021-04-25 18:35:35 +08:00
dataCenter : 'Data center' , // DC
vendor : 'Vendor' , // '厂商'
procurementDate : 'Purchase date' , // '购买日期'
principalTel : 'Telephone' , // '电话'
option : 'Operation' , // "操作"
name : 'Name' ,
dc : 'DataCenter' ,
2021-05-13 11:40:22 +08:00
type : 'Types' ,
pingInfo : 'Ping'
2019-12-04 13:45:37 +08:00
} ,
2019-12-05 15:46:40 +08:00
config : {
2021-05-14 17:51:02 +08:00
config : 'Setting' , // "设置"
2021-06-03 15:49:27 +08:00
assetMeta : {
addGroup : 'Add group' ,
editGroup : 'Edit group'
} ,
2021-04-12 13:00:59 +08:00
user : {
userList : 'User list' , // "用户列表"
user : 'User' ,
2021-03-19 18:52:19 +08:00
// 列表表头
2021-04-08 20:28:54 +08:00
name : 'Name' , // "用户"
username : 'Username' , // 登录名
2021-03-19 18:52:19 +08:00
roles : 'Role' ,
language : 'Language' , // "语言"
receiver : 'Receiver' , // "用户组"
2021-04-30 18:04:32 +08:00
createTime : 'New time' , // "创建时间"
2021-04-07 09:58:34 +08:00
enable : 'Enable' , // "可用"
2021-03-19 18:52:19 +08:00
option : 'Operation' , // "操作"
2021-04-08 20:28:54 +08:00
lastLoginTime : 'Last login time' , // 最后登录时间
lastLoginIp : 'Last login IP' , // 最后登录IP
source : 'Source' ,
2021-03-19 18:52:19 +08:00
// 侧滑框//
2021-04-12 13:00:59 +08:00
userId : 'User ID' , // "用户ID"
createUser : 'New user' , // "新增用户"
editUser : 'Edit user' , // "编辑用户"
2021-03-19 18:52:19 +08:00
notCurrentlySupport : 'Not available' , // '暂不支持'
2021-04-27 10:50:44 +08:00
pin : 'Password' , // '密码'
2021-04-27 20:31:54 +08:00
oldPin : 'Old password' ,
inputOldPin : 'Please input old password' ,
newPin : 'New password' ,
inputNewPin : 'Please input new password' ,
confirmPin : 'Confirm password' ,
inputConfirmPin : 'Please input confirm password' ,
invalidPin : 'invalide password,the length at least 6' ,
confirmPinErr : 'The two passwords are inconsistent' ,
reinputPin : 'Enter password again' ,
2021-04-22 17:43:13 +08:00
notification : 'Notification' ,
2021-08-12 15:52:48 +08:00
mobile : 'Mobile' ,
disable : 'Disable' ,
2021-08-13 13:47:12 +08:00
enableMfa : 'Enable' ,
forceEnable : 'Force enable' ,
2021-08-13 15:18:16 +08:00
mfaTitle : 'Two-Factor Authentication' ,
resetMfa : 'Reset 2FA'
2019-12-05 18:07:58 +08:00
} ,
2021-03-19 18:52:19 +08:00
roles : {
2021-05-14 17:51:02 +08:00
roles : 'Role' ,
2021-03-19 18:52:19 +08:00
name : 'Name' ,
description : 'Description' ,
option : 'Operation' , // "操作"
permission : 'Permission' ,
menu : 'Menu' ,
2021-04-30 18:04:32 +08:00
createRole : 'New role' ,
2021-03-19 18:52:19 +08:00
editRole : 'Edit role' ,
remark : 'Remark'
2020-12-07 14:12:37 +08:00
} ,
2021-03-19 18:52:19 +08:00
menus : {
menus : 'Menus' ,
name : 'Name' ,
remark : 'Remark' ,
option : 'Operation' , // "操作",
code : 'Code' ,
i18n : 'I18n' ,
type : 'Type' ,
route : 'Route' ,
perms : 'Permission' ,
button : 'Button' ,
menu : 'Menu' ,
2021-04-15 11:47:44 +08:00
tab : 'Tab' ,
2021-03-19 18:52:19 +08:00
parent : 'Previous menu' ,
mainMenu : 'Primary menu' ,
2021-04-30 18:04:32 +08:00
createMenu : 'New menu' ,
2021-03-19 18:52:19 +08:00
editMenu : 'Edit menu' ,
2021-04-14 19:17:16 +08:00
orderNum : 'Order' ,
2021-04-15 11:47:44 +08:00
icon : 'Icon'
2020-12-07 14:12:37 +08:00
} ,
2021-04-13 20:33:12 +08:00
agent : {
2021-03-19 18:52:19 +08:00
// 侧滑框
2021-05-11 11:02:03 +08:00
promId : 'Agent ID' , // "Prometheus Server ID"
createProm : 'New agent' , // "新增Prometheus Server"
editProm : 'Edit agent' , // "修改Prometheus Server"
2021-03-19 18:52:19 +08:00
type : 'Type' , // "类别"
2020-10-23 10:52:02 +08:00
checkTime : 'Check time' ,
2021-04-09 13:01:10 +08:00
dataCenter : 'Data center' ,
2021-05-13 20:27:23 +08:00
name : 'Name' ,
up : 'UP' ,
down : 'Down' ,
2021-05-14 17:51:02 +08:00
host : 'Host' ,
port : 'Port' ,
2021-04-09 13:01:10 +08:00
agent : {
2021-04-13 20:33:12 +08:00
agent : 'Agent' ,
2021-04-09 13:01:10 +08:00
title : 'Download agent' ,
download : 'Download' ,
osType : 'OS type' ,
autoScript : 'Auto install script' ,
type : 'Agent type'
}
2019-12-05 18:07:58 +08:00
} ,
2020-02-21 17:57:19 +08:00
dc : {
2020-04-17 12:48:46 +08:00
dc : 'Data center' ,
2021-03-19 18:52:19 +08:00
area : 'Area' ,
2021-01-14 16:50:56 +08:00
dcName : 'Data center name' ,
2020-02-24 20:27:14 +08:00
selectArea : 'Select area' ,
2021-06-07 18:28:07 +08:00
description : 'Description' ,
2021-04-30 12:59:36 +08:00
cabinetNum : 'Cabinet' ,
2021-05-14 12:00:25 +08:00
assets : 'Asset' ,
2021-05-10 15:45:18 +08:00
remark : 'Description' ,
2021-05-28 14:23:14 +08:00
cabinets : 'Cabinet' ,
2021-05-11 16:46:16 +08:00
createDc : 'New data center' ,
2020-07-30 18:58:25 +08:00
editDc : 'Edit data center' ,
editCabinet : 'Edit cabinet' ,
2021-04-30 17:33:39 +08:00
alert : 'Alert' ,
2021-05-17 21:20:49 +08:00
createPanel : 'Create panel' ,
2021-03-19 18:52:19 +08:00
traffic : {
title : 'Traffic Setting' ,
add : 'Add' ,
direction : 'Direction' ,
tags : 'Tags' ,
snmpSetting : 'SNMP setting'
2020-11-10 15:57:57 +08:00
} ,
2021-03-19 18:52:19 +08:00
usable : 'Usable' ,
suspended : 'Suspended' ,
state : 'State' ,
longitude : 'Longitude' ,
2021-03-25 19:33:48 +08:00
latitude : 'Latitude' ,
2021-04-13 20:33:12 +08:00
lnglat : 'Coordinate'
2020-03-11 12:27:00 +08:00
} ,
2021-04-25 18:35:35 +08:00
cabinet : {
editCabinet : 'Edit Cabinet' ,
2021-04-30 18:04:32 +08:00
createCabinet : 'New Cabinet'
2021-04-23 20:06:58 +08:00
} ,
2020-03-11 12:27:00 +08:00
model : {
2020-04-17 12:48:46 +08:00
model : 'Asset model' ,
2021-04-27 10:50:44 +08:00
brand : 'Brand' ,
2021-04-29 10:56:41 +08:00
name : 'Name' ,
2021-05-17 13:31:25 +08:00
titleName : 'Name' ,
titleType : 'Type' ,
2021-05-07 19:10:28 +08:00
ChartTemplate : 'Chart template' ,
assetNum : 'Asset' ,
2020-03-11 12:27:00 +08:00
editModel : 'Edit model' ,
2021-04-30 18:04:32 +08:00
createModel : 'New model' ,
2021-04-29 10:56:41 +08:00
remark : 'Description' ,
2020-03-11 17:14:33 +08:00
type : 'Type'
2020-03-13 15:59:23 +08:00
} ,
2020-04-02 11:59:39 +08:00
terminallog : {
2020-04-17 12:48:46 +08:00
terminallog : 'Terminal log' ,
2021-05-14 17:51:02 +08:00
status : 'State' , // "状态"
username : 'Username' ,
SessionID : 'Session ID' ,
authtype : 'AuthType' ,
2021-02-18 10:13:52 +08:00
statusItem : {
2021-03-19 18:52:19 +08:00
connecting : 'Connecting' ,
connectionFailed : 'Connection failed' ,
over : 'Over' ,
kickedOut : 'Kicked out' ,
unknownError : 'Unknown error'
2021-02-18 10:13:52 +08:00
} ,
2021-03-19 18:52:19 +08:00
option : 'Operation' , // "操作",
2020-04-02 11:59:39 +08:00
host : 'Host' ,
port : 'Port' ,
userId : 'UserID' ,
protocol : 'Protocol' ,
user : 'User' ,
detail : 'Terminal Log Detail' ,
2020-04-17 12:48:46 +08:00
resize : 'Terminal resize' ,
download : 'Terminal download' ,
upload : 'Terminal upload' ,
selectFile : 'Select file' ,
2020-04-02 11:59:39 +08:00
SSH : 'SSH' ,
TELNET : 'TELNET' ,
2021-04-27 10:50:44 +08:00
pin : 'Password' ,
2021-03-19 18:52:19 +08:00
key : 'Key' ,
endTime : 'EndTime' ,
2020-04-02 11:59:39 +08:00
id : 'ID' ,
time : 'Time' ,
width : 'Width' ,
height : 'Height' ,
cols : 'Cols' ,
rows : 'Rows' ,
uuid : 'UUID' ,
path : 'Path' ,
file : 'File' ,
success : 'Success' ,
2021-02-18 10:13:52 +08:00
fail : 'Fail' ,
2021-03-19 18:52:19 +08:00
startTime : 'Start time' ,
duration : 'Duration' ,
remote : 'Remote' ,
log : 'Log' ,
source : 'Source IP' ,
killErrorTip : 'Killing failed' ,
monitor : { monitor : 'monitoring' } ,
2021-02-20 18:51:51 +08:00
cmd : {
2021-03-19 18:52:19 +08:00
cmd : 'Command' ,
history : 'History command' ,
dangerTip : 'This command may be dangerous' ,
legendTip : 'Legend description'
2021-02-20 18:51:51 +08:00
} ,
2021-02-18 10:13:52 +08:00
record : {
2021-03-19 18:52:19 +08:00
record : 'Record' ,
pause : 'Pause' ,
play : 'Play' ,
replay : 'Replay' ,
skipTip : 'Skip no operation time'
2021-04-23 20:06:58 +08:00
} ,
2021-04-25 18:35:35 +08:00
loginHost : 'Login host' ,
loginUser : 'Login user' ,
sourceIp : 'Source IP' ,
sourceUser : 'Source user' ,
SessionId : 'Session ID'
2020-04-02 11:59:39 +08:00
} ,
2020-04-08 22:31:07 +08:00
operationlog : {
2020-04-17 12:48:46 +08:00
operationlog : 'Operation log' ,
2021-03-19 18:52:19 +08:00
id : 'ID' ,
2020-04-08 22:31:07 +08:00
username : 'User' ,
operation : 'Operation' ,
type : 'Type' ,
2020-04-21 10:16:28 +08:00
createDate : 'Time' ,
2021-03-19 18:52:19 +08:00
ip : 'IP' ,
userId : 'UserId' ,
operaId : 'Resources' ,
time : 'Duration' ,
params : 'Params' ,
state : 'State' ,
response : 'Response' ,
operations : {
add : 'add' ,
query : 'query' ,
update : 'update' ,
import : 'import' ,
export : 'export' ,
delete : 'delete' ,
reset : 'reset' ,
2021-04-22 17:43:13 +08:00
unknown : 'unknown' ,
login : 'login' ,
logout : 'logout'
2020-05-07 19:20:40 +08:00
}
2020-04-08 22:31:07 +08:00
} ,
2021-03-19 18:52:19 +08:00
mib : {
2021-04-13 10:00:48 +08:00
mib : 'MIB file' ,
2021-03-19 18:52:19 +08:00
fileName : 'File name' ,
2021-05-12 14:46:03 +08:00
description : 'Description' ,
2021-03-19 18:52:19 +08:00
updateUser : 'Update user' ,
updateAt : 'Update time' ,
editMib : 'Edit MIB' ,
2021-05-14 12:00:25 +08:00
models : 'Model' ,
2021-03-19 18:52:19 +08:00
modelTip : 'Please select models' ,
2021-04-30 18:04:32 +08:00
createMib : 'New MIB' ,
2021-03-19 18:52:19 +08:00
mibFiles : 'MIB file' ,
uploadTip : 'Please upload MIB file' ,
requiredMibFile : 'MIB file is required' ,
vendor : 'Vendor' ,
type : 'Type' ,
2020-04-15 15:56:03 +08:00
mibBrowser : 'MIB browser' ,
2021-07-19 11:18:13 +08:00
credentials : 'Credential' ,
2021-04-14 19:17:16 +08:00
noData : 'No Data' ,
2021-04-15 11:47:44 +08:00
credential : {
type : 'Protocol type' ,
port : 'Port' ,
remark : 'Description' ,
2021-05-13 17:13:01 +08:00
edit : 'Edit credential' ,
create : 'Create credential' ,
2021-04-15 11:47:44 +08:00
auth : 'Authentication' ,
method : 'Method' ,
encryption : 'Encryption' ,
2021-05-14 17:51:02 +08:00
pin : 'Password' ,
ReadCommunity : 'Read community' ,
writeCommunity : 'Write community' ,
username : 'Username' ,
contextName : 'Context name'
2021-04-14 19:17:16 +08:00
}
2020-03-30 10:18:11 +08:00
} ,
2021-03-19 18:52:19 +08:00
system : {
system : 'System' ,
basic : {
basic : 'Basic' ,
alertApi : 'Alert API' ,
assetPingSwith : 'Asset ping' ,
2021-04-23 20:06:58 +08:00
assetPingInterval : 'Ping interval' ,
2021-03-19 18:52:19 +08:00
exporterTarget : 'Exporter path' ,
scrapeInterval : 'Scrape interval' ,
storageRetention : 'Local retention' ,
systemName : 'System name' ,
curUrl : 'Current site URL' ,
timezone : 'Timezone' ,
defaultCabinetUsize : 'Cabinet U size' ,
second : 'second' ,
day : 'day' ,
2021-04-25 18:35:35 +08:00
sessionTimeout : 'Session timeout' ,
minute : 'minute' ,
2021-08-17 16:22:15 +08:00
maxSeries : 'Metrics query max series' ,
2021-04-16 21:10:31 +08:00
unsaved : 'Unsaved prompt' ,
2021-03-25 19:33:48 +08:00
mapConfig : 'Map center' ,
2021-03-19 18:52:19 +08:00
mapTitle : 'Configurate map' ,
lat : 'latitude' ,
lng : 'longitude' ,
2021-03-25 19:33:48 +08:00
zoom : 'zoom' ,
2021-04-21 13:05:27 +08:00
lnglat : 'coordinate' ,
2021-04-21 19:29:28 +08:00
sysLogo : 'System logo' ,
scrapeTimeout : 'Scrape timeout' ,
snmpTrapPort : 'SNMP trap port' ,
2021-08-17 16:22:15 +08:00
logoTip : 'Logo format only can be jpg、jpeg、png,and less than 2M' ,
mfa : 'Mfa auth enable'
} ,
monitor : {
monitor : 'Monitor' ,
alertApi : 'Alert api' ,
prometheusFederation : 'Prometheus federation' ,
asset _ping _from : 'Asset ping from' ,
metrics _storage _retention : 'Metrics storage days' ,
metrics _storage _type : 'Metrics storage mode' ,
metrics _storage _s3 _endpoint : 'Metrics s3 endpoint' ,
metrics _storage _s3 _bucket : 'Metrics s3 bucket' ,
metrics _storage _s3 _access _key : 'Metrics s3 access' ,
metrics _storage _s3 _secret _access _key : 'Metrics s3 secret access' ,
logs _storage _retention : 'Logs storage days' ,
logs _storage _type : 'Logs storage mode' ,
logs _storage _s3 _endpoint : 'Logs s3 endpoint' ,
logs _storage _s3 _bucket : 'Logs s3 bucket' ,
logs _storage _s3 _access _key : 'Logs s3 access' ,
logs _storage _s3 _secret _access _key : 'Logs s3 secret access' ,
logs _query _range _default _limit : 'Logs query max series' ,
local : 'LocalStorage' ,
s3 : 'S3 object storage'
2020-03-30 21:09:34 +08:00
} ,
2021-03-19 18:52:19 +08:00
email : {
email : 'Email' ,
enable : 'Enable email' ,
smtpHost : 'SMTP host' ,
smtpPort : 'SMTP port' ,
smtpAccount : 'SMTP account' ,
2021-04-27 20:31:54 +08:00
smtpPin : 'SMTP password' ,
2021-03-19 18:52:19 +08:00
sendAccount : 'Send account' ,
2021-04-21 19:29:28 +08:00
timeout : 'Timeout' ,
2021-03-19 18:52:19 +08:00
testAccount : 'Test account' ,
useSSL : 'SSL' ,
useTLS : 'TLS' ,
testConnection : 'Test connection' ,
2021-04-27 20:31:54 +08:00
pinTip : 'Tip:Some email providers need to enter token' ,
2021-03-19 18:52:19 +08:00
sendAccountTip : 'Tip:The SMTP account is used as the sending account by default' ,
testAccountTip : 'Tip:Used only as test mail recipient' ,
sslTip : 'If the SMTP port is 465, you usually need to enable SSL' ,
2021-04-21 13:05:27 +08:00
tlsTip : 'If the SMTP port is 587, you usually need to enable TLS' ,
securityType : 'Security type'
2020-03-30 21:09:34 +08:00
} ,
2021-03-19 18:52:19 +08:00
terminal : {
terminal : 'Terminal' ,
2021-04-21 13:05:27 +08:00
terminalNum : 'Max terminal number' ,
2021-04-21 19:29:28 +08:00
timeout : 'Timeout' ,
userTip : 'Telnet user prompt' ,
pinTip : 'Ternet password prompt' ,
localRetention : 'Local retention'
2020-03-30 21:09:34 +08:00
} ,
2021-03-19 18:52:19 +08:00
ldap : {
ldap : 'LDAP' ,
address : 'LDAP address' ,
dn : 'Bind DN' ,
2021-04-27 20:31:54 +08:00
pin : 'Password' ,
2021-03-19 18:52:19 +08:00
ou : 'User OU' ,
2021-03-01 16:10:05 +08:00
ouTip : 'Use the "|" symbol to separate OU' ,
2021-03-19 18:52:19 +08:00
filter : 'User filter' ,
2021-03-01 16:10:05 +08:00
filterTip : 'The possible options are: (cn or uid or sAMAccountName=%(user)s)' ,
2021-03-19 18:52:19 +08:00
map : 'Attribute mapping' ,
2021-03-03 12:37:11 +08:00
mapTip : 'Attribute mapping represents how to map LDAP user attributes to NEZHA users; username,email are the attributes of NEZHA' ,
2021-04-21 18:24:25 +08:00
active : 'LDAP authentication' ,
2021-04-21 19:29:28 +08:00
timeout : 'Timeout'
2020-03-30 21:09:34 +08:00
} ,
2020-07-06 16:06:43 +08:00
link : {
2021-03-19 18:52:19 +08:00
link : 'Link' ,
name : 'Name' ,
url : 'Url' ,
operation : 'Operation' ,
add : 'Add' ,
update : 'Update' ,
del : 'Delete' ,
nameMaxLength : 'The length should be less than 64' ,
2021-04-16 21:10:31 +08:00
uriRequired : 'Please fill in the correct url' ,
create : 'Creator'
2020-07-06 16:06:43 +08:00
} ,
2020-11-19 18:20:31 +08:00
notification : {
2021-03-19 18:52:19 +08:00
notification : 'Notification' ,
name : 'Name' ,
filePath : 'File path' ,
operation : 'Operation' ,
2021-04-16 21:10:31 +08:00
account : 'Account' ,
2021-04-21 18:24:25 +08:00
state : 'Enable' ,
2021-04-16 21:10:31 +08:00
buildIn : 'Build in' ,
2021-03-19 18:52:19 +08:00
add : 'Add' ,
update : 'Update' ,
del : 'Delete' ,
nameMaxLength : 'The length should be less than 64' ,
uriRequired : 'Required' ,
2021-04-16 21:10:31 +08:00
filePathReg : 'Please enter the correct file path' ,
2021-04-30 18:04:32 +08:00
create : 'New notification' ,
2021-04-16 21:10:31 +08:00
invalid : 'Invalid' ,
valid : 'Valid'
2020-11-19 18:20:31 +08:00
} ,
2021-03-19 18:52:19 +08:00
reset : {
reset : 'Reset' ,
type : 'Type' ,
2021-04-27 20:31:54 +08:00
pin : 'Password' ,
2021-04-22 17:43:13 +08:00
metric : 'Metric' ,
alert : 'Alert' ,
2021-03-19 18:52:19 +08:00
sysConfig : 'System config' ,
2021-04-27 20:31:54 +08:00
pinTip : 'Please input your password' ,
2021-03-19 18:52:19 +08:00
promptTitle : 'Confirm' ,
yes : 'Yes' ,
no : 'No'
2021-04-16 21:10:31 +08:00
} ,
apiKey : {
apiKey : 'API key' ,
role : 'Role' ,
create : 'Creator' ,
creatAt : 'Create at' ,
2021-04-21 18:24:25 +08:00
expireAt : 'Expire at' ,
2021-04-21 19:29:28 +08:00
noExpire : 'No expiration date'
2020-03-30 21:09:34 +08:00
}
2021-03-16 17:54:05 +08:00
} ,
2021-03-18 18:10:54 +08:00
assetType : {
2021-03-19 18:52:19 +08:00
assetType : 'Asset Type' ,
2021-04-29 10:56:41 +08:00
type : 'Asset Type' ,
2021-05-13 20:27:23 +08:00
name : 'Name' ,
vm : 'VM' ,
vmh : 'VMH' ,
authProtocol : 'AuthProtocol' ,
2021-04-27 20:59:37 +08:00
snmpEnable : 'SnmpEnable' ,
2021-05-13 20:27:23 +08:00
snmpCollect : 'SnmpCollect' ,
createModel : 'New Type' ,
sshCollect : 'SshCollect' ,
sshCollectScript : 'SshCollectScript' ,
2021-03-19 18:52:19 +08:00
parent : 'Parent' ,
pname : 'Parent name' ,
editAssetType : 'Edit asset type' ,
2021-04-30 18:04:32 +08:00
createAssetType : 'New asset type'
2021-03-18 18:10:54 +08:00
} ,
assetState : {
2021-03-19 18:52:19 +08:00
assetState : 'Asset State' ,
monitor : 'Monitor' ,
alert : 'Alert' ,
assetTotal : 'Total assets' ,
2021-04-30 18:04:32 +08:00
createAssetState : 'New asset state' ,
2021-03-19 18:52:19 +08:00
editAssetState : 'Edit asset state'
2021-03-18 18:10:54 +08:00
} ,
2021-04-13 10:00:48 +08:00
assetLabel : {
2021-05-14 17:51:02 +08:00
addMeta : 'Add label' ,
2021-03-25 09:50:23 +08:00
example : 'Example' ,
2021-05-26 10:58:15 +08:00
editMeta : 'Edit lable' ,
2021-05-14 17:51:02 +08:00
assetLabel : 'Asset label' ,
2021-03-25 16:10:35 +08:00
all : 'All' ,
2021-04-30 18:04:32 +08:00
addGroup : 'Add group' ,
2021-03-25 09:50:23 +08:00
editGroup : 'Edit group' ,
2021-04-13 10:00:48 +08:00
addLabel : 'Create label' ,
editLabel : 'Edit label' ,
2021-03-25 09:50:23 +08:00
groupName : 'Name' ,
key : 'Key' ,
name : 'Name' ,
group : 'Group' ,
search : 'Search' ,
display : 'Display' ,
type : 'Type' ,
params : 'Params' ,
2021-04-13 10:00:48 +08:00
updateLabel : 'Update label' ,
deleteLabel : 'Delete label' ,
infoLabel : 'Label Info' ,
2021-03-25 09:50:23 +08:00
text : 'TEXT' ,
multitext : 'MULTITEXT' ,
textarea : 'TEXTAREA' ,
radio : 'RADIO' ,
checkbox : 'CHECKBOX' ,
select : 'SELECT' ,
integer : 'INTEGER' ,
double : 'DOUBLE' ,
datetime : 'DATETIME' ,
2021-03-25 12:38:29 +08:00
email : 'EMAIL' ,
option : 'Options' ,
isCheck : 'Is check' ,
operate : 'Operate' ,
default : 'Default' ,
dateType : 'Date type' ,
date : 'Date' ,
time : 'Time' ,
datetimes : 'Date + Time' ,
interval : 'Interval' ,
decimals : 'Decimals' ,
moreOptionsError : 'There are up to 20 options' ,
2021-03-25 16:10:35 +08:00
onlyOptionError : 'You need at least one option' ,
2021-04-13 10:00:48 +08:00
labelOptionNull : 'Please input option'
2021-03-25 09:50:23 +08:00
} ,
2021-03-19 18:52:19 +08:00
exprTemp : {
exprTemp : 'Expression template' ,
exprTempInfo : 'Expression template Info' ,
exprTempRender : 'expression template render' ,
exprTempDown : 'expression template download' ,
exprTempImport : 'expression template import' ,
exprTempExport : 'expression template export' ,
exprTempImportCancel : 'expression template import rollback' ,
2021-04-23 19:58:08 +08:00
copy : 'Duplicate' ,
2021-03-19 18:52:19 +08:00
name : 'Name' ,
gname : 'Group' ,
expression : 'Expression' ,
remark : 'Description' ,
errorStr : 'Please fill in the {errorStr} value' ,
edit : 'Edit expression template' ,
create : 'New expression template' ,
2021-04-27 11:25:24 +08:00
expressionError : 'Please fill in the "expression" value' ,
type : 'Type' ,
2021-05-06 21:40:56 +08:00
varType : 'Variable type'
2021-04-23 18:10:25 +08:00
} ,
chartTemp : {
2021-04-27 11:25:24 +08:00
chartTemp : 'Chart template' ,
type : 'Type' ,
2021-05-06 21:40:56 +08:00
varType : 'Variable type'
2020-02-21 17:57:19 +08:00
}
2019-12-05 15:46:40 +08:00
} ,
2019-12-10 17:00:28 +08:00
alert : {
2021-05-14 12:00:25 +08:00
alert : 'Alert' , // "告警"
2021-03-19 18:52:19 +08:00
message : 'Message' , // '信息'
rule : 'Rule' , // '规则'
2021-04-13 20:33:12 +08:00
alertMessage : 'Alert message' , // "告警信息"
alertRule : 'Alert rule' , // "告警规则"
2021-05-07 21:27:47 +08:00
alertName : 'Name' , // "告警名称"
2021-05-08 18:08:32 +08:00
method : 'Method' , // "告警名称"
2021-03-19 18:52:19 +08:00
severity : 'Priority' , // "等级"
description : 'Description' , // "描述"
summary : 'Summary' , // "概要"
startAt : 'Start time' , // "开始时间"
2021-05-08 11:25:05 +08:00
notify : 'Notification' , // "通知方式"
2021-03-19 18:52:19 +08:00
endAt : 'End time' , // "结束时间"
2019-12-06 17:36:33 +08:00
list : {
2021-03-19 18:52:19 +08:00
// 表头
linked : 'Linked' , // "关联"
type : 'Type' , // "类别"
state : 'State' , // "状态"
charts : 'Charts' , // "图表"
// 表内容
projectAlert : 'Project alert' , // "系统告警"
moduleAlert : 'Module alert' , // "组件告警"
deviceAlert : 'Device alert' , // "设备告警"
pending : 'Pending' , // "待处理"
expired : 'Expired' , // "已过期"
2021-05-14 12:00:25 +08:00
labels : 'Label' ,
2020-05-12 19:59:08 +08:00
current : 'Current' ,
2021-03-19 18:52:19 +08:00
remark : 'Remark' ,
id : 'ID'
2019-12-06 17:36:33 +08:00
} ,
config : {
2021-03-19 18:52:19 +08:00
name : 'Name' , // "名称"
receiver : 'Receiver' , // "用户组"
expr : 'Expression' , // "表达式"
for : 'Duration (s)' , // For (s)
second : 'second' ,
link : 'Link' , // '关联'
option : 'Operation' , // "操作"
alertConfig : 'Alert rule' , // "告警规则"
createAlertConfig : 'New alert rule' , // "新增告警规则"
editAlertConfig : 'Edit alert rule' , // "修改告警规则"
2021-05-14 12:00:25 +08:00
alertNum : 'Alert' , // 告警信息数量
2021-03-19 18:52:19 +08:00
P1 : 'P1' ,
P2 : 'P2' ,
P3 : 'P3' ,
2019-12-13 17:08:35 +08:00
typeOption : {
2021-03-19 18:52:19 +08:00
project : 'Project' , // '系统'
module : 'Module' , // '组件'
asset : 'Device' // '设备'
2020-06-04 19:14:04 +08:00
} ,
2021-03-19 18:52:19 +08:00
operator : 'Operator' ,
threshold : 'Threshold' ,
unit : 'Unit' ,
2020-06-07 21:39:07 +08:00
chart : {
2021-03-19 18:52:19 +08:00
alertRuleInfo : 'Alert rule information' ,
alertNumTrend : 'Alert num trend' ,
affectEntity : 'Affect entity'
2021-05-13 20:27:23 +08:00
}
2020-11-12 09:54:42 +08:00
} ,
2021-03-19 18:52:19 +08:00
silence : {
2021-05-08 11:25:05 +08:00
name : 'Name' ,
2021-03-19 18:52:19 +08:00
silence : 'Alert silence' ,
create : 'New alert silence' ,
edit : 'Edit alert silence' ,
time : 'Time' ,
2021-05-14 12:00:25 +08:00
matchers : 'Matcher' ,
2021-05-11 17:20:22 +08:00
remark : 'Description' ,
2021-03-19 18:52:19 +08:00
selectTime : 'Please select time' ,
selectMather : 'Required' ,
datacenter : 'datacenter' ,
project : 'project' ,
module : 'module' ,
endpoint : 'endpoint' ,
2021-03-29 17:57:11 +08:00
asset : 'asset' ,
2021-05-08 11:25:05 +08:00
timeError : 'The end time must be greater than the start time' ,
state : 'State' ,
startTime : 'Start time' ,
upTime : 'Update Time'
2021-03-11 13:39:02 +08:00
} ,
2021-03-23 10:55:02 +08:00
P1Rule : 'P1: Critical, alert that can cause business paralysis' ,
P2Rule : 'P2: Major, alert that requires urgent attention, but does not affect the business yet' ,
P3Rule : 'P3: Minor, alert that needs to be dealt with, but not urgent'
2019-12-06 17:36:33 +08:00
} ,
2019-12-10 17:00:28 +08:00
project : {
2020-06-02 19:59:59 +08:00
chart : {
2021-03-19 18:52:19 +08:00
basicTitle : 'Basic info' ,
alertStat : 'Alert state' ,
endpointStat : 'Endpoint state' ,
projectInfo : 'Project information' ,
endpointInfo : 'Endpoint information'
2020-06-02 19:59:59 +08:00
} ,
2021-05-19 11:21:59 +08:00
topo : {
list : 'List' ,
update : 'Update' ,
icon : {
list : 'List' ,
delete : 'Delete' ,
save : 'Save' ,
2021-05-20 16:27:46 +08:00
info : 'Info'
2021-05-19 11:21:59 +08:00
}
} ,
2019-12-11 17:15:23 +08:00
project : {
2021-05-11 10:37:58 +08:00
project : 'Name' , // "系统"
2021-05-14 15:24:32 +08:00
projectName : 'Project' , // "系统名称"
2021-03-19 18:52:19 +08:00
editProject : 'Edit project' , // "编辑系统"
description : 'Description' , // "描述"
createProject : 'New project' // "新增系统"
2019-12-11 17:15:23 +08:00
} ,
module : {
2021-03-19 18:52:19 +08:00
module : 'Module' , // "组件"
2021-05-11 10:37:58 +08:00
moduleName : 'Name' , // "组件名称"
2021-03-19 18:52:19 +08:00
editModule : 'Edit module' , // "编辑组件"
description : 'Description' , // "描述"
createModule : 'New module' , // "新增组件"
2020-04-02 11:59:39 +08:00
version : 'Version' ,
walk : 'Walk' ,
2021-04-13 19:06:34 +08:00
type : 'Type' ,
2020-04-02 11:59:39 +08:00
maxRepetitions : 'Max repetitions' ,
retries : 'Retries' ,
timeout : 'Timeout' ,
community : 'Community' ,
securityLevel : 'Security level' ,
authProtocol : 'Auth protocol' ,
privProtocol : 'Priv protocol' ,
contextName : 'Context name' ,
2021-04-27 10:50:44 +08:00
privpin : 'Priv password' ,
2021-05-12 10:59:21 +08:00
alerts : 'Alert' ,
2021-04-16 15:02:40 +08:00
asset : 'Asset' ,
2021-04-28 18:59:58 +08:00
editEndpoint : 'Edit endpoint' ,
2021-04-30 18:04:32 +08:00
createEndpoint : 'New endpoint' ,
2021-08-04 16:55:11 +08:00
batchEndpoint : 'Batch endpoint' ,
batchAddEndpoint : 'Batch new endpoint' ,
2021-08-05 14:50:29 +08:00
batchAdd : 'Batch add' ,
2021-05-14 12:00:25 +08:00
endpointName : 'Endpoint' ,
2021-05-11 10:37:58 +08:00
name : 'Name' ,
2019-12-12 17:15:33 +08:00
tip : {
2021-03-19 18:52:19 +08:00
defaultEndpointSet : 'Default endpoint settings' , // "默认的Endpoint设置"
relation : 'Module associated Endpoint will configure the following ports/paths/parameters by default' // "组件关联的Endpoint将默认配置以下端口/路径/参数"
2019-12-12 17:15:33 +08:00
}
2019-12-11 17:15:23 +08:00
} ,
2019-12-10 17:00:28 +08:00
endpoint : {
2021-03-19 18:52:19 +08:00
createEndpoint : 'New endpoint' , // "新增Endpoint"
editEndpoint : 'Edit endpoint' , // "编辑Endpoint"
2021-05-25 14:32:08 +08:00
endpoint : 'Endpoint ' , // "Endpoint"
2021-05-26 10:58:15 +08:00
endpoints : 'Endpoint' ,
2021-06-08 10:31:05 +08:00
endpointName : 'Endpoint name' ,
2021-03-19 18:52:19 +08:00
endpointId : 'Endpoint ID' , // "Endpoint ID"
2021-05-19 11:21:59 +08:00
list : 'List' ,
2021-03-19 18:52:19 +08:00
host : 'Host' , // "Host"
port : 'Port' , // "端口"
param : 'Parameter' , // "参数"
path : 'Path' , // "路径"
asset : 'Asset' , // "设备"
lastUpdate : 'Last reply' , // "最后更新时间"
moduleParameter : 'Module' , // "组件参数"
addGraph : 'View graph' , // 添加图标
2020-02-04 18:52:09 +08:00
element : 'Element' ,
value : 'Value' ,
2020-02-06 12:04:41 +08:00
promExpr : 'Please input expression' ,
2021-03-19 18:52:19 +08:00
dialogTitle : 'History value' , // endpoint 弹出dialog 标题,
hideSameLabels : 'Hide same labels' ,
stateInfo _230009 : 'Promserver unavailable' ,
stateInfo _230010 : 'Promserver can be used' ,
stateInfo _230011 : 'Endpoint connection refused' ,
2021-05-14 12:00:25 +08:00
alerts : 'Alert' ,
2021-05-14 17:51:02 +08:00
labels : 'Label' ,
2021-04-13 19:06:34 +08:00
pattern : 'Name pattern' ,
credentials : 'Credentials' ,
scrape _interval : 'Scrape interval' ,
scrape _interval _placeholder : 'default global scrape interval' ,
scrape _timeout : 'Scrape timeout' ,
scrape _timeout _placeholder : 'default global scrape timeout' ,
type : 'Type' ,
2021-04-14 15:38:37 +08:00
bearer _token : 'bearer token' ,
2021-04-13 19:06:34 +08:00
username : 'Username' ,
2021-04-27 10:50:44 +08:00
pin : 'Password' ,
2021-04-13 19:06:34 +08:00
authTypeNull : 'None' ,
2021-04-14 15:38:37 +08:00
authTypeWord : 'basic auth' ,
2021-04-16 17:36:00 +08:00
authTypeToken : 'bearer token' ,
name : 'Name' ,
2021-05-18 18:02:32 +08:00
configs : 'Config' ,
2021-04-21 18:54:15 +08:00
state : 'State' ,
2021-06-01 17:24:57 +08:00
allselect : 'The current page has all been selected' ,
enable : 'Enable' ,
disable : 'Disable' ,
2021-08-03 15:52:01 +08:00
status : 'Endpoint status' ,
basicTypeFile : 'Path' ,
basicTypeJournal : 'Unit' ,
2021-08-05 16:11:46 +08:00
basicTypeSyslog : 'Listen address' ,
basicAppName : 'App name'
2019-12-10 17:00:28 +08:00
} ,
2019-12-13 17:08:35 +08:00
metrics : {
2021-03-19 18:52:19 +08:00
metrics : 'Metrics' , // "指标"
name : 'Name' , // '名称'
type : 'Type' , // '类型'
description : 'Description' // '描述'
2020-09-03 09:51:50 +08:00
} ,
2021-03-19 18:52:19 +08:00
topology : {
module : 'Module element' ,
add : 'Add' ,
selTwoNode : 'Please select two module' ,
save : 'Save' ,
cancel : 'Cancel' ,
exit : 'Exit' ,
preview : 'Preview' ,
addLine : 'Add line' ,
editLine : 'Edit line' ,
lineName : 'Line Name' ,
width : 'Width' ,
height : 'Height' ,
dashes : 'dotted line' ,
option : 'Option' ,
arrows : 'arrows' ,
color : 'color' ,
chartName : 'Name' ,
unit : 'Unit' ,
addModule : 'Add module' ,
editModule : 'Edit module' ,
edit : 'edit' ,
refresh : 'refresh' ,
endpoint : 'Endpoint' ,
asset : 'Asset' ,
total : 'Chart' ,
info : 'Module Info' ,
alert : 'Alert Message' ,
lineType : 'Line type' ,
straight : 'straight' ,
upload : 'upload' ,
requiredName : 'The name of the required' ,
imgFormat : 'Upload picture can only be JPG/ PNG format!' ,
imgSize : 'Upload image size should not exceed 2MB!' ,
imgMeasure : 'The width and height of uploaded pictures must be greater than 100!' ,
data : 'Data' ,
style : 'Style' ,
title : 'Title' ,
level : 'Level' ,
value : 'Value' ,
animation : 'Animation' ,
animationType : 'Animation type' ,
animationColor : 'Animation color' ,
link : 'Link' ,
fill : 'Fill' ,
lines : 'Line' ,
text : 'Text' ,
name : 'Name' ,
bac : 'Background' ,
bacImage : 'Background image' ,
defaultLineWidth : 'Default line width' ,
defaultLineType : 'Default line type' ,
lineWidth : 'Line width' ,
grids : 'Grids' ,
gridSize : 'Grid Size' ,
gridColor : 'Grid Color' ,
rule : 'Ruler' ,
ruleColor : 'Rule Color' ,
defaultStartArrow : 'Default start arrow' ,
defaultEndArrow : 'Default end arrow' ,
positionAndSize : 'Position&Size' ,
circularBead : 'Circular bead' ,
rotate : 'Rotate' ,
pl : 'Padding left' ,
pt : 'Padding top' ,
pr : 'Padding right' ,
pb : 'Padding bottom' ,
gradient : 'Gradient' ,
lineStyle : 'Line dash' ,
lineColor : 'Line color' ,
lineDash : 'lineDash' ,
fromArrow : 'From arrow' ,
toArrow : 'To arrow' ,
arrowColor : 'Arrow color' ,
fontSize : 'Font Size' ,
fontColor : 'Font Color' ,
align : 'Align' ,
opacity : 'Opacity' ,
bounce : 'bounce' ,
shakeX : 'shakeX' ,
swing : 'swing' ,
heartBeat : 'heartBeat' ,
flash : 'flash' ,
fade : 'fade' ,
flow : 'flow' ,
beads : 'beads' ,
dot : 'dot' ,
comet : 'comet' ,
curve : 'curve' ,
polyline : 'polyline' ,
line : 'line' ,
placeholderImg : 'Please enter name' ,
unitError : 'Please select the folder' ,
imgError : 'Please upload pictures' ,
folder : 'Folder' ,
2021-05-11 19:17:46 +08:00
selMod : 'Please bind module for all nodes' ,
2021-06-29 14:10:41 +08:00
none : 'None' ,
2021-07-08 15:16:08 +08:00
previewExit : 'Continue' ,
2021-07-09 11:46:49 +08:00
iconColor : 'Icon color' ,
maxWidth : 'Max width' ,
2021-07-14 13:50:51 +08:00
maxCount : 'Max count' ,
2021-07-09 11:46:49 +08:00
nodeWidth : 'Node width' ,
nodeHeight : 'Node height' ,
spaceWidth : 'Space width' ,
spaceHeight : 'Space height' ,
onLayout : 'Layout' ,
top : 'Top' ,
bottom : 'Bottom' ,
delete : 'Delete' ,
cut : 'Cut' ,
copy : 'Copy' ,
2021-07-16 14:43:20 +08:00
paste : 'Paste' ,
2021-07-19 10:32:03 +08:00
textContent : 'Text content' ,
textAlign : 'Text align' ,
textBaseline : 'Text baseline' ,
textOffsetX : 'Text offsetX' ,
textOffsetY : 'Text offsetY' ,
left : 'left' ,
center : 'center' ,
right : 'right' ,
topOffsetY : 'top' ,
middleOffsetY : 'middle' ,
2021-07-19 14:04:40 +08:00
bottomOffsetY : 'bottom' ,
transparency : 'Transparency' ,
composing : 'Composing'
2021-04-23 11:47:38 +08:00
} ,
2021-07-09 11:46:49 +08:00
update : 'Update'
2019-12-10 17:00:28 +08:00
} ,
2021-03-19 18:52:19 +08:00
date : {
week : {
one : 'MON' ,
two : 'TUE' ,
three : 'WED' ,
four : 'THU' ,
five : 'FRI' ,
six : 'SAT' ,
seven : 'SUN'
2020-10-16 19:26:50 +08:00
}
} ,
2021-05-11 22:29:14 +08:00
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'
} ,
2020-12-09 19:14:50 +08:00
buttons : {
2021-04-13 10:00:48 +08:00
view : 'View' ,
add : 'Add' ,
edit : 'Edit' ,
2021-04-13 20:33:12 +08:00
delete : 'Delete' ,
2021-05-19 11:21:59 +08:00
expired : 'Expired' ,
panel : {
addChart : 'Add chart' ,
editChart : 'Edit chart' ,
deleteChart : 'Delete chart'
} ,
asset : {
view : 'View' ,
connect : 'Connect'
} ,
snmp : {
view : 'View' ,
add : 'Add' ,
edit : 'Edit' ,
delete : 'Delete' ,
2021-07-19 11:18:13 +08:00
mibBrowser : 'Mib browser'
2021-05-19 11:21:59 +08:00
} ,
credential : {
view : 'View' ,
add : 'Add' ,
edit : 'Edit' ,
2021-07-19 11:18:13 +08:00
delete : 'Delete'
2021-05-19 11:21:59 +08:00
} ,
system : {
basic : 'Basic' ,
email : 'Email' ,
terminal : 'Terminal' ,
ldap : 'LDAP' ,
2021-07-19 11:18:13 +08:00
apiKey : {
2021-05-19 11:21:59 +08:00
add : 'Add' ,
edit : 'Edit' ,
2021-07-19 11:18:13 +08:00
delete : 'Delete'
2021-05-19 11:21:59 +08:00
}
} ,
terminalLog : {
kill : 'Kill' ,
monitor : 'Monitor'
}
} ,
system : {
notification : {
notification : 'Notification'
} ,
reset : {
reset : 'Reset'
} ,
apikey : {
2021-07-19 11:18:13 +08:00
apiKey : 'Api Key'
2021-05-19 11:21:59 +08:00
}
2020-12-09 19:14:50 +08:00
} ,
2021-08-18 15:28:39 +08:00
profile : {
2021-08-18 19:15:40 +08:00
profile : 'Profile' ,
2021-08-18 15:28:39 +08:00
close : 'Close' ,
2021-08-19 12:51:49 +08:00
enable : 'Enable' ,
2021-08-18 15:28:39 +08:00
update : 'Update' ,
2021-08-19 17:00:47 +08:00
operationRecord : 'Operation log' ,
2021-08-18 15:28:39 +08:00
changePassword : 'Change password' ,
oldPassword : 'Old password' ,
newPassword : 'New password' ,
confirmPassword : 'Confirm password' ,
lastLoginIp : 'Last login Ip' ,
lastLoginTime : 'Last login time' ,
role : 'Role' ,
email : 'Email' ,
mobile : 'Mobile' ,
source : 'Source' ,
2021-08-19 17:00:47 +08:00
twoFactorAuthentication : 'Two-Factor Authentication'
2021-08-18 15:28:39 +08:00
} ,
2019-12-02 16:16:26 +08:00
... enLocale
}
2021-03-19 18:52:19 +08:00
export default en