fix(xo-web/en): more grammar fixes (#5714)

This commit is contained in:
Jon Sands 2021-04-10 04:30:39 -04:00 committed by GitHub
parent 9b1fbf0fbf
commit 54a0d126b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',