vagrant/templates/locales/providers_hyperv.yml

26 lines
990 B
YAML
Raw Normal View History

en:
vagrant_hyperv:
errors:
admin_required: |-
The Hyper-V provider requires that Vagrant be run with
administrative privileges. This is a limitation of Hyper-V itself.
Hyper-V requires administrative privileges for management
commands. Please restart your console with administrative
privileges and try again.
2014-02-16 00:35:04 +00:00
powershell_error: |-
An error occurred while executing a PowerShell script. This error
is shown below. Please read the error message and see if this is
a configuration error with your system. If it is not, then please
report a bug.
Script: %{script}
Error:
%{stderr}
powershell_required: |-
The Vagrant Hyper-V provider requires PowerShell to be available.
Please make sure "powershell.exe" is available on your PATH.
windows_required: |-
The Hyper-V provider only works on Windows. Please try to
use another provider.