fix(xo-web/en): more grammar fixes (#5714)
This commit is contained in:
parent
9b1fbf0fbf
commit
54a0d126b5
@ -139,7 +139,7 @@ const messages = {
|
||||
homeHostPage: 'Hosts',
|
||||
homePoolPage: 'Pools',
|
||||
homeTemplatePage: 'Templates',
|
||||
homeSrPage: 'Storages',
|
||||
homeSrPage: 'Storage',
|
||||
dashboardPage: 'Dashboard',
|
||||
overviewDashboardPage: 'Overview',
|
||||
overviewVisualizationDashboardPage: 'Visualizations',
|
||||
@ -268,8 +268,8 @@ const messages = {
|
||||
homeSortVmsBySnapshots: 'Snapshots',
|
||||
homeSortByContainer: 'Container',
|
||||
homeSortByPool: 'Pool',
|
||||
homeDisplayedItems: '{displayed, number}x {icon} (on {total, number})',
|
||||
homeSelectedItems: '{selected, number}x {icon} selected (on {total, number})',
|
||||
homeDisplayedItems: '{displayed, number}x {icon} (of {total, number})',
|
||||
homeSelectedItems: '{selected, number}x {icon} selected (of {total, number})',
|
||||
homeMore: 'More',
|
||||
homeMigrateTo: 'Migrate to…',
|
||||
homeMissingPatches: 'Missing patches',
|
||||
@ -789,7 +789,7 @@ const messages = {
|
||||
poolRamUsage: '{used} used of {total} ({free} free)',
|
||||
poolMaster: 'Master:',
|
||||
displayAllHosts: 'Display all hosts of this pool',
|
||||
displayAllStorages: 'Display all storages of this pool',
|
||||
displayAllStorages: 'Display all storage for this pool',
|
||||
displayAllVMs: 'Display all VMs of this pool',
|
||||
licenseRestrictions: 'License restrictions',
|
||||
licenseRestrictionsModalTitle: 'Warning: You are using a Free XenServer license',
|
||||
|
Loading…
Reference in New Issue
Block a user