plugins/commands/cloud/locales/en.yml in vagrant-unbundled-2.2.10.0 vs plugins/commands/cloud/locales/en.yml in vagrant-unbundled-2.2.14.0

- old
+ new

@@ -11,18 +11,12 @@ Known Vagrant server: %{known_host} Custom Vagrant server: %{custom_host} Press ctrl-c to cancel... publish: - update_continue: |- - %{obj} already exists, updating instead... - box_create: - Creating a box entry... - version_create: - Creating a version entry... - provider_create: - Creating a provider entry... + box_save: + Saving box information... upload_provider: Uploading provider with file %{file} release: Releasing box... complete: @@ -43,11 +37,11 @@ box_short_desc: |- Box Short Description: %{short_description} version_desc: |- Version Description: %{version_description} continue: |- - Do you wish to continue? [y/N] + Do you wish to continue? [y/N] box: show_filter_empty: |- No version matched %{version} for %{org}/%{box_name} create_success: |- Created box %{org}/%{box_name} @@ -55,10 +49,12 @@ Deleted box %{org}/%{box_name} delete_warn: |- This will completely remove %{box} from Vagrant Cloud. This cannot be undone. update_success: |- Updated box %{org}/%{box_name} + not_found: |- + Failed to locate requested box: %{org}/%{box_name} search: no_results: |- No results found for `%{query}` upload: no_url: |- @@ -75,10 +71,12 @@ Created provider %{provider} on %{org}/%{box_name} for version %{version} delete_success: |- Deleted provider %{provider} on %{org}/%{box_name} for version %{version} update_success: |- Updated provider %{provider} on %{org}/%{box_name} for version %{version} + not_found: |- + Failed to locate %{provider_name} provider for %{org}/%{box_name} on version %{version} version: create_success: |- Created version %{version} on %{org}/%{box_name} for version %{version} delete_success: |- Deleted version %{version} on %{org}/%{box_name} @@ -92,9 +90,11 @@ This will revoke version %{version} from %{box} from Vagrant Cloud. This cannot be undone. release_warn: |- This will release version %{version} from %{box} to Vagrant Cloud and be available to download. delete_warn: |- This will completely remove version %{version} from %{box} from Vagrant Cloud. This cannot be undone. + not_found: |- + Failed to locate version %{version} for %{org}/%{box_name} errors: search: fail: |- Could not complete search request publish: