fix: 删除 nmcli 命令缺失弹窗提示

This commit is contained in:
mofeng-git
2026-07-20 21:24:27 +08:00
parent 219d1ccd08
commit e0055bf491
4 changed files with 41 additions and 17 deletions

View File

@@ -653,6 +653,7 @@ export default {
otgNetworkDriver: 'Host Driver Mode',
otgNetworkInterface: 'Bridge Interface',
otgNetworkNone: 'None',
otgNetworkInterfacesLoadFailed: 'Failed to load bridge interfaces',
otgDescriptor: 'USB Device Descriptor',
vendorId: 'Vendor ID (VID)',
productId: 'Product ID (PID)',

View File

@@ -652,6 +652,7 @@ export default {
otgNetworkDriver: '目标机驱动模式',
otgNetworkInterface: '桥接网卡',
otgNetworkNone: '无',
otgNetworkInterfacesLoadFailed: '无法获取桥接网卡列表',
otgDescriptor: 'USB 设备描述符',
vendorId: '厂商 ID (VID)',
productId: '产品 ID (PID)',