From 63500afe4c426eccbf80bcf067cda548a7320519 Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Mon, 31 Aug 2020 13:25:56 +0530 Subject: [PATCH] locales: Missing Traslations (#637) Co-authored-by: Pearl Dsilva Signed-off-by: Rohit Yadav --- ui/src/locales/de_DE.json | 4 ++-- ui/src/locales/en.json | 6 ++++-- ui/src/views/compute/DeployVM.vue | 4 ++-- ui/src/views/infra/MigrateData.vue | 10 +++++----- ui/src/views/project/iam/ProjectRoleTab.vue | 4 ++-- 5 files changed, 15 insertions(+), 13 deletions(-) diff --git a/ui/src/locales/de_DE.json b/ui/src/locales/de_DE.json index 1dc881f7a01..c941a3884e6 100644 --- a/ui/src/locales/de_DE.json +++ b/ui/src/locales/de_DE.json @@ -478,6 +478,8 @@ "label.blades": "Blades", "label.bootable": "Bootbar", "label.bootintosetup": "In das BIOS-Setup booten", +"label.bootmode": "Boot-Modus", +"label.boottype": "Boot-Typ", "label.broadcastdomainrange": "Broadcast-Domain Bereich", "label.broadcastdomaintype": "Broadcast Domain Typ", "label.broadcasturi": "Broadcast-URI", @@ -2169,8 +2171,6 @@ "label.vlanrange": "VLAN/VNI-Bereich", "label.vm": "VM", "label.vm.add": "Instanz hinzufügen", -"label.vm.bootmode": "Boot-Modus", -"label.vm.boottype": "Boot-Typ", "label.vm.destroy": "Zerstören", "label.vm.password": "Passwort der VM ist", "label.vm.reboot": "Neustart", diff --git a/ui/src/locales/en.json b/ui/src/locales/en.json index f0ccde0c620..37f2d493299 100644 --- a/ui/src/locales/en.json +++ b/ui/src/locales/en.json @@ -483,6 +483,8 @@ "label.blades": "Blades", "label.bootable": "Bootable", "label.bootintosetup": "Boot into hardware setup", +"label.bootmode": "Boot Mode", +"label.boottype": "Boot Type", "label.broadcastdomainrange": "Broadcast domain range", "label.broadcastdomaintype": "Broadcast Domain Type", "label.broadcasturi": "Broadcast URI", @@ -558,6 +560,7 @@ "label.comma.separated.list.description": "Enter comma-separated list of commands", "label.comments": "Comments", "label.community": "Community", +"label.complete": "Complete", "label.compute": "Compute", "label.compute.and.storage": "Compute and Storage", "label.compute.offering.access": "Compute offering access", @@ -2215,8 +2218,6 @@ "label.vlanrange": "VLAN/VNI Range", "label.vm": "VM", "label.vm.add": "Add Instance", -"label.vm.bootmode": "Boot Mode", -"label.vm.boottype": "Boot Type", "label.vm.destroy": "Destroy", "label.vm.password": "Password of the VM is", "label.vm.reboot": "Reboot", @@ -2620,6 +2621,7 @@ "message.creating.zone": "Creating zone", "message.datacenter.description": "Name of the datacenter on vCenter", "message.datastore.description": "Name of the datastore on vCenter", +"message.data.migration": "Data Migration", "message.dedicate.zone": "Dedicating zone", "message.dedicated.zone.released": "Zone dedication released", "message.dedicating.cluster": "Dedicating Cluster...", diff --git a/ui/src/views/compute/DeployVM.vue b/ui/src/views/compute/DeployVM.vue index 3ab3814618e..3ef06da74e3 100644 --- a/ui/src/views/compute/DeployVM.vue +++ b/ui/src/views/compute/DeployVM.vue @@ -404,7 +404,7 @@
- + - + diff --git a/ui/src/views/infra/MigrateData.vue b/ui/src/views/infra/MigrateData.vue index 6129ee10069..4e9c1bbd680 100644 --- a/ui/src/views/infra/MigrateData.vue +++ b/ui/src/views/infra/MigrateData.vue @@ -71,13 +71,13 @@ }]" :loading="loading" > - Complete - Balance + {{ $t('label.complete') }} + {{ $t('label.balance') }}
- {{ this.$t('Cancel') }} - {{ this.$t('OK') }} + {{ this.$t('label.cancel') }} + {{ this.$t('label.ok') }}
@@ -130,7 +130,7 @@ export default { } } - const title = 'Data Migration' + const title = this.$t('message.data.migration') this.loading = true const result = this.migrateData(params, title) diff --git a/ui/src/views/project/iam/ProjectRoleTab.vue b/ui/src/views/project/iam/ProjectRoleTab.vue index 303dad40ce0..73b9bf9816b 100644 --- a/ui/src/views/project/iam/ProjectRoleTab.vue +++ b/ui/src/views/project/iam/ProjectRoleTab.vue @@ -62,7 +62,7 @@