From 7fe39b61bc60cca8874a6f3993513d2d0a446d34 Mon Sep 17 00:00:00 2001 From: Susan Potter Date: Sat, 10 Mar 2012 14:16:26 -0600 Subject: [PATCH] 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. --- templates/locales/en.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 734ed6cc6..92b01a5b1 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -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: |-