templates/locales/en.yml in vagrant-hosts-2.8.0 vs templates/locales/en.yml in vagrant-hosts-2.8.1
- old
+ new
@@ -1,3 +1,20 @@
---
en:
- vagrant_hosts: {}
+ vagrant_hosts:
+ action:
+ version_check:
+ deprecated_vagrant_version: |-
+ The vagrant-hosts plugin has deprecated support for Vagrant
+ versions older than %{minimum_version}. Support for version %{vagrant_version}
+ will be removed in the next major release of the plugin.
+ errors:
+ unresolvable_hostname: |-
+ The hostname, %{address}, was not a valid IP address or resolvable hostname.
+ collection_failed: |-
+ An error of type %{error_class} occurred while collecting
+ host info from %{host}:
+
+ %{message}
+
+ If this was caused by a transient condition, then the next
+ sync should succeed.