Commit 13401ab8 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch 'fix43' into 'master'

Change "ClusterIntergation|" to "ClusterIntegration|"

See merge request gitlab-org/gitlab!70205
parents 62075cd8 23e62bbe
...@@ -293,7 +293,7 @@ export default { ...@@ -293,7 +293,7 @@ export default {
:items="roles" :items="roles"
:loading="isLoadingRoles" :loading="isLoadingRoles"
:loading-text="s__('ClusterIntegration|Loading IAM Roles')" :loading-text="s__('ClusterIntegration|Loading IAM Roles')"
:placeholder="s__('ClusterIntergation|Select service role')" :placeholder="s__('ClusterIntegration|Select service role')"
:search-field-placeholder="s__('ClusterIntegration|Search IAM Roles')" :search-field-placeholder="s__('ClusterIntegration|Search IAM Roles')"
:empty-text="s__('ClusterIntegration|No IAM Roles found')" :empty-text="s__('ClusterIntegration|No IAM Roles found')"
:has-errors="Boolean(loadingRolesError)" :has-errors="Boolean(loadingRolesError)"
...@@ -330,7 +330,7 @@ export default { ...@@ -330,7 +330,7 @@ export default {
:disabled-text="s__('ClusterIntegration|Select a region to choose a Key Pair')" :disabled-text="s__('ClusterIntegration|Select a region to choose a Key Pair')"
:loading="isLoadingKeyPairs" :loading="isLoadingKeyPairs"
:loading-text="s__('ClusterIntegration|Loading Key Pairs')" :loading-text="s__('ClusterIntegration|Loading Key Pairs')"
:placeholder="s__('ClusterIntergation|Select key pair')" :placeholder="s__('ClusterIntegration|Select key pair')"
:search-field-placeholder="s__('ClusterIntegration|Search Key Pairs')" :search-field-placeholder="s__('ClusterIntegration|Search Key Pairs')"
:empty-text="s__('ClusterIntegration|No Key Pairs found')" :empty-text="s__('ClusterIntegration|No Key Pairs found')"
:has-errors="Boolean(loadingKeyPairsError)" :has-errors="Boolean(loadingKeyPairsError)"
...@@ -359,7 +359,7 @@ export default { ...@@ -359,7 +359,7 @@ export default {
:disabled="vpcDropdownDisabled" :disabled="vpcDropdownDisabled"
:disabled-text="s__('ClusterIntegration|Select a region to choose a VPC')" :disabled-text="s__('ClusterIntegration|Select a region to choose a VPC')"
:loading-text="s__('ClusterIntegration|Loading VPCs')" :loading-text="s__('ClusterIntegration|Loading VPCs')"
:placeholder="s__('ClusterIntergation|Select a VPC')" :placeholder="s__('ClusterIntegration|Select a VPC')"
:search-field-placeholder="s__('ClusterIntegration|Search VPCs')" :search-field-placeholder="s__('ClusterIntegration|Search VPCs')"
:empty-text="s__('ClusterIntegration|No VPCs found')" :empty-text="s__('ClusterIntegration|No VPCs found')"
:has-errors="Boolean(loadingVpcsError)" :has-errors="Boolean(loadingVpcsError)"
...@@ -389,7 +389,7 @@ export default { ...@@ -389,7 +389,7 @@ export default {
:disabled="subnetDropdownDisabled" :disabled="subnetDropdownDisabled"
:disabled-text="s__('ClusterIntegration|Select a VPC to choose a subnet')" :disabled-text="s__('ClusterIntegration|Select a VPC to choose a subnet')"
:loading-text="s__('ClusterIntegration|Loading subnets')" :loading-text="s__('ClusterIntegration|Loading subnets')"
:placeholder="s__('ClusterIntergation|Select a subnet')" :placeholder="s__('ClusterIntegration|Select a subnet')"
:search-field-placeholder="s__('ClusterIntegration|Search subnets')" :search-field-placeholder="s__('ClusterIntegration|Search subnets')"
:empty-text="s__('ClusterIntegration|No subnet found')" :empty-text="s__('ClusterIntegration|No subnet found')"
:has-errors="displaySubnetError" :has-errors="displaySubnetError"
...@@ -420,7 +420,7 @@ export default { ...@@ -420,7 +420,7 @@ export default {
:disabled="securityGroupDropdownDisabled" :disabled="securityGroupDropdownDisabled"
:disabled-text="s__('ClusterIntegration|Select a VPC to choose a security group')" :disabled-text="s__('ClusterIntegration|Select a VPC to choose a security group')"
:loading-text="s__('ClusterIntegration|Loading security groups')" :loading-text="s__('ClusterIntegration|Loading security groups')"
:placeholder="s__('ClusterIntergation|Select a security group')" :placeholder="s__('ClusterIntegration|Select a security group')"
:search-field-placeholder="s__('ClusterIntegration|Search security groups')" :search-field-placeholder="s__('ClusterIntegration|Search security groups')"
:empty-text="s__('ClusterIntegration|No security group found')" :empty-text="s__('ClusterIntegration|No security group found')"
:has-errors="Boolean(loadingSecurityGroupsError)" :has-errors="Boolean(loadingSecurityGroupsError)"
...@@ -451,7 +451,7 @@ export default { ...@@ -451,7 +451,7 @@ export default {
:items="instanceTypes" :items="instanceTypes"
:loading="isLoadingInstanceTypes" :loading="isLoadingInstanceTypes"
:loading-text="s__('ClusterIntegration|Loading instance types')" :loading-text="s__('ClusterIntegration|Loading instance types')"
:placeholder="s__('ClusterIntergation|Select an instance type')" :placeholder="s__('ClusterIntegration|Select an instance type')"
:search-field-placeholder="s__('ClusterIntegration|Search instance types')" :search-field-placeholder="s__('ClusterIntegration|Search instance types')"
:empty-text="s__('ClusterIntegration|No instance type found')" :empty-text="s__('ClusterIntegration|No instance type found')"
:has-errors="Boolean(loadingInstanceTypesError)" :has-errors="Boolean(loadingInstanceTypesError)"
......
...@@ -43,7 +43,7 @@ export default { ...@@ -43,7 +43,7 @@ export default {
:loading="isLoadingItems" :loading="isLoadingItems"
:has-errors="Boolean(loadingItemsError)" :has-errors="Boolean(loadingItemsError)"
:loading-text="s__('ClusterIntegration|Loading networks')" :loading-text="s__('ClusterIntegration|Loading networks')"
:placeholder="s__('ClusterIntergation|Select a network')" :placeholder="s__('ClusterIntegration|Select a network')"
:search-field-placeholder="s__('ClusterIntegration|Search networks')" :search-field-placeholder="s__('ClusterIntegration|Search networks')"
:empty-text="s__('ClusterIntegration|No networks found')" :empty-text="s__('ClusterIntegration|No networks found')"
:error-message="s__('ClusterIntegration|Could not load networks')" :error-message="s__('ClusterIntegration|Could not load networks')"
......
...@@ -34,7 +34,7 @@ export default { ...@@ -34,7 +34,7 @@ export default {
:loading="isLoadingItems" :loading="isLoadingItems"
:has-errors="Boolean(loadingItemsError)" :has-errors="Boolean(loadingItemsError)"
:loading-text="s__('ClusterIntegration|Loading subnetworks')" :loading-text="s__('ClusterIntegration|Loading subnetworks')"
:placeholder="s__('ClusterIntergation|Select a subnetwork')" :placeholder="s__('ClusterIntegration|Select a subnetwork')"
:search-field-placeholder="s__('ClusterIntegration|Search subnetworks')" :search-field-placeholder="s__('ClusterIntegration|Search subnetworks')"
:empty-text="s__('ClusterIntegration|No subnetworks found')" :empty-text="s__('ClusterIntegration|No subnetworks found')"
:error-message="s__('ClusterIntegration|Could not load subnetworks')" :error-message="s__('ClusterIntegration|Could not load subnetworks')"
......
...@@ -7948,6 +7948,9 @@ msgstr "" ...@@ -7948,6 +7948,9 @@ msgstr ""
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster" msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr "" msgstr ""
msgid "ClusterIntegration|Select a VPC"
msgstr ""
msgid "ClusterIntegration|Select a VPC to choose a security group" msgid "ClusterIntegration|Select a VPC to choose a security group"
msgstr "" msgstr ""
...@@ -7957,6 +7960,9 @@ msgstr "" ...@@ -7957,6 +7960,9 @@ msgstr ""
msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{linkStart}Amazon Web Services %{linkEnd}." msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{linkStart}Amazon Web Services %{linkEnd}."
msgstr "" msgstr ""
msgid "ClusterIntegration|Select a network"
msgstr ""
msgid "ClusterIntegration|Select a network to choose a subnetwork" msgid "ClusterIntegration|Select a network to choose a subnetwork"
msgstr "" msgstr ""
...@@ -7966,9 +7972,24 @@ msgstr "" ...@@ -7966,9 +7972,24 @@ msgstr ""
msgid "ClusterIntegration|Select a region to choose a VPC" msgid "ClusterIntegration|Select a region to choose a VPC"
msgstr "" msgstr ""
msgid "ClusterIntegration|Select a security group"
msgstr ""
msgid "ClusterIntegration|Select a subnet"
msgstr ""
msgid "ClusterIntegration|Select a subnetwork"
msgstr ""
msgid "ClusterIntegration|Select a zone to choose a network" msgid "ClusterIntegration|Select a zone to choose a network"
msgstr "" msgstr ""
msgid "ClusterIntegration|Select an instance type"
msgstr ""
msgid "ClusterIntegration|Select key pair"
msgstr ""
msgid "ClusterIntegration|Select machine type" msgid "ClusterIntegration|Select machine type"
msgstr "" msgstr ""
...@@ -7981,6 +8002,9 @@ msgstr "" ...@@ -7981,6 +8002,9 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone" msgid "ClusterIntegration|Select project to choose zone"
msgstr "" msgstr ""
msgid "ClusterIntegration|Select service role"
msgstr ""
msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}."
msgstr "" msgstr ""
...@@ -8131,30 +8155,6 @@ msgstr "" ...@@ -8131,30 +8155,6 @@ msgstr ""
msgid "ClusterIntegration|sign up" msgid "ClusterIntegration|sign up"
msgstr "" msgstr ""
msgid "ClusterIntergation|Select a VPC"
msgstr ""
msgid "ClusterIntergation|Select a network"
msgstr ""
msgid "ClusterIntergation|Select a security group"
msgstr ""
msgid "ClusterIntergation|Select a subnet"
msgstr ""
msgid "ClusterIntergation|Select a subnetwork"
msgstr ""
msgid "ClusterIntergation|Select an instance type"
msgstr ""
msgid "ClusterIntergation|Select key pair"
msgstr ""
msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Clusters|An error occurred while loading clusters" msgid "Clusters|An error occurred while loading clusters"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment