vagrant/templates/locales/comm_winrm.yml

42 lines
1.1 KiB
YAML
Raw Normal View History

en:
vagrant_winrm:
errors:
auth_error: |-
An authorization error occurred while connecting to WinRM.
User: %{user}
Password: %{password}
Endpoint: %{endpoint}
Message: %{message}
winrm_bad_exit_status: |-
The following WinRM command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
%{command}
Stdout from the command:
%{stdout}
Stderr from the command:
%{stderr}
execution_error: |-
An error occurred executing a remote WinRM command.
Shell: %{shell}
Command: %{command}
Message: %{message}
invalid_shell: |-
%{shell} is not a supported type of Windows shell.
winrm_not_ready: |-
The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
winrm_file_transfer_error: |-
Failed to transfer a file between the host and guest
From: %{from}
To: %{to}
Message: %{message}