templates/locales/en.yml in vagrant-unbundled-2.1.2.0 vs templates/locales/en.yml in vagrant-unbundled-2.1.4.0
- old
+ new
@@ -309,11 +309,11 @@
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}!
+ A new version of Vagrant is available: %{latest_version} (installed version: %{installed_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
@@ -408,10 +408,27 @@
to the location below. If everything is okay, it is safe to remove
this backup.
Backup: %{backup_path}
+ plugins:
+ local:
+ uninstalled_plugins: |-
+ Vagrant has detected project local plugins configured for this
+ project which are not installed.
+
+ %{plugins}
+ request_plugin_install: |-
+ Install local plugins (Y/N)
+
+ install_all: |-
+ Vagrant will now install the following plugins to the local project
+ which have been defined in current Vagrantfile:
+
+ %{plugins}
+
+ Press ctrl-c to cancel...
#-------------------------------------------------------------------------------
# Translations for exception classes
#-------------------------------------------------------------------------------
errors:
active_machine_with_different_provider: |-
@@ -1090,11 +1107,11 @@
The plugins failed to load properly. The error message given is
shown below.
%{message}
plugin_not_installed: |-
- The plugin '%{name}' is not installed. Please install it first.
+ The plugin '%{name}' is not currently installed.
plugin_state_file_not_parsable: |-
Failed to parse the state file "%{path}":
%{message}
Please remove the file and reinstall the plugins.
@@ -1115,10 +1132,24 @@
below to help resolve the issue:
%{error_msg}
Source: %{source}
+ plugin_no_local_error: |-
+ Vagrant is not currently working within a Vagrant project directory. Local
+ plugins are only supported within a Vagrant project directory.
+ plugin_missing_local_error: |-
+ Vagrant is missing plugins required by the currently loaded Vagrantfile.
+ Please install the configured plugins and run this command again. The
+ following plugins are currently missing:
+
+ %{plugins}
+
+ To install the plugins configured in the current Vagrantfile run the
+ following command:
+
+ vagrant plugin install --local
powershell_not_found: |-
Failed to locate the powershell executable on the available PATH. Please
ensure powershell is installed and available on the local PATH, then
run the command again.
powershell_invalid_version: |-
@@ -1428,10 +1459,12 @@
triggers_run_fail: |-
Trigger run failed
triggers_guest_not_running: |-
Could not run remote script on %{machine_name} because its state is %{state}
+ triggers_bad_exit_codes: |-
+ A script exited with an unacceptable exit code %{code}.
triggers_no_block_given: |-
There was an error parsing the Vagrantfile:
No config was given for the trigger(s) %{command}.
triggers_no_stage_given: |-
The incorrect stage was given to the trigger plugin:
@@ -1707,10 +1740,14 @@
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.
+ plugins_bad_key: |-
+ Invalid plugin configuration detected for `%{plugin_name}` plugin.
+
+ Unknown keys: %{plugin_key}
bad_key: |-
Unknown configuration section '%{key}'.
ssh:
private_key_missing: "`private_key_path` file must exist: %{path}"
paranoid_deprecated: |-
@@ -1726,10 +1763,13 @@
warn_bad_type: |-
Invalid type set for `warn` on trigger for command '%{cmd}'. `warn` should be a String.
on_error_bad_type: |-
Invalid type set for `on_error` on trigger for command '%{cmd}'. `on_error` can
only be `:halt` (default) or `:continue`.
+ exit_codes_bad_type: |-
+ Invalid type set for `exit_codes` on trigger for command '%{cmd}'. `exit_codes` can
+ only be a single integer or an array of integers.
only_on_bad_type: |-
Invalid type found for `only_on`. All values must be a `String` or `Regexp`.
privileged_ignored: |-
The `privileged` setting for option `run` for trigger command '%{command}' will be ignored and set to false.
powershell_args_ignored: |-
@@ -1792,10 +1832,14 @@
shared_folder_mount_options_array: |-
Shared folder mount options specified by 'mount_options' must
be an array of options.
shared_folder_requires_guestpath_or_name: |-
Shared folder options must include a guestpath and/or name.
+ shared_folder_wsl_not_drvfs: |-
+ The host path of the shared folder is not supported from WSL. Host
+ path of the shared folder must be located on a file system with
+ DrvFs type. Host path: %{path}
#-------------------------------------------------------------------------------
# Translations for commands. e.g. `vagrant x`
#-------------------------------------------------------------------------------
commands:
@@ -1878,12 +1922,16 @@
post_install: |-
Post install message from the '%{name}' plugin:
%{message}
repairing: |-
- Repairing currently installed plugins. This may take a few minutes...
+ Repairing currently installed global plugins. This may take a few minutes...
+ repairing_local: |-
+ Repairing currently installed local project plugins. This may take a few minutes...
repair_complete: |-
Installed plugins successfully repaired!
+ repair_local_complete: |-
+ Local project plugins successfully repaired!
repair_failed: |-
Failed to automatically repair installed Vagrant plugins. To fix this
problem remove all user installed plugins and reinstall. Vagrant can
do this for you automatically by running the following command: