locales/en.yml in vagrant-vcloud-0.3.1 vs locales/en.yml in vagrant-vcloud-0.3.2
- old
+ new
@@ -1,18 +1,19 @@
-en:
- vagrant_vcloud:
+en:
+ vagrant_vcloud:
vm_not_created: "The VM has not been created"
will_not_destroy: "VM will not be destroyed"
vm_already_running: "VM is already running"
+ vm_not_running: "VM is not running"
vm_halted_cannot_suspend: "VM is not running or already suspended, cannot suspend it."
sync:
rsync_not_found_warning: |-
Warning! Folder sync disabled because the rsync binary is missing.
Make sure rsync is installed and the binary can be found in the PATH.
rsync_folder: |-
Rsyncing folder: %{hostpath} => %{guestpath}
- config:
+ config:
api_version: "Configuration must specify a vCloud API version (default=5.1)"
catalog_name: "Configuration must specify a vCloud Director Catalog (for the VM templates images)"
ip_dns: "DNS configuration must be specified as an Array type"
compute_resource: "Configuration must specify a compute resource name"
hostname: "Configuration must specify a vCloud Director hostname"
@@ -21,11 +22,11 @@
password: "Configuration must specify a vCloud Director password"
resource_pool: "Configuration must specify a resource pool name"
template: "Configuration must specify a template name"
username: "Configuration must specify a vCloud Director username"
vdc_name: "Configuration must specify a vCloud Director Virtual Datacenter (Target Organization VDC)"
- errors:
+ errors:
missing_compute_resource: "Configured compute resource not found"
missing_datacenter: "Configured data center not found"
missing_resource_pool: "Configured resource pool not found"
missing_template: "Configured template VM could not be found"
vcloud_old_version: "Sorry, VMware vCloud Director API version %{version} is not supported"
@@ -35,11 +36,11 @@
catalog_add_error: "Impossible to add Box to Catalog, error: %{message}"
invalid_network_specification: "Wrong Network specification in the Vagrantfile, make sure you have access to the specified network."
stop_vapp_error: "Impossible to stop vApp, could be a transient error, please try again, error: %{message}"
compose_vapp_error: "Impossible to compose a vApp, error: %{message}"
forward_port_collision: "Port collision detected, change it in the Vagrantfile or add auto_correct: true. %{guest_port} => %{host_port}"
- rest_errors:
+ rest_errors:
object_not_found: "Object not found in vCloud Director"
invalid_config_error: "Invalid Guest Customization Specified"
invalid_state_error: "Invalid vApp State %{message}"
subnet_errors:
invalid_subnet: "The specified subnet is invalid: %{message}"
@@ -56,10 +57,10 @@
Please inspect the error message below for more info.
Host path: %{hostpath}
Error: %{err}
- states:
+ states:
not_created: |-
The environment has not yet been created. Run `vagrant up` to
create the environment. If a machine is not created, only the
default provider will be shown. So if a provider is not listed,
then the machine is not created for that environment.