Sha256: ad0457bf623b9b0fdd5fe0a7c98bff6929f24fe0a244f2a9b262e4ad34ad7e4c

Contents?: true

Size: 2 KB

Versions: 4

Compression:

Stored size: 2 KB

Contents

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
      computer_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 type is linux.  hack away.
      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`.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-vcenter-0.3.1 locales/en.yml
vagrant-vcenter-0.3.0 locales/en.yml
vagrant-vcenter-0.2.1 locales/en.yml
vagrant-vcenter-0.2.0 locales/en.yml