templates/locales/en.yml in vagrant-unbundled-2.0.1.0 vs templates/locales/en.yml in vagrant-unbundled-2.0.2.0

- old
+ new

@@ -1,7 +1,12 @@ en: vagrant: + alert: |- + [%{date}]: + %{message} + + - %{url} boot_completed: |- Machine booted and ready! boot_waiting: |- Waiting for machine to boot. This may take a few minutes... box_auto_adding: |- @@ -34,11 +39,11 @@ box_expanding_url: |- URL: %{url} box_loading_metadata: |- Loading metadata for box '%{name}' box_outdated: |- - * '%{name}' is outdated! Current: %{current}. Latest: %{latest} + * '%{name}' for '%{provider}' is outdated! Current: %{current}. Latest: %{latest} box_outdated_checking_with_refresh: |- Checking if box '%{name}' is up to date... box_outdated_local: |- A newer version of the box '%{name}' is available and already installed, but your Vagrant machine is running against @@ -56,24 +61,24 @@ is valid and try again. box_outdated_metadata_error_single: |- Error loading box metadata while attempting to check for updates: %{message} box_outdated_single: |- - A newer version of the box '%{name}' is available! You currently - have version '%{current}'. The latest is version '%{latest}'. Run - `vagrant box update` to update. + A newer version of the box '%{name}' for provider '%{provider}' is + available! You currently have version '%{current}'. The latest is version + '%{latest}'. Run `vagrant box update` to update. box_outdated_metadata_error: |- - * '%{name}': Error loading metadata: %{message} + * '%{name}' for '%{provider}': Error loading metadata: %{message} box_outdated_no_metadata: |- - * '%{name}' wasn't added from a catalog, no version information + * '%{name}' for '%{provider}' wasn't added from a catalog, no version information box_updating: |- Updating '%{name}' with provider '%{provider}' from version '%{old}' to '%{new}'... box_update_checking: |- Checking for updates to '%{name}' box_up_to_date: |- - * '%{name}' (v%{version}) is up to date + * '%{name}' for '%{provider}' (v%{version}) is up to date box_up_to_date_single: |- Box '%{name}' (v%{version}) is running the latest version. cfengine_bootstrapping: |- Bootstrapping CFEngine with policy server: %{policy_server}... cfengine_bootstrapping_policy_hub: |- @@ -281,10 +286,14 @@ version_latest_installed: |- You're running an up-to-date version of Vagrant! version_no_checkpoint: |- Vagrant was unable to check for the latest version of Vagrant. Please check manually at https://www.vagrantup.com + version_upgrade_available: |- + A new version of Vagrant is available: %{latest_version}! + To upgrade visit: https://www.vagrantup.com/downloads.html + version_upgrade_howto: |- To upgrade to the latest version, visit the downloads page and download and install the latest version of Vagrant from the URL below: @@ -318,11 +327,26 @@ intnet_on_bad_type: |- VirtualBox internal networks can only be enabled on "private_network" invalid_event: |- %{event} is not a valid event for customization. Valid events are: %{valid_events} + warning: + shared_folder_symlink_create: |- + Vagrant is currently configured to create VirtualBox synced folders with + the `SharedFoldersEnableSymlinksCreate` option enabled. If the Vagrant + guest is not trusted, you may want to disable this option. For more + information on this option, please refer to the VirtualBox manual: + https://www.virtualbox.org/manual/ch04.html#sharedfolders + + This option can be disabled globally with an environment variable: + + VAGRANT_DISABLE_VBOXSYMLINKCREATE=1 + + or on a per folder basis within the Vagrantfile: + + config.vm.synced_folder '/host/path', '/guest/path', SharedFoldersEnableSymlinksCreate: false general: batch_notify_error: |- An error occurred. The error will be shown after all tasks complete. batch_unexpected_error: |- An unexpected error occurred when executing the action on the @@ -889,10 +913,15 @@ If the problem persists, please report a bug to the net-ssh project. %{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: + + %{error_msg} 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 Vagantfile. If NetworkManager @@ -1372,15 +1401,26 @@ a syntax error. Path: %{path} Line number: %{line} Message: %{exception_class}: %{message} + vagrantfile_name_error: |- + There was an error loading a Vagrantfile. The file being loaded + and the error message are shown below. This is usually caused by + an invalid or undefined variable. + + Path: %{path} + Line number: %{line} + Message: %{message} vagrantfile_syntax_error: |- There is a syntax error in the following Vagrantfile. The syntax error message is reproduced below for convenience: %{file} + vagrantfile_template_not_found_error: |- + The Vagrantfile template '%{path}' does not exist. Please double check + the template path and try again. vagrantfile_write_error: |- The user that is running Vagrant doesn't have the proper permissions to write a Vagrantfile to the specified location. Please ensure that you call `vagrant init` in a location where the proper permissions are in place to create a Vagrantfile. @@ -1611,14 +1651,20 @@ loader: bad_v1_key: |- Unknown configuration section '%{key}'. If this section was part of a Vagrant 1.0.x plugin, note that 1.0.x plugins are incompatible with 1.1+. root: + sensitive_bad_type: |- + Invalid type provided for `sensitive`. The sensitive option expects a string + or an array of strings. bad_key: |- Unknown configuration section '%{key}'. ssh: private_key_missing: "`private_key_path` file must exist: %{path}" + paranoid_deprecated: |- + The key `paranoid` is deprecated. Please use `verify_host_key`. Supported + values are exactly the same, only the name of the option has changed. vm: bad_version: |- Invalid box version constraints: %{version} box_download_ca_cert_not_found: |- "box_download_ca_cert" file not found: %{path} @@ -2115,9 +2161,10 @@ general: package: packaging: "Packaging additional file: %{file}" compressing: "Compressing package to: %{fullpath}" + box_folder: "Creating new folder: %{folder_path}" output_exists: |- The specified file '%{filename}' to save the package as already exists. Please remove this file or specify a different file name for outputting. output_is_directory: |- The specified output is a directory. Please specify a path including