15 lines
304 B
JavaScript
15 lines
304 B
JavaScript
export default {
|
|
'Log': {
|
|
'level': 'Log Level',
|
|
'label': 'Label',
|
|
'search': 'Search',
|
|
'content': 'Log Content',
|
|
'link_id': 'Link ID',
|
|
'link_id_msg': 'Please enter the link ID',
|
|
'time': 'Time',
|
|
'start_time': 'Start Time',
|
|
'to': 'To',
|
|
'end_time': 'End Time'
|
|
}
|
|
}
|