Fix SMB error message to be within the correct namespace
This commit is contained in:
parent
97eb459f56
commit
07c5fd4885
|
@ -1,10 +1,5 @@
|
||||||
en:
|
en:
|
||||||
vagrant_sf_smb:
|
vagrant_sf_smb:
|
||||||
not_supported: |-
|
|
||||||
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.
|
|
||||||
mounting: |-
|
mounting: |-
|
||||||
Mounting SMB shared folders...
|
Mounting SMB shared folders...
|
||||||
mounting_single: |-
|
mounting_single: |-
|
||||||
|
@ -26,6 +21,11 @@ en:
|
||||||
Vagrant requires administrator access to create SMB shares and
|
Vagrant requires administrator access to create SMB shares and
|
||||||
may request access to complete setup of configured shares.
|
may request access to complete setup of configured shares.
|
||||||
errors:
|
errors:
|
||||||
|
not_supported: |-
|
||||||
|
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.
|
||||||
start_failed: |-
|
start_failed: |-
|
||||||
Vagrant failed to automatically start the SMB service. Ensure the
|
Vagrant failed to automatically start the SMB service. Ensure the
|
||||||
required services can be started and try again.
|
required services can be started and try again.
|
||||||
|
|
Loading…
Reference in New Issue