vagrant/plugins/pushes/atlas/locales/en.yml

18 lines
756 B
YAML

en:
atlas_push:
errors:
missing_attribute: |-
Missing required attribute '%{attribute}'. The Vagrant Atlas Push plugin
requires you set this attribute. Please set this attribute in your
Vagrantfile, for example:
config.push.define "atlas" do |push|
push.%{attribute} = "..."
end
uploader_not_found: |-
Vagrant was unable to find the Atlas uploader CLI. If your Vagrantfile
specifies the path explicitly with "uploader_path", then make sure that
path is valid. Otherwise, make sure that you have a valid install of
Vagrant. If you installed Vagrant outside of the official installers,
the "atlas-upload" binary must exist on your PATH.