Fix missing translation [GH-371]
This commit is contained in:
parent
af5fce8236
commit
6fa21d2a62
|
@ -1,5 +1,6 @@
|
||||||
## 0.7.6 (unreleased)
|
## 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
|
- Use full paths with the Chef provisioner so that restart cookbook will
|
||||||
work. [GH-374]
|
work. [GH-374]
|
||||||
- Add "--no-color" as an argument and no colorized output will be used. [GH-379]
|
- Add "--no-color" as an argument and no colorized output will be used. [GH-379]
|
||||||
|
|
|
@ -187,6 +187,11 @@ en:
|
||||||
ssh:
|
ssh:
|
||||||
execute: "Execute: %{command}"
|
execute: "Execute: %{command}"
|
||||||
status:
|
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: |-
|
output: |-
|
||||||
Current VM states:
|
Current VM states:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue