Add missing translation for paused state
After pausing VM via VirtualBox directly when running 'vagrant status' the error 'translation missing: en.vagrant.commands.status.paused' surfaces. This patch adds a (hopefully) useful translation for this translation key.
This commit is contained in:
parent
37b8a13179
commit
7fe39b61bc
|
@ -283,6 +283,11 @@ en:
|
|||
not_created: |-
|
||||
The environment has not yet been created. Run `vagrant up` to
|
||||
create the environment.
|
||||
paused: |-
|
||||
The VM is paused. This VM may have been paused via the VirtualBox
|
||||
GUI or the VBoxManage command line interface. To unpause, please
|
||||
use the VirtualBox GUI and/or VBoxManage command line interface so
|
||||
that vagrant would be able to control the VM again.
|
||||
poweroff: |-
|
||||
The VM is powered off. To restart the VM, simply run `vagrant up`
|
||||
running: |-
|
||||
|
|
Loading…
Reference in New Issue