templates/locales/en.yml in vagrant-unbundled-2.2.6.2 vs templates/locales/en.yml in vagrant-unbundled-2.2.7.0
- old
+ new
@@ -576,11 +576,11 @@
`vagrant box add -h` for more help.
box_checksum_invalid_type: |-
The specified checksum type is not supported by Vagrant: %{type}.
Vagrant supports the following checksum types:
- md5, sha1, sha256
+ %{types}
box_checksum_mismatch: |-
The checksum of the downloaded box did not match the expected
value. Please verify that you have the proper URL setup and that
you're downloading the proper file.
@@ -962,10 +962,19 @@
machine, then try again.
If you believe this message is in error, please check the process
listing for any "ruby" or "vagrant" processes and kill them. Then
try again.
+ machine_folder_not_accessible: |-
+ Vagrant attempted to clean the machine folder for the machine '%{name}'
+ but does not have permission to read the following path:
+
+ %{path}
+
+ Please ensure that Vagrant has the proper permissions to access the path
+ above. You may need to grant this permission to the terminal emulator
+ running Vagrant as well.
machine_guest_not_ready: |-
Guest-specific operations were attempted on a machine that is not
ready for guest communication. This should not happen and a bug
should be reported.
machine_locked: |-
@@ -1790,10 +1799,21 @@
this subsystem and installing it again.
#-------------------------------------------------------------------------------
# Translations for config validation errors
#-------------------------------------------------------------------------------
config:
+ disk:
+ invalid_type: |-
+ Disk type '%{type}' is not a valid type. Please pick one of the following supported disk types: %{types}
+ invalid_size: |-
+ Config option 'size' for disk '%{name}' on guest '%{machine}' is not an integer
+ invalid_file_type: |-
+ Disk config option 'file' for '%{machine}' is not a string.
+ missing_file: |-
+ Disk file '%{file_path}' for disk '%{name}' on machine '%{machine}' does not exist.
+ missing_provider: |-
+ Guest '%{machine}' using provider '%{provider_name}' has provider specific config options for a provider other than '%{provider_name}'. These provider config options will be ignored for this guest
common:
bad_field: "The following settings shouldn't exist: %{fields}"
chef:
cookbooks_path_empty: |-
Missing required value for `chef.cookbooks_path'.
@@ -1886,14 +1906,18 @@
box_download_checksum_notblank: |-
Checksum specified but must also specify "box_download_checksum_type"
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,
+ The hostname set for the VM '%{name}' should only contain letters, numbers,
hyphens or dots. It cannot start with a hyphen or dot.
ignore_provider_config: |-
Ignoring provider config for validation...
+ multiple_primary_disks_error: |-
+ There are more than one primary disks defined for guest '%{name}'. Please ensure that only one disk has been defined as a primary disk.
+ multiple_disk_names_error: |-
+ Duplicate disk names defined: '%{name}'. Disk names must be unique.
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
@@ -2051,10 +2075,13 @@
maintainer of the provider.
no_push_snapshot: |-
No pushed snapshot found!
Use `vagrant snapshot push` to push a snapshot to restore to.
+ save:
+ vm_not_created: |-
+ Machine '%{name}' has not been created yet, and therefore cannot save snapshots. Skipping...
status:
aborted: |-
The VM is in an aborted state. This means that it was abruptly
stopped without properly closing the session. Run `vagrant up`
to resume this virtual machine. If any problems persist, you may
@@ -2133,9 +2160,12 @@
#-------------------------------------------------------------------------------
actions:
runner:
waiting_cleanup: "Waiting for cleanup before exiting..."
exit_immediately: "Exiting immediately, without cleanup!"
+ disk:
+ provider_unsupported: |-
+ Guest provider '%{provider}' does not support the disk feature, and will not use the disk configuration defined.
vm:
boot:
booting: Booting VM...
bridged_networking:
available: |-