locales/en.yml in vagrant-conoha-0.1.5 vs locales/en.yml in vagrant-conoha-0.1.6

- old
+ new

@@ -132,10 +132,14 @@ ssh_username provider config is deprecated for vagrant-conoha. If you are using it, it will continue to work but we recommend to switch to the standard vagrant configuration option `config.ssh.username` instead ssh_username_required: |- vagrant standard configuration option `ssh.username` is required + ssh_timeout_deprecated: |- + ssh_timeout provider config is deprecated for vagrant-openstack provider. + If you are using it, it will continue to work but we recommend switching + to the standard vagrant configuration option `config.vm.boot_timeout`. invalid_value_for_parameter: |- Invalid value '%{value}' for parameter '%{parameter}' invalid_admin_pass: |- admin_pass must be contain at least 9 characters, least 1 number and both lower and uppercase letters, and specialcharacters. @@ -175,17 +179,17 @@ When booting from an existing volume it is not authorized to specify in your Vagrantfile either 'image' or 'size' or 'delete_on_destroy'. When booting from a newly creating volume it is not authorized to specify in your Vagrantfile either 'id' or 'name'. sync_method_error: |- Value '%{sync_method_value}' is not allowed for 'sync_method' configuration parameter. Valid values are 'rsync' and 'none' rsync_error: |- - There was an error when attemping to rsync a share folder. + 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} ssh_unavailble: |- - SSH server anavailable on instance %{host}. You should maybe increase the timeout value which currently is %{timeout} second(s). + SSH server unavailable on instance %{host}. You should maybe increase the timeout value which currently is %{timeout} second(s). no_arg_required_for_command: |- Command '%{cmd}' does not required any argument. unrecognized_arg_for_command: |- Argument '%{arg}' unrecognized for command '%{cmd}'. unable_to_resolve_floating_ip: |-