You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
691 B
19 lines
691 B
8 months ago
|
export default {
|
||
|
'search': {
|
||
|
'placeholder': {
|
||
|
'device_code': 'Please enter the device number you want to search for',
|
||
|
'method': 'Please enter the name of the method you want to search for',
|
||
|
'status_code': 'Please enter the status code you want to search for',
|
||
|
'requestparam': 'Please enter the request parameters you want to search for',
|
||
|
'responseparam': 'Please enter the return parameters you want to search for',
|
||
|
'blurry': 'Please enter the details of the content you want to search for',
|
||
|
'reach': 'to'
|
||
|
},
|
||
|
'shortcuts': {
|
||
|
'week': 'Last week',
|
||
|
'month': 'Last month',
|
||
|
'month3': 'In the past three months'
|
||
|
}
|
||
|
}
|
||
|
}
|