From 6fa21d2a62bbb7715d453cc8c5df767bdd23cfb2 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 13 Jun 2011 14:16:44 -0700 Subject: [PATCH] Fix missing translation [GH-371] --- CHANGELOG.md | 1 + templates/locales/en.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2220353d..eeaba7943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 0.7.6 (unreleased) + - Add translation for `aborted` state in VM. [GH-371] - Use full paths with the Chef provisioner so that restart cookbook will work. [GH-374] - Add "--no-color" as an argument and no colorized output will be used. [GH-379] diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 51dd522d8..e310ebedc 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -187,6 +187,11 @@ en: ssh: execute: "Execute: %{command}" status: + aborted: |- + The VM is in an aborted state. This means that it was abruptly + stopped without properly closing the session. Run `vagrant up` + to resume this virtual machine. If any problems persist, you may + have to destroy and restart the virtual machine. output: |- Current VM states: