Files
base_lms/nladmin-ui/src/views/monitor/server/locale/en.js
2024-05-29 14:38:26 +08:00

57 lines
2.0 KiB
JavaScript

export default {
'monitor': {
'sys': 'System',
'day': 'Running Day',
'status': 'Status',
'core': 'Core',
'cpu': 'CPU Utilization',
'memory': 'Memory Utilization',
'tality': 'Tality',
'used': 'Used',
'leisure': 'Leisure',
'exchange': 'Exchange Utilization',
'disk': 'Disk Utilization',
'cpu_monitoring': 'Cpu Utilization Monitoring',
'memory_monitoring': 'Memory Utilization Monitoring',
'table': {
'clear': 'Clear',
'username': 'Username',
'IP_source': 'IP Source',
'description': 'Description',
'browser': 'Browser',
'create_time': 'Creation Time',
'exception_details': 'Exception Details',
'view_details': 'View Details',
'clear_log': 'Are You Sure You Want To Clear All Exception Logs?',
'prompt': 'Prompt',
'confirm': 'Confirm',
'cancel': 'Cancel',
'request_time': 'Request Time',
'search': 'Please Enter The Content You Want To Search'
},
'lucence': {
'operate': 'Operation',
'device_code': 'Device Number',
'task_code': 'Task Code',
'instruct_code': 'Instruction Code',
'method': 'Method',
'status_code': 'Status Code',
'requestparam': 'Request Parameter',
'responseparam': 'Return Parameter',
'logTime': 'Timestamp',
'content': 'Content Details',
'method_name': 'Please Enter The Method Name You Want To Search.',
'search_status_code': 'Please Enter The Status Code You Want To Search.',
'search_request_param': 'Please Enter The Request Parameter You Want To Search.',
'search_response_param': 'Please Enter The Response Parameter You Want To Search.',
'search_content': 'Please Enter The Details Of The Content You Want To Search.',
'until': 'Until',
'start_time': 'Start Date',
'end_time': 'End Date',
'the_past_week': 'The Past Week',
'the_past_month': 'The Past Month',
'the_past_three_months': 'The Past Three Months'
}
}
}