From 02960dedf90ca24924f8dcdac5b6e3737ada5eed Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 24 Dec 2015 12:41:39 -0800 Subject: [PATCH] locales: add missing docker translation --- templates/locales/providers_docker.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/locales/providers_docker.yml b/templates/locales/providers_docker.yml index bb414e359..a8dfbced9 100644 --- a/templates/locales/providers_docker.yml +++ b/templates/locales/providers_docker.yml @@ -79,6 +79,8 @@ en: for this machine first. not_running: |- The container is not currently running. + preparing: |- + Preparing to start the container... provision_no_ssh: |- Provisioners will not be run since container doesn't support SSH. will_not_destroy: |- @@ -101,6 +103,9 @@ en: create the environment. If a machine is not created, only the default provider will be shown. So if a provider is not listed, then the machine is not created for that environment. + preparing: |- + Vagrant is preparing to start this Docker container. Run `vagrant up` + to continue. running: |- The container is created and running. You can stop it using `vagrant halt`, see logs with `vagrant docker-logs`, and