2
0

fix:限速设置界面中英适配

This commit is contained in:
zhongzm
2025-02-08 18:36:18 +08:00
parent 196ff4bcdc
commit 66b705ab17
3 changed files with 92 additions and 40 deletions

View File

@@ -829,6 +829,34 @@ const local: any = {
geterr:'Failed to get the billing rule',
updatesuc:'Update successful',
updateerr:'Update failed'
},
ratelimit:{
title:'Speed limit management',
change:'Modify speed limit configuration',
add:'New speed limit configuration.',
name:'Limie Name',
plename:'Please enter speed limit name.',
upratelimit:'Up Rate Limit',
useuplimit:'Enable upstream rate limiting.',
uplimit:'Upstream bandwidth',
pleuplimit:'Please enter upstream bandwidth.',
downratelimit:'Down Rate Limit',
usedownlimit:'Enable downstream speed limit',
downlimit:'Downstream bandwidth',
pledownlimit:'Please enter downstream bandwidth.',
reject:'Please enter bandwidth value greater than 0.',
confirmdelete:'Confirm deletion.',
deletecontant:'It is confirmed to delete the speed limit configuration',
deletesuc:'Deletion successful.',
idnull:'The editor ID cannot be empty.',
changesuc:'Modification successful.',
addsuc:'Addition successful.',
changeerror:'Modification failed.',
adderror:'Failed to add.',
unlimit:'Unlimited',
operate:'Operate',
changed:'Revise',
delete:'Delete',
}
},
form: {