fix(xo-web/en): grammar fixes (#5713)
This commit is contained in:
@@ -786,7 +786,7 @@ const messages = {
|
||||
srNoVdis: 'No VDIs in this storage',
|
||||
// ----- Pool general -----
|
||||
poolTitleRamUsage: 'Pool RAM usage:',
|
||||
poolRamUsage: '{used} used on {total} ({free} free)',
|
||||
poolRamUsage: '{used} used of {total} ({free} free)',
|
||||
poolMaster: 'Master:',
|
||||
displayAllHosts: 'Display all hosts of this pool',
|
||||
displayAllStorages: 'Display all storages of this pool',
|
||||
@@ -880,7 +880,7 @@ const messages = {
|
||||
'Are you sure you want to enter maintenance mode? This will migrate all the VMs running on this host to other hosts of the pool.',
|
||||
maintenanceHostModalTitle: 'Maintenance mode',
|
||||
maintenanceHostTooltip: 'Evacuate and disable the host',
|
||||
memoryHostState: 'RAM: {memoryUsed} used on {memoryTotal} ({memoryFree} free)',
|
||||
memoryHostState: 'RAM: {memoryUsed} used of {memoryTotal} ({memoryFree} free)',
|
||||
hardwareHostSettingsLabel: 'Hardware',
|
||||
hyperThreading: 'Hyper-threading (SMT)',
|
||||
hyperThreadingNotAvailable: 'HT detection is only available on XCP-ng 7.6 and higher',
|
||||
@@ -1415,11 +1415,11 @@ const messages = {
|
||||
copyHostBiosStrings: 'Copy host BIOS strings to VM',
|
||||
newVmCreateNewVmOn: 'Create a new VM on {select}',
|
||||
newVmCreateNewVmNoPermission: 'You have no permission to create a VM',
|
||||
newVmInfoPanel: 'Infos',
|
||||
newVmInfoPanel: 'Info',
|
||||
newVmNameLabel: 'Name',
|
||||
newVmTemplateLabel: 'Template',
|
||||
newVmDescriptionLabel: 'Description',
|
||||
newVmPerfPanel: 'Performances',
|
||||
newVmPerfPanel: 'Performance',
|
||||
newVmVcpusLabel: 'vCPUs',
|
||||
newVmRamLabel: 'RAM',
|
||||
newVmRamWarning: 'The memory is below the threshold ({threshold})',
|
||||
|
||||
Reference in New Issue
Block a user