Skip to content

Commit a0af6e7

Browse files
committed
add translations
1 parent 7b9a1b4 commit a0af6e7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ui/public/locales/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,6 +2204,8 @@
22042204
"label.select.root.disk": "Select the ROOT disk",
22052205
"label.select.source.vcenter.datacenter": "Select the source VMware vCenter Datacenter",
22062206
"label.select.tier": "Select Network Tier",
2207+
"label.select.vm": "Select Instance",
2208+
"label.select.volume": "Select Volume",
22072209
"label.select.zones": "Select zones",
22082210
"label.select.storagepools": "Select storage pools",
22092211
"label.select.2fa.provider": "Select the provider",
@@ -3714,6 +3716,7 @@
37143716
"message.select.start.date.and.time": "Select a start date & time.",
37153717
"message.select.temporary.storage.instance.conversion": "(Optional) Select a Storage temporary destination for the converted disks through virt-v2v",
37163718
"message.select.volume.to.continue": "Please select a volume to continue.",
3719+
"message.select.vm.to.continue": "Please select an Instance to continue.",
37173720
"message.select.zone.description": "Select type of Zone basic/advanced.",
37183721
"message.select.zone.hint": "This is the type of Zone deployment that you want to use. Basic zone: provides a single Network where each Instance is assigned an IP directly from the Network. Guest isolation can be provided through layer-3 means such as security groups (IP address source filtering). Advanced zone: For more sophisticated Network topologies. This Network model provides the most flexibility in defining guest Networks and providing custom Network offerings such as firewall, VPN, or load balancer support.",
37193722
"message.server": "Server : ",

ui/src/views/compute/backup/CreateBackupSchedule.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<a-form-item :label="$t('label.virtualmachine')" required>
2323
<a-select
2424
v-model:value="selectedVMId"
25-
:placeholder="$t('label.select.virtualmachine')"
25+
:placeholder="$t('label.select.vm')"
2626
:loading="vmsLoading"
2727
show-search
2828
:filter-option="filterOption"

0 commit comments

Comments
 (0)