{
    "checkout": {
        "product-stock-reached": "The product \"%name%\" is only available %quantity% times",
        "product-out-of-stock": "The product \"%name%\" is not available any more",
        "purchase-steps-quantity": "The product \"%name%\" is not available in this quantity. The quantity was changed to %quantity%",
        "min-order-quantity": "The quantity of product \"%name%\" did not meet the minimum order quantity threshold. The quantity has automatically been increased to %quantity%.",
        "shipping-method-blocked": "The shipping method \"%name%\" is blocked for your current shopping cart.",
        "shipping-method-changed": "\"%oldShippingMethodName%\" shipping is not available for your current cart, the shipping was changed to \"%newShippingMethodName%\".",
        "payment-method-blocked": "The payment method \"%name%\" is blocked for your current shopping cart.",
        "payment-method-changed": "\"%oldPaymentMethodName%\" payment is not available for your current cart, the payment was changed to \"%newPaymentMethodName%\".",
        "lineItemDeliveryDate": "Delivery period: %earliest% - %latest%",
        "promotion-discount-deleted": "Discount \"%name%\" has been removed",
        "promotion-discount-added": "Discount \"%name%\" has been added",
        "promotion-not-found": "Promo code \"%code%\" could not be found.",
        "auto-promotion-not-found": "Promotion \"%name%\" no longer valid!",
        "promotion-not-eligible": "Promotion code valid - however, not all conditions were met and the discount was not applied. Once all conditions are met, the discount will be applied automatically.",
        "promotion-excluded": "One or more discounts have been removed from the shopping cart, due to conflicts with other discounts. Once the conditions are met again, the discounts will be applied automatically.",
        "promotions-on-cart-price-zero-error": "Promotions \"%promotions%\" were excluded for cart because the price of the cart is zero",
        "shipping-address-blocked": "Shipping to the selected shipping address is currently not possible.",
        "billing-address-blocked": "Billing to the selected address is not possible.",
        "shipping-address-invalid": "The selected shipping address is not valid or incomplete. Please check your entries <a href=\"%url%\">here</a>.",
        "billing-address-invalid": "The selected billing address is not valid or incomplete. Please check your entries <a href=\"%url%\">here</a>.",
        "product-not-found": "The product could not be found.",
        "salutation-missing": "A salutation is missing from your profile, please choose one during checkout.",
        "salutation-missing-billing-address": "There's no salutation configured for your active billing address, please set one <a href=\"%url%\">here</a>.",
        "salutation-missing-shipping-address": "There's no salutation configured for your active shipping address, please set one <a href=\"%url%\">here</a>.",
        "country-region-missing-billing-address": "There's no country region configured for your active billing address, please set one <a href=\"%url%\">here</a>.",
        "country-region-missing-shipping-address": "There's no country region configured for your active shipping address, please set one <a href=\"%url%\">here</a>.",
        "checkout-gateway-error": "%reason%"
    },
    "document": {
        "invoiceNumber": "Invoice %invoiceNumber%",
        "invoiceHeadline": "Invoice %invoiceNumber%",
        "stornoHeadline": "Cancellation %stornoNumber% for Invoice %invoiceNumber%",
        "stornoNumber": "Cancellation no. %stornoNumber%",
        "stornoDate": "Cancellation Date %date%",
        "deliveryNoteNumber": "Delivery note %deliveryNoteNumber%",
        "deliveryNoteHeadline": "Delivery note %deliveryNoteNumber% for Order %orderNumber%",
        "creditNoteNumber": "Credit note %creditNoteNumber%",
        "creditNoteHeadline": "Credit note %creditNoteNumber% for Invoice no. %invoiceNumber%",
        "customerNumber": "Customer no. %customerNumber%",
        "date": "Date %date%",
        "comment": "Comment: %comment%",
        "orderDate": "Order date %orderDate%",
        "deliveryDate": "Delivery date: %deliveryDate%",
        "page": "Page %pageNumber%",
        "orderNumber": "Order no. %orderNumber%",
        "taxNumber": "Tax no: %taxNumber%",
        "vatId": "VAT Reg.No: %vatId%",
        "taxOffice": "Tax office: %taxOffice%",
        "bankAccount": "Bank account",
        "bankIban": "IBAN: %bankIban%",
        "bankBic": "BIC: %bankBic%",
        "placeOfJurisdiction": "<strong>Place of jurisdiction:</strong> %placeOfJurisdiction%",
        "serviceDateNotice": "Service date equivalent to invoice date",
        "placeOfFulfillment": "<strong>Place of fulfillment:</strong> %placeOfFulfillment%",
        "intraCommunity": "Intra-community delivery (EU)",
        "shippingAddress": "Shipping address",
        "phoneNumber": "Phone %phoneNumber%",
        "email": "Email address: %email%",
        "ceo": "CEO",
        "lineItems": {
            "header": {
                "position": "Pos.",
                "label": "Product / service",
                "tax": "VAT",
                "quantity": "Quantity",
                "unitPrice": "Unit price",
                "productNumber": "Prod. no.",
                "total": "Total"
            },
            "tax": "plus %taxRate%% VAT:",
            "taxLabeled": "plus %taxRate%% %label%:",
            "total": "Total:",
            "roundedTotal": "Rounded total:",
            "totalNet": "Net total:",
            "shippingCosts": "Shipping costs",
            "inclVAT": "Incl. VAT",
            "exclVAT": "Excl. VAT"
        },
        "paymentShippingInfo": {
            "paymentMethod": "<strong>Payment method:</strong> %paymentMethod%",
            "shippingMethod": "<strong>Shipping method:</strong> %shippingMethod%",
            "additionalInfo": "Delivered goods remain our property until full payment has been made."
        }
    },
    "filter": {
        "sortByNameAscending": "Name, A-Z",
        "sortByNameDescending": "Name, Z-A",
        "sortByPriceAscending": "Price, ascending",
        "sortByPriceDescending": "Price, descending",
        "sortByScore": "Top results"
    }
}
