You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLOUDSTACK-8744 Add missing localization (l10n) for several parts in the UI
- l10n for the SSH Key Pairs behavior
- l10n for Autoscaling / LB sections
- l10n for Reset password
- l10n on some strings for the installation Wizard
- l10n on some strings in VPN/VPC section
- l10n on Service offerings sections
- improve some FR translations
@@ -1801,8 +1812,10 @@ message.delete.VPN.gateway=Please confirm that you want to delete this VPN Gatew
1801
1812
message.desc.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.
1802
1813
message.desc.basic.zone=Provide a single network where each VM 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).
1803
1814
message.desc.cluster=Each pod must contain one or more clusters, and we will add the first cluster now. A cluster provides a way to group hosts. The hosts in a cluster all have identical hardware, run the same hypervisor, are on the same subnet, and access the same shared storage. Each cluster consists of one or more hosts and one or more primary storage servers.
1815
+
message.desc.created.ssh.key.pair=Created a SSH Key Pair.
1804
1816
message.desc.host=Each cluster must contain at least one host (computer) for guest VMs to run on, and we will add the first host now. For a host to function in CloudStack, you must install hypervisor software on the host, assign an IP address to the host, and ensure the host is connected to the CloudStack management server.<br/><br/>Give the host\\'s DNS or IP address, the user name (usually root) and password, and any labels you use to categorize hosts.
1805
1817
message.desc.primary.storage=Each cluster must contain one or more primary storage servers, and we will add the first one now. Primary storage contains the disk volumes for all the VMs running on hosts in the cluster. Use any standards-compliant protocol that is supported by the underlying hypervisor.
1818
+
message.desc.reset.ssh.key.pair=Please specify a ssh key pair that you would like to add to this VM. Please note the root password will be changed by this operation if password is enabled.
1806
1819
message.desc.secondary.storage=Each zone must have at least one NFS or secondary storage server, and we will add the first one now. Secondary storage stores VM templates, ISO images, and VM disk volume snapshots. This server must be available to all hosts in the zone.<br/><br/>Provide the IP address and exported path.
1807
1820
message.desc.zone=A zone is the largest organizational unit in CloudStack, and it typically corresponds to a single datacenter. Zones provide physical isolation and redundancy. A zone consists of one or more pods (each of which contains hosts and primary storage servers) and a secondary storage server which is shared by all pods in the zone.
1808
1821
message.detach.disk=Are you sure you want to detach this disk?
@@ -2120,3 +2133,42 @@ label.every=Every
2120
2133
label.day=Day
2121
2134
label.of.month=of month
2122
2135
label.add.private.gateway=Add Private Gateway
2136
+
message.desc.created.ssh.key.pair=Created a SSH Key Pair.
2137
+
message.please.confirm.remove.ssh.key.pair=Please confirm that you want to remove this SSH Key Pair
2138
+
message.password.has.been.reset.to=Password has been reset to
2139
+
message.password.of.the.vm.has.been.reset.to=Password of the VM has been reset to
2140
+
message.question.are.you.sure.you.want.to.add=Are you sure you want to add
label.health.check.message.desc=Your load balancer will automatically perform health checks on your cloudstack instances and only route traffic to instances that pass the health check
label.add.isolated.guest.network.with.sourcenat=Add Isolated Guest Network with SourceNat
2157
+
message.network.remote.access.vpn.configuration=Remote Access VPN configuration has been generated, but it failed to apply. Please check connectivity of the network element, then re-try.
label.please.complete.the.following.fields=Please complete the following fields
2170
+
message.desc.add.new.lb.sticky.rule=Add new LB sticky rule
2171
+
label.ssh.key.pairs=SSH Key Pairs
2172
+
message.desc.create.ssh.key.pair=Please fill in the following data to create or register a ssh key pair.<br><br>(1) If public key is set, CloudStack will register the public key. You can use it through your private key.<br><br>(2) If public key is not set, CloudStack will create a new SSH Key pair. In this case, please copy and save the private key. CloudStack will not keep it.<br>
2173
+
message.removed.ssh.key.pair=Removed a SSH Key Pair
2174
+
message.please.select.ssh.key.pair.use.with.this.vm=Please select a ssh key pair you want this VM to use:
0 commit comments