Sha256: a46846503748e6aa35b9ab10c0c73a2e2eef272c494831f92e5a9218dca5bb5d

Contents?: true

Size: 1.51 KB

Versions: 13

Compression:

Stored size: 1.51 KB

Contents

en:
  vagrant_shell:
    already_created: |-
      The machine is already created.
    launching_instance: |-
      Launching an instance with the following settings...
    not_created: |-
      Instance is not created. Please run `vagrant up` first.
    ready: |-
      Machine is booted and ready for use!
    terminating: |-
      Terminating the instance...
    waiting_for_ready: |-
      Waiting for instance to become "ready"...
    waiting_for_ssh: |-
      Waiting for SSH to become available...

    config:
      image_required: |-
        An Image must be configured via "image"
      private_key_missing: |-
        The specified private key for Shell could not be found

    errors:
      shell_error: |-
        There was an error talking to Shell. The error message is shown
        below:

        %{message}
      instance_ready_timeout: |-
        The instance never became "ready" in Shell. The timeout currently
        set waiting for the instance to become ready is %{timeout} seconds.
        Please verify that the machine properly boots. If you need more time
        set the `instance_ready_timeout` configuration on the Shell provider.

    states:
      short_not_created: |-
        not created
      long_not_created: |-
        The Shell instance is not created. Run `vagrant up` to create it.

      short_running: |-
        running
      long_running: |-
        The Shell instance is running. To stop this machine, you can run
        `vagrant halt`. To destroy the machine, you can run `vagrant destroy`.

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
vagrant-shell-0.2.22 locales/en.yml
vagrant-shell-0.2.21 locales/en.yml
vagrant-shell-0.2.20 locales/en.yml
vagrant-shell-0.2.19 locales/en.yml
vagrant-shell-0.2.17 locales/en.yml
vagrant-shell-0.2.16 locales/en.yml
vagrant-shell-0.2.15 locales/en.yml
vagrant-shell-0.2.14 locales/en.yml
vagrant-shell-0.2.13 locales/en.yml
vagrant-shell-0.2.12 locales/en.yml
vagrant-shell-0.2.11 locales/en.yml
vagrant-shell-0.2.9 locales/en.yml
vagrant-shell-0.2.8 locales/en.yml