add: 添加国际化1
This commit is contained in:
18
lms/nladmin-ui/src/i18n/langs/lucene/search/en.js
Normal file
18
lms/nladmin-ui/src/i18n/langs/lucene/search/en.js
Normal file
@@ -0,0 +1,18 @@
|
||||
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'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user