locales: add missing docker translation
This commit is contained in:
parent
45212a9b67
commit
02960dedf9
|
@ -79,6 +79,8 @@ en:
|
||||||
for this machine first.
|
for this machine first.
|
||||||
not_running: |-
|
not_running: |-
|
||||||
The container is not currently running.
|
The container is not currently running.
|
||||||
|
preparing: |-
|
||||||
|
Preparing to start the container...
|
||||||
provision_no_ssh: |-
|
provision_no_ssh: |-
|
||||||
Provisioners will not be run since container doesn't support SSH.
|
Provisioners will not be run since container doesn't support SSH.
|
||||||
will_not_destroy: |-
|
will_not_destroy: |-
|
||||||
|
@ -101,6 +103,9 @@ en:
|
||||||
create the environment. If a machine is not created, only the
|
create the environment. If a machine is not created, only the
|
||||||
default provider will be shown. So if a provider is not listed,
|
default provider will be shown. So if a provider is not listed,
|
||||||
then the machine is not created for that environment.
|
then the machine is not created for that environment.
|
||||||
|
preparing: |-
|
||||||
|
Vagrant is preparing to start this Docker container. Run `vagrant up`
|
||||||
|
to continue.
|
||||||
running: |-
|
running: |-
|
||||||
The container is created and running. You can stop it using
|
The container is created and running. You can stop it using
|
||||||
`vagrant halt`, see logs with `vagrant docker-logs`, and
|
`vagrant halt`, see logs with `vagrant docker-logs`, and
|
||||||
|
|
Loading…
Reference in New Issue