{
  "global": {
    "default": {
      "cancel": "Cancel",
      "edit": "Edit",
      "save": "Save",
      "delete": "Delete",
      "close": "Close",
      "remove": "Remove",
      "rename": "Rename",
      "activate": "Activate",
      "deactivate": "Deactivate",
      "confirm": "Confirm",
      "noteRequiredFields": "Fields marked with asterisks (*) are required."
    }
  },
  "general": {
    "homeLink": "Home",
    "menuLink": "Menu",
    "star": "*",
    "grossTaxInformation": "Prices incl. tax plus shipping costs",
    "netTaxInformation": "Prices excl. tax plus shipping costs",
    "deliveryShippingFree": "Free shipping",
    "deliveryNotAvailable": "These options are currently not available.",
    "deliveryShipping": "This product will be released on",
    "deliveryPartialStock": "Only %inStock% of %quantity% in stock",
    "deliveryPartialStockAddon": "- Estimated delivery time (product out of stock): %shippingTime% workdays",
    "deliveryInStock": "Ready to ship, estimated delivery time: 1-3 workdays",
    "deliveryShippingTime": "Estimated delivery time: %shippingTime% workdays",
    "deliveryShippingDelay": "Estimated delivery time: 5 workdays",
    "offcanvasCloseMenu": "Close menu",
    "noscriptNotice": "To be able to use the full range of Shopware 6, we recommend activating Javascript in your browser.",
    "toCategory": "Show all",
    "readMore": "Read more",
    "mainMenu": "Show all categories",
    "closeMenu": "Close menu",
    "back": "Back",
    "expand": "Expand",
    "collapse": "Collapse",
    "categories": "Categories",
    "showCategory": "Show %category%",
    "required": "*",
    "requiredFields": "Fields marked with asterisks (*) are required.",
    "privacyTitle": "Privacy",
    "privacyNoticeText": "By selecting continue you confirm that you have read our <a data-ajax-modal=\"true\" data-url=\"%privacyUrl%\" href=\"%privacyUrl%\" title=\"Data protection information\">data protection information</a> and accepted our <a data-ajax-modal=\"true\" data-url=\"%tosUrl%\" href=\"%tosUrl%\" title=\"general terms and conditions\">general terms and conditions</a>.",
    "privacyNoticeTextModal": "By selecting continue you confirm that you have read our %privacyModalTagOpen%data protection information%privacyModalTagClose% and accepted our %tosModalTagOpen%general terms and conditions%tosModalTagClose%.",
    "privacyNoticeTextPage": "By selecting continue you confirm that you have read our <a href=\"%privacyUrl%\" title=\"Data protection information\">data protection information</a> and accepted our <a href=\"%tosUrl%\" title=\"general terms and conditions\">general terms and conditions</a>.",
    "privacyLink": "Privacy policy",
    "imprintLink": "Imprint",
    "404ErrorPageHeader": "Page not found",
    "404ErrorDescription": "We are sorry, the page you're looking for could not be found. It may no longer exist or may have been moved.",
    "404ErrorReturn": "Back to shop",
    "maintenanceModeHeader": "Maintenance mode",
    "maintenanceModeDescription": "We are currently updating this site. Please check back later.",
    "stagingModeDescription": "The Shop is in staging mode.",
    "sortingLabel": "Sorting",
    "next": "Next",
    "previous": "Previous",
    "formSubmit": "Submit",
    "listPricePreviously": "previously %price%",
    "skipToContentLink": "Skip to main content",
    "skipToNavigation": "Skip to main navigation",
    "skipToSearch": "Skip to search",
    "skipThisElement": "Skip this element",
    "scrollUpBtn": "Go back to the top of the page",
    "pagination": {
      "first": "First page",
      "prev": "Previous page",
      "next": "Next page",
      "last": "Last page",
      "page": "Page",
      "title": "Pagination"
    }
  },
  "header": {
    "logoLink": "Go to homepage",
    "searchButton": "Search",
    "searchPlaceholder": "Enter search term...",
    "searchAllResults": "Show all search results",
    "searchResults": "{1} 1 Result|[0,Inf[ %count% Results",
    "searchDropdownTitle": "The dropdown search",
    "searchCloseButton": "Close the dropdown search",
    "supportInfo": "<strong>Questions regarding your order?</strong><br /><strong><a href=\"tel:+4912345-123456789\">12345-123456789</a></strong> <small>Daily from 7:30 am to 10:00 pm</small>",
    "indexLinkService": "Service/help",
    "searchNoResult": "No results found.",
    "wishlist": "Wishlist",
    "wishlistAriaLiveTemplate": "You have %counter% wishlist items",
    "navigationAriaLabel": "Main navigation",
    "topBarAriaLabel": "Shop settings",
    "languageTrigger": "Change language (%lang% is the current language)",
    "languageList": "Available languages",
    "currencyTrigger": "Change currency (%currency% is the current currency)",
    "currencyList": "Available currencies"
  },
  "error": {
    "VIOLATION::IS_BLANK_ERROR": "Input should not be empty.",
    "VIOLATION::TOO_LOW_ERROR": "Input should not be empty.",
    "VIOLATION::STRICT_CHECK_FAILED_ERROR": "Input is invalid",
    "VIOLATION::TOO_LONG_ERROR": "Input must be {{ limit }} characters or fewer",
    "VIOLATION::CUSTOMER_EMAIL_NOT_UNIQUE": "This email address has already been registered.",
    "VIOLATION::CUSTOMER_PASSWORD_NOT_CORRECT": "Password incorrect.",
    "VIOLATION::VAT_ID_FORMAT_NOT_CORRECT": "The tax ID you have entered does not have the correct format.",
    "VIOLATION::ZIP_CODE_INVALID": "The postal code you have entered does not have the correct format.",
    "VIOLATION::INVALID_FORMAT_ERROR": "The input does not have the correct format.",
    "VIOLATION::INVALID_EMAIL_FORMAT_ERROR": "Invalid email address. Email addresses must use this format `user@example.com` and include an `@` and an `.`.",
    "VIOLATION::NOT_EQUAL_ERROR": "The input is not identical.",
    "VIOLATION::FIRST_NAME_IS_BLANK_ERROR": "Nothing entered. Please fill in this field with your first name.",
    "VIOLATION::LAST_NAME_IS_BLANK_ERROR": "Nothing entered. Please fill in this field with your last name.",
    "VIOLATION::STREET_IS_BLANK_ERROR": "Nothing entered. Please fill in this field with with the street from your address.",
    "VIOLATION::CITY_IS_BLANK_ERROR": "Nothing entered. Please fill in this field with the city from your address.",
    "VIOLATION::COUNTRY_IS_BLANK_ERROR": "Nothing entered. Please fill in this field with your country of residence.",
    "VIOLATION::ADDITIONAL_ADDR1_IS_BLANK_ERROR": "Nothing entered. Please fill in this field with additional address information.",
    "VIOLATION::ADDITIONAL_ADDR2_IS_BLANK_ERROR": "Nothing entered. Please fill in this field with additional address information.",
    "VIOLATION::PHONE_NUMBER_IS_BLANK_ERROR": "Nothing entered. Please fill in this field with your phone number.",
    "VIOLATION::PHONE_NUMBER_IS_TOO_LONG": "Input too long. Please enter a valid phone number.",
    "VIOLATION::FIRST_NAME_IS_TOO_LONG": "Input too long. Please enter only your first name or a short form of it.",
    "VIOLATION::LAST_NAME_IS_TOO_LONG": "Input too long. Please enter a shorter form of your last name.",
    "VIOLATION::TITLE_IS_TOO_LONG": "Input too long. Please enter only your main title or use abbreviations.",
    "VIOLATION::ZIPCODE_IS_TOO_LONG": "Input too long. Please enter a valid zip code.",
    "VIOLATION::PASSWORD_IS_TOO_LONG": "The chosen password is too long.",
    "message-default": "Unfortunately, something went wrong.",
    "message-404": "The requested page cannot be found.",
    "addToCartError": "An error occurred while trying to add items to the shopping cart.",
    "FRAMEWORK__INVALID_UUID": "The selected payment method does not exist.",
    "CHECKOUT__UNKNOWN_PAYMENT_METHOD": "The selected payment method does not exist.",
    "productNotFound": "Product \"%number%\" not found.",
    "VIOLATION::TOO_SHORT_ERROR": "Input is too short.",
    "product-not-found": "The product could not be found.",
    "message-403-ajax": "Your session has expired. Please reload the page and try again.",
    "message-403": "Your session has expired. Please return to the last page and try again.",
    "product-out-of-stock": "%name% is not available at the moment.",
    "auto-promotion-not-found": "Promotion \"%name%\" is no longer valid!",
    "rateLimitExceeded": "Too many requests. Please wait %seconds% seconds before trying again.",
    "captcha": {
      "basic-captcha-invalid": "Incorrect input. Please try again."
    },
    "CHECKOUT__ORDER_ORDER_ALREADY_PAID": "The order with the order number \"%orderNumber%\" was already paid and cannot be edited afterwards.",
    "CHECKOUT__ORDER_ORDER_CANCELLED": "The order with the order number \"%orderNumber%\" was canceled and cannot be edited afterwards.",
    "CHECKOUT__ORDER_ORDER_NOT_FOUND": "This order could not be found.",
    "CHECKOUT__CART_HASH_MISMATCH": "Products or prices in your shopping cart may have changed. Please check your shopping cart before placing your order.",
    "CHECKOUT__CART_INVALID_LINE_ITEM_QUANTITY": "The quantity (%quantity%) is incorrect."
  },
  "account": {
    "externalPaymentCanceled": "We have received your order, but the payment was aborted. Please change your payment method or try again.",
    "externalPaymentExpired": "We have received your order, but the payment process has expired. Please try again.",
    "externalPaymentFailure": "We have received your order, but we were not able to process your payment, please change the payment method or try again.",
    "confirmationIsAlreadyDone": "Either the email address has already been confirmed or the URL is invalid.",
    "doubleOptInMailConfirmationSuccessfully": "Thank you for confirming your email address! You can now complete your order.",
    "doubleOptInRegistrationSuccessfully": "Thank you for signing up! Your account has been successfully unlocked.",
    "myAccount": "Your account",
    "registerTitle": "Sign up",
    "registerMetaTitle": "Sign up",
    "loginHeader": "I'm a customer already!",
    "loginFormDescription": "Log in with email address and password",
    "loginMailLabel": "Your email address",
    "loginMailPlaceholder": "Enter email address...",
    "loginPasswordLabel": "Your password",
    "loginPasswordPlaceholder": "Enter password...",
    "loginPasswordRecover": "I have forgotten my password.",
    "loginRegistrationHeader": "Log in or create account",
    "loginSubmit": "Log in",
    "loginBadCredentials": "Could not find an account that matches the given credentials.",
    "loginThrottled": "Too many login attempts. Please wait %seconds% seconds before trying to log in again.",
    "registerAdvantagesHeader": "Login advantages:",
    "registerAdvantage1": "Express shopping",
    "registerAdvantage2": "Save your data and settings",
    "registerAdvantage3": "Order overview and shipping information",
    "registerAdvantage4": "Manage your newsletter subscription",
    "registerPersonalHeader": "I'm a new customer!",
    "registerPersonalLegend": "Personal information",
    "registerAddressBillingHeader": "Your address",
    "registerAddressShippingHeader": "Alternative shipping address",
    "personalTypeLabel": "Account type",
    "personalTypePlaceholder": "Select...",
    "personalTypePrivate": "Private",
    "personalTypeBusiness": "Commercial",
    "personalSalutationLabel": "Salutation",
    "personalSalutationPlaceholder": "Select salutation...",
    "personalTitleLabel": "Title",
    "personalTitlePlaceholder": "Enter title...",
    "personalFirstNameLabel": "First name",
    "personalFirstNamePlaceholder": "Enter first name...",
    "personalLastNameLabel": "Last name",
    "personalLastNamePlaceholder": "Enter last name...",
    "personalMailLabel": "Email address",
    "personalMailPlaceholder": "Enter email address...",
    "personalMailConfirmationLabel": "Email address confirmation",
    "personalMailConfirmationPlaceholder": "Enter your email address once again...",
    "personalMailConfirmationInvalidMessage": "Email addresses do not match.",
    "personalPasswordLabel": "Password",
    "personalPasswordPlaceholder": "Enter password...",
    "personalPasswordConfirmationLabel": "Password confirmation",
    "personalPasswordConfirmationPlaceholder": "Enter your new password once again...",
    "personalPasswordConfirmationInvalidMessage": "The passwords you have entered do not match.",
    "personalPasswordDescription": "Passwords must have a minimum length of %minLength% characters.",
    "personalBirthdayLabel": "Date of birth",
    "personalBirthdaySelectDay": "Day",
    "personalBirthdaySelectMonth": "Month",
    "personalBirthdaySelectYear": "Year",
    "personalPhoneLabel": "Phone",
    "personalPhonePlaceholder": "Enter phone number...",
    "registerDifferentShipping": "Shipping and billing address do not match.",
    "registerSubmit": "Continue",
    "greetings": "Hello, ",
    "overviewLink": "Overview",
    "profileLink": "Your profile",
    "addressLink": "Addresses",
    "paymentSuccess": "Payment method has been changed.",
    "paymentLink": "Payment methods",
    "ordersLink": "Orders",
    "profileTitle": "Your profile",
    "profileMetaTitle": "Your profile",
    "profileText": "Check your personal data.",
    "addressTitle": "Addresses",
    "addressMetaTitle": "Addresses",
    "paymentTitle": "Payment methods",
    "paymentMetaTitle": "Payment methods",
    "paymentText": "View all available payment methods and select a default payment method.",
    "ordersTitle": "Orders",
    "ordersMetaTitle": "Orders",
    "logout": "Log out",
    "guestAbort": "Close guest session",
    "logoutSucceeded": "Successfully logged out.",
    "overviewInfo": "Directly access your profile information, the default payment method and given addresses.",
    "overviewProfileHeader": "Personal data",
    "overviewTitle": "Overview",
    "overviewMetaTitle": "Overview",
    "overviewPaymentHeader": "Default payment method",
    "overviewBillingHeader": "Default billing address",
    "overviewShippingHeader": "Default shipping address",
    "overviewAddressEqual": "Equal to billing address",
    "overviewChangePayment": "Change payment method",
    "overviewChangeProfile": "Edit profile",
    "overviewChangeBilling": "Change billing address",
    "overviewChangeShipping": "Change shipping address",
    "overviewNewestOrderHeader": "Last order",
    "overviewCustomerGroupRequest": "Access to customer group \"%group%\" requested.",
    "overviewNotAbleToShip": "We can not deliver to the country that is stored in your delivery address.",
    "paymentChangeSubmit": "Change",
    "profilePersonalTitle": "Personal data",
    "profileMailTitle": "Email address",
    "profileCurrentMail": "Your email address",
    "profileCurrentMailPlaceholder": "Enter email address...",
    "profilePasswordTitle": "Password",
    "profileUpdateSuccess": "Profile has been updated.",
    "profileChangeEmail": "Change email address",
    "profileChangePassword": "Change password",
    "profileConfirmPassword": "Please enter your current password to confirm your changes.",
    "profileCredentialsTitle": "Login data",
    "orRegister": "or",
    "orRegisterLink": "Sign up",
    "emailChangeSuccess": "Your email address has been updated.",
    "emailChangeNoSuccess": "Email address could not be changed.",
    "passwordChangeSuccess": "Your password has been updated.",
    "passwordChangeNoSuccess": "Password could not be changed.",
    "passwordNotIdentical": "The passwords you have entered do not match.",
    "passwordPoliciesUpdated": "The password policies have changed. Please request a new one.",
    "passwordHashNotFound": "The password reset link seems to be invalid.",
    "passwordHashExpired": "The password reset link is no longer valid. Please request a new one.",
    "recoveryMailSend": " If the provided email address is registered, a confirmation email including a password reset link has been sent.",
    "profilePasswordCreateNew": "New password",
    "profilePasswordCreateNewPlaceholder": "Enter new password...",
    "profilePasswordCurrent": "Current password",
    "profilePasswordCurrentPlaceholder": "Enter current password...",
    "profileRecoverPasswordTitle": "Password recovery",
    "profileRecoverPasswordInfo": "We will send you a confirmation email. Click the link in that email in order to change your password.",
    "profileRecoverPasswordSubmit": "Request email",
    "profileSaveChanges": "Save changes",
    "profileDeleteText": "<a href=\"%target%\" data-bs-toggle=\"modal\" data-bs-target=\"%target%\">Click here</a> to delete all your personal data.",
    "profileDeleteAlert": "After deleting your customer account personal data, newsletter entries and reviews won't be accessible to you anymore. Note that records of all orders will be kept nonetheless in order to fulfill legal regulations.",
    "profileDeleteConfirm": "Do you really want to delete your customer account?",
    "profileDeleteModalTitle": "Customer account",
    "profileDeleteButton": "Delete account",
    "profileDeleteSuccessAlert": "Your customer account was deleted.",
    "addressWelcome": "Addresses",
    "addressText": "View your current default addresses or add new ones.",
    "addressListHeader": "Available addresses",
    "addressesTitleDefaultShippingAddress": "Default shipping address",
    "addressesTitleDefaultBillingAddress": "Default billing address",
    "addressTitleChangeShippingAddress": "Change shipping address",
    "addressTitleChangeBillingAddress": "Change billing address",
    "addressesSetAsDefaultShippingAction": "Use as default shipping address",
    "addressesSetAsDefaultBillingAction": "Use as default billing address",
    "addressesTitleCurrentShippingAddress": "Current shipping address",
    "addressesTitleCurrentBillingAddress": "Current billing address",
    "addressesTitleShippingAddress": "Shipping address",
    "addressesTitleBillingAddress": "Billing address",
    "addressesChangeAddress": "Change Address",
    "addressesContentItemActionEdit": "Edit address",
    "addressesContentItemActionDelete": "Delete address",
    "addressNotFound": "No address was found",
    "noAvailableAddresses": "No available addresses",
    "availableAddresses": "Available addresses",
    "selectAddress": "Select address",
    "addressOptionsBtn": "Address options",
    "addressCreateBtn": "Add new address",
    "addressEditBtn": "Edit address",
    "addressCreateWelcome": "New address",
    "addressCreateMetaTitle": "New address",
    "addressEditWelcome": "Edit address",
    "addressEditMetaTitle": "Edit address",
    "addressSaveChange": "Save address",
    "addressDeleted": "Address has been deleted.",
    "addressNotDeleted": "Address could not be deleted.",
    "addressDefaultChanged": "Default address has been changed.",
    "addressDefaultNotChanged": "Default address could not be changed.",
    "addressSaved": "Address has been saved.",
    "inactiveAccountAlert": "Your customer account has not been activated yet. We have sent a confirmation email containing an activation link. Please check your inbox and click the link to complete the sign-up!",
    "doubleOptinAccountAlert": "Your customer account has not been activated yet. We have sent a confirmation email containing an activation link. Please check your inbox and click the link to complete the sign-up!",
    "optInGuestAlert": "Thank you for your interest! You will receive a confirmation email shortly. Click on the link in it to confirm your email address.",
    "optInRegistrationAlert": "Thank you for signing up! You will receive a confirmation email shortly. Click on the link in it to complete the sign-up.",
    "optInSuccessAlert": "We just sent you a confirmation email.",
    "ordersWelcome": "Your recent orders:",
    "ordersInfoEmpty": "You have not ordered yet.",
    "orderHeadline": "Order date:",
    "orderStatus": "Status:",
    "orderStatusActionRequired": "Action required",
    "orderStatusActionCompletePayment": "Complete payment",
    "orderShippingStatus": "Shipping status",
    "orderPaymentStatus": "Payment status",
    "orderPaymentMethod": "Payment method",
    "orderShippingMethod": "Shipping method",
    "orderItemColumnDate": "Date",
    "orderContextMenuChangePayment": "Change payment method",
    "orderContextMenuReorder": "Repeat order",
    "orderContextMenuCancel": "Cancel order",
    "completePayment": "Complete payment",
    "completePaymentMetaTitle": "Complete payment",
    "editOrder": "Edit order",
    "orderActions": "Actions",
    "editOrderUpdateButton": "Complete payment",
    "editOrderBackToAccountButton": "Back to overview",
    "editOrderBackToOrderButton": "Back to order",
    "editOrderCancelOrderButton": "Cancel order",
    "editOrderCancelOrderModalHeader": "Cancel order",
    "editOrderCancelOrderModalBodyText": "Beware, if you decide to ultimately cancel your order, the associated payment method and all applied promotions will be lost!",
    "editOrderCancelOrderModalBodyQuestion": "Are you sure you want to cancel your order after all?",
    "editOrderCancelOrderModalFooterButton": "Cancel order",
    "editOrderCancelOrderModalFooterButtonBack": "Back",
    "editOrderPaymentNotChangeable": "This order is already being processed or has an active discount tied to the payment method, therefore you can not edit it anymore.",
    "editOrderPaymentNotChangeableWithRefunds": "This order is already being processed or has an active discount tied to the payment method, therefore you can not edit it anymore. Please cancel your order and reorder.",
    "orderNumber": "Order number:",
    "orderItemColumnNumber": "Order number:",
    "orderItemColumnPaymentMethod": "Payment method",
    "orderItemColumnShippingMethod": "Shipping method",
    "orderItemColumnActions": "Actions",
    "orderItemColumnName": "Product",
    "orderItemColumnQuantity": "Quantity",
    "orderItemColumnPrice": "Unit price",
    "orderItemColumnTotal": "Subtotal",
    "orderItemDate": "Order date:",
    "orderItemNumber": "Order number:",
    "orderItemPaymentMethod": "Payment method:",
    "orderItemShippingMethod": "Shipping method:",
    "orderItemTracking": "Package tracking:",
    "orderItemShippingcosts": "Shipping costs:",
    "orderItemNetTotal": "Total (net):",
    "orderItemTotal": "Total (gross):",
    "orderItemComment": "Our comment",
    "orderItemCustomerComment": "Your comment",
    "orderItemInfoContent": "Content:",
    "orderItemInfoCurrentPrice": "Current unit price",
    "orderItemInfoNotAvailable": "Product no longer available for a follow-up order",
    "orderActionView": "Expand",
    "orderActionHide": "Collapse",
    "orderInfoNoDispatch": "No stated",
    "orderLinkRepeat": "Repeat order",
    "documentItemColumnTitle": "Document",
    "documentItemColumnDate": "Date",
    "documentItemViewFileButton": "View file",
    "downloadFileButton": "Download",
    "downloadItemColumnTitle": "File",
    "downloadItemColumnDate": "Date",
    "newsletterTitle": "Newsletter subscription",
    "newsletterSettings": "Yes, I would like to subscribe to the free %shopname% newsletter. (I may unsubscribe at any time.)",
    "passwordResetTitle": "Did you forget your password?",
    "passwordResetInfo": "If you have forgotten your password, you may enter a new one here. The moment you hit save, your old password will be invalidated.",
    "passwordOptInInfo": "Confirmation email sent. Click on the included link to change your password.",
    "colonCharacter": ":",
    "orderGuestLoginTitle": "Authentication",
    "orderGuestLoginDescription": "To view your order, please enter your mail address and the postal code given with your billing address.",
    "orderGuestLoginWrongCredentials": "The given data could not be associated with an order.",
    "orderLineItemsListAriaLabel": "Order line items",
    "orderItemAriaLabel": "Order number %order_number%",
    "orderDocumentsAriaLabel": "Documents of this order",
    "orderSummaryAriaLabel": "Summary of this order",
    "orderInfoAriaLabel": "Information about this order",
    "orderTrackingNotAvailable": "Not available",
    "addressDefault": "Default",
    "addressModalTitle": "Addresses",
    "addressModalFooterClose": "Close",
    "addressNewShipping": "Add new shipping address",
    "addressNewBilling": "Add new billing address",
    "addressSaveAndUse": "Save and use",
    "addressSuccessfulChange": "Address successful changed",
    "addressSearchPlaceholder": "Search addresses..."
  },
  "address": {
    "streetLabel": "Street address",
    "streetPlaceholder": "Enter street address...",
    "additionalField1Label": "Additional address line 1",
    "additionalField1Placeholder": "Enter additional address line...",
    "additionalField2Label": "Additional address line 2",
    "additionalField2Placeholder": "Enter additional address line...",
    "zipcodeLabel": "Postal code",
    "zipcodePlaceholder": "Enter postal code...",
    "cityLabel": "City",
    "cityPlaceholder": "Enter city...",
    "countryLabel": "Country",
    "countryPlaceholder": "Select country...",
    "countryPostfixNoShipping": "(Delivery not possible)",
    "countryNoShippingAlert": "A delivery to this country is not possible.",
    "countryStateLabel": "State",
    "countryStatePlaceholder": "Select state...",
    "phoneNumberLabel": "Phone number",
    "phoneNumberPlaceholder": "Enter phone number...",
    "companyNameLabel": "Company",
    "companyNamePlaceholder": "Enter company...",
    "companyDepartmentLabel": "Department",
    "companyDepartmentPlaceholder": "Enter department...",
    "companyVatLabel": "Tax Reg.No.",
    "companyVatPlaceholder": "Tax Reg.No."
  },
  "checkout": {
    "itemCounter": "{1} 1 item|[0,Inf[ %count% items",
    "addressHeader": "Shipping information",
    "addressLoginToggle": "You already have an account? Click here to login.",
    "addressRegisterCardTitle": "Your personal details",
    "registerMetaTitle": "Shipping information",
    "registerGuestmodeLabel": "Do not create a customer account.",
    "registerCustomermodeLabel": "Create a customer account.",
    "cartTitle": "Shopping cart",
    "cartMetaTitle": "Shopping cart",
    "cartHeader": "Shopping cart",
    "cartUpdateSuccess": "Shopping cart updated.",
    "cartScreenReaderUpdate": "{1}Shopping cart contains one item. The cart total value is %total%.|[0,Inf[Shopping cart contains %count% items. The cart total value is %total%.",
    "continueShopping": "Continue shopping",
    "emptyCart": "Your shopping cart is empty.",
    "proceedToCart": "Display shopping cart",
    "proceedToCheckout": "Go to checkout",
    "quantityTimes": "x",
    "priceUnitName": "Content:",
    "removeLineItem": "Remove product",
    "subtotalAmount": "Subtotal",
    "summaryHeader": "Summary",
    "lineItemContainerHeadline": "Product bundle contains",
    "lineItemContainerChangeLink": "change",
    "lineItemShowMore": "more",
    "lineItemShowLess": "less",
    "lineItemUnitPriceDescriptor": "unit",
    "lineItemLabelDescriptor": "Product information",
    "cartEmpty": "Your shopping cart is empty.",
    "cartHeaderInfo": "Product",
    "cartHeaderQuantity": "Quantity",
    "cartHeaderUnitPrice": "Unit price",
    "cartHeaderTotalPrice": "Subtotal",
    "cartHeaderTaxIncludeVat": "incl. tax",
    "cartHeaderTaxExcludeVat": "excl. tax",
    "cartItemInfoId": "Product number:",
    "addPromotionLabel": "Discount code",
    "addPromotionPlaceholder": "Enter discount code...",
    "addProductLabel": "Product number",
    "addProductPlaceholder": "Enter product number...",
    "summaryPositionPrice": "Total",
    "summaryShipping": "Shipping costs",
    "summaryTotalPrice": "Grand total",
    "summaryTotalPriceRounded": "Rounded total",
    "summaryNetPrice": "Subtotal",
    "summaryTax": "plus %rate%% tax",
    "summaryTaxLabeled": "plus %rate%% %label%",
    "summaryOffCanvasLabel": "Shopping cart summary",
    "proceedLink": "Go to checkout",
    "addressEqualText": "Same as shipping address",
    "billingAddressHeader": "Billing address",
    "shippingAddressHeader": "Shipping address",
    "confirmHeader": "Complete order",
    "confirmMetaTitle": "Complete order",
    "confirmPaymentMethod": "Payment method",
    "confirmPaymentMethodNotAvailable": "Payment method not available",
    "confirmChangePayment": "Change payment method",
    "confirmChoosePayment": "Choose payment method",
    "confirmShippingMethod": "Shipping method",
    "confirmShippingMethodNotAvailable": "Shipping method not available",
    "confirmChangeShipping": "Change shipping method",
    "confirmChooseShipping": "Choose shipping method",
    "confirmCurrentPaymentShipping": "Current selection:",
    "confirmSelectionNone": "None selected",
    "confirmChangePaymentShippingSave": "Save",
    "confirmChangePaymentShippingCancel": "Cancel",
    "confirmSubmit": "Submit order",
    "confirmTermsHeader": "Terms and conditions and cancellation policy",
    "confirmRevocationNotice": "Please note our <a data-ajax-modal=\"true\" data-url=\"%url%\" href=\"%url%\" title=\"Cancellation policy\">cancellation policy</a>.",
    "confirmRevocationNoticeModal": "Please note our %revocationModalTagOpen%cancellation policy%revocationModalTagClose%.",
    "confirmRevocationNoticePage": "Please note our <a href=\"%url%\" title=\"Cancellation policy\">cancellation policy</a>.",
    "confirmTermsText": "I have read and accepted the <a data-ajax-modal=\"true\" data-url=\"%url%\" href=\"%url%\" title=\"general terms and conditions\">general terms and conditions</a>.",
    "confirmTermsTextModal": "I have read and accepted the %tosModalTagOpen%general terms and conditions%tosModalTagClose%.",
    "confirmTermsTextPage": "I have read and accepted the <a href=\"%url%\" title=\"general terms and conditions\">general terms and conditions</a>.",
    "confirmTermsReminderText": "You have already accepted the <a data-ajax-modal=\"true\" data-url=\"%url%\" href=\"%url%\" title=\"general terms and conditions\">general terms and conditions</a>.",
    "confirmTermsReminderTextModal": "You have already accepted the %tosModalTagOpen%general terms and conditions%tosModalTagClose%.",
    "confirmRevocationTerms": "I want immediate access to the digital content and I acknowledge that thereby I waive my right to cancel.",
    "confirmRevocationReminder": "You have already declared that you waive the right of withdrawal.",
    "finishInfoPayment": "Payment method:",
    "finishInfoShipping": "Shipping method:",
    "finishHeader": "Thank you for your order with %shop%!",
    "finishMetaTitle": "Order finished",
    "finishUpdateHeader": "Thank you for updating your order!",
    "finishPaymentHeader": "Your order's payment method has been changed to %paymentName%!",
    "finishInfoHeader": "Information",
    "finishInfoOrdernumber": "Your order number: #",
    "finishInfoConfirmationMail": "Order confirmation email has been sent.",
    "finishButtonBackToShop": "Back to shop",
    "finishChangePayment": "Change payment method",
    "finishPaymentFailed": "Unfortunately, the payment process went wrong. Please change your payment method to finish your order. <a href=\"%editOrderUrl%\">Change payment method</a>",
    "codeAddedSuccessful": "Gift code added successfully.",
    "addToCartSuccess": "{1} 1 product added to your shopping cart.|[0,Inf[ %count% products added to your shopping cart.",
    "shippingCosts": "Open shipping details",
    "shippingCountry": "Shipping country",
    "paymentMethod": "Payment method",
    "shippingMethod": "Shipping method",
    "notAvailableSuffix": "(not available)",
    "customerCommentHeader": "Additional information",
    "customerCommentLabel": "Would you like to tell us anything about your order?",
    "customerCommentPlaceholder": "Comment here...",
    "cart-merged-hint": "The current shopping cart might contain additional products that have been added and saved during a previous visit.",
    "collapseTriggerMore": "Show more",
    "collapseTriggerLess": "Show less"
  },
  "listing": {
    "filterTitleText": "Filter products",
    "showResults": "Show results",
    "boxUnitLabel": "Content:",
    "boxLabelTopseller": "Tip",
    "boxLabelNew": "New",
    "boxLabelDiscount": "Discount",
    "listingTextSite": "Page",
    "listingTextFrom": "From",
    "boxAddProduct": "Add to shopping cart",
    "boxProductDetails": "Details",
    "emptyResultMessage": "No products found.",
    "filterPanelResetAll": "Reset all",
    "filterResetAllAriaLabel": "Reset all filters",
    "filterRemoveAriaLabel": "Remove filter",
    "filterPanelAriaLive": "Showing %count% products.",
    "filterPanelAriaLivePaginated": "Showing %count% out of %total% products.",
    "filterFreeShippingDisplayName": "Free shipping",
    "filterFreeShippingAltText": "Add filter: Free shipping",
    "filterFreeShippingAltTextActive": "Remove filter: Free shipping",
    "filterPriceDisplayName": "Price",
    "filterManufacturerDisplayName": "Manufacturer",
    "filterRatingDisplayName": "Rating min.",
    "filterRatingActiveLabelStart": "min.",
    "filterRatingActiveLabelEndSingular": "star",
    "filterRatingActiveLabelEnd": "stars",
    "filterRatingAndMore": "min. %points%/%maxPoints%",
    "filterRatingMinAltText": "Add filter: Minimum rating of %points% out of %maxPoints% stars",
    "filterRatingAriaLabelCount": "%stars% stars selected",
    "filterRatingAriaLabelCountSingular": "1 star selected",
    "filterRangeMinLabel": "Minimum",
    "filterRangeMaxLabel": "Maximum",
    "filterRangeActiveMinLabel": "%displayName% from",
    "filterRangeActiveMaxLabel": "%displayName% to",
    "filterRangeErrorMessage": "The minimum value cannot be higher than the maximum value.",
    "filterRangeLowerBoundErrorMessage": "The minimum and maximum value must be greater or equal to %lowerBound%.",
    "filterSubmitText": "Filter",
    "filterByAriaLabel": "Filter by %name%",
    "filterCountAriaLabel": "%count% selected",
    "filterByManufacturerAriaLabel": "Filter by manufacturer",
    "filterByPriceAriaLabel": "Filter by price",
    "filterByRatingAriaLabel": "Filter by minimum rating",
    "filterClose": "Close filters",
    "defaultProductSortingLabel": "Name, ascending",
    "disabledFilterTooltip": "This filter does not display any further results in combination with the selected filters.",
    "beforeListPrice": "",
    "afterListPrice": "",
    "cheapestPriceLabel": "Variants from",
    "regularPriceLabel": "Regular price:",
    "listPriceLabel": "Sale price:",
    "addToWishlist": "Add to wishlist",
    "removeFromWishlist": "Remove from wishlist"
  },
  "newsletter": {
    "headline": "Subscribe to newsletter",
    "info": "Subscribe to our regular newsletter now and stay tuned on the latest products and special offers. You will be able to unsubscribe from it at any time, using this website or the link included in each newsletter.",
    "subscribeOption": "Subscribe to newsletter",
    "unsubscribeOption": "Unsubscribe from newsletter",
    "formSubmit": "Subscribe",
    "subscriptionPersistedSuccess": "You have just subscribed to our newsletter.\n To complete the sign-up process, search your inbox for our confirmation email and click on the link provided with it.",
    "subscriptionPersistedInfo": "If you do not receive a confirmation email in the next few minutes, you may already be subscribed to the newsletter. Check your inbox and spam folder. Then try to subscribe again and contact our support if this does not work either.",
    "subscriptionRevokeSuccess": "You have successfully unsubscribed from the newsletter.",
    "subscriptionConfirmationSuccess": "You have successfully subscribed to the newsletter.",
    "subscriptionConfirmationFailed": "Newsletter subscription did not work properly, please contact our support team.",
    "subscriptionCompleted": "Thank you! We have signed up your address.",
    "labelActionSelect": "Action",
    "labelMail": "Email address",
    "labelFirstName": "First name",
    "labelLastName": "Last name",
    "placeholderMail": "Enter email address...",
    "placeholderFirstName": "John",
    "placeholderLastName": "Doe"
  },
  "contact": {
    "headline": "Contact",
    "info": "We look forward to hearing from you.",
    "subjectLabel": "Subject",
    "subjectPlaceholder": "Enter subject...",
    "commentLabel": "Comment",
    "commentPlaceholder": "Enter comment...",
    "privacyNoticeText": "By selecting continue you confirm that you have read and agree to our <a data-ajax-modal=\"true\" data-url=\"%privacyUrl%\" data-prev-url=\"%prevUrl%\" href=\"%privacyUrl%\" title=\"Data protection information\">data protection information</a>.",
    "privacyNoticeTextModal": "By selecting continue you confirm that you have read and agree to our %privacyModalTagOpen%data protection information%privacyModalTagClose%.",
    "privacyNoticeTextPage": "By selecting continue you confirm that you have read and agree to our <a href=\"%privacyUrl%\" title=\"Data protection information\">data protection information</a>.",
    "formSubmit": "Submit",
    "success": "We have received your contact request and will process it as soon as possible."
  },
  "search": {
    "headline": "{0} 0 products found for \"%searchTerm%\" | {1} One product found for \"%searchTerm%\" | [0,Inf[ %count% products found for \"%searchTerm%\"",
    "metaTitle": "Search results"
  },
  "detail": {
    "ordernumberLabel": "Product number:",
    "productNumberLabel": "Product number:",
    "addProduct": "Add to shopping cart",
    "tabsDescription": "Description",
    "tabsPreviewMore": "More",
    "descriptionTitle": "Product information",
    "priceUnitName": "Content:",
    "priceDataInfoUntil": "To",
    "priceDataInfoFrom": "From",
    "listPricePercentage": "(%price%% saved)",
    "dataColumnQuantity": "Quantity",
    "dataColumnPrice": "Unit price",
    "dataColumnReferencePrice": "Base price",
    "deliveryTimeAvailable": "Available, delivery time: %name%",
    "deliveryTimeRestock": "{1} Available in 1 day, delivery time %name%|[0,Inf[ Available in %restockTime% days, delivery time %name%",
    "soldOut": "No longer available",
    "tabsReview": "Reviews",
    "reviewTitle": "%count% of %total% reviews",
    "reviewVerifiedItemTooltip": "Verified buyer",
    "reviewCommentLabel": "Our feedback: ",
    "reviewLinkText": "{1} Review|[0,Inf[ Reviews",
    "reviewFormRatingLabel": "Your rating",
    "reviewFormTitleLabel": "Title",
    "reviewFormTitlePlaceholder": "Enter title...",
    "review1PointRatingText": "Unsatisfactory",
    "review2PointRatingText": "Acceptable",
    "review3PointRatingText": "Good",
    "review4PointRatingText": "Very good",
    "review5PointRatingText": "Excellent",
    "reviewFormContentLabel": "Your review",
    "reviewFormContentPlaceholder": "Enter your review...",
    "reviewFormSubmitText": "Submit",
    "reviewFormCancelText": "Cancel",
    "reviewFormErrorAlert": "An error occurred. Please make sure you filled in all fields correctly.",
    "reviewFormSuccessAlert": "Thank you for submitting your review. We will examine the review and eventually unlock it, please be patient.",
    "reviewFormSuccessUpdateAlert": "Thank you for editing your review. Changes will be visible as soon as we have unlocked them.",
    "reviewTeaserTitle": "Leave a review!",
    "reviewTeaserText": "Share your experiences with other customers.",
    "reviewTeaserButton": "Write review",
    "reviewTeaserButtonHide": "Show reviews",
    "reviewExistsTeaserTitle": "You have already reviewed this product!",
    "reviewExistsTeaserText": " Would you like to edit your review?",
    "reviewExistsTeaserButton": "Edit review",
    "reviewLanguageFilterLabel": "Display reviews in current language only.",
    "reviewSortLabel": "Sort by",
    "reviewSortTopRatedLabel": "Top rated",
    "reviewSortNewLabel": "Most recent",
    "reviewCountAfter": "{1} review|[0,Inf[ reviews",
    "reviewCountBefore": "of",
    "reviewListEmpty": "No reviews found. Share your insights with others.",
    "reviewLoginHeader": "Login",
    "reviewLoginDescription": "Reviews can only be submitted while being logged in. Please enter your login details below.",
    "reviewRegisterLink": "New customer?",
    "reviewLoginSignupLink": "Click here to sign up.",
    "reviewLoginCancelButton": "Cancel",
    "reviewAvgRate": "out of",
    "reviewAvgRateElements": "stars",
    "reviewAvgRatingAltText": "Average rating of %points% out of %maxPoints% stars",
    "reviewRatingAltText": "Review with rating of %points% out of %maxPoints% stars",
    "reviewNotPublicYetAlert": "Your review has not been approved yet",
    "unavailable": "Unavailable",
    "unavailableTooltip": "This option is currently unavailable.",
    "reviewTitleMinLengthHint": "Please enter at least 5 characters.",
    "reviewTextMinLengthHint": "Please enter at least 40 characters."
  },
  "spatial": {
    "ar": {
      "scanQrCode": "Scan QR-Code",
      "pointToQrCode": "Point the camera of your mobile device at the QR code to display the product in Augmented Reality.",
      "moveTheDeviceToStart": "Move the device to start",
      "tapToPlaceTheObject": "Tap to place the object",
      "openAugmentedRealityView": "Open Augmented Reality view",
      "augmentedRealityView": "Augmented Reality view",
      "openArView": "Open AR view",
      "launchingArView": "Starting AR view...",
      "openArViewDescription": "Open Augmented Reality view",
      "whyDoISeeThis": "Why do I see this message?",
      "errors": {
        "desktopNotSupported": {
          "reason": "Augmented Reality is not supported on desktop devices.",
          "solution": "Please use a mobile device to start AR."
        },
        "notSafariOnIOS": {
          "reason": "Augmented Reality is only supported in Safari on iOS.",
          "solution": "Please use Safari on iOS to start AR."
        },
        "IOSVersionMismatch": {
          "reason": "Augmented Reality is not supported on iOS versions below 12.0.",
          "solution": "Please use a newer iOS version to start AR."
        },
        "unknownIOSError": {
          "reason": "An unknown error occurred while starting AR on iOS.",
          "solution": "Please try again or contact our support."
        },
        "unknownARError": {
          "reason": "An unknown error occurred while starting AR.",
          "solution": "Please try again or contact our support."
        }
      }
    }
  },
  "wishlist": {
    "cartTitle": "Your wishlist",
    "headline": "Your wishlist",
    "itemDeleteSuccess": "You have successfully removed the product from your wishlist.",
    "itemAddedSuccess": "You have successfully added the product to your wishlist.",
    "duplicateItemError": "Product has already been added to your wishlist.",
    "currentlyNotAvailable": "Currently not available",
    "manufacturerDisplayName": "Manufacturer",
    "deliveryTimeAvailable": "Available, delivery time: %name%",
    "noLongerAvailableTooltip": "The product is no longer available.",
    "wishlistMergeHint": "Your wishlist might contain products that have been added and saved during a previous visit.",
    "wishlistEmptyHeader": "Your wishlist is empty",
    "wishlistEmptyDescription": "Keep an eye on products you like by adding them to your wishlist.",
    "deliveryTimeRestock": "{1} Available in 1 day, delivery time %name%|[0,Inf[ Available in %restockTime% days, delivery time %name%",
    "deliveryShipping": "This product will be released on",
    "remove": "Remove %product_name% from wishlist"
  },
  "footer": {
    "serviceHotlineHeadline": "Service hotline",
    "shopServiceHeadline": "Shop service",
    "informationHeadline": "Information",
    "newsletterHeadline": "Newsletter",
    "serviceHotline": "Support and counselling via: <a href=\"tel:+49180000000\">0180 - 000000</a> Mon-Fri, 9 am - 5 pm",
    "serviceContactText": "Or via our <a data-ajax-modal=\"true\" data-url=\"%url%\" href=\"%url%\" title=\"Contact form\">contact form</a>.",
    "serviceContactTextPage": "Or via our <a href=\"%url%\" title=\"Contact form\">contact form</a>.",
    "newsletterInput": "Email address",
    "newsletter": "Subscribe to our regular newsletter now to stay tuned on the latest products and special offers.",
    "includeVatText": "%star%All prices incl. tax plus <a data-ajax-modal=\"true\" href=\"%url%\" data-url=\"%url%\">shipping costs</a> and possible delivery charges, if not stated otherwise.",
    "includeVatTextPage": "%star%All prices incl. tax plus <a href=\"%url%\">shipping costs</a> and possible delivery charges, if not stated otherwise.",
    "excludeVatText": "%star%All prices excl. tax plus <a data-ajax-modal=\"true\" href=\"%url%\" data-url=\"%url%\">shipping costs</a> and possible delivery charges, if not stated otherwise.",
    "excludeVatTextPage": "%star%All prices excl. tax plus <a href=\"%url%\">shipping costs</a> and possible delivery charges, if not stated otherwise.",
    "copyrightInfo": "Realised with Shopware"
  },
  "captcha": {
    "googleReCaptcha": {
      "dataProtectionInformation": "This site is protected by reCAPTCHA and the Google <a href=\"https://policies.google.com/privacy\">Privacy Policy</a> and <a href=\"https://policies.google.com/terms\">Terms of Service</a> apply."
    },
    "basicCaptchaLabel": "To continue, enter the characters shown above*",
    "basicCaptchaRefreshButton": "Refresh captcha challenge",
    "basicCaptchaChallengeAltText": "Captcha challenge"
  },
  "cookie": {
    "messageText": "This website uses cookies to ensure the best experience possible. <a data-ajax-modal=\"true\" data-url=\"%url%\" href=\"%url%\" title=\"More information\">More information...</a>",
    "messageTextPage": "This website uses cookies to ensure the best experience possible. <a href=\"%url%\" title=\"More information\">More information...</a>",
    "deny": "Only technically required",
    "configure": "Configure",
    "configuration": "Settings",
    "save": "Save",
    "acceptAll": "Accept all cookies",
    "headline": "Cookie preferences",
    "close": "Close cookie preferences",
    "groupRequired": "Technically required",
    "groupRequiredDescription": "Cookies required for this shop to function:",
    "groupRequiredSession": "Session",
    "groupRequiredTimezone": "Timezone",
    "groupRequiredCaptcha": "CAPTCHA integration",
    "groupStatistical": "Statistics",
    "groupStatisticalDescription": "Cookies used for statistics and shop performance metrics.",
    "groupStatisticalGoogleAnalytics": "Google Analytics",
    "groupComfortFeatures": "Comfort features",
    "groupComfortFeaturesWishlist": "Wishlist",
    "groupComfortFeaturesYoutubeVideo": "YouTube video",
    "groupMarketing": "Marketing",
    "groupMarketingDescription": "Allows Google to collect personal data for online advertising and marketing.",
    "groupMarketingAdConsent": "Google Advertising",
    "wishlist": {
      "description": "In order to use the wishlist functionality you need to accept the \"wishlist cookie\" or log in to your account.",
      "title": "Missing cookie",
      "accept": "Accept cookie",
      "login": "Log In"
    }
  },
  "ellipsis": {
    "expandLabel": "show more",
    "shrinkLabel": "show less"
  },
  "component": {
    "product": {
      "feature": {
        "label": {
          "manufacturerNumber": "Manufacturer number:",
          "ean": "GTIN/EAN:",
          "weight": "Weight:",
          "width": "Width:",
          "height": "Height:",
          "length": "Length:",
          "releaseDate": "Release date:",
          "description": "Description:",
          "referencePrice": "Content:"
        },
        "customField": {
          "true": "Yes",
          "false": "No"
        }
      },
      "quantitySelect": {
        "legend": "Product Quantity: Enter the desired amount or use the buttons to increase or decrease the quantity.",
        "areaLiveText": "Quantity of %product% set to %quantity%.",
        "label": "Quantity",
        "labelWithProduct": "Quantity of %product%",
        "increase": "Increase quantity",
        "increaseOfProduct": "Increase quantity of %product%",
        "decrease": "Decrease quantity",
        "decreaseOfProduct": "Decrease quantity of %product%"
      },
      "configurator": {
        "legend": "<span class=\"%hidden_cls%\">Select&nbsp;</span>%group_name%"
      }
    },
    "cms": {
      "vimeo": {
        "privacyNoticeText": "By viewing the video you agree that your data will be transferred to %platform% and that you have read the <a data-ajax-modal=\"true\" data-url=\"%url%\" href=\"%url%\" title=\"Privacy policy\">Privacy policy</a>.",
        "acceptButtonLabel": "Accept",
        "watchUrlLabel": "Watch on Vimeo"
      },
      "imageGallery": {
        "ariaLabel": "Image gallery containing %total% items",
        "touchMove": "Touch and drag",
        "clickMove": "Click and move",
        "sliderDotLabel": "Show image %index% of %total%",
        "skipImageGallery": "Skip image gallery",
        "zoomIn": "Zoom in",
        "zoomOut": "Zoom out",
        "zoomReset": "Reset zoom"
      },
      "productGallery": {
        "ariaLabel": "Product gallery containing %total% items",
        "skipProductGallery": "Skip product gallery"
      },
      "defaultMedia": {
        "preview_camera_large": {
          "title": "Camera",
          "alt": "Vintage kodak photo camera with leather sheath and strap"
        },
        "preview_camera_small": {
          "title": "Camera",
          "alt": "Vintage kodak photo camera with leather sheath and strap"
        },
        "preview_glasses_large": {
          "title": "Sunglasses",
          "alt": "Gold frame sunglasses on reflective marble surface"
        },
        "preview_glasses_small": {
          "title": "Sunglasses",
          "alt": "Gold frame sunglasses on reflective marble surface"
        },
        "preview_mountain_large": {
          "title": "Snow-covered mountains",
          "alt": "Rocky mountain ridge with snow-covered tops"
        },
        "preview_mountain_small": {
          "title": "Snow-covered mountains",
          "alt": "Rocky mountain ridge with snow-covered tops"
        },
        "preview_plant_large": {
          "title": "Plant",
          "alt": "Succulent in a white pot in front of light blue background"
        },
        "preview_plant_small": {
          "title": "Plant",
          "alt": "Succulent in a white pot in front of light blue background"
        }
      }
    }
  },
  "theme": {
    "compilation": {
      "async": {
        "success": "Compilation for sales channel %salesChannelName% completed"
      }
    }
  }
}
