en: vagrant_parallels: #------------------------------------------------------------------------------- # Translations for exception classes #------------------------------------------------------------------------------- errors: prlctl_error: |- There was an error while executing `prlctl`, a CLI used by Vagrant for controlling Parallels Desktop. The command and stderr is shown below. Command: %{command} Stderr: %{stderr} prlctl_not_found_error: |- The "prlctl" command or one of its dependencies could not be found. Please verify Parallels Desktop is properly installed. You can verify everything is okay by running "prlctl --version" and verifying that the Parallels Desktop version is outputted. parallels_kernel_module_not_loaded: |- Parallels Desktop is complaining that the kernel module is not loaded. Please run `prlctl --version` or open the Parallels Desktop GUI to see the error message which should contain instructions on how to fix this error. parallels_install_incomplete: |- Parallels Desktop is complaining that the installation is incomplete. Try to reinstall Parallels Desktop or contact Parallels support. parallels_no_room_for_high_level_network: |- There is no available slots on the Parallels Desktop VM for the configured high-level network interfaces. "private_network" and "public_network" network configurations consume a single network adapter slot on the Parallels Desktop VM. Parallels Desktop limits the number of slots to 8, and it appears that every slot is in use. Please lower the number of used network adapters. #------------------------------------------------------------------------------- # Translations for config validation errors #------------------------------------------------------------------------------- config: id_in_pre_import: |- The ':id' parameter is not available in "pre-import" customizations. invalid_event: |- %{event} is not a valid event for customization. Valid events are: %{valid_events} #------------------------------------------------------------------------------- # Translations for commands. e.g. `vagrant x` #------------------------------------------------------------------------------- commands: common: vm_already_running: |- Parallels Desktop VM is already running. status: inaccessible: |- The VM is inaccessible! This is a rare case which means that Parallels Desktop can't find your VM configuration. This usually happens when deleting the VM via Parallels Desktop GUI, moving to a new computer, etc. Please consult Vagrant Parallels provider for how to handle this issue. not_created: |- The environment has not yet been created. Run `vagrant up` to create the environment. If a machine is not created, only the default provider will be shown. So if a provider is not listed, then the machine is not created for that environment. suspended: |- The VM is suspended. To resume this VM you can run `vagrant resume` or `vagrant up` to restart it again, so that vagrant would be able to control the VM again. stopped: |- The VM is stopped. To start the VM, simply run `vagrant up` running: |- The VM is running. To stop this VM, you can run `vagrant halt` to shut it down forcefully, or you can run `vagrant suspend` to simply suspend the virtual machine. In either case, to restart it again, simply run `vagrant up`. #------------------------------------------------------------------------------- # Translations for Vagrant middleware acions #------------------------------------------------------------------------------- actions: vm: check_guest_tools: not_detected: |- No Parallels Tools were detected on the base box for this VM! Parallels Tools are required for forwarded ports, shared folders, host only networking, and more. If SSH fails on this machine, please install the Parallels Tools and repackage the box to continue. This is not an error message; everything may continue to work properly, in which case you may ignore this message. version_mismatch: |- The Parallels Tools on this VM do not match the installed version of Parallels Desktop! 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 the Parallels Tools within the virtual machine and reload your VM. Parallels Tools Version: %{tools_version} Parallels Desktop Version: %{parallels_version} export: compacting: Compacting exported HDD... match_mac: generate: |- The specified base MAC is already in use. Generating a new unique MAC address for Shared network... matching: Matching MAC address for Shared network...