|
@@ -80,7 +80,7 @@ export default {
|
|
|
|
|
|
newVersionRelease: 'New Version {0} available',
|
|
newVersionRelease: 'New Version {0} available',
|
|
versionLastest: 'Current Version is Lastese',
|
|
versionLastest: 'Current Version is Lastese',
|
|
- versionUpdate: 'New Version {0} available, Upgrade?',
|
|
|
|
|
|
+ versionUpdate: 'New Version {0} available<br>Do you want Upgrade?',
|
|
changelog: 'CHANGELOG',
|
|
changelog: 'CHANGELOG',
|
|
versionConflict: 'Version does not matched frontend: {0}, backend: {1}, Please Check!',
|
|
versionConflict: 'Version does not matched frontend: {0}, backend: {1}, Please Check!',
|
|
versionCheck: 'Version Check',
|
|
versionCheck: 'Version Check',
|
|
@@ -307,6 +307,48 @@ export default {
|
|
log: {
|
|
log: {
|
|
hide: 'Click to hide multiline log',
|
|
hide: 'Click to hide multiline log',
|
|
show: '{0} lines of log are hidden, Click to show'
|
|
show: '{0} lines of log are hidden, Click to show'
|
|
|
|
+ },
|
|
|
|
+ code: {
|
|
|
|
+ 'error': 'Error({0})',
|
|
|
|
+ 'invalid': 'Error,HttpStatus({0})',
|
|
|
|
+ 'httpError': 'Error',
|
|
|
|
+ '-2': 'Current is Readonly, Cannot be Operated',
|
|
|
|
+ '-10': 'Unauthorized Operation',
|
|
|
|
+ '1001': 'Group Not Found',
|
|
|
|
+ '1002': 'Not Support the Group Type',
|
|
|
|
+ '1003': 'Remote Cannot be empty',
|
|
|
|
+ '1004': 'secretKey Cannot be empty',
|
|
|
|
+ '1005': 'The name will repeat after moving. Please modify the name and try again.',
|
|
|
|
+ '1006': 'Source object and grouping cannot be consistent',
|
|
|
|
+ '1007': 'Resoirce Not Found',
|
|
|
|
+ '1008': 'The current resource has been locked. Please operate after unlocking',
|
|
|
|
+ '1009': 'This path has been used. Please try another path',
|
|
|
|
+ '1010': 'There are conflicts in resource [{0}], please check',
|
|
|
|
+ '1011': 'The path will conflict after moving. Please try another path',
|
|
|
|
+ '1012': 'Request Method Cannot be empty',
|
|
|
|
+ '1013': 'Reqeust Path Cannot be empty',
|
|
|
|
+ '1014': 'Function Path Cannot be empty',
|
|
|
|
+ '1015': 'The configured file path does not exist, please check',
|
|
|
|
+ '1016': 'The Api [{0} ({1})] conflicts with the application and cannot be registered',
|
|
|
|
+ '1017': 'Script Cannot be empty',
|
|
|
|
+ '1018': 'Name Cannot be empty',
|
|
|
|
+ '1019': 'Path Cannot be empty',
|
|
|
|
+ '1020': 'jdbcURL Cannot be empty',
|
|
|
|
+ '1021': 'key Cannot be empty',
|
|
|
|
+ '1022': 'The data source key has been used. Please replace it and try again',
|
|
|
|
+ '1023': 'Please Choose Group',
|
|
|
|
+ '1024': 'Cron Expression Cannot be empty',
|
|
|
|
+ '1025': 'The name cannot contain special characters. Only Chinese, numbers, letters and +-.() and . cannot be start',
|
|
|
|
+ '1026': 'The data source key cannot contain special characters, only Chinese, numbers, letters, _',
|
|
|
|
+ '1027': 'Failed to save. The group name under the same group cannot be duplicate and cannot contain special characters.',
|
|
|
|
+ '1028': 'Parameter validation failed',
|
|
|
|
+ '1029': 'Header validation failed',
|
|
|
|
+ '1030': 'PathVariable validation failed',
|
|
|
|
+ '1031': 'RequestBody validation failed',
|
|
|
|
+ '1032': '请上传文件',
|
|
|
|
+ '1033': 'Failed to validate Signature. Please check whether the secret key is correct',
|
|
|
|
+ '1034': 'Backup is not enabled and cannot be operated',
|
|
|
|
+ '1035': 'Api Not Found'
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|