添加前端国际化框架

This commit is contained in:
2024-12-18 16:41:06 +08:00
parent 41b9914090
commit 219108b6bd
351 changed files with 25091 additions and 840 deletions

View 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'
}
}
}