迁移监控设置功能
This commit is contained in:
@@ -2151,6 +2151,47 @@
|
||||
"please_select": "请选择"
|
||||
}
|
||||
},
|
||||
"system_monitoring": {
|
||||
"monitoring_configuration": {
|
||||
"search": "查询",
|
||||
"reset": "重置",
|
||||
"add": "新增",
|
||||
"edit": "编辑",
|
||||
"delete": "删除",
|
||||
"confirm": "确定",
|
||||
"cancel": "取消",
|
||||
"prompt": "提示",
|
||||
"operation": "操作",
|
||||
"operation_success": "操作成功",
|
||||
"confirm_operation": "确定要执行该操作吗?",
|
||||
"serial_number": "序号",
|
||||
"monitor_code": "监控编码",
|
||||
"monitor_name": "监控名称",
|
||||
"ip_address": "IP地址",
|
||||
"port": "端口",
|
||||
"python_version": "Python版本",
|
||||
"refresh_interval": "刷新间隔",
|
||||
"cpu_warning": "CPU预警值",
|
||||
"disk_warning": "磁盘预警值",
|
||||
"memory_swap_warning": "内存/交换区预警值",
|
||||
"enter_monitor_code": "请输入监控编码",
|
||||
"enter_monitor_name": "请输入监控名称",
|
||||
"enter_ip_address": "请输入IP地址",
|
||||
"enter_port": "请输入端口",
|
||||
"enter_refresh_interval": "请输入刷新间隔",
|
||||
"enter_disk_warning": "请输入磁盘预警值",
|
||||
"enter_cpu_warning": "请输入CPU预警值",
|
||||
"enter_memory_swap_warning": "请输入内存/交换区预警值",
|
||||
"enter_python_version": "请输入Python版本",
|
||||
"please_enter_monitor_code": "请输入监控编码",
|
||||
"please_enter_monitor_name": "请输入监控名称",
|
||||
"please_enter_ip_address": "请输入IP地址",
|
||||
"please_enter_port": "请输入端口",
|
||||
"length_1_to_100": "长度在 1 到 100 个字符",
|
||||
"add_monitor_config": "新增监控配置",
|
||||
"edit_monitor_config": "编辑监控配置"
|
||||
}
|
||||
},
|
||||
"system_utilities": {
|
||||
"api_logs": {
|
||||
"id": "ID",
|
||||
|
||||
Reference in New Issue
Block a user