locales/en.yml in vagrant-vcloud-0.4.4 vs locales/en.yml in vagrant-vcloud-0.4.6
- old
+ new
@@ -22,10 +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)"
+ vdc_network_name: "Configuration must specify a vCloud Director vDC network name"
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"
@@ -33,10 +34,12 @@
unauthorized_access: "Access not authorized, please verify the username and password in your Vagrantfile"
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}"
+ modify_vapp_error: "Unable to modify vApp, error: %{message}"
+ poweron_vapp_error: "Unable to power on 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:
object_not_found: "Object not found in vCloud Director"
invalid_config_error: "Invalid Guest Customization Specified"
invalid_state_error: "Invalid vApp State %{message}"
@@ -57,10 +60,20 @@
There was an error when attempting to create a shared host folder.
Please inspect the error message below for more info.
Host path: %{hostpath}
Error: %{err}
-
+ gc:
+ admin_password: "Guest customization must be enabled to generate/specify password"
+ admin_password_gs: "Admin assword must be auto generated or secified"
+ admin_password_reset: "Guest customization must be enabled to require password reset"
+ auto_login: "Allow admin password is required to enable auto login"
+ auto_login_count: "Auto login count must be between 1 and 100"
+ auto_login_count_req: "Auto login count is required, if auto login is enabled"
+ change_sid: "Guest customization must be enabled to change the SID"
+ domain: "Change SID mst be enabled to join to a domain"
+ domain_join: "Joining a domain requires domain name, domain user, and domain password"
+ script: "Guest customization must be enabled to run a script"
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,