Sha256: e00bf36d155421fb1084d345ea614b88c62d0626a164d5b82db7911d3541bf4a

Contents?: true

Size: 1.46 KB

Versions: 3

Compression:

Stored size: 1.46 KB

Contents

en:
  vagrant_mutate:
    errors:
      providers_match: |-
        Input and output provider are the same. Aborting.
      provider_not_supported: |-
        Vagrant-mutate does not support %{provider} for %{direction}
      qemu_not_found: |-
        Qemu-img was not found in your path
      box_not_found: |-
        The box %{box} was not found
      too_many_boxes_found: |-
        More than one box named %{box} was found. Please specify the input provider as well.
      extract_box_failed: |-
        Extracting box failed with error:
        %{error_message}
      determine_provider_failed: |-
        Determining provider for box failed with error:
        %{error_message}
      create_box_dir_failed: |-
        Creating directory for box failed with error:
        %{error_message}
      write_metadata_failed: |-
        Writing metadata for box failed with error:
        %{error_message}
      write_vagrantfile_failed: |-
        Writing vagrantfile for box failed with error:
        %{error_message}
      write_disk_failed: |-
        Writing disk image for box failed with error:
        %{error_message}
      parse_qemu_version_failed: |-
        Determining the version of qemu-img installed failed
      determine_image_size_failed: |-
        Determining the virtual size of the disk image failed
      box_attribute_error: |-
        Error determining information about the input box:
        %{error_message}
      url_error: |-
          The url %{url} is not valid

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vagrant-mutate-0.2.2 locales/en.yml
vagrant-mutate-0.2.1 locales/en.yml
vagrant-mutate-0.2.0 locales/en.yml