fix: 多语言重复key/图标引用缺失
This commit is contained in:
@@ -768,7 +768,6 @@ const local: any = {
|
||||
selectGroup:'No Group',
|
||||
total:'Total',
|
||||
name:'SSID Name',
|
||||
security:'Security',
|
||||
none:'None',
|
||||
security: {
|
||||
security:'Security',
|
||||
|
||||
@@ -769,12 +769,14 @@ const local:any = {
|
||||
selectGroup:'无网络组',
|
||||
total:'共',
|
||||
name:'SSID名称',
|
||||
security:'安全性',
|
||||
none:'无',
|
||||
wpaEnterprise:'WPA-Enterprise',
|
||||
wpaPersonal:'WPA-Personal',
|
||||
ppskWithoutRadius:'PPSK without RADIUS',
|
||||
ppskWithRadius:'PPSK with RADIUS',
|
||||
security: {
|
||||
security:'安全性',
|
||||
wpaEnterprise: 'WPA-Enterprise',
|
||||
wpaPersonal: 'WPA-Personal',
|
||||
ppskWithoutRadius: 'PPSK without RADIUS',
|
||||
ppskWithRadius: 'PPSK with RADIUS',
|
||||
},
|
||||
band:'频段',
|
||||
guestNetwork:'访客网络',
|
||||
enable:'开启',
|
||||
|
||||
Reference in New Issue
Block a user