Fix up i18n missing translation
This commit is contained in:
parent
411c7d6f75
commit
88aa106327
|
@ -957,19 +957,18 @@ en:
|
||||||
The push strategy '%{name}' is not defined in the Vagrantfile. Defined
|
The push strategy '%{name}' is not defined in the Vagrantfile. Defined
|
||||||
strategy names are:
|
strategy names are:
|
||||||
|
|
||||||
%{pushes}
|
%{pushes}
|
||||||
|
push_strategy_not_loaded: |-
|
||||||
push_strategy_not_defined: |-
|
|
||||||
There are no push strategies named '%{name}'. Please make sure you
|
There are no push strategies named '%{name}'. Please make sure you
|
||||||
spelled it correctly. If you are using an external push strategy, you
|
spelled it correctly. If you are using an external push strategy, you
|
||||||
may need to install a plugin. Loaded push strategies are:
|
may need to install a plugin. Loaded push strategies are:
|
||||||
|
|
||||||
%{pushes}
|
%{pushes}
|
||||||
push_strategy_not_provided: |-
|
push_strategy_not_provided: |-
|
||||||
The Vagrantfile defines more than one 'push' strategy. Please specify a
|
The Vagrantfile defines more than one 'push' strategy. Please specify a
|
||||||
strategy. Defined strategy names are:
|
strategy. Defined strategy names are:
|
||||||
|
|
||||||
%{pushes}
|
%{pushes}
|
||||||
package_include_symlink: |-
|
package_include_symlink: |-
|
||||||
A file or directory you're attempting to include with your packaged
|
A file or directory you're attempting to include with your packaged
|
||||||
box has symlinks in it. Vagrant cannot include symlinks in the
|
box has symlinks in it. Vagrant cannot include symlinks in the
|
||||||
|
|
Loading…
Reference in New Issue