Updated Branches: refs/heads/master de85e211c -> 6807da63b
cloudstack 3.0 UI - VPC feature - localize VPC labels in messages_ja.properties for network.js (Reviewed-by: Brian) Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6807da63 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6807da63 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6807da63 Branch: refs/heads/master Commit: 6807da63bb9db3f3153ee95e1fe22853b0dc0c64 Parents: de85e21 Author: Jessica Wang <[email protected]> Authored: Fri Aug 24 11:58:55 2012 -0700 Committer: Jessica Wang <[email protected]> Committed: Fri Aug 24 14:56:10 2012 -0700 ---------------------------------------------------------------------- .../classes/resources/messages_ja.properties | 80 +++++++++++++++ 1 files changed, 80 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6807da63/client/WEB-INF/classes/resources/messages_ja.properties ---------------------------------------------------------------------- diff --git a/client/WEB-INF/classes/resources/messages_ja.properties b/client/WEB-INF/classes/resources/messages_ja.properties index c7de4ec..d217e26 100644 --- a/client/WEB-INF/classes/resources/messages_ja.properties +++ b/client/WEB-INF/classes/resources/messages_ja.properties @@ -16,12 +16,92 @@ # under the License. #new labels (begin) ********************************************************************************************** +message.zoneWizard.enable.local.storage=WARNING: If you enable local storage for this zone, you must do the following, depending on where you would like your system VMs to launch:<br/><br/>1. If system VMs need to be launched in primary storage, primary storage needs to be added to the zone after creation. You must also start the zone in a disabled state.<br/><br/>2. If system VMs need to be launched in local storage, system.vm.use.local.storage needs to be set to true before you enable the zone.<br/><br/><br/>Would you like to continue? +label.local.storage.enabled=Local storage enabled +label.tier.details=Tier details +label.edit.tags=Edit tags +label.network.rate.megabytes=Network Rate (MB/s) +label.action.enable.physical.network=Enable physical network +label.action.disable.physical.network=Disable physical network +message.action.enable.physical.network=Please confirm that you want to enable this physical network. +message.action.disable.physical.network=Please confirm that you want to disable this physical network. +label.select.tier=Select Tier +label.add.ACL=Add ACL +label.remove.ACL=Remove ACL +label.tier=Tier +label.network.ACL=Network ACL +label.network.ACL.total=Network ACL Total +label.add.new.gateway=Add new gateway +message.add.new.gateway.to.vpc=Please specify the information to add a new gateway to this VPC. +label.delete.gateway=delete gateway +message.delete.gateway=Please confirm you want to delete the gateway +label.CIDR.of.destination.network=CIDR of destination network +label.add.route=Add route +label.add.static.route=Add static route +label.remove.static.route=Remove static route +label.site.to.site.VPN=site-to-site VPN +label.add.VPN.gateway=Add VPN Gateway +message.add.VPN.gateway=Please confirm that you want to add a VPN Gateway +label.VPN.gateway=VPN Gateway +label.delete.VPN.gateway=delete VPN Gateway +message.delete.VPN.gateway=Please confirm that you want to delete this VPN Gateway +label.VPN.connection=VPN Connection +label.IPsec.preshared.key=IPsec Preshared-Key +label.IKE.policy=IKE policy +label.ESP.policy=ESP policy +label.create.VPN.connection=Create VPN Connection +label.VPN.customer.gateway=VPN Customer Gateway +label.CIDR.list=CIDR list +label.IKE.lifetime=IKE Lifetime (second) +label.ESP.lifetime=ESP Lifetime(second) +label.dead.peer.detection=Dead Peer Detection +label.reset.VPN.connection=Reset VPN connection +message.reset.VPN.connection=Please confirm that you want to reset VPN connection +label.delete.VPN.connection=delete VPN connection +message.delete.VPN.connection=Please confirm that you want to delete VPN connection +label.add.new.tier=Add new tier +label.add.VM.to.tier=Add VM to tier +label.remove.tier=Remove tier +label.local.storage.enabled=Local Storage Enabled +label.associated.network=Associated Network +label.add.port.forwarding.rule=Add port forwarding rule +label.dns=DNS + +label.vpc=VPC +label.vpc.id=VPC ID +label.tier=Tier +label.add.vpc=Add VPC +label.super.cidr.for.guest.networks=Super CIDR for Guest Networks +label.DNS.domain.for.guest.networks=DNS domain for Guest Networks +label.configure.vpc=Configure VPC +label.edit.vpc=Edit VPC +label.restart.vpc=restart VPC +message.restart.vpc=Please confirm that you want to restart the VPC +label.remove.vpc=remove VPC +message.remove.vpc=Please confirm that you want to remove the VPC +label.vpn.customer.gateway=VPN Customer Gateway +label.add.vpn.customer.gateway=Add VPN Customer Gateway +label.IKE.encryption=IKE Encryption +label.IKE.hash=IKE Hash +label.IKE.DH=IKE DH +label.ESP.encryption=ESP Encryption +label.ESP.hash=ESP Hash +label.perfect.forward.secrecy=Perfect Forward Secrecy +label.IKE.lifetime=IKE lifetime (second) +label.ESP.lifetime=ESP Lifetime (second) +label.dead.peer.detection=Dead Peer Detection +label.delete.VPN.customer.gateway=delete VPN Customer Gateway +message.delete.VPN.customer.gateway=Please confirm that you want to delete this VPN Customer Gateway #new labels (end) ************************************************************************************************ #modified labels (begin) ***************************************************************************************** +label.network.domain.text=Network domain +label.memory.mb=Memory (in MB) +label.cpu.mhz=CPU (in MHz) +message.action.remove.host=Please confirm that you want to remove this host. message.action.reboot.router=All services provided by this virtual router will be interrupted. Please confirm that you want to reboot this router. message.action.stop.router=All services provided by this virtual router will be interrupted. Please confirm that you want to stop this router.
