Update error output for systems to use the word "guest"
This commit is contained in:
parent
5fe50c8b5d
commit
bfc8794d95
|
@ -45,15 +45,15 @@ en:
|
|||
try again.
|
||||
guest:
|
||||
invalid_class: |-
|
||||
The specified system does not inherit from `Vagrant::Systems::Base`. The
|
||||
specified system class must inherit from this class.
|
||||
The specified guest class does not inherit from `Vagrant::Systems::Base`.
|
||||
The specified guest class must inherit from this class.
|
||||
|
||||
The specified system class was: %{system}
|
||||
The specified guest class was: %{guest}
|
||||
unknown_type: |-
|
||||
The specified system type is unknown: %{system}. Please change this
|
||||
The specified guest type is unknown: %{guest}. Please change this
|
||||
to a proper value.
|
||||
unspecified: |-
|
||||
A VM system type must be specified! This is done via the `config.vm.system`
|
||||
A VM guest type must be specified! This is done via the `config.vm.guest`
|
||||
configuration value. Please read the documentation online for more information.
|
||||
home_dir_not_accessible: |-
|
||||
The home directory you specified is not accessible. The home
|
||||
|
|
Loading…
Reference in New Issue