Sha256: 5a0cc5edb8d3d2627d23059976103be34a76131126af3c3df57fd376a2d8c04c

Contents?: true

Size: 1.81 KB

Versions: 13

Compression:

Stored size: 1.81 KB

Contents

en:
  spree:
    api:
      must_specify_api_key: "You must specify an API key."
      invalid_api_key: "Invalid API key (%{key}) specified."
      unauthorized: "You are not authorized to perform that action."
      invalid_resource: "Invalid resource. Please fix errors and try again."
      resource_not_found: "The resource you were looking for could not be found."
      gateway_error: "There was a problem with the payment gateway: %{text}"
      access: "API Access"
      key: "Key"
      clear_key: "Clear key"
      regenerate_key: "Regenerate Key"
      no_key: "No key"
      generate_key: "Generate API key"
      key_generated: "Key generated"
      key_cleared: "Key cleared"
      order:
        could_not_transition: "The order could not be transitioned. Please fix the errors and try again."
        invalid_shipping_method: "Invalid shipping method specified."
        insufficient_quantity: An item in your cart has become unavailable.
      payment:
        credit_over_limit: "This payment can only be credited up to %{limit}. Please specify an amount less than or equal to this number."
        update_forbidden: "This payment cannot be updated because it is %{state}."
      shipment:
        cannot_ready: "Cannot ready shipment."
      stock_location_required: "A stock_location_id parameter must be provided in order to retrieve stock movements."
      invalid_taxonomy_id: "Invalid taxonomy id."
      shipment_transfer_errors_occurred: "Following errors occured while attempting this action:"
      negative_quantity: "quantity is negative"
      wrong_shipment_target: "target shipment is the same as original shipment"

      v2:
        cart:
          wrong_quantity: "Quantity has to be greater than 0"
          no_coupon_code: "No coupon code provided and the Order doesn't have any coupon code promotions applied"

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
spree_api-4.2.7 config/locales/en.yml
spree_api-4.2.6 config/locales/en.yml
spree_api-4.3.0.rc1 config/locales/en.yml
spree_api-4.2.5 config/locales/en.yml
spree_api-4.2.4 config/locales/en.yml
spree_api-4.2.3.1 config/locales/en.yml
spree_api-4.2.3 config/locales/en.yml
spree_api-4.2.2 config/locales/en.yml
spree_api-4.2.1 config/locales/en.yml
spree_api-4.2.0 config/locales/en.yml
spree_api-4.2.0.rc5 config/locales/en.yml
spree_api-4.2.0.rc4 config/locales/en.yml
spree_api-4.2.0.rc3 config/locales/en.yml