locales/en.yml in vagrant-rimu-0.0.4 vs locales/en.yml in vagrant-rimu-0.0.5
- old
+ new
@@ -21,14 +21,19 @@
waiting_for_ready: |-
Waiting for VPS to become "ready"...
will_not_destroy: |-
The VPS '%{name}' will not be destroyed, since the confirmation
was declined.
+ will_not_stop: |-
+ The VPS '%{name}' will not be stopped, as the Rimu API does not
+ support this action. To stop your VPS run `vagrant ssh` and then
+ `halt` on the VPS console.
ip_address: |-
Assigned IP address: %{ip}
creating_user: "Creating user account: %{user}..."
modifying_sudo: "Modifying sudoers file to remove tty requirement..."
+ action_not_supported: "The requested command is not supported by this provider"
reloading: "Rebooting the VPS..."
rebuilding: "Rebuilding the VPS..."
config:
api_key: "The RIMU API Key option: [api_key] is required"
host_name: "The Host name option: [host_name] is required"
@@ -46,38 +51,51 @@
starting
long_starting: |-
The VPS is starting.
short_stopped: |-
stopped
+ short_off: |-
+ stopped
long_stopped: |-
The VPS is stopped. Run `vagrant up` to start it.
+ long_off: |-
+ The VPS is stopped. Run `vagrant up` to start it.
short_stopping: |-
stopping
long_stopping: |-
The VPS is stopping. Wait until is completely stopped to
run `vagrant up` and start it.
short_running: |-
running
+ short_active: |-
+ running
long_running: |-
The VPS is running. To stop this machine, you can run
`vagrant halt`. To destroy the machine, you can run `vagrant destroy`.
+ long_active: |-
+ The VPS is running. To stop this machine, you can run
+ `vagrant halt`. To destroy the machine, you can run `vagrant destroy`.
+ current_state: |-
+ Machine state is `%{state}`
commands:
root_synopsis: |-
- Rimu provider specific commands
+ Rimu provider specific commands
root_usage: |-
- Usage: vagrant rimu <subcommand> [<args>]
+ Usage: vagrant rimu <subcommand> [<args>]
+ rebuild_usage: |-
+ Usage: vagrant rebuild [vm-name]
available_subcommands: |-
- Available subcommands:
+ Available subcommands:
billing_methods: |-
- List billing methods
+ List billing methods
list_distributions: |-
- List Distributions
+ List Distributions
list_servers: |-
- List servers
+ List servers
move: |-
- Moves server to different host
+ Moves server to different host
rebuild: |-
- Rebuilds the server, retaining the current IP address
+ Rebuilds the server, retaining the current IP address
errors:
global_error: |-
An unknown error happened in Vagrant Rimu provider
To easily debug what happened, we recommend to set the environment