templates/locales/en.yml in vagrant-unbundled-2.2.0.0 vs templates/locales/en.yml in vagrant-unbundled-2.2.2.0

- old
+ new

@@ -970,14 +970,17 @@ %{message} network_type_not_supported: |- The %{type} network type is not supported for this box or guest. network_address_invalid: |- - The IP address '%{ip}' is not valid. Please review the error message - below to help resolve the issue: + Network settings specified in your Vagrantfile define an invalid + IP address. Please review the error message below and update your + Vagrantfile network settings: - %{error_msg} + Address: %{address} + Netmask: %{mask} + Error: %{error} network_manager_not_installed: |- Vagrant was instructed to configure the %{device} network device to be managed by NetworkManager. However, the configured guest VM does not have NetworkManager installed. To fix this error please remove the `nm_controlled` setting from local Vagrantfile. If NetworkManager @@ -1843,10 +1846,12 @@ box_missing: "A box must be specified." clone_and_box: "Only one of clone or box can be specified." hostname_invalid_characters: |- The hostname set for the VM should only contain letters, numbers, hyphens or dots. It cannot start with a hyphen or dot. + ignore_provider_config: |- + Ignoring provider config for validation... name_invalid: |- The sub-VM name '%{name}' is invalid. Please don't use special characters. network_ip_ends_in_one: |- You assigned a static IP ending in ".1" to this machine. This is very often used by the router and can cause the @@ -2293,9 +2298,20 @@ share_folders: creating: Creating shared folders metadata... mounting: Mounting shared folders... mounting_entry: "%{guestpath} => %{hostpath}" nomount_entry: "Automounting disabled: %{hostpath}" + set_default_nic_type: + e1000_warning: |- + Vagrant has detected a configuration issue which exposes a + vulnerability with the installed version of VirtualBox. The + current guest is configured to use an E1000 NIC type for a + network adapter which is vulnerable in this version of VirtualBox. + Ensure the guest is trusted to use this configuration or update + the NIC type using one of the methods below: + + https://www.vagrantup.com/docs/virtualbox/configuration.html#default-nic-type + https://www.vagrantup.com/docs/virtualbox/networking.html#virtualbox-nic-type set_name: setting_name: |- Setting the name of the VM: %{name} snapshot: deleting: |-