From 06b38a0f99b6cdb1df2e1412fd8154b70c7d2148 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Thu, 5 Mar 2026 16:36:15 +0800 Subject: [PATCH] fix: import sources page header (#723) * fix: the import sources page header Signed-off-by: Andy Lee * refactor: update VMware term Signed-off-by: Andy Lee --------- Signed-off-by: Andy Lee --- pkg/harvester/l10n/en-us.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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