diff --git a/pkg/harvester/l10n/en-us.yaml b/pkg/harvester/l10n/en-us.yaml index 0713e744..51488e93 100644 --- a/pkg/harvester/l10n/en-us.yaml +++ b/pkg/harvester/l10n/en-us.yaml @@ -2168,3 +2168,23 @@ typeLabel: one { IP Pool } other { IP Pools } } + migration.harvesterhci.io.openstacksource: |- + {count, plural, + one { OpenStack Source } + other { OpenStack Sources } + } + migration.harvesterhci.io.vmwaresource: |- + {count, plural, + one { VMware Source } + other { VMware Sources } + } + migration.harvesterhci.io.ovasource: |- + {count, plural, + one { OVA Source } + other { OVA Sources } + } + migration.harvesterhci.io.virtualmachineimport: |- + {count, plural, + one { Virtual Machine Import } + other { Virtual Machine Imports } + } \ No newline at end of file