2013-03-27 19:29:21 +00:00
|
|
|
en:
|
|
|
|
vagrant_hostmanager:
|
2013-04-08 17:20:22 +00:00
|
|
|
action:
|
2017-05-03 19:25:59 +00:00
|
|
|
update_guests: "[vagrant-hostmanager:guests] Updating hosts file on active guest virtual machines..."
|
|
|
|
update_guest: "[vagrant-hostmanager:guest] Updating hosts file on the virtual machine %{name}..."
|
|
|
|
update_host: "[vagrant-hostmanager:host] Updating hosts file on your workstation (password may be required)..."
|
2013-05-02 19:26:05 +00:00
|
|
|
config:
|
2017-05-03 19:25:59 +00:00
|
|
|
not_a_bool: "[vagrant-hostmanager:config:error] A value for %{config_key} can only be true or false, not type '%{value}'"
|
|
|
|
not_an_array_or_string: "[vagrant-hostmanager:config:error] A value for %{config_key} must be an Array or String, not type '%{is_class}'"
|
|
|
|
not_a_proc: "[vagrant-hostmanager:config:error] A value for %{config_key} must be a Proc, not type '%{is_class}'"
|