fix:限速设置界面中英适配
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -829,6 +829,34 @@ const local:any = {
|
||||
geterr:'获取计费规则失败',
|
||||
updatesuc:'更新成功',
|
||||
updateerr:'更新失败'
|
||||
},
|
||||
ratelimit:{
|
||||
title:'限速管理',
|
||||
change:'修改限速配置',
|
||||
add:'新增限速配置',
|
||||
name:'限速名称',
|
||||
plename:'请输入限速名称',
|
||||
upratelimit:'上行限速',
|
||||
useuplimit:'启用上行限速',
|
||||
uplimit:'上行带宽',
|
||||
pleuplimit:'请输入上行带宽',
|
||||
downratelimit:'下行限速',
|
||||
usedownlimit:'启用下行限速',
|
||||
downlimit:'下行带宽',
|
||||
pledownlimit:'请输入下行带宽',
|
||||
reject:'请输入大于0的带宽值',
|
||||
confirmdelete:'确认删除',
|
||||
deletecontant:'确定要删除限速配置',
|
||||
deletesuc:'删除成功',
|
||||
idnull:'编辑ID不能为空',
|
||||
changesuc:'修改成功',
|
||||
addsuc:'添加成功',
|
||||
changeerror:'修改失败',
|
||||
adderror:'添加失败',
|
||||
unlimit:'无限制',
|
||||
operate:'操作',
|
||||
changed:'修改',
|
||||
delete:'删除',
|
||||
}
|
||||
},
|
||||
form: {
|
||||
|
||||
Reference in New Issue
Block a user