vagrant/templates/locales/synced_folder_smb.yml

44 lines
1.5 KiB
YAML
Raw Normal View History

2014-02-26 23:54:53 +00:00
en:
vagrant_sf_smb:
mounting: |-
Mounting SMB shared folders...
mounting_single: |-
%{host} => %{guest}
warning_password: |-
You will be asked for the username and password to use to mount the
folders shortly. Please use the proper username/password of your
Windows account.
errors:
define_share_failed: |-
Exporting an SMB share failed! Details about the failure are shown
below. Please inspect the error message and correct any problems.
Host path: %{host}
Stderr: %{stderr}
Stdout: %{stdout}
no_routable_host_addr: |-
We couldn't detect an IP address that was routable to this
machine from the guest machine! Please verify networking is properly
setup in the guest machine and that it is able to access this
host.
As another option, you can manually specify an IP for the machine
to mount from using the `smb_host` option to the synced folder.
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}
windows_host_required: |-
SMB shared folders are only available when Vagrant is running
on Windows. The guest machine can be running non-Windows. Please use
another synced folder type.