2
0

fix:套餐管理界面中英适配

This commit is contained in:
zhongzm
2025-02-08 19:24:23 +08:00
parent 66b705ab17
commit dd390a8a0f
3 changed files with 174 additions and 80 deletions

View File

@@ -857,6 +857,55 @@ const local: any = {
operate:'Operate',
changed:'Revise',
delete:'Delete',
},
package: {
title: 'Package Management',
add: 'Add Package',
packagename: 'Package Name',
plepackagename: 'Please enter package name',
period: 'Billing Cycle',
pleperiod: 'Please enter cycle number',
pleunit:'Please enter the billing period unit',
price: 'Price',
pleprice: 'Please enter price',
traffic: 'Traffic Limit',
pletraffic: 'Please enter traffic',
limit: 'Bandwidth Limit',
plelimit: 'Please select bandwidth limit configuration',
duration: 'Duration Limit',
pleduration: 'Please enter duration',
client: 'Device Limit',
pleclient: 'Please enter number of devices',
unit: 'Units',
usepackage: 'Package Status',
day: 'Day',
month: 'Month',
year: 'Year',
unlimit: 'Unlimited',
up: 'Upload',
down: 'Download',
status:'Status',
use: 'Enable',
unuse: 'Disable',
operate: 'Operation',
edit: 'Edit',
delete: 'Delete',
hour: 'Hour',
second:'s',
rejtraffic: 'Please enter a traffic value greater than 0',
rejduration: 'Please enter a duration value greater than 0',
rejclient: 'Please enter a device number greater than 0',
idnull: 'Edit ID cannot be empty',
editsuc: 'Modified successfully',
addsuc: 'Added successfully',
editerr: 'Modification failed',
adderr: 'Add failed',
confirmdelete: 'Confirm Delete',
deletecontent: 'Are you sure to delete this package?',
confirm: 'Confirm',
close: 'Cancel',
deletesuc: 'Deleted successfully',
deleteerr: 'Delete failed',
}
},
form: {