Files
lanzhouhailiang_one/acs2/nladmin-ui/src/i18n/langs/monitor/en.js

44 lines
1.6 KiB
JavaScript
Raw Normal View History

2024-01-16 16:31:20 +08:00
export default {
'monitor': {
'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'
}
}
}