locales/en.yml in vagrant-parallels-1.5.1 vs locales/en.yml in vagrant-parallels-1.6.0

- old
+ new

@@ -5,10 +5,22 @@ Adapter %{adapter}: %{type}%{extra} #------------------------------------------------------------------------------- # Translations for exception classes #------------------------------------------------------------------------------- errors: + box_id_not_found: |- + Parallels provider couldn't fetch the box image ID. This is usually because + the "config.pvs" file is corrupted or doesn't exist. Please remove the box, + re-add it, and try again. + + Box: "%{name}" + Box VM config: "%{config}" + + box_image_not_found: |- + Parallels VM image (*.pvm) could not be found in the directory of + '%{name}' box. This is usually because the image has been removed manually. + Please remove the box, re-add it, and try again. dhcp_leases_file_not_accessible: |- Parallels DHCP leases file is not accessible. The Parallels provider uses it to detect an IP address of virtual machine. This file must be readable for the user that is running Vagrant. @@ -65,16 +77,10 @@ Parallels Tools ISO file does not exists. The Parallels provider uses it to install or update Parallels Tools in the guest machine. Try to reinstall Parallels Desktop. Expected ISO path: "%{iso_path}" - parallels_tpl_name_not_found: |- - The VM import failed! Template name not found. Please verify that - the box you're using is not corrupted and try again. - - Template config path: "%{config_path}" - parallels_vm_option_not_found: |- Could not find a required option of Parallels Desktop virtual machine: %{vm_option} This is an internal error that should be reported as a bug. parallels_unsupported_edition: |- @@ -93,21 +99,26 @@ Note: Starting since Parallels Desktop 11 for Mac, Vagrant Parallels provider can be only used with Pro or Business edition of Parallels Desktop for Mac. Please, be aware while choosing the edition to upgrade to. snapshot_id_not_detected: |- ID of the newly created shapshod could not be detected. This is an - internal error that users should never see. Please report a bug. + internal error that users should never see. Please report a bug to + Parallels provider. stdout: %{stdout} + snapshot_not_found: |- + The 'linked_clone_snapshot' specified could not be found. Please double + check and try again. + + Snapshot ID: %{snapshot} shared_adapter_not_found: |- Shared network adapter was not found in your virtual machine configuration. It is required to communicate with VM and forward ports. Please check network configuration in your Vagrantfile. - vm_import_failure: |- - The VM import failed! Please verify that the box you're using is not + vm_clone_failure: |- + The VM cloning failed! Please ensure that the box you're using is not corrupted and try again. - vm_name_exists: |- Parallels Desktop virtual machine with the name '%{name}' already exists. Please use another name or delete the machine with the existing name, and try again. @@ -168,10 +179,16 @@ #------------------------------------------------------------------------------- # Translations for Vagrant middleware actions #------------------------------------------------------------------------------- actions: vm: + box: + register: Registering VM image from the base box '%{name}'... + unregister: Unregistering the box VM image... + clone: + full: Cloning new virtual machine... + linked: Creating new virtual machine as a linked clone... handle_guest_tools: cant_install: |- Vagrant doesn't support installing Parallels Tools for the guest OS running in the machine. Vagrant attempt to continue, assuming that Parallels Tools will be installed later. @@ -179,26 +196,23 @@ Checking for Parallels Tools installed on the VM... installing: |- Installing the proper version of Parallels Tools. This may take a few minutes... not_detected: |- Parallels Tools were not detected on this VM! They are required - for forwarded ports, shared folders, host only networking and more. - If SSH fails or shared folders are not working on this machine, - please install Parallels Tools within the virtual machine and - reload your VM. + for shared folders, time sync and more. If shared folders are not + working on this machine, please install Parallels Tools within the + virtual machine and reload your VM. rebooting: |- Parallels Tools have been installed. Rebooting the VM... outdated: |- Parallels Tools installed on this VM are outdated! In most cases this is fine but in rare cases it can cause things such as shared folders to not work properly. If you see shared folder errors, - please update Parallels Tools within the virtual machine and + please update Parallels Tools within the virtual machine and reload your VM. export: compacting: Compacting exported HDDs... forward_ports: forwarding_entry: |- %{guest_port} => %{host_port} - import: - importing_linked: Importing base box '%{name}' as a linked clone... sane_defaults: setting: Setting the default configuration for VM...