mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-12 18:44:25 +08:00
fix: 完善虚拟U盘创建错误提示 #275
This commit is contained in:
@@ -396,7 +396,10 @@ export default {
|
||||
driveSpaceUnknown: 'Unable to read available space for the MSD directory filesystem',
|
||||
driveSpaceUnavailable: 'Not enough space on the MSD directory filesystem to create a virtual drive',
|
||||
driveSpaceTooSmall: 'Available space is less than {min} MB; cannot create a virtual drive',
|
||||
driveCreateFailed: 'Failed to create virtual drive. Check available space for the MSD directory',
|
||||
driveCreateFailed: 'Failed to create virtual drive',
|
||||
driveFileTooLarge: 'The MSD directory filesystem does not support a virtual drive file this large',
|
||||
driveReadOnly: 'The MSD directory filesystem is read-only',
|
||||
drivePermissionDenied: 'One-KVM does not have permission to write to the MSD directory',
|
||||
driveConnectedBlocked: 'Disconnect the drive before editing files',
|
||||
driveConnectedFilesHidden: 'Drive is connected to target machine — file list unavailable',
|
||||
uploadFailed: 'File upload failed',
|
||||
|
||||
Reference in New Issue
Block a user