templates/locales/en.yml in vagrant-unbundled-2.2.18.0 vs templates/locales/en.yml in vagrant-unbundled-2.2.19.0
- old
+ new
@@ -843,10 +843,23 @@
Path: %{path}
create_iso_host_cap_not_found: |-
Vagrant cannot create an iso due to the host capability for creating isos not existing.
Vagrant will now exit.
+ darwin_mount_failed: |-
+ Failed to mount folders in Darwin guest. The command attempted was:
+
+ %{command}
+
+ The error output from the last command was:
+
+ %{output}
+ darwin_version_failed: |-
+ Failed to determine macOS version.
+
+ Version string: %{version}
+ Error information: %{error}
destroy_requires_force: |-
Destroy doesn't have a TTY to ask for confirmation. Please pass the
`--force` flag to force a destroy, otherwise attach a TTY so that
the destroy can be confirmed.
dotfile_upgrade_json_error: |-
@@ -1840,9 +1853,21 @@
that VirtualBox is properly installed. As a final verification,
please run the following command manually and verify a version is
outputted:
%{vboxmanage} --version
+ virtualbox_invalid_host_subnet: |-
+ The IP address configured for the host-only network is not within the
+ allowed ranges. Please update the address used to be within the allowed
+ ranges and run the command again.
+
+ Address: %{address}
+ Ranges: %{ranges}
+
+ Valid ranges can be modified in the /etc/vbox/networks.conf file. For
+ more information including valid format see:
+
+ https://www.virtualbox.org/manual/ch06.html#network_hostonly
vm_creation_required: |-
VM must be created before running this command. Run `vagrant up` first.
vm_inaccessible: |-
Your VM has become "inaccessible." Unfortunately, this is a critical error
with VirtualBox that Vagrant can not cleanly recover from. Please open VirtualBox