vagrant/templates/locales/synced_folder_smb.yml

96 lines
3.6 KiB
YAML
Raw Normal View History

2014-02-26 23:54:53 +00:00
en:
vagrant_sf_smb:
2017-12-21 00:26:27 +00:00
not_supported: |-
2017-12-21 23:57:57 +00:00
It appears your machine doesn't support SMB, has not been
properly configured for SMB, or there is not an adapter to
enable SMB on this machine for Vagrant. Ensure SMB host
functionality is available on this machine and try again.
2014-02-26 23:54:53 +00:00
mounting: |-
Mounting SMB shared folders...
mounting_single: |-
%{host} => %{guest}
preparing: |-
Preparing SMB shared folders...
2014-02-26 23:54:53 +00:00
warning_password: |-
You will be asked for the username and password to use for the SMB
2014-02-26 23:54:53 +00:00
folders shortly. Please use the proper username/password of your
account.
incorrect_credentials: |-
Credentials incorrect. Please try again.
2014-02-26 23:54:53 +00:00
2017-12-16 00:31:44 +00:00
uac:
prune_warning: |-
Vagrant requires administator access for pruning SMB shares and
may request access to complete removal of stale shares.
create_warning: |-
Vagrant requires administator access to create SMB shares and
may request access to complete setup of configured shares.
2014-02-26 23:54:53 +00:00
errors:
2017-12-21 23:57:57 +00:00
start_failed: |-
Vagrant failed to automatically start the SMB service. Ensure the
required services can be started and try again.
Command: %{command}
Stderr: %{stderr}
Stdout: %{stdout}
credentials_missing: |-
Vagrant SMB synced folders require the account password to be stored
in an NT compatible format. Please update your sharing settings to
enable a Windows compatible password and try again.
credentials_request_error: |-
Vagrant failed to receive credential information required for preparing
an SMB share.
2014-02-26 23:54:53 +00:00
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}
2017-12-16 00:31:44 +00:00
Stdout: %{stdout}
prune_share_failed: |-
Pruning an SMB share failed! Details about the failure are shown
below. Please inspect the error message and correct any problems.
Share name: %{name}
Stderr: %{stderr}
2014-02-26 23:54:53 +00:00
Stdout: %{stdout}
name_error: |-
Vagrant is unable to setup a requested SMB share. An SMB share already
exists with the given name.
Share name: %{name}
Current path: %{existing_path}
Requested path: %{path}
list_failed: |-
Vagrant failed to generate a list of local SMB shares. Please try
running the command again.
2014-02-26 23:54:53 +00:00
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_version: |-
PowerShell version 3 or later is required for SMB synced folders
to work on Windows. You have version: '%{version}'. Please update
your PowerShell installation.
windows_admin_required: |-
SMB shared folders require running Vagrant with administrative
privileges. This is a limitation of Windows, since creating new
network shares requires admin privileges. Please try again in a
console with proper permissions or use another synced folder type.
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.