2013-03-01 20:42:56 -03:00
|
|
|
en:
|
2013-04-12 22:31:18 -03:00
|
|
|
vagrant_lxc:
|
|
|
|
messages:
|
|
|
|
not_created: |-
|
|
|
|
The container hasn't been created yet.
|
|
|
|
not_running: |-
|
|
|
|
The container is not currently running.
|
|
|
|
will_not_destroy: |-
|
|
|
|
The container '%{name}' will not be destroyed, since the confirmation
|
|
|
|
was declined.
|
2013-04-18 03:19:43 -03:00
|
|
|
starting: |-
|
|
|
|
Starting container...
|
|
|
|
waiting_for_start: |-
|
|
|
|
Waiting for container to start. This should not take long.
|
|
|
|
container_ready: |-
|
|
|
|
Container started and ready for use!
|
|
|
|
force_shutdown: |-
|
|
|
|
Forcing shutdown of container...
|
2013-04-12 22:31:18 -03:00
|
|
|
|
|
|
|
# TODO: Review messages below
|
2013-03-01 20:42:56 -03:00
|
|
|
vagrant:
|
2013-03-11 00:13:48 -03:00
|
|
|
actions:
|
|
|
|
lxc:
|
2013-03-30 19:23:32 -03:00
|
|
|
compressing_rootfs: Compressing container's rootfs...
|
|
|
|
|
2013-03-11 00:13:48 -03:00
|
|
|
share_folders:
|
|
|
|
preparing: Setting up mount entries for shared folders...
|
|
|
|
|
2013-03-01 20:42:56 -03:00
|
|
|
errors:
|
2013-03-01 20:45:13 -03:00
|
|
|
lxc_execute_error: |-
|
|
|
|
There was an error executing %{command}
|
|
|
|
|
|
|
|
For more information on the failure, enable detailed logging by setting
|
|
|
|
the environment variable VAGRANT_LOG to DEBUG.
|
2013-03-08 00:54:15 -03:00
|
|
|
|
2013-06-08 01:13:51 -03:00
|
|
|
lxc_incompatible_box: |-
|
|
|
|
The base box you are trying to use is not compatible with the installed
|
|
|
|
vagrant-lxc version. Supported box versions are %{supported} but %{found} was found.
|
|
|
|
|
2013-03-08 00:54:15 -03:00
|
|
|
lxc_template_file_missing: |-
|
|
|
|
The template file used for creating the container was not found for %{name}
|
|
|
|
box.
|