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: 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" name: "Configuration must specify a VM name" orgname: "Configuration must specify a vCloud Director organization" 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" vcloud_old_version: "Sorry, VMware vCloud Director API version %{version} is not supported" 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}" invalid_request_error: "Invalid request %{message}" unattended_code_error: "Unattended code received %{message}" endpoint_unavailable: "Can't connect to the specified endpoint %{endpoint}, please verify connectivity." subnet_errors: invalid_subnet: "The specified subnet is invalid: %{message}" subnet_too_small: "The specified subnet is too small: %{message}, must contain at least 2 usable IPs (/30 or 255.255.255.252)" rsync_error: |- There was an error when attempting to rsync a share folder. Please inspect the error message below for more info. Host path: %{hostpath} Guest path: %{guestpath} Error: %{stderr} mkdir_error: |- 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, then the machine is not created for that environment. suspended: |- The VM is paused. To resume the VM, simply run `vagrant up` or `vagrant resume` stopped: |- The VM is powered off. To restart the VM, simply run `vagrant up` running: |- The VM is running. To stop this VM, you can run `vagrant halt` to shut it down forcefully, or you can run `vagrant suspend` to simply suspend the virtual machine. In either case, to restart it again, simply run `vagrant up`.