diff --git a/assets/base.css b/assets/base.css index a8976059a85..0f559be1b32 100644 --- a/assets/base.css +++ b/assets/base.css @@ -155,7 +155,8 @@ --color-icon: rgb(var(--color-base-outline-button-labels)); } -.product-card-wrapper .card { +.product-card-wrapper .card, +.contains-product-card { --border-radius: var(--product-card-corner-radius); --border-width: var(--product-card-border-width); --border-opacity: var(--product-card-border-opacity); diff --git a/assets/component-card.css b/assets/component-card.css index 2eb85fac749..e21a1ebf54f 100644 --- a/assets/component-card.css +++ b/assets/component-card.css @@ -16,6 +16,24 @@ height: 100%; } +.card.card--horizontal { + flex-direction: row; + align-items: flex-start; + gap: 1.5rem; +} + +.card--horizontal.ratio:before { + padding-bottom: 0; +} + +.card--card.card--horizontal { + padding: 1.2rem; +} + +.card--card.card--horizontal.card--text { + column-gap: 0; +} + .card--card { height: 100%; } @@ -133,7 +151,7 @@ justify-self: flex-end; } -.card > .card__content > .card__badge { +.card:not(.card--horizontal) > .card__content > .card__badge { margin: 1.3rem; } @@ -233,8 +251,8 @@ } .card--standard.card--media .card__inner .card__information, -.card--standard.card--text > .card__content .card__heading, -.card--standard > .card__content .card__badge, +.card--standard.card--text:not(.card--horizontal) > .card__content .card__heading, +.card--standard:not(.card--horizontal) > .card__content .card__badge, .card--standard.card--text.article-card > .card__content .card__information, .card--standard > .card__content .card__caption { display: none; @@ -255,6 +273,11 @@ display: none; } +.card--horizontal .card__badge, +.card--horizontal.card--text .card__inner { + display: none; +} + .card--extend-height { height: 100%; } diff --git a/assets/component-complementary-products.css b/assets/component-complementary-products.css new file mode 100644 index 00000000000..4f765875df1 --- /dev/null +++ b/assets/component-complementary-products.css @@ -0,0 +1,136 @@ +.complementary-products__container { + display: flex; + flex-direction: column; + gap: 1.3rem; +} + +product-recommendations:not(.is-accordion) .complementary-products__container { + margin-top: 1.5rem; +} + +.complementary-products__container > details[open] { + padding-bottom: 1.5rem; +} + +.complementary-slider { + margin-top: 0; + gap: 0; +} + +.complementary-slide { + --shadow-padding-sides: calc((var(--shadow-horizontal-offset) + var(--shadow-blur-radius)) * var(--shadow-visible)); + --shadow-padding-sides-negative: calc((var(--shadow-horizontal-offset) * -1 + var(--shadow-blur-radius)) * var(--shadow-visible)); +} + +.complementary-slide > ul { + display: flex; + flex-direction: column; + gap: var(--grid-mobile-vertical-spacing); +} + +.complementary-slide.complementary-slide--standard > ul { + gap: calc(var(--grid-mobile-vertical-spacing) + 8px); +} + +@media screen and (min-width: 750px) { + .complementary-slide > ul { + gap: var(--grid-desktop-vertical-spacing); + } + + .complementary-slide.complementary-slide--standard > ul { + gap: calc(var(--grid-desktop-vertical-spacing) + 8px); + } +} + +.complementary-slide.grid__item { + width: 100%; + padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top)); + padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom)); + padding-right: max(var(--focus-outline-padding), var(--shadow-padding-sides)); + padding-left: max(var(--focus-outline-padding), var(--shadow-padding-sides-negative)); +} + +.complementary-slide .card-wrapper { + height: auto; +} + +.complementary-products > .summary__title { + display: flex; + line-height: 1; + padding: 1.5rem 0; +} + +.accordion + product-recommendations .accordion, +product-recommendations.is-accordion + .accordion { + margin-top: 0; + border-top: none; +} + +.complementary-products > .summary__title .icon-accordion { + fill: rgb(var(--color-foreground)); + height: calc(var(--font-heading-scale) * 2rem); + margin-right: calc(var(--font-heading-scale) * 1rem); + width: calc(var(--font-heading-scale) * 2rem); +} + +.complementary-products__container .card--card .card__content, +.complementary-products__container .card--horizontal .card__information { + padding: 0; +} + +.complementary-products__container .card__heading { + font-size: calc(var(--font-heading-scale) * 1.2rem); +} + +@media only screen and (min-width: 750px) { + .complementary-products__container .card__heading { + font-size: calc(var(--font-heading-scale) * 1.3rem); + } +} + +.complementary-products__container .card--horizontal .card__inner { + max-width: 20%; +} + +@media screen and (min-width: 750px) and (max-width: 1200px){ + .complementary-products__container .card--horizontal .card__inner { + max-width: 25% + } +} + +.complementary-slide .card--text .card__content { + grid-template-rows: minmax(0,1fr) max-content auto; +} + + +.complementary-products__container .card--card.card--media > .card__content { + margin-top: 0; +} + +.complementary-products__container .card--card .card__inner .card__media { + border-radius: calc(var(--corner-radius) - var(--border-width) - var(--image-padding)); +} + +.complementary-products__container .card--horizontal .quick-add { + margin: 1rem 0 0; + max-width: 20rem; +} + +.complementary-products__container .quick-add__submit { + padding: 0.8rem 2rem; +} + +.complementary-products__container .card--horizontal .quick-add, +.complementary-products__container .card__badge { + justify-self: var(--text-alignment); +} + +.product--no-media .complementary-products__container .price { + text-align: var(--text-alignment); +} + +@media screen and (min-width: 750px) { + .complementary-products__container .price--on-sale .price-item--regular { + font-size: 1.3rem; + } +} diff --git a/assets/component-price.css b/assets/component-price.css index 59bdb097145..c73146bf24e 100644 --- a/assets/component-price.css +++ b/assets/component-price.css @@ -19,6 +19,7 @@ } .price .price-item { + display: inline-block; margin: 0 1rem 0 0; } diff --git a/assets/global.js b/assets/global.js index 79c79f7ac62..98dbefa4d8e 100644 --- a/assets/global.js +++ b/assets/global.js @@ -721,13 +721,17 @@ class SlideshowComponent extends SliderComponent { setSlideVisibility() { this.sliderItemsToShow.forEach((item, index) => { - const button = item.querySelector('a'); + const linkElements = item.querySelectorAll('a'); if (index === this.currentPage - 1) { - if (button) button.removeAttribute('tabindex'); + if (linkElements.length) linkElements.forEach(button => { + button.removeAttribute('tabindex'); + }); item.setAttribute('aria-hidden', 'false'); item.removeAttribute('tabindex'); } else { - if (button) button.setAttribute('tabindex', '-1'); + if (linkElements.length) linkElements.forEach(button => { + button.setAttribute('tabindex', '-1'); + }); item.setAttribute('aria-hidden', 'true'); item.setAttribute('tabindex', '-1'); } @@ -901,3 +905,43 @@ class VariantRadios extends VariantSelects { } customElements.define('variant-radios', VariantRadios); + +class ProductRecommendations extends HTMLElement { + constructor() { + super(); + } + + connectedCallback() { + const handleIntersection = (entries, observer) => { + if (!entries[0].isIntersecting) return; + observer.unobserve(this); + + fetch(this.dataset.url) + .then(response => response.text()) + .then(text => { + const html = document.createElement('div'); + html.innerHTML = text; + const recommendations = html.querySelector('product-recommendations'); + + if (recommendations && recommendations.innerHTML.trim().length) { + this.innerHTML = recommendations.innerHTML; + } + + if (!this.querySelector('slideshow-component') && this.classList.contains('complementary-products')) { + this.remove(); + } + + if (html.querySelector('.grid__item')) { + this.classList.add('product-recommendations--loaded'); + } + }) + .catch(e => { + console.error(e); + }); + } + + new IntersectionObserver(handleIntersection.bind(this), {rootMargin: '0px 0px 400px 0px'}).observe(this); + } +} + +customElements.define('product-recommendations', ProductRecommendations); diff --git a/assets/section-product-recommendations.css b/assets/section-product-recommendations.css index 42e56d98309..dfee1f851b4 100644 --- a/assets/section-product-recommendations.css +++ b/assets/section-product-recommendations.css @@ -2,12 +2,6 @@ display: block; } -.product-recommendations:not(.product-recommendations--loaded) { - padding: 0; - margin: 0; -} - .product-recommendations__heading { - margin: 0; - margin-bottom: 3rem; + margin: 0 0 3rem; } diff --git a/locales/bg-BG.json b/locales/bg-BG.json index fb4ef3ad09d..dcbfe615625 100644 --- a/locales/bg-BG.json +++ b/locales/bg-BG.json @@ -51,7 +51,8 @@ "slider": { "of": "от", "next_slide": "Плъзгане надясно", - "previous_slide": "Плъзгане наляво" + "previous_slide": "Плъзгане наляво", + "name": "Плъзгач" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "Покажи всички", - "view_all_label": "Покажи всички продукти в колекция {{ collection_name }}", - "slider": "Плъзгач" + "view_all_label": "Покажи всички продукти в колекция {{ collection_name }}" }, "collection_list": { "view_all": "Покажи всички" diff --git a/locales/cs.json b/locales/cs.json index 270cfb1bf0c..7413edd79fc 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -51,7 +51,8 @@ "slider": { "of": "z", "next_slide": "Snímek vpravo", - "previous_slide": "Snímek vlevo" + "previous_slide": "Snímek vlevo", + "name": "Posuvník" } }, "newsletter": { @@ -281,8 +282,7 @@ }, "featured_collection": { "view_all": "Zobrazit vše", - "view_all_label": "Zobrazit všechny produkty v kolekci {{ collection_name }}", - "slider": "Posuvník" + "view_all_label": "Zobrazit všechny produkty v kolekci {{ collection_name }}" }, "collection_list": { "view_all": "Zobrazit vše" diff --git a/locales/cs.schema.json b/locales/cs.schema.json index c246bc56bde..4e9598d78bc 100644 --- a/locales/cs.schema.json +++ b/locales/cs.schema.json @@ -1721,6 +1721,50 @@ "content": "Pokud chcete zobrazovat hodnocení, přidejte si aplikaci pro hodnocení produktů. [Zjistit více](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Doplňkové produkty", + "settings": { + "paragraph": { + "content": "Pokud chcete vybrat doplňkové produkty, přidejte si aplikaci Search & Discovery. [Zjistit více](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Nadpis" + }, + "make_collapsible_row": { + "label": "Zobrazit jako sbalitelný řádek" + }, + "icon": { + "info": "Zobrazuje se v případě, že se zobrazuje sbalitelný řádek." + }, + "product_list_limit": { + "label": "Maximální počet zobrazovaných produktů" + }, + "products_per_page": { + "label": "Počet produktů na stránku" + }, + "pagination_style": { + "label": "Styl stránkování", + "options": { + "option_1": "Tečky", + "option_2": "Počítadlo", + "option_3": "Čísla" + } + }, + "product_card": { + "heading": "Karta produktu" + }, + "image_ratio": { + "label": "Poměr obrázku", + "options": { + "option_1": "Na výšku", + "option_2": "Čtverec" + } + }, + "enable_quick_add": { + "label": "Povolit tlačítko Rychlé přidání" + } + } } }, "settings": { diff --git a/locales/da.json b/locales/da.json index 991e43f974a..9dc6e08e9a0 100644 --- a/locales/da.json +++ b/locales/da.json @@ -51,7 +51,8 @@ "slider": { "of": "af", "next_slide": "Skub til højre", - "previous_slide": "Skub til venstre" + "previous_slide": "Skub til venstre", + "name": "Diasshow" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "Se alle", - "view_all_label": "Se alle produkter i kollektionen {{ collection_name }}", - "slider": "Diasshow" + "view_all_label": "Se alle produkter i kollektionen {{ collection_name }}" }, "collection_list": { "view_all": "Se alle" diff --git a/locales/da.schema.json b/locales/da.schema.json index a6b9ce60f11..934b21430d7 100644 --- a/locales/da.schema.json +++ b/locales/da.schema.json @@ -1721,6 +1721,50 @@ "content": "Hvis du vil vise bedømmelser, skal du tilføje en app til produktbedømmelse. [Få mere at vide](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Supplerende produkter", + "settings": { + "paragraph": { + "content": "Tilføj Search & Discovery-appen for at vælge supplerende produkter. [Få mere at vide](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Overskrift" + }, + "make_collapsible_row": { + "label": "Vis som række, der kan skjules" + }, + "icon": { + "info": "Synlig, når rækken, der kan skjules, vises." + }, + "product_list_limit": { + "label": "Maksimalt antal produkter, der skal vises" + }, + "products_per_page": { + "label": "Antal produkter pr. side" + }, + "pagination_style": { + "label": "Sideinddelingsstil", + "options": { + "option_1": "Prikker", + "option_2": "Tæller", + "option_3": "Tal" + } + }, + "product_card": { + "heading": "Produktkort" + }, + "image_ratio": { + "label": "Billedforhold", + "options": { + "option_1": "Stående", + "option_2": "Kvadrat" + } + }, + "enable_quick_add": { + "label": "Aktivér knap til hurtig tilføjelse" + } + } } }, "settings": { diff --git a/locales/de.json b/locales/de.json index 5384001c7c1..bd8b9f7cc56 100644 --- a/locales/de.json +++ b/locales/de.json @@ -51,7 +51,8 @@ "slider": { "of": "von", "next_slide": "Nach rechts schieben", - "previous_slide": "Nach links schieben" + "previous_slide": "Nach links schieben", + "name": "Slider" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "Alle anzeigen", - "view_all_label": "Alle Produkte in der Kategorie {{ collection_name }} anzeigen", - "slider": "Slider" + "view_all_label": "Alle Produkte in der Kategorie {{ collection_name }} anzeigen" }, "collection_list": { "view_all": "Alle anzeigen" diff --git a/locales/de.schema.json b/locales/de.schema.json index 1230863486a..4ac02292a52 100644 --- a/locales/de.schema.json +++ b/locales/de.schema.json @@ -1720,6 +1720,50 @@ "content": "Um eine Bewertung anzuzeigen, musst du eine Produktbewertungs-App hinzufügen. [Mehr Informationen](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Ergänzende Produkte", + "settings": { + "paragraph": { + "content": "Um ergänzende Produkte auszuwählen, füge die Search & Discovery-App hinzu. [Mehr Informationen](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Überschrift" + }, + "make_collapsible_row": { + "label": "Als einklappbare Reihe anzeigen" + }, + "icon": { + "info": "Sichtbar, wenn einklappbare Reihe angezeigt wird." + }, + "product_list_limit": { + "label": "Maximal anzuzeigende Produkte" + }, + "products_per_page": { + "label": "Anzahl der Produkte pro Seite" + }, + "pagination_style": { + "label": "Seitennummerierungsstil", + "options": { + "option_1": "Punkte", + "option_2": "Zähler", + "option_3": "Zahlen" + } + }, + "product_card": { + "heading": "Produktkarte" + }, + "image_ratio": { + "label": "Bildverhältnis", + "options": { + "option_1": "Hochformat", + "option_2": "Quadratisch" + } + }, + "enable_quick_add": { + "label": "Schaltfläche zum schnellen Hinzufügen aktivieren" + } + } } }, "settings": { diff --git a/locales/el.json b/locales/el.json index e127b3dc774..5113217911d 100644 --- a/locales/el.json +++ b/locales/el.json @@ -51,7 +51,8 @@ "slider": { "of": "από", "next_slide": "Σύρετε δεξιά", - "previous_slide": "Σύρετε αριστερά" + "previous_slide": "Σύρετε αριστερά", + "name": "Ρυθμιστικό" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "Προβολή όλων", - "view_all_label": "Προβολή όλων των προϊόντων στη συλλογή {{ collection_name }}", - "slider": "Ρυθμιστικό" + "view_all_label": "Προβολή όλων των προϊόντων στη συλλογή {{ collection_name }}" }, "collection_list": { "view_all": "Προβολή όλων" diff --git a/locales/en.default.json b/locales/en.default.json index 27b9b12a8fa..5c2a256085b 100644 --- a/locales/en.default.json +++ b/locales/en.default.json @@ -51,7 +51,8 @@ "slider": { "of": "of", "next_slide": "Slide right", - "previous_slide": "Slide left" + "previous_slide": "Slide left", + "name": "Slider" } }, "newsletter": { @@ -74,7 +75,8 @@ "loading": "Loading...", "total_reviews": "total reviews", "star_reviews_info": "{{ rating_value }} out of {{ rating_max }} stars", - "collapsible_content_title": "Collapsible content" + "collapsible_content_title": "Collapsible content", + "complementary_products": "Complementary products" }, "blogs": { "article": { @@ -267,8 +269,7 @@ }, "featured_collection": { "view_all": "View all", - "view_all_label": "View all products in the {{ collection_name }} collection", - "slider": "Slider" + "view_all_label": "View all products in the {{ collection_name }} collection" }, "collection_list": { "view_all": "View all" diff --git a/locales/en.default.schema.json b/locales/en.default.schema.json index 0f5d57bf7f4..24030207795 100644 --- a/locales/en.default.schema.json +++ b/locales/en.default.schema.json @@ -1868,6 +1868,50 @@ "content": "To display a rating, add a product rating app. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Complementary products", + "settings": { + "paragraph": { + "content": "To select complementary products, add the Search & Discovery app. [Learn more](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Heading" + }, + "make_collapsible_row": { + "label": "Show as collapsible row" + }, + "icon": { + "info": "Visible when collapsible row is displayed." + }, + "product_list_limit": { + "label": "Maximum products to show" + }, + "products_per_page": { + "label": "Number of products per page" + }, + "pagination_style": { + "label": "Pagination style", + "options": { + "option_1": "Dots", + "option_2": "Counter", + "option_3": "Numbers" + } + }, + "product_card": { + "heading": "Product card" + }, + "image_ratio": { + "label": "Image ratio", + "options": { + "option_1": "Portrait", + "option_2": "Square" + } + }, + "enable_quick_add": { + "label": "Enable quick add button" + } + } } }, "settings": { diff --git a/locales/es.json b/locales/es.json index d90e6114ec6..48ef85cec75 100644 --- a/locales/es.json +++ b/locales/es.json @@ -51,7 +51,8 @@ "slider": { "of": "de", "next_slide": "Diapositiva a la derecha", - "previous_slide": "Diapositiva a la izquierda" + "previous_slide": "Diapositiva a la izquierda", + "name": "Carrusel" } }, "newsletter": { @@ -274,8 +275,7 @@ }, "featured_collection": { "view_all": "Ver todo", - "view_all_label": "Ver todos los productos de la colección {{ collection_name }}", - "slider": "Carrusel de imágenes" + "view_all_label": "Ver todos los productos de la colección {{ collection_name }}" }, "collection_list": { "view_all": "Ver todo" diff --git a/locales/es.schema.json b/locales/es.schema.json index dcba1e62254..bc7335d0789 100644 --- a/locales/es.schema.json +++ b/locales/es.schema.json @@ -1721,6 +1721,50 @@ "content": "Para mostrar una calificación, agrega una aplicación de calificación de productos [Más información](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Productos complementarios", + "settings": { + "paragraph": { + "content": "Para seleccionar productos complementarios, agrega la aplicación Search & Discovery. [Más información](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Encabezado" + }, + "make_collapsible_row": { + "label": "Mostrar como una fila plegable" + }, + "icon": { + "info": "Visible cuando se muestra la fila plegable." + }, + "product_list_limit": { + "label": "Número máximo de productos para mostrar" + }, + "products_per_page": { + "label": "Cantidad de productos por página" + }, + "pagination_style": { + "label": "Estilo de paginación", + "options": { + "option_1": "Puntos", + "option_2": "Contador", + "option_3": "Números" + } + }, + "product_card": { + "heading": "Tarjeta de producto" + }, + "image_ratio": { + "label": "Relación de aspecto de imagen", + "options": { + "option_1": "Retrato", + "option_2": "Cuadrado" + } + }, + "enable_quick_add": { + "label": "Activar botón de agregado rápido" + } + } } }, "settings": { diff --git a/locales/fi.json b/locales/fi.json index 6b53e780a56..72b0bd92c9d 100644 --- a/locales/fi.json +++ b/locales/fi.json @@ -51,7 +51,8 @@ "slider": { "of": "/", "next_slide": "Liu'uta oikealle", - "previous_slide": "Liu'uta vasemmalle" + "previous_slide": "Liu'uta vasemmalle", + "name": "Liukusäädin" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "Näytä kaikki", - "view_all_label": "Näytä kaikki tuotteet kokoelmassa {{ collection_name }}", - "slider": "Liukusäädin" + "view_all_label": "Näytä kaikki tuotteet kokoelmassa {{ collection_name }}" }, "collection_list": { "view_all": "Näytä kaikki" diff --git a/locales/fi.schema.json b/locales/fi.schema.json index fb12704e55e..8e9d129ffd9 100644 --- a/locales/fi.schema.json +++ b/locales/fi.schema.json @@ -1720,6 +1720,50 @@ "content": "Näytä luokitus lisäämällä tuotearviointisovellus. [Lisätietoja](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Täydentävät tuotteet", + "settings": { + "paragraph": { + "content": "Lisää Search & Discovery -sovellus, jotta voit valita täydentäviä tuotteita. [Lisätietoja](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Otsikko" + }, + "make_collapsible_row": { + "label": "Näytä pienennettävänä rivinä" + }, + "icon": { + "info": "Näkyvissä, kun pienennettävä rivi on esillä." + }, + "product_list_limit": { + "label": "Näytettävien tuotteiden enimmäismäärä" + }, + "products_per_page": { + "label": "Tuotteiden määrä sivua kohden" + }, + "pagination_style": { + "label": "Sivunumerointityyli", + "options": { + "option_1": "Pisteet", + "option_2": "Laskuri", + "option_3": "Numerot" + } + }, + "product_card": { + "heading": "Tuotekortti" + }, + "image_ratio": { + "label": "Kuvasuhde", + "options": { + "option_1": "Muotokuva", + "option_2": "Neliö" + } + }, + "enable_quick_add": { + "label": "Ota pikalisäyspainike käyttöön" + } + } } }, "settings": { diff --git a/locales/fr.json b/locales/fr.json index 0f7e0f0431a..5962f5fbda3 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -51,7 +51,8 @@ "slider": { "of": "de", "next_slide": "Faire glisser vers la droite", - "previous_slide": "Faire glisser vers la gauche" + "previous_slide": "Faire glisser vers la gauche", + "name": "Carrousel" } }, "newsletter": { @@ -274,8 +275,7 @@ }, "featured_collection": { "view_all": "Tout afficher", - "view_all_label": "Afficher tous les produits de la collection {{ collection_name }}", - "slider": "Carrousel" + "view_all_label": "Afficher tous les produits de la collection {{ collection_name }}" }, "collection_list": { "view_all": "Tout afficher" diff --git a/locales/fr.schema.json b/locales/fr.schema.json index ee5601a2249..bc5261129e3 100644 --- a/locales/fr.schema.json +++ b/locales/fr.schema.json @@ -1720,6 +1720,50 @@ "content": "Pour afficher une note, ajoutez une application d'évaluation de produits. [En savoir plus](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Produits complémentaires", + "settings": { + "paragraph": { + "content": "Pour sélectionner des produits complémentaires, ajoutez l'application Search & Discovery. [En savoir plus](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "En-tête" + }, + "make_collapsible_row": { + "label": "Afficher sous forme de ligne réductible" + }, + "icon": { + "info": "Visible lorsque la ligne réductible est affichée." + }, + "product_list_limit": { + "label": "Quantité maximale de produits à afficher" + }, + "products_per_page": { + "label": "Nombre de produits par page" + }, + "pagination_style": { + "label": "Style de pagination", + "options": { + "option_1": "Points", + "option_2": "Compteur", + "option_3": "Numéros" + } + }, + "product_card": { + "heading": "Carte de produit" + }, + "image_ratio": { + "label": "Rapport d’aspect de l’image", + "options": { + "option_1": "Portrait", + "option_2": "Carrés" + } + }, + "enable_quick_add": { + "label": "Activer le bouton d'ajout rapide" + } + } } }, "settings": { diff --git a/locales/hr-HR.json b/locales/hr-HR.json index f3d41a52126..7b4380eb1f4 100644 --- a/locales/hr-HR.json +++ b/locales/hr-HR.json @@ -51,7 +51,8 @@ "slider": { "of": "od", "next_slide": "Klizno pomakni udesno", - "previous_slide": "Klizno pomakni ulijevo" + "previous_slide": "Klizno pomakni ulijevo", + "name": "Kliznik" } }, "newsletter": { @@ -274,8 +275,7 @@ }, "featured_collection": { "view_all": "Prikaži sve", - "view_all_label": "Prikaži sve proizvode iz kolekcije {{ collection_name }}", - "slider": "Kliznik" + "view_all_label": "Prikaži sve proizvode iz kolekcije {{ collection_name }}" }, "collection_list": { "view_all": "Prikaži sve" diff --git a/locales/hu.json b/locales/hu.json index 0f68b13a25f..5c749520bdf 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -51,7 +51,8 @@ "slider": { "of": "/", "next_slide": "Következő dia", - "previous_slide": "Előző dia" + "previous_slide": "Előző dia", + "name": "Csúszka" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "Az összes megtekintése", - "view_all_label": "Az ebben a kollekcióban szereplő összes termék megtekintése: {{ collection_name }}", - "slider": "Csúszka" + "view_all_label": "Az ebben a kollekcióban szereplő összes termék megtekintése: {{ collection_name }}" }, "collection_list": { "view_all": "Az összes megtekintése" diff --git a/locales/id.json b/locales/id.json index b452b26c8b7..ffb08697188 100644 --- a/locales/id.json +++ b/locales/id.json @@ -51,7 +51,8 @@ "slider": { "of": "dari", "next_slide": "Geser kanan", - "previous_slide": "Geser kiri" + "previous_slide": "Geser kiri", + "name": "Slider" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "Lihat semua", - "view_all_label": "Lihat semua produk dalam koleksi {{ collection_name }}", - "slider": "Slider" + "view_all_label": "Lihat semua produk dalam koleksi {{ collection_name }}" }, "collection_list": { "view_all": "Lihat semua" diff --git a/locales/it.json b/locales/it.json index 5c5d5cd473b..6b0d83d1054 100644 --- a/locales/it.json +++ b/locales/it.json @@ -51,7 +51,8 @@ "slider": { "of": "su", "next_slide": "Scorri verso destra", - "previous_slide": "Scorri verso sinistra" + "previous_slide": "Scorri verso sinistra", + "name": "Cursore" } }, "newsletter": { @@ -274,8 +275,7 @@ }, "featured_collection": { "view_all": "Visualizza tutto", - "view_all_label": "Visualizza tutti i prodotti della collezione {{ collection_name }}", - "slider": "Cursore" + "view_all_label": "Visualizza tutti i prodotti della collezione {{ collection_name }}" }, "collection_list": { "view_all": "Visualizza tutto" diff --git a/locales/it.schema.json b/locales/it.schema.json index f26e9244675..fc184de19a1 100644 --- a/locales/it.schema.json +++ b/locales/it.schema.json @@ -1721,6 +1721,50 @@ "content": "Per mostrare una valutazione, aggiungi un'app di valutazione del prodotto. [Maggiori informazioni](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Prodotti complementari", + "settings": { + "paragraph": { + "content": "Aggiungi l'app Search & Discovery per selezionare i prodotti complementari. [Maggiori informazioni](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Titolo" + }, + "make_collapsible_row": { + "label": "Mostra come riga comprimibile" + }, + "icon": { + "info": "Visibile quando è visualizzata la riga comprimibile." + }, + "product_list_limit": { + "label": "Massimo di prodotti da mostrare" + }, + "products_per_page": { + "label": "Numero di prodotti per pagina" + }, + "pagination_style": { + "label": "Stile impaginazione", + "options": { + "option_1": "Punti", + "option_2": "Contatore", + "option_3": "Numeri" + } + }, + "product_card": { + "heading": "Scheda prodotto" + }, + "image_ratio": { + "label": "Proporzioni immagine", + "options": { + "option_1": "Verticale", + "option_2": "Square" + } + }, + "enable_quick_add": { + "label": "Abilita il pulsante di aggiunta rapida" + } + } } }, "settings": { diff --git a/locales/ja.json b/locales/ja.json index 3917203f672..e855bb944e8 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -51,7 +51,8 @@ "slider": { "of": "の", "next_slide": "右にスライド", - "previous_slide": "左にスライド" + "previous_slide": "左にスライド", + "name": "スライダー" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "すべてを表示する", - "view_all_label": "{{ collection_name }}コレクションの商品をすべて表示する", - "slider": "スライダー" + "view_all_label": "{{ collection_name }}コレクションの商品をすべて表示する" }, "collection_list": { "view_all": "すべてを表示する" diff --git a/locales/ja.schema.json b/locales/ja.schema.json index 525541e203d..e1341a28577 100644 --- a/locales/ja.schema.json +++ b/locales/ja.schema.json @@ -1721,6 +1721,50 @@ "content": "評価を表示するには、商品評価アプリを追加します。[詳しくはこちら](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "付属商品", + "settings": { + "paragraph": { + "content": "補完する商品を選択するには、Search & Discoveryアプリを追加してください。[詳しくはこちら](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "見出し" + }, + "make_collapsible_row": { + "label": "折りたたみ可能な行として表示する" + }, + "icon": { + "info": "折りたたみ可能な行を表示しているときに表示されます。" + }, + "product_list_limit": { + "label": "表示する商品の最大数" + }, + "products_per_page": { + "label": "1ページあたりの商品数" + }, + "pagination_style": { + "label": "ページネーションのスタイル", + "options": { + "option_1": "ドット", + "option_2": "カウンター", + "option_3": "数字" + } + }, + "product_card": { + "heading": "商品カード" + }, + "image_ratio": { + "label": "画像比", + "options": { + "option_1": "縦長", + "option_2": "正方形" + } + }, + "enable_quick_add": { + "label": "「クイック追加」ボタンを有効にする" + } + } } }, "settings": { diff --git a/locales/ko.json b/locales/ko.json index f2553ed2f02..46ccf8a71bd 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -51,7 +51,8 @@ "slider": { "of": "의", "next_slide": "오른쪽으로 슬라이드", - "previous_slide": "왼쪽으로 슬라이드" + "previous_slide": "왼쪽으로 슬라이드", + "name": "슬라이더" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "모두 보기", - "view_all_label": "{{ collection_name }} 컬렉션의 모든 제품 보기", - "slider": "슬라이더" + "view_all_label": "{{ collection_name }} 컬렉션의 모든 제품 보기" }, "collection_list": { "view_all": "모두 보기" diff --git a/locales/ko.schema.json b/locales/ko.schema.json index 82cae215f71..3903baec39b 100644 --- a/locales/ko.schema.json +++ b/locales/ko.schema.json @@ -1721,6 +1721,50 @@ "content": "평점을 표시하려면 제품 평점 앱을 추가하십시오. [자세히 알아보기](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "보완 제품", + "settings": { + "paragraph": { + "content": "보완 제품을 선택하려면 Search & Discovery 앱을 추가하십시오. [자세히 알아보기](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "제목" + }, + "make_collapsible_row": { + "label": "축소 가능한 행으로 표시" + }, + "icon": { + "info": "축소 가능한 행이 표시되면 볼 수 있습니다." + }, + "product_list_limit": { + "label": "표시할 최대 제품 수" + }, + "products_per_page": { + "label": "페이지당 제품 수" + }, + "pagination_style": { + "label": "페이지 매김 스타일", + "options": { + "option_1": "점", + "option_2": "카운터", + "option_3": "번호" + } + }, + "product_card": { + "heading": "제품 카드" + }, + "image_ratio": { + "label": "이미지 비율", + "options": { + "option_1": "세로", + "option_2": "정사각형" + } + }, + "enable_quick_add": { + "label": "빠른 추가 버튼 활성화" + } + } } }, "settings": { diff --git a/locales/lt-LT.json b/locales/lt-LT.json index dad601bc01d..b0831672b50 100644 --- a/locales/lt-LT.json +++ b/locales/lt-LT.json @@ -51,7 +51,8 @@ "slider": { "of": "iš", "next_slide": "Slinkti dešinėn", - "previous_slide": "Slinkti kairėn" + "previous_slide": "Slinkti kairėn", + "name": "Slankiklis" } }, "newsletter": { @@ -281,8 +282,7 @@ }, "featured_collection": { "view_all": "Žr. viską", - "view_all_label": "Žr. visus kolekcijos „{{ collection_name }}“ gaminius", - "slider": "Slankiklis" + "view_all_label": "Žr. visus kolekcijos „{{ collection_name }}“ gaminius" }, "collection_list": { "view_all": "Žr. viską" diff --git a/locales/nb.json b/locales/nb.json index efb13da810d..5faa75c7315 100644 --- a/locales/nb.json +++ b/locales/nb.json @@ -51,7 +51,8 @@ "slider": { "of": "av", "next_slide": "Bla til høyre", - "previous_slide": "Bla til venstre" + "previous_slide": "Bla til venstre", + "name": "Glidefelt" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "Vis alle", - "view_all_label": "Vis alle produktene i {{ collection_name }}-samlingen", - "slider": "Glidefelt" + "view_all_label": "Vis alle produktene i {{ collection_name }}-samlingen" }, "collection_list": { "view_all": "Vis alle" diff --git a/locales/nb.schema.json b/locales/nb.schema.json index 02af0728f9e..452d69aee36 100644 --- a/locales/nb.schema.json +++ b/locales/nb.schema.json @@ -1720,6 +1720,50 @@ "content": "Legg til en produktvurderingsapp for å vise en vurdering. [Finn ut mer](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Komplimentære produkter", + "settings": { + "paragraph": { + "content": "Legg til Search & Discovery-appen for å velge komplimentære produkter. [Finn ut mer](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Overskrift" + }, + "make_collapsible_row": { + "label": "Vis som sammenleggbar rad" + }, + "icon": { + "info": "Synlig når den sammenleggbare raden vises." + }, + "product_list_limit": { + "label": "Maksimalt antall produkter som vises" + }, + "products_per_page": { + "label": "Antall produkter per side" + }, + "pagination_style": { + "label": "Pagineringsstil", + "options": { + "option_1": "Prikker", + "option_2": "Teller", + "option_3": "Tall" + } + }, + "product_card": { + "heading": "Produktkort" + }, + "image_ratio": { + "label": "Bildeforhold", + "options": { + "option_1": "Portrett", + "option_2": "Firkant" + } + }, + "enable_quick_add": { + "label": "Aktiver knapp for hurtigtillegging" + } + } } }, "settings": { diff --git a/locales/nl.json b/locales/nl.json index 8016f23d41f..27e0545b2ef 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -51,7 +51,8 @@ "slider": { "of": "van", "next_slide": "Naar rechts schuiven", - "previous_slide": "Naar links schuiven" + "previous_slide": "Naar links schuiven", + "name": "Schuifregelaar" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "Alles bekijken", - "view_all_label": "Bekijk alle producten in de collectie {{ collection_name }}", - "slider": "Schuifregelaar" + "view_all_label": "Bekijk alle producten in de collectie {{ collection_name }}" }, "collection_list": { "view_all": "Alles bekijken" diff --git a/locales/nl.schema.json b/locales/nl.schema.json index 1996cbbb25a..d9d520b8735 100644 --- a/locales/nl.schema.json +++ b/locales/nl.schema.json @@ -1721,6 +1721,50 @@ "content": "Voeg een app toe voor productbeoordelingen om deze weer te geven. [Meer informatie](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Aanvullende producten", + "settings": { + "paragraph": { + "content": "Als je aanvullende producten wilt selecteren, voeg je de Search en Zichtbaarheid-app toe. [Meer informatie](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Koptekst" + }, + "make_collapsible_row": { + "label": "Weergeven als inklapbare rij" + }, + "icon": { + "info": "Zichtbaar wanneer de inklapbare rij wordt weergegeven." + }, + "product_list_limit": { + "label": "Maximaal aantal weer te geven producten" + }, + "products_per_page": { + "label": "Aantal producten per pagina" + }, + "pagination_style": { + "label": "Pagineringsstijl", + "options": { + "option_1": "Stippen", + "option_2": "Teller", + "option_3": "Getallen" + } + }, + "product_card": { + "heading": "Productkaart" + }, + "image_ratio": { + "label": "Breedte-/hoogteverhouding van afbeeldingen", + "options": { + "option_1": "Staand", + "option_2": "Vierkant" + } + }, + "enable_quick_add": { + "label": "Knop 'Snel toevoegen' inschakelen" + } + } } }, "settings": { diff --git a/locales/pl.json b/locales/pl.json index a271b997e21..f3747657f9c 100644 --- a/locales/pl.json +++ b/locales/pl.json @@ -51,7 +51,8 @@ "slider": { "of": "z", "next_slide": "Przesuń w prawo", - "previous_slide": "Przesuń w lewo" + "previous_slide": "Przesuń w lewo", + "name": "Suwak" } }, "newsletter": { @@ -281,8 +282,7 @@ }, "featured_collection": { "view_all": "Wyświetl wszystkie", - "view_all_label": "Wyświetl wszystkie produkty w kolekcji {{ collection_name }}", - "slider": "Suwak" + "view_all_label": "Wyświetl wszystkie produkty w kolekcji {{ collection_name }}" }, "collection_list": { "view_all": "Wyświetl wszystkie" diff --git a/locales/pl.schema.json b/locales/pl.schema.json index bd6a5cbe830..b9f4cc32401 100644 --- a/locales/pl.schema.json +++ b/locales/pl.schema.json @@ -1721,6 +1721,50 @@ "content": "Aby wyświetlić ocenę, dodaj aplikację do oceny produktów. [Dowiedz się więcej](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Produkty uzupełniające", + "settings": { + "paragraph": { + "content": "Aby wybrać produkty uzupełniające, dodaj aplikację Search & Discovery. [Dowiedz się więcej](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Nagłówek" + }, + "make_collapsible_row": { + "label": "Pokaż jako zwijany wiersz" + }, + "icon": { + "info": "Widoczne podczas wyświetlania zwijanego wiersza" + }, + "product_list_limit": { + "label": "Maksymalna liczba produktów do wyświetlenia" + }, + "products_per_page": { + "label": "Liczba produktów na stronę" + }, + "pagination_style": { + "label": "Styl paginacji", + "options": { + "option_1": "Kropki", + "option_2": "Licznik", + "option_3": "Liczby" + } + }, + "product_card": { + "heading": "Karta produktów" + }, + "image_ratio": { + "label": "Proporcja obrazu", + "options": { + "option_1": "Portret", + "option_2": "Kwadrat" + } + }, + "enable_quick_add": { + "label": "Włącz przycisk szybkiego dodawania" + } + } } }, "settings": { diff --git a/locales/pt-BR.json b/locales/pt-BR.json index bb530ea1cf9..e7da653be11 100644 --- a/locales/pt-BR.json +++ b/locales/pt-BR.json @@ -51,7 +51,8 @@ "slider": { "of": "de", "next_slide": "Deslizar para a direita", - "previous_slide": "Deslizar para a esquerda" + "previous_slide": "Deslizar para a esquerda", + "name": "Controle deslizante" } }, "newsletter": { @@ -274,8 +275,7 @@ }, "featured_collection": { "view_all": "Ver tudo", - "view_all_label": "Ver todos os produtos da coleção {{ collection_name }}", - "slider": "Controle deslizante" + "view_all_label": "Ver todos os produtos da coleção {{ collection_name }}" }, "collection_list": { "view_all": "Ver tudo" diff --git a/locales/pt-BR.schema.json b/locales/pt-BR.schema.json index 2f204f62859..79d58f4530f 100644 --- a/locales/pt-BR.schema.json +++ b/locales/pt-BR.schema.json @@ -1720,6 +1720,50 @@ "content": "Para exibir uma avaliação, adicione um app com essa funcionalidade específica. [Saiba mais](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Produtos complementares", + "settings": { + "paragraph": { + "content": "Para selecionar produtos complementares, adicione o app Search & Discovery. [Saiba mais](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Título" + }, + "make_collapsible_row": { + "label": "Exibir como linha recolhível" + }, + "icon": { + "info": "Visível quando a linha recolhível é exibida." + }, + "product_list_limit": { + "label": "Máximo de produtos a serem mostrados" + }, + "products_per_page": { + "label": "Número de produtos por página" + }, + "pagination_style": { + "label": "Estilo de paginação", + "options": { + "option_1": "Pontos", + "option_2": "Contador", + "option_3": "Números" + } + }, + "product_card": { + "heading": "Cartão de produto" + }, + "image_ratio": { + "label": "Proporção da imagem", + "options": { + "option_1": "Retrato", + "option_2": "Quadrado" + } + }, + "enable_quick_add": { + "label": "Habilitar botão para adicionar rapidamente" + } + } } }, "settings": { diff --git a/locales/pt-PT.json b/locales/pt-PT.json index a9ff0786ee0..1fd26519c5a 100644 --- a/locales/pt-PT.json +++ b/locales/pt-PT.json @@ -51,7 +51,8 @@ "slider": { "of": "de", "next_slide": "Deslizar para a direita", - "previous_slide": "Deslizar para a esquerda" + "previous_slide": "Deslizar para a esquerda", + "name": "Slider" } }, "newsletter": { @@ -274,8 +275,7 @@ }, "featured_collection": { "view_all": "Ver tudo", - "view_all_label": "Ver todos os produtos da coleção {{ collection_name }}", - "slider": "Slider" + "view_all_label": "Ver todos os produtos da coleção {{ collection_name }}" }, "collection_list": { "view_all": "Ver tudo" diff --git a/locales/pt-PT.schema.json b/locales/pt-PT.schema.json index e5e4424a5f9..23003db4542 100644 --- a/locales/pt-PT.schema.json +++ b/locales/pt-PT.schema.json @@ -1721,6 +1721,50 @@ "content": "Para mostrar uma classificação, adicione uma aplicação de classificação de produto. [Saber mais](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Produtos complementares", + "settings": { + "paragraph": { + "content": "Para selecionar produtos complementares, adicione a aplicação Search & Discovery. [Saber mais](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Título" + }, + "make_collapsible_row": { + "label": "Mostrar como linha recolhível" + }, + "icon": { + "info": "Visível quando é mostrada a linha recolhível." + }, + "product_list_limit": { + "label": "Máximo de produtos a apresentar" + }, + "products_per_page": { + "label": "Número de produtos por página" + }, + "pagination_style": { + "label": "Estilo de paginação", + "options": { + "option_1": "Pontos", + "option_2": "Contador", + "option_3": "Números" + } + }, + "product_card": { + "heading": "Cartão de produtos" + }, + "image_ratio": { + "label": "Proporção de imagem", + "options": { + "option_1": "Retrato", + "option_2": "Quadrado" + } + }, + "enable_quick_add": { + "label": "Ativar botão para adicionar rapidamente" + } + } } }, "settings": { diff --git a/locales/ro-RO.json b/locales/ro-RO.json index 2fc5b19a492..394a18b4b98 100644 --- a/locales/ro-RO.json +++ b/locales/ro-RO.json @@ -51,7 +51,8 @@ "slider": { "of": "din", "next_slide": "Glisare la dreapta", - "previous_slide": "Glisare la stânga" + "previous_slide": "Glisare la stânga", + "name": "Glisor" } }, "newsletter": { @@ -274,8 +275,7 @@ }, "featured_collection": { "view_all": "Afișați tot", - "view_all_label": "Afișați toate produsele din colecția {{ collection_name }}", - "slider": "Glisor" + "view_all_label": "Afișați toate produsele din colecția {{ collection_name }}" }, "collection_list": { "view_all": "Afișați tot" diff --git a/locales/ru.json b/locales/ru.json index 43362eafb47..5ed6d0e7dd0 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -51,7 +51,8 @@ "slider": { "of": "из", "next_slide": "Листать вперед", - "previous_slide": "Листать назад" + "previous_slide": "Листать назад", + "name": "Ползунок" } }, "newsletter": { @@ -281,8 +282,7 @@ }, "featured_collection": { "view_all": "Посмотреть все", - "view_all_label": "Посмотреть все продукты в коллекции \"{{ collection_name }}\"", - "slider": "Ползунок" + "view_all_label": "Посмотреть все продукты в коллекции \"{{ collection_name }}\"" }, "collection_list": { "view_all": "Посмотреть все" diff --git a/locales/sk-SK.json b/locales/sk-SK.json index 15fc3296b20..9ef97814c19 100644 --- a/locales/sk-SK.json +++ b/locales/sk-SK.json @@ -51,7 +51,8 @@ "slider": { "of": "z", "next_slide": "Posunúť doprava", - "previous_slide": "Posunúť doľava" + "previous_slide": "Posunúť doľava", + "name": "Jazdec" } }, "newsletter": { @@ -281,8 +282,7 @@ }, "featured_collection": { "view_all": "Zobraziť všetko", - "view_all_label": "Pozrite si všetky produkty z kolekcie {{ collection_name }}", - "slider": "Jazdec" + "view_all_label": "Pozrite si všetky produkty z kolekcie {{ collection_name }}" }, "collection_list": { "view_all": "Zobraziť všetko" diff --git a/locales/sl-SI.json b/locales/sl-SI.json index d01afff0402..e3920520dbb 100644 --- a/locales/sl-SI.json +++ b/locales/sl-SI.json @@ -51,7 +51,8 @@ "slider": { "of": "od", "next_slide": "Podrsajte desno", - "previous_slide": "Podrsajte levo" + "previous_slide": "Podrsajte levo", + "name": "Drsnik" } }, "newsletter": { @@ -281,8 +282,7 @@ }, "featured_collection": { "view_all": "Prikaži vse", - "view_all_label": "Prikaži vse izdelke v zbirki {{ collection_name }}", - "slider": "Drsnik" + "view_all_label": "Prikaži vse izdelke v zbirki {{ collection_name }}" }, "collection_list": { "view_all": "Prikaži vse" diff --git a/locales/sv.json b/locales/sv.json index a07f234870f..ad663d129db 100644 --- a/locales/sv.json +++ b/locales/sv.json @@ -51,7 +51,8 @@ "slider": { "of": "av", "next_slide": "Bild till höger", - "previous_slide": "Bild till vänster" + "previous_slide": "Bild till vänster", + "name": "Bild" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "Visa alla", - "view_all_label": "Visa alla produkter i produktserien {{ collection_name }}", - "slider": "Bild" + "view_all_label": "Visa alla produkter i produktserien {{ collection_name }}" }, "collection_list": { "view_all": "Visa alla" diff --git a/locales/sv.schema.json b/locales/sv.schema.json index 85af4bfa54f..1a86dd86b7d 100644 --- a/locales/sv.schema.json +++ b/locales/sv.schema.json @@ -1721,6 +1721,50 @@ "content": "Lägg till en produktbedömningsapp för att visa ett betyg. [Mer information](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Kompletterande produkter", + "settings": { + "paragraph": { + "content": "Lägg till appen Search & Discovery för att välja tilläggsprodukter. [Mer information](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Rubrik" + }, + "make_collapsible_row": { + "label": "Visa som komprimerbar rad" + }, + "icon": { + "info": "Synlig när komprimerbar rad visas." + }, + "product_list_limit": { + "label": "Maximalt antal produkter att visa" + }, + "products_per_page": { + "label": "Antal produkter per sida" + }, + "pagination_style": { + "label": "Pagineringsstil", + "options": { + "option_1": "Prickar", + "option_2": "Räknare", + "option_3": "Siffror" + } + }, + "product_card": { + "heading": "Produktkort" + }, + "image_ratio": { + "label": "Bildförhållande", + "options": { + "option_1": "Porträtt", + "option_2": "Fyrkantig" + } + }, + "enable_quick_add": { + "label": "Aktivera knapp för snabb tilläggning" + } + } } }, "settings": { diff --git a/locales/th.json b/locales/th.json index ba6d07ae806..9c7cd1c2ccb 100644 --- a/locales/th.json +++ b/locales/th.json @@ -51,7 +51,8 @@ "slider": { "of": "จาก", "next_slide": "ไปสไลด์ขวา", - "previous_slide": "ไปสไลด์ซ้าย" + "previous_slide": "ไปสไลด์ซ้าย", + "name": "แถบเลื่อน" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "ดูทั้งหมด", - "view_all_label": "ดูสินค้าทั้งหมดในคอลเลกชัน {{ collection_name }}", - "slider": "แถบเลื่อน" + "view_all_label": "ดูสินค้าทั้งหมดในคอลเลกชัน {{ collection_name }}" }, "collection_list": { "view_all": "ดูทั้งหมด" diff --git a/locales/th.schema.json b/locales/th.schema.json index 0c6dc833f9a..817c4ab8f53 100644 --- a/locales/th.schema.json +++ b/locales/th.schema.json @@ -1721,6 +1721,50 @@ "content": "หากต้องการแสดงคะแนน ให้เพิ่มแอปการให้คะแนนสินค้า [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "สินค้าเสริม", + "settings": { + "paragraph": { + "content": "หากต้องการเลือกสินค้าเสริม ให้เพิ่มแอปค้นหาและการค้นพบ [ดูข้อมูลเพิ่มเติม](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "หัวเรื่อง" + }, + "make_collapsible_row": { + "label": "แสดงเป็นแถวที่ย่อได้" + }, + "icon": { + "info": "มองเห็นได้เมื่อแสดงแถวที่ย่อได้" + }, + "product_list_limit": { + "label": "จำนวนสินค้าสูงสุดที่จะแสดง" + }, + "products_per_page": { + "label": "จำนวนสินค้าต่อหน้า" + }, + "pagination_style": { + "label": "รูปแบบการแบ่งหน้า", + "options": { + "option_1": "จุด", + "option_2": "ตัวนับ", + "option_3": "ตัวเลข" + } + }, + "product_card": { + "heading": "บัตรสินค้า" + }, + "image_ratio": { + "label": "อัตราส่วนรูปภาพ", + "options": { + "option_1": "แนวตั้ง", + "option_2": "สี่เหลี่ยมจัตุรัส" + } + }, + "enable_quick_add": { + "label": "เปิดใช้งานปุ่มซื้อด่วน" + } + } } }, "settings": { diff --git a/locales/tr.json b/locales/tr.json index 52ad775f03f..3d92b321c39 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -51,7 +51,8 @@ "slider": { "of": "/", "next_slide": "Sağa kaydır", - "previous_slide": "Sola kaydır" + "previous_slide": "Sola kaydır", + "name": "Kaydırıcı" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "Tümünü görüntüle", - "view_all_label": "{{ collection_name }} koleksiyonundaki tüm ürünleri görüntüle", - "slider": "Kaydırıcı" + "view_all_label": "{{ collection_name }} koleksiyonundaki tüm ürünleri görüntüle" }, "collection_list": { "view_all": "Tümünü görüntüle" diff --git a/locales/tr.schema.json b/locales/tr.schema.json index 6e46d22c44b..aa95331e697 100644 --- a/locales/tr.schema.json +++ b/locales/tr.schema.json @@ -1720,6 +1720,50 @@ "content": "Puan göstermek için bir ürün puanlandırma uygulaması ekleyin. [Daha fazla bilgi edinin](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Tamamlayıcı ürünler", + "settings": { + "paragraph": { + "content": "Tamamlayıcı ürünleri seçmek için Search & Discovery uygulamasını ekleyin. [Daha fazla bilgi edinin](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Başlık" + }, + "make_collapsible_row": { + "label": "Daraltılabilir satır olarak göster" + }, + "icon": { + "info": "Daraltılabilir satır gösterildiğinde görünür." + }, + "product_list_limit": { + "label": "Gösterilecek maksimum ürün sayısı" + }, + "products_per_page": { + "label": "Sayfa başına ürün sayısı" + }, + "pagination_style": { + "label": "Sayfalara ayırma stili", + "options": { + "option_1": "Noktalar", + "option_2": "Sayaç", + "option_3": "Numaralar" + } + }, + "product_card": { + "heading": "Ürün kartı" + }, + "image_ratio": { + "label": "Görsel oranı", + "options": { + "option_1": "Portre", + "option_2": "Kare" + } + }, + "enable_quick_add": { + "label": "Hızlı ekleme düğmesini etkinleştir" + } + } } }, "settings": { diff --git a/locales/vi.json b/locales/vi.json index cd67af275c2..e4a1a8e0829 100644 --- a/locales/vi.json +++ b/locales/vi.json @@ -51,7 +51,8 @@ "slider": { "of": "trong số", "next_slide": "Trượt sang phải", - "previous_slide": "Trượt sang trái" + "previous_slide": "Trượt sang trái", + "name": "Thanh trượt" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "Xem tất cả", - "view_all_label": "Xem toàn bộ sản phẩm trong bộ sưu tập {{ collection_name }}", - "slider": "Thanh trượt" + "view_all_label": "Xem toàn bộ sản phẩm trong bộ sưu tập {{ collection_name }}" }, "collection_list": { "view_all": "Xem tất cả" diff --git a/locales/vi.schema.json b/locales/vi.schema.json index 9c37e2e5e6f..de9b7e01fad 100644 --- a/locales/vi.schema.json +++ b/locales/vi.schema.json @@ -1721,6 +1721,50 @@ "content": "Nếu muốn hiển thị thứ hạng, hãy thêm ứng dụng xếp hạng sản phẩm. [Tìm hiểu thêm](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "Sản phẩm bổ sung", + "settings": { + "paragraph": { + "content": "Để chọn sản phẩm bổ sung, hãy thêm ứng dụng Search & Discovery. [Tìm hiểu thêm](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "Tiêu đề" + }, + "make_collapsible_row": { + "label": "Hiển thị dưới dạng hàng có thể thu gọn" + }, + "icon": { + "info": "Hiển thị khi hàng có thể thu gọn hiển thị." + }, + "product_list_limit": { + "label": "Số lượng sản phẩm hiển thị tối đa" + }, + "products_per_page": { + "label": "Số lượng sản phẩm trên một trang" + }, + "pagination_style": { + "label": "Kiểu phân trang", + "options": { + "option_1": "Chấm", + "option_2": "Bộ đếm", + "option_3": "Số" + } + }, + "product_card": { + "heading": "Thẻ sản phẩm" + }, + "image_ratio": { + "label": "Tỷ lệ hình ảnh", + "options": { + "option_1": "Dọc", + "option_2": "Vuông" + } + }, + "enable_quick_add": { + "label": "Bật nút thêm nhanh" + } + } } }, "settings": { diff --git a/locales/zh-CN.json b/locales/zh-CN.json index cde0bebced0..94b79bb415c 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -51,7 +51,8 @@ "slider": { "of": "/", "next_slide": "向右滑动", - "previous_slide": "向左滑动" + "previous_slide": "向左滑动", + "name": "滑块" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "查看全部", - "view_all_label": "查看 {{ collection_name }} 产品系列中的所有产品", - "slider": "滑块" + "view_all_label": "查看 {{ collection_name }} 产品系列中的所有产品" }, "collection_list": { "view_all": "查看全部" diff --git a/locales/zh-CN.schema.json b/locales/zh-CN.schema.json index a84ac001de0..9fc520f5418 100644 --- a/locales/zh-CN.schema.json +++ b/locales/zh-CN.schema.json @@ -1721,6 +1721,50 @@ "content": "若要显示评分,请添加产品评分应用。[了解详细信息](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "互补产品", + "settings": { + "paragraph": { + "content": "若要选择互补产品,请添加 Search & Discovery 应用。[了解详细信息](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "标题" + }, + "make_collapsible_row": { + "label": "显示为可折叠行" + }, + "icon": { + "info": "在显示可折叠行时可见。" + }, + "product_list_limit": { + "label": "要显示的最大产品数" + }, + "products_per_page": { + "label": "每页产品数" + }, + "pagination_style": { + "label": "分页样式", + "options": { + "option_1": "点", + "option_2": "计数器", + "option_3": "数字" + } + }, + "product_card": { + "heading": "产品卡" + }, + "image_ratio": { + "label": "图片比", + "options": { + "option_1": "纵向", + "option_2": "方形" + } + }, + "enable_quick_add": { + "label": "启用快速添加按钮" + } + } } }, "settings": { diff --git a/locales/zh-TW.json b/locales/zh-TW.json index ce97cdfbb39..5ceaf446f49 100644 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -51,7 +51,8 @@ "slider": { "of": "/", "next_slide": "投影片右側", - "previous_slide": "投影片左側" + "previous_slide": "投影片左側", + "name": "投影播放器" } }, "newsletter": { @@ -267,8 +268,7 @@ }, "featured_collection": { "view_all": "檢視全部", - "view_all_label": "檢視 {{ collection_name }} 商品系列的全部產品", - "slider": "投影播放器" + "view_all_label": "檢視 {{ collection_name }} 商品系列的全部產品" }, "collection_list": { "view_all": "檢視全部" diff --git a/locales/zh-TW.schema.json b/locales/zh-TW.schema.json index dbbc0fb0dac..ab2b08accf5 100644 --- a/locales/zh-TW.schema.json +++ b/locales/zh-TW.schema.json @@ -1721,6 +1721,50 @@ "content": "新增產品評等應用程式,即可顯示評等。[瞭解詳情](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } + }, + "complementary_products": { + "name": "配套商品", + "settings": { + "paragraph": { + "content": "若要選取配套商品,請新增 Search & Discovery 應用程式。[瞭解詳情](https://shopify.dev/themes/product-merchandising/recommendations)" + }, + "heading": { + "label": "標題" + }, + "make_collapsible_row": { + "label": "顯示為可收合的橫列" + }, + "icon": { + "info": "顯示可收合的橫列時可見。" + }, + "product_list_limit": { + "label": "商品數量顯示上限" + }, + "products_per_page": { + "label": "每頁商品數" + }, + "pagination_style": { + "label": "分頁樣式", + "options": { + "option_1": "圓點", + "option_2": "計數器", + "option_3": "數字" + } + }, + "product_card": { + "heading": "商品卡片" + }, + "image_ratio": { + "label": "圖片比例", + "options": { + "option_1": "直向", + "option_2": "正方形" + } + }, + "enable_quick_add": { + "label": "啟用「快速新增」按鈕" + } + } } }, "settings": { diff --git a/sections/featured-collection.liquid b/sections/featured-collection.liquid index c2bfccf3ded..c09a0c82db8 100644 --- a/sections/featured-collection.liquid +++ b/sections/featured-collection.liquid @@ -57,7 +57,7 @@ -