en: vagrant_vcenter: power: 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_halted_cannot_suspend: |- VM is not running or already suspended, cannot suspend it. config: hostname: |- Configuration must specify a vCenter hostname username: |- Configuration must specify a vCenter username password: |- Configuration must specify a vCenter password datastore_name: |- Configuration must specify a Datastore (for the VM templates images) datacenter_name: |- Configuration must specify a vCenter Datacenter compute_name: |- Configuration must specify a compute resource name network_name: |- Configuration must specify a resource pool name resourcepool_name: |- Configuration must specify a resource pool name no_prep_type: |- The only supported prep types are windows and linux. ipaddress: |- Configuration must specify a ipaddress gateway: |- Configuration must specify a gateway netmask: |- Configuration must specify a netmask 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`. unknown: |- The VM state cannot be retrieved from vCenter. Please contact your vCenter administrator for more informations. errors: datacenter_not_found: |- The Datacenter '%{datacenter_name}' was not found in this environment. Verify that your Vagrantfile settings are correct. compute_not_found: |- The Cluster or Host '%{compute_name}' was not found in this environment. Verify that your Vagrantfile settings are correct. datastore_not_found: |- The Datastore %{datastore_name} was not found in this environment. Verify that your Vagrantfile settings are correct. network_not_found: |- The Network %{network_name} was not found in this environment. Verify that your Vagrantfile settings are correct. machine_not_running: |- The Machine %{machine_name} is not currently running... To start the VM you can simply run `vagrant up %{machine_name}` vm_not_found: |- The Virtual Machine %{vm_name} was not found in this environment. This should not happen, please log an issue on Github guest_custom_not_supported: |- The Guest Customization process for %{type} is not supported.