diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 00000000000..3f584f6079c --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,4 @@ +{ + "printWidth": 120, + "singleQuote": true +} diff --git a/.vscode/extensions.json b/.vscode/extensions.json index f2e1a7d0fa3..f6480c2e7a5 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,3 +1,3 @@ { - "recommendations": ["shopify.theme-check-vscode"] + "recommendations": ["shopify.theme-check-vscode", "esbenp.prettier-vscode"] } diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000000..ad92582bd09 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "editor.formatOnSave": true +} diff --git a/assets/animations.js b/assets/animations.js index be43b5d78d0..e3b560cf9e6 100644 --- a/assets/animations.js +++ b/assets/animations.js @@ -6,17 +6,15 @@ function onIntersection(elements, observer) { if (element.isIntersecting) { const elementTarget = element.target; elementTarget.classList.add(SCROLL_ANIMATION_ACTIVE_CLASSNAME); - if (elementTarget.hasAttribute("data-cascade")) + if (elementTarget.hasAttribute('data-cascade')) elementTarget.setAttribute('style', `--animation-order: ${index};`); observer.unobserve(elementTarget); } - }) + }); } function initializeScrollAnimationTrigger(rootEl = document) { - const animationTriggerElements = Array.from( - rootEl.getElementsByClassName(SCROLL_ANIMATION_TRIGGER_CLASSNAME) - ); + const animationTriggerElements = Array.from(rootEl.getElementsByClassName(SCROLL_ANIMATION_TRIGGER_CLASSNAME)); if (animationTriggerElements.length === 0) return; const observer = new IntersectionObserver(onIntersection, { diff --git a/assets/base.css b/assets/base.css index b34349127f0..8877609479d 100644 --- a/assets/base.css +++ b/assets/base.css @@ -249,6 +249,10 @@ html.no-js .no-js-hidden { padding: 0 1.5rem; } +body:has(.section-header .drawer-menu) .announcement-bar-section slideshow-component { + max-width: 100%; +} + .page-width.drawer-menu { max-width: 100%; } @@ -550,7 +554,7 @@ blockquote { .caption-with-letter-spacing--medium { font-size: 1.2rem; - letter-spacing: .16rem; + letter-spacing: 0.16rem; } .caption-with-letter-spacing--large { @@ -770,7 +774,6 @@ details > * { text-decoration-thickness: 0.2rem; } - .icon-arrow { width: 1.5rem; } @@ -856,8 +859,7 @@ summary::-webkit-details-marker { *:focus-visible { outline: 0.2rem solid rgba(var(--color-foreground), 0.5); outline-offset: 0.3rem; - box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), - 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); } /* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */ @@ -865,8 +867,7 @@ summary::-webkit-details-marker { .no-js *:focus { outline: 0.2rem solid rgba(var(--color-foreground), 0.5); outline-offset: 0.3rem; - box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), - 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); } /* Negate the fallback side-effect for browsers that support :focus-visible */ @@ -910,16 +911,14 @@ summary::-webkit-details-marker { .focus-offset:focus-visible { outline: 0.2rem solid rgba(var(--color-foreground), 0.5); outline-offset: 1rem; - box-shadow: 0 0 0 1rem rgb(var(--color-background)), - 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3); + box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3); } .focus-offset.focused, .no-js .focus-offset:focus { outline: 0.2rem solid rgba(var(--color-foreground), 0.5); outline-offset: 1rem; - box-shadow: 0 0 0 1rem rgb(var(--color-background)), - 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3); + box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3); } .no-js .focus-offset:focus:not(:focus-visible) { @@ -1137,7 +1136,8 @@ summary::-webkit-details-marker { margin: 0; } - .slider--tablet .scroll-trigger.animate--slide-in { + .slider--tablet .scroll-trigger.animate--slide-in, + .slider--mobile .scroll-trigger.animate--slide-in { animation: none; opacity: 1; } @@ -1173,7 +1173,7 @@ summary::-webkit-details-marker { max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2); } - .slider--desktop .scroll-trigger.animate--slide-in{ + .slider--desktop .scroll-trigger.animate--slide-in { animation: none; opacity: 1; } @@ -1229,7 +1229,7 @@ summary::-webkit-details-marker { } .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, - .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item { + .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item { width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem); } } @@ -1336,7 +1336,7 @@ deferred-media { .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded, -.shopify-payment-button [role="button"], +.shopify-payment-button [role='button'], .cart__dynamic-checkout-buttons [role='button'], .cart__dynamic-checkout-buttons iframe { --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset); @@ -1363,7 +1363,8 @@ button.shopify-payment-button__button--unbranded { } .cart__dynamic-checkout-buttons iframe { - box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity)); + box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) + rgba(var(--color-base-text), var(--shadow-opacity)); } .button, @@ -1389,7 +1390,7 @@ button.shopify-payment-button__button--unbranded { .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before, -.shopify-payment-button [role="button"]:before, +.shopify-payment-button [role='button']:before, .cart__dynamic-checkout-buttons [role='button']:before { content: ''; position: absolute; @@ -1399,7 +1400,8 @@ button.shopify-payment-button__button--unbranded { left: 0; z-index: -1; border-radius: var(--buttons-radius-outset); - box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity)); + box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) + rgba(var(--color-shadow), var(--shadow-opacity)); } .button:after, @@ -1414,7 +1416,8 @@ button.shopify-payment-button__button--unbranded { left: var(--buttons-border-width); z-index: 1; border-radius: var(--buttons-radius); - box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), + box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) + rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background)); transition: box-shadow var(--duration-short) ease; } @@ -1424,7 +1427,8 @@ button.shopify-payment-button__button--unbranded { .customer button:hover::after, .shopify-payment-button__button--unbranded:hover::after { --border-offset: 1.3px; - box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), + box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) + rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background)); } @@ -1436,18 +1440,17 @@ button.shopify-payment-button__button--unbranded { .button:focus, .button.focused, .shopify-payment-button__button--unbranded:focus-visible, -.shopify-payment-button [role="button"]:focus-visible, +.shopify-payment-button [role='button']:focus-visible, .shopify-payment-button__button--unbranded:focus, -.shopify-payment-button [role="button"]:focus { +.shopify-payment-button [role='button']:focus { outline: 0; - box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), - 0 0 0 0.5rem rgba(var(--color-foreground), 0.5), + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); } .button:focus:not(:focus-visible):not(.focused), .shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused), -.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) { +.shopify-payment-button [role='button']:focus:not(:focus-visible):not(.focused) { box-shadow: inherit; } @@ -1605,7 +1608,8 @@ details[open] > .share-button__fallback { bottom: 0; left: 0; border-radius: var(--inputs-radius-outset); - box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity)); + box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) + var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity)); z-index: -1; } @@ -1670,9 +1674,9 @@ details[open] > .share-button__fallback { .share-button__fallback .field__input:focus, .share-button__fallback .field__input:-webkit-autofill { - outline: 0.2rem solid rgba(var(--color-foreground),.5); + outline: 0.2rem solid rgba(var(--color-foreground), 0.5); outline-offset: 0.1rem; - box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0.5rem 0.4rem rgba(var(--color-foreground),.3); + box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); } .share-button__fallback .field__input { @@ -1742,7 +1746,8 @@ details[open] > .share-button__fallback { bottom: 0; left: 0; border-radius: var(--inputs-radius-outset); - box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity)); + box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) + var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity)); z-index: -1; } @@ -1779,7 +1784,8 @@ details[open] > .share-button__fallback { .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after { - box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity)); + box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) + rgba(var(--color-foreground), var(--inputs-border-opacity)); outline: 0; border-radius: var(--inputs-radius); } @@ -1870,8 +1876,7 @@ details[open] > .share-button__fallback { margin-bottom: 0; pointer-events: none; position: absolute; - transition: top var(--duration-short) ease, - font-size var(--duration-short) ease; + transition: top var(--duration-short) ease, font-size var(--duration-short) ease; color: rgba(var(--color-foreground), 0.75); letter-spacing: 0.1rem; line-height: 1.5; @@ -2049,7 +2054,8 @@ input[type='checkbox'] { bottom: 0; left: 0; border-radius: var(--inputs-radius-outset); - box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity)); + box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) + var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity)); z-index: -1; } @@ -2246,22 +2252,84 @@ product-info .loading-overlay:not(.hidden) ~ *, line-height: calc(1 + 0.1 / var(--font-body-scale)); } -/* section-announcement-bar */ -.announcement-bar { +/* utility-bar */ +.utility-bar { + height: 100%; +} + +.utility-bar--bottom-border { border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08); +} + +.announcement-bar, +.announcement-bar__announcement { color: rgb(var(--color-foreground)); + width: 100%; + height: 100%; + display: flex; + justify-content: center; + flex-wrap: wrap; + align-content: center; +} + +.announcement-bar .slider--everywhere { + margin-bottom: 0; +} + +.announcement-bar-slider, +.announcement-bar-slider .slider { + width: 100%; +} + +.announcement-bar .slider-button--next { + margin-right: -1.6rem; + min-width: 44px; +} + +.announcement-bar .slider-button--prev { + margin-left: -1.6rem; + min-width: 44px; +} + +.announcement-bar .slider-button--next:focus-visible, +.announcement-bar .slider-button--prev:focus-visible { + outline-offset: -0.3rem; + box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground)); +} + +@media screen and (min-width: 750px) { + .announcement-bar .slider-button--next { + margin-right: -3.8rem; + } + + .announcement-bar .slider-button--prev { + margin-left: -3.8rem; + } +} + +@media screen and (min-width: 990px) { + body:has(.section-header .header:not(.drawer-menu)) .announcement-bar-section .announcement-bar .slider-button--next { + margin-right: -1.8rem; + } + + body:has(.section-header .header:not(.drawer-menu)) .announcement-bar-section .announcement-bar .slider-button--prev { + margin-left: -1.8rem; + } + } .announcement-bar__link { - display: block; + display: flex; width: 100%; padding: 1rem 0; text-decoration: none; + height: 100%; + justify-content: center; + align-items: center; } .announcement-bar__link:hover { - color: rgb(var(--color-foreground)); - background-color: rgba(var(--color-card-hover), 0.06); + text-decoration: underline; } .announcement-bar__link .icon-arrow { @@ -2277,6 +2345,7 @@ product-info .loading-overlay:not(.hidden) ~ *, } .announcement-bar__message { + text-align: center; padding: 1rem 0; margin: 0; letter-spacing: 0.1rem; @@ -2351,8 +2420,7 @@ product-info .loading-overlay:not(.hidden) ~ *, .header--top-left.drawer-menu, .header--middle-left.drawer-menu { - grid-template-areas: - 'navigation heading icons'; + grid-template-areas: 'navigation heading icons'; grid-template-columns: auto 1fr auto; column-gap: 1rem; } @@ -2380,8 +2448,7 @@ product-info .loading-overlay:not(.hidden) ~ *, } .header--top-center.drawer-menu { - grid-template-areas: - 'left-icons heading icons'; + grid-template-areas: 'left-icons heading icons'; grid-template-columns: 1fr auto 1fr; } @@ -2533,8 +2600,8 @@ product-info .loading-overlay:not(.hidden) ~ *, margin-right: -1.2rem; } -.header__icon--menu[aria-expanded="true"]::before { - content: ""; +.header__icon--menu[aria-expanded='true']::before { + content: ''; top: 100%; left: 0; height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))); @@ -2638,11 +2705,11 @@ details[open] .modal-overlay::after { } .search-modal__content-bottom { - bottom: calc((var(--inputs-margin-offset) / 2) ); + bottom: calc((var(--inputs-margin-offset) / 2)); } .search-modal__content-top { - top: calc((var(--inputs-margin-offset) / 2) ); + top: calc((var(--inputs-margin-offset) / 2)); } .search-modal__form { @@ -2796,8 +2863,7 @@ details[open] > .header__menu-item .icon-caret { } .header__submenu { - transition: opacity var(--duration-default) ease, - transform var(--duration-default) ease; + transition: opacity var(--duration-default) ease, transform var(--duration-default) ease; } .global-settings-popup, @@ -2806,7 +2872,8 @@ details[open] > .header__menu-item .icon-caret { border-color: rgba(var(--color-foreground), var(--popup-border-opacity)); border-style: solid; border-width: var(--popup-border-width); - box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity)); + box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) + rgba(var(--color-shadow), var(--popup-shadow-opacity)); z-index: -1; } @@ -2937,10 +3004,8 @@ details-disclosure > details { bottom: calc(var(--text-boxes-border-width) * -1); left: calc(var(--text-boxes-border-width) * -1); border-radius: var(--text-boxes-radius); - box-shadow: var(--text-boxes-shadow-horizontal-offset) - var(--text-boxes-shadow-vertical-offset) - var(--text-boxes-shadow-blur-radius) - rgba(var(--color-shadow), var(--text-boxes-shadow-opacity)); + box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) + var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity)); z-index: -1; } @@ -2977,7 +3042,8 @@ details-disclosure > details { bottom: calc(var(--media-border-width) * -1); left: calc(var(--media-border-width) * -1); border-radius: var(--media-radius); - box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity)); + box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) + rgba(var(--color-shadow), var(--media-shadow-opacity)); z-index: -1; pointer-events: none; } @@ -3067,9 +3133,9 @@ details-disclosure > details { .button:focus, .button.focused, .shopify-payment-button__button--unbranded:focus-visible, - .shopify-payment-button [role="button"]:focus-visible, + .shopify-payment-button [role='button']:focus-visible, .shopify-payment-button__button--unbranded:focus, - .shopify-payment-button [role="button"]:focus { + .shopify-payment-button [role='button']:focus { outline: solid transparent 1px; } @@ -3116,7 +3182,8 @@ details-disclosure > details { max-width: 100%; border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity)); border-radius: var(--media-radius); - box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity)); + box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) + rgba(var(--color-shadow), var(--media-shadow-opacity)); margin-bottom: var(--media-shadow-vertical-offset); } @@ -3163,7 +3230,7 @@ details-disclosure > details { } .shape--arch { - clip-path: url("#Shape-Arch"); + clip-path: url('#Shape-Arch'); } .shape--blob { @@ -3203,8 +3270,12 @@ details-disclosure > details { } @keyframes animateAmbient { - 0% { transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2); } - 100% { transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2); } + 0% { + transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2); + } + 100% { + transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2); + } } .scroll-trigger.animate--fade-in, @@ -3222,10 +3293,6 @@ details-disclosure > details { animation-delay: calc(var(--animation-order) * 100ms); } - .slider__slide.scroll-trigger--active.animate--slide-in { - height: 100%; - } - /* Turn off animations if JS is turned off. */ .no-js .scroll-trigger--active.animate--fade-in, .no-js .scroll-trigger--active.animate--slide-in { diff --git a/assets/cart-drawer.js b/assets/cart-drawer.js index 0a4b61b227b..048e43232d2 100644 --- a/assets/cart-drawer.js +++ b/assets/cart-drawer.js @@ -13,7 +13,7 @@ class CartDrawer extends HTMLElement { cartLink.setAttribute('aria-haspopup', 'dialog'); cartLink.addEventListener('click', (event) => { event.preventDefault(); - this.open(cartLink) + this.open(cartLink); }); cartLink.addEventListener('keydown', (event) => { if (event.code.toUpperCase() === 'SPACE') { @@ -28,13 +28,21 @@ class CartDrawer extends HTMLElement { const cartDrawerNote = this.querySelector('[id^="Details-"] summary'); if (cartDrawerNote && !cartDrawerNote.hasAttribute('role')) this.setSummaryAccessibility(cartDrawerNote); // here the animation doesn't seem to always get triggered. A timeout seem to help - setTimeout(() => {this.classList.add('animate', 'active')}); + setTimeout(() => { + this.classList.add('animate', 'active'); + }); - this.addEventListener('transitionend', () => { - const containerToTrapFocusOn = this.classList.contains('is-empty') ? this.querySelector('.drawer__inner-empty') : document.getElementById('CartDrawer'); - const focusElement = this.querySelector('.drawer__inner') || this.querySelector('.drawer__close'); - trapFocus(containerToTrapFocusOn, focusElement); - }, { once: true }); + this.addEventListener( + 'transitionend', + () => { + const containerToTrapFocusOn = this.classList.contains('is-empty') + ? this.querySelector('.drawer__inner-empty') + : document.getElementById('CartDrawer'); + const focusElement = this.querySelector('.drawer__inner') || this.querySelector('.drawer__close'); + trapFocus(containerToTrapFocusOn, focusElement); + }, + { once: true } + ); document.body.classList.add('overflow-hidden'); } @@ -49,7 +57,7 @@ class CartDrawer extends HTMLElement { cartDrawerNote.setAttribute('role', 'button'); cartDrawerNote.setAttribute('aria-expanded', 'false'); - if(cartDrawerNote.nextElementSibling.getAttribute('id')) { + if (cartDrawerNote.nextElementSibling.getAttribute('id')) { cartDrawerNote.setAttribute('aria-controls', cartDrawerNote.nextElementSibling.id); } @@ -61,13 +69,15 @@ class CartDrawer extends HTMLElement { } renderContents(parsedState) { - this.querySelector('.drawer__inner').classList.contains('is-empty') && this.querySelector('.drawer__inner').classList.remove('is-empty'); + this.querySelector('.drawer__inner').classList.contains('is-empty') && + this.querySelector('.drawer__inner').classList.remove('is-empty'); this.productId = parsedState.id; - this.getSectionsToRender().forEach((section => { - const sectionElement = section.selector ? document.querySelector(section.selector) : document.getElementById(section.id); - sectionElement.innerHTML = - this.getSectionInnerHTML(parsedState.sections[section.id], section.selector); - })); + this.getSectionsToRender().forEach((section) => { + const sectionElement = section.selector + ? document.querySelector(section.selector) + : document.getElementById(section.id); + sectionElement.innerHTML = this.getSectionInnerHTML(parsedState.sections[section.id], section.selector); + }); setTimeout(() => { this.querySelector('#CartDrawer-Overlay').addEventListener('click', this.close.bind(this)); @@ -76,27 +86,23 @@ class CartDrawer extends HTMLElement { } getSectionInnerHTML(html, selector = '.shopify-section') { - return new DOMParser() - .parseFromString(html, 'text/html') - .querySelector(selector).innerHTML; + return new DOMParser().parseFromString(html, 'text/html').querySelector(selector).innerHTML; } getSectionsToRender() { return [ { id: 'cart-drawer', - selector: '#CartDrawer' + selector: '#CartDrawer', }, { - id: 'cart-icon-bubble' - } + id: 'cart-icon-bubble', + }, ]; } getSectionDOM(html, selector = '.shopify-section') { - return new DOMParser() - .parseFromString(html, 'text/html') - .querySelector(selector); + return new DOMParser().parseFromString(html, 'text/html').querySelector(selector); } setActiveElement(element) { @@ -112,13 +118,13 @@ class CartDrawerItems extends CartItems { { id: 'CartDrawer', section: 'cart-drawer', - selector: '.drawer__inner' + selector: '.drawer__inner', }, { id: 'cart-icon-bubble', section: 'cart-icon-bubble', - selector: '.shopify-section' - } + selector: '.shopify-section', + }, ]; } } diff --git a/assets/cart-notification.js b/assets/cart-notification.js index 2474ce60b2a..7e8a06cdf2e 100644 --- a/assets/cart-notification.js +++ b/assets/cart-notification.js @@ -15,10 +15,14 @@ class CartNotification extends HTMLElement { open() { this.notification.classList.add('animate', 'active'); - this.notification.addEventListener('transitionend', () => { - this.notification.focus(); - trapFocus(this.notification); - }, { once: true }); + this.notification.addEventListener( + 'transitionend', + () => { + this.notification.focus(); + trapFocus(this.notification); + }, + { once: true } + ); document.body.addEventListener('click', this.onBodyClick); } @@ -31,14 +35,16 @@ class CartNotification extends HTMLElement { } renderContents(parsedState) { - this.cartItemKey = parsedState.key; - this.getSectionsToRender().forEach((section => { - document.getElementById(section.id).innerHTML = - this.getSectionInnerHTML(parsedState.sections[section.id], section.selector); - })); + this.cartItemKey = parsedState.key; + this.getSectionsToRender().forEach((section) => { + document.getElementById(section.id).innerHTML = this.getSectionInnerHTML( + parsedState.sections[section.id], + section.selector + ); + }); - if (this.header) this.header.reveal(); - this.open(); + if (this.header) this.header.reveal(); + this.open(); } getSectionsToRender() { @@ -48,18 +54,16 @@ class CartNotification extends HTMLElement { selector: `[id="cart-notification-product-${this.cartItemKey}"]`, }, { - id: 'cart-notification-button' + id: 'cart-notification-button', }, { - id: 'cart-icon-bubble' - } + id: 'cart-icon-bubble', + }, ]; } getSectionInnerHTML(html, selector = '.shopify-section') { - return new DOMParser() - .parseFromString(html, 'text/html') - .querySelector(selector).innerHTML; + return new DOMParser().parseFromString(html, 'text/html').querySelector(selector).innerHTML; } handleBodyClick(evt) { diff --git a/assets/cart.js b/assets/cart.js index 8c7c19684dd..51a61f17df0 100644 --- a/assets/cart.js +++ b/assets/cart.js @@ -15,7 +15,8 @@ customElements.define('cart-remove-button', CartRemoveButton); class CartItems extends HTMLElement { constructor() { super(); - this.lineItemStatusElement = document.getElementById('shopping-cart-line-item-status') || document.getElementById('CartDrawer-LineItemStatus'); + this.lineItemStatusElement = + document.getElementById('shopping-cart-line-item-status') || document.getElementById('CartDrawer-LineItemStatus'); const debouncedOnChange = debounce((event) => { this.onChange(event); @@ -53,7 +54,7 @@ class CartItems extends HTMLElement { const sourceQty = html.querySelector('cart-items'); this.innerHTML = sourceQty.innerHTML; }) - .catch(e => { + .catch((e) => { console.error(e); }); } @@ -63,23 +64,23 @@ class CartItems extends HTMLElement { { id: 'main-cart-items', section: document.getElementById('main-cart-items').dataset.id, - selector: '.js-contents' + selector: '.js-contents', }, { id: 'cart-icon-bubble', section: 'cart-icon-bubble', - selector: '.shopify-section' + selector: '.shopify-section', }, { id: 'cart-live-region-text', section: 'cart-live-region-text', - selector: '.shopify-section' + selector: '.shopify-section', }, { id: 'main-cart-footer', section: document.getElementById('main-cart-footer').dataset.id, - selector: '.js-contents' - } + selector: '.js-contents', + }, ]; } @@ -90,7 +91,7 @@ class CartItems extends HTMLElement { line, quantity, sections: this.getSectionsToRender().map((section) => section.section), - sections_url: window.location.pathname + sections_url: window.location.pathname, }); fetch(`${routes.cart_change_url}`, { ...fetchConfig(), ...{ body } }) @@ -99,7 +100,8 @@ class CartItems extends HTMLElement { }) .then((state) => { const parsedState = JSON.parse(state); - const quantityElement = document.getElementById(`Quantity-${line}`) || document.getElementById(`Drawer-quantity-${line}`); + const quantityElement = + document.getElementById(`Quantity-${line}`) || document.getElementById(`Drawer-quantity-${line}`); const items = document.querySelectorAll('.cart-item'); if (parsedState.errors) { @@ -115,12 +117,14 @@ class CartItems extends HTMLElement { if (cartFooter) cartFooter.classList.toggle('is-empty', parsedState.item_count === 0); if (cartDrawerWrapper) cartDrawerWrapper.classList.toggle('is-empty', parsedState.item_count === 0); - this.getSectionsToRender().forEach((section => { + this.getSectionsToRender().forEach((section) => { const elementToReplace = document.getElementById(section.id).querySelector(section.selector) || document.getElementById(section.id); - elementToReplace.innerHTML = - this.getSectionInnerHTML(parsedState.sections[section.section], section.selector); - })); + elementToReplace.innerHTML = this.getSectionInnerHTML( + parsedState.sections[section.section], + section.selector + ); + }); const updatedValue = parsedState.items[line - 1] ? parsedState.items[line - 1].quantity : undefined; let message = ''; if (items.length === parsedState.items.length && updatedValue !== parseInt(quantityElement.value)) { @@ -132,16 +136,20 @@ class CartItems extends HTMLElement { } this.updateLiveRegions(line, message); - const lineItem = document.getElementById(`CartItem-${line}`) || document.getElementById(`CartDrawer-Item-${line}`); + const lineItem = + document.getElementById(`CartItem-${line}`) || document.getElementById(`CartDrawer-Item-${line}`); if (lineItem && lineItem.querySelector(`[name="${name}"]`)) { - cartDrawerWrapper ? trapFocus(cartDrawerWrapper, lineItem.querySelector(`[name="${name}"]`)) : lineItem.querySelector(`[name="${name}"]`).focus(); + cartDrawerWrapper + ? trapFocus(cartDrawerWrapper, lineItem.querySelector(`[name="${name}"]`)) + : lineItem.querySelector(`[name="${name}"]`).focus(); } else if (parsedState.item_count === 0 && cartDrawerWrapper) { - trapFocus(cartDrawerWrapper.querySelector('.drawer__inner-empty'), cartDrawerWrapper.querySelector('a')) + trapFocus(cartDrawerWrapper.querySelector('.drawer__inner-empty'), cartDrawerWrapper.querySelector('a')); } else if (document.querySelector('.cart-item') && cartDrawerWrapper) { - trapFocus(cartDrawerWrapper, document.querySelector('.cart-item__name')) + trapFocus(cartDrawerWrapper, document.querySelector('.cart-item__name')); } - publish(PUB_SUB_EVENTS.cartUpdate, {source: 'cart-items'}); - }).catch(() => { + publish(PUB_SUB_EVENTS.cartUpdate, { source: 'cart-items' }); + }) + .catch(() => { this.querySelectorAll('.loading-overlay').forEach((overlay) => overlay.classList.add('hidden')); const errors = document.getElementById('cart-errors') || document.getElementById('CartDrawer-CartErrors'); errors.textContent = window.cartStrings.error; @@ -152,12 +160,14 @@ class CartItems extends HTMLElement { } updateLiveRegions(line, message) { - const lineItemError = document.getElementById(`Line-item-error-${line}`) || document.getElementById(`CartDrawer-LineItemError-${line}`); + const lineItemError = + document.getElementById(`Line-item-error-${line}`) || document.getElementById(`CartDrawer-LineItemError-${line}`); if (lineItemError) lineItemError.querySelector('.cart-item__error-text').innerHTML = message; this.lineItemStatusElement.setAttribute('aria-hidden', true); - const cartStatus = document.getElementById('cart-live-region-text') || document.getElementById('CartDrawer-LiveRegionText'); + const cartStatus = + document.getElementById('cart-live-region-text') || document.getElementById('CartDrawer-LiveRegionText'); cartStatus.setAttribute('aria-hidden', false); setTimeout(() => { @@ -166,9 +176,7 @@ class CartItems extends HTMLElement { } getSectionInnerHTML(html, selector) { - return new DOMParser() - .parseFromString(html, 'text/html') - .querySelector(selector).innerHTML; + return new DOMParser().parseFromString(html, 'text/html').querySelector(selector).innerHTML; } enableLoading(line) { @@ -199,14 +207,20 @@ class CartItems extends HTMLElement { customElements.define('cart-items', CartItems); if (!customElements.get('cart-note')) { - customElements.define('cart-note', class CartNote extends HTMLElement { + customElements.define( + 'cart-note', + class CartNote extends HTMLElement { constructor() { super(); - this.addEventListener('change', debounce((event) => { + this.addEventListener( + 'change', + debounce((event) => { const body = JSON.stringify({ note: event.target.value }); fetch(`${routes.cart_update_url}`, { ...fetchConfig(), ...{ body } }); - }, ON_CHANGE_DEBOUNCE_TIMER)) + }, ON_CHANGE_DEBOUNCE_TIMER) + ); } - }); -}; + } + ); +} diff --git a/assets/collage.css b/assets/collage.css index 23128f078a1..66dc3a13292 100644 --- a/assets/collage.css +++ b/assets/collage.css @@ -124,7 +124,8 @@ position: absolute; z-index: -1; border-radius: var(--border-radius); - box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity)); + box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) + rgba(var(--color-shadow), var(--shadow-opacity)); width: calc(var(--border-width) * 2 + 100%); height: calc(var(--border-width) * 2 + 100%); top: calc(var(--border-width) * -1); @@ -165,7 +166,7 @@ } .collage-card .deferred-media__poster:after { - content: ""; + content: ''; position: absolute; z-index: 1; outline-offset: 0.3rem; diff --git a/assets/collapsible-content.css b/assets/collapsible-content.css index fe7af5ba23a..3b3fd1f65b6 100644 --- a/assets/collapsible-content.css +++ b/assets/collapsible-content.css @@ -80,7 +80,7 @@ } .collapsible-row-layout .accordion { - border: var(--text-boxes-border-width) solid rgba(var(--color-foreground),var(--text-boxes-border-opacity)); + border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity)); margin-bottom: 1.5rem; } diff --git a/assets/component-article-card.css b/assets/component-article-card.css index 0fa43b7205d..998f100cbe9 100644 --- a/assets/component-article-card.css +++ b/assets/component-article-card.css @@ -28,7 +28,7 @@ .article-card__title a:after { bottom: 0; - content: ""; + content: ''; height: 100%; left: 0; position: absolute; diff --git a/assets/component-card.css b/assets/component-card.css index 4c9157002da..090a47c2f93 100644 --- a/assets/component-card.css +++ b/assets/component-card.css @@ -58,7 +58,8 @@ top: calc(var(--border-width) * -1); left: calc(var(--border-width) * -1); border-radius: var(--border-radius); - box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity)); + box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) + rgba(var(--color-shadow), var(--shadow-opacity)); } .card .card__inner .card__media { @@ -112,14 +113,14 @@ .card__content { display: grid; - grid-template-rows: minmax(0,1fr) max-content minmax(0,1fr); + grid-template-rows: minmax(0, 1fr) max-content minmax(0, 1fr); padding: 1rem; width: 100%; flex-grow: 1; } .card__content--auto-margins { - grid-template-rows: minmax(0,auto) max-content minmax(0,auto); + grid-template-rows: minmax(0, auto) max-content minmax(0, auto); } .card__information { @@ -128,7 +129,7 @@ } .card:not(.ratio) > .card__content { - grid-template-rows: max-content minmax(0,1fr) max-content auto; + grid-template-rows: max-content minmax(0, 1fr) max-content auto; } @media screen and (min-width: 750px) { @@ -213,7 +214,7 @@ .card__heading a::after { bottom: 0; - content: ""; + content: ''; left: 0; position: absolute; right: 0; @@ -256,9 +257,7 @@ transform: scale(1.03); } - .card-wrapper:hover - .media.media--hover-effect - > img:first-child:not(:only-child) { + .card-wrapper:hover .media.media--hover-effect > img:first-child:not(:only-child) { opacity: 0; } @@ -349,9 +348,7 @@ margin-top: 0.4rem; } -.card-information - > *:not(.visually-hidden:first-child) - + *:not(.rating) { +.card-information > *:not(.visually-hidden:first-child) + *:not(.rating) { margin-top: 0.7rem; } @@ -372,7 +369,10 @@ .card--shape.card--standard:not(.card--text) .card__inner { border: 0; /* Border is not currently compatible with image shapes for standard cards. */ background-color: transparent; - filter: drop-shadow(var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow),var(--shadow-opacity))); + filter: drop-shadow( + var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) + rgba(var(--color-shadow), var(--shadow-opacity)) + ); } .card--shape.card--standard:not(.card--text) .card__inner:after { diff --git a/assets/component-cart-drawer.css b/assets/component-cart-drawer.css index 2cea86354e5..70389c1f293 100644 --- a/assets/component-cart-drawer.css +++ b/assets/component-cart-drawer.css @@ -177,7 +177,8 @@ cart-drawer { flex-grow: 1; } -.cart-drawer .cart-items, .cart-drawer tbody { +.cart-drawer .cart-items, +.cart-drawer tbody { display: block; width: 100%; } @@ -208,7 +209,7 @@ cart-drawer-items { .cart-drawer .cart-item { display: grid; - grid-template: repeat(2,auto) / repeat(4,1fr); + grid-template: repeat(2, auto) / repeat(4, 1fr); gap: 1.5rem; margin-bottom: 0; } @@ -324,7 +325,7 @@ cart-drawer-items { word-break: break-word; } -.cart-drawer details[open]>summary .icon-caret { +.cart-drawer details[open] > summary .icon-caret { transform: rotate(180deg); } @@ -348,7 +349,7 @@ cart-drawer-items { } .drawer__footer #dynamic-checkout-cart ul > li { - flex-basis: calc(50% - 0.5rem) !important; + flex-basis: calc(50% - 0.5rem) !important; margin: 0 !important; } @@ -367,7 +368,7 @@ cart-drawer-items { .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2) ~ li, .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4), .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4) ~ li { - flex-basis: calc(50% - 0.5rem) !important; + flex-basis: calc(50% - 0.5rem) !important; } } diff --git a/assets/component-cart-items.css b/assets/component-cart-items.css index bfe02cccc1d..296d2a2387e 100644 --- a/assets/component-cart-items.css +++ b/assets/component-cart-items.css @@ -131,7 +131,7 @@ cart-remove-button .button { } cart-remove-button .button:before, -cart-remove-button .button:after { +cart-remove-button .button:after { content: none; } diff --git a/assets/component-cart-notification.css b/assets/component-cart-notification.css index 0421db4ea84..7af62a676ce 100644 --- a/assets/component-cart-notification.css +++ b/assets/component-cart-notification.css @@ -18,18 +18,21 @@ transform: translateY(-100%); visibility: hidden; width: 100%; - box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity)); + box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) + rgba(var(--color-shadow), var(--popup-shadow-opacity)); z-index: -1; } .cart-notification.focused { - box-shadow: 0 0 .2rem 0 rgba(var(--color-foreground), .3), - var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity)); + box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3), + var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) + rgba(var(--color-shadow), var(--popup-shadow-opacity)); } .cart-notification:focus-visible { - box-shadow: 0 0 .2rem 0 rgba(var(--color-foreground), .3), - var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity)); + box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3), + var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) + rgba(var(--color-shadow), var(--popup-shadow-opacity)); } @media screen and (min-width: 750px) { @@ -51,8 +54,7 @@ } .cart-notification.animate { - transition: transform var(--duration-short) ease, - visibility 0s var(--duration-short) ease; + transition: transform var(--duration-short) ease, visibility 0s var(--duration-short) ease; } .cart-notification.active { diff --git a/assets/component-cart.css b/assets/component-cart.css index 8041223a438..682904d572e 100644 --- a/assets/component-cart.css +++ b/assets/component-cart.css @@ -110,8 +110,10 @@ cart-items { resize: vertical; } -.cart__note:after, .cart__note:hover.cart__note:after, -.cart__note:before, .cart__note:hover.cart__note:before, +.cart__note:after, +.cart__note:hover.cart__note:after, +.cart__note:before, +.cart__note:hover.cart__note:before, .cart__note .field__input:focus, .cart__note .field__input { border-bottom-right-radius: 0; diff --git a/assets/component-collection-hero.css b/assets/component-collection-hero.css index 3f7699d0229..9ceadf0ca2a 100644 --- a/assets/component-collection-hero.css +++ b/assets/component-collection-hero.css @@ -10,8 +10,7 @@ @media screen and (min-width: 750px) { .collection-hero.collection-hero--with-image { - padding: calc(4rem + var(--page-width-margin)) 0 - calc(4rem + var(--page-width-margin)); + padding: calc(4rem + var(--page-width-margin)) 0 calc(4rem + var(--page-width-margin)); overflow: hidden; } @@ -74,9 +73,7 @@ .collection-hero__image-container { border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity)); border-radius: var(--media-radius); - box-shadow: var(--media-shadow-horizontal-offset) - var(--media-shadow-vertical-offset) - var(--media-shadow-blur-radius) + box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity)); } diff --git a/assets/component-complementary-products.css b/assets/component-complementary-products.css index 44e42d213f5..5555777868f 100644 --- a/assets/component-complementary-products.css +++ b/assets/component-complementary-products.css @@ -19,7 +19,9 @@ product-recommendations:not(.is-accordion) .complementary-products__container { .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)); + --shadow-padding-sides-negative: calc( + (var(--shadow-horizontal-offset) * -1 + var(--shadow-blur-radius)) * var(--shadow-visible) + ); } .complementary-slide > ul { @@ -44,7 +46,7 @@ product-recommendations:not(.is-accordion) .complementary-products__container { .complementary-slide.grid__item { width: 100%; - padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top)); + 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)); @@ -82,17 +84,16 @@ product-recommendations.is-accordion + .accordion { max-width: 20%; } -@media screen and (min-width: 750px) and (max-width: 1200px){ +@media screen and (min-width: 750px) and (max-width: 1200px) { .complementary-products__container .card--horizontal .card__inner { - max-width: 25% + max-width: 25%; } } .complementary-slide .card--text .card__content { - grid-template-rows: minmax(0,1fr) max-content auto; + grid-template-rows: minmax(0, 1fr) max-content auto; } - .complementary-products__container .card--card.card--media > .card__content { margin-top: 0; } diff --git a/assets/component-deferred-media.css b/assets/component-deferred-media.css index 525ee84472a..978d9c97250 100644 --- a/assets/component-deferred-media.css +++ b/assets/component-deferred-media.css @@ -36,13 +36,17 @@ .deferred-media__poster:focus-visible { outline: none; - box-shadow: 0 0 0 var(--media-border-width) rgba(var(--color-foreground), var(--media-border-opacity)), 0 0 0 calc(var(--media-border-width) + 0.3rem) rgb(var(--color-background)),0 0 0 calc(var(--media-border-width) + 0.5rem) rgba(var(--color-foreground),.5); + box-shadow: 0 0 0 var(--media-border-width) rgba(var(--color-foreground), var(--media-border-opacity)), + 0 0 0 calc(var(--media-border-width) + 0.3rem) rgb(var(--color-background)), + 0 0 0 calc(var(--media-border-width) + 0.5rem) rgba(var(--color-foreground), 0.5); border-radius: calc(var(--media-radius) - var(--media-border-width)); } .deferred-media__poster:focus { outline: none; - box-shadow: 0 0 0 var(--media-border-width) rgba(var(--color-foreground), var(--media-border-opacity)), 0 0 0 calc(var(--media-border-width) + 0.3rem) rgb(var(--color-background)),0 0 0 calc(var(--media-border-width) + 0.5rem) rgba(var(--color-foreground),.5); + box-shadow: 0 0 0 var(--media-border-width) rgba(var(--color-foreground), var(--media-border-opacity)), + 0 0 0 calc(var(--media-border-width) + 0.3rem) rgb(var(--color-background)), + 0 0 0 calc(var(--media-border-width) + 0.5rem) rgba(var(--color-foreground), 0.5); border-radius: calc(var(--media-radius) - var(--media-border-width)); } @@ -92,4 +96,3 @@ .deferred-media__poster-button .icon-play { margin-left: 0.2rem; } - diff --git a/assets/component-facets.css b/assets/component-facets.css index 42a9e52e857..5c80707aace 100644 --- a/assets/component-facets.css +++ b/assets/component-facets.css @@ -131,31 +131,27 @@ .mobile-facets__sort .select__select:focus-visible { outline: 0.2rem solid rgba(var(--color-foreground), 0.5); outline-offset: 0.3rem; - box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), - 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); } .mobile-facets__sort .select__select.focused, .no-js .mobile-facets__sort .select__select:focus { outline: 0.2rem solid rgba(var(--color-foreground), 0.5); outline-offset: 0.3rem; - box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), - 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); } .facet-filters__sort:focus-visible { outline: 0.2rem solid rgba(var(--color-foreground), 0.5); outline-offset: 1rem; - box-shadow: 0 0 0 1rem rgb(var(--color-background)), - 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3); + box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3); } .facet-filters__sort.focused, .no-js .facet-filters__sort:focus { outline: 0.2rem solid rgba(var(--color-foreground), 0.5); outline-offset: 1rem; - box-shadow: 0 0 0 1rem rgb(var(--color-background)), - 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3); + box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3); } .no-js .facet-filters__sort:focus:not(:focus-visible), @@ -219,7 +215,7 @@ } .facets__disclosure[open] .facets__display, -.facets__disclosure-vertical[open] .facets__display-vertical { +.facets__disclosure-vertical[open] .facets__display-vertical { animation: animateMenuOpen var(--duration-default) ease; } @@ -249,7 +245,8 @@ border-style: solid; border-color: rgba(var(--color-foreground), var(--popup-border-opacity)); border-radius: var(--popup-corner-radius); - box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity)); + box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) + rgba(var(--color-shadow), var(--popup-shadow-opacity)); background-color: rgb(var(--color-background)); position: absolute; top: calc(100% + 0.5rem); @@ -486,16 +483,14 @@ a.active-facets__button.focused, } a.active-facets__button:focus-visible .active-facets__button-inner { - box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2), - 0 0 0 0.2rem rgb(var(--color-background)), + box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2), 0 0 0 0.2rem rgb(var(--color-background)), 0 0 0 0.4rem rgb(var(--color-foreground)); outline: none; } a.active-facets__button.focused .active-facets__button-inner, .no-js a.active-facets__button:focus .active-facets__button-inner { - box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2), - 0 0 0 0.2rem rgb(var(--color-background)), + box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2), 0 0 0 0.2rem rgb(var(--color-background)), 0 0 0 0.4rem rgb(var(--color-foreground)); outline: none; } @@ -592,10 +587,8 @@ a.active-facets__button.focused .active-facets__button-inner, border-style: solid; border-width: 0 0 0 var(--drawer-border-width); filter: drop-shadow( - var(--drawer-shadow-horizontal-offset) - var(--drawer-shadow-vertical-offset) - var(--drawer-shadow-blur-radius) - rgba(var(--color-shadow), var(--drawer-shadow-opacity)) + var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) + rgba(var(--color-shadow), var(--drawer-shadow-opacity)) ); } @@ -795,8 +788,7 @@ details.menu-opening .mobile-facets__close svg { } .js details[open] > .mobile-facets__submenu { - transition: transform 0.4s cubic-bezier(0.29, 0.63, 0.44, 1), - visibility 0.4s cubic-bezier(0.29, 0.63, 0.44, 1); + transition: transform 0.4s cubic-bezier(0.29, 0.63, 0.44, 1), visibility 0.4s cubic-bezier(0.29, 0.63, 0.44, 1); } .js details[open].menu-opening > .mobile-facets__submenu { @@ -874,7 +866,7 @@ input.mobile-facets__checkbox { display: flex; z-index: 2; margin-top: auto; - background-color:rgb(var(--color-background)); + background-color: rgb(var(--color-background)); background: var(--gradient-background); } @@ -940,7 +932,7 @@ input.mobile-facets__checkbox { } .product-count .loading-overlay__spinner, -.product-count-vertical .loading-overlay__spinner { +.product-count-vertical .loading-overlay__spinner { display: none; position: absolute; right: 0; @@ -962,7 +954,7 @@ input.mobile-facets__checkbox { border: none; padding-left: 0; } - + .facets__form-vertical { display: flex; flex-direction: column; @@ -973,13 +965,13 @@ input.mobile-facets__checkbox { border-top: 0.1rem solid rgba(var(--color-foreground), 0.1); margin-right: 0; } - + .facets-vertical .facets__summary { padding-top: 1.5rem; margin-bottom: 0; padding-bottom: 1.5rem; } - + .facets__heading--vertical { margin: 0 0 1.5rem 0; font-size: 1.5rem; @@ -989,11 +981,11 @@ input.mobile-facets__checkbox { padding: 1.5rem 2rem 1.5rem 0; font-size: 1.4rem; } - + .facets__display-vertical { padding-bottom: 1.5rem; } - + .facets-vertical .facets-wrapper { padding-right: 3rem; } @@ -1072,15 +1064,15 @@ input.mobile-facets__checkbox { .facets__disclosure-vertical[open] .facets__summary .icon-caret { transform: rotate(180deg); } - + .facets-container-drawer { - display: flex;; + display: flex; flex-flow: row wrap; align-items: center; column-gap: 0; } - .facets-container-drawer .mobile-facets__wrapper { + .facets-container-drawer .mobile-facets__wrapper { margin-right: 2rem; flex-grow: 1; } @@ -1093,7 +1085,6 @@ input.mobile-facets__checkbox { width: 100%; } - .facets-container-drawer .facets__form { display: block; } diff --git a/assets/component-image-with-text.css b/assets/component-image-with-text.css index 7f763e703e0..2aabc77948d 100644 --- a/assets/component-image-with-text.css +++ b/assets/component-image-with-text.css @@ -100,26 +100,20 @@ .image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after { border-radius: var(--media-radius); - box-shadow: var(--media-shadow-horizontal-offset) - var(--media-shadow-vertical-offset) - var(--media-shadow-blur-radius) + box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity)); } .image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after { border-radius: var(--text-boxes-radius); - box-shadow: var(--text-boxes-shadow-horizontal-offset) - var(--text-boxes-shadow-vertical-offset) - var(--text-boxes-shadow-blur-radius) - rgba(var(--color-shadow), var(--text-boxes-shadow-opacity)); + box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) + var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity)); } .image-with-text .image-with-text__media-item > * { border-radius: var(--media-radius); overflow: hidden; - box-shadow: var(--media-shadow-horizontal-offset) - var(--media-shadow-vertical-offset) - var(--media-shadow-blur-radius) + box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity)); } @@ -130,10 +124,8 @@ .image-with-text .image-with-text__text-item > * { border-radius: var(--text-boxes-radius); overflow: hidden; - box-shadow: var(--text-boxes-shadow-horizontal-offset) - var(--text-boxes-shadow-vertical-offset) - var(--text-boxes-shadow-blur-radius) - rgba(var(--color-shadow), var(--text-boxes-shadow-opacity)); + box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) + var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity)); } .image-with-text:not(.image-with-text--overlap) .image-with-text__media-item > *, @@ -244,31 +236,61 @@ flex-grow: 0; } - .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media-item:after, - .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media, - .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media img, - .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__text-item:after, - .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content, - .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content:after { + .image-with-text.collapse-corners:not(.image-with-text--overlap) + .grid:not(.image-with-text__grid--reverse) + .image-with-text__media-item:after, + .image-with-text.collapse-corners:not(.image-with-text--overlap) + .grid:not(.image-with-text__grid--reverse) + .image-with-text__media, + .image-with-text.collapse-corners:not(.image-with-text--overlap) + .grid:not(.image-with-text__grid--reverse) + .image-with-text__media + img, + .image-with-text.collapse-corners:not(.image-with-text--overlap) + .image-with-text__grid--reverse + .image-with-text__text-item:after, + .image-with-text.collapse-corners:not(.image-with-text--overlap) + .image-with-text__grid--reverse + .image-with-text__content, + .image-with-text.collapse-corners:not(.image-with-text--overlap) + .image-with-text__grid--reverse + .image-with-text__content:after { border-top-right-radius: 0; border-bottom-right-radius: 0; } - .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__text-item:after, - .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content, - .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content:after, - .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media-item:after, - .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media, - .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media img { + .image-with-text.collapse-corners:not(.image-with-text--overlap) + .grid:not(.image-with-text__grid--reverse) + .image-with-text__text-item:after, + .image-with-text.collapse-corners:not(.image-with-text--overlap) + .grid:not(.image-with-text__grid--reverse) + .image-with-text__content, + .image-with-text.collapse-corners:not(.image-with-text--overlap) + .grid:not(.image-with-text__grid--reverse) + .image-with-text__content:after, + .image-with-text.collapse-corners:not(.image-with-text--overlap) + .image-with-text__grid--reverse + .image-with-text__media-item:after, + .image-with-text.collapse-corners:not(.image-with-text--overlap) + .image-with-text__grid--reverse + .image-with-text__media, + .image-with-text.collapse-corners:not(.image-with-text--overlap) + .image-with-text__grid--reverse + .image-with-text__media + img { border-top-left-radius: 0; border-bottom-left-radius: 0; } - .image-with-text.collapse-borders:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content { + .image-with-text.collapse-borders:not(.image-with-text--overlap) + .grid:not(.image-with-text__grid--reverse) + .image-with-text__content { border-left: 0; } - .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content { + .image-with-text.collapse-borders:not(.image-with-text--overlap) + .image-with-text__grid--reverse + .image-with-text__content { border-right: 0; } } @@ -279,10 +301,8 @@ .image-with-text__content { border-radius: var(--text-boxes-radius); - box-shadow: var(--text-boxes-shadow-horizontal-offset) - var(--text-boxes-shadow-vertical-offset) - var(--text-boxes-shadow-blur-radius) - rgba(var(--color-shadow), var(--text-boxes-shadow-opacity)); + box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) + var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity)); word-break: break-word; } @@ -336,11 +356,15 @@ } @media screen and (min-width: 750px) { - .collapse-padding .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__content:not(.image-with-text__content--desktop-center) { + .collapse-padding + .image-with-text__grid:not(.image-with-text__grid--reverse) + .image-with-text__content:not(.image-with-text__content--desktop-center) { padding-right: 0; } - .collapse-padding .image-with-text__grid--reverse .image-with-text__content:not(.image-with-text__content--desktop-center) { + .collapse-padding + .image-with-text__grid--reverse + .image-with-text__content:not(.image-with-text__content--desktop-center) { padding-left: 0; } } diff --git a/assets/component-loading-overlay.css b/assets/component-loading-overlay.css index 5308926a48c..60930144254 100644 --- a/assets/component-loading-overlay.css +++ b/assets/component-loading-overlay.css @@ -44,7 +44,7 @@ } @media screen and (forced-colors: active) { - .path{ + .path { stroke: CanvasText; } } diff --git a/assets/component-localization-form.css b/assets/component-localization-form.css index f36af5ca643..3e19b6cb281 100644 --- a/assets/component-localization-form.css +++ b/assets/component-localization-form.css @@ -148,7 +148,8 @@ noscript .localization-selector.link { z-index: 2; background-color: rgb(var(--color-background)); border-radius: var(--popup-corner-radius); - box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity)); + box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) + rgba(var(--color-shadow), var(--popup-shadow-opacity)); } .disclosure__list { @@ -186,7 +187,7 @@ noscript .localization-selector.link { text-decoration: underline; } -.disclosure__button[aria-expanded="true"] .icon-caret { +.disclosure__button[aria-expanded='true'] .icon-caret { transform: rotate(180deg); } @@ -275,11 +276,10 @@ noscript .localization-selector.link { } } -.menu-drawer__localization localization-form{ +.menu-drawer__localization localization-form { display: block; } - .menu-drawer__localization .localization-form__select { background-color: initial; margin-top: 0; diff --git a/assets/component-mega-menu.css b/assets/component-mega-menu.css index a76313719b8..ec02e7520a6 100644 --- a/assets/component-mega-menu.css +++ b/assets/component-mega-menu.css @@ -32,7 +32,6 @@ .mega-menu[open] .mega-menu__content { opacity: 1; transform: translateY(0); - } .mega-menu__list { diff --git a/assets/component-menu-drawer.css b/assets/component-menu-drawer.css index adbc0ddd268..a255dc91c51 100644 --- a/assets/component-menu-drawer.css +++ b/assets/component-menu-drawer.css @@ -9,9 +9,7 @@ cursor: default; width: 100%; height: calc(100vh - 100%); - height: calc( - var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)) - ); + height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))); top: 100%; left: 0; background: rgba(var(--color-foreground), 0.5); @@ -24,8 +22,7 @@ menu-drawer > details[open] > summary::before { visibility: visible; opacity: 1; - transition: opacity var(--duration-default) ease, - visibility var(--duration-default) ease; + transition: opacity var(--duration-default) ease, visibility var(--duration-default) ease; } .menu-drawer { @@ -43,24 +40,19 @@ menu-drawer > details[open] > summary::before { border-style: solid; border-color: rgba(var(--color-foreground), var(--drawer-border-opacity)); filter: drop-shadow( - var(--drawer-shadow-horizontal-offset) - var(--drawer-shadow-vertical-offset) - var(--drawer-shadow-blur-radius) - rgba(var(--color-shadow), var(--drawer-shadow-opacity)) + var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) + rgba(var(--color-shadow), var(--drawer-shadow-opacity)) ); } .js .menu-drawer { height: calc(100vh - 100%); - height: calc( - var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)) - ); + height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))); } .js details[open] > .menu-drawer, .js details[open] > .menu-drawer__submenu { - transition: transform var(--duration-default) ease, - visibility var(--duration-default) ease; + transition: transform var(--duration-default) ease, visibility var(--duration-default) ease; } .no-js details[open] > .menu-drawer, diff --git a/assets/component-model-viewer-ui.css b/assets/component-model-viewer-ui.css index 0d548571a70..8da5b150d20 100644 --- a/assets/component-model-viewer-ui.css +++ b/assets/component-model-viewer-ui.css @@ -33,11 +33,10 @@ .shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon { width: 4.8rem; height: 4.8rem; - margin-top: .3rem; + margin-top: 0.3rem; } .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus { transform: translate(-50%, -50%) scale(1.1); } - diff --git a/assets/component-newsletter.css b/assets/component-newsletter.css index 157670057c7..719c13fd20e 100644 --- a/assets/component-newsletter.css +++ b/assets/component-newsletter.css @@ -52,12 +52,12 @@ } .newsletter-form__button:focus-visible { - box-shadow: 0 0 0 .3rem rgb(var(--color-background)),0 0 0 .4rem rgba(var(--color-foreground)); + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.4rem rgba(var(--color-foreground)); background-color: rgb(var(--color-background)); } .newsletter-form__button:focus { - box-shadow: 0 0 0 .3rem rgb(var(--color-background)),0 0 0 .4rem rgba(var(--color-foreground)); + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.4rem rgba(var(--color-foreground)); background-color: rgb(var(--color-background)); } diff --git a/assets/component-pickup-availability.css b/assets/component-pickup-availability.css index 091a0c491c7..d99933b5cc2 100644 --- a/assets/component-pickup-availability.css +++ b/assets/component-pickup-availability.css @@ -50,18 +50,15 @@ pickup-availability-drawer { top: 0; right: 0; z-index: 4; - transition: opacity var(--duration-default) ease, - transform var(--duration-default) ease; + transition: opacity var(--duration-default) ease, transform var(--duration-default) ease; transform: translateX(100%); width: 100%; border-width: 0 0 0 var(--drawer-border-width); border-color: rgba(var(--color-foreground), var(--drawer-border-opacity)); border-style: solid; filter: drop-shadow( - var(--drawer-shadow-horizontal-offset) - var(--drawer-shadow-vertical-offset) - var(--drawer-shadow-blur-radius) - rgba(var(--color-shadow), var(--drawer-shadow-opacity)) + var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) + rgba(var(--color-shadow), var(--drawer-shadow-opacity)) ); } diff --git a/assets/component-predictive-search.css b/assets/component-predictive-search.css index 0a079715f27..13718b01fc6 100644 --- a/assets/component-predictive-search.css +++ b/assets/component-predictive-search.css @@ -10,8 +10,7 @@ z-index: 3; border-bottom-right-radius: var(--popup-corner-radius); border-bottom-left-radius: var(--popup-corner-radius); - box-shadow: var(--popup-shadow-horizontal-offset) - var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) + box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity)); overflow-y: auto; -webkit-overflow-scrolling: touch; @@ -39,9 +38,7 @@ flex-direction: column; } - .predictive-search__results-groups-wrapper:not( - .predictive-search__results-groups-wrapper--no-suggestions - ) { + .predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions) { /* On mobile, when there are no suggestions the first .predictive-search__results-groups-wrapper * is virtually empty due to a display: hidden on the predictive-search__pages-wrapper child. * This causes the gap to render and look like a big top margin */ @@ -77,21 +74,17 @@ predictive-search[loading] .predictive-search { } @media screen and (min-width: 750px) { - .predictive-search__results-groups-wrapper--no-products - .predictive-search__result-group:nth-child(2), - .predictive-search__result-group:last-child - .predictive-search__pages-wrapper { + .predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2), + .predictive-search__result-group:last-child .predictive-search__pages-wrapper { display: none; } - .predictive-search__result-group:first-child - .predictive-search__pages-wrapper { + .predictive-search__result-group:first-child .predictive-search__pages-wrapper { display: initial; } .predictive-search__result-group:first-child { flex: 0 0 26.4rem; } - .predictive-search__results-groups-wrapper--no-products - .predictive-search__result-group:first-child, + .predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child, .predictive-search__result-group:only-child { flex-grow: 1; } @@ -125,28 +118,23 @@ predictive-search[loading] .predictive-search__search-for-button { display: none; } -predictive-search[loading] - .predictive-search__results-groups-wrapper - ~ .predictive-search__loading-state { +predictive-search[loading] .predictive-search__results-groups-wrapper ~ .predictive-search__loading-state { display: none; } -predictive-search[loading] - .predictive-search__results-groups-wrapper - ~ .predictive-search__search-for-button { +predictive-search[loading] .predictive-search__results-groups-wrapper ~ .predictive-search__search-for-button { display: initial; } -.predictive-search__list-item[aria-selected="true"] > *, +.predictive-search__list-item[aria-selected='true'] > *, .predictive-search__list-item:hover > *, -.predictive-search__item[aria-selected="true"], +.predictive-search__item[aria-selected='true'], .predictive-search__item:hover { color: rgb(var(--color-foreground)); background-color: rgba(var(--color-foreground), 0.04); } -.predictive-search__list-item[aria-selected="true"] - .predictive-search__item-heading, +.predictive-search__list-item[aria-selected='true'] .predictive-search__item-heading, .predictive-search__list-item:hover .predictive-search__item-heading { text-decoration: underline; text-underline-offset: 0.3rem; @@ -164,7 +152,7 @@ predictive-search[loading] display: grid; grid-template-columns: 5rem 1fr; grid-column-gap: 2rem; - grid-template-areas: "product-image product-content"; + grid-template-areas: 'product-image product-content'; } .predictive-search__item-content { @@ -233,5 +221,5 @@ predictive-search[loading] .predictive-search__image { grid-area: product-image; object-fit: contain; - font-family: "object-fit: contain"; + font-family: 'object-fit: contain'; } diff --git a/assets/component-rating.css b/assets/component-rating.css index 5b3c9895773..4f40a7a5a8a 100644 --- a/assets/component-rating.css +++ b/assets/component-rating.css @@ -16,8 +16,7 @@ .rating-star { --percent: calc( ( - var(--rating) / var(--rating-max) + var(--rating-decimal) * - var(--font-size) / + var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) / (var(--rating-max) * (var(--letter-spacing) + var(--font-size))) ) * 100% ); diff --git a/assets/component-search.css b/assets/component-search.css index 4885accec41..08acd4a64d9 100644 --- a/assets/component-search.css +++ b/assets/component-search.css @@ -53,7 +53,6 @@ transform: scale(1.07); } - .search__button .icon { height: 1.8rem; width: 1.8rem; diff --git a/assets/component-show-more.css b/assets/component-show-more.css index eb207088230..7e39d02e070 100644 --- a/assets/component-show-more.css +++ b/assets/component-show-more.css @@ -1,11 +1,10 @@ - .button-show-more { padding-left: 0; justify-content: flex-start; padding-bottom: 1.1rem; } -.button-show-more, +.button-show-more, .button-show-less { margin-top: 1.5rem; } diff --git a/assets/component-slider.css b/assets/component-slider.css index 4b882e4a0bb..a9c911827fb 100644 --- a/assets/component-slider.css +++ b/assets/component-slider.css @@ -1,5 +1,8 @@ slider-component { - --desktop-margin-left-first-item: max(5rem, calc((100vw - var(--page-width) + 10rem - var(--grid-desktop-horizontal-spacing)) / 2)); + --desktop-margin-left-first-item: max( + 5rem, + calc((100vw - var(--page-width) + 10rem - var(--grid-desktop-horizontal-spacing)) / 2) + ); position: relative; display: block; } @@ -49,7 +52,7 @@ slider-component.slider-component-full-width { /* Fix to show some space at the end of our sliders in all browsers */ .slider--mobile:after { - content: ""; + content: ''; width: 0; padding-left: 1.5rem; } @@ -99,7 +102,7 @@ slider-component.slider-component-full-width { /* Fix to show some space at the end of our sliders in all browsers */ .slider--tablet:after { - content: ""; + content: ''; width: 0; padding-left: 1.5rem; margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing)); @@ -153,7 +156,7 @@ slider-component.slider-component-full-width { /* Fix to show some space at the end of our sliders in all browsers */ .slider--desktop:after { - content: ""; + content: ''; width: 0; padding-left: 5rem; margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing)); @@ -185,23 +188,23 @@ slider-component.slider-component-full-width { } .slider--desktop.grid--5-col-desktop .grid__item { - width: calc( (100% - var(--desktop-margin-left-first-item)) / 5 - var(--grid-desktop-horizontal-spacing) * 2); + width: calc((100% - var(--desktop-margin-left-first-item)) / 5 - var(--grid-desktop-horizontal-spacing) * 2); } .slider--desktop.grid--4-col-desktop .grid__item { - width: calc( (100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing) * 3); + width: calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing) * 3); } .slider--desktop.grid--3-col-desktop .grid__item { - width: calc( (100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing) * 4); + width: calc((100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing) * 4); } .slider--desktop.grid--2-col-desktop .grid__item { - width: calc( (100% - var(--desktop-margin-left-first-item)) / 2 - var(--grid-desktop-horizontal-spacing) * 5); + width: calc((100% - var(--desktop-margin-left-first-item)) / 2 - var(--grid-desktop-horizontal-spacing) * 5); } .slider--desktop.grid--1-col-desktop .grid__item { - width: calc( (100% - var(--desktop-margin-left-first-item)) - var(--grid-desktop-horizontal-spacing) * 9); + width: calc((100% - var(--desktop-margin-left-first-item)) - var(--grid-desktop-horizontal-spacing) * 9); } .slider.slider--desktop.contains-card--standard .slider__slide:not(.collection-list__item--no-media) { diff --git a/assets/component-slideshow.css b/assets/component-slideshow.css index 539cf894372..c117cd131ee 100644 --- a/assets/component-slideshow.css +++ b/assets/component-slideshow.css @@ -93,7 +93,6 @@ slideshow-component .slideshow.banner { } } - .slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper { height: 100%; } @@ -189,7 +188,7 @@ slideshow-component:not(.page-width) .slider-buttons { @media screen and (forced-colors: active) { .slideshow__autoplay path, - .slideshow__autoplay:hover path{ + .slideshow__autoplay:hover path { fill: CanvasText; } } @@ -202,5 +201,5 @@ slideshow-component:not(.page-width) .slider-buttons { .slideshow__autoplay:not(.slideshow__autoplay--paused) .icon-play { visibility: hidden; opacity: 0; - transform: scale(.8) + transform: scale(0.8); } diff --git a/assets/constants.js b/assets/constants.js index 86b8b3459af..01a2fb4e0ed 100644 --- a/assets/constants.js +++ b/assets/constants.js @@ -4,5 +4,5 @@ const PUB_SUB_EVENTS = { cartUpdate: 'cart-update', quantityUpdate: 'quantity-update', variantChange: 'variant-change', - cartError: 'cart-error' + cartError: 'cart-error', }; diff --git a/assets/customer.js b/assets/customer.js index 70d21035adf..c608ccedd2e 100644 --- a/assets/customer.js +++ b/assets/customer.js @@ -4,12 +4,12 @@ const selectors = { addressContainer: '[data-address]', toggleAddressButton: 'button[aria-expanded]', cancelAddressButton: 'button[type="reset"]', - deleteAddressButton: 'button[data-confirm-message]' + deleteAddressButton: 'button[data-confirm-message]', }; const attributes = { expanded: 'aria-expanded', - confirmMessage: 'data-confirm-message' + confirmMessage: 'data-confirm-message', }; class CustomerAddresses { @@ -22,27 +22,29 @@ class CustomerAddresses { _getElements() { const container = document.querySelector(selectors.customerAddresses); - return container ? { - container, - addressContainer: container.querySelector(selectors.addressContainer), - toggleButtons: document.querySelectorAll(selectors.toggleAddressButton), - cancelButtons: container.querySelectorAll(selectors.cancelAddressButton), - deleteButtons: container.querySelectorAll(selectors.deleteAddressButton), - countrySelects: container.querySelectorAll(selectors.addressCountrySelect) - } : {}; + return container + ? { + container, + addressContainer: container.querySelector(selectors.addressContainer), + toggleButtons: document.querySelectorAll(selectors.toggleAddressButton), + cancelButtons: container.querySelectorAll(selectors.cancelAddressButton), + deleteButtons: container.querySelectorAll(selectors.deleteAddressButton), + countrySelects: container.querySelectorAll(selectors.addressCountrySelect), + } + : {}; } _setupCountries() { if (Shopify && Shopify.CountryProvinceSelector) { // eslint-disable-next-line no-new new Shopify.CountryProvinceSelector('AddressCountryNew', 'AddressProvinceNew', { - hideElement: 'AddressProvinceContainerNew' + hideElement: 'AddressProvinceContainerNew', }); this.elements.countrySelects.forEach((select) => { const formId = select.dataset.formId; // eslint-disable-next-line no-new new Shopify.CountryProvinceSelector(`AddressCountry_${formId}`, `AddressProvince_${formId}`, { - hideElement: `AddressProvinceContainer_${formId}` + hideElement: `AddressProvinceContainer_${formId}`, }); }); } @@ -61,23 +63,16 @@ class CustomerAddresses { } _toggleExpanded(target) { - target.setAttribute( - attributes.expanded, - (target.getAttribute(attributes.expanded) === 'false').toString() - ); + target.setAttribute(attributes.expanded, (target.getAttribute(attributes.expanded) === 'false').toString()); } _handleAddEditButtonClick = ({ currentTarget }) => { this._toggleExpanded(currentTarget); - } + }; _handleCancelButtonClick = ({ currentTarget }) => { - this._toggleExpanded( - currentTarget - .closest(selectors.addressContainer) - .querySelector(`[${attributes.expanded}]`) - ) - } + this._toggleExpanded(currentTarget.closest(selectors.addressContainer).querySelector(`[${attributes.expanded}]`)); + }; _handleDeleteButtonClick = ({ currentTarget }) => { // eslint-disable-next-line no-alert @@ -86,5 +81,5 @@ class CustomerAddresses { parameters: { _method: 'delete' }, }); } - } + }; } diff --git a/assets/details-disclosure.js b/assets/details-disclosure.js index cc12836bcd0..b4680b7db8f 100644 --- a/assets/details-disclosure.js +++ b/assets/details-disclosure.js @@ -11,16 +11,16 @@ class DetailsDisclosure extends HTMLElement { onFocusOut() { setTimeout(() => { if (!this.contains(document.activeElement)) this.close(); - }) + }); } onToggle() { if (!this.animations) this.animations = this.content.getAnimations(); if (this.mainDetailsToggle.hasAttribute('open')) { - this.animations.forEach(animation => animation.play()); + this.animations.forEach((animation) => animation.play()); } else { - this.animations.forEach(animation => animation.cancel()); + this.animations.forEach((animation) => animation.cancel()); } } @@ -43,7 +43,10 @@ class HeaderMenu extends DetailsDisclosure { this.header.preventHide = this.mainDetailsToggle.open; if (document.documentElement.style.getPropertyValue('--header-bottom-position-desktop') !== '') return; - document.documentElement.style.setProperty('--header-bottom-position-desktop', `${Math.floor(this.header.getBoundingClientRect().bottom)}px`); + document.documentElement.style.setProperty( + '--header-bottom-position-desktop', + `${Math.floor(this.header.getBoundingClientRect().bottom)}px` + ); } } diff --git a/assets/details-modal.js b/assets/details-modal.js index 9f6b20ff274..4d7002db6da 100644 --- a/assets/details-modal.js +++ b/assets/details-modal.js @@ -4,18 +4,9 @@ class DetailsModal extends HTMLElement { this.detailsContainer = this.querySelector('details'); this.summaryToggle = this.querySelector('summary'); - this.detailsContainer.addEventListener( - 'keyup', - (event) => event.code.toUpperCase() === 'ESCAPE' && this.close() - ); - this.summaryToggle.addEventListener( - 'click', - this.onSummaryClick.bind(this) - ); - this.querySelector('button[type="button"]').addEventListener( - 'click', - this.close.bind(this) - ); + this.detailsContainer.addEventListener('keyup', (event) => event.code.toUpperCase() === 'ESCAPE' && this.close()); + this.summaryToggle.addEventListener('click', this.onSummaryClick.bind(this)); + this.querySelector('button[type="button"]').addEventListener('click', this.close.bind(this)); this.summaryToggle.setAttribute('role', 'button'); } @@ -26,9 +17,7 @@ class DetailsModal extends HTMLElement { onSummaryClick(event) { event.preventDefault(); - event.target.closest('details').hasAttribute('open') - ? this.close() - : this.open(event); + event.target.closest('details').hasAttribute('open') ? this.close() : this.open(event); } onBodyClick(event) { @@ -36,8 +25,7 @@ class DetailsModal extends HTMLElement { } open(event) { - this.onBodyClickEvent = - this.onBodyClickEvent || this.onBodyClick.bind(this); + this.onBodyClickEvent = this.onBodyClickEvent || this.onBodyClick.bind(this); event.target.closest('details').setAttribute('open', true); document.body.addEventListener('click', this.onBodyClickEvent); document.body.classList.add('overflow-hidden'); diff --git a/assets/facets.js b/assets/facets.js index be26d5bee3e..17ae1f87624 100644 --- a/assets/facets.js +++ b/assets/facets.js @@ -19,7 +19,7 @@ class FacetFiltersForm extends HTMLElement { const searchParams = event.state ? event.state.searchParams : FacetFiltersForm.searchParamsInitial; if (searchParams === FacetFiltersForm.searchParamsPrev) return; FacetFiltersForm.renderPage(searchParams, null, false); - } + }; window.addEventListener('popstate', onHistoryChange); } @@ -35,20 +35,20 @@ class FacetFiltersForm extends HTMLElement { const countContainer = document.getElementById('ProductCount'); const countContainerDesktop = document.getElementById('ProductCountDesktop'); document.getElementById('ProductGridContainer').querySelector('.collection').classList.add('loading'); - if (countContainer){ + if (countContainer) { countContainer.classList.add('loading'); } - if (countContainerDesktop){ + if (countContainerDesktop) { countContainerDesktop.classList.add('loading'); } sections.forEach((section) => { const url = `${window.location.pathname}?section_id=${section.section}&${searchParams}`; - const filterDataUrl = element => element.url === url; + const filterDataUrl = (element) => element.url === url; - FacetFiltersForm.filterData.some(filterDataUrl) ? - FacetFiltersForm.renderSectionFromCache(filterDataUrl, event) : - FacetFiltersForm.renderSectionFromFetch(url, event); + FacetFiltersForm.filterData.some(filterDataUrl) + ? FacetFiltersForm.renderSectionFromCache(filterDataUrl, event) + : FacetFiltersForm.renderSectionFromFetch(url, event); }); if (updateURLHash) FacetFiltersForm.updateURLHash(searchParams); @@ -56,7 +56,7 @@ class FacetFiltersForm extends HTMLElement { static renderSectionFromFetch(url, event) { fetch(url) - .then(response => response.text()) + .then((response) => response.text()) .then((responseText) => { const html = responseText; FacetFiltersForm.filterData = [...FacetFiltersForm.filterData, { html, url }]; @@ -76,11 +76,13 @@ class FacetFiltersForm extends HTMLElement { } static renderProductGridContainer(html) { - document.getElementById('ProductGridContainer').innerHTML = new DOMParser().parseFromString(html, 'text/html').getElementById('ProductGridContainer').innerHTML; + document.getElementById('ProductGridContainer').innerHTML = new DOMParser() + .parseFromString(html, 'text/html') + .getElementById('ProductGridContainer').innerHTML; } static renderProductCount(html) { - const count = new DOMParser().parseFromString(html, 'text/html').getElementById('ProductCount').innerHTML + const count = new DOMParser().parseFromString(html, 'text/html').getElementById('ProductCount').innerHTML; const container = document.getElementById('ProductCount'); const containerDesktop = document.getElementById('ProductCountDesktop'); container.innerHTML = count; @@ -94,13 +96,14 @@ class FacetFiltersForm extends HTMLElement { static renderFilters(html, event) { const parsedHTML = new DOMParser().parseFromString(html, 'text/html'); - const facetDetailsElements = - parsedHTML.querySelectorAll('#FacetFiltersForm .js-filter, #FacetFiltersFormMobile .js-filter, #FacetFiltersPillsForm .js-filter'); + const facetDetailsElements = parsedHTML.querySelectorAll( + '#FacetFiltersForm .js-filter, #FacetFiltersFormMobile .js-filter, #FacetFiltersPillsForm .js-filter' + ); const matchesIndex = (element) => { const jsFilter = event ? event.target.closest('.js-filter') : undefined; return jsFilter ? element.dataset.index === jsFilter.dataset.index : false; - } - const facetsToRender = Array.from(facetDetailsElements).filter(element => !matchesIndex(element)); + }; + const facetsToRender = Array.from(facetDetailsElements).filter((element) => !matchesIndex(element)); const countsToRender = Array.from(facetDetailsElements).find(matchesIndex); facetsToRender.forEach((element) => { @@ -120,7 +123,7 @@ class FacetFiltersForm extends HTMLElement { const activeFacetsElement = html.querySelector(selector); if (!activeFacetsElement) return; document.querySelector(selector).innerHTML = activeFacetsElement.innerHTML; - }) + }); FacetFiltersForm.toggleActiveFacets(false); } @@ -160,8 +163,8 @@ class FacetFiltersForm extends HTMLElement { return [ { section: document.getElementById('product-grid').dataset.id, - } - ] + }, + ]; } createSearchParams(form) { @@ -177,8 +180,8 @@ class FacetFiltersForm extends HTMLElement { event.preventDefault(); const sortFilterForms = document.querySelectorAll('facet-filters-form form'); if (event.srcElement.className == 'mobile-facets__checkbox') { - const searchParams = this.createSearchParams(event.target.closest('form')) - this.onSubmitForm(searchParams, event) + const searchParams = this.createSearchParams(event.target.closest('form')); + this.onSubmitForm(searchParams, event); } else { const forms = []; const isMobile = event.target.closest('form').id === 'FacetFiltersFormMobile'; @@ -194,14 +197,17 @@ class FacetFiltersForm extends HTMLElement { forms.push(this.createSearchParams(form)); } }); - this.onSubmitForm(forms.join('&'), event) + this.onSubmitForm(forms.join('&'), event); } } onActiveFilterClick(event) { event.preventDefault(); FacetFiltersForm.toggleActiveFacets(); - const url = event.currentTarget.href.indexOf('?') == -1 ? '' : event.currentTarget.href.slice(event.currentTarget.href.indexOf('?') + 1); + const url = + event.currentTarget.href.indexOf('?') == -1 + ? '' + : event.currentTarget.href.slice(event.currentTarget.href.indexOf('?') + 1); FacetFiltersForm.renderPage(url); } } @@ -215,8 +221,9 @@ FacetFiltersForm.setListeners(); class PriceRange extends HTMLElement { constructor() { super(); - this.querySelectorAll('input') - .forEach(element => element.addEventListener('change', this.onRangeChange.bind(this))); + this.querySelectorAll('input').forEach((element) => + element.addEventListener('change', this.onRangeChange.bind(this)) + ); this.setMinAndMaxValues(); } diff --git a/assets/global.js b/assets/global.js index b19ec5a187b..301f2b7412a 100644 --- a/assets/global.js +++ b/assets/global.js @@ -10,7 +10,7 @@ document.querySelectorAll('[id^="Details-"] summary').forEach((summary) => { summary.setAttribute('role', 'button'); summary.setAttribute('aria-expanded', summary.parentNode.hasAttribute('open')); - if(summary.nextElementSibling.getAttribute('id')) { + if (summary.nextElementSibling.getAttribute('id')) { summary.setAttribute('aria-controls', summary.nextElementSibling.id); } @@ -32,21 +32,16 @@ function trapFocus(container, elementToFocus = container) { removeTrapFocus(); trapFocusHandlers.focusin = (event) => { - if ( - event.target !== container && - event.target !== last && - event.target !== first - ) - return; + if (event.target !== container && event.target !== last && event.target !== first) return; document.addEventListener('keydown', trapFocusHandlers.keydown); }; - trapFocusHandlers.focusout = function() { + trapFocusHandlers.focusout = function () { document.removeEventListener('keydown', trapFocusHandlers.keydown); }; - trapFocusHandlers.keydown = function(event) { + trapFocusHandlers.keydown = function (event) { if (event.code.toUpperCase() !== 'TAB') return; // If not TAB key // On the last focusable element and tab forward, focus the first element. if (event.target === last && !event.shiftKey) { @@ -55,10 +50,7 @@ function trapFocus(container, elementToFocus = container) { } // On the first focusable element and tab backward, focus the last element. - if ( - (event.target === container || event.target === first) && - event.shiftKey - ) { + if ((event.target === container || event.target === first) && event.shiftKey) { event.preventDefault(); last.focus(); } @@ -69,27 +61,42 @@ function trapFocus(container, elementToFocus = container) { elementToFocus.focus(); - if (elementToFocus.tagName === 'INPUT' && + if ( + elementToFocus.tagName === 'INPUT' && ['search', 'text', 'email', 'url'].includes(elementToFocus.type) && - elementToFocus.value) { + elementToFocus.value + ) { elementToFocus.setSelectionRange(0, elementToFocus.value.length); } } // Here run the querySelector to figure out if the browser supports :focus-visible or not and run code based on it. try { - document.querySelector(":focus-visible"); -} catch(e) { + document.querySelector(':focus-visible'); +} catch (e) { focusVisiblePolyfill(); } function focusVisiblePolyfill() { - const navKeys = ['ARROWUP', 'ARROWDOWN', 'ARROWLEFT', 'ARROWRIGHT', 'TAB', 'ENTER', 'SPACE', 'ESCAPE', 'HOME', 'END', 'PAGEUP', 'PAGEDOWN'] + const navKeys = [ + 'ARROWUP', + 'ARROWDOWN', + 'ARROWLEFT', + 'ARROWRIGHT', + 'TAB', + 'ENTER', + 'SPACE', + 'ESCAPE', + 'HOME', + 'END', + 'PAGEUP', + 'PAGEDOWN', + ]; let currentFocusedElement = null; let mouseClick = null; window.addEventListener('keydown', (event) => { - if(navKeys.includes(event.code.toUpperCase())) { + if (navKeys.includes(event.code.toUpperCase())) { mouseClick = false; } }); @@ -98,15 +105,18 @@ function focusVisiblePolyfill() { mouseClick = true; }); - window.addEventListener('focus', () => { - if (currentFocusedElement) currentFocusedElement.classList.remove('focused'); - - if (mouseClick) return; + window.addEventListener( + 'focus', + () => { + if (currentFocusedElement) currentFocusedElement.classList.remove('focused'); - currentFocusedElement = document.activeElement; - currentFocusedElement.classList.add('focused'); + if (mouseClick) return; - }, true); + currentFocusedElement = document.activeElement; + currentFocusedElement.classList.add('focused'); + }, + true + ); } function pauseAllMedia() { @@ -149,8 +159,8 @@ class QuantityInput extends HTMLElement { this.changeEvent = new Event('change', { bubbles: true }); this.input.addEventListener('change', this.onInputChange.bind(this)); - this.querySelectorAll('button').forEach( - (button) => button.addEventListener('click', this.onButtonClick.bind(this)) + this.querySelectorAll('button').forEach((button) => + button.addEventListener('click', this.onButtonClick.bind(this)) ); } @@ -207,7 +217,7 @@ function debounce(fn, wait) { function fetchConfig(type = 'json') { return { method: 'POST', - headers: { 'Content-Type': 'application/json', 'Accept': `application/${type}` } + headers: { 'Content-Type': 'application/json', Accept: `application/${type}` }, }; } @@ -215,17 +225,17 @@ function fetchConfig(type = 'json') { * Shopify Common JS * */ -if ((typeof window.Shopify) == 'undefined') { +if (typeof window.Shopify == 'undefined') { window.Shopify = {}; } -Shopify.bind = function(fn, scope) { - return function() { +Shopify.bind = function (fn, scope) { + return function () { return fn.apply(scope, arguments); - } + }; }; -Shopify.setSelectorByValue = function(selector, value) { +Shopify.setSelectorByValue = function (selector, value) { for (var i = 0, count = selector.options.length; i < count; i++) { var option = selector.options[i]; if (value == option.value || value == option.innerHTML) { @@ -235,24 +245,26 @@ Shopify.setSelectorByValue = function(selector, value) { } }; -Shopify.addListener = function(target, eventName, callback) { - target.addEventListener ? target.addEventListener(eventName, callback, false) : target.attachEvent('on'+eventName, callback); +Shopify.addListener = function (target, eventName, callback) { + target.addEventListener + ? target.addEventListener(eventName, callback, false) + : target.attachEvent('on' + eventName, callback); }; -Shopify.postLink = function(path, options) { +Shopify.postLink = function (path, options) { options = options || {}; var method = options['method'] || 'post'; var params = options['parameters'] || {}; - var form = document.createElement("form"); - form.setAttribute("method", method); - form.setAttribute("action", path); + var form = document.createElement('form'); + form.setAttribute('method', method); + form.setAttribute('action', path); - for(var key in params) { - var hiddenField = document.createElement("input"); - hiddenField.setAttribute("type", "hidden"); - hiddenField.setAttribute("name", key); - hiddenField.setAttribute("value", params[key]); + for (var key in params) { + var hiddenField = document.createElement('input'); + hiddenField.setAttribute('type', 'hidden'); + hiddenField.setAttribute('name', key); + hiddenField.setAttribute('value', params[key]); form.appendChild(hiddenField); } document.body.appendChild(form); @@ -260,34 +272,34 @@ Shopify.postLink = function(path, options) { document.body.removeChild(form); }; -Shopify.CountryProvinceSelector = function(country_domid, province_domid, options) { - this.countryEl = document.getElementById(country_domid); - this.provinceEl = document.getElementById(province_domid); +Shopify.CountryProvinceSelector = function (country_domid, province_domid, options) { + this.countryEl = document.getElementById(country_domid); + this.provinceEl = document.getElementById(province_domid); this.provinceContainer = document.getElementById(options['hideElement'] || province_domid); - Shopify.addListener(this.countryEl, 'change', Shopify.bind(this.countryHandler,this)); + Shopify.addListener(this.countryEl, 'change', Shopify.bind(this.countryHandler, this)); this.initCountry(); this.initProvince(); }; Shopify.CountryProvinceSelector.prototype = { - initCountry: function() { + initCountry: function () { var value = this.countryEl.getAttribute('data-default'); Shopify.setSelectorByValue(this.countryEl, value); this.countryHandler(); }, - initProvince: function() { + initProvince: function () { var value = this.provinceEl.getAttribute('data-default'); if (value && this.provinceEl.options.length > 0) { Shopify.setSelectorByValue(this.provinceEl, value); } }, - countryHandler: function(e) { - var opt = this.countryEl.options[this.countryEl.selectedIndex]; - var raw = opt.getAttribute('data-provinces'); + countryHandler: function (e) { + var opt = this.countryEl.options[this.countryEl.selectedIndex]; + var raw = opt.getAttribute('data-provinces'); var provinces = JSON.parse(raw); this.clearOptions(this.provinceEl); @@ -301,24 +313,24 @@ Shopify.CountryProvinceSelector.prototype = { this.provinceEl.appendChild(opt); } - this.provinceContainer.style.display = ""; + this.provinceContainer.style.display = ''; } }, - clearOptions: function(selector) { + clearOptions: function (selector) { while (selector.firstChild) { selector.removeChild(selector.firstChild); } }, - setOptions: function(selector, values) { + setOptions: function (selector, values) { for (var i = 0, count = values.length; i < values.length; i++) { var opt = document.createElement('option'); opt.value = values[i]; opt.innerHTML = values[i]; selector.appendChild(opt); } - } + }, }; class MenuDrawer extends HTMLElement { @@ -333,17 +345,23 @@ class MenuDrawer extends HTMLElement { } bindEvents() { - this.querySelectorAll('summary').forEach(summary => summary.addEventListener('click', this.onSummaryClick.bind(this))); - this.querySelectorAll('button:not(.localization-selector)').forEach(button => button.addEventListener('click', this.onCloseButtonClick.bind(this))); + this.querySelectorAll('summary').forEach((summary) => + summary.addEventListener('click', this.onSummaryClick.bind(this)) + ); + this.querySelectorAll('button:not(.localization-selector)').forEach((button) => + button.addEventListener('click', this.onCloseButtonClick.bind(this)) + ); } onKeyUp(event) { - if(event.code.toUpperCase() !== 'ESCAPE') return; + if (event.code.toUpperCase() !== 'ESCAPE') return; const openDetailsElement = event.target.closest('details[open]'); - if(!openDetailsElement) return; + if (!openDetailsElement) return; - openDetailsElement === this.mainDetailsToggle ? this.closeMenuDrawer(event, this.mainDetailsToggle.querySelector('summary')) : this.closeSubmenu(openDetailsElement); + openDetailsElement === this.mainDetailsToggle + ? this.closeMenuDrawer(event, this.mainDetailsToggle.querySelector('summary')) + : this.closeSubmenu(openDetailsElement); } onSummaryClick(event) { @@ -351,7 +369,7 @@ class MenuDrawer extends HTMLElement { const detailsElement = summaryElement.parentNode; const parentMenuElement = detailsElement.closest('.has-submenu'); const isOpen = detailsElement.hasAttribute('open'); - const reducedMotion = window.matchMedia("(prefers-reduced-motion: reduce)"); + const reducedMotion = window.matchMedia('(prefers-reduced-motion: reduce)'); function addTrapFocus() { trapFocus(summaryElement.nextElementSibling, detailsElement.querySelector('button')); @@ -359,7 +377,7 @@ class MenuDrawer extends HTMLElement { } if (detailsElement === this.mainDetailsToggle) { - if(isOpen) event.preventDefault(); + if (isOpen) event.preventDefault(); isOpen ? this.closeMenuDrawer(event, summaryElement) : this.openMenuDrawer(summaryElement); if (window.matchMedia('(max-width: 990px)')) { @@ -370,7 +388,9 @@ class MenuDrawer extends HTMLElement { detailsElement.classList.add('menu-opening'); summaryElement.setAttribute('aria-expanded', true); parentMenuElement && parentMenuElement.classList.add('submenu-open'); - !reducedMotion || reducedMotion.matches ? addTrapFocus() : summaryElement.nextElementSibling.addEventListener('transitionend', addTrapFocus); + !reducedMotion || reducedMotion.matches + ? addTrapFocus() + : summaryElement.nextElementSibling.addEventListener('transitionend', addTrapFocus); }, 100); } } @@ -388,11 +408,11 @@ class MenuDrawer extends HTMLElement { if (event === undefined) return; this.mainDetailsToggle.classList.remove('menu-opening'); - this.mainDetailsToggle.querySelectorAll('details').forEach(details => { + this.mainDetailsToggle.querySelectorAll('details').forEach((details) => { details.removeAttribute('open'); details.classList.remove('menu-opening'); }); - this.mainDetailsToggle.querySelectorAll('.submenu-open').forEach(submenu => { + this.mainDetailsToggle.querySelectorAll('.submenu-open').forEach((submenu) => { submenu.classList.remove('submenu-open'); }); document.body.classList.remove(`overflow-hidden-${this.dataset.breakpoint}`); @@ -402,7 +422,8 @@ class MenuDrawer extends HTMLElement { onFocusOut() { setTimeout(() => { - if (this.mainDetailsToggle.hasAttribute('open') && !this.mainDetailsToggle.contains(document.activeElement)) this.closeMenuDrawer(); + if (this.mainDetailsToggle.hasAttribute('open') && !this.mainDetailsToggle.contains(document.activeElement)) + this.closeMenuDrawer(); }); } @@ -438,7 +459,7 @@ class MenuDrawer extends HTMLElement { trapFocus(detailsElement.closest('details[open]'), detailsElement.querySelector('summary')); } } - } + }; window.requestAnimationFrame(handleAnimation); } @@ -453,8 +474,12 @@ class HeaderDrawer extends MenuDrawer { openMenuDrawer(summaryElement) { this.header = this.header || document.querySelector('.section-header'); - this.borderOffset = this.borderOffset || this.closest('.header-wrapper').classList.contains('header-wrapper--border-bottom') ? 1 : 0; - document.documentElement.style.setProperty('--header-bottom-position', `${parseInt(this.header.getBoundingClientRect().bottom - this.borderOffset)}px`); + this.borderOffset = + this.borderOffset || this.closest('.header-wrapper').classList.contains('header-wrapper--border-bottom') ? 1 : 0; + document.documentElement.style.setProperty( + '--header-bottom-position', + `${parseInt(this.header.getBoundingClientRect().bottom - this.borderOffset)}px` + ); this.header.classList.add('menu-open'); setTimeout(() => { @@ -475,7 +500,11 @@ class HeaderDrawer extends MenuDrawer { } onResize = () => { - this.header && document.documentElement.style.setProperty('--header-bottom-position', `${parseInt(this.header.getBoundingClientRect().bottom - this.borderOffset)}px`); + this.header && + document.documentElement.style.setProperty( + '--header-bottom-position', + `${parseInt(this.header.getBoundingClientRect().bottom - this.borderOffset)}px` + ); document.documentElement.style.setProperty('--viewport-height', `${window.innerHeight}px`); }; } @@ -485,10 +514,7 @@ customElements.define('header-drawer', HeaderDrawer); class ModalDialog extends HTMLElement { constructor() { super(); - this.querySelector('[id^="ModalClose-"]').addEventListener( - 'click', - this.hide.bind(this, false) - ); + this.querySelector('[id^="ModalClose-"]').addEventListener('click', this.hide.bind(this, false)); this.addEventListener('keyup', (event) => { if (event.code.toUpperCase() === 'ESCAPE') this.hide(); }); @@ -585,7 +611,7 @@ class SliderComponent extends HTMLElement { if (!this.slider || !this.nextButton) return; this.initPages(); - const resizeObserver = new ResizeObserver(entries => this.initPages()); + const resizeObserver = new ResizeObserver((entries) => this.initPages()); resizeObserver.observe(this.slider); this.slider.addEventListener('scroll', this.update.bind(this)); @@ -594,10 +620,12 @@ class SliderComponent extends HTMLElement { } initPages() { - this.sliderItemsToShow = Array.from(this.sliderItems).filter(element => element.clientWidth > 0); + this.sliderItemsToShow = Array.from(this.sliderItems).filter((element) => element.clientWidth > 0); if (this.sliderItemsToShow.length < 2) return; this.sliderItemOffset = this.sliderItemsToShow[1].offsetLeft - this.sliderItemsToShow[0].offsetLeft; - this.slidesPerPage = Math.floor((this.slider.clientWidth - this.sliderItemsToShow[0].offsetLeft) / this.sliderItemOffset); + this.slidesPerPage = Math.floor( + (this.slider.clientWidth - this.sliderItemsToShow[0].offsetLeft) / this.sliderItemOffset + ); this.totalPages = this.sliderItemsToShow.length - this.slidesPerPage + 1; this.update(); } @@ -621,10 +649,14 @@ class SliderComponent extends HTMLElement { } if (this.currentPage != previousPage) { - this.dispatchEvent(new CustomEvent('slideChanged', { detail: { - currentPage: this.currentPage, - currentElement: this.sliderItemsToShow[this.currentPage - 1] - }})); + this.dispatchEvent( + new CustomEvent('slideChanged', { + detail: { + currentPage: this.currentPage, + currentElement: this.sliderItemsToShow[this.currentPage - 1], + }, + }) + ); } if (this.enableSliderLooping) return; @@ -644,15 +676,18 @@ class SliderComponent extends HTMLElement { isSlideVisible(element, offset = 0) { const lastVisibleSlide = this.slider.clientWidth + this.slider.scrollLeft - offset; - return (element.offsetLeft + element.clientWidth) <= lastVisibleSlide && element.offsetLeft >= this.slider.scrollLeft; + return element.offsetLeft + element.clientWidth <= lastVisibleSlide && element.offsetLeft >= this.slider.scrollLeft; } onButtonClick(event) { event.preventDefault(); const step = event.currentTarget.dataset.step || 1; - this.slideScrollPosition = event.currentTarget.name === 'next' ? this.slider.scrollLeft + (step * this.sliderItemOffset) : this.slider.scrollLeft - (step * this.sliderItemOffset); + this.slideScrollPosition = + event.currentTarget.name === 'next' + ? this.slider.scrollLeft + step * this.sliderItemOffset + : this.slider.scrollLeft - step * this.sliderItemOffset; this.slider.scrollTo({ - left: this.slideScrollPosition + left: this.slideScrollPosition, }); } } @@ -671,25 +706,33 @@ class SlideshowComponent extends SliderComponent { if (this.sliderItemsToShow.length > 0) this.currentPage = 1; this.sliderControlLinksArray = Array.from(this.sliderControlWrapper.querySelectorAll('.slider-counter__link')); - this.sliderControlLinksArray.forEach(link => link.addEventListener('click', this.linkToSlide.bind(this))); + this.sliderControlLinksArray.forEach((link) => link.addEventListener('click', this.linkToSlide.bind(this))); this.slider.addEventListener('scroll', this.setSlideVisibility.bind(this)); this.setSlideVisibility(); + this.reducedMotion = window.matchMedia('(prefers-reduced-motion: reduce)'); + this.reducedMotion.addEventListener('change', () => { + if (this.slider.getAttribute('data-autoplay') === 'true') this.setAutoPlay(); + }); + if (this.slider.getAttribute('data-autoplay') === 'true') this.setAutoPlay(); } setAutoPlay() { - this.sliderAutoplayButton = this.querySelector('.slideshow__autoplay'); this.autoplaySpeed = this.slider.dataset.speed * 1000; - - this.sliderAutoplayButton.addEventListener('click', this.autoPlayToggle.bind(this)); this.addEventListener('mouseover', this.focusInHandling.bind(this)); this.addEventListener('mouseleave', this.focusOutHandling.bind(this)); this.addEventListener('focusin', this.focusInHandling.bind(this)); this.addEventListener('focusout', this.focusOutHandling.bind(this)); - this.play(); - this.autoplayButtonIsSetToPlay = true; + if (this.querySelector('.slideshow__autoplay')) { + this.sliderAutoplayButton = this.querySelector('.slideshow__autoplay'); + this.sliderAutoplayButton.addEventListener('click', this.autoPlayToggle.bind(this)); + this.autoplayButtonIsSetToPlay = true; + this.play(); + } else { + this.reducedMotion.matches ? this.pause() : this.play(); + } } onButtonClick(event) { @@ -700,12 +743,13 @@ class SlideshowComponent extends SliderComponent { if (!isFirstSlide && !isLastSlide) return; if (isFirstSlide && event.currentTarget.name === 'previous') { - this.slideScrollPosition = this.slider.scrollLeft + this.sliderFirstItemNode.clientWidth * this.sliderItemsToShow.length; + this.slideScrollPosition = + this.slider.scrollLeft + this.sliderFirstItemNode.clientWidth * this.sliderItemsToShow.length; } else if (isLastSlide && event.currentTarget.name === 'next') { this.slideScrollPosition = 0; } this.slider.scrollTo({ - left: this.slideScrollPosition + left: this.slideScrollPosition, }); } @@ -716,7 +760,7 @@ class SlideshowComponent extends SliderComponent { if (!this.sliderControlButtons.length) return; - this.sliderControlButtons.forEach(link => { + this.sliderControlButtons.forEach((link) => { link.classList.remove('slider-counter__link--active'); link.removeAttribute('aria-current'); }); @@ -731,16 +775,26 @@ class SlideshowComponent extends SliderComponent { } focusOutHandling(event) { - const focusedOnAutoplayButton = event.target === this.sliderAutoplayButton || this.sliderAutoplayButton.contains(event.target); - if (!this.autoplayButtonIsSetToPlay || focusedOnAutoplayButton) return; - this.play(); + if (this.sliderAutoplayButton) { + const focusedOnAutoplayButton = + event.target === this.sliderAutoplayButton || this.sliderAutoplayButton.contains(event.target); + if (!this.autoplayButtonIsSetToPlay || focusedOnAutoplayButton) return; + this.play(); + } else if (!this.reducedMotion.matches) { + this.play(); + } } focusInHandling(event) { - const focusedOnAutoplayButton = event.target === this.sliderAutoplayButton || this.sliderAutoplayButton.contains(event.target); - if (focusedOnAutoplayButton && this.autoplayButtonIsSetToPlay) { - this.play(); - } else if (this.autoplayButtonIsSetToPlay) { + if (this.sliderAutoplayButton) { + const focusedOnAutoplayButton = + event.target === this.sliderAutoplayButton || this.sliderAutoplayButton.contains(event.target); + if (focusedOnAutoplayButton && this.autoplayButtonIsSetToPlay) { + this.play(); + } else if (this.autoplayButtonIsSetToPlay) { + this.pause(); + } + } else if (this.querySelector('.announcement-bar-slider').contains(event.target)) { this.pause(); } } @@ -767,9 +821,12 @@ class SlideshowComponent extends SliderComponent { } autoRotateSlides() { - const slideScrollPosition = this.currentPage === this.sliderItems.length ? 0 : this.slider.scrollLeft + this.slider.querySelector('.slideshow__slide').clientWidth; + const slideScrollPosition = + this.currentPage === this.sliderItems.length + ? 0 + : this.slider.scrollLeft + this.slider.querySelector('.slideshow__slide').clientWidth; this.slider.scrollTo({ - left: slideScrollPosition + left: slideScrollPosition, }); } @@ -777,15 +834,17 @@ class SlideshowComponent extends SliderComponent { this.sliderItemsToShow.forEach((item, index) => { const linkElements = item.querySelectorAll('a'); if (index === this.currentPage - 1) { - if (linkElements.length) linkElements.forEach(button => { - button.removeAttribute('tabindex'); - }); + if (linkElements.length) + linkElements.forEach((button) => { + button.removeAttribute('tabindex'); + }); item.setAttribute('aria-hidden', 'false'); item.removeAttribute('tabindex'); } else { - if (linkElements.length) linkElements.forEach(button => { - button.setAttribute('tabindex', '-1'); - }); + if (linkElements.length) + linkElements.forEach((button) => { + button.setAttribute('tabindex', '-1'); + }); item.setAttribute('aria-hidden', 'true'); item.setAttribute('tabindex', '-1'); } @@ -794,9 +853,12 @@ class SlideshowComponent extends SliderComponent { linkToSlide(event) { event.preventDefault(); - const slideScrollPosition = this.slider.scrollLeft + this.sliderFirstItemNode.clientWidth * (this.sliderControlLinksArray.indexOf(event.currentTarget) + 1 - this.currentPage); + const slideScrollPosition = + this.slider.scrollLeft + + this.sliderFirstItemNode.clientWidth * + (this.sliderControlLinksArray.indexOf(event.currentTarget) + 1 - this.currentPage); this.slider.scrollTo({ - left: slideScrollPosition + left: slideScrollPosition, }); } } @@ -835,9 +897,11 @@ class VariantSelects extends HTMLElement { updateMasterId() { this.currentVariant = this.getVariantData().find((variant) => { - return !variant.options.map((option, index) => { - return this.options[index] === option; - }).includes(false); + return !variant.options + .map((option, index) => { + return this.options[index] === option; + }) + .includes(false); }); } @@ -846,17 +910,19 @@ class VariantSelects extends HTMLElement { if (!this.currentVariant.featured_media) return; const mediaGalleries = document.querySelectorAll(`[id^="MediaGallery-${this.dataset.section}"]`); - mediaGalleries.forEach(mediaGallery => mediaGallery.setActiveMedia(`${this.dataset.section}-${this.currentVariant.featured_media.id}`, true)); + mediaGalleries.forEach((mediaGallery) => + mediaGallery.setActiveMedia(`${this.dataset.section}-${this.currentVariant.featured_media.id}`, true) + ); const modalContent = document.querySelector(`#ProductModal-${this.dataset.section} .product-media-modal__content`); if (!modalContent) return; - const newMediaModal = modalContent.querySelector( `[data-media-id="${this.currentVariant.featured_media.id}"]`); + const newMediaModal = modalContent.querySelector(`[data-media-id="${this.currentVariant.featured_media.id}"]`); modalContent.prepend(newMediaModal); } updateURL() { if (!this.currentVariant || this.dataset.updateUrl === 'false') return; - window.history.replaceState({ }, '', `${this.dataset.url}?variant=${this.currentVariant.id}`); + window.history.replaceState({}, '', `${this.dataset.url}?variant=${this.currentVariant.id}`); } updateShareUrl() { @@ -866,7 +932,9 @@ class VariantSelects extends HTMLElement { } updateVariantInput() { - const productForms = document.querySelectorAll(`#product-form-${this.dataset.section}, #product-form-installment-${this.dataset.section}`); + const productForms = document.querySelectorAll( + `#product-form-${this.dataset.section}, #product-form-installment-${this.dataset.section}` + ); productForms.forEach((productForm) => { const input = productForm.querySelector('input[name="id"]'); input.value = this.currentVariant.id; @@ -875,19 +943,23 @@ class VariantSelects extends HTMLElement { } updateVariantStatuses() { - const selectedOptionOneVariants = this.variantData.filter(variant => this.querySelector(':checked').value === variant.option1); + const selectedOptionOneVariants = this.variantData.filter( + (variant) => this.querySelector(':checked').value === variant.option1 + ); const inputWrappers = [...this.querySelectorAll('.product-form__input')]; inputWrappers.forEach((option, index) => { if (index === 0) return; - const optionInputs = [...option.querySelectorAll('input[type="radio"], option')] + const optionInputs = [...option.querySelectorAll('input[type="radio"], option')]; const previousOptionSelected = inputWrappers[index - 1].querySelector(':checked').value; - const availableOptionInputsValue = selectedOptionOneVariants.filter(variant => variant.available && variant[`option${ index }`] === previousOptionSelected).map(variantOption => variantOption[`option${ index + 1 }`]); - this.setInputAvailability(optionInputs, availableOptionInputsValue) + const availableOptionInputsValue = selectedOptionOneVariants + .filter((variant) => variant.available && variant[`option${index}`] === previousOptionSelected) + .map((variantOption) => variantOption[`option${index + 1}`]); + this.setInputAvailability(optionInputs, availableOptionInputsValue); }); } setInputAvailability(listOfOptions, listOfAvailableOptions) { - listOfOptions.forEach(input => { + listOfOptions.forEach((input) => { if (listOfAvailableOptions.includes(input.getAttribute('value'))) { input.innerText = input.getAttribute('value'); } else { @@ -920,18 +992,28 @@ class VariantSelects extends HTMLElement { const requestedVariantId = this.currentVariant.id; const sectionId = this.dataset.originalSection ? this.dataset.originalSection : this.dataset.section; - fetch(`${this.dataset.url}?variant=${requestedVariantId}§ion_id=${this.dataset.originalSection ? this.dataset.originalSection : this.dataset.section}`) + fetch( + `${this.dataset.url}?variant=${requestedVariantId}§ion_id=${ + this.dataset.originalSection ? this.dataset.originalSection : this.dataset.section + }` + ) .then((response) => response.text()) .then((responseText) => { // prevent unnecessary ui changes from abandoned selections if (this.currentVariant.id !== requestedVariantId) return; - const html = new DOMParser().parseFromString(responseText, 'text/html') + const html = new DOMParser().parseFromString(responseText, 'text/html'); const destination = document.getElementById(`price-${this.dataset.section}`); - const source = html.getElementById(`price-${this.dataset.originalSection ? this.dataset.originalSection : this.dataset.section}`); - const skuSource = html.getElementById(`Sku-${this.dataset.originalSection ? this.dataset.originalSection : this.dataset.section}`); + const source = html.getElementById( + `price-${this.dataset.originalSection ? this.dataset.originalSection : this.dataset.section}` + ); + const skuSource = html.getElementById( + `Sku-${this.dataset.originalSection ? this.dataset.originalSection : this.dataset.section}` + ); const skuDestination = document.getElementById(`Sku-${this.dataset.section}`); - const inventorySource = html.getElementById(`Inventory-${this.dataset.originalSection ? this.dataset.originalSection : this.dataset.section}`); + const inventorySource = html.getElementById( + `Inventory-${this.dataset.originalSection ? this.dataset.originalSection : this.dataset.section}` + ); const inventoryDestination = document.getElementById(`Inventory-${this.dataset.section}`); if (source && destination) destination.innerHTML = source.innerHTML; @@ -945,16 +1027,22 @@ class VariantSelects extends HTMLElement { if (price) price.classList.remove('visibility-hidden'); - if (inventoryDestination) inventoryDestination.classList.toggle('visibility-hidden', inventorySource.innerText === ''); + if (inventoryDestination) + inventoryDestination.classList.toggle('visibility-hidden', inventorySource.innerText === ''); const addButtonUpdated = html.getElementById(`ProductSubmitButton-${sectionId}`); - this.toggleAddButton(addButtonUpdated ? addButtonUpdated.hasAttribute('disabled') : true, window.variantStrings.soldOut); - - publish(PUB_SUB_EVENTS.variantChange, {data: { - sectionId, - html, - variant: this.currentVariant - }}); + this.toggleAddButton( + addButtonUpdated ? addButtonUpdated.hasAttribute('disabled') : true, + window.variantStrings.soldOut + ); + + publish(PUB_SUB_EVENTS.variantChange, { + data: { + sectionId, + html, + variant: this.currentVariant, + }, + }); }); } @@ -1005,7 +1093,7 @@ class VariantRadios extends VariantSelects { } setInputAvailability(listOfOptions, listOfAvailableOptions) { - listOfOptions.forEach(input => { + listOfOptions.forEach((input) => { if (listOfAvailableOptions.includes(input.getAttribute('value'))) { input.classList.remove('disabled'); } else { @@ -1035,8 +1123,8 @@ class ProductRecommendations extends HTMLElement { observer.unobserve(this); fetch(this.dataset.url) - .then(response => response.text()) - .then(text => { + .then((response) => response.text()) + .then((text) => { const html = document.createElement('div'); html.innerHTML = text; const recommendations = html.querySelector('product-recommendations'); @@ -1053,12 +1141,12 @@ class ProductRecommendations extends HTMLElement { this.classList.add('product-recommendations--loaded'); } }) - .catch(e => { + .catch((e) => { console.error(e); }); - } + }; - new IntersectionObserver(handleIntersection.bind(this), {rootMargin: '0px 0px 400px 0px'}).observe(this); + new IntersectionObserver(handleIntersection.bind(this), { rootMargin: '0px 0px 400px 0px' }).observe(this); } } diff --git a/assets/localization-form.js b/assets/localization-form.js index bcb461d2f0f..50461ebb31c 100644 --- a/assets/localization-form.js +++ b/assets/localization-form.js @@ -1,49 +1,56 @@ if (!customElements.get('localization-form')) { - customElements.define('localization-form', class LocalizationForm extends HTMLElement { - constructor() { - super(); - this.elements = { - input: this.querySelector('input[name="locale_code"], input[name="country_code"]'), - button: this.querySelector('button'), - panel: this.querySelector('.disclosure__list-wrapper'), - }; - this.elements.button.addEventListener('click', this.openSelector.bind(this)); - this.elements.button.addEventListener('focusout', this.closeSelector.bind(this)); - this.addEventListener('keyup', this.onContainerKeyUp.bind(this)); + customElements.define( + 'localization-form', + class LocalizationForm extends HTMLElement { + constructor() { + super(); + this.elements = { + input: this.querySelector('input[name="locale_code"], input[name="country_code"]'), + button: this.querySelector('button'), + panel: this.querySelector('.disclosure__list-wrapper'), + }; + this.elements.button.addEventListener('click', this.openSelector.bind(this)); + this.elements.button.addEventListener('focusout', this.closeSelector.bind(this)); + this.addEventListener('keyup', this.onContainerKeyUp.bind(this)); - this.querySelectorAll('a').forEach(item => item.addEventListener('click', this.onItemClick.bind(this))); - } + this.querySelectorAll('a').forEach((item) => item.addEventListener('click', this.onItemClick.bind(this))); + } - hidePanel() { - this.elements.button.setAttribute('aria-expanded', 'false'); - this.elements.panel.setAttribute('hidden', true); - } + hidePanel() { + this.elements.button.setAttribute('aria-expanded', 'false'); + this.elements.panel.setAttribute('hidden', true); + } - onContainerKeyUp(event) { - if (event.code.toUpperCase() !== 'ESCAPE') return; + onContainerKeyUp(event) { + if (event.code.toUpperCase() !== 'ESCAPE') return; - this.hidePanel(); - this.elements.button.focus(); - } + this.hidePanel(); + this.elements.button.focus(); + } - onItemClick(event) { - event.preventDefault(); - const form = this.querySelector('form'); - this.elements.input.value = event.currentTarget.dataset.value; - if (form) form.submit(); - } + onItemClick(event) { + event.preventDefault(); + const form = this.querySelector('form'); + this.elements.input.value = event.currentTarget.dataset.value; + if (form) form.submit(); + } - openSelector() { - this.elements.button.focus(); - this.elements.panel.toggleAttribute('hidden'); - this.elements.button.setAttribute('aria-expanded', (this.elements.button.getAttribute('aria-expanded') === 'false').toString()); - } + openSelector() { + this.elements.button.focus(); + this.elements.panel.toggleAttribute('hidden'); + this.elements.button.setAttribute( + 'aria-expanded', + (this.elements.button.getAttribute('aria-expanded') === 'false').toString() + ); + } - closeSelector(event) { - const isChild = this.elements.panel.contains(event.relatedTarget) || this.elements.button.contains(event.relatedTarget); - if (!event.relatedTarget || !isChild) { - this.hidePanel(); + closeSelector(event) { + const isChild = + this.elements.panel.contains(event.relatedTarget) || this.elements.button.contains(event.relatedTarget); + if (!event.relatedTarget || !isChild) { + this.hidePanel(); + } } } - }); + ); } diff --git a/assets/magnify.js b/assets/magnify.js index 0fe9974da1d..60a4f91a9c5 100644 --- a/assets/magnify.js +++ b/assets/magnify.js @@ -12,10 +12,10 @@ function createOverlay(image) { toggleLoadingSpinner(image); image.parentElement.insertBefore(overlay, image); image.style.opacity = '100%'; - } + }; return overlay; -}; +} function prepareOverlay(container, image) { container.setAttribute('class', 'image-magnify-full-size'); @@ -41,7 +41,7 @@ function moveWithHover(image, event, zoomRatio) { // determine what to show in the frame overlay.style.backgroundPosition = `${xPercent} ${yPercent}`; overlay.style.backgroundSize = `${image.width * zoomRatio}px`; -}; +} function magnify(image, zoomRatio) { const overlay = createOverlay(image); @@ -52,7 +52,7 @@ function magnify(image, zoomRatio) { function enableZoomOnHover(zoomRatio) { const images = document.querySelectorAll('.image-magnify-hover'); - images.forEach(image => { + images.forEach((image) => { image.onclick = (event) => { magnify(image, zoomRatio); moveWithHover(image, event, zoomRatio); diff --git a/assets/main-search.js b/assets/main-search.js index 6deaf47475f..4e0e432ff07 100644 --- a/assets/main-search.js +++ b/assets/main-search.js @@ -7,15 +7,11 @@ class MainSearch extends SearchForm { setupEventListeners() { let allSearchForms = []; - this.allSearchInputs.forEach(input => allSearchForms.push(input.form)) + this.allSearchInputs.forEach((input) => allSearchForms.push(input.form)); this.input.addEventListener('focus', this.onInputFocus.bind(this)); if (allSearchForms.length < 2) return; - allSearchForms.forEach(form => - form.addEventListener('reset', this.onFormReset.bind(this)) - ); - this.allSearchInputs.forEach(input => - input.addEventListener('input', this.onInput.bind(this)) - ); + allSearchForms.forEach((form) => form.addEventListener('reset', this.onFormReset.bind(this))); + this.allSearchInputs.forEach((input) => input.addEventListener('input', this.onInput.bind(this))); } onFormReset(event) { @@ -33,12 +29,12 @@ class MainSearch extends SearchForm { onInputFocus() { const isSmallScreen = window.innerWidth < 750; if (isSmallScreen) { - this.scrollIntoView({behavior: 'smooth'}); + this.scrollIntoView({ behavior: 'smooth' }); } } keepInSync(value, target) { - this.allSearchInputs.forEach(input => { + this.allSearchInputs.forEach((input) => { if (input !== target) { input.value = value; } diff --git a/assets/media-gallery.js b/assets/media-gallery.js index 63f90c37a09..5b2520fd591 100644 --- a/assets/media-gallery.js +++ b/assets/media-gallery.js @@ -1,102 +1,108 @@ if (!customElements.get('media-gallery')) { - customElements.define('media-gallery', class MediaGallery extends HTMLElement { - constructor() { - super(); - this.elements = { - liveRegion: this.querySelector('[id^="GalleryStatus"]'), - viewer: this.querySelector('[id^="GalleryViewer"]'), - thumbnails: this.querySelector('[id^="GalleryThumbnails"]') - } - this.mql = window.matchMedia('(min-width: 750px)'); - if (!this.elements.thumbnails) return; + customElements.define( + 'media-gallery', + class MediaGallery extends HTMLElement { + constructor() { + super(); + this.elements = { + liveRegion: this.querySelector('[id^="GalleryStatus"]'), + viewer: this.querySelector('[id^="GalleryViewer"]'), + thumbnails: this.querySelector('[id^="GalleryThumbnails"]'), + }; + this.mql = window.matchMedia('(min-width: 750px)'); + if (!this.elements.thumbnails) return; - this.elements.viewer.addEventListener('slideChanged', debounce(this.onSlideChanged.bind(this), 500)); - this.elements.thumbnails.querySelectorAll('[data-target]').forEach((mediaToSwitch) => { - mediaToSwitch.querySelector('button').addEventListener('click', this.setActiveMedia.bind(this, mediaToSwitch.dataset.target, false)); - }); - if (this.dataset.desktopLayout.includes('thumbnail') && this.mql.matches) this.removeListSemantic(); - } + this.elements.viewer.addEventListener('slideChanged', debounce(this.onSlideChanged.bind(this), 500)); + this.elements.thumbnails.querySelectorAll('[data-target]').forEach((mediaToSwitch) => { + mediaToSwitch + .querySelector('button') + .addEventListener('click', this.setActiveMedia.bind(this, mediaToSwitch.dataset.target, false)); + }); + if (this.dataset.desktopLayout.includes('thumbnail') && this.mql.matches) this.removeListSemantic(); + } - onSlideChanged(event) { - const thumbnail = this.elements.thumbnails.querySelector(`[data-target="${ event.detail.currentElement.dataset.mediaId }"]`); - this.setActiveThumbnail(thumbnail); - } + onSlideChanged(event) { + const thumbnail = this.elements.thumbnails.querySelector( + `[data-target="${event.detail.currentElement.dataset.mediaId}"]` + ); + this.setActiveThumbnail(thumbnail); + } - setActiveMedia(mediaId, prepend) { - const activeMedia = this.elements.viewer.querySelector(`[data-media-id="${ mediaId }"]`); - this.elements.viewer.querySelectorAll('[data-media-id]').forEach((element) => { - element.classList.remove('is-active'); - }); - activeMedia.classList.add('is-active'); + setActiveMedia(mediaId, prepend) { + const activeMedia = this.elements.viewer.querySelector(`[data-media-id="${mediaId}"]`); + this.elements.viewer.querySelectorAll('[data-media-id]').forEach((element) => { + element.classList.remove('is-active'); + }); + activeMedia.classList.add('is-active'); - if (prepend) { - activeMedia.parentElement.prepend(activeMedia); - if (this.elements.thumbnails) { - const activeThumbnail = this.elements.thumbnails.querySelector(`[data-target="${ mediaId }"]`); - activeThumbnail.parentElement.prepend(activeThumbnail); + if (prepend) { + activeMedia.parentElement.prepend(activeMedia); + if (this.elements.thumbnails) { + const activeThumbnail = this.elements.thumbnails.querySelector(`[data-target="${mediaId}"]`); + activeThumbnail.parentElement.prepend(activeThumbnail); + } + if (this.elements.viewer.slider) this.elements.viewer.resetPages(); } - if (this.elements.viewer.slider) this.elements.viewer.resetPages(); - } - this.preventStickyHeader(); - window.setTimeout(() => { - if (this.elements.thumbnails) { - activeMedia.parentElement.scrollTo({ left: activeMedia.offsetLeft }); - } - if (!this.elements.thumbnails || this.dataset.desktopLayout === 'stacked') { - activeMedia.scrollIntoView({behavior: 'smooth'}); - } - }); - this.playActiveMedia(activeMedia); + this.preventStickyHeader(); + window.setTimeout(() => { + if (this.elements.thumbnails) { + activeMedia.parentElement.scrollTo({ left: activeMedia.offsetLeft }); + } + if (!this.elements.thumbnails || this.dataset.desktopLayout === 'stacked') { + activeMedia.scrollIntoView({ behavior: 'smooth' }); + } + }); + this.playActiveMedia(activeMedia); - if (!this.elements.thumbnails) return; - const activeThumbnail = this.elements.thumbnails.querySelector(`[data-target="${ mediaId }"]`); - this.setActiveThumbnail(activeThumbnail); - this.announceLiveRegion(activeMedia, activeThumbnail.dataset.mediaPosition); - } + if (!this.elements.thumbnails) return; + const activeThumbnail = this.elements.thumbnails.querySelector(`[data-target="${mediaId}"]`); + this.setActiveThumbnail(activeThumbnail); + this.announceLiveRegion(activeMedia, activeThumbnail.dataset.mediaPosition); + } - setActiveThumbnail(thumbnail) { - if (!this.elements.thumbnails || !thumbnail) return; + setActiveThumbnail(thumbnail) { + if (!this.elements.thumbnails || !thumbnail) return; - this.elements.thumbnails.querySelectorAll('button').forEach((element) => element.removeAttribute('aria-current')); - thumbnail.querySelector('button').setAttribute('aria-current', true); - if (this.elements.thumbnails.isSlideVisible(thumbnail, 10)) return; + this.elements.thumbnails + .querySelectorAll('button') + .forEach((element) => element.removeAttribute('aria-current')); + thumbnail.querySelector('button').setAttribute('aria-current', true); + if (this.elements.thumbnails.isSlideVisible(thumbnail, 10)) return; - this.elements.thumbnails.slider.scrollTo({ left: thumbnail.offsetLeft }); - } + this.elements.thumbnails.slider.scrollTo({ left: thumbnail.offsetLeft }); + } - announceLiveRegion(activeItem, position) { - const image = activeItem.querySelector('.product__modal-opener--image img'); - if (!image) return; - image.onload = () => { - this.elements.liveRegion.setAttribute('aria-hidden', false); - this.elements.liveRegion.innerHTML = window.accessibilityStrings.imageAvailable.replace( - '[index]', - position - ); - setTimeout(() => { - this.elements.liveRegion.setAttribute('aria-hidden', true); - }, 2000); - }; - image.src = image.src; - } + announceLiveRegion(activeItem, position) { + const image = activeItem.querySelector('.product__modal-opener--image img'); + if (!image) return; + image.onload = () => { + this.elements.liveRegion.setAttribute('aria-hidden', false); + this.elements.liveRegion.innerHTML = window.accessibilityStrings.imageAvailable.replace('[index]', position); + setTimeout(() => { + this.elements.liveRegion.setAttribute('aria-hidden', true); + }, 2000); + }; + image.src = image.src; + } - playActiveMedia(activeItem) { - window.pauseAllMedia(); - const deferredMedia = activeItem.querySelector('.deferred-media'); - if (deferredMedia) deferredMedia.loadContent(false); - } + playActiveMedia(activeItem) { + window.pauseAllMedia(); + const deferredMedia = activeItem.querySelector('.deferred-media'); + if (deferredMedia) deferredMedia.loadContent(false); + } - preventStickyHeader() { - this.stickyHeader = this.stickyHeader || document.querySelector('sticky-header'); - if (!this.stickyHeader) return; - this.stickyHeader.dispatchEvent(new Event('preventHeaderReveal')); - } + preventStickyHeader() { + this.stickyHeader = this.stickyHeader || document.querySelector('sticky-header'); + if (!this.stickyHeader) return; + this.stickyHeader.dispatchEvent(new Event('preventHeaderReveal')); + } - removeListSemantic() { - if (!this.elements.viewer.slider) return; - this.elements.viewer.slider.setAttribute('role', 'presentation'); - this.elements.viewer.sliderItems.forEach(slide => slide.setAttribute('role', 'presentation')); + removeListSemantic() { + if (!this.elements.viewer.slider) return; + this.elements.viewer.slider.setAttribute('role', 'presentation'); + this.elements.viewer.sliderItems.forEach((slide) => slide.setAttribute('role', 'presentation')); + } } - }); + ); } diff --git a/assets/password-modal.js b/assets/password-modal.js index 8f8c49a8648..9df18f44809 100644 --- a/assets/password-modal.js +++ b/assets/password-modal.js @@ -2,7 +2,7 @@ class PasswordModal extends DetailsModal { constructor() { super(); - if (this.querySelector('input[aria-invalid="true"]')) this.open({target: this.querySelector('details')}); + if (this.querySelector('input[aria-invalid="true"]')) this.open({ target: this.querySelector('details') }); } } diff --git a/assets/pickup-availability.js b/assets/pickup-availability.js index 3378b3ee0c8..238d77fd1fa 100644 --- a/assets/pickup-availability.js +++ b/assets/pickup-availability.js @@ -1,106 +1,117 @@ if (!customElements.get('pickup-availability')) { - customElements.define('pickup-availability', class PickupAvailability extends HTMLElement { - constructor() { - super(); + customElements.define( + 'pickup-availability', + class PickupAvailability extends HTMLElement { + constructor() { + super(); - if(!this.hasAttribute('available')) return; + if (!this.hasAttribute('available')) return; - this.errorHtml = this.querySelector('template').content.firstElementChild.cloneNode(true); - this.onClickRefreshList = this.onClickRefreshList.bind(this); - this.fetchAvailability(this.dataset.variantId); - } - - fetchAvailability(variantId) { - let rootUrl = this.dataset.rootUrl; - if (!rootUrl.endsWith("/")) { - rootUrl = rootUrl + "/"; + this.errorHtml = this.querySelector('template').content.firstElementChild.cloneNode(true); + this.onClickRefreshList = this.onClickRefreshList.bind(this); + this.fetchAvailability(this.dataset.variantId); } - const variantSectionUrl = `${rootUrl}variants/${variantId}/?section_id=pickup-availability`; - - fetch(variantSectionUrl) - .then(response => response.text()) - .then(text => { - const sectionInnerHTML = new DOMParser() - .parseFromString(text, 'text/html') - .querySelector('.shopify-section'); - this.renderPreview(sectionInnerHTML); - }) - .catch(e => { - const button = this.querySelector('button'); - if (button) button.removeEventListener('click', this.onClickRefreshList); - this.renderError(); - }); - } - - onClickRefreshList(evt) { - this.fetchAvailability(this.dataset.variantId); - } - - renderError() { - this.innerHTML = ''; - this.appendChild(this.errorHtml); - this.querySelector('button').addEventListener('click', this.onClickRefreshList); - } + fetchAvailability(variantId) { + let rootUrl = this.dataset.rootUrl; + if (!rootUrl.endsWith('/')) { + rootUrl = rootUrl + '/'; + } + const variantSectionUrl = `${rootUrl}variants/${variantId}/?section_id=pickup-availability`; + + fetch(variantSectionUrl) + .then((response) => response.text()) + .then((text) => { + const sectionInnerHTML = new DOMParser() + .parseFromString(text, 'text/html') + .querySelector('.shopify-section'); + this.renderPreview(sectionInnerHTML); + }) + .catch((e) => { + const button = this.querySelector('button'); + if (button) button.removeEventListener('click', this.onClickRefreshList); + this.renderError(); + }); + } - renderPreview(sectionInnerHTML) { - const drawer = document.querySelector('pickup-availability-drawer'); - if (drawer) drawer.remove(); - if (!sectionInnerHTML.querySelector('pickup-availability-preview')) { - this.innerHTML = ""; - this.removeAttribute('available'); - return; + onClickRefreshList(evt) { + this.fetchAvailability(this.dataset.variantId); } - this.innerHTML = sectionInnerHTML.querySelector('pickup-availability-preview').outerHTML; - this.setAttribute('available', ''); + renderError() { + this.innerHTML = ''; + this.appendChild(this.errorHtml); - document.body.appendChild(sectionInnerHTML.querySelector('pickup-availability-drawer')); + this.querySelector('button').addEventListener('click', this.onClickRefreshList); + } - const button = this.querySelector('button'); - if (button) button.addEventListener('click', (evt) => { - document.querySelector('pickup-availability-drawer').show(evt.target); - }); + renderPreview(sectionInnerHTML) { + const drawer = document.querySelector('pickup-availability-drawer'); + if (drawer) drawer.remove(); + if (!sectionInnerHTML.querySelector('pickup-availability-preview')) { + this.innerHTML = ''; + this.removeAttribute('available'); + return; + } + + this.innerHTML = sectionInnerHTML.querySelector('pickup-availability-preview').outerHTML; + this.setAttribute('available', ''); + + document.body.appendChild(sectionInnerHTML.querySelector('pickup-availability-drawer')); + + const button = this.querySelector('button'); + if (button) + button.addEventListener('click', (evt) => { + document.querySelector('pickup-availability-drawer').show(evt.target); + }); + } } - }); + ); } if (!customElements.get('pickup-availability-drawer')) { - customElements.define('pickup-availability-drawer', class PickupAvailabilityDrawer extends HTMLElement { - constructor() { - super(); + customElements.define( + 'pickup-availability-drawer', + class PickupAvailabilityDrawer extends HTMLElement { + constructor() { + super(); - this.onBodyClick = this.handleBodyClick.bind(this); + this.onBodyClick = this.handleBodyClick.bind(this); - this.querySelector('button').addEventListener('click', () => { - this.hide(); - }); + this.querySelector('button').addEventListener('click', () => { + this.hide(); + }); - this.addEventListener('keyup', (event) => { - if(event.code.toUpperCase() === 'ESCAPE') this.hide(); - }); - } + this.addEventListener('keyup', (event) => { + if (event.code.toUpperCase() === 'ESCAPE') this.hide(); + }); + } - handleBodyClick(evt) { - const target = evt.target; - if (target != this && !target.closest('pickup-availability-drawer') && target.id != 'ShowPickupAvailabilityDrawer') { - this.hide(); + handleBodyClick(evt) { + const target = evt.target; + if ( + target != this && + !target.closest('pickup-availability-drawer') && + target.id != 'ShowPickupAvailabilityDrawer' + ) { + this.hide(); + } } - } - hide() { - this.removeAttribute('open'); - document.body.removeEventListener('click', this.onBodyClick); - document.body.classList.remove('overflow-hidden'); - removeTrapFocus(this.focusElement); - } + hide() { + this.removeAttribute('open'); + document.body.removeEventListener('click', this.onBodyClick); + document.body.classList.remove('overflow-hidden'); + removeTrapFocus(this.focusElement); + } - show(focusElement) { - this.focusElement = focusElement; - this.setAttribute('open', ''); - document.body.addEventListener('click', this.onBodyClick); - document.body.classList.add('overflow-hidden'); - trapFocus(this); + show(focusElement) { + this.focusElement = focusElement; + this.setAttribute('open', ''); + document.body.addEventListener('click', this.onBodyClick); + document.body.classList.add('overflow-hidden'); + trapFocus(this); + } } - }); + ); } diff --git a/assets/predictive-search.js b/assets/predictive-search.js index e519621f627..ed33c078d81 100644 --- a/assets/predictive-search.js +++ b/assets/predictive-search.js @@ -3,8 +3,7 @@ class PredictiveSearch extends SearchForm { super(); this.cachedResults = {}; this.predictiveSearchResults = this.querySelector('[data-predictive-search]'); - this.allPredictiveSearchInstances = - document.querySelectorAll('predictive-search'); + this.allPredictiveSearchInstances = document.querySelectorAll('predictive-search'); this.isOpen = false; this.abortController = new AbortController(); this.searchTerm = ''; @@ -31,7 +30,7 @@ class PredictiveSearch extends SearchForm { if (!this.searchTerm || !newSearchTerm.startsWith(this.searchTerm)) { // Remove the results when they are no longer relevant for the new search term // so they don't show up when the dropdown opens again - this.querySelector("#predictive-search-results-groups-wrapper")?.remove(); + this.querySelector('#predictive-search-results-groups-wrapper')?.remove(); } // Update the term asap, don't wait for the predictive search query to finish loading @@ -79,7 +78,7 @@ class PredictiveSearch extends SearchForm { onFocusOut() { setTimeout(() => { if (!this.contains(document.activeElement)) this.close(); - }) + }); } onKeyup(event) { @@ -88,7 +87,7 @@ class PredictiveSearch extends SearchForm { switch (event.code) { case 'ArrowUp': - this.switchOption('up') + this.switchOption('up'); break; case 'ArrowDown': this.switchOption('down'); @@ -101,21 +100,16 @@ class PredictiveSearch extends SearchForm { onKeydown(event) { // Prevent the cursor from moving in the input when using the up and down arrow keys - if ( - event.code === 'ArrowUp' || - event.code === 'ArrowDown' - ) { + if (event.code === 'ArrowUp' || event.code === 'ArrowDown') { event.preventDefault(); } } updateSearchForTerm(previousTerm, newTerm) { - const searchForTextElement = this.querySelector( - "[data-predictive-search-search-for-text]" - ); + const searchForTextElement = this.querySelector('[data-predictive-search-search-for-text]'); const currentButtonText = searchForTextElement?.innerText; if (currentButtonText) { - if (currentButtonText.match(new RegExp(previousTerm, "g")).length > 1) { + if (currentButtonText.match(new RegExp(previousTerm, 'g')).length > 1) { // The new term matches part of the button text and not just the search term, do not replace to avoid mistakes return; } @@ -132,9 +126,9 @@ class PredictiveSearch extends SearchForm { // Filter out hidden elements (duplicated page and article resources) thanks // to this https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetParent - const allVisibleElements = Array.from( - this.querySelectorAll("li, button.predictive-search__item") - ).filter((element) => element.offsetParent !== null); + const allVisibleElements = Array.from(this.querySelectorAll('li, button.predictive-search__item')).filter( + (element) => element.offsetParent !== null + ); let activeElementIndex = 0; if (moveUp && !selectedElement) return; @@ -149,18 +143,12 @@ class PredictiveSearch extends SearchForm { i++; } - this.statusElement.textContent = ""; + this.statusElement.textContent = ''; if (!moveUp && selectedElement) { - activeElementIndex = - selectedElementIndex === allVisibleElements.length - 1 - ? 0 - : selectedElementIndex + 1; + activeElementIndex = selectedElementIndex === allVisibleElements.length - 1 ? 0 : selectedElementIndex + 1; } else if (moveUp) { - activeElementIndex = - selectedElementIndex === 0 - ? allVisibleElements.length - 1 - : selectedElementIndex - 1; + activeElementIndex = selectedElementIndex === 0 ? allVisibleElements.length - 1 : selectedElementIndex - 1; } if (activeElementIndex === selectedElementIndex) return; @@ -174,15 +162,13 @@ class PredictiveSearch extends SearchForm { } selectOption() { - const selectedOption = this.querySelector( - '[aria-selected="true"] a, button[aria-selected="true"]' - ); + const selectedOption = this.querySelector('[aria-selected="true"] a, button[aria-selected="true"]'); if (selectedOption) selectedOption.click(); } getSearchResults(searchTerm) { - const queryKey = searchTerm.replace(" ", "-").toLowerCase(); + const queryKey = searchTerm.replace(' ', '-').toLowerCase(); this.setLiveRegionLoadingState(); if (this.cachedResults[queryKey]) { @@ -190,12 +176,9 @@ class PredictiveSearch extends SearchForm { return; } - fetch( - `${routes.predictive_search_url}?q=${encodeURIComponent( - searchTerm - )}§ion_id=predictive-search`, - { signal: this.abortController.signal } - ) + fetch(`${routes.predictive_search_url}?q=${encodeURIComponent(searchTerm)}§ion_id=predictive-search`, { + signal: this.abortController.signal, + }) .then((response) => { if (!response.ok) { var error = new Error(response.status); @@ -206,13 +189,13 @@ class PredictiveSearch extends SearchForm { return response.text(); }) .then((text) => { - const resultsMarkup = new DOMParser().parseFromString(text, 'text/html').querySelector('#shopify-section-predictive-search').innerHTML; + const resultsMarkup = new DOMParser() + .parseFromString(text, 'text/html') + .querySelector('#shopify-section-predictive-search').innerHTML; // Save bandwidth keeping the cache in all instances synced - this.allPredictiveSearchInstances.forEach( - (predictiveSearchInstance) => { - predictiveSearchInstance.cachedResults[queryKey] = resultsMarkup; - } - ); + this.allPredictiveSearchInstances.forEach((predictiveSearchInstance) => { + predictiveSearchInstance.cachedResults[queryKey] = resultsMarkup; + }); this.renderSearchResults(resultsMarkup); }) .catch((error) => { @@ -256,7 +239,8 @@ class PredictiveSearch extends SearchForm { } getResultsMaxHeight() { - this.resultsMaxHeight = window.innerHeight - document.querySelector('.section-header').getBoundingClientRect().bottom; + this.resultsMaxHeight = + window.innerHeight - document.querySelector('.section-header').getBoundingClientRect().bottom; return this.resultsMaxHeight; } @@ -285,7 +269,7 @@ class PredictiveSearch extends SearchForm { this.removeAttribute('loading'); this.removeAttribute('open'); this.input.setAttribute('aria-expanded', false); - this.resultsMaxHeight = false + this.resultsMaxHeight = false; this.predictiveSearchResults.removeAttribute('style'); } } diff --git a/assets/product-form.js b/assets/product-form.js index 0a7d51ea40e..02c6893752f 100644 --- a/assets/product-form.js +++ b/assets/product-form.js @@ -1,94 +1,113 @@ if (!customElements.get('product-form')) { - customElements.define('product-form', class ProductForm extends HTMLElement { - constructor() { - super(); + customElements.define( + 'product-form', + class ProductForm extends HTMLElement { + constructor() { + super(); - this.form = this.querySelector('form'); - this.form.querySelector('[name=id]').disabled = false; - this.form.addEventListener('submit', this.onSubmitHandler.bind(this)); - this.cart = document.querySelector('cart-notification') || document.querySelector('cart-drawer'); - this.submitButton = this.querySelector('[type="submit"]'); - if (document.querySelector('cart-drawer')) this.submitButton.setAttribute('aria-haspopup', 'dialog'); + this.form = this.querySelector('form'); + this.form.querySelector('[name=id]').disabled = false; + this.form.addEventListener('submit', this.onSubmitHandler.bind(this)); + this.cart = document.querySelector('cart-notification') || document.querySelector('cart-drawer'); + this.submitButton = this.querySelector('[type="submit"]'); + if (document.querySelector('cart-drawer')) this.submitButton.setAttribute('aria-haspopup', 'dialog'); - this.hideErrors = this.dataset.hideErrors === 'true'; - } + this.hideErrors = this.dataset.hideErrors === 'true'; + } - onSubmitHandler(evt) { - evt.preventDefault(); - if (this.submitButton.getAttribute('aria-disabled') === 'true') return; + onSubmitHandler(evt) { + evt.preventDefault(); + if (this.submitButton.getAttribute('aria-disabled') === 'true') return; - this.handleErrorMessage(); + this.handleErrorMessage(); - this.submitButton.setAttribute('aria-disabled', true); - this.submitButton.classList.add('loading'); - this.querySelector('.loading-overlay__spinner').classList.remove('hidden'); + this.submitButton.setAttribute('aria-disabled', true); + this.submitButton.classList.add('loading'); + this.querySelector('.loading-overlay__spinner').classList.remove('hidden'); - const config = fetchConfig('javascript'); - config.headers['X-Requested-With'] = 'XMLHttpRequest'; - delete config.headers['Content-Type']; + const config = fetchConfig('javascript'); + config.headers['X-Requested-With'] = 'XMLHttpRequest'; + delete config.headers['Content-Type']; - const formData = new FormData(this.form); - if (this.cart) { - formData.append('sections', this.cart.getSectionsToRender().map((section) => section.id)); - formData.append('sections_url', window.location.pathname); - this.cart.setActiveElement(document.activeElement); - } - config.body = formData; + const formData = new FormData(this.form); + if (this.cart) { + formData.append( + 'sections', + this.cart.getSectionsToRender().map((section) => section.id) + ); + formData.append('sections_url', window.location.pathname); + this.cart.setActiveElement(document.activeElement); + } + config.body = formData; - fetch(`${routes.cart_add_url}`, config) - .then((response) => response.json()) - .then((response) => { - if (response.status) { - publish(PUB_SUB_EVENTS.cartError, {source: 'product-form', productVariantId: formData.get('id'), errors: response.description, message: response.message}); - this.handleErrorMessage(response.description); + fetch(`${routes.cart_add_url}`, config) + .then((response) => response.json()) + .then((response) => { + if (response.status) { + publish(PUB_SUB_EVENTS.cartError, { + source: 'product-form', + productVariantId: formData.get('id'), + errors: response.description, + message: response.message, + }); + this.handleErrorMessage(response.description); - const soldOutMessage = this.submitButton.querySelector('.sold-out-message'); - if (!soldOutMessage) return; - this.submitButton.setAttribute('aria-disabled', true); - this.submitButton.querySelector('span').classList.add('hidden'); - soldOutMessage.classList.remove('hidden'); - this.error = true; - return; - } else if (!this.cart) { - window.location = window.routes.cart_url; - return; - } + const soldOutMessage = this.submitButton.querySelector('.sold-out-message'); + if (!soldOutMessage) return; + this.submitButton.setAttribute('aria-disabled', true); + this.submitButton.querySelector('span').classList.add('hidden'); + soldOutMessage.classList.remove('hidden'); + this.error = true; + return; + } else if (!this.cart) { + window.location = window.routes.cart_url; + return; + } - if (!this.error) publish(PUB_SUB_EVENTS.cartUpdate, {source: 'product-form', productVariantId: formData.get('id')}); - this.error = false; - const quickAddModal = this.closest('quick-add-modal'); - if (quickAddModal) { - document.body.addEventListener('modalClosed', () => { - setTimeout(() => { this.cart.renderContents(response) }); - }, { once: true }); - quickAddModal.hide(true); - } else { - this.cart.renderContents(response); - } - }) - .catch((e) => { - console.error(e); - }) - .finally(() => { - this.submitButton.classList.remove('loading'); - if (this.cart && this.cart.classList.contains('is-empty')) this.cart.classList.remove('is-empty'); - if (!this.error) this.submitButton.removeAttribute('aria-disabled'); - this.querySelector('.loading-overlay__spinner').classList.add('hidden'); - }); - } + if (!this.error) + publish(PUB_SUB_EVENTS.cartUpdate, { source: 'product-form', productVariantId: formData.get('id') }); + this.error = false; + const quickAddModal = this.closest('quick-add-modal'); + if (quickAddModal) { + document.body.addEventListener( + 'modalClosed', + () => { + setTimeout(() => { + this.cart.renderContents(response); + }); + }, + { once: true } + ); + quickAddModal.hide(true); + } else { + this.cart.renderContents(response); + } + }) + .catch((e) => { + console.error(e); + }) + .finally(() => { + this.submitButton.classList.remove('loading'); + if (this.cart && this.cart.classList.contains('is-empty')) this.cart.classList.remove('is-empty'); + if (!this.error) this.submitButton.removeAttribute('aria-disabled'); + this.querySelector('.loading-overlay__spinner').classList.add('hidden'); + }); + } - handleErrorMessage(errorMessage = false) { - if (this.hideErrors) return; + handleErrorMessage(errorMessage = false) { + if (this.hideErrors) return; - this.errorMessageWrapper = this.errorMessageWrapper || this.querySelector('.product-form__error-message-wrapper'); - if (!this.errorMessageWrapper) return; - this.errorMessage = this.errorMessage || this.errorMessageWrapper.querySelector('.product-form__error-message'); + this.errorMessageWrapper = + this.errorMessageWrapper || this.querySelector('.product-form__error-message-wrapper'); + if (!this.errorMessageWrapper) return; + this.errorMessage = this.errorMessage || this.errorMessageWrapper.querySelector('.product-form__error-message'); - this.errorMessageWrapper.toggleAttribute('hidden', !errorMessage); + this.errorMessageWrapper.toggleAttribute('hidden', !errorMessage); - if (errorMessage) { - this.errorMessage.textContent = errorMessage; + if (errorMessage) { + this.errorMessage.textContent = errorMessage; + } } } - }); + ); } diff --git a/assets/product-info.js b/assets/product-info.js index 42534a1a9ae..79a714b67ab 100644 --- a/assets/product-info.js +++ b/assets/product-info.js @@ -1,99 +1,100 @@ if (!customElements.get('product-info')) { - customElements.define('product-info', class ProductInfo extends HTMLElement { - constructor() { - super(); - this.input = this.querySelector('.quantity__input'); - this.currentVariant = this.querySelector('.product-variant-id'); - this.variantSelects = this.querySelector('variant-radios') - this.submitButton = this.querySelector('[type="submit"]'); - } + customElements.define( + 'product-info', + class ProductInfo extends HTMLElement { + constructor() { + super(); + this.input = this.querySelector('.quantity__input'); + this.currentVariant = this.querySelector('.product-variant-id'); + this.variantSelects = this.querySelector('variant-radios'); + this.submitButton = this.querySelector('[type="submit"]'); + } - cartUpdateUnsubscriber = undefined; - variantChangeUnsubscriber = undefined; + cartUpdateUnsubscriber = undefined; + variantChangeUnsubscriber = undefined; - connectedCallback() { - if (!this.input) return; - this.quantityForm = this.querySelector('.product-form__quantity'); - if (!this.quantityForm) return; - this.setQuantityBoundries(); - if (!this.dataset.originalSection) { - this.cartUpdateUnsubscriber = subscribe(PUB_SUB_EVENTS.cartUpdate, this.fetchQuantityRules.bind(this)); - } - this.variantChangeUnsubscriber = subscribe(PUB_SUB_EVENTS.variantChange, (event) => { - const sectionId = this.dataset.originalSection ? this.dataset.originalSection : this.dataset.section; - if (event.data.sectionId !== sectionId) return; - this.updateQuantityRules(event.data.sectionId, event.data.html); + connectedCallback() { + if (!this.input) return; + this.quantityForm = this.querySelector('.product-form__quantity'); + if (!this.quantityForm) return; this.setQuantityBoundries(); - }); - } - - disconnectedCallback() { - if (this.cartUpdateUnsubscriber) { - this.cartUpdateUnsubscriber(); - } - if (this.variantChangeUnsubscriber) { - this.variantChangeUnsubscriber(); + if (!this.dataset.originalSection) { + this.cartUpdateUnsubscriber = subscribe(PUB_SUB_EVENTS.cartUpdate, this.fetchQuantityRules.bind(this)); + } + this.variantChangeUnsubscriber = subscribe(PUB_SUB_EVENTS.variantChange, (event) => { + const sectionId = this.dataset.originalSection ? this.dataset.originalSection : this.dataset.section; + if (event.data.sectionId !== sectionId) return; + this.updateQuantityRules(event.data.sectionId, event.data.html); + this.setQuantityBoundries(); + }); } - } - setQuantityBoundries() { - const data = { - cartQuantity: this.input.dataset.cartQuantity ? parseInt(this.input.dataset.cartQuantity) : 0, - min: this.input.dataset.min ? parseInt(this.input.dataset.min) : 1, - max: this.input.dataset.max ? parseInt(this.input.dataset.max) : null, - step: this.input.step ? parseInt(this.input.step) : 1 + disconnectedCallback() { + if (this.cartUpdateUnsubscriber) { + this.cartUpdateUnsubscriber(); + } + if (this.variantChangeUnsubscriber) { + this.variantChangeUnsubscriber(); + } } - let min = data.min; - const max = data.max === null ? data.max : data.max - data.cartQuantity; - if (max !== null) min = Math.min(min, max); - if (data.cartQuantity >= data.min) min = Math.min(min, data.step); + setQuantityBoundries() { + const data = { + cartQuantity: this.input.dataset.cartQuantity ? parseInt(this.input.dataset.cartQuantity) : 0, + min: this.input.dataset.min ? parseInt(this.input.dataset.min) : 1, + max: this.input.dataset.max ? parseInt(this.input.dataset.max) : null, + step: this.input.step ? parseInt(this.input.step) : 1, + }; - this.input.min = min; - this.input.max = max; - this.input.value = min; - publish(PUB_SUB_EVENTS.quantityUpdate, undefined); - } + let min = data.min; + const max = data.max === null ? data.max : data.max - data.cartQuantity; + if (max !== null) min = Math.min(min, max); + if (data.cartQuantity >= data.min) min = Math.min(min, data.step); - fetchQuantityRules() { - if (!this.currentVariant || !this.currentVariant.value) return; - this.querySelector('.quantity__rules-cart .loading-overlay').classList.remove('hidden'); - fetch(`${this.dataset.url}?variant=${this.currentVariant.value}§ion_id=${this.dataset.section}`).then((response) => { - return response.text() - }) - .then((responseText) => { - const html = new DOMParser().parseFromString(responseText, 'text/html'); - this.updateQuantityRules(this.dataset.section, html); - this.setQuantityBoundries(); - }) - .catch(e => { - console.error(e); - }) - .finally(() => { - this.querySelector('.quantity__rules-cart .loading-overlay').classList.add('hidden'); - }); - } + this.input.min = min; + this.input.max = max; + this.input.value = min; + publish(PUB_SUB_EVENTS.quantityUpdate, undefined); + } - updateQuantityRules(sectionId, html) { - const quantityFormUpdated = html.getElementById(`Quantity-Form-${sectionId}`); - const selectors = ['.quantity__input', '.quantity__rules', '.quantity__label']; - for (let selector of selectors) { - const current = this.quantityForm.querySelector(selector); - const updated = quantityFormUpdated.querySelector(selector); - if (!current || !updated) continue; - if (selector === '.quantity__input') { - const attributes = ['data-cart-quantity', 'data-min', 'data-max', 'step']; - for (let attribute of attributes) { - const valueUpdated = updated.getAttribute(attribute); - if (valueUpdated !== null) current.setAttribute(attribute, valueUpdated); + fetchQuantityRules() { + if (!this.currentVariant || !this.currentVariant.value) return; + this.querySelector('.quantity__rules-cart .loading-overlay').classList.remove('hidden'); + fetch(`${this.dataset.url}?variant=${this.currentVariant.value}§ion_id=${this.dataset.section}`) + .then((response) => { + return response.text(); + }) + .then((responseText) => { + const html = new DOMParser().parseFromString(responseText, 'text/html'); + this.updateQuantityRules(this.dataset.section, html); + this.setQuantityBoundries(); + }) + .catch((e) => { + console.error(e); + }) + .finally(() => { + this.querySelector('.quantity__rules-cart .loading-overlay').classList.add('hidden'); + }); + } + + updateQuantityRules(sectionId, html) { + const quantityFormUpdated = html.getElementById(`Quantity-Form-${sectionId}`); + const selectors = ['.quantity__input', '.quantity__rules', '.quantity__label']; + for (let selector of selectors) { + const current = this.quantityForm.querySelector(selector); + const updated = quantityFormUpdated.querySelector(selector); + if (!current || !updated) continue; + if (selector === '.quantity__input') { + const attributes = ['data-cart-quantity', 'data-min', 'data-max', 'step']; + for (let attribute of attributes) { + const valueUpdated = updated.getAttribute(attribute); + if (valueUpdated !== null) current.setAttribute(attribute, valueUpdated); + } + } else { + current.innerHTML = updated.innerHTML; } - } else { - current.innerHTML = updated.innerHTML; } } } - } -)}; - - - + ); +} diff --git a/assets/product-modal.js b/assets/product-modal.js index 350e434902e..b35c7f468b8 100644 --- a/assets/product-modal.js +++ b/assets/product-modal.js @@ -1,34 +1,42 @@ if (!customElements.get('product-modal')) { - customElements.define('product-modal', class ProductModal extends ModalDialog { - constructor() { - super(); - } + customElements.define( + 'product-modal', + class ProductModal extends ModalDialog { + constructor() { + super(); + } - hide() { - super.hide(); - } + hide() { + super.hide(); + } - show(opener) { - super.show(opener); - this.showActiveMedia(); - } + show(opener) { + super.show(opener); + this.showActiveMedia(); + } - showActiveMedia() { - this.querySelectorAll(`[data-media-id]:not([data-media-id="${this.openedBy.getAttribute("data-media-id")}"])`).forEach((element) => { + showActiveMedia() { + this.querySelectorAll( + `[data-media-id]:not([data-media-id="${this.openedBy.getAttribute('data-media-id')}"])` + ).forEach((element) => { element.classList.remove('active'); - } - ) - const activeMedia = this.querySelector(`[data-media-id="${this.openedBy.getAttribute("data-media-id")}"]`); - const activeMediaTemplate = activeMedia.querySelector('template'); - const activeMediaContent = activeMediaTemplate ? activeMediaTemplate.content : null; - activeMedia.classList.add('active'); - activeMedia.scrollIntoView(); + }); + const activeMedia = this.querySelector(`[data-media-id="${this.openedBy.getAttribute('data-media-id')}"]`); + const activeMediaTemplate = activeMedia.querySelector('template'); + const activeMediaContent = activeMediaTemplate ? activeMediaTemplate.content : null; + activeMedia.classList.add('active'); + activeMedia.scrollIntoView(); - const container = this.querySelector('[role="document"]'); - container.scrollLeft = (activeMedia.width - container.clientWidth) / 2; + const container = this.querySelector('[role="document"]'); + container.scrollLeft = (activeMedia.width - container.clientWidth) / 2; - if (activeMedia.nodeName == 'DEFERRED-MEDIA' && activeMediaContent && activeMediaContent.querySelector('.js-youtube')) - activeMedia.loadContent(); + if ( + activeMedia.nodeName == 'DEFERRED-MEDIA' && + activeMediaContent && + activeMediaContent.querySelector('.js-youtube') + ) + activeMedia.loadContent(); + } } - }); + ); } diff --git a/assets/product-model.js b/assets/product-model.js index 7efe5d00c1e..db28d081aba 100644 --- a/assets/product-model.js +++ b/assets/product-model.js @@ -1,27 +1,30 @@ if (!customElements.get('product-model')) { - customElements.define('product-model', class ProductModel extends DeferredMedia { - constructor() { - super(); + customElements.define( + 'product-model', + class ProductModel extends DeferredMedia { + constructor() { + super(); + } + + loadContent() { + super.loadContent(); + + Shopify.loadFeatures([ + { + name: 'model-viewer-ui', + version: '1.0', + onLoad: this.setupModelViewerUI.bind(this), + }, + ]); + } + + setupModelViewerUI(errors) { + if (errors) return; + + this.modelViewerUI = new Shopify.ModelViewerUI(this.querySelector('model-viewer')); + } } - - loadContent() { - super.loadContent(); - - Shopify.loadFeatures([ - { - name: 'model-viewer-ui', - version: '1.0', - onLoad: this.setupModelViewerUI.bind(this), - }, - ]); - } - - setupModelViewerUI(errors) { - if (errors) return; - - this.modelViewerUI = new Shopify.ModelViewerUI(this.querySelector('model-viewer')); - } - }); + ); } window.ProductModel = { @@ -39,9 +42,7 @@ window.ProductModel = { if (errors) return; if (!window.ShopifyXR) { - document.addEventListener('shopify_xr_initialized', () => - this.setupShopifyXR() - ); + document.addEventListener('shopify_xr_initialized', () => this.setupShopifyXR()); return; } diff --git a/assets/pubsub.js b/assets/pubsub.js index 5c595145348..ad27be093c6 100644 --- a/assets/pubsub.js +++ b/assets/pubsub.js @@ -1,23 +1,23 @@ -let subscribers = {} +let subscribers = {}; function subscribe(eventName, callback) { if (subscribers[eventName] === undefined) { - subscribers[eventName] = [] + subscribers[eventName] = []; } subscribers[eventName] = [...subscribers[eventName], callback]; return function unsubscribe() { subscribers[eventName] = subscribers[eventName].filter((cb) => { - return cb !== callback + return cb !== callback; }); - } -}; + }; +} function publish(eventName, data) { if (subscribers[eventName]) { subscribers[eventName].forEach((callback) => { - callback(data) - }) + callback(data); + }); } } diff --git a/assets/quick-add.css b/assets/quick-add.css index 341e8c324e0..fa8f98de46a 100644 --- a/assets/quick-add.css +++ b/assets/quick-add.css @@ -167,7 +167,7 @@ quick-add-modal .product__column-sticky { quick-add-modal .product:not(.product--no-media) .product__info-wrapper { padding-left: 4rem; max-width: 54%; - width: calc(54% - var(--grid-desktop-horizontal-spacing) / 2) + width: calc(54% - var(--grid-desktop-horizontal-spacing) / 2); } quick-add-modal .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) { diff --git a/assets/quick-add.js b/assets/quick-add.js index 36e6dc90202..253b9672443 100644 --- a/assets/quick-add.js +++ b/assets/quick-add.js @@ -1,116 +1,120 @@ if (!customElements.get('quick-add-modal')) { - customElements.define('quick-add-modal', class QuickAddModal extends ModalDialog { - constructor() { - super(); - this.modalContent = this.querySelector('[id^="QuickAddInfo-"]'); - } + customElements.define( + 'quick-add-modal', + class QuickAddModal extends ModalDialog { + constructor() { + super(); + this.modalContent = this.querySelector('[id^="QuickAddInfo-"]'); + } - hide(preventFocus = false) { - const cartNotification = document.querySelector('cart-notification') || document.querySelector('cart-drawer'); - if (cartNotification) cartNotification.setActiveElement(this.openedBy); - this.modalContent.innerHTML = ''; + hide(preventFocus = false) { + const cartNotification = document.querySelector('cart-notification') || document.querySelector('cart-drawer'); + if (cartNotification) cartNotification.setActiveElement(this.openedBy); + this.modalContent.innerHTML = ''; - if (preventFocus) this.openedBy = null; - super.hide(); - } + if (preventFocus) this.openedBy = null; + super.hide(); + } + + show(opener) { + opener.setAttribute('aria-disabled', true); + opener.classList.add('loading'); + opener.querySelector('.loading-overlay__spinner').classList.remove('hidden'); + + fetch(opener.getAttribute('data-product-url')) + .then((response) => response.text()) + .then((responseText) => { + const responseHTML = new DOMParser().parseFromString(responseText, 'text/html'); + this.productElement = responseHTML.querySelector('section[id^="MainProduct-"]'); + this.preventDuplicatedIDs(); + this.removeDOMElements(); + this.setInnerHTML(this.modalContent, this.productElement.innerHTML); + + if (window.Shopify && Shopify.PaymentButton) { + Shopify.PaymentButton.init(); + } + + if (window.ProductModel) window.ProductModel.loadShopifyXR(); + + this.removeGalleryListSemantic(); + this.updateImageSizes(); + this.preventVariantURLSwitching(); + super.show(opener); + }) + .finally(() => { + opener.removeAttribute('aria-disabled'); + opener.classList.remove('loading'); + opener.querySelector('.loading-overlay__spinner').classList.add('hidden'); + }); + } - show(opener) { - opener.setAttribute('aria-disabled', true); - opener.classList.add('loading'); - opener.querySelector('.loading-overlay__spinner').classList.remove('hidden'); - - fetch(opener.getAttribute('data-product-url')) - .then((response) => response.text()) - .then((responseText) => { - const responseHTML = new DOMParser().parseFromString(responseText, 'text/html'); - this.productElement = responseHTML.querySelector('section[id^="MainProduct-"]'); - this.preventDuplicatedIDs(); - this.removeDOMElements(); - this.setInnerHTML(this.modalContent, this.productElement.innerHTML); - - if (window.Shopify && Shopify.PaymentButton) { - Shopify.PaymentButton.init(); - } - - if (window.ProductModel) window.ProductModel.loadShopifyXR(); - - this.removeGalleryListSemantic(); - this.updateImageSizes(); - this.preventVariantURLSwitching(); - super.show(opener); - }) - .finally(() => { - opener.removeAttribute('aria-disabled'); - opener.classList.remove('loading'); - opener.querySelector('.loading-overlay__spinner').classList.add('hidden'); + setInnerHTML(element, html) { + element.innerHTML = html; + + // Reinjects the script tags to allow execution. By default, scripts are disabled when using element.innerHTML. + element.querySelectorAll('script').forEach((oldScriptTag) => { + const newScriptTag = document.createElement('script'); + Array.from(oldScriptTag.attributes).forEach((attribute) => { + newScriptTag.setAttribute(attribute.name, attribute.value); + }); + newScriptTag.appendChild(document.createTextNode(oldScriptTag.innerHTML)); + oldScriptTag.parentNode.replaceChild(newScriptTag, oldScriptTag); }); - } + } - setInnerHTML(element, html) { - element.innerHTML = html; + preventVariantURLSwitching() { + const variantPicker = this.modalContent.querySelector('variant-radios,variant-selects'); + if (!variantPicker) return; - // Reinjects the script tags to allow execution. By default, scripts are disabled when using element.innerHTML. - element.querySelectorAll('script').forEach(oldScriptTag => { - const newScriptTag = document.createElement('script'); - Array.from(oldScriptTag.attributes).forEach(attribute => { - newScriptTag.setAttribute(attribute.name, attribute.value) - }); - newScriptTag.appendChild(document.createTextNode(oldScriptTag.innerHTML)); - oldScriptTag.parentNode.replaceChild(newScriptTag, oldScriptTag); - }); - } + variantPicker.setAttribute('data-update-url', 'false'); + } - preventVariantURLSwitching() { - const variantPicker = this.modalContent.querySelector('variant-radios,variant-selects'); - if (!variantPicker) return; + removeDOMElements() { + const pickupAvailability = this.productElement.querySelector('pickup-availability'); + if (pickupAvailability) pickupAvailability.remove(); - variantPicker.setAttribute('data-update-url', 'false'); - } + const productModal = this.productElement.querySelector('product-modal'); + if (productModal) productModal.remove(); - removeDOMElements() { - const pickupAvailability = this.productElement.querySelector('pickup-availability'); - if (pickupAvailability) pickupAvailability.remove(); + const modalDialog = this.productElement.querySelectorAll('modal-dialog'); + if (modalDialog) modalDialog.forEach((modal) => modal.remove()); + } - const productModal = this.productElement.querySelector('product-modal'); - if (productModal) productModal.remove(); + preventDuplicatedIDs() { + const sectionId = this.productElement.dataset.section; + this.productElement.innerHTML = this.productElement.innerHTML.replaceAll(sectionId, `quickadd-${sectionId}`); + this.productElement.querySelectorAll('variant-selects, variant-radios, product-info').forEach((element) => { + element.dataset.originalSection = sectionId; + }); + } - const modalDialog = this.productElement.querySelectorAll('modal-dialog'); - if (modalDialog) modalDialog.forEach(modal => modal.remove()); - } + removeGalleryListSemantic() { + const galleryList = this.modalContent.querySelector('[id^="Slider-Gallery"]'); + if (!galleryList) return; - preventDuplicatedIDs() { - const sectionId = this.productElement.dataset.section; - this.productElement.innerHTML = this.productElement.innerHTML.replaceAll(sectionId, `quickadd-${ sectionId }`); - this.productElement.querySelectorAll('variant-selects, variant-radios, product-info').forEach((element) => { - element.dataset.originalSection = sectionId; - }); - } + galleryList.setAttribute('role', 'presentation'); + galleryList.querySelectorAll('[id^="Slide-"]').forEach((li) => li.setAttribute('role', 'presentation')); + } - removeGalleryListSemantic() { - const galleryList = this.modalContent.querySelector('[id^="Slider-Gallery"]'); - if (!galleryList) return; + updateImageSizes() { + const product = this.modalContent.querySelector('.product'); + const desktopColumns = product.classList.contains('product--columns'); + if (!desktopColumns) return; - galleryList.setAttribute('role', 'presentation'); - galleryList.querySelectorAll('[id^="Slide-"]').forEach(li => li.setAttribute('role', 'presentation')); - } + const mediaImages = product.querySelectorAll('.product__media img'); + if (!mediaImages.length) return; - updateImageSizes() { - const product = this.modalContent.querySelector('.product'); - const desktopColumns = product.classList.contains('product--columns'); - if (!desktopColumns) return; + let mediaImageSizes = + '(min-width: 1000px) 715px, (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)'; - const mediaImages = product.querySelectorAll('.product__media img'); - if (!mediaImages.length) return; + if (product.classList.contains('product--medium')) { + mediaImageSizes = mediaImageSizes.replace('715px', '605px'); + } else if (product.classList.contains('product--small')) { + mediaImageSizes = mediaImageSizes.replace('715px', '495px'); + } - let mediaImageSizes = '(min-width: 1000px) 715px, (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)'; - - if (product.classList.contains('product--medium')) { - mediaImageSizes = mediaImageSizes.replace('715px', '605px'); - } else if (product.classList.contains('product--small')) { - mediaImageSizes = mediaImageSizes.replace('715px', '495px'); + mediaImages.forEach((img) => img.setAttribute('sizes', mediaImageSizes)); } - - mediaImages.forEach(img => img.setAttribute('sizes', mediaImageSizes)); } - }); + ); } diff --git a/assets/recipient-form.js b/assets/recipient-form.js index 0dbab1b8bae..f301bcf77de 100644 --- a/assets/recipient-form.js +++ b/assets/recipient-form.js @@ -1,139 +1,142 @@ if (!customElements.get('recipient-form')) { - customElements.define('recipient-form', class RecipientForm extends HTMLElement { - constructor() { - super(); - this.checkboxInput = this.querySelector(`#Recipient-Checkbox-${ this.dataset.sectionId }`); - this.checkboxInput.disabled = false; - this.hiddenControlField = this.querySelector(`#Recipient-Control-${ this.dataset.sectionId }`); - this.hiddenControlField.disabled = true; - this.emailInput = this.querySelector(`#Recipient-email-${ this.dataset.sectionId }`); - this.nameInput = this.querySelector(`#Recipient-name-${ this.dataset.sectionId }`); - this.messageInput = this.querySelector(`#Recipient-message-${ this.dataset.sectionId }`); - this.errorMessageWrapper = this.querySelector('.product-form__recipient-error-message-wrapper'); - this.errorMessageList = this.errorMessageWrapper?.querySelector('ul'); - this.errorMessage = this.errorMessageWrapper?.querySelector('.error-message'); - this.defaultErrorHeader = this.errorMessage?.innerText; - this.currentProductVariantId = this.dataset.productVariantId; - this.addEventListener('change', this.onChange.bind(this)); - } + customElements.define( + 'recipient-form', + class RecipientForm extends HTMLElement { + constructor() { + super(); + this.checkboxInput = this.querySelector(`#Recipient-Checkbox-${this.dataset.sectionId}`); + this.checkboxInput.disabled = false; + this.hiddenControlField = this.querySelector(`#Recipient-Control-${this.dataset.sectionId}`); + this.hiddenControlField.disabled = true; + this.emailInput = this.querySelector(`#Recipient-email-${this.dataset.sectionId}`); + this.nameInput = this.querySelector(`#Recipient-name-${this.dataset.sectionId}`); + this.messageInput = this.querySelector(`#Recipient-message-${this.dataset.sectionId}`); + this.errorMessageWrapper = this.querySelector('.product-form__recipient-error-message-wrapper'); + this.errorMessageList = this.errorMessageWrapper?.querySelector('ul'); + this.errorMessage = this.errorMessageWrapper?.querySelector('.error-message'); + this.defaultErrorHeader = this.errorMessage?.innerText; + this.currentProductVariantId = this.dataset.productVariantId; + this.addEventListener('change', this.onChange.bind(this)); + } - cartUpdateUnsubscriber = undefined; - variantChangeUnsubscriber = undefined; - cartErrorUnsubscriber = undefined; + cartUpdateUnsubscriber = undefined; + variantChangeUnsubscriber = undefined; + cartErrorUnsubscriber = undefined; - connectedCallback() { - this.cartUpdateUnsubscriber = subscribe(PUB_SUB_EVENTS.cartUpdate, (event) => { - if (event.source === 'product-form' && event.productVariantId.toString() === this.currentProductVariantId) { - this.resetRecipientForm(); - } - }); + connectedCallback() { + this.cartUpdateUnsubscriber = subscribe(PUB_SUB_EVENTS.cartUpdate, (event) => { + if (event.source === 'product-form' && event.productVariantId.toString() === this.currentProductVariantId) { + this.resetRecipientForm(); + } + }); - this.variantChangeUnsubscriber = subscribe(PUB_SUB_EVENTS.variantChange, (event) => { - if (event.data.sectionId === this.dataset.sectionId) { - this.currentProductVariantId = event.data.variant.id.toString(); + this.variantChangeUnsubscriber = subscribe(PUB_SUB_EVENTS.variantChange, (event) => { + if (event.data.sectionId === this.dataset.sectionId) { + this.currentProductVariantId = event.data.variant.id.toString(); + } + }); + + this.cartUpdateUnsubscriber = subscribe(PUB_SUB_EVENTS.cartError, (event) => { + if (event.source === 'product-form' && event.productVariantId.toString() === this.currentProductVariantId) { + this.displayErrorMessage(event.message, event.errors); + } + }); + } + + disconnectedCallback() { + if (this.cartUpdateUnsubscriber) { + this.cartUpdateUnsubscriber(); } - }); - this.cartUpdateUnsubscriber = subscribe(PUB_SUB_EVENTS.cartError, (event) => { - if (event.source === 'product-form' && event.productVariantId.toString() === this.currentProductVariantId) { - this.displayErrorMessage(event.message, event.errors); + if (this.variantChangeUnsubscriber) { + this.variantChangeUnsubscriber(); } - }); - } - disconnectedCallback() { - if (this.cartUpdateUnsubscriber) { - this.cartUpdateUnsubscriber(); + if (this.cartErrorUnsubscriber) { + this.cartErrorUnsubscriber(); + } } - if (this.variantChangeUnsubscriber) { - this.variantChangeUnsubscriber(); + onChange() { + if (!this.checkboxInput.checked) { + this.clearInputFields(); + this.clearErrorMessage(); + } } - if (this.cartErrorUnsubscriber) { - this.cartErrorUnsubscriber(); + clearInputFields() { + this.emailInput.value = ''; + this.nameInput.value = ''; + this.messageInput.value = ''; } - } - onChange() { - if (!this.checkboxInput.checked) { - this.clearInputFields(); + displayErrorMessage(title, body) { this.clearErrorMessage(); + this.errorMessageWrapper.hidden = false; + if (typeof body === 'object') { + this.errorMessage.innerText = this.defaultErrorHeader; + return Object.entries(body).forEach(([key, value]) => { + const errorMessageId = `RecipientForm-${key}-error-${this.dataset.sectionId}`; + const fieldSelector = `#Recipient-${key}-${this.dataset.sectionId}`; + const placeholderElement = this.querySelector(`${fieldSelector}`); + const label = placeholderElement?.getAttribute('placeholder') || key; + const message = `${label} ${value}`; + const errorMessageElement = this.querySelector(`#${errorMessageId}`); + const errorTextElement = errorMessageElement?.querySelector('.error-message'); + if (!errorTextElement) return; + + if (this.errorMessageList) { + this.errorMessageList.appendChild(this.createErrorListItem(fieldSelector, message)); + } + + errorTextElement.innerText = `${message}.`; + errorMessageElement.classList.remove('hidden'); + + const inputElement = this[`${key}Input`]; + if (!inputElement) return; + + inputElement.setAttribute('aria-invalid', true); + inputElement.setAttribute('aria-describedby', errorMessageId); + }); + } + + this.errorMessage.innerText = body; } - } - clearInputFields() { - this.emailInput.value = ''; - this.nameInput.value = ''; - this.messageInput.value = ''; - } + createErrorListItem(target, message) { + const li = document.createElement('li'); + const a = document.createElement('a'); + a.setAttribute('href', target); + a.innerText = message; + li.appendChild(a); + li.className = 'error-message'; + return li; + } - displayErrorMessage(title, body) { - this.clearErrorMessage(); - this.errorMessageWrapper.hidden = false; - if (typeof body === 'object') { - this.errorMessage.innerText = this.defaultErrorHeader; - return Object.entries(body).forEach(([key, value]) => { - const errorMessageId = `RecipientForm-${ key }-error-${ this.dataset.sectionId }` - const fieldSelector = `#Recipient-${ key }-${ this.dataset.sectionId }`; - const placeholderElement = this.querySelector(`${fieldSelector}`); - const label = placeholderElement?.getAttribute('placeholder') || key; - const message = `${label} ${value}`; - const errorMessageElement = this.querySelector(`#${errorMessageId}`); - const errorTextElement = errorMessageElement?.querySelector('.error-message') - if (!errorTextElement) return; - - if (this.errorMessageList) { - this.errorMessageList.appendChild(this.createErrorListItem(fieldSelector, message)); - } + clearErrorMessage() { + this.errorMessageWrapper.hidden = true; - errorTextElement.innerText = `${message}.`; - errorMessageElement.classList.remove('hidden'); + if (this.errorMessageList) this.errorMessageList.innerHTML = ''; - const inputElement = this[`${key}Input`]; - if (!inputElement) return; + this.querySelectorAll('.recipient-fields .form__message').forEach((field) => { + field.classList.add('hidden'); + const textField = field.querySelector('.error-message'); + if (textField) textField.innerText = ''; + }); - inputElement.setAttribute('aria-invalid', true); - inputElement.setAttribute('aria-describedby', errorMessageId); + [this.emailInput, this.messageInput, this.nameInput].forEach((inputElement) => { + inputElement.setAttribute('aria-invalid', false); + inputElement.removeAttribute('aria-describedby'); }); } - this.errorMessage.innerText = body; - } - - createErrorListItem(target, message) { - const li = document.createElement('li'); - const a = document.createElement('a'); - a.setAttribute('href', target); - a.innerText = message; - li.appendChild(a); - li.className = "error-message"; - return li; - } - - clearErrorMessage() { - this.errorMessageWrapper.hidden = true; - - if (this.errorMessageList) this.errorMessageList.innerHTML = ''; - - this.querySelectorAll('.recipient-fields .form__message').forEach(field => { - field.classList.add('hidden'); - const textField = field.querySelector('.error-message'); - if (textField) textField.innerText = ''; - }); - - [this.emailInput, this.messageInput, this.nameInput].forEach(inputElement => { - inputElement.setAttribute('aria-invalid', false); - inputElement.removeAttribute('aria-describedby'); - }); - } - - resetRecipientForm() { - if (this.checkboxInput.checked) { - this.checkboxInput.checked = false; - this.clearInputFields(); - this.clearErrorMessage(); + resetRecipientForm() { + if (this.checkboxInput.checked) { + this.checkboxInput.checked = false; + this.clearInputFields(); + this.clearErrorMessage(); + } } } - }); + ); } diff --git a/assets/search-form.js b/assets/search-form.js index e0be87fb054..f95e8b79cd7 100644 --- a/assets/search-form.js +++ b/assets/search-form.js @@ -6,18 +6,21 @@ class SearchForm extends HTMLElement { if (this.input) { this.input.form.addEventListener('reset', this.onFormReset.bind(this)); - this.input.addEventListener('input', debounce((event) => { - this.onChange(event); - }, 300).bind(this)) + this.input.addEventListener( + 'input', + debounce((event) => { + this.onChange(event); + }, 300).bind(this) + ); } } toggleResetButton() { const resetIsHidden = this.resetButton.classList.contains('hidden'); if (this.input.value.length > 0 && resetIsHidden) { - this.resetButton.classList.remove('hidden') - } else if (this.input.value.length === 0 && !resetIsHidden) { - this.resetButton.classList.add('hidden') + this.resetButton.classList.remove('hidden'); + } else if (this.input.value.length === 0 && !resetIsHidden) { + this.resetButton.classList.add('hidden'); } } @@ -26,7 +29,7 @@ class SearchForm extends HTMLElement { } shouldResetForm() { - return !document.querySelector('[aria-selected="true"] a') + return !document.querySelector('[aria-selected="true"] a'); } onFormReset(event) { diff --git a/assets/section-email-signup-banner.css b/assets/section-email-signup-banner.css index b49641e7b6b..b888ad288e5 100644 --- a/assets/section-email-signup-banner.css +++ b/assets/section-email-signup-banner.css @@ -57,8 +57,7 @@ .banner--desktop-transparent .email-signup-banner__box--no-image .field__button:focus-visible { outline: 0.2rem solid rgba(var(--color-base-text), 0.5); - box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), - 0 0 0.5rem 0.4rem rgba(var(--color-base-text), 0.3); + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-base-text), 0.3); } } diff --git a/assets/section-featured-blog.css b/assets/section-featured-blog.css index d9c03800cf9..8323a3f4d76 100644 --- a/assets/section-featured-blog.css +++ b/assets/section-featured-blog.css @@ -85,4 +85,3 @@ } } } - diff --git a/assets/section-featured-product.css b/assets/section-featured-product.css index d449f5f5c2f..1f50cdaf5ee 100644 --- a/assets/section-featured-product.css +++ b/assets/section-featured-product.css @@ -33,7 +33,7 @@ } .share-button + .product__view-details::after { - content: ""; + content: ''; clear: both; display: table; } diff --git a/assets/section-footer.css b/assets/section-footer.css index 724ebefd5f6..82d6b4985e3 100644 --- a/assets/section-footer.css +++ b/assets/section-footer.css @@ -190,8 +190,7 @@ margin: 0; } - .footer-block__newsletter:not(:only-child) - .newsletter-form__message--success { + .footer-block__newsletter:not(:only-child) .newsletter-form__message--success { left: auto; } @@ -238,7 +237,6 @@ .footer-block__newsletter { flex-direction: column; } - } @media screen and (min-width: 750px) { @@ -404,9 +402,7 @@ } .footer-block__image-wrapper { - box-shadow: var(--media-shadow-horizontal-offset) - var(--media-shadow-vertical-offset) - var(--media-shadow-blur-radius) + box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity)); margin-bottom: max(calc(2rem + var(--media-shadow-vertical-offset) * var(--media-shadow-visible)), 2rem); overflow: hidden !important; diff --git a/assets/section-image-banner.css b/assets/section-image-banner.css index a768047d5a3..d07a2933667 100644 --- a/assets/section-image-banner.css +++ b/assets/section-image-banner.css @@ -208,8 +208,7 @@ --alpha-button-background: 0; } - .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) - .banner__content { + .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content { position: absolute; height: auto; } diff --git a/assets/section-main-blog.css b/assets/section-main-blog.css index efdb47aa592..ef1587e008a 100644 --- a/assets/section-main-blog.css +++ b/assets/section-main-blog.css @@ -13,7 +13,7 @@ .blog-articles { grid-template-columns: 1fr 1fr; column-gap: var(--grid-desktop-horizontal-spacing); - row-gap: var(--grid-desktop-vertical-spacing); + row-gap: var(--grid-desktop-vertical-spacing); } .blog-articles--collage > *:nth-child(3n + 1), diff --git a/assets/section-main-product.css b/assets/section-main-product.css index bd8c4376617..e9e61bad754 100644 --- a/assets/section-main-product.css +++ b/assets/section-main-product.css @@ -88,21 +88,23 @@ min-height: 4.6rem; } -.shopify-payment-button__button [role="button"].focused, -.no-js .shopify-payment-button__button [role="button"]:focus { - outline: .2rem solid rgba(var(--color-foreground),.5) !important; +.shopify-payment-button__button [role='button'].focused, +.no-js .shopify-payment-button__button [role='button']:focus { + outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important; outline-offset: 0.3rem; - box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important; + box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)), + 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important; } -.shopify-payment-button__button [role="button"]:focus:not(:focus-visible) { +.shopify-payment-button__button [role='button']:focus:not(:focus-visible) { outline: 0; box-shadow: none !important; } -.shopify-payment-button__button [role="button"]:focus-visible { - outline: .2rem solid rgba(var(--color-foreground),.5) !important; - box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important; +.shopify-payment-button__button [role='button']:focus-visible { + outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important; + box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)), + 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important; } .shopify-payment-button__button--unbranded { @@ -218,7 +220,8 @@ fieldset.product-form__input .form__label { left: calc(var(--variant-pills-border-width) * -1); z-index: -1; border-radius: var(--variant-pills-radius); - box-shadow: var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset) var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow), var(--variant-pills-shadow-opacity)); + box-shadow: var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset) + var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow), var(--variant-pills-shadow-opacity)); } .product-form__input input[type='radio'] + label:hover { @@ -235,7 +238,7 @@ fieldset.product-form__input .form__label { } @media screen and (forced-colors: active) { - .product-form__input input[type=radio]:checked + label { + .product-form__input input[type='radio']:checked + label { text-decoration: underline; } } @@ -256,15 +259,13 @@ fieldset.product-form__input .form__label { color: rgba(var(--color-background), 0.6); } .product-form__input input[type='radio']:focus-visible + label { - box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), - 0 0 0 0.5rem rgba(var(--color-foreground), 0.55); + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55); } /* Fallback */ .product-form__input input[type='radio'].focused + label, -.no-js .shopify-payment-button__button [role="button"]:focus + label { - box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), - 0 0 0 0.5rem rgba(var(--color-foreground), 0.55); +.no-js .shopify-payment-button__button [role='button']:focus + label { + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55); } /* No outline when focus-visible is available in the browser */ @@ -286,14 +287,14 @@ fieldset.product-form__input .form__label { --alpha-button-background: 1; } -.product-form__submit[aria-disabled="true"] + .shopify-payment-button .shopify-payment-button__button[disabled], +.product-form__submit[aria-disabled='true'] + .shopify-payment-button .shopify-payment-button__button[disabled], .product-form__submit[disabled] + .shopify-payment-button .shopify-payment-button__button[disabled] { cursor: not-allowed; opacity: 0.5; } @media screen and (forced-colors: active) { - .product-form__submit[aria-disabled="true"] { + .product-form__submit[aria-disabled='true'] { color: Window; } } @@ -463,7 +464,6 @@ a.product__text { margin-bottom: 1.2rem; } - .product--no-media fieldset.product-form__input { flex-wrap: wrap; margin: 0 auto 1.2rem auto; @@ -591,8 +591,7 @@ a.product__text { left: 1.2rem; top: 1.2rem; z-index: 1; - transition: color var(--duration-short) ease, - opacity var(--duration-short) ease; + transition: color var(--duration-short) ease, opacity var(--duration-short) ease; } .product__media-video .product__media-icon { @@ -699,7 +698,7 @@ a.product__text { @media (forced-colors: active) { .product__media-toggle:focus-visible, .product__media-toggle:focus-visible:after, - .product-form__input input[type="radio"]:focus-visible + label { + .product-form__input input[type='radio']:focus-visible + label { outline: transparent solid 1px; outline-offset: 2px; } @@ -906,19 +905,20 @@ a.product__text { border-color: rgba(var(--color-foreground), var(--popup-border-opacity)); border-style: solid; border-width: var(--popup-border-width); - box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity)); + box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) + rgba(var(--color-shadow), var(--popup-shadow-opacity)); } .product-popup-modal__content.focused { - box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), - 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3), - var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity)); + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3), + var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) + rgba(var(--color-shadow), var(--popup-shadow-opacity)); } -.product-popup-modal__content:focus-visible{ - box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), - 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3), - var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity)); +.product-popup-modal__content:focus-visible { + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3), + var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) + rgba(var(--color-shadow), var(--popup-shadow-opacity)); } @media screen and (min-width: 750px) { @@ -1202,13 +1202,13 @@ a.product__text { } .thumbnail[aria-current]:focus-visible { - box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5); + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5); } .thumbnail[aria-current]:focus, .thumbnail.focused { outline: 0; - box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5); + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5); } /* outline styling for Windows High Contrast Mode */ @@ -1271,7 +1271,7 @@ a.product__text { } .thumbnail-list__item::before { - content: ""; + content: ''; display: block; padding-bottom: 100%; } @@ -1314,7 +1314,7 @@ a.product__text { } .product__inventory.visibility-hidden:empty::after { - content: "#"; + content: '#'; } /* Icon with text */ @@ -1389,7 +1389,7 @@ a.product__text { /* SKU block */ .product__sku.visibility-hidden::after { - content: "#"; + content: '#'; } /* Product-thumbnail snippet */ @@ -1502,6 +1502,7 @@ a.product__text { align-items: flex-start; max-width: inherit; position: relative; + cursor: pointer; } .no-js .recipient-checkbox { @@ -1561,7 +1562,7 @@ a.product__text { display: block; animation: animateMenuOpen var(--duration-default) ease; } -.recipient-form > input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields , +.recipient-form > input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields, .recipient-email-label { display: none; } diff --git a/assets/section-multicolumn.css b/assets/section-multicolumn.css index 3b736292424..29aa27168dc 100644 --- a/assets/section-multicolumn.css +++ b/assets/section-multicolumn.css @@ -29,8 +29,7 @@ width: 50%; } -.multicolumn-list__item.center - .multicolumn-card__image-wrapper:not(.multicolumn-card__image-wrapper--full-width), +.multicolumn-list__item.center .multicolumn-card__image-wrapper:not(.multicolumn-card__image-wrapper--full-width), .multicolumn-list__item:only-child { margin-left: auto; margin-right: auto; @@ -66,7 +65,8 @@ } .multicolumn.background-primary .multicolumn-card { - background: rgb(var(--color-background)) linear-gradient(rgba(var(--color-foreground), 0.04), rgba(var(--color-foreground), 0.04)); + background: rgb(var(--color-background)) + linear-gradient(rgba(var(--color-foreground), 0.04), rgba(var(--color-foreground), 0.04)); } .multicolumn-list h3 { @@ -110,7 +110,6 @@ } } - @media screen and (min-width: 750px) { .multicolumn-list.slider, .multicolumn-list.grid--4-col-desktop { @@ -154,17 +153,11 @@ padding-left: 0.5rem; } -.background-none - .slider - .multicolumn-card__image-wrapper - + .multicolumn-card__info { +.background-none .slider .multicolumn-card__image-wrapper + .multicolumn-card__info { padding-left: 1.5rem; } -.background-none - .multicolumn-list:not(.slider) - .center - .multicolumn-card__info { +.background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info { padding-left: 2.5rem; padding-right: 2.5rem; } @@ -186,10 +179,7 @@ } .background-none .multicolumn-list .multicolumn-card__info, - .background-none - .multicolumn-list:not(.slider) - .center - .multicolumn-card__info { + .background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info { padding-left: 1.5rem; padding-right: 1.5rem; } diff --git a/assets/share.js b/assets/share.js index 201f07611fc..953c46ef4ed 100644 --- a/assets/share.js +++ b/assets/share.js @@ -1,49 +1,56 @@ if (!customElements.get('share-button')) { - customElements.define('share-button', class ShareButton extends DetailsDisclosure { - constructor() { - super(); + customElements.define( + 'share-button', + class ShareButton extends DetailsDisclosure { + constructor() { + super(); - this.elements = { - shareButton: this.querySelector('button'), - shareSummary: this.querySelector('summary'), - closeButton: this.querySelector('.share-button__close'), - successMessage: this.querySelector('[id^="ShareMessage"]'), - urlInput: this.querySelector('input') - } - this.urlToShare = this.elements.urlInput ? this.elements.urlInput.value : document.location.href; + this.elements = { + shareButton: this.querySelector('button'), + shareSummary: this.querySelector('summary'), + closeButton: this.querySelector('.share-button__close'), + successMessage: this.querySelector('[id^="ShareMessage"]'), + urlInput: this.querySelector('input'), + }; + this.urlToShare = this.elements.urlInput ? this.elements.urlInput.value : document.location.href; - if (navigator.share) { - this.mainDetailsToggle.setAttribute('hidden', ''); - this.elements.shareButton.classList.remove('hidden'); - this.elements.shareButton.addEventListener('click', () => { navigator.share({ url: this.urlToShare, title: document.title }) }); - } else { - this.mainDetailsToggle.addEventListener('toggle', this.toggleDetails.bind(this)); - this.mainDetailsToggle.querySelector('.share-button__copy').addEventListener('click', this.copyToClipboard.bind(this)); - this.mainDetailsToggle.querySelector('.share-button__close').addEventListener('click', this.close.bind(this)); + if (navigator.share) { + this.mainDetailsToggle.setAttribute('hidden', ''); + this.elements.shareButton.classList.remove('hidden'); + this.elements.shareButton.addEventListener('click', () => { + navigator.share({ url: this.urlToShare, title: document.title }); + }); + } else { + this.mainDetailsToggle.addEventListener('toggle', this.toggleDetails.bind(this)); + this.mainDetailsToggle + .querySelector('.share-button__copy') + .addEventListener('click', this.copyToClipboard.bind(this)); + this.mainDetailsToggle.querySelector('.share-button__close').addEventListener('click', this.close.bind(this)); + } } - } - toggleDetails() { - if (!this.mainDetailsToggle.open) { - this.elements.successMessage.classList.add('hidden'); - this.elements.successMessage.textContent = ''; - this.elements.closeButton.classList.add('hidden'); - this.elements.shareSummary.focus(); + toggleDetails() { + if (!this.mainDetailsToggle.open) { + this.elements.successMessage.classList.add('hidden'); + this.elements.successMessage.textContent = ''; + this.elements.closeButton.classList.add('hidden'); + this.elements.shareSummary.focus(); + } } - } - copyToClipboard() { - navigator.clipboard.writeText(this.elements.urlInput.value).then(() => { - this.elements.successMessage.classList.remove('hidden'); - this.elements.successMessage.textContent = window.accessibilityStrings.shareSuccess; - this.elements.closeButton.classList.remove('hidden'); - this.elements.closeButton.focus(); - }); - } + copyToClipboard() { + navigator.clipboard.writeText(this.elements.urlInput.value).then(() => { + this.elements.successMessage.classList.remove('hidden'); + this.elements.successMessage.textContent = window.accessibilityStrings.shareSuccess; + this.elements.closeButton.classList.remove('hidden'); + this.elements.closeButton.focus(); + }); + } - updateUrl(url) { - this.urlToShare = url; - this.elements.urlInput.value = url; + updateUrl(url) { + this.urlToShare = url; + this.elements.urlInput.value = url; + } } - }); + ); } diff --git a/assets/show-more.js b/assets/show-more.js index b6a9f3dbd0b..26c0d40157e 100644 --- a/assets/show-more.js +++ b/assets/show-more.js @@ -4,19 +4,18 @@ class ShowMoreButton extends HTMLElement { const button = this.querySelector('button'); button.addEventListener('click', (event) => { this.expandShowMore(event); - const nextElementToFocus = event.target.closest('.parent-display').querySelector('.show-more-item') + const nextElementToFocus = event.target.closest('.parent-display').querySelector('.show-more-item'); if (nextElementToFocus && !nextElementToFocus.classList.contains('hidden')) { - nextElementToFocus.querySelector('input').focus() + nextElementToFocus.querySelector('input').focus(); } }); } expandShowMore(event) { const parentDisplay = event.target.closest('[id^="Show-More-"]').closest('.parent-display'); const parentWrap = parentDisplay.querySelector('.parent-wrap'); - this.querySelectorAll('.label-text').forEach(element => element.classList.toggle('hidden')); - parentDisplay.querySelectorAll('.show-more-item').forEach(item => item.classList.toggle('hidden')) + this.querySelectorAll('.label-text').forEach((element) => element.classList.toggle('hidden')); + parentDisplay.querySelectorAll('.show-more-item').forEach((item) => item.classList.toggle('hidden')); } } customElements.define('show-more-button', ShowMoreButton); - diff --git a/assets/template-giftcard.css b/assets/template-giftcard.css index 7be3049b0f4..d0b4c8559f7 100644 --- a/assets/template-giftcard.css +++ b/assets/template-giftcard.css @@ -235,7 +235,7 @@ h2, line-height: 0; display: block; margin-bottom: 3rem; - text-align: center;; + text-align: center; } .gift-card__buttons { @@ -264,21 +264,19 @@ h2, *:focus-visible { outline: 0.2rem solid rgba(var(--color-base-text), 0.5); outline-offset: 0.3rem; - box-shadow: 0 0 0 0.3rem rgb(var(--color-base-background-1)), - 0 0 0.5rem 0.4rem rgba(var(--color-base-text), 0.3); + box-shadow: 0 0 0 0.3rem rgb(var(--color-base-background-1)), 0 0 0.5rem 0.4rem rgba(var(--color-base-text), 0.3); } /* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */ -.focused, .no-js *:focus { +.focused, +.no-js *:focus { outline: 0.2rem solid rgba(var(--color-foreground), 0.5); outline-offset: 0.3rem; - box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), - 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); + box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); } .button:focus-visible { - box-shadow: 0 0 0 0.1rem rgb(var(--color-base-accent-1)), - 0 0 0 0.3rem rgb(var(--color-base-background-1)), + box-shadow: 0 0 0 0.1rem rgb(var(--color-base-accent-1)), 0 0 0 0.3rem rgb(var(--color-base-background-1)), 0 0 0.5rem 0.4rem rgba(var(--color-base-text), 0.3); } @@ -289,21 +287,18 @@ h2, } .button:focus { - box-shadow: 0 0 0 0.1rem rgb(var(--color-base-accent-1)), - 0 0 0 0.3rem rgb(var(--color-base-background-1)), + box-shadow: 0 0 0 0.1rem rgb(var(--color-base-accent-1)), 0 0 0 0.3rem rgb(var(--color-base-background-1)), 0 0 0.5rem 0.4rem rgba(var(--color-base-text), 0.3); } .button--secondary:focus-visible { box-shadow: 0 0 0 0.1rem rgb(var(--color-base-outline-button-labels)), - 0 0 0 0.3rem rgb(var(--color-base-background-1)), - 0 0 0.5rem 0.4rem rgba(var(--color-base-text), 0.3); + 0 0 0 0.3rem rgb(var(--color-base-background-1)), 0 0 0.5rem 0.4rem rgba(var(--color-base-text), 0.3); } .button--secondary:focus { box-shadow: 0 0 0 0.1rem rgb(var(--color-base-outline-button-labels)), - 0 0 0 0.3rem rgb(var(--color-base-background-1)), - 0 0 0.5rem 0.4rem rgba(var(--color-base-text), 0.3); + 0 0 0 0.3rem rgb(var(--color-base-background-1)), 0 0 0.5rem 0.4rem rgba(var(--color-base-text), 0.3); } .form__message { diff --git a/assets/theme-editor.js b/assets/theme-editor.js index d0c797fec06..557c908a3b3 100644 --- a/assets/theme-editor.js +++ b/assets/theme-editor.js @@ -1,9 +1,9 @@ function hideProductModal() { const productModal = document.querySelectorAll('product-modal[open]'); - productModal && productModal.forEach(modal => modal.hide()); + productModal && productModal.forEach((modal) => modal.hide()); } -document.addEventListener('shopify:block:select', function(event) { +document.addEventListener('shopify:block:select', function (event) { hideProductModal(); const blockSelectedIsSlide = event.target.classList.contains('slideshow__slide'); if (!blockSelectedIsSlide) return; @@ -11,14 +11,14 @@ document.addEventListener('shopify:block:select', function(event) { const parentSlideshowComponent = event.target.closest('slideshow-component'); parentSlideshowComponent.pause(); - setTimeout(function() { + setTimeout(function () { parentSlideshowComponent.slider.scrollTo({ - left: event.target.offsetLeft + left: event.target.offsetLeft, }); }, 200); }); -document.addEventListener('shopify:block:deselect', function(event) { +document.addEventListener('shopify:block:deselect', function (event) { const blockDeselectedIsSlide = event.target.classList.contains('slideshow__slide'); if (!blockDeselectedIsSlide) return; const parentSlideshowComponent = event.target.closest('slideshow-component'); diff --git a/assets/video-section.css b/assets/video-section.css index 9acace6700a..8acdb334128 100644 --- a/assets/video-section.css +++ b/assets/video-section.css @@ -9,7 +9,8 @@ } .video-section__media.deferred-media { - box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity)); + box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) + rgba(var(--color-shadow), var(--media-shadow-opacity)); } .video-section__media.deferred-media:after { diff --git a/locales/bg-BG.json b/locales/bg-BG.json index 2d7ff3b4dd1..50c76381b11 100644 --- a/locales/bg-BG.json +++ b/locales/bg-BG.json @@ -322,6 +322,13 @@ }, "page": { "title": "Заглавие на страница" + }, + "announcements": { + "previous_announcement": "Предишно известие", + "next_announcement": "Следващо известие", + "carousel": "Въртележка", + "announcement": "Известие", + "announcement_bar": "Лента с известия" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "Искам да изпратя като подарък", "email_label": "Имейл на получателя", - "email_label_optional": "Имейл на получателя (незадължително)", "email": "Имейл", "name_label": "Име на получателя (незадължително)", "name": "Име", "message_label": "Съобщение (незадължително)", "message": "Съобщение", - "max_characters": "Макс. {{ max_chars }} знака" + "max_characters": "Макс. {{ max_chars }} знака", + "email_label_optional_for_no_js_behavior": "Имейл на получателя (незадължително)" } } } diff --git a/locales/cs.json b/locales/cs.json index 62a146d65ad..a2af0d0598c 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -342,6 +342,13 @@ }, "page": { "title": "Název stránky" + }, + "announcements": { + "previous_announcement": "Předchozí oznámení", + "next_announcement": "Další oznámení", + "carousel": "Karusel", + "announcement": "Oznámení", + "announcement_bar": "Panel oznámení" } }, "localization": { @@ -479,13 +486,13 @@ "form": { "checkbox": "Chci zboží poslat jako dárek", "email_label": "E-mail příjemce", - "email_label_optional": "E-mail příjemce (volitelné)", "email": "E-mail", "name_label": "Jméno příjemce (volitelné)", "name": "Jméno", "message_label": "Zpráva (volitelné)", "message": "Zpráva", - "max_characters": "Maximální počet znaků: {{ max_chars }}" + "max_characters": "Maximální počet znaků: {{ max_chars }}", + "email_label_optional_for_no_js_behavior": "E-mail příjemce (volitelné)" } } } diff --git a/locales/cs.schema.json b/locales/cs.schema.json index 9e267279298..1ba1fa73c20 100644 --- a/locales/cs.schema.json +++ b/locales/cs.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Písmo", - "info": "Výběr jiného písma může ovlivnit rychlost obchodu. [Zjistěte více o systémových písmech.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Výběr jiného písma může ovlivnit rychlost obchodu. [Zjistěte více o systémových písmech.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Nadpisy" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Písmo", - "info": "Výběr jiného písma může ovlivnit rychlost obchodu. [Zjistěte více o systémových písmech.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Výběr jiného písma může ovlivnit rychlost obchodu. [Zjistěte více o systémových písmech.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Škála velikostí písem" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "https:\/\/shopify.tumblr.com" + "info": "https://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Účty na sociálních sítích" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Kulaté přepínače variant", - "paragraph": "Kulaté přepínače variant jsou jedním ze způsobů, jak zobrazit varianty produktu. [Zjistit více](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Kulaté přepínače variant jsou jedním ze způsobů, jak zobrazit varianty produktu. [Zjistit více](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Vstupy" @@ -501,6 +501,14 @@ } } } + }, + "settings": { + "auto_rotate": { + "label": "Automaticky otočit snímky" + }, + "change_slides_speed": { + "label": "Změnit snímek co" + } } }, "collage": { @@ -557,7 +565,7 @@ "label": "Zobrazit sekundární pozadí" }, "second_image": { - "label": "Zobrazit druhý obrázek po najetí myší\/prstem" + "label": "Zobrazit druhý obrázek po najetí myší/prstem" } } }, @@ -582,7 +590,7 @@ }, "description": { "label": "Alternativní text videa", - "info": "Popište video pro zákazníky používající čtečky obrazovky. [Zjistit více](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Popište video pro zákazníky používající čtečky obrazovky. [Zjistit více](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -599,7 +607,7 @@ }, "image_ratio": { "label": "Poměr obrázku", - "info": "Přidejte obrázky tak, že začnete upravovat kolekce. [Zjistit více](https:\/\/help.shopify.com\/manual\/products\/collections)", + "info": "Přidejte obrázky tak, že začnete upravovat kolekce. [Zjistit více](https://help.shopify.com/manual/products/collections)", "options__1": { "label": "Přizpůsobení obrázku" }, @@ -681,7 +689,7 @@ }, "show_image": { "label": "Zobrazit propagovaný obrázek", - "info": "Nejlepších výsledků dosáhnete použitím obrázku s poměrem stran 3:2. [Zjistit více](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Nejlepších výsledků dosáhnete použitím obrázku s poměrem stran 3:2. [Zjistit více](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Zobrazit datum" @@ -728,14 +736,14 @@ } }, "show_secondary_image": { - "label": "Zobrazit druhý obrázek po najetí myší\/prstem" + "label": "Zobrazit druhý obrázek po najetí myší/prstem" }, "show_vendor": { "label": "Zobrazit dodavatele" }, "show_rating": { "label": "Zobrazit hodnocení produktů", - "info": "Pokud chcete zobrazovat hodnocení, přidejte si aplikaci pro hodnocení produktů. [Zjistit více](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "Pokud chcete zobrazovat hodnocení, přidejte si aplikaci pro hodnocení produktů. [Zjistit více](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "columns_desktop": { "label": "Počet sloupců na počítači" @@ -830,14 +838,14 @@ "name": "Informace o značce", "settings": { "paragraph": { - "content": "Tento blok zobrazí informace o značce. [Upravte informace o značce.](\/editor?context=theme&category=brand%20information)" + "content": "Tento blok zobrazí informace o značce. [Upravte informace o značce.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Ikony sociálních sítí" }, "show_social": { "label": "Zobrazit ikony sociálních sítí", - "info": "Pokud chcete zobrazit své účty na sociálních sítích, přidejte na ně v [nastavení motivu](\/editor?context=theme&category=social%20media) příslušné odkazy." + "info": "Pokud chcete zobrazit své účty na sociálních sítích, přidejte na ně v [nastavení motivu](/editor?context=theme&category=social%20media) příslušné odkazy." } } } @@ -851,29 +859,29 @@ }, "header__1": { "content": "Přihlášení k odběru e-mailů", - "info": "Odběratelé byli automaticky přidáni do vašeho seznamu zákazníků, kteří přijímají marketing. [Zjistit více](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "Odběratelé byli automaticky přidáni do vašeho seznamu zákazníků, kteří přijímají marketing. [Zjistit více](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Ikony sociálních sítí", - "info": "Pokud chcete zobrazit své účty na sociálních sítích, přidejte na ně v [nastavení motivu](\/editor?context=theme&category=social%20media) příslušné odkazy." + "info": "Pokud chcete zobrazit své účty na sociálních sítích, přidejte na ně v [nastavení motivu](/editor?context=theme&category=social%20media) příslušné odkazy." }, "show_social": { "label": "Zobrazit ikony sociálních sítí" }, "header__3": { - "content": "Selektor země\/oblasti" + "content": "Selektor země/oblasti" }, "header__4": { - "info": "Pokud chcete přidat zemi nebo oblast, přejděte na [nastavení trhu.](\/admin\/settings\/markets)" + "info": "Pokud chcete přidat zemi nebo oblast, přejděte na [nastavení trhu.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Povolit selektor země\/oblasti" + "label": "Povolit selektor země/oblasti" }, "header__5": { "content": "Selektor jazyka" }, "header__6": { - "info": "Pokud chcete přidat jazyk, přejděte na [jazykové nastavení.](\/admin\/settings\/languages)" + "info": "Pokud chcete přidat jazyk, přejděte na [jazykové nastavení.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Povolit selektor jazyka" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Odkazy na zásady", - "info": "Pokud chcete přidat zásady obchodu, přejděte do [nastavení zásad](\/admin\/settings\/legal)." + "info": "Pokud chcete přidat zásady obchodu, přejděte do [nastavení zásad](/admin/settings/legal)." }, "show_policy": { "label": "Zobrazit odkazy na zásady" }, "header__9": { "content": "Sledování v aplikaci Shop", - "info": "Zobrazte tlačítko pro sledování vaší cílové stránky obchodu v aplikaci Shop. [Zjistit více](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Pokud chcete zákazníkům umožnit sledování vašeho obchodu v aplikaci Shop přes cílovou stránku obchodu, musíte povolit Shop Pay. [Zjistit více](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Povolit sledování v aplikaci Shop" @@ -955,11 +963,8 @@ "label": "Vlevo" } }, - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Logo upravíte v [nastavení motivu](\/editor?context=theme&category=logo)." + "content": "Logo upravíte v [nastavení motivu](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Plovoucí záhlaví", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Selektor země\/oblasti" + "content": "Selektor země/oblasti" }, "header__4": { - "info": "Pokud chcete přidat zemi nebo oblast, přejděte na [nastavení trhu.](\/admin\/settings\/markets)" + "info": "Pokud chcete přidat zemi nebo oblast, přejděte na [nastavení trhu.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Povolit selektor země\/oblasti" + "label": "Povolit selektor země/oblasti" }, "header__5": { "content": "Selektor jazyka" }, "header__6": { - "info": "Pokud chcete přidat jazyk, přejděte na [jazykové nastavení.](\/admin\/settings\/languages)" + "info": "Pokud chcete přidat jazyk, přejděte na [jazykové nastavení.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Povolit selektor jazyka" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Střední" }, - "info": "Nejlepších výsledků dosáhnete použitím obrázku s poměrem stran 3:2. [Zjistit více](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Nejlepších výsledků dosáhnete použitím obrázku s poměrem stran 3:2. [Zjistit více](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Velký" } @@ -1327,7 +1332,7 @@ "settings": { "image_height": { "label": "Výška propagovaného obrázku", - "info": "Nejlepších výsledků dosáhnete pomocí obrázku s poměrem stran 16:9. [Zjistit více](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Nejlepších výsledků dosáhnete pomocí obrázku s poměrem stran 16:9. [Zjistit více](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__1": { "label": "Přizpůsobení obrázku" }, @@ -1361,10 +1366,10 @@ "name": "Sdílet", "settings": { "featured_image_info": { - "content": "Pokud v příspěvcích na sociálních sítích uvedete odkaz, jako náhledový obrázek se zobrazí propagovaný obrázek stránky. [Zjistit více](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Pokud v příspěvcích na sociálních sítích uvedete odkaz, jako náhledový obrázek se zobrazí propagovaný obrázek stránky. [Zjistit více](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "U náhledového obrázku je uveden také název a popis obchodu. [Zjistit více](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "U náhledového obrázku je uveden také název a popis obchodu. [Zjistit více](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Text" @@ -1383,7 +1388,7 @@ "label": "Zobrazit propagovaný obrázek" }, "paragraph": { - "content": "Změňte úryvky tak, že začnete upravovat blogové příspěvky. [Zjistit více](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Změňte úryvky tak, že začnete upravovat blogové příspěvky. [Zjistit více](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Zobrazit datum" @@ -1403,7 +1408,7 @@ }, "image_height": { "label": "Výška propagovaného obrázku", - "info": "Nejlepších výsledků dosáhnete použitím obrázku s poměrem stran 3:2. [Zjistit více](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Nejlepších výsledků dosáhnete použitím obrázku s poměrem stran 3:2. [Zjistit více](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__1": { "label": "Přizpůsobení obrázku" }, @@ -1437,14 +1442,14 @@ "name": "Banner kolekce", "settings": { "paragraph": { - "content": "Přidejte popis nebo obrázek tak, že začnete upravovat příslušnou kolekci. [Zjistit více](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Přidejte popis nebo obrázek tak, že začnete upravovat příslušnou kolekci. [Zjistit více](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Zobrazit popis kolekce" }, "show_collection_image": { "label": "Zobrazit obrázek kolekce", - "info": "Nejlepších výsledků dosáhnete pomocí obrázku s poměrem stran 16:9. [Zjistit více](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Nejlepších výsledků dosáhnete pomocí obrázku s poměrem stran 16:9. [Zjistit více](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1467,18 +1472,18 @@ } }, "show_secondary_image": { - "label": "Zobrazit druhý obrázek po najetí myší\/prstem" + "label": "Zobrazit druhý obrázek po najetí myší/prstem" }, "show_vendor": { "label": "Zobrazit dodavatele" }, "enable_tags": { "label": "Povolit filtrování", - "info": "Přizpůsobte si filtry pomocí aplikace Search & Discovery. [Zjistit více](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Přizpůsobte si filtry pomocí aplikace Search & Discovery. [Zjistit více](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "Povolit filtrování", - "info": "Přizpůsobte si filtry pomocí aplikace Search & Discovery. [Zjistit více](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Přizpůsobte si filtry pomocí aplikace Search & Discovery. [Zjistit více](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Povolit řazení" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "Zobrazit hodnocení produktů", - "info": "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-grid-section-settings)" + "info": "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-grid-section-settings)" }, "columns_desktop": { "label": "Počet sloupců na počítači" @@ -1556,7 +1561,7 @@ }, "image_ratio": { "label": "Poměr obrázku", - "info": "Přidejte obrázky tak, že začnete upravovat kolekce. [Zjistit více](https:\/\/help.shopify.com\/manual\/products\/collections)", + "info": "Přidejte obrázky tak, že začnete upravovat kolekce. [Zjistit více](https://help.shopify.com/manual/products/collections)", "options__1": { "label": "Přizpůsobení obrázku" }, @@ -1652,11 +1657,11 @@ "settings": { "show_dynamic_checkout": { "label": "Zobrazit dynamická tlačítka pokladny", - "info": "V rámci platebních metod dostupných v obchodě uvidí zákazníci tu, kterou nejvíce preferují, jako například PayPal nebo Apple Pay. [Zjistit více](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "V rámci platebních metod dostupných v obchodě uvidí zákazníci tu, kterou nejvíce preferují, jako například PayPal nebo Apple Pay. [Zjistit více](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Zobrazit formulář s informacemi o příjemci u produktů dárkových karet", - "info": "Produkty dárkových karet je možné volitelně posílat přímo příslušnému příjemci společně s osobní zprávou." + "info": "Produkty dárkových karet je možné volitelně posílat přímo příslušnému příjemci společně s osobní zprávou. [Zjistit více](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -1670,10 +1675,10 @@ "name": "Sdílet", "settings": { "featured_image_info": { - "content": "Pokud v příspěvcích na sociálních sítích uvedete odkaz, jako náhledový obrázek se zobrazí propagovaný obrázek stránky. [Zjistit více](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Pokud v příspěvcích na sociálních sítích uvedete odkaz, jako náhledový obrázek se zobrazí propagovaný obrázek stránky. [Zjistit více](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "U náhledového obrázku je uveden také název a popis obchodu. [Zjistit více](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "U náhledového obrázku je uveden také název a popis obchodu. [Zjistit více](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Text" @@ -1854,7 +1859,7 @@ "name": "Hodnocení produktů", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1862,7 +1867,7 @@ "name": "Doplňkové produkty", "settings": { "paragraph": { - "content": "Pokud chcete vybrat doplňkové produkty, přidejte si aplikaci Search & Discovery. [Zjistit více](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Pokud chcete vybrat doplňkové produkty, přidejte si aplikaci Search & Discovery. [Zjistit více](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Nadpis" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "Multimédia", - "info": "Zjistěte více o [typech multimédií](https:\/\/help.shopify.com\/manual\/products\/product-media)." + "info": "Zjistěte více o [typech multimédií](https://help.shopify.com/manual/products/product-media)." }, "enable_video_looping": { "label": "Povolit smyčky videa" @@ -2099,7 +2104,7 @@ } }, "show_secondary_image": { - "label": "Zobrazit druhý obrázek po najetí myší\/prstem" + "label": "Zobrazit druhý obrázek po najetí myší/prstem" }, "show_vendor": { "label": "Zobrazit dodavatele" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Zobrazit hodnocení produktů", - "info": "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#search-results-section-settings)" + "info": "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#search-results-section-settings)" }, "columns_desktop": { "label": "Počet sloupců na počítači" @@ -2247,7 +2252,7 @@ "label": "Nastavit plnou šířku sekce" }, "paragraph": { - "content": "Každý odběr e-mailů vytvoří zákaznický účet. [Zjistit více](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Každý odběr e-mailů vytvoří zákaznický účet. [Zjistit více](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Alternativní text videa", - "info": "Popište video pro zákazníky používající čtečky obrazovky. [Zjistit více](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Popište video pro zákazníky používající čtečky obrazovky. [Zjistit více](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Přidat vnitřní okraj obrázku", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Zobrazit dynamická tlačítka pokladny", - "info": "V rámci platebních metod dostupných v obchodě uvidí zákazníci tu, kterou nejvíce preferují, jako například PayPal nebo Apple Pay. [Zjistit více](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Zobrazit formulář pro příjemce u produktů dárkových karet", - "info": "Pokud možnost povolíte, bude možné produkty dárkových karet volitelně posílat příslušnému příjemci společně s osobní zprávou." + "info": "V rámci platebních metod dostupných v obchodě uvidí zákazníci tu, kterou nejvíce preferují, jako například PayPal nebo Apple Pay. [Zjistit více](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Sdílet", "settings": { "featured_image_info": { - "content": "Pokud v příspěvcích na sociálních sítích uvedete odkaz, jako náhledový obrázek se zobrazí propagovaný obrázek stránky. [Zjistit více](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Pokud v příspěvcích na sociálních sítích uvedete odkaz, jako náhledový obrázek se zobrazí propagovaný obrázek stránky. [Zjistit více](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "U náhledového obrázku je uveden také název a popis obchodu. [Zjistit více](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "U náhledového obrázku je uveden také název a popis obchodu. [Zjistit více](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Text" @@ -2540,7 +2541,7 @@ "name": "Hodnocení produktů", "settings": { "paragraph": { - "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\/theme-features#featured-product-rating)" + "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/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Multimédia", - "info": "Zjistit více o [typech multimédií](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Zjistit více o [typech multimédií](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Povolit smyčky videa" @@ -2598,7 +2599,7 @@ "name": "Banner přihlášení k odběru e-mailů", "settings": { "paragraph": { - "content": "Každý odběr e-mailů vytvoří zákaznický účet. [Zjistit více](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Každý odběr e-mailů vytvoří zákaznický účet. [Zjistit více](https://help.shopify.com/manual/customers)" }, "image": { "label": "Obrázek na pozadí" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Na mobilním zařízení zobrazovat obsah pod obrázkem", - "info": "Nejlepších výsledků dosáhnete použitím obrázku s poměrem stran 16:9. [Zjistit více](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Nejlepších výsledků dosáhnete použitím obrázku s poměrem stran 16:9. [Zjistit více](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Výška banneru", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Velká" }, - "info": "Nejlepších výsledků dosáhnete použitím obrázku s poměrem stran 16:9. [Zjistit více](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Nejlepších výsledků dosáhnete použitím obrázku s poměrem stran 16:9. [Zjistit více](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__1": { @@ -3137,7 +3138,7 @@ "label": "Počet sloupců v počítači" }, "paragraph__1": { - "content": "Dynamická doporučení využívají informace o objednávkách a produktech, aby se postupem času měnila a vylepšovala. [Zjistit více](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "Dynamická doporučení využívají informace o objednávkách a produktech, aby se postupem času měnila a vylepšovala. [Zjistit více](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Karta produktu" @@ -3155,14 +3156,14 @@ } }, "show_secondary_image": { - "label": "Zobrazit druhý obrázek po najetí myší\/prstem" + "label": "Zobrazit druhý obrázek po najetí myší/prstem" }, "show_vendor": { "label": "Zobrazit dodavatele" }, "show_rating": { "label": "Zobrazit hodnocení produktů", - "info": "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-recommendations-section-settings)" + "info": "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-recommendations-section-settings)" }, "header_mobile": { "content": "Mobilní rozvržení" diff --git a/locales/da.json b/locales/da.json index 67384d59e62..3319a4f299c 100644 --- a/locales/da.json +++ b/locales/da.json @@ -322,6 +322,13 @@ }, "page": { "title": "Sidetitel" + }, + "announcements": { + "previous_announcement": "Forrige meddelelse", + "next_announcement": "Næste meddelelse", + "carousel": "Karrusel", + "announcement": "Meddelelse", + "announcement_bar": "Meddelelseslinje" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "Jeg vil sende som en gave", "email_label": "Modtagers mailadresse", - "email_label_optional": "Modtagerens mailadresse (valgfrit)", "email": "Mail", "name_label": "Modtagerens navn (valgfrit)", "name": "Navn", "message_label": "Besked (valgfrit)", "message": "Besked", - "max_characters": "Højst {{ max_chars }} tegn" + "max_characters": "Højst {{ max_chars }} tegn", + "email_label_optional_for_no_js_behavior": "Modtagerens mailadresse (valgfrit)" } } } diff --git a/locales/da.schema.json b/locales/da.schema.json index d2232c4b05c..1c9a35a22e5 100644 --- a/locales/da.schema.json +++ b/locales/da.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Skrifttype", - "info": "Valget af en anden skrifttype kan påvirke hastigheden i din butik. [Få mere at vide om systemskrifttyper.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Valget af en anden skrifttype kan påvirke hastigheden i din butik. [Få mere at vide om systemskrifttyper.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Overskrifter" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Skrifttype", - "info": "Valget af en anden skrifttype kan påvirke hastigheden i din butik. [Få mere at vide om systemskrifttyper.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Valget af en anden skrifttype kan påvirke hastigheden i din butik. [Få mere at vide om systemskrifttyper.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Størrelsesskala for skrifttype" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "https:\/\/shopify.tumblr.com" + "info": "https://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "SoMe-konti" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Variantetiketter", - "paragraph": "Variantetiketter er en måde at vise dine produktvarianter på. [Få mere at vide](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Variantetiketter er en måde at vise dine produktvarianter på. [Få mere at vide](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Inputs" @@ -501,6 +501,14 @@ } } } + }, + "settings": { + "auto_rotate": { + "label": "Roter automatisk slides" + }, + "change_slides_speed": { + "label": "Skift slide hver" + } } }, "collage": { @@ -582,7 +590,7 @@ }, "description": { "label": "Alternativ tekst til video", - "info": "Beskriv videoen for kunder med en skærmlæser. [Få mere at vide](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Beskriv videoen for kunder med en skærmlæser. [Få mere at vide](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -608,7 +616,7 @@ "options__3": { "label": "Firkantet" }, - "info": "Tilføj billeder ved at redigere dine kollektioner. [Få mere at vide](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Tilføj billeder ved at redigere dine kollektioner. [Få mere at vide](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "Aktivér swipe på mobilen" @@ -681,7 +689,7 @@ }, "show_image": { "label": "Vis udvalgt billede", - "info": "Brug et billede med et højde-bredde-forhold på 3:2 for at opnå det bedste resultat. [Få mere at vide](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Brug et billede med et højde-bredde-forhold på 3:2 for at opnå det bedste resultat. [Få mere at vide](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Vis dato" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Vis produktbedømmelser", - "info": "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\/theme-features#featured-collection-show-product-rating)" + "info": "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/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "Aktivér knap til hurtig tilføjelse", @@ -830,14 +838,14 @@ "name": "Brandoplysninger", "settings": { "paragraph": { - "content": "Denne blok vil vise dine brandoplysninger. (Rediger brandoplysninger.](\/editor?context=theme&category=brand%20information)" + "content": "Denne blok vil vise dine brandoplysninger. (Rediger brandoplysninger.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Ikoner for sociale medier" }, "show_social": { "label": "Vis ikoner for sociale medier", - "info": "Hvis du vil vise dine konti på sociale medier, skal du linke dem i dine [temaindstillinger](\/editor?context=theme&category=social%20media)." + "info": "Hvis du vil vise dine konti på sociale medier, skal du linke dem i dine [temaindstillinger](/editor?context=theme&category=social%20media)." } } } @@ -851,29 +859,29 @@ }, "header__1": { "content": "Tilmelding med mail", - "info": "Abonnenter, der automatisk er føjet til kundelisten “Accepterer markedsføring”. [Få mere at vide](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "Abonnenter, der automatisk er føjet til kundelisten “Accepterer markedsføring”. [Få mere at vide](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Ikoner for sociale medier", - "info": "Hvis du vil vise dine konti på sociale medier, skal du linke dem i dine [temaindstillinger](\/editor?context=theme&category=social%20media)." + "info": "Hvis du vil vise dine konti på sociale medier, skal du linke dem i dine [temaindstillinger](/editor?context=theme&category=social%20media)." }, "show_social": { "label": "Vis ikoner for sociale medier" }, "header__3": { - "content": "Land\/område-vælger" + "content": "Land/område-vælger" }, "header__4": { - "info": "Hvis du vil tilføje et land\/område, skal du gå til dine [markedsindstillinger.](\/admin\/settings\/markets)" + "info": "Hvis du vil tilføje et land/område, skal du gå til dine [markedsindstillinger.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Aktivér land\/område-vælger" + "label": "Aktivér land/område-vælger" }, "header__5": { "content": "Sprogvælger" }, "header__6": { - "info": "Hvis du vil tilføje et sprog, skal du gå til dine [sprogindstillinger](\/admin\/settings\/languages)" + "info": "Hvis du vil tilføje et sprog, skal du gå til dine [sprogindstillinger](/admin/settings/languages)" }, "enable_language_selector": { "label": "Aktivér sprogvælger" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Links til politikker", - "info": "Gå til dine [politikindstillinger](\/admin\/settings\/legal) for at tilføje butikspolitikker." + "info": "Gå til dine [politikindstillinger](/admin/settings/legal) for at tilføje butikspolitikker." }, "show_policy": { "label": "Vis links til politikker" }, "header__9": { "content": "Følg på Shop", - "info": "Vis følgknappen for din butiksfacade i Shop-appen. [Få mere at vide](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Hvis du vil give kunder mulighed for at følge din butik i Shop-appen via din butiksfacade, skal du have aktiveret Shop Pay. [Få mere at vide](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Aktivér Følg på Shop" @@ -955,11 +963,8 @@ "label": "Venstre" } }, - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Rediger dit logo i [temaindstillinger](\/editor?context=theme&category=logo)." + "content": "Rediger dit logo i [temaindstillinger](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Fastgjort sidehoved", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Lande-\/områdevælger" + "content": "Lande-/områdevælger" }, "header__4": { - "info": "Hvis du vil tilføje et land\/område, skal du gå til dine [markedsindstillinger.](\/admin\/settings\/markets)" + "info": "Hvis du vil tilføje et land/område, skal du gå til dine [markedsindstillinger.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Aktivér lande-\/områdevælger" + "label": "Aktivér lande-/områdevælger" }, "header__5": { "content": "Sprogvælger" }, "header__6": { - "info": "Hvis du vil tilføje et sprog, skal du gå til dine [sprogindstillinger.](\/admin\/settings\/languages)" + "info": "Hvis du vil tilføje et sprog, skal du gå til dine [sprogindstillinger.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Aktivér sprogvælger" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Mellem" }, - "info": "Brug et billede med et højde-bredde-forhold på 3:2 for at opnå det bedste resultat. [Få mere at vide](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Brug et billede med et højde-bredde-forhold på 3:2 for at opnå det bedste resultat. [Få mere at vide](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Stor" } @@ -1336,7 +1341,7 @@ "options__3": { "label": "Medium" }, - "info": "Brug et billede med et højde-bredde-forhold på 16:9 for at opnå det bedste resultat. [Få mere at vide](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Brug et billede med et højde-bredde-forhold på 16:9 for at opnå det bedste resultat. [Få mere at vide](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Stor" } @@ -1361,10 +1366,10 @@ "name": "Del", "settings": { "featured_image_info": { - "content": "Hvis du inkluderer et link i opslag på sociale medier, vil sidens udvalgte billede blive vist som billedeksempel. [Få mere at vide](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Hvis du inkluderer et link i opslag på sociale medier, vil sidens udvalgte billede blive vist som billedeksempel. [Få mere at vide](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Der er inkluderet en butikstitel og -beskrivelse med billedeksemplet. [Få mere at vide](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Der er inkluderet en butikstitel og -beskrivelse med billedeksemplet. [Få mere at vide](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Tekst" @@ -1383,7 +1388,7 @@ "label": "Vis udvalgt billede" }, "paragraph": { - "content": "Skift uddrag ved at redigere dine blogopslag. [Få mere at vide](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Skift uddrag ved at redigere dine blogopslag. [Få mere at vide](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Vis dato" @@ -1415,7 +1420,7 @@ "options__4": { "label": "Stor" }, - "info": "Brug et billede med et højde-bredde-forhold på 3:2 for at opnå det bedste resultat. [Få mere at vide](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Brug et billede med et højde-bredde-forhold på 3:2 for at opnå det bedste resultat. [Få mere at vide](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "Kollektionsbanner", "settings": { "paragraph": { - "content": "Tilføj en beskrivelse eller et billede ved at redigere din kollektion. [Få mere at vide](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Tilføj en beskrivelse eller et billede ved at redigere din kollektion. [Få mere at vide](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Vis kollektionsbeskrivelse" }, "show_collection_image": { "label": "Vis kollektionsbillede", - "info": "Brug et billede med et højde-bredde-forhold på 16:9 for at opnå det bedste resultat. [Få mere at vide](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Brug et billede med et højde-bredde-forhold på 16:9 for at opnå det bedste resultat. [Få mere at vide](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1474,11 +1479,11 @@ }, "enable_tags": { "label": "Aktivér filtrering", - "info": "Tilpas filtrene med appen Search & Discovery. [Få mere at vide](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Tilpas filtrene med appen Search & Discovery. [Få mere at vide](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "Aktivér filtrering", - "info": "Tilpas filtrene med appen Search & Discovery. [Få mere at vide](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Tilpas filtrene med appen Search & Discovery. [Få mere at vide](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Aktivér sortering" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "Vis produktbedømmelser", - "info": "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-grid-section-settings)" + "info": "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-grid-section-settings)" }, "enable_quick_buy": { "label": "Aktivér knap til hurtig tilføjelse", @@ -1565,7 +1570,7 @@ "options__3": { "label": "Firkantet" }, - "info": "Tilføj billeder ved at redigere dine kollektioner. [Få mere at vide](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Tilføj billeder ved at redigere dine kollektioner. [Få mere at vide](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Antallet af kolonner på computer" @@ -1652,11 +1657,11 @@ "settings": { "show_dynamic_checkout": { "label": "Vis dynamiske betalingsknapper", - "info": "Via de tilgængelige betalingsmetoder i din butik ser kunderne deres foretrukne mulighed, som f.eks. PayPal eller Apple Pay. [Få mere at vide](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Via de tilgængelige betalingsmetoder i din butik ser kunderne deres foretrukne mulighed, som f.eks. PayPal eller Apple Pay. [Få mere at vide](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Vis formular til modtageroplysninger for gavekortprodukter", - "info": "Gavekortprodukter kan sendes direkte til modtageren sammen med en personlig besked." + "info": "Gavekortprodukter kan sendes direkte til modtageren sammen med en personlig besked. [Få mere at vide](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -1670,10 +1675,10 @@ "name": "Del", "settings": { "featured_image_info": { - "content": "Hvis du inkluderer et link i opslag på sociale medier, vil sidens udvalgte billede blive vist som billedeksempel. [Få mere at vide](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Hvis du inkluderer et link i opslag på sociale medier, vil sidens udvalgte billede blive vist som billedeksempel. [Få mere at vide](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Der er inkluderet en butikstitel og -beskrivelse med billedeksemplet. [Få mere at vide](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Der er inkluderet en butikstitel og -beskrivelse med billedeksemplet. [Få mere at vide](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Tekst" @@ -1854,7 +1859,7 @@ "name": "Produktvurdering", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1862,7 +1867,7 @@ "name": "Supplerende produkter", "settings": { "paragraph": { - "content": "Tilføj Search & Discovery-appen for at vælge supplerende produkter. [Få mere at vide](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Tilføj Search & Discovery-appen for at vælge supplerende produkter. [Få mere at vide](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Overskrift" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "Medie", - "info": "Få mere at vide om [medietyper.](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Få mere at vide om [medietyper.](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Aktivér looping af videoer" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Vis produktbedømmelser", - "info": "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#search-results-section-settings)" + "info": "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#search-results-section-settings)" }, "columns_desktop": { "label": "Antallet af kolonner på computer" @@ -2247,7 +2252,7 @@ "label": "Gør afsnittet til fuld bredde" }, "paragraph": { - "content": "Alle mailabonnementer opretter en kundekonto. [Få mere at vide](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Alle mailabonnementer opretter en kundekonto. [Få mere at vide](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Alternativ tekst til video", - "info": "Beskriv videoen for kunder med en skærmlæser. [Få mere at vide](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Beskriv videoen for kunder med en skærmlæser. [Få mere at vide](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Tilføj billedmargen", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Vis dynamiske betalingsknapper", - "info": "Via de tilgængelige betalingsmetoder i din butik ser kunderne deres foretrukne mulighed, som f.eks. PayPal eller Apple Pay. [Få mere at vide](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Vis modtagerformular for gavekortprodukter", - "info": "Når dette er aktiveret, kan gavekortprodukter sendes til modtagere med en personlig besked." + "info": "Via de tilgængelige betalingsmetoder i din butik ser kunderne deres foretrukne mulighed, som f.eks. PayPal eller Apple Pay. [Få mere at vide](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Del", "settings": { "featured_image_info": { - "content": "Hvis du inkluderer et link i opslag på sociale medier, vil sidens udvalgte billede blive vist som billedeksempel. [Få mere at vide](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Hvis du inkluderer et link i opslag på sociale medier, vil sidens udvalgte billede blive vist som billedeksempel. [Få mere at vide](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "Der er inkluderet en butikstitel og -beskrivelse med billedeksemplet. [Få mere at vide](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Der er inkluderet en butikstitel og -beskrivelse med billedeksemplet. [Få mere at vide](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Tekst" @@ -2540,7 +2541,7 @@ "name": "Produktbedømmelser", "settings": { "paragraph": { - "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\/theme-features#featured-product-rating)" + "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/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Medie", - "info": "Få mere at vide om [medietyper](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Få mere at vide om [medietyper](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Aktivér looping af videoer" @@ -2598,7 +2599,7 @@ "name": "Banner for tilmelding med mail", "settings": { "paragraph": { - "content": "Alle mailabonnementer opretter en kundekonto. [Få mere at vide](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Alle mailabonnementer opretter en kundekonto. [Få mere at vide](https://help.shopify.com/manual/customers)" }, "image": { "label": "Baggrundsbillede" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Vis indhold under billede på mobiltelefon", - "info": "Brug et billede med et højde-bredde-forhold på 16:9 for at opnå det bedste resultat. [Få mere at vide](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Brug et billede med et højde-bredde-forhold på 16:9 for at opnå det bedste resultat. [Få mere at vide](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Bannerhøjde", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Stor" }, - "info": "Brug et billede med et højde-bredde-forhold på 16:9 for at opnå det bedste resultat. [Få mere at vide](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Brug et billede med et højde-bredde-forhold på 16:9 for at opnå det bedste resultat. [Få mere at vide](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__4": { @@ -3137,7 +3138,7 @@ "label": "Antallet af kolonner på computer" }, "paragraph__1": { - "content": "Dynamiske anbefalinger bruger ordre- og produktoplysninger til at foretage ændringer og forbedringer med tiden. [Få mere at vide](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "Dynamiske anbefalinger bruger ordre- og produktoplysninger til at foretage ændringer og forbedringer med tiden. [Få mere at vide](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Produktkort" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Vis produktbedømmelser", - "info": "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-recommendations-section-settings)" + "info": "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-recommendations-section-settings)" }, "header_mobile": { "content": "Mobillayout" diff --git a/locales/de.json b/locales/de.json index 0a6ad173dfd..adc4a836218 100644 --- a/locales/de.json +++ b/locales/de.json @@ -322,6 +322,13 @@ }, "page": { "title": "Seitentitel" + }, + "announcements": { + "previous_announcement": "Vorherige Ankündigung", + "next_announcement": "Nächste Ankündigung", + "carousel": "Karussell", + "announcement": "Ankündigung", + "announcement_bar": "Ankündigungsleiste" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "Ich möchte dies als Geschenk senden", "email_label": "Empfänger E-Mail", - "email_label_optional": "E-Mail-Adresse des Empfängers (optional)", "email": "E-Mail", "name_label": "Name des Empfängers (optional)", "name": "Name", "message_label": "Nachricht (optional)", "message": "Nachricht", - "max_characters": "Maximal {{ max_chars }} Zeichen" + "max_characters": "Maximal {{ max_chars }} Zeichen", + "email_label_optional_for_no_js_behavior": "E-Mail-Adresse des Empfängers (optional)" } } } diff --git a/locales/de.schema.json b/locales/de.schema.json index 27a2107bbd8..8ce2ed19c68 100644 --- a/locales/de.schema.json +++ b/locales/de.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Schriftart", - "info": "Die Auswahl einer anderen Schriftart kann sich auf die Geschwindigkeit deines Shops auswirken. [Weitere Informationen zu Systemschriftarten.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Die Auswahl einer anderen Schriftart kann sich auf die Geschwindigkeit deines Shops auswirken. [Weitere Informationen zu Systemschriftarten.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Überschriften" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Schriftart", - "info": "Die Auswahl einer anderen Schriftart kann sich auf die Geschwindigkeit deines Shops auswirken. [Weitere Informationen zu Systemschriftarten.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Die Auswahl einer anderen Schriftart kann sich auf die Geschwindigkeit deines Shops auswirken. [Weitere Informationen zu Systemschriftarten.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Schriftgrößenmaßstab" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "http:\/\/shopify.tumblr.com" + "info": "http://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Social-Media-Konten" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Varianten-Kapseln", - "paragraph": "Varianten-Kapseln sind eine Möglichkeit, deine Produktvarianten zu präsentieren. [Mehr Informationen](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Varianten-Kapseln sind eine Möglichkeit, deine Produktvarianten zu präsentieren. [Mehr Informationen](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Eingaben" @@ -501,6 +501,14 @@ } } } + }, + "settings": { + "auto_rotate": { + "label": "Autorotieren der Slides" + }, + "change_slides_speed": { + "label": "Slides überall ändern" + } } }, "collage": { @@ -582,7 +590,7 @@ }, "description": { "label": "Video-Alt-Text", - "info": "Beschreibe das Video für Kunden, die Bildschirmlesegeräte benutzen. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Beschreibe das Video für Kunden, die Bildschirmlesegeräte benutzen. [Mehr Informationen](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -608,7 +616,7 @@ "options__3": { "label": "Quadratisch" }, - "info": "Bearbeite deine Kategorien, um Bilder hinzuzufügen. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Bearbeite deine Kategorien, um Bilder hinzuzufügen. [Mehr Informationen](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "Wischen auf Mobilgeräten aktivieren" @@ -681,7 +689,7 @@ }, "show_image": { "label": "Feature-Bild anzeigen", - "info": "Verwende für Bilder ein Seitenverhältnis von 3:2 für optimale Ergebnisse. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Verwende für Bilder ein Seitenverhältnis von 3:2 für optimale Ergebnisse. [Mehr Informationen](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Datum anzeigen" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Produktbewertung anzeigen", - "info": "Um eine Bewertung anzuzeigen, musst du eine Produktbewertungs-App hinzufügen. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "Um eine Bewertung anzuzeigen, musst du eine Produktbewertungs-App hinzufügen. [Mehr Informationen](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "Schaltfläche zum schnellen Hinzufügen aktivieren", @@ -830,14 +838,14 @@ "name": "Markeninformationen", "settings": { "paragraph": { - "content": "In diesem Block werden deine Markeninformationen angezeigt. [Bearbeite deine Markeninformationen.](\/editor?context=theme&category=brand%20information)" + "content": "In diesem Block werden deine Markeninformationen angezeigt. [Bearbeite deine Markeninformationen.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Social-Media-Symbole" }, "show_social": { "label": "Social-Media-Symbole anzeigen", - "info": "Um deine Social-Media-Konten anzuzeigen, verlinke sie in deinen [Theme-Einstellungen](\/editor?context=theme&category=social%20media)." + "info": "Um deine Social-Media-Konten anzuzeigen, verlinke sie in deinen [Theme-Einstellungen](/editor?context=theme&category=social%20media)." } } } @@ -851,29 +859,29 @@ }, "header__1": { "content": "E-Mail-Anmeldung", - "info": "Abonnenten, die automatisch zu deiner Kundenliste \"Akzeptiert Marketing\" hinzugefügt wurden. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "Abonnenten, die automatisch zu deiner Kundenliste \"Akzeptiert Marketing\" hinzugefügt wurden. [Mehr Informationen](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Social Media-Symbole", - "info": "Um deine Social-Media-Konten anzuzeigen, verlinke sie in deinen [Theme-Einstellungen](\/editor?context=theme&category=social%20media)." + "info": "Um deine Social-Media-Konten anzuzeigen, verlinke sie in deinen [Theme-Einstellungen](/editor?context=theme&category=social%20media)." }, "show_social": { "label": "Social-Media-Symbole anzeigen" }, "header__3": { - "content": "Auswahl für Land\/Region" + "content": "Auswahl für Land/Region" }, "header__4": { - "info": "Gehe zu den [Markteinstellungen](\/admin\/settings\/markets), um ein Land \/ eine Region hinzuzufügen." + "info": "Gehe zu den [Markteinstellungen](/admin/settings/markets), um ein Land / eine Region hinzuzufügen." }, "enable_country_selector": { - "label": "Auswahl für Land\/Region aktivieren" + "label": "Auswahl für Land/Region aktivieren" }, "header__5": { "content": "Sprachauswahl" }, "header__6": { - "info": "Gehe zu den [Spracheinstellungen](\/admin\/settings\/languages), um eine Sprache hinzuzufügen." + "info": "Gehe zu den [Spracheinstellungen](/admin/settings/languages), um eine Sprache hinzuzufügen." }, "enable_language_selector": { "label": "Sprachauswahl aktivieren" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Links zu Richtlinien", - "info": "Um Richtlinien für den Shop hinzuzufügen, gehe zu deinen [Richtlinien-Einstellungen](\/admin\/settings\/legal)." + "info": "Um Richtlinien für den Shop hinzuzufügen, gehe zu deinen [Richtlinien-Einstellungen](/admin/settings/legal)." }, "show_policy": { "label": "Links zu Richtlinien anzeigen" }, "header__9": { "content": "In Shop folgen", - "info": "Zeige die Schaltfläche zum Folgen für deine Storefront in der Shop-App an. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Damit Kunden deinem Shop in der Shop-App über deine Storefront folgen können, muss Shop Pay aktiviert sein. [Mehr Informationen](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "\"In Shop folgen\" aktivieren" @@ -955,11 +963,8 @@ "label": "Links" } }, - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Bearbeite dein Logo in den [theme settings](\/editor?context=theme&category=logo)." + "content": "Bearbeite dein Logo in den [theme settings](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Fixierter Header", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Auswahl für Land\/Region" + "content": "Auswahl für Land/Region" }, "header__4": { - "info": "Gehe zu den [Markteinstellungen](\/admin\/settings\/markets), um ein Land \/ eine Region hinzuzufügen." + "info": "Gehe zu den [Markteinstellungen](/admin/settings/markets), um ein Land / eine Region hinzuzufügen." }, "enable_country_selector": { - "label": "Auswahl für Land\/Region aktivieren" + "label": "Auswahl für Land/Region aktivieren" }, "header__5": { "content": "Sprachauswahl" }, "header__6": { - "info": "Gehe zu den [Spracheinstellungen](\/admin\/settings\/languages), um eine Sprache hinzuzufügen." + "info": "Gehe zu den [Spracheinstellungen](/admin/settings/languages), um eine Sprache hinzuzufügen." }, "enable_language_selector": { "label": "Sprachauswahl aktivieren" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Mittel" }, - "info": "Verwende für Bilder ein Seitenverhältnis von 3:2 für optimale Ergebnisse. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Verwende für Bilder ein Seitenverhältnis von 3:2 für optimale Ergebnisse. [Mehr Informationen](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Groß" } @@ -1336,7 +1341,7 @@ "options__3": { "label": "Mittel" }, - "info": "Verwende für Bilder ein Seitenverhältnis von 16:9 für optimale Ergebnisse. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Verwende für Bilder ein Seitenverhältnis von 16:9 für optimale Ergebnisse. [Mehr Informationen](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Groß" } @@ -1361,10 +1366,10 @@ "name": "Teilen", "settings": { "featured_image_info": { - "content": "Wenn du einen Link in Social-Media-Posts einfügst, wird das Feature-Bild der Seite als Vorschaubild angezeigt. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Wenn du einen Link in Social-Media-Posts einfügst, wird das Feature-Bild der Seite als Vorschaubild angezeigt. [Mehr Informationen](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "Ein Titel und eine Beschreibung des Shops sind im Vorschaubild enthalten. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Ein Titel und eine Beschreibung des Shops sind im Vorschaubild enthalten. [Mehr Informationen](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Text" @@ -1383,7 +1388,7 @@ "label": "Feature-Bild anzeigen" }, "paragraph": { - "content": "Bearbeite deine Blog-Beiträge, um Auszüge zu ändern. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Bearbeite deine Blog-Beiträge, um Auszüge zu ändern. [Mehr Informationen](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Datum anzeigen" @@ -1415,7 +1420,7 @@ "options__4": { "label": "Groß" }, - "info": "Verwende für Bilder ein Seitenverhältnis von 3:2 für optimale Ergebnisse. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Verwende für Bilder ein Seitenverhältnis von 3:2 für optimale Ergebnisse. [Mehr Informationen](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "Kategoriebanner", "settings": { "paragraph": { - "content": "Bearbeite deine Kategorien, um eine Beschreibung oder ein Bild hinzuzufügen. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Bearbeite deine Kategorien, um eine Beschreibung oder ein Bild hinzuzufügen. [Mehr Informationen](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Kategoriebeschreibung anzeigen" }, "show_collection_image": { "label": "Kategoriebild anzeigen", - "info": "Verwende für Bilder ein Seitenverhältnis von 16:9 für optimale Ergebnisse. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Verwende für Bilder ein Seitenverhältnis von 16:9 für optimale Ergebnisse. [Mehr Informationen](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1456,7 +1461,7 @@ }, "enable_filtering": { "label": "Filtern aktivieren", - "info": "Passe Filter mit der App Search & Discovery an. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Passe Filter mit der App Search & Discovery an. [Mehr Informationen](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Sortieren aktivieren" @@ -1487,11 +1492,11 @@ }, "enable_tags": { "label": "Filtern aktivieren", - "info": "Passe Filter mit der App Search & Discovery an. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Passe Filter mit der App Search & Discovery an. [Mehr Informationen](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "show_rating": { "label": "Produktbewertung anzeigen", - "info": "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-grid-section-settings)" + "info": "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-grid-section-settings)" }, "enable_quick_buy": { "label": "Schaltfläche zum schnellen Hinzufügen aktivieren", @@ -1565,7 +1570,7 @@ "options__3": { "label": "Quadratisch" }, - "info": "Bearbeite deine Kategorien, um Bilder hinzuzufügen. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Bearbeite deine Kategorien, um Bilder hinzuzufügen. [Mehr Informationen](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Anzahl der Spalten auf dem Desktop" @@ -1651,11 +1656,11 @@ "settings": { "show_dynamic_checkout": { "label": "Dynamischer Checkout-Button anzeigen", - "info": "Wenn sie die Zahlungsmethoden verwenden, die in deinem Shop verfügbar sind, sehen Kunden ihre bevorzugte Option, z. B. PayPal oder Apple Pay. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Wenn sie die Zahlungsmethoden verwenden, die in deinem Shop verfügbar sind, sehen Kunden ihre bevorzugte Option, z. B. PayPal oder Apple Pay. [Mehr Informationen](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Formular für Empfängerinformationen für Geschenkgutscheinprodukte anzeigen", - "info": "Geschenkgutscheinprodukte können optional mit einer persönlichen Nachricht an einen Empfänger gesendet werden." + "info": "Geschenkgutscheinprodukte können optional mit einer persönlichen Nachricht an einen Empfänger gesendet werden. [Mehr Informationen](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -1669,10 +1674,10 @@ "name": "Teilen", "settings": { "featured_image_info": { - "content": "Wenn du einen Link in Social-Media-Posts einfügst, wird das Feature-Bild der Seite als Vorschaubild angezeigt. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Wenn du einen Link in Social-Media-Posts einfügst, wird das Feature-Bild der Seite als Vorschaubild angezeigt. [Mehr Informationen](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Ein Titel und eine Beschreibung des Shops sind im Vorschaubild enthalten. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Ein Titel und eine Beschreibung des Shops sind im Vorschaubild enthalten. [Mehr Informationen](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Text" @@ -1853,7 +1858,7 @@ "name": "Produktbewertung", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1861,7 +1866,7 @@ "name": "Ergänzende Produkte", "settings": { "paragraph": { - "content": "Um ergänzende Produkte auszuwählen, füge die Search & Discovery-App hinzu. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Um ergänzende Produkte auszuwählen, füge die Search & Discovery-App hinzu. [Mehr Informationen](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Überschrift" @@ -1994,7 +1999,7 @@ "settings": { "header": { "content": "Medien", - "info": "Mehr Informationen über [Medienarten](https:\/\/help.shopify.com\/manual\/products\/product-media)." + "info": "Mehr Informationen über [Medienarten](https://help.shopify.com/manual/products/product-media)." }, "enable_video_looping": { "label": "Videoschleife aktivieren" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Produktbewertung anzeigen", - "info": "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#search-results-section-settings)" + "info": "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#search-results-section-settings)" }, "columns_desktop": { "label": "Anzahl der Spalten auf dem Desktop" @@ -2247,7 +2252,7 @@ "label": "Abschnitt über die gesamte Breite" }, "paragraph": { - "content": "Durch jedes E-Mail-Abonnement wird ein Kundenkonto erstellt. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Durch jedes E-Mail-Abonnement wird ein Kundenkonto erstellt. [Mehr Informationen](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Video-Alt-Text", - "info": "Beschreibe das Video für Kunden, die Bildschirmlesegeräte benutzen. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Beschreibe das Video für Kunden, die Bildschirmlesegeräte benutzen. [Mehr Informationen](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Bild-Padding hinzufügen", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Dynamischen Checkout-Button anzeigen", - "info": "Wenn sie die Zahlungsmethoden verwenden, die in deinem Shop verfügbar sind, sehen Kunden ihre bevorzugte Option, z. B. PayPal oder Apple Pay. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Empfängerformular für Geschenkgutscheinprodukte anzeigen", - "info": "Wenn dies aktiviert ist, können Geschenkgutscheinprodukte optional mit einer persönlichen Nachricht an einen Empfänger gesendet werden." + "info": "Wenn sie die Zahlungsmethoden verwenden, die in deinem Shop verfügbar sind, sehen Kunden ihre bevorzugte Option, z. B. PayPal oder Apple Pay. [Mehr Informationen](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Teilen", "settings": { "featured_image_info": { - "content": "Wenn du einen Link in Social-Media-Posts einfügst, wird das Feature-Bild der Seite als Vorschaubild angezeigt. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Wenn du einen Link in Social-Media-Posts einfügst, wird das Feature-Bild der Seite als Vorschaubild angezeigt. [Mehr Informationen](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "Ein Titel und eine Beschreibung des Shops sind im Vorschaubild enthalten. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Ein Titel und eine Beschreibung des Shops sind im Vorschaubild enthalten. [Mehr Informationen](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Text" @@ -2540,7 +2541,7 @@ "name": "Produktbewertung", "settings": { "paragraph": { - "content": "Um eine Bewertung anzuzeigen, musst du eine Produktbewertungs-App hinzufügen. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" + "content": "Um eine Bewertung anzuzeigen, musst du eine Produktbewertungs-App hinzufügen. [Mehr Informationen](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Medien", - "info": "Mehr Informationen zu [Medienarten](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Mehr Informationen zu [Medienarten](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Videoschleife aktivieren" @@ -2598,7 +2599,7 @@ "name": "Banner für E-Mail-Anmeldung", "settings": { "paragraph": { - "content": "Durch jedes E-Mail-Abonnement wird ein Kundenkonto erstellt. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Durch jedes E-Mail-Abonnement wird ein Kundenkonto erstellt. [Mehr Informationen](https://help.shopify.com/manual/customers)" }, "image": { "label": "Hintergrundbild" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Auf Mobilgeräten Inhalt unterhalb der Bilder anzeigen", - "info": "Verwende Bilder mit einem Seitenverhältnis von 16:9 für optimale Ergebnisse. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Verwende Bilder mit einem Seitenverhältnis von 16:9 für optimale Ergebnisse. [Mehr Informationen](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Bannerhöhe", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Groß" }, - "info": "Verwende Bilder mit einem Seitenverhältnis von 16:9 für optimale Ergebnisse. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Verwende Bilder mit einem Seitenverhältnis von 16:9 für optimale Ergebnisse. [Mehr Informationen](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__1": { @@ -3137,7 +3138,7 @@ "label": "Anzahl der Spalten auf dem Desktop" }, "paragraph__1": { - "content": "Dynamische Empfehlungen nutzen Bestell- und Produktinformationen, um sich mit der Zeit zu verändern und zu verbessern. [Mehr Informationen](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "Dynamische Empfehlungen nutzen Bestell- und Produktinformationen, um sich mit der Zeit zu verändern und zu verbessern. [Mehr Informationen](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Produktkarte" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Produktbewertung anzeigen", - "info": "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-recommendations-section-settings)" + "info": "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-recommendations-section-settings)" }, "header_mobile": { "content": "Mobiles Layout" diff --git a/locales/el.json b/locales/el.json index 756ef360797..f0341360854 100644 --- a/locales/el.json +++ b/locales/el.json @@ -322,6 +322,13 @@ }, "page": { "title": "Τίτλος σελίδας" + }, + "announcements": { + "previous_announcement": "Προηγούμενη ανακοίνωση", + "next_announcement": "Επόμενη ανακοίνωση", + "carousel": "Καρουζέλ", + "announcement": "Ανακοίνωση", + "announcement_bar": "Γραμμή ανακοινώσεων" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "Θέλω να το στείλω ως δώρο", "email_label": "Email παραλήπτη", - "email_label_optional": "Email παραλήπτη (προαιρετικά)", "email": "Email", "name_label": "Όνομα παραλήπτη (προαιρετικά)", "name": "Όνομα", "message_label": "Μήνυμα (προαιρετικά)", "message": "Μήνυμα", - "max_characters": "Έως {{ max_chars }} χαρακτήρες" + "max_characters": "Έως {{ max_chars }} χαρακτήρες", + "email_label_optional_for_no_js_behavior": "Email παραλήπτη (προαιρετικά)" } } } diff --git a/locales/en.default.json b/locales/en.default.json index 2084b85c8d8..6c888970ee3 100644 --- a/locales/en.default.json +++ b/locales/en.default.json @@ -252,6 +252,14 @@ } }, "sections": { + "announcements": { + "previous_announcement": "Previous announcement", + "next_announcement": "Next announcement", + "carousel": "Carousel", + "announcement": "Announcement", + "announcement_bar": "Announcement bar" + }, + "header": { "announcement": "Announcement", "menu": "Menu", @@ -459,7 +467,7 @@ "form": { "checkbox": "I want to send this as a gift", "email_label": "Recipient email", - "email_label_optional": "Recipient email (optional)", + "email_label_optional_for_no_js_behavior": "Recipient email (optional)", "email": "Email", "name_label": "Recipient name (optional)", "name": "Name", diff --git a/locales/en.default.schema.json b/locales/en.default.schema.json index 28bd1f07370..926a06879a7 100644 --- a/locales/en.default.schema.json +++ b/locales/en.default.schema.json @@ -200,7 +200,7 @@ "settings": { "type_header_font": { "label": "Font", - "info": "Selecting a different font can affect the speed of your store. [Learn more about system fonts.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Selecting a different font can affect the speed of your store. [Learn more about system fonts.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Font size scale" @@ -213,7 +213,7 @@ }, "type_body_font": { "label": "Font", - "info": "Selecting a different font can affect the speed of your store. [Learn more about system fonts.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Selecting a different font can affect the speed of your store. [Learn more about system fonts.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "body_scale": { "label": "Font size scale" @@ -225,7 +225,7 @@ }, "variant_pills": { "name": "Variant pills", - "paragraph": "Variant pills are one way of displaying your product variants. [Learn more](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Variant pills are one way of displaying your product variants. [Learn more](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Inputs" @@ -273,39 +273,39 @@ }, "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "https:\/\/shopify.tumblr.com" + "info": "https://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" } } }, @@ -477,6 +477,14 @@ }, "announcement-bar": { "name": "Announcement bar", + "settings": { + "auto_rotate": { + "label": "Auto-rotate slides" + }, + "change_slides_speed": { + "label": "Change slides every" + } + }, "blocks": { "announcement": { "name": "Announcement", @@ -593,7 +601,7 @@ }, "description": { "label": "Video alt text", - "info": "Describe the video for customers using screen readers. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Describe the video for customers using screen readers. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -619,7 +627,7 @@ "options__3": { "label": "Square" }, - "info": "Add images by editing your collections. [Learn more](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Add images by editing your collections. [Learn more](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Number of columns on desktop" @@ -695,7 +703,7 @@ }, "show_image": { "label": "Show featured image", - "info": "For best results, use an image with a 3:2 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "For best results, use an image with a 3:2 aspect ratio. [Learn more](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Show date" @@ -785,7 +793,7 @@ }, "show_rating": { "label": "Show product rating", - "info": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "To display a rating, add a product rating app. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "Enable quick add button", @@ -862,11 +870,7 @@ "settings": { "show_dynamic_checkout": { "label": "Show dynamic checkout buttons", - "info": "Using the payment methods available on your store, customers see their preferred option, like PayPal or Apple Pay. [Learn more](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Show recipient form for gift card products", - "info": "When enabled, gift card products can optionally be sent to a recipient with a personal message." + "info": "Using the payment methods available on your store, customers see their preferred option, like PayPal or Apple Pay. [Learn more](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -897,10 +901,10 @@ "label": "Text" }, "featured_image_info": { - "content": "If you include a link in social media posts, the page’s featured image will be shown as the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "If you include a link in social media posts, the page’s featured image will be shown as the preview image. [Learn more](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "A store title and description are included with the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "A store title and description are included with the preview image. [Learn more](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" } } }, @@ -916,7 +920,7 @@ "name": "Product rating", "settings": { "paragraph": { - "content": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" + "content": "To display a rating, add a product rating app. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } } @@ -930,7 +934,7 @@ }, "header": { "content": "Media", - "info": "Learn more about [media types](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Learn more about [media types](https://help.shopify.com/manual/products/product-media)" }, "media_position": { "label": "Desktop media position", @@ -972,14 +976,14 @@ "name": "Brand information", "settings": { "paragraph": { - "content": "This block will display your brand information. [Edit brand information.](\/editor?context=theme&category=brand%20information)" + "content": "This block will display your brand information. [Edit brand information.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Social media icons" }, "show_social": { "label": "Show social media icons", - "info": "To display your social media accounts, link them in your [theme settings](\/editor?context=theme&category=social%20media)." + "info": "To display your social media accounts, link them in your [theme settings](/editor?context=theme&category=social%20media)." } } }, @@ -1004,29 +1008,29 @@ }, "header__1": { "content": "Email Signup", - "info": "Subscribers added automatically to your “accepted marketing” customer list. [Learn more](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "Subscribers added automatically to your “accepted marketing” customer list. [Learn more](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Social media icons", - "info": "To display your social media accounts, link them in your [theme settings](\/editor?context=theme&category=social%20media)." + "info": "To display your social media accounts, link them in your [theme settings](/editor?context=theme&category=social%20media)." }, "show_social": { "label": "Show social media icons" }, "header__3": { - "content": "Country\/region selector" + "content": "Country/region selector" }, "header__4": { - "info": "To add a country\/region, go to your [market settings.](\/admin\/settings\/markets)" + "info": "To add a country/region, go to your [market settings.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Enable country\/region selector" + "label": "Enable country/region selector" }, "header__5": { "content": "Language selector" }, "header__6": { - "info": "To add a language, go to your [language settings.](\/admin\/settings\/languages)" + "info": "To add a language, go to your [language settings.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Enable language selector" @@ -1039,7 +1043,7 @@ }, "header__8": { "content": "Policy links", - "info": "To add store policies, go to your [policy settings](\/admin\/settings\/legal)." + "info": "To add store policies, go to your [policy settings](/admin/settings/legal)." }, "show_policy": { "label": "Show policy links" @@ -1047,9 +1051,9 @@ "margin_top": { "label": "Top margin" }, - "header__9": { + "header__9": { "content": "Follow on Shop", - "info": "Display follow button for your storefront on the Shop app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "To allow customers to follow your store on the Shop app from your storefront, Shop Pay must be enabled. [Learn more](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Enable Follow on Shop" @@ -1059,11 +1063,8 @@ "header": { "name": "Header", "settings": { - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Edit your logo in [theme settings](\/editor?context=theme&category=logo)." + "content": "Edit your logo in [theme settings](/editor?context=theme&category=logo)." }, "logo_position": { "label": "Desktop logo position", @@ -1115,19 +1116,19 @@ } }, "header__3": { - "content": "Country\/region selector" + "content": "Country/region selector" }, "header__4": { - "info": "To add a country\/region, go to your [market settings.](\/admin\/settings\/markets)" + "info": "To add a country/region, go to your [market settings.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Enable country\/region selector" + "label": "Enable country/region selector" }, "header__5": { "content": "Language selector" }, "header__6": { - "info": "To add a language, go to your [language settings.](\/admin\/settings\/languages)" + "info": "To add a language, go to your [language settings.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Enable language selector" @@ -1175,7 +1176,7 @@ "options__4": { "label": "Large" }, - "info": "For best results, use an image with a 3:2 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "For best results, use an image with a 3:2 aspect ratio. [Learn more](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__1": { @@ -1654,7 +1655,7 @@ "options__4": { "label": "Large" }, - "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1679,10 +1680,10 @@ "label": "Text" }, "featured_image_info": { - "content": "If you include a link in social media posts, the page’s featured image will be shown as the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "If you include a link in social media posts, the page’s featured image will be shown as the preview image. [Learn more](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "A store title and description are included with the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "A store title and description are included with the preview image. [Learn more](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." } } } @@ -1704,7 +1705,7 @@ "label": "Show author" }, "paragraph": { - "content": "Change excerpts by editing your blog posts. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Change excerpts by editing your blog posts. [Learn more](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "layout": { "label": "Desktop layout", @@ -1730,7 +1731,7 @@ "options__4": { "label": "Large" }, - "info": "For best results, use an image with a 3:2 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "For best results, use an image with a 3:2 aspect ratio. [Learn more](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1752,14 +1753,14 @@ "name": "Collection banner", "settings": { "paragraph": { - "content": "Add a description or image by editing your collection. [Learn more](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Add a description or image by editing your collection. [Learn more](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Show collection description" }, "show_collection_image": { "label": "Show collection image", - "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1774,7 +1775,7 @@ }, "enable_filtering": { "label": "Enable filtering", - "info": "Customize filters with the Search & Discovery app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Customize filters with the Search & Discovery app. [Learn more](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "filter_type": { "label": "Desktop filter layout", @@ -1812,7 +1813,7 @@ }, "show_rating": { "label": "Show product rating", - "info": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-grid-section-settings)" + "info": "To display a rating, add a product rating app. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-grid-section-settings)" }, "header__1": { "content": "Filtering and sorting" @@ -1822,7 +1823,7 @@ }, "enable_tags": { "label": "Enable filtering", - "info": "Customize filters with the Search & Discovery app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Customize filters with the Search & Discovery app. [Learn more](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_quick_buy": { "label": "Enable quick add button", @@ -1880,7 +1881,7 @@ "options__3": { "label": "Square" }, - "info": "Add images by editing your collections. [Learn more](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Add images by editing your collections. [Learn more](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Number of columns on desktop" @@ -1997,11 +1998,11 @@ "settings": { "show_dynamic_checkout": { "label": "Show dynamic checkout buttons", - "info": "Using the payment methods available on your store, customers see their preferred option, like PayPal or Apple Pay. [Learn more](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Using the payment methods available on your store, customers see their preferred option, like PayPal or Apple Pay. [Learn more](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Show recipient information form for gift card products", - "info": "Gift card products can optionally be sent direct to a recipient along with a personal message." + "info": "Gift card products can optionally be sent direct to a recipient along with a personal message. [Learn more](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -2035,10 +2036,10 @@ "label": "Text" }, "featured_image_info": { - "content": "If you include a link in social media posts, the page’s featured image will be shown as the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "If you include a link in social media posts, the page’s featured image will be shown as the preview image. [Learn more](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "A store title and description are included with the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "A store title and description are included with the preview image. [Learn more](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." } } }, @@ -2216,7 +2217,7 @@ "name": "Product rating", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -2224,7 +2225,7 @@ "name": "Complementary products", "settings": { "paragraph": { - "content": "To select complementary products, add the Search & Discovery app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "To select complementary products, add the Search & Discovery app. [Learn more](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Heading" @@ -2316,7 +2317,7 @@ "settings": { "header": { "content": "Media", - "info": "Learn more about [media types.](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Learn more about [media types.](https://help.shopify.com/manual/products/product-media)" }, "enable_sticky_info": { "label": "Enable sticky content on desktop" @@ -2436,7 +2437,7 @@ }, "show_rating": { "label": "Show product rating", - "info": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#search-results-section-settings)" + "info": "To display a rating, add a product rating app. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#search-results-section-settings)" }, "header__1": { "content": "Product card" @@ -2574,7 +2575,7 @@ "label": "Make section full width" }, "paragraph": { - "content": "Each email subscription creates a customer account. [Learn more](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Each email subscription creates a customer account. [Learn more](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2606,7 +2607,7 @@ "name": "Email signup banner", "settings": { "paragraph": { - "content": "Each email subscription creates a customer account. [Learn more](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Each email subscription creates a customer account. [Learn more](https://help.shopify.com/manual/customers)" }, "image": { "label": "Background image" @@ -2667,7 +2668,7 @@ "options__4": { "label": "Large" }, - "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_alignment": { "options__1": { @@ -2698,7 +2699,7 @@ }, "show_text_below": { "label": "Show content below image on mobile", - "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } }, "blocks": { @@ -2759,7 +2760,7 @@ "label": "Number of columns on desktop" }, "paragraph__1": { - "content": "Dynamic recommendations use order and product information to change and improve over time. [Learn more](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "Dynamic recommendations use order and product information to change and improve over time. [Learn more](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Product card" @@ -2784,7 +2785,7 @@ }, "show_rating": { "label": "Show product rating", - "info": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-recommendations-section-settings)" + "info": "To display a rating, add a product rating app. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "Mobile Layout" @@ -2941,7 +2942,7 @@ }, "description": { "label": "Video alt text", - "info": "Describe the video for customers using screen readers. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Describe the video for customers using screen readers. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Add image padding", diff --git a/locales/es.json b/locales/es.json index 43be908fea3..972b7016e4d 100644 --- a/locales/es.json +++ b/locales/es.json @@ -332,6 +332,13 @@ }, "page": { "title": "Título de la página" + }, + "announcements": { + "previous_announcement": "Anuncio anterior", + "next_announcement": "Anuncio siguiente", + "carousel": "Carrusel", + "announcement": "Anuncio", + "announcement_bar": "Barra de anuncios" } }, "localization": { @@ -469,13 +476,13 @@ "form": { "checkbox": "Quiero enviar esto como un regalo.", "email_label": "Correo electrónico de la persona destinataria", - "email_label_optional": "Correo electrónico de la persona destinataria (opcional)", "email": "Correo electrónico", "name_label": "Nombre de la persona destinataria (opcional)", "name": "Nombre", "message_label": "Mensaje (opcional)", "message": "Mensaje", - "max_characters": "{{ max_chars }} caracteres máx." + "max_characters": "{{ max_chars }} caracteres máx.", + "email_label_optional_for_no_js_behavior": "Correo electrónico de la persona destinataria (opcional)" } } } diff --git a/locales/es.schema.json b/locales/es.schema.json index 265534044e2..21f9c5187b8 100644 --- a/locales/es.schema.json +++ b/locales/es.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Fuente", - "info": "Seleccionar una fuente diferente puede afectar la velocidad de tu tienda online. [Más información sobre fuentes de sistema.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Seleccionar una fuente diferente puede afectar la velocidad de tu tienda online. [Más información sobre fuentes de sistema.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Títulos" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Fuente", - "info": "Seleccionar una fuente diferente puede afectar la velocidad de tu tienda online. [Más información sobre fuentes de sistema.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Seleccionar una fuente diferente puede afectar la velocidad de tu tienda online. [Más información sobre fuentes de sistema.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Escala de tamaño de fuente" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/www.facebook.com\/ShopifyES\/" + "info": "https://www.facebook.com/ShopifyES/" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "https:\/\/shopify.tumblr.com" + "info": "https://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Cuentas de redes sociales" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Botones de variantes", - "paragraph": "Los botones de variantes son una forma de mostrar las variantes de producto. [Más información](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Los botones de variantes son una forma de mostrar las variantes de producto. [Más información](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Entradas" @@ -501,6 +501,14 @@ } } } + }, + "settings": { + "auto_rotate": { + "label": "Girar las diapositivas automáticamente" + }, + "change_slides_speed": { + "label": "Cambiar de diapositiva cada" + } } }, "collage": { @@ -582,7 +590,7 @@ }, "description": { "label": "Texto alternativo del video", - "info": "Describe el video para los clientes que usan lectores de pantalla. [Más información](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Describe el video para los clientes que usan lectores de pantalla. [Más información](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -608,7 +616,7 @@ "options__3": { "label": "Cuadrado" }, - "info": "Agregar imágenes editando tus colecciones. [Más información](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Agregar imágenes editando tus colecciones. [Más información](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "Activar uso de banda magnética en el móvil" @@ -681,7 +689,7 @@ }, "show_image": { "label": "Mostrar imagen destacada", - "info": "Para resultados óptimos, utiliza una imagen con una relación de aspecto 3:2. [Más información](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Para resultados óptimos, utiliza una imagen con una relación de aspecto 3:2. [Más información](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Mostrar fecha" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Mostrar calificación de productos", - "info": "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\/theme-features#featured-collection-show-product-rating)" + "info": "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/theme-features#featured-collection-show-product-rating)" }, "columns_desktop": { "label": "Número de columnas en el escritorio" @@ -830,14 +838,14 @@ "name": "Información de marca", "settings": { "paragraph": { - "content": "Este bloque mostrará la información de tu marca. [Editar información de marca.](\/editor?context=theme&category=brand%20information)" + "content": "Este bloque mostrará la información de tu marca. [Editar información de marca.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Íconos de redes sociales" }, "show_social": { "label": "Mostrar íconos de redes sociales", - "info": "Para mostrar tus cuentas de redes sociales, vincúlalas en la [configuración de tu tema](\/editor?context=theme&category=social%20media)." + "info": "Para mostrar tus cuentas de redes sociales, vincúlalas en la [configuración de tu tema](/editor?context=theme&category=social%20media)." } } } @@ -851,29 +859,29 @@ }, "header__1": { "content": "Suscriptor de correo electrónico", - "info": "Suscriptores agregados automáticamente a tu lista de clientes \"marketing aceptado\". [Más información](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "Suscriptores agregados automáticamente a tu lista de clientes \"marketing aceptado\". [Más información](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Íconos de redes sociales", - "info": "Para mostrar tus cuentas de redes sociales, vincúlalas en la [configuración de tu tema](\/editor?context=theme&category=social%20media)." + "info": "Para mostrar tus cuentas de redes sociales, vincúlalas en la [configuración de tu tema](/editor?context=theme&category=social%20media)." }, "show_social": { "label": "Mostrar íconos de redes sociales" }, "header__3": { - "content": "Selector de país\/región" + "content": "Selector de país/región" }, "header__4": { - "info": "Para agregar un país o una región, ve a la [configuración del mercado.](\/admin\/settings\/markets)" + "info": "Para agregar un país o una región, ve a la [configuración del mercado.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Activar selector de país\/región" + "label": "Activar selector de país/región" }, "header__5": { "content": "Selector de idioma" }, "header__6": { - "info": "Para agregar un idioma, ve a tu [configuración de idiomas.](\/admin\/settings\/languages)" + "info": "Para agregar un idioma, ve a tu [configuración de idiomas.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Activar selector de idioma" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Enlaces a las políticas", - "info": "Para agregar las políticas de la tienda, ve a tu [configuración de políticas](\/admin\/settings\/legal)." + "info": "Para agregar las políticas de la tienda, ve a tu [configuración de políticas](/admin/settings/legal)." }, "show_policy": { "label": "Mostrar enlaces a las políticas" }, "header__9": { "content": "Seguir en Shop", - "info": "Muestra el botón de seguimiento de tu tienda en la aplicación Shop. [Más información](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Para que los clientes puedan seguir tu tienda en la aplicación Shop desde la tienda, Shop Pay debe estar activado. [Más información](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Activar Seguir en Shop" @@ -955,11 +963,8 @@ "label": "Izquierda" } }, - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Edita tu logotipo en [configuración del tema](\/editor?context=theme&category=logo)." + "content": "Edita tu logotipo en [configuración del tema](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Encabezado fijo", @@ -980,7 +985,7 @@ "content": "Selector de país o región" }, "header__4": { - "info": "Para agregar un país o una región, ve a la [configuración del mercado.](\/admin\/settings\/markets)" + "info": "Para agregar un país o una región, ve a la [configuración del mercado.](/admin/settings/markets)" }, "enable_country_selector": { "label": "Activar selector de país o región" @@ -989,7 +994,7 @@ "content": "Selector de idioma" }, "header__6": { - "info": "Para agregar un idioma, ve a tu [configuración de idiomas.](\/admin\/settings\/languages)" + "info": "Para agregar un idioma, ve a tu [configuración de idiomas.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Activar selector de idioma" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Mediano" }, - "info": "Para resultados óptimos, utiliza una imagen con una relación de aspecto 3:2. [Más información](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Para resultados óptimos, utiliza una imagen con una relación de aspecto 3:2. [Más información](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Grande" } @@ -1336,7 +1341,7 @@ "options__3": { "label": "Mediana" }, - "info": "Para mejores resultados, utiliza una imagen con una relación de aspecto 16:9. [Más información](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Para mejores resultados, utiliza una imagen con una relación de aspecto 16:9. [Más información](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Grande" } @@ -1361,10 +1366,10 @@ "name": "Compartir", "settings": { "featured_image_info": { - "content": "Si incluyes un enlace en publicaciones de redes sociales, la imagen destacada de la página se mostrará como la imagen de vista previa. [Más información](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Si incluyes un enlace en publicaciones de redes sociales, la imagen destacada de la página se mostrará como la imagen de vista previa. [Más información](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Con la imagen de vista previa se incluye un nombre y descripción de la tienda. [Más información](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Con la imagen de vista previa se incluye un nombre y descripción de la tienda. [Más información](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "texto" @@ -1383,7 +1388,7 @@ "label": "Mostrar imagen destacada" }, "paragraph": { - "content": "Cambiar extractos editando tus artículo del blog. [Más información](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Cambiar extractos editando tus artículo del blog. [Más información](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Mostrar fecha" @@ -1415,7 +1420,7 @@ "options__4": { "label": "Grande" }, - "info": "Para resultados óptimos, utiliza una imagen con una relación de aspecto 3:2. [Más información](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Para resultados óptimos, utiliza una imagen con una relación de aspecto 3:2. [Más información](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "Banner de colección", "settings": { "paragraph": { - "content": "agregar una descripción o imagen editando tu colección. [Más información](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "agregar una descripción o imagen editando tu colección. [Más información](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Mostrar descripción de la colección" }, "show_collection_image": { "label": "Mostrar imagen de la colección", - "info": "Para mejores resultados, utiliza una imagen con una relación de aspecto 16:9. [Más información](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Para mejores resultados, utiliza una imagen con una relación de aspecto 16:9. [Más información](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1474,11 +1479,11 @@ }, "enable_tags": { "label": "Habilitar filtrado", - "info": "Personaliza los filtros con la aplicación Search & Discovery. [Más información](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Personaliza los filtros con la aplicación Search & Discovery. [Más información](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "Habilitar filtrado", - "info": "Personaliza los filtros con la aplicación Search & Discovery. [Más información](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Personaliza los filtros con la aplicación Search & Discovery. [Más información](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Habilitar ordenado" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "Mostrar calificación de productos", - "info": "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-grid-section-settings)" + "info": "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-grid-section-settings)" }, "columns_desktop": { "label": "Número de columnas en el escritorio" @@ -1565,7 +1570,7 @@ "options__3": { "label": "Cuadrado" }, - "info": "Agregar imágenes editando tus colecciones. [Más información](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Agregar imágenes editando tus colecciones. [Más información](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Número de columnas en la versión para computadora" @@ -1652,11 +1657,11 @@ "settings": { "show_dynamic_checkout": { "label": "Mostrar botones de pago dinámico", - "info": "Utilizando las formas de pago disponibles en tu tienda, los clientes ven la opción de su preferencia, como PayPal o Apple Pay. [Más información](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Utilizando las formas de pago disponibles en tu tienda, los clientes ven la opción de su preferencia, como PayPal o Apple Pay. [Más información](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Mostrar el formulario de información de la persona destinataria para las tarjetas de regalo", - "info": "Opcionalmente, las tarjetas de regalo se pueden enviar directamente a una persona destinataria junto con un mensaje personal." + "info": "Opcionalmente, las tarjetas de regalo se pueden enviar directamente a una persona destinataria junto con un mensaje personal. [Más información](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -1670,10 +1675,10 @@ "name": "Compartir", "settings": { "featured_image_info": { - "content": "Si incluyes un enlace en publicaciones de redes sociales, la imagen destacada de la página se mostrará como la imagen de vista previa. [Más información](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Si incluyes un enlace en publicaciones de redes sociales, la imagen destacada de la página se mostrará como la imagen de vista previa. [Más información](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Con la imagen de vista previa se incluye un nombre y descripción de la tienda. [Más información](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Con la imagen de vista previa se incluye un nombre y descripción de la tienda. [Más información](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "texto" @@ -1854,7 +1859,7 @@ "name": "Calificación de los productos", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1862,7 +1867,7 @@ "name": "Productos complementarios", "settings": { "paragraph": { - "content": "Para seleccionar productos complementarios, agrega la aplicación Search & Discovery. [Más información](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Para seleccionar productos complementarios, agrega la aplicación Search & Discovery. [Más información](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Encabezado" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "Multimedia", - "info": "Obtén más información sobre [tipos de elementos multimedia.](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Obtén más información sobre [tipos de elementos multimedia.](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Activar la reproducción de video en bucle" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Mostrar calificación de productos", - "info": "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#search-results-section-settings)" + "info": "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#search-results-section-settings)" }, "columns_desktop": { "label": "Número de columnas en el escritorio" @@ -2247,7 +2252,7 @@ "label": "Definir ancho completo en sección" }, "paragraph": { - "content": "Con cada suscripción a correos electrónicos se crean cuentas de cliente. [Más información](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Con cada suscripción a correos electrónicos se crean cuentas de cliente. [Más información](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Texto alternativo del video", - "info": "Describe el video para los clientes que usan lectores de pantalla. [Más información](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Describe el video para los clientes que usan lectores de pantalla. [Más información](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Agregar relleno de imagen", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Mostrar botones de pago dinámico", - "info": "Utilizando las formas de pago disponibles en tu tienda, los clientes ven la opción de su preferencia, como PayPal o Apple Pay. [Más información](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Mostrar el formulario para las personas destinatarias de las tarjetas de regalo", - "info": "Cuando esta opción está activada, las tarjetas de regalo se pueden enviar opcionalmente a los destinatarios junto con un mensaje personal." + "info": "Utilizando las formas de pago disponibles en tu tienda, los clientes ven la opción de su preferencia, como PayPal o Apple Pay. [Más información](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Compartir", "settings": { "featured_image_info": { - "content": "Si incluyes un enlace en publicaciones de redes sociales, la imagen destacada de la página se mostrará como la imagen de vista previa. [Más información](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Si incluyes un enlace en publicaciones de redes sociales, la imagen destacada de la página se mostrará como la imagen de vista previa. [Más información](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "Con la imagen de vista previa se incluye un nombre y descripción de la tienda. [Más información](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Con la imagen de vista previa se incluye un nombre y descripción de la tienda. [Más información](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Texto" @@ -2540,7 +2541,7 @@ "name": "Calificación de productos", "settings": { "paragraph": { - "content": "Agrega una aplicación para mostrar las calificaciones de los productos. [Más información](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" + "content": "Agrega una aplicación para mostrar las calificaciones de los productos. [Más información](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Multimedia", - "info": "Más información sobre [tipos de elementos multimedia](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Más información sobre [tipos de elementos multimedia](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Activar la reproducción de video en bucle" @@ -2598,7 +2599,7 @@ "name": "Banner de suscripción de correo electrónico", "settings": { "paragraph": { - "content": "Con cada suscripción a correos electrónicos se crea una cuenta de cliente. [Más información](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Con cada suscripción a correos electrónicos se crea una cuenta de cliente. [Más información](https://help.shopify.com/manual/customers)" }, "image": { "label": "Imagen de fondo" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Mostrar el contenido debajo de la imagen en el móvil", - "info": "Para mejores resultados, utiliza una imagen con una relación de aspecto 16:9. [Más información](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Para mejores resultados, utiliza una imagen con una relación de aspecto 16:9. [Más información](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Altura del banner", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Grande" }, - "info": "Para mejores resultados, utiliza una imagen con una relación de aspecto 16:9. [Más información](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Para mejores resultados, utiliza una imagen con una relación de aspecto 16:9. [Más información](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__1": { @@ -3137,7 +3138,7 @@ "label": "Número de columnas en la versión para computadora" }, "paragraph__1": { - "content": "Las recomendaciones dinámicas usan la información de pedidos y productos para cambiar y mejorar con el tiempo. [Más información](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "Las recomendaciones dinámicas usan la información de pedidos y productos para cambiar y mejorar con el tiempo. [Más información](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Tarjeta de producto" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Mostrar calificación de productos", - "info": "Agrega una aplicación para mostrar las calificaciones de los productos. [Más información](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-recommendations-section-settings)" + "info": "Agrega una aplicación para mostrar las calificaciones de los productos. [Más información](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "Diseño para móviles" diff --git a/locales/fi.json b/locales/fi.json index 4b56ac102d8..d57e25c5f36 100644 --- a/locales/fi.json +++ b/locales/fi.json @@ -322,6 +322,13 @@ }, "page": { "title": "Sivun otsikko" + }, + "announcements": { + "previous_announcement": "Edellinen ilmoitus", + "next_announcement": "Ilmoitus", + "carousel": "Karuselli", + "announcement": "Ilmoitus", + "announcement_bar": "Ilmoituspalkki" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "Haluan lähettää tämän lahjaksi", "email_label": "Vastaanottajan sähköpostiosoite", - "email_label_optional": "Vastaanottajan sähköpostiosoite (valinnainen)", "email": "Sähköposti", "name_label": "Vastaanottajan sähköpostiosoite (valinnainen)", "name": "Nimi", "message_label": "Viesti (valinnainen)", "message": "Viesti", - "max_characters": "enintään {{ max_chars }} merkkiä" + "max_characters": "enintään {{ max_chars }} merkkiä", + "email_label_optional_for_no_js_behavior": "Vastaanottajan sähköpostiosoite (valinnainen)" } } } diff --git a/locales/fi.schema.json b/locales/fi.schema.json index e8c517764e2..cc65540fba5 100644 --- a/locales/fi.schema.json +++ b/locales/fi.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Fontti", - "info": "Muun fontin valitseminen voi vaikuttaa kauppasi nopeuteen. [Lue lisää järjestelmäfonteista.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Muun fontin valitseminen voi vaikuttaa kauppasi nopeuteen. [Lue lisää järjestelmäfonteista.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Otsikot" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Fontti", - "info": "Muun fontin valitseminen voi vaikuttaa kauppasi nopeuteen. [Lue lisää järjestelmäfonteista.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Muun fontin valitseminen voi vaikuttaa kauppasi nopeuteen. [Lue lisää järjestelmäfonteista.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Fonttikoon skaala" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "https:\/\/instagram.com\/shopify" + "info": "https://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "http:\/\/shopify.tumblr.com" + "info": "http://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Sosiaalisen median tilit" @@ -271,7 +271,7 @@ }, "variant_pills": { "name": "Versioiden kuvakkeet", - "paragraph": "Versiopillerit ovat yksi tapa näyttää tuoteversiosi asiakkaille. [Lisätietoja](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Versiopillerit ovat yksi tapa näyttää tuoteversiosi asiakkaille. [Lisätietoja](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Syötteet" @@ -501,6 +501,14 @@ } } } + }, + "settings": { + "auto_rotate": { + "label": "Käännä diat automaattisesti" + }, + "change_slides_speed": { + "label": "Vaihda diat joka" + } } }, "collage": { @@ -582,7 +590,7 @@ }, "description": { "label": "Videon vaihtoehtoinen teksti", - "info": "Kuvaile videota näytönlukijoita käyttäviä asiakkaita varten. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Kuvaile videota näytönlukijoita käyttäviä asiakkaita varten. [Lisätietoja](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -608,7 +616,7 @@ "options__3": { "label": "Neliö" }, - "info": "Lisää kuvia kokoelmiasi muokkaamalla. [Lisätietoja](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Lisää kuvia kokoelmiasi muokkaamalla. [Lisätietoja](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "Ota pyyhkäisy käyttöön mobiililaitteessa" @@ -681,7 +689,7 @@ }, "show_image": { "label": "Näytä esittelykuva", - "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 3:2. [Lisätietoja](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 3:2. [Lisätietoja](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Näytä päivämäärä" @@ -698,7 +706,7 @@ } }, "featured-collection": { - "name": "Esittelyssä oleva kokoelma", + "name": "Esittelykokoelma", "settings": { "title": { "label": "Otsikko" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Näytä tuotteen luokitus", - "info": "Näytä luokitus lisäämällä tuotearviointisovellus. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "Näytä luokitus lisäämällä tuotearviointisovellus. [Lisätietoja](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "columns_desktop": { "label": "Sarakkeiden määrä työpöydällä" @@ -797,7 +805,7 @@ } }, "presets": { - "name": "Esittelyssä oleva kokoelma" + "name": "Esittelykokoelma" } }, "footer": { @@ -830,14 +838,14 @@ "name": "Bränditiedot", "settings": { "paragraph": { - "content": "Bränditietosi näkyvät tässä lohkossa. [Muokkaa bränditietoja.](\/editor?context=theme&category=brand%20information)" + "content": "Bränditietosi näkyvät tässä lohkossa. [Muokkaa bränditietoja.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Some-kuvakkeet" }, "show_social": { "label": "Näytä some-kuvakkeet", - "info": "Jos haluat näyttää sosiaalisen median tilisi, linkitä ne [teema-asetuksistasi](\/editor?context=theme&category=social%20media)." + "info": "Jos haluat näyttää sosiaalisen median tilisi, linkitä ne [teema-asetuksistasi](/editor?context=theme&category=social%20media)." } } } @@ -851,29 +859,29 @@ }, "header__1": { "content": "Sähköpostitilaaja", - "info": "Tilaajat lisättiin automaattisesti \"markkinoinnin hyväksyneiden\" asiakasluetteloon. [Lisätietoja](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "Tilaajat lisättiin automaattisesti \"markkinoinnin hyväksyneiden\" asiakasluetteloon. [Lisätietoja](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Some-kuvakkeet", - "info": "Jos haluat näyttää sosiaalisen median tilisi, linkitä ne [teema-asetuksistasi](\/editor?context=theme&category=social%20media)." + "info": "Jos haluat näyttää sosiaalisen median tilisi, linkitä ne [teema-asetuksistasi](/editor?context=theme&category=social%20media)." }, "show_social": { "label": "Näytä some-kuvakkeet" }, "header__3": { - "content": "Maa-\/aluevalitsin" + "content": "Maa-/aluevalitsin" }, "header__4": { - "info": "Lisää maa\/alue siirtymällä [markkina-asetuksiisi.](\/admin\/settings\/markets)" + "info": "Lisää maa/alue siirtymällä [markkina-asetuksiisi.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Näytä maa-\/aluevalitsin" + "label": "Näytä maa-/aluevalitsin" }, "header__5": { "content": "Kielivalitsin" }, "header__6": { - "info": "Lisää kieli siirtymällä [kieliasetuksiisi.](\/admin\/settings\/languages)" + "info": "Lisää kieli siirtymällä [kieliasetuksiisi.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Ota kielivalitsin käyttöön" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Käytäntöjen linkit", - "info": "Jos haluat lisätä kaupan käytännöt, siirry [käytäntöjen asetuksiin](\/admin\/settings\/legal)." + "info": "Jos haluat lisätä kaupan käytännöt, siirry [käytäntöjen asetuksiin](/admin/settings/legal)." }, "show_policy": { "label": "Näytä käytäntöjen linkit" }, "header__9": { "content": "Seuraa Shopissa", - "info": "Näytä myyntipaikkasi Seuraa-painike Shop-sovelluksessa. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Shop Pay on otettava käyttöön, jotta asiakkaat voivat seurata kauppaasi Shop-sovelluksessa myyntipaikkasi kautta. [Lisätietoja](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Ota Seuraa Shopissa käyttöön" @@ -955,11 +963,8 @@ "label": "Vasen" } }, - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Muokkaa logoa [teeman asetuksissa](\/editor?context=theme&category=logo)." + "content": "Muokkaa logoa [teeman asetuksissa](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Paikallaan pysyvä ylätunniste", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Maa-\/aluevalitsin" + "content": "Maa-/aluevalitsin" }, "header__4": { - "info": "Lisää maa\/alue siirtymällä [markkina-asetuksiisi.](\/admin\/settings\/markets)" + "info": "Lisää maa/alue siirtymällä [markkina-asetuksiisi.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Ota käyttöön maa-\/aluevalitsin" + "label": "Ota käyttöön maa-/aluevalitsin" }, "header__5": { "content": "Kielivalitsin" }, "header__6": { - "info": "Lisää kieli siirtymällä [kieliasetuksiisi.](\/admin\/settings\/languages)" + "info": "Lisää kieli siirtymällä [kieliasetuksiisi.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Ota kielivalitsin käyttöön" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Keskisuuri" }, - "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 3:2. [Lisätietoja](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 3:2. [Lisätietoja](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Suuri" } @@ -1336,7 +1341,7 @@ "options__3": { "label": "Keskisuuri" }, - "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 16:9. [Lisätietoja](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 16:9. [Lisätietoja](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Suuri" } @@ -1361,10 +1366,10 @@ "name": "Jaa", "settings": { "featured_image_info": { - "content": "Jos lisäät sosiaalisen median julkaisuihin linkkejä, esikatselukuvana näkyy sivun esittelykuva. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Jos lisäät sosiaalisen median julkaisuihin linkkejä, esikatselukuvana näkyy sivun esittelykuva. [Lisätietoja](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Esikatselukuvassa näkyy kaupan nimi ja kuvaus. [Lisätietoja](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Esikatselukuvassa näkyy kaupan nimi ja kuvaus. [Lisätietoja](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Teksti" @@ -1383,7 +1388,7 @@ "label": "Näytä esittelykuva" }, "paragraph": { - "content": "Muuta otteita blogipostauksiasi muokkaamalla. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Muuta otteita blogipostauksiasi muokkaamalla. [Lisätietoja](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Näytä päivämäärä" @@ -1415,7 +1420,7 @@ "options__4": { "label": "Suuri" }, - "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 3:2. [Lisätietoja](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 3:2. [Lisätietoja](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "Kokoelmabanneri", "settings": { "paragraph": { - "content": "Lisää kuvaus tai kuva kokoelmiasi muokkaamalla. [Lisätietoja](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Lisää kuvaus tai kuva kokoelmiasi muokkaamalla. [Lisätietoja](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Näytä kokoelman kuvaus" }, "show_collection_image": { "label": "Näytä kokoelman kuva", - "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 16:9. [Lisätietoja](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 16:9. [Lisätietoja](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1474,11 +1479,11 @@ }, "enable_tags": { "label": "Ota suodatus käyttöön", - "info": "Mukauta suodattimia Search & Discovery -sovelluksen avulla. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Mukauta suodattimia Search & Discovery -sovelluksen avulla. [Lisätietoja](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "Ota suodatus käyttöön", - "info": "Mukauta suodattimia Search & Discovery -sovelluksen avulla. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Mukauta suodattimia Search & Discovery -sovelluksen avulla. [Lisätietoja](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Ota lajittelu käyttöön" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "Näytä tuotteen luokitus", - "info": "Näytä luokitus lisäämällä tuotearviointisovellus. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-grid-section-settings)" + "info": "Näytä luokitus lisäämällä tuotearviointisovellus. [Lisätietoja](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-grid-section-settings)" }, "columns_desktop": { "label": "Sarakkeiden määrä työpöydällä" @@ -1565,7 +1570,7 @@ "options__3": { "label": "Neliö" }, - "info": "Lisää kuvia kokoelmiasi muokkaamalla. [Lisätietoja](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Lisää kuvia kokoelmiasi muokkaamalla. [Lisätietoja](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Sarakkeiden määrä työpöydällä" @@ -1651,11 +1656,11 @@ "settings": { "show_dynamic_checkout": { "label": "Näytä dynaamiset kassapainikkeet", - "info": "Kun käytät kaupallesi saatavilla olevia maksutapoja, asiakkaat näkevät ensisijaisen vaihtoehtonsa, kuten PayPalin tai Apple Payn. [Lisätietoja](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Kun käytät kaupallesi saatavilla olevia maksutapoja, asiakkaat näkevät ensisijaisen vaihtoehtonsa, kuten PayPalin tai Apple Payn. [Lisätietoja](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Näytä lahjakorttituotteiden vastaanottajien tietolomake", - "info": "Lahjakorttituotteet voidaan valinnaisesti lähettää suoraan vastaanottajalle siten, että niissä on mukana henkilökohtainen viesti." + "info": "Lahjakorttituotteet voidaan valinnaisesti lähettää suoraan vastaanottajalle siten, että niissä on mukana henkilökohtainen viesti. [Lisätietoja](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -1669,10 +1674,10 @@ "name": "Jaa", "settings": { "featured_image_info": { - "content": "Jos lisäät sosiaalisen median julkaisuihin linkkejä, esikatselukuvana näkyy sivun esittelykuva. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Jos lisäät sosiaalisen median julkaisuihin linkkejä, esikatselukuvana näkyy sivun esittelykuva. [Lisätietoja](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Esikatselukuvassa näkyy kaupan nimi ja kuvaus. [Lisätietoja](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Esikatselukuvassa näkyy kaupan nimi ja kuvaus. [Lisätietoja](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Teksti" @@ -1853,7 +1858,7 @@ "name": "Tuotearvio", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1861,7 +1866,7 @@ "name": "Täydentävät tuotteet", "settings": { "paragraph": { - "content": "Lisää Search & Discovery -sovellus, jotta voit valita täydentäviä tuotteita. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Lisää Search & Discovery -sovellus, jotta voit valita täydentäviä tuotteita. [Lisätietoja](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Otsikko" @@ -1994,7 +1999,7 @@ "settings": { "header": { "content": "Media", - "info": "Lisätietoja [mediatyypeistä.](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Lisätietoja [mediatyypeistä.](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Ota videosilmukka käyttöön" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Näytä tuotteen luokitus", - "info": "Näytä luokitus lisäämällä tuotearviointisovellus. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#search-results-section-settings)" + "info": "Näytä luokitus lisäämällä tuotearviointisovellus. [Lisätietoja](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#search-results-section-settings)" }, "columns_desktop": { "label": "Sarakkeiden määrä työpöydällä" @@ -2247,7 +2252,7 @@ "label": "Tee osiosta täysleveä" }, "paragraph": { - "content": "Sähköpostitilaus luo asiakastilin. [Lisätietoja](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Sähköpostitilaus luo asiakastilin. [Lisätietoja](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Videon vaihtoehtoinen teksti", - "info": "Kuvaile videota näytönlukijoita käyttäviä asiakkaita varten. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Kuvaile videota näytönlukijoita käyttäviä asiakkaita varten. [Lisätietoja](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Lisää kuvan täyttö", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Näytä dynaamiset kassapainikkeet", - "info": "Kun käytät kaupallesi saatavilla olevia maksutapoja, asiakkaat näkevät ensisijaisen vaihtoehtonsa, kuten PayPalin tai Apple Payn. [Lisätietoja](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Näytä lahjakorttituotteiden vastaanottajalomake", - "info": "Kun tämä ominaisuus on käytössä, lahjakorttituotteet voidaan valinnaisesti lähettää vastaanottajalle siten, että niissä on mukana henkilökohtainen viesti." + "info": "Kun käytät kaupallesi saatavilla olevia maksutapoja, asiakkaat näkevät ensisijaisen vaihtoehtonsa, kuten PayPalin tai Apple Payn. [Lisätietoja](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Jaa", "settings": { "featured_image_info": { - "content": "Jos lisäät sosiaalisen median julkaisuihin linkkejä, esikatselukuvana näkyy sivun esittelykuva. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Jos lisäät sosiaalisen median julkaisuihin linkkejä, esikatselukuvana näkyy sivun esittelykuva. [Lisätietoja](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "Esikatselukuvassa näkyy kaupan nimi ja kuvaus. [Lisätietoja](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Esikatselukuvassa näkyy kaupan nimi ja kuvaus. [Lisätietoja](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Teksti" @@ -2540,7 +2541,7 @@ "name": "Tuotearvio", "settings": { "paragraph": { - "content": "Näytä luokitus lisäämällä tuotearviointisovellus. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" + "content": "Näytä luokitus lisäämällä tuotearviointisovellus. [Lisätietoja](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Media", - "info": "Lisätietoja [mediatyypeistä](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Lisätietoja [mediatyypeistä](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Ota videosilmukka käyttöön" @@ -2598,7 +2599,7 @@ "name": "Sähköpostirekisteröitymisen banneri", "settings": { "paragraph": { - "content": "Sähköpostitilaus luo asiakastilin. [Lisätietoja](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Sähköpostitilaus luo asiakastilin. [Lisätietoja](https://help.shopify.com/manual/customers)" }, "image": { "label": "Taustakuva" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Näytä kuvien alla oleva sisältö mobiililaitteessa", - "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 16:9. [Lisätietoja](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 16:9. [Lisätietoja](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Bannerin korkeus", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Suuri" }, - "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 16:9. [Lisätietoja](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Saat parhaat tulokset käyttämällä kuvaa, jonka kuvasuhde on 16:9. [Lisätietoja](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__4": { @@ -3137,7 +3138,7 @@ "label": "Sarakkeiden määrä työpöydällä" }, "paragraph__1": { - "content": "Dynaamisissa suosituksissa käytetään tilaus- ja tuotetietoja, jotta suositukset muuttuvat ja paranevat ajan myötä. [Lisätietoja](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "Dynaamisissa suosituksissa käytetään tilaus- ja tuotetietoja, jotta suositukset muuttuvat ja paranevat ajan myötä. [Lisätietoja](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Tuotekortti" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Näytä tuotteen luokitus", - "info": "Näytä luokitus lisäämällä tuotearviointisovellus. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-recommendations-section-settings)" + "info": "Näytä luokitus lisäämällä tuotearviointisovellus. [Lisätietoja](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "Mobiilipohja" diff --git a/locales/fr.json b/locales/fr.json index 26dcf84b714..9214014a242 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -332,6 +332,13 @@ }, "page": { "title": "Titre de la page" + }, + "announcements": { + "previous_announcement": "Annonce précédente", + "next_announcement": "Annonce suivante", + "carousel": "Carrousel", + "announcement": "Annonce", + "announcement_bar": "Barre d’annonces" } }, "localization": { @@ -469,13 +476,13 @@ "form": { "checkbox": "Je veux envoyer ce produit comme cadeau", "email_label": "E‑mail du destinataire", - "email_label_optional": "E‑mail du destinataire (facultatif)", "email": "E‑mail", "name_label": "Nom du destinataire (facultatif)", "name": "Nom", "message_label": "Message (facultatif)", "message": "Message", - "max_characters": "{{ max_chars }} caractères au maximum" + "max_characters": "{{ max_chars }} caractères au maximum", + "email_label_optional_for_no_js_behavior": "E‑mail du destinataire (facultatif)" } } } diff --git a/locales/fr.schema.json b/locales/fr.schema.json index b7b2b0f08ee..c0a818b5619 100644 --- a/locales/fr.schema.json +++ b/locales/fr.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Police", - "info": "La sélection d'une police différente peut influencer la vitesse de votre boutique. [En savoir plus sur les polices système.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "La sélection d'une police différente peut influencer la vitesse de votre boutique. [En savoir plus sur les polices système.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Titres" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Police", - "info": "La sélection d'une police différente peut influencer la vitesse de votre boutique. [En savoir plus sur les polices système.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "La sélection d'une police différente peut influencer la vitesse de votre boutique. [En savoir plus sur les polices système.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Échelle de taille de police" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "http:\/\/shopify.tumblr.com" + "info": "http://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Comptes sociaux" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Boutons pilule de variante", - "paragraph": "Les boutons pilule de variante servent à afficher les variantes de produit. [En savoir plus](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Les boutons pilule de variante servent à afficher les variantes de produit. [En savoir plus](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Entrées" @@ -501,6 +501,14 @@ } } } + }, + "settings": { + "auto_rotate": { + "label": "Rotation automatique des diapositives" + }, + "change_slides_speed": { + "label": "Changer de diapositive toutes les" + } } }, "collage": { @@ -582,7 +590,7 @@ }, "description": { "label": "Texte alternatif de la vidéo", - "info": "Décrivez la vidéo pour les clients utilisant des lecteurs d'écran. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Décrivez la vidéo pour les clients utilisant des lecteurs d'écran. [En savoir plus](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -608,7 +616,7 @@ "options__3": { "label": "Square" }, - "info": "Pour ajouter des images, modifiez vos collections. [En savoir plus](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Pour ajouter des images, modifiez vos collections. [En savoir plus](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "Activer le balayage sur mobile" @@ -681,7 +689,7 @@ }, "show_image": { "label": "Afficher les images vedettes", - "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 3:2. [En savoir plus](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 3:2. [En savoir plus](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Afficher la date" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Afficher la note du produit", - "info": "Pour afficher une note, ajoutez une application d'évaluation de produits. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "Pour afficher une note, ajoutez une application d'évaluation de produits. [En savoir plus](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "Activer le bouton d'ajout rapide", @@ -830,14 +838,14 @@ "name": "Informations sur la marque", "settings": { "paragraph": { - "content": "Ce bloc affichera les informations sur votre marque. [Modifier les informations sur la marque.](\/editor?context=theme&category=brand%20information)" + "content": "Ce bloc affichera les informations sur votre marque. [Modifier les informations sur la marque.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Icônes de réseaux sociaux" }, "show_social": { "label": "Afficher les icônes des réseaux sociaux", - "info": "Pour afficher vos comptes de médias sociaux, ajoutez les liens correspondants dans les [paramètres de votre thème](\/editor?context=theme&category=social%20media)." + "info": "Pour afficher vos comptes de médias sociaux, ajoutez les liens correspondants dans les [paramètres de votre thème](/editor?context=theme&category=social%20media)." } } } @@ -851,29 +859,29 @@ }, "header__1": { "content": "Inscription à la liste de diffusion", - "info": "Abonnés automatiquement ajoutés à votre liste de clients « marketing accepté ». [En savoir plus](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "Abonnés automatiquement ajoutés à votre liste de clients « marketing accepté ». [En savoir plus](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Icônes de médias sociaux", - "info": "Pour afficher vos comptes de médias sociaux, ajoutez les liens correspondants dans les [paramètres de votre thème](\/editor?context=theme&category=social%20media)." + "info": "Pour afficher vos comptes de médias sociaux, ajoutez les liens correspondants dans les [paramètres de votre thème](/editor?context=theme&category=social%20media)." }, "show_social": { "label": "Afficher les icônes des médias sociaux" }, "header__3": { - "content": "Sélecteur de pays\/région" + "content": "Sélecteur de pays/région" }, "header__4": { - "info": "Pour ajouter un pays\/une région, accédez à vos [paramètres de marché.](\/admin\/settings\/markets)" + "info": "Pour ajouter un pays/une région, accédez à vos [paramètres de marché.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Activer le sélecteur de pays\/région" + "label": "Activer le sélecteur de pays/région" }, "header__5": { "content": "Sélecteur de langue" }, "header__6": { - "info": "Pour ajouter une langue, allez à vos [paramètres de langue.](\/admin\/settings\/languages)" + "info": "Pour ajouter une langue, allez à vos [paramètres de langue.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Activer le sélecteur de langue" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Liens des politiques", - "info": "Pour ajouter des politiques concernant votre boutique, accédez à vos [paramètres de politique ](\/admin\/settings\/legal)." + "info": "Pour ajouter des politiques concernant votre boutique, accédez à vos [paramètres de politique ](/admin/settings/legal)." }, "show_policy": { "label": "Afficher les liens des politiques" }, "header__9": { "content": "Suivre sur Shop", - "info": "Affichez le bouton de suivi de votre boutique en ligne sur l'application Shop. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Pour autoriser les clients à suivre votre boutique sur l’application Shop depuis votre boutique en ligne, Shop Pay doit être activé. [En savoir plus](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Activer Suivre sur Shop" @@ -955,11 +963,8 @@ "label": "Gauche" } }, - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Modifiez votre logo dans les [paramètres du thème](\/editor?context=theme&category=logo)." + "content": "Modifiez votre logo dans les [paramètres du thème](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "En‑tête fixe", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Sélecteur de pays\/région" + "content": "Sélecteur de pays/région" }, "header__4": { - "info": "Pour ajouter un pays\/une région, accédez à [market settings.](\/admin\/settings\/markets)" + "info": "Pour ajouter un pays/une région, accédez à [market settings.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Activer le sélecteur de pays\/région" + "label": "Activer le sélecteur de pays/région" }, "header__5": { "content": "Sélecteur de langue" }, "header__6": { - "info": "Pour ajouter une langue, accédez à [language settings.](\/admin\/settings\/languages)" + "info": "Pour ajouter une langue, accédez à [language settings.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Activer le sélecteur de langue" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Moyen" }, - "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 3:2. [En savoir plus](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 3:2. [En savoir plus](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Grand" } @@ -1336,7 +1341,7 @@ "options__3": { "label": "Moyen" }, - "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 16:9. [En savoir plus](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 16:9. [En savoir plus](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Grand" } @@ -1361,10 +1366,10 @@ "name": "Partager", "settings": { "featured_image_info": { - "content": "Si vous incluez un lien dans les publications sur les réseaux sociaux, l'image vedette de la page sera affichée comme image d'aperçu. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Si vous incluez un lien dans les publications sur les réseaux sociaux, l'image vedette de la page sera affichée comme image d'aperçu. [En savoir plus](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Un titre et une description de la boutique sont inclus avec l'image d'aperçu. [En savoir plus](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Un titre et une description de la boutique sont inclus avec l'image d'aperçu. [En savoir plus](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Texte" @@ -1383,7 +1388,7 @@ "label": "Afficher les images vedettes" }, "paragraph": { - "content": "Pour changer les extraits, modifiez vos articles de blog. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Pour changer les extraits, modifiez vos articles de blog. [En savoir plus](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Afficher la date" @@ -1415,7 +1420,7 @@ "options__4": { "label": "Grand" }, - "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 3:2. [En savoir plus](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 3:2. [En savoir plus](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "Bannière de collection", "settings": { "paragraph": { - "content": "Pour ajouter une description ou une image, modifiez votre collection. [En savoir plus](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Pour ajouter une description ou une image, modifiez votre collection. [En savoir plus](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Afficher la description de la collection" }, "show_collection_image": { "label": "Afficher l'image de la collection", - "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 16:9. [En savoir plus](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 16:9. [En savoir plus](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1456,7 +1461,7 @@ }, "enable_filtering": { "label": "Activer le filtrage", - "info": "Personnalisez les filtres avec l’application Search & Discovery. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Personnalisez les filtres avec l’application Search & Discovery. [En savoir plus](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Activer le tri" @@ -1487,11 +1492,11 @@ }, "enable_tags": { "label": "Activer le filtrage", - "info": "Personnalisez les filtres avec l’application Search & Discovery. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Personnalisez les filtres avec l’application Search & Discovery. [En savoir plus](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "show_rating": { "label": "Afficher la note du produit", - "info": "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-grid-section-settings)" + "info": "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-grid-section-settings)" }, "enable_quick_buy": { "label": "Activer le bouton d'ajout rapide", @@ -1565,7 +1570,7 @@ "options__3": { "label": "Square" }, - "info": "Pour ajouter des images, modifiez vos collections. [En savoir plus](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Pour ajouter des images, modifiez vos collections. [En savoir plus](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Nombre de colonnes sur ordinateur" @@ -1651,11 +1656,11 @@ "settings": { "show_dynamic_checkout": { "label": "Afficher les boutons de paiement dynamique", - "info": "En utilisant les méthodes de paiement disponibles sur votre boutique, les clients voient leur option préférée, comme PayPal ou Apple Pay. [En savoir plus](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "En utilisant les méthodes de paiement disponibles sur votre boutique, les clients voient leur option préférée, comme PayPal ou Apple Pay. [En savoir plus](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Afficher le formulaire d’information sur le destinataire pour les cartes‑cadeaux en tant que produit", - "info": "Les cartes‑cadeaux en tant que produit peuvent être envoyées directement au destinataire, accompagnées d’un message personnel." + "info": "Les cartes‑cadeaux en tant que produits peuvent être envoyées directement au destinataire, accompagnées d’un message personnel. [En savoir plus](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -1669,10 +1674,10 @@ "name": "Partager", "settings": { "featured_image_info": { - "content": "Si vous incluez un lien dans les publications sur les réseaux sociaux, l'image vedette de la page sera affichée comme image d'aperçu. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Si vous incluez un lien dans les publications sur les réseaux sociaux, l'image vedette de la page sera affichée comme image d'aperçu. [En savoir plus](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Un titre et une description de la boutique sont inclus avec l'image d'aperçu. [En savoir plus](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Un titre et une description de la boutique sont inclus avec l'image d'aperçu. [En savoir plus](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Texte" @@ -1853,7 +1858,7 @@ "name": "Note de produit", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1861,7 +1866,7 @@ "name": "Produits complémentaires", "settings": { "paragraph": { - "content": "Pour sélectionner des produits complémentaires, ajoutez l'application Search & Discovery. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Pour sélectionner des produits complémentaires, ajoutez l'application Search & Discovery. [En savoir plus](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "En-tête" @@ -1994,7 +1999,7 @@ "settings": { "header": { "content": "Support multimédia", - "info": "En savoir plus sur les [types de supports multimédia.](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "En savoir plus sur les [types de supports multimédia.](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Activer le bouclage de la vidéo" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Afficher la note du produit", - "info": "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#search-results-section-settings)" + "info": "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#search-results-section-settings)" }, "columns_desktop": { "label": "Nombre de colonnes sur ordinateur" @@ -2247,7 +2252,7 @@ "label": "Rendre la section pleine largeur" }, "paragraph": { - "content": "Chaque abonnement aux e-mails entraîne la création d'un compte client. [En savoir plus](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Chaque abonnement aux e-mails entraîne la création d'un compte client. [En savoir plus](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Texte alternatif de la vidéo", - "info": "Décrivez la vidéo pour les clients utilisant des lecteurs d'écran. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Décrivez la vidéo pour les clients utilisant des lecteurs d'écran. [En savoir plus](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Ajouter une marge intérieure à l'image", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Afficher les boutons de paiement dynamique", - "info": "En utilisant les moyens de paiement disponibles sur votre boutique, les clients voient leur option préférée, comme PayPal ou Apple Pay. [En savoir plus](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Afficher le formulaire du destinataire pour les cartes‑cadeaux en tant que produit", - "info": "Lorsque cette option est activée, les cartes‑cadeaux en tant que produit peuvent être envoyées à un destinataire, accompagnées d’un message personnel." + "info": "En utilisant les moyens de paiement disponibles sur votre boutique, les clients voient leur option préférée, comme PayPal ou Apple Pay. [En savoir plus](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Partager", "settings": { "featured_image_info": { - "content": "Si vous incluez un lien dans des publications sur les médias sociaux, l'image vedette de la page sera affichée comme image d'aperçu. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Si vous incluez un lien dans des publications sur les médias sociaux, l'image vedette de la page sera affichée comme image d'aperçu. [En savoir plus](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "Un titre et une description de la boutique sont inclus avec l'image d'aperçu. [En savoir plus](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Un titre et une description de la boutique sont inclus avec l'image d'aperçu. [En savoir plus](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Texte" @@ -2540,7 +2541,7 @@ "name": "Évaluation de produit", "settings": { "paragraph": { - "content": "Pour afficher une évaluation, ajoutez une application d'évaluation de produits. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" + "content": "Pour afficher une évaluation, ajoutez une application d'évaluation de produits. [En savoir plus](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Support multimédia", - "info": "En savoir plus sur les [types de supports multimédias](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "En savoir plus sur les [types de supports multimédias](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Activer la vidéo en boucle" @@ -2598,7 +2599,7 @@ "name": "Bannière d'inscription à la liste de diffusion", "settings": { "paragraph": { - "content": "Chaque abonnement par e-mail entraîne la création d'un compte client. [En savoir plus](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Chaque abonnement par e-mail entraîne la création d'un compte client. [En savoir plus](https://help.shopify.com/manual/customers)" }, "image": { "label": "Image de fond" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Afficher le contenu sous l'image sur le mobile", - "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 16:9. [En savoir plus](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 16:9. [En savoir plus](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Hauteur de la bannière", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Grand" }, - "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 16:9. [En savoir plus](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Pour optimiser vos résultats, utilisez une image ayant un rapport d'aspect de 16:9. [En savoir plus](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__4": { @@ -3137,7 +3138,7 @@ "label": "Nombre de colonnes sur ordinateur" }, "paragraph__1": { - "content": "Les recommandations dynamiques utilisent les informations relatives aux commandes et aux produits pour changer et s’améliorer au fil du temps. [En savoir plus](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "Les recommandations dynamiques utilisent les informations relatives aux commandes et aux produits pour changer et s’améliorer au fil du temps. [En savoir plus](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Carte de produit" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Afficher la note du produit", - "info": "Pour afficher une note, ajoutez une application d’évaluation des produits. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-recommendations-section-settings)" + "info": "Pour afficher une note, ajoutez une application d’évaluation des produits. [En savoir plus](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "Mise en page sur mobile" diff --git a/locales/hr-HR.json b/locales/hr-HR.json index 9c98ba49e36..82442066d31 100644 --- a/locales/hr-HR.json +++ b/locales/hr-HR.json @@ -332,6 +332,13 @@ }, "page": { "title": "Naslov stranice" + }, + "announcements": { + "previous_announcement": "Prethodna objava", + "next_announcement": "Sljedeća objava", + "carousel": "Vrtuljak", + "announcement": "Objava", + "announcement_bar": "Traka za objave" } }, "localization": { @@ -469,13 +476,13 @@ "form": { "checkbox": "Želim ovo poslati kao poklon", "email_label": "Adresa e-pošte primatelja", - "email_label_optional": "Adresa e-pošte primatelja (nije obavezno)", "email": "Adresa e-pošte", "name_label": "Ime primatelja (nije obavezno)", "name": "Ime", "message_label": "Poruka (nije obavezno)", "message": "Poruka", - "max_characters": "Najveći dopušteni broj znakova: {{ max_chars }}" + "max_characters": "Najveći dopušteni broj znakova: {{ max_chars }}", + "email_label_optional_for_no_js_behavior": "Adresa e-pošte primatelja (nije obavezno)" } } } diff --git a/locales/hu.json b/locales/hu.json index 501e5b674ee..562c09f381a 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -322,6 +322,13 @@ }, "page": { "title": "Oldal címe" + }, + "announcements": { + "previous_announcement": "Előző közlemény", + "next_announcement": "Következő közlemény", + "carousel": "Forgótár", + "announcement": "Közlemény", + "announcement_bar": "Közleménysáv" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "Ajándékba szeretném küldeni", "email_label": "Címzett e-mail-címe", - "email_label_optional": "Címzett e-mail-címe (nem kötelező)", "email": "E-mail-cím", "name_label": "Címzett neve (nem kötelező)", "name": "Név", "message_label": "Üzenet (nem kötelező)", "message": "Üzenet", - "max_characters": "Maximum {{ max_chars }} karakter" + "max_characters": "Maximum {{ max_chars }} karakter", + "email_label_optional_for_no_js_behavior": "Címzett e-mail-címe (nem kötelező)" } } } diff --git a/locales/id.json b/locales/id.json index 7eec859d758..625b39791b1 100644 --- a/locales/id.json +++ b/locales/id.json @@ -322,6 +322,13 @@ }, "page": { "title": "Judul halaman" + }, + "announcements": { + "previous_announcement": "Pengumuman sebelumnya", + "next_announcement": "Pengumuman selanjutnya", + "carousel": "Carousel", + "announcement": "Pengumuman", + "announcement_bar": "Bilah pengumuman" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "Saya ingin mengirim ini sebagai hadiah", "email_label": "Email penerima", - "email_label_optional": "Email penerima (opsional)", "email": "Email", "name_label": "Nama penerima (opsional)", "name": "Nama", "message_label": "Pesan (opsional)", "message": "Pesan", - "max_characters": "Maksimum {{ max_chars }} karakter" + "max_characters": "Maksimum {{ max_chars }} karakter", + "email_label_optional_for_no_js_behavior": "Email penerima (opsional)" } } } diff --git a/locales/it.json b/locales/it.json index 979e3afc920..7785952e65e 100644 --- a/locales/it.json +++ b/locales/it.json @@ -332,6 +332,13 @@ }, "page": { "title": "Titolo pagina" + }, + "announcements": { + "previous_announcement": "Annuncio precedente", + "next_announcement": "Annuncio successivo", + "carousel": "Carousel", + "announcement": "Annuncio", + "announcement_bar": "Barra degli annunci" } }, "localization": { @@ -469,13 +476,13 @@ "form": { "checkbox": "Voglio inviarlo come regalo", "email_label": "Email destinatario", - "email_label_optional": "Email destinatario (facoltativa)", "email": "email", "name_label": "Nome destinatario (facoltativo)", "name": "Nome", "message_label": "Messaggio (facoltativo)", "message": "Messaggio", - "max_characters": "Massimo {{ max_chars }} caratteri" + "max_characters": "Massimo {{ max_chars }} caratteri", + "email_label_optional_for_no_js_behavior": "Email destinatario (facoltativa)" } } } diff --git a/locales/it.schema.json b/locales/it.schema.json index 9586899b867..254587b9570 100644 --- a/locales/it.schema.json +++ b/locales/it.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Font", - "info": "La selezione di un font diverso può influenzare la velocità del tuo negozio. [Maggiori informazioni sui font di sistema.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "La selezione di un font diverso può influenzare la velocità del tuo negozio. [Maggiori informazioni sui font di sistema.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Titoli" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Font", - "info": "La selezione di un font diverso può influenzare la velocità del tuo negozio. [Maggiori informazioni sui font di sistema.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "La selezione di un font diverso può influenzare la velocità del tuo negozio. [Maggiori informazioni sui font di sistema.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Scalabilità dimensione font" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "https:\/\/shopify.tumblr.com" + "info": "https://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Account social" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Pulsanti di selezione variante", - "paragraph": "I pulsanti di selezione variante costituiscono uno dei modi in cui puoi visualizzare le varianti di prodotto. [Maggiori informazioni](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "I pulsanti di selezione variante costituiscono uno dei modi in cui puoi visualizzare le varianti di prodotto. [Maggiori informazioni](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Input" @@ -501,6 +501,14 @@ } } } + }, + "settings": { + "auto_rotate": { + "label": "Ruota slide automaticamente" + }, + "change_slides_speed": { + "label": "Cambia slide ogni" + } } }, "collage": { @@ -582,7 +590,7 @@ }, "description": { "label": "Testo alternativo del video", - "info": "Descrivi il video per i clienti che utilizzano i lettori di schermo. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Descrivi il video per i clienti che utilizzano i lettori di schermo. [Maggiori informazioni](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -608,7 +616,7 @@ "options__3": { "label": "Quadrate" }, - "info": "Aggiungi immagini modificando le collezioni. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Aggiungi immagini modificando le collezioni. [Maggiori informazioni](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "Abilita scorrimento su dispositivo mobile" @@ -681,7 +689,7 @@ }, "show_image": { "label": "Mostra immagine in evidenza", - "info": "Per un risultato ottimale, utilizza un'immagine con proporzioni 3:2. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Per un risultato ottimale, utilizza un'immagine con proporzioni 3:2. [Maggiori informazioni](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Mostra data" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Mostra valutazione del prodotto", - "info": "Per mostrare una valutazione, aggiungi un'app di valutazione del prodotto. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "Per mostrare una valutazione, aggiungi un'app di valutazione del prodotto. [Maggiori informazioni](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "Abilita il pulsante di aggiunta rapida", @@ -830,14 +838,14 @@ "name": "Informazioni sul brand", "settings": { "paragraph": { - "content": "Questo blocco mostrerà le informazioni sul tuo brand. [Modifica le informazioni sul brand.](\/editor?context=theme&category=brand%20information)" + "content": "Questo blocco mostrerà le informazioni sul tuo brand. [Modifica le informazioni sul brand.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Icone dei social media" }, "show_social": { "label": "Mostra icone dei social media", - "info": "Per mostrare i tuoi account sui social media, inseriscine i link nelle [impostazioni tema](\/editor?context=theme&category=social%20media)." + "info": "Per mostrare i tuoi account sui social media, inseriscine i link nelle [impostazioni tema](/editor?context=theme&category=social%20media)." } } } @@ -851,29 +859,29 @@ }, "header__1": { "content": "Iscrizione alla newsletter", - "info": "Iscritti aggiunti automaticamente all'elenco dei clienti che \"hanno accettato le comunicazioni di marketing\". [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "Iscritti aggiunti automaticamente all'elenco dei clienti che \"hanno accettato le comunicazioni di marketing\". [Maggiori informazioni](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Icone dei social media", - "info": "Per mostrare i tuoi account sui social media, inseriscine i link nelle [impostazioni tema](\/editor?context=theme&category=social%20media)." + "info": "Per mostrare i tuoi account sui social media, inseriscine i link nelle [impostazioni tema](/editor?context=theme&category=social%20media)." }, "show_social": { "label": "Mostra icone dei social media" }, "header__3": { - "content": "Selettore paese\/area geografica" + "content": "Selettore paese/area geografica" }, "header__4": { - "info": "Per aggiungere un paese\/un'area geografica, vai alle [impostazioni di mercato.](\/admin\/settings\/markets)" + "info": "Per aggiungere un paese/un'area geografica, vai alle [impostazioni di mercato.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Abilita selettore paese\/area geografica" + "label": "Abilita selettore paese/area geografica" }, "header__5": { "content": "Selettore lingua" }, "header__6": { - "info": "Per aggiungere una lingua, vai alle [impostazioni lingua.](\/admin\/settings\/languages)" + "info": "Per aggiungere una lingua, vai alle [impostazioni lingua.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Abilita selettore lingua" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Link alle informative", - "info": "Per aggiungere le informative del negozio, vai alle [impostazioni delle informative](\/admin\/settings\/legal)." + "info": "Per aggiungere le informative del negozio, vai alle [impostazioni delle informative](/admin/settings/legal)." }, "show_policy": { "label": "Mostra link alle informative" }, "header__9": { "content": "Segui su Shop", - "info": "Mostra il pulsante segui per la tua vetrina virtuale nell'app Shop. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Shop Pay deve essere abilitato per consentire ai clienti di seguire il tuo negozio sull'app Shop dalla tua vetrina virtuale. [Maggiori informazioni](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Abilita Segui su Shop" @@ -955,11 +963,8 @@ "label": "A sinistra" } }, - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Modifica il tuo logo nelle [impostazioni tema](\/editor?context=theme&category=logo)." + "content": "Modifica il tuo logo nelle [impostazioni tema](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Header fisso", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Selettore paese\/area geografica" + "content": "Selettore paese/area geografica" }, "header__4": { - "info": "Per aggiungere un paese\/un'area geografica, vai alle [impostazioni di mercato.](\/admin\/settings\/markets)" + "info": "Per aggiungere un paese/un'area geografica, vai alle [impostazioni di mercato.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Abilita selettore paese\/area geografica" + "label": "Abilita selettore paese/area geografica" }, "header__5": { "content": "Selettore lingua" }, "header__6": { - "info": "Per aggiungere una lingua, vai alle [impostazioni lingua.](\/admin\/settings\/languages)" + "info": "Per aggiungere una lingua, vai alle [impostazioni lingua.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Abilita selettore lingua" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Media" }, - "info": "Per un risultato ottimale, utilizza un'immagine con proporzioni 3:2. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Per un risultato ottimale, utilizza un'immagine con proporzioni 3:2. [Maggiori informazioni](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Grande" } @@ -1336,7 +1341,7 @@ "options__3": { "label": "Media" }, - "info": "Per un risultato ottimale utilizza un'immagine con proporzioni 16:9. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Per un risultato ottimale utilizza un'immagine con proporzioni 16:9. [Maggiori informazioni](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Grande" } @@ -1361,10 +1366,10 @@ "name": "Condividi", "settings": { "featured_image_info": { - "content": "Se includi un link in post sui social media, l'immagine in evidenza della pagina verrà mostrata come immagine di anteprima. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Se includi un link in post sui social media, l'immagine in evidenza della pagina verrà mostrata come immagine di anteprima. [Maggiori informazioni](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Insieme all'immagine di anteprima sono inclusi un titolo e una descrizione del negozio. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Insieme all'immagine di anteprima sono inclusi un titolo e una descrizione del negozio. [Maggiori informazioni](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Testo" @@ -1383,7 +1388,7 @@ "label": "Mostra immagine in evidenza" }, "paragraph": { - "content": "Modifica i riassunti modificando gli articoli del blog. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Modifica i riassunti modificando gli articoli del blog. [Maggiori informazioni](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Mostra data" @@ -1415,7 +1420,7 @@ "options__4": { "label": "Grande" }, - "info": "Per un risultato ottimale, utilizza un'immagine con proporzioni 3:2. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Per un risultato ottimale, utilizza un'immagine con proporzioni 3:2. [Maggiori informazioni](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "Banner collezione", "settings": { "paragraph": { - "content": "Aggiungi una descrizione o un'immagine modificando la collezione. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Aggiungi una descrizione o un'immagine modificando la collezione. [Maggiori informazioni](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Mostra descrizione collezione" }, "show_collection_image": { "label": "Mostra immagine collezione", - "info": "Per un risultato ottimale utilizza un'immagine con proporzioni 16:9. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Per un risultato ottimale utilizza un'immagine con proporzioni 16:9. [Maggiori informazioni](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1474,11 +1479,11 @@ }, "enable_tags": { "label": "Abilita i filtri", - "info": "Personalizza i filtri con l'app Search & Discovery. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Personalizza i filtri con l'app Search & Discovery. [Maggiori informazioni](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "Abilita i filtri", - "info": "Personalizza i filtri con l'app Search & Discovery. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Personalizza i filtri con l'app Search & Discovery. [Maggiori informazioni](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Abilita ordinamento" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "Mostra valutazione del prodotto", - "info": "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-grid-section-settings)" + "info": "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-grid-section-settings)" }, "enable_quick_buy": { "label": "Abilita il pulsante di aggiunta rapida", @@ -1565,7 +1570,7 @@ "options__3": { "label": "Quadrate" }, - "info": "Aggiungi immagini modificando le collezioni. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Aggiungi immagini modificando le collezioni. [Maggiori informazioni](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Numero di colonne su desktop" @@ -1652,11 +1657,11 @@ "settings": { "show_dynamic_checkout": { "label": "Mostra pulsanti di check-out dinamico", - "info": "Utilizzando i metodi di pagamento disponibili sul tuo negozio, i clienti vedranno la propria opzione preferita, ad esempio PayPal o Apple Pay. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Utilizzando i metodi di pagamento disponibili sul tuo negozio, i clienti vedranno la propria opzione preferita, ad esempio PayPal o Apple Pay. [Maggiori informazioni](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Mostra il modulo informazioni del destinatario per i buoni regalo", - "info": "I buoni regalo possono essere inviati direttamente al destinatario con un messaggio personale." + "info": "I buoni regalo possono essere inviati direttamente al destinatario con un messaggio personale. [Maggiori informazioni](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -1670,10 +1675,10 @@ "name": "Condividi", "settings": { "featured_image_info": { - "content": "Se includi un link in post sui social media, l'immagine in evidenza della pagina verrà mostrata come immagine di anteprima. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Se includi un link in post sui social media, l'immagine in evidenza della pagina verrà mostrata come immagine di anteprima. [Maggiori informazioni](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Insieme all'immagine di anteprima sono inclusi un titolo e una descrizione del negozio. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Insieme all'immagine di anteprima sono inclusi un titolo e una descrizione del negozio. [Maggiori informazioni](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Testo" @@ -1854,7 +1859,7 @@ "name": "Valutazione del prodotto", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1862,7 +1867,7 @@ "name": "Prodotti complementari", "settings": { "paragraph": { - "content": "Aggiungi l'app Search & Discovery per selezionare i prodotti complementari. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Aggiungi l'app Search & Discovery per selezionare i prodotti complementari. [Maggiori informazioni](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Titolo" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "Contenuti multimediali", - "info": "Maggiori informazioni sui [tipi di contenuti multimediali](https:\/\/help.shopify.com\/manual\/products\/product-media)." + "info": "Maggiori informazioni sui [tipi di contenuti multimediali](https://help.shopify.com/manual/products/product-media)." }, "enable_video_looping": { "label": "Abilita la riproduzione in loop dei video" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Mostra valutazione del prodotto", - "info": "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#search-results-section-settings)" + "info": "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#search-results-section-settings)" }, "columns_desktop": { "label": "Numero di colonne su desktop" @@ -2247,7 +2252,7 @@ "label": "Crea sezione a larghezza intera" }, "paragraph": { - "content": "Ogni abbonamento email crea un account cliente. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Ogni abbonamento email crea un account cliente. [Maggiori informazioni](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Testo alternativo del video", - "info": "Descrivi il video per i clienti che utilizzano i lettori di schermo. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Descrivi il video per i clienti che utilizzano i lettori di schermo. [Maggiori informazioni](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Aggiungi spaziatura immagine", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Mostra pulsanti di check-out dinamico", - "info": "Utilizzando i metodi di pagamento disponibili sul tuo negozio, i clienti vedranno la propria opzione preferita, ad esempio PayPal o Apple Pay. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Mostra il modulo del destinatario per i buoni regalo", - "info": "Quando sono attivi, i buoni regalo possono essere inviati al destinatario con un messaggio personale." + "info": "Utilizzando i metodi di pagamento disponibili sul tuo negozio, i clienti vedranno la propria opzione preferita, ad esempio PayPal o Apple Pay. [Maggiori informazioni](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Condividi", "settings": { "featured_image_info": { - "content": "Se includi un link nei post sui social media, l'immagine in evidenza della pagina verrà mostrata come immagine di anteprima. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Se includi un link nei post sui social media, l'immagine in evidenza della pagina verrà mostrata come immagine di anteprima. [Maggiori informazioni](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "Insieme all'immagine di anteprima sono inclusi un titolo e una descrizione del negozio. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Insieme all'immagine di anteprima sono inclusi un titolo e una descrizione del negozio. [Maggiori informazioni](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Testo" @@ -2540,7 +2541,7 @@ "name": "Valutazione del prodotto", "settings": { "paragraph": { - "content": "Per mostrare una valutazione, aggiungi un'app di valutazione del prodotto. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" + "content": "Per mostrare una valutazione, aggiungi un'app di valutazione del prodotto. [Maggiori informazioni](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Contenuti multimediali", - "info": "Maggiori informazioni sui [tipi di media](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Maggiori informazioni sui [tipi di media](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Abilita la riproduzione in loop dei video" @@ -2598,7 +2599,7 @@ "name": "Banner di iscrizione alla newsletter", "settings": { "paragraph": { - "content": "Ogni abbonamento email crea un account cliente. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Ogni abbonamento email crea un account cliente. [Maggiori informazioni](https://help.shopify.com/manual/customers)" }, "image": { "label": "Immagine di sfondo" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Mostra contenuto sotto le immagini sui dispositivi mobili", - "info": "Per un risultato ottimale utilizza un'immagine con proporzioni 16:9. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Per un risultato ottimale utilizza un'immagine con proporzioni 16:9. [Maggiori informazioni](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Altezza banner", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Grande" }, - "info": "Per un risultato ottimale utilizza un'immagine con proporzioni 16:9. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Per un risultato ottimale utilizza un'immagine con proporzioni 16:9. [Maggiori informazioni](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__4": { @@ -3137,7 +3138,7 @@ "label": "Numero di colonne su desktop" }, "paragraph__1": { - "content": "Le raccomandazioni dinamiche utilizzano i dati di ordini e prodotti per cambiare e migliorare nel tempo. [Maggiori informazioni](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "Le raccomandazioni dinamiche utilizzano i dati di ordini e prodotti per cambiare e migliorare nel tempo. [Maggiori informazioni](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Scheda prodotto" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Mostra valutazione del prodotto", - "info": "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-recommendations-section-settings)" + "info": "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-recommendations-section-settings)" }, "header_mobile": { "content": "Layout dispositivo mobile" diff --git a/locales/ja.json b/locales/ja.json index 3405fa5a217..4467a6c2577 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -322,6 +322,13 @@ }, "page": { "title": "ページタイトル" + }, + "announcements": { + "previous_announcement": "前回のお知らせ", + "next_announcement": "次回のお知らせ", + "carousel": "カルーセル", + "announcement": "お知らせ", + "announcement_bar": "お知らせバー" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "ギフトとしてこれを送る", "email_label": "受信者のメール", - "email_label_optional": "受信者のメール (任意)", "email": "メール", "name_label": "受信者の名前 (任意)", "name": "名前", "message_label": "メッセージ (任意)", "message": "メッセージ", - "max_characters": "最大{{ max_chars }}文字" + "max_characters": "最大{{ max_chars }}文字", + "email_label_optional_for_no_js_behavior": "受信者のメール (任意)" } } } diff --git a/locales/ja.schema.json b/locales/ja.schema.json index dd4b06ef496..bacf583eb75 100644 --- a/locales/ja.schema.json +++ b/locales/ja.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "フォント", - "info": "異なるフォントを選択すると、ストアの速度に影響を与える可能性があります。[システムフォントについて詳しく知る。](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "異なるフォントを選択すると、ストアの速度に影響を与える可能性があります。[システムフォントについて詳しく知る。](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "見出し" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "フォント", - "info": "異なるフォントを選択すると、ストアの速度に影響を与える可能性があります。[システムフォントについて詳しく知る。](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "異なるフォントを選択すると、ストアの速度に影響を与える可能性があります。[システムフォントについて詳しく知る。](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "フォント・サイズ・スケール" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "https:\/\/shopify.tumblr.com" + "info": "https://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "ソーシャルアカウント" @@ -271,7 +271,7 @@ }, "variant_pills": { "name": "バリエーションのピル型ボタン", - "paragraph": "バリエーションのピル型ボタンは、商品バリエーションを表示する1つの方法です。[詳しくはこちら](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "バリエーションのピル型ボタンは、商品バリエーションを表示する1つの方法です。[詳しくはこちら](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "入力" @@ -501,6 +501,14 @@ }, "name": "告知" } + }, + "settings": { + "auto_rotate": { + "label": "スライドの自動切り替え" + }, + "change_slides_speed": { + "label": "スライドを変更する間隔" + } } }, "collage": { @@ -581,7 +589,7 @@ }, "description": { "label": "動画の代替テキスト", - "info": "スクリーンリーダーを使用しているお客様向けにビデオの説明を記入してください。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "スクリーンリーダーを使用しているお客様向けにビデオの説明を記入してください。[詳しくはこちら](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } }, "name": "ビデオ" @@ -608,7 +616,7 @@ "options__3": { "label": "正方形" }, - "info": "コレクションを編集して画像を追加します。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "コレクションを編集して画像を追加します。[詳しくはこちら](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "モバイルでスワイプを有効にする" @@ -681,7 +689,7 @@ }, "show_image": { "label": "記事のサムネイルを表示する", - "info": "画像のアスペクト比が3:2のものを使用すると最適です。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "画像のアスペクト比が3:2のものを使用すると最適です。[詳しくはこちら](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "日付を表示する" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "商品の評価を表示", - "info": "評価を表示するには、商品評価アプリを追加します。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "評価を表示するには、商品評価アプリを追加します。[詳しくはこちら](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "「クイック追加」ボタンを有効にする", @@ -830,14 +838,14 @@ "name": "ブランド情報", "settings": { "paragraph": { - "content": "このブロックにはブランド情報が表示されます。[ブランド情報を編集します。](\/editor?context=theme&category=brand%20information)" + "content": "このブロックにはブランド情報が表示されます。[ブランド情報を編集します。](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "SNSのアイコン" }, "show_social": { "label": "SNSのアイコンを表示する", - "info": "SNSのアカウントを表示するには、[テーマ設定](\/editor?context=theme&category=social%20media) で連携させます。" + "info": "SNSのアカウントを表示するには、[テーマ設定](/editor?context=theme&category=social%20media) で連携させます。" } } } @@ -850,30 +858,30 @@ "label": "見出し" }, "header__1": { - "info": "「マーケティングを受け入れる」のお客様リストに自動的に追加された購読者。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)", + "info": "「マーケティングを受け入れる」のお客様リストに自動的に追加された購読者。[詳しくはこちら](https://help.shopify.com/manual/customers/manage-customers)", "content": "メール登録" }, "header__2": { "content": "SNSのアイコン", - "info": "SNSのアカウントを表示するには、[テーマ設定](\/editor?context=theme&category=social%20media) で連携させます。" + "info": "SNSのアカウントを表示するには、[テーマ設定](/editor?context=theme&category=social%20media) で連携させます。" }, "show_social": { "label": "SNSのアイコンを表示する" }, "header__3": { - "content": "国\/地域セレクター" + "content": "国/地域セレクター" }, "header__4": { - "info": "国\/地域を追加するには、[マーケット設定](\/admin\/settings\/markets)に移動します" + "info": "国/地域を追加するには、[マーケット設定](/admin/settings/markets)に移動します" }, "enable_country_selector": { - "label": "国\/地域セレクターを有効にする" + "label": "国/地域セレクターを有効にする" }, "header__5": { "content": "言語セレクター" }, "header__6": { - "info": "言語を追加するには、[言語設定](\/admin\/settings\/languages) に移動します" + "info": "言語を追加するには、[言語設定](/admin/settings/languages) に移動します" }, "enable_language_selector": { "label": "言語セレクターを有効にする" @@ -889,14 +897,14 @@ }, "header__8": { "content": "ポリシーリンク", - "info": "ストアポリシーを追加するには、[ポリシー設定](\/admin\/settings\/legal) を表示してください。" + "info": "ストアポリシーを追加するには、[ポリシー設定](/admin/settings/legal) を表示してください。" }, "show_policy": { "label": "ポリシーリンクを表示" }, "header__9": { "content": "Shopでフォロー", - "info": "Shop アプリのストアフロントで、フォローボタンを表示します。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "お客様がストアフロントからShopアプリでストアをフォローできるようにするには、Shop Payを有効にする必要があります。[詳しくはこちら](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Shopでフォローを有効にする" @@ -955,11 +963,8 @@ "label": "左" } }, - "logo_header": { - "content": "ロゴ" - }, "logo_help": { - "content": "[テーマ設定]](\/editor?context=theme&category=logo) でロゴを編集する" + "content": "[テーマ設定]](/editor?context=theme&category=logo) でロゴを編集する" }, "sticky_header_type": { "label": "常時表示のヘッダー", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "国\/地域セレクター" + "content": "国/地域セレクター" }, "header__4": { - "info": "国\/地域を追加するには、[マーケット設定](\/admin\/settings\/markets) に移動します" + "info": "国/地域を追加するには、[マーケット設定](/admin/settings/markets) に移動します" }, "enable_country_selector": { - "label": "国\/地域セレクターを有効にする" + "label": "国/地域セレクターを有効にする" }, "header__5": { "content": "言語セレクター" }, "header__6": { - "info": "言語を追加するには、[言語設定](\/admin\/settings\/languages) に移動します" + "info": "言語を追加するには、[言語設定](/admin/settings/languages) に移動します" }, "enable_language_selector": { "label": "言語セレクターを有効にする" @@ -1035,7 +1040,7 @@ "options__3": { "label": "中" }, - "info": "画像のアスペクト比が3:2のものを使用すると最適です。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "画像のアスペクト比が3:2のものを使用すると最適です。[詳しくはこちら](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "大" } @@ -1335,7 +1340,7 @@ "options__3": { "label": "中" }, - "info": "画像のアスペクト比が16:9のものを使用すると最適です。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "画像のアスペクト比が16:9のものを使用すると最適です。[詳しくはこちら](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "大" } @@ -1361,10 +1366,10 @@ "name": "共有", "settings": { "featured_image_info": { - "content": "SNSの投稿にリンクを含めると、そのページの記事のサムネイルがプレビュー画像として表示されます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)。" + "content": "SNSの投稿にリンクを含めると、そのページの記事のサムネイルがプレビュー画像として表示されます。[詳しくはこちら](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)。" }, "title_info": { - "content": "プレビュー画像には、ストアタイトルと説明文が表示されます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)。" + "content": "プレビュー画像には、ストアタイトルと説明文が表示されます。[詳しくはこちら](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)。" }, "text": { "label": "テキスト" @@ -1383,7 +1388,7 @@ "label": "記事のサムネイルを表示する" }, "paragraph": { - "content": "ブロブ記事を編集して抜粋を変更します。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "ブロブ記事を編集して抜粋を変更します。[詳しくはこちら](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "日付を表示する" @@ -1415,7 +1420,7 @@ "options__4": { "label": "大" }, - "info": "画像のアスペクト比が3:2のものを使用すると最適です。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "画像のアスペクト比が3:2のものを使用すると最適です。[詳しくはこちら](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "コレクションバナー", "settings": { "paragraph": { - "content": "コレクションを編集して説明文や画像を追加します。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "コレクションを編集して説明文や画像を追加します。[詳しくはこちら](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "コレクションの説明を表示する" }, "show_collection_image": { "label": "コレクションの画像を表示する", - "info": "画像のアスペクト比が16:9のものを使用すると最適です。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "画像のアスペクト比が16:9のものを使用すると最適です。[詳しくはこちら](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1477,11 +1482,11 @@ }, "enable_tags": { "label": "絞り込みを有効にする", - "info": "Search & Discoveryアプリを使用すると、絞り込みをカスタマイズできます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Search & Discoveryアプリを使用すると、絞り込みをカスタマイズできます。[詳しくはこちら](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "絞り込みを有効にする", - "info": "Search & Discoveryアプリを使用すると、絞り込みをカスタマイズできます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Search & Discoveryアプリを使用すると、絞り込みをカスタマイズできます。[詳しくはこちら](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "並べ替えを有効にする" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "商品の評価を表示", - "info": "評価を表示するには、商品評価アプリを追加します。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-grid-section-settings)" + "info": "評価を表示するには、商品評価アプリを追加します。[詳しくはこちら](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-grid-section-settings)" }, "enable_quick_buy": { "label": "「クイック追加」ボタンを有効にする", @@ -1565,7 +1570,7 @@ "options__3": { "label": "正方形" }, - "info": "コレクションを編集して画像を追加します。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "コレクションを編集して画像を追加します。[詳しくはこちら](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "デスクトップでの列数" @@ -1642,11 +1647,11 @@ "settings": { "show_dynamic_checkout": { "label": "動的チェックアウトボタンを表示する", - "info": "ストアで利用可能な決済方法を使用すると、お客様にはPayPalやApple Payなど、希望のオプションが表示されます。[もっと詳しく](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "ストアで利用可能な決済方法を使用すると、お客様にはPayPalやApple Payなど、希望のオプションが表示されます。[もっと詳しく](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "ギフトカード商品の受取人情報フォームを表示する", - "info": "ギフトカード商品は、オプションで、個人的なメッセージとともに受取人に直接送信できます。" + "info": "ギフトカード商品は、オプションで、個人的なメッセージとともに受取人に直接送信できます。[詳しくはこちら](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } }, "name": "購入ボタン" @@ -1654,10 +1659,10 @@ "share": { "settings": { "featured_image_info": { - "content": "SNSの投稿にリンクを含めると、そのページの記事のサムネイルがプレビュー画像として表示されます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)。" + "content": "SNSの投稿にリンクを含めると、そのページの記事のサムネイルがプレビュー画像として表示されます。[詳しくはこちら](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)。" }, "title_info": { - "content": "プレビュー画像には、ストアタイトルと説明文が表示されます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)。" + "content": "プレビュー画像には、ストアタイトルと説明文が表示されます。[詳しくはこちら](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)。" }, "text": { "label": "テキスト" @@ -1854,7 +1859,7 @@ "name": "商品評価", "settings": { "paragraph": { - "content": "評価を表示するには、商品評価アプリを追加します。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-rating-block)" + "content": "評価を表示するには、商品評価アプリを追加します。[詳しくはこちら](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } }, @@ -1862,7 +1867,7 @@ "name": "付属商品", "settings": { "paragraph": { - "content": "補完する商品を選択するには、Search & Discoveryアプリを追加してください。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "補完する商品を選択するには、Search & Discoveryアプリを追加してください。[詳しくはこちら](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "見出し" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "メディア", - "info": "[メディアタイプ](https:\/\/help.shopify.com\/manual\/products\/product-media) について詳しくはこちら。" + "info": "[メディアタイプ](https://help.shopify.com/manual/products/product-media) について詳しくはこちら。" }, "enable_video_looping": { "label": "ビデオループを有効にする" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "商品の評価を表示", - "info": "評価を表示するには、商品評価アプリを追加します。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#search-results-section-settings)" + "info": "評価を表示するには、商品評価アプリを追加します。[詳しくはこちら](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#search-results-section-settings)" }, "columns_desktop": { "label": "デスクトップの列数" @@ -2147,7 +2152,7 @@ "image_width": { "label": "画像の幅", "options__1": { - "label": "列の幅の1\/3" + "label": "列の幅の1/3" }, "options__2": { "label": "列の半分の幅" @@ -2247,7 +2252,7 @@ "label": "セクションを全幅にする" }, "paragraph": { - "content": "メールサブスクリプションごとに、お客様アカウントが作成されます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/customers)" + "content": "メールサブスクリプションごとに、お客様アカウントが作成されます。[詳しくはこちら](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "動画の代替テキスト", - "info": "スクリーンリーダーを使用しているお客様向けにビデオの説明を記入してください。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "スクリーンリーダーを使用しているお客様向けにビデオの説明を記入してください。[詳しくはこちら](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "画像の余白を追加する", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "動的チェックアウトボタンを表示", - "info": "ストアで利用可能な決済方法を使用すると、お客様にはPayPalやApple Payなど、希望のオプションが表示されます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "ギフトカード商品の受取人フォームを表示する", - "info": "有効にすると、オプションで、ギフトカード商品を個人的なメッセージとともに受取人に送信できます。" + "info": "ストアで利用可能な決済方法を使用すると、お客様にはPayPalやApple Payなど、希望のオプションが表示されます。[詳しくはこちら](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "共有", "settings": { "featured_image_info": { - "content": "SNSの投稿にリンクを含めると、そのページの記事のサムネイルがプレビュー画像として表示されます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "SNSの投稿にリンクを含めると、そのページの記事のサムネイルがプレビュー画像として表示されます。[詳しくはこちら](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "プレビュー画像には、ストアタイトルと説明文が表示されます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "プレビュー画像には、ストアタイトルと説明文が表示されます。[詳しくはこちら](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "テキスト" @@ -2540,7 +2541,7 @@ "name": "商品評価", "settings": { "paragraph": { - "content": "評価を表示するには、商品評価アプリを追加します。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" + "content": "評価を表示するには、商品評価アプリを追加します。[詳しくはこちら](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "メディア", - "info": "[メディアタイプ](https:\/\/help.shopify.com\/manual\/products\/product-media) について詳しくはこちら" + "info": "[メディアタイプ](https://help.shopify.com/manual/products/product-media) について詳しくはこちら" }, "enable_video_looping": { "label": "ビデオループを有効にする" @@ -2598,7 +2599,7 @@ "name": "メール登録者バナー", "settings": { "paragraph": { - "content": "メールサブスクリプションごとに、お客様アカウントが作成されます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/customers)" + "content": "メールサブスクリプションごとに、お客様アカウントが作成されます。[詳しくはこちら](https://help.shopify.com/manual/customers)" }, "image": { "label": "背景画像" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "モバイルで画像の下にコンテンツを表示", - "info": "画像のアスペクト比が16:9のものを使用すると最適です。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "画像のアスペクト比が16:9のものを使用すると最適です。[詳しくはこちら](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "バナーの高さ", @@ -2633,7 +2634,7 @@ "options__4": { "label": "大" }, - "info": "画像のアスペクト比が16:9のものを使用すると最適です。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "画像のアスペクト比が16:9のものを使用すると最適です。[詳しくはこちら](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__1": { @@ -3137,7 +3138,7 @@ "label": "デスクトップでの列数" }, "paragraph__1": { - "content": "動的レコメンデーションでは、注文や商品の情報を利用して、時間の経過とともに変化し改善していきます。[詳しくはこちら](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "動的レコメンデーションでは、注文や商品の情報を利用して、時間の経過とともに変化し改善していきます。[詳しくはこちら](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "商品カード" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "商品の評価を表示", - "info": "評価を表示するには、商品評価アプリを追加します。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-recommendations-section-settings)" + "info": "評価を表示するには、商品評価アプリを追加します。[詳しくはこちら](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "モバイルのレイアウト" diff --git a/locales/ko.json b/locales/ko.json index 86d12c52f0b..1842c322ee4 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -322,6 +322,13 @@ }, "page": { "title": "페이지 제목" + }, + "announcements": { + "previous_announcement": "이전 공지", + "next_announcement": "다음 공지", + "carousel": "캐러셀", + "announcement": "공지", + "announcement_bar": "공지 표시줄" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "선물로 보내고 싶습니다.", "email_label": "수신자 이메일", - "email_label_optional": "수신자 이메일(선택 사항)", "email": "이메일", "name_label": "수신자 이름(선택 사항)", "name": "이름", "message_label": "메시지(선택 사항)", "message": "메시지", - "max_characters": "최대 {{ max_chars }}자" + "max_characters": "최대 {{ max_chars }}자", + "email_label_optional_for_no_js_behavior": "수신자 이메일(선택 사항)" } } } diff --git a/locales/ko.schema.json b/locales/ko.schema.json index c35bce55fd7..afad3107be1 100644 --- a/locales/ko.schema.json +++ b/locales/ko.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "글꼴", - "info": "다른 글꼴을 선택하면 스토어 속도가 영향을 받을 수 있습니다. [시스템 글꼴에 대해 자세히 알아보십시오.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "다른 글꼴을 선택하면 스토어 속도가 영향을 받을 수 있습니다. [시스템 글꼴에 대해 자세히 알아보십시오.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "제목" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "글꼴", - "info": "다른 글꼴을 선택하면 스토어 속도가 영향을 받을 수 있습니다. [시스템 글꼴에 대해 자세히 알아보십시오.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "다른 글꼴을 선택하면 스토어 속도가 영향을 받을 수 있습니다. [시스템 글꼴에 대해 자세히 알아보십시오.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "글꼴 크기 배율" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "http:\/\/shopify.tumblr.com" + "info": "http://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "소셜 계정" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "이형 상품 타원형", - "paragraph": "이형 상품 필은 제품 이형 상품을 표시하는 방법 중 하나입니다. [자세히 알아보기](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "이형 상품 필은 제품 이형 상품을 표시하는 방법 중 하나입니다. [자세히 알아보기](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "입력" @@ -501,6 +501,14 @@ }, "name": "공지" } + }, + "settings": { + "auto_rotate": { + "label": "슬라이드 자동 회전" + }, + "change_slides_speed": { + "label": "슬라이드 변경 간격" + } } }, "collage": { @@ -581,7 +589,7 @@ }, "description": { "label": "동영상 대체 텍스트", - "info": "스크린리더를 사용하는 고객에게 슬라이드 쇼를 설명합니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "스크린리더를 사용하는 고객에게 슬라이드 쇼를 설명합니다. [자세히 알아보기](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } }, "name": "동영상" @@ -608,7 +616,7 @@ "options__3": { "label": "정사각형" }, - "info": "컬렉션을 편집하여 이미지를 추가하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "컬렉션을 편집하여 이미지를 추가하십시오. [자세히 알아보기](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "모바일에서 긁기 활성화" @@ -681,7 +689,7 @@ }, "show_image": { "label": "추천 이미지 표시", - "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 3:2로 사용하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 3:2로 사용하십시오. [자세히 알아보기](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "날짜 표시" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "제품 평점 표시", - "info": "평점을 표시하려면 제품 평점 앱을 추가하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "평점을 표시하려면 제품 평점 앱을 추가하십시오. [자세히 알아보기](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "빠른 추가 버튼 활성화", @@ -830,14 +838,14 @@ "name": "브랜드 정보", "settings": { "paragraph": { - "content": "이 블록에는 브랜드 정보가 표시됩니다. [브랜드 정보를 편집하십시오.](\/editor?context=theme&category=brand%20information)" + "content": "이 블록에는 브랜드 정보가 표시됩니다. [브랜드 정보를 편집하십시오.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "소셜 미디어 아이콘" }, "show_social": { "label": "소셜 미디어 아이콘 표시", - "info": "소셜 미디어 계정을 표시하려면 [테마 설정](\/editor?context=theme&category=social%20media)에서 계정을 연결하십시오." + "info": "소셜 미디어 계정을 표시하려면 [테마 설정](/editor?context=theme&category=social%20media)에서 계정을 연결하십시오." } } } @@ -850,30 +858,30 @@ "label": "제목" }, "header__1": { - "info": "가입자가 “마케팅 수락” 고객 목록에 자동으로 추가되었습니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)", + "info": "가입자가 “마케팅 수락” 고객 목록에 자동으로 추가되었습니다. [자세히 알아보기](https://help.shopify.com/manual/customers/manage-customers)", "content": "이메일 가입" }, "header__2": { "content": "소셜 미디어 아이콘", - "info": "소셜 미디어 계정을 표시하려면 [테마 설정](\/editor?context=theme&category=social%20media)에서 계정을 연결하십시오." + "info": "소셜 미디어 계정을 표시하려면 [테마 설정](/editor?context=theme&category=social%20media)에서 계정을 연결하십시오." }, "show_social": { "label": "소셜 미디어 아이콘 표시" }, "header__3": { - "content": "국가\/지역 선택기" + "content": "국가/지역 선택기" }, "header__4": { - "info": "국가\/지역을 추가하려면 [마켓 설정](\/admin\/settings\/markets)으로 이동하십시오." + "info": "국가/지역을 추가하려면 [마켓 설정](/admin/settings/markets)으로 이동하십시오." }, "enable_country_selector": { - "label": "국가\/지역 선택기 사용" + "label": "국가/지역 선택기 사용" }, "header__5": { "content": "언어 선택기" }, "header__6": { - "info": "언어를 추가하려면 [언어 설정](\/admin\/settings\/languages)으로 이동하십시오." + "info": "언어를 추가하려면 [언어 설정](/admin/settings/languages)으로 이동하십시오." }, "enable_language_selector": { "label": "언어 선택기 사용" @@ -889,14 +897,14 @@ }, "header__8": { "content": "정책 링크", - "info": "스토어 정책을 추가하려면 [정책 설정](\/admin\/settings\/legal)으로 이동하십시오." + "info": "스토어 정책을 추가하려면 [정책 설정](/admin/settings/legal)으로 이동하십시오." }, "show_policy": { "label": "정책 링크 표시" }, "header__9": { "content": "Shop에서 팔로우", - "info": "Shop 앱에서 상점 팔로우 버튼을 표시합니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "고객이 상점에서 Shop 앱의 스토어를 팔로우할 수 있도록 하려면 Shop Pay를 활성화해야 합니다. [자세히 알아보기](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Shop에서 팔로우 사용" @@ -955,11 +963,8 @@ "label": "왼쪽" } }, - "logo_header": { - "content": "로고" - }, "logo_help": { - "content": "[테마 설정](\/editor?context=theme&category=logo)에서 로고를 편집합니다." + "content": "[테마 설정](/editor?context=theme&category=logo)에서 로고를 편집합니다." }, "sticky_header_type": { "label": "고정 머리글", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "국가\/지역 선택기" + "content": "국가/지역 선택기" }, "header__4": { - "info": "국가\/지역을 추가하려면 [마켓 설정](\/admin\/settings\/markets)으로 이동하십시오." + "info": "국가/지역을 추가하려면 [마켓 설정](/admin/settings/markets)으로 이동하십시오." }, "enable_country_selector": { - "label": "국가\/지역 선택기 사용" + "label": "국가/지역 선택기 사용" }, "header__5": { "content": "언어 선택기" }, "header__6": { - "info": "언어를 추가하려면 [언어 설정](\/admin\/settings\/languages)으로 이동하십시오." + "info": "언어를 추가하려면 [언어 설정](/admin/settings/languages)으로 이동하십시오." }, "enable_language_selector": { "label": "언어 선택기 사용" @@ -1035,7 +1040,7 @@ "options__3": { "label": "보통" }, - "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 3:2로 사용하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 3:2로 사용하십시오. [자세히 알아보기](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "크게" } @@ -1335,7 +1340,7 @@ "options__3": { "label": "보통" }, - "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 16:9로 사용하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 16:9로 사용하십시오. [자세히 알아보기](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "크게" } @@ -1361,10 +1366,10 @@ "name": "공유", "settings": { "featured_image_info": { - "content": "소셜 미디어 게시글에 링크를 포함하면 페이지의 미리 보기 이미지에 추천 이미지가 표시됩니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "소셜 미디어 게시글에 링크를 포함하면 페이지의 미리 보기 이미지에 추천 이미지가 표시됩니다. [자세히 알아보기](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "미리 보기 이미지에 스토어 제목 및 설명이 포함됩니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "미리 보기 이미지에 스토어 제목 및 설명이 포함됩니다. [자세히 알아보기](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "텍스트" @@ -1383,7 +1388,7 @@ "label": "추천 이미지 표시" }, "paragraph": { - "content": "블로그 게시물을 편집하여 요약을 변경하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "블로그 게시물을 편집하여 요약을 변경하십시오. [자세히 알아보기](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "날짜 표시" @@ -1415,7 +1420,7 @@ "options__4": { "label": "크게" }, - "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 3:2로 사용하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 3:2로 사용하십시오. [자세히 알아보기](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "컬렉션 배너", "settings": { "paragraph": { - "content": "컬렉션을 편집하여 설명 또는 이미지를 추가하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "컬렉션을 편집하여 설명 또는 이미지를 추가하십시오. [자세히 알아보기](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "컬렉션 설명 표시" }, "show_collection_image": { "label": "컬렉션 이미지 표시", - "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 16:9로 사용하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 16:9로 사용하십시오. [자세히 알아보기](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1477,11 +1482,11 @@ }, "enable_tags": { "label": "필터 사용", - "info": "Search & Discovery 앱으로 필터를 사용자 지정합니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Search & Discovery 앱으로 필터를 사용자 지정합니다. [자세히 알아보기](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "필터 사용", - "info": "Search & Discovery 앱으로 필터를 사용자 지정합니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Search & Discovery 앱으로 필터를 사용자 지정합니다. [자세히 알아보기](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "정렬 사용" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "제품 평점 표시", - "info": "평점을 표시하려면 제품 평점 앱을 추가하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-grid-section-settings)" + "info": "평점을 표시하려면 제품 평점 앱을 추가하십시오. [자세히 알아보기](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-grid-section-settings)" }, "enable_quick_buy": { "label": "빠른 추가 버튼 활성화", @@ -1565,7 +1570,7 @@ "options__3": { "label": "정사각형" }, - "info": "컬렉션을 편집하여 이미지를 추가하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "컬렉션을 편집하여 이미지를 추가하십시오. [자세히 알아보기](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "데스크톱의 열 수" @@ -1642,11 +1647,11 @@ "settings": { "show_dynamic_checkout": { "label": "동적 결제 버튼 표시", - "info": "스토어에서 사용 가능한 결제 방법을 사용하면 고객이 PayPal 또는 ApplePay처럼 원하는 옵션을 볼 수 있습니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "스토어에서 사용 가능한 결제 방법을 사용하면 고객이 PayPal 또는 ApplePay처럼 원하는 옵션을 볼 수 있습니다. [자세히 알아보기](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "기프트 카드 제품의 수취인 정보 양식 표시", - "info": "기프트 카드 제품을 개인 메시지와 함께 선택적으로 수신자에게 직접 전송할 수 있습니다." + "info": "기프트 카드 제품을 개인 메시지와 함께 선택적으로 수신자에게 직접 전송할 수 있습니다. [자세히 알아보기](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } }, "name": "구매 버튼" @@ -1654,10 +1659,10 @@ "share": { "settings": { "featured_image_info": { - "content": "소셜 미디어 게시글에 링크를 포함하면 페이지의 미리 보기 이미지에 추천 이미지가 표시됩니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "소셜 미디어 게시글에 링크를 포함하면 페이지의 미리 보기 이미지에 추천 이미지가 표시됩니다. [자세히 알아보기](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "미리 보기 이미지에 스토어 제목 및 설명이 포함됩니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "미리 보기 이미지에 스토어 제목 및 설명이 포함됩니다. [자세히 알아보기](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "텍스트" @@ -1854,7 +1859,7 @@ "name": "제품 평점", "settings": { "paragraph": { - "content": "평점을 표시하려면 제품 평점 앱을 추가하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-rating-block)" + "content": "평점을 표시하려면 제품 평점 앱을 추가하십시오. [자세히 알아보기](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } }, @@ -1862,7 +1867,7 @@ "name": "보완 제품", "settings": { "paragraph": { - "content": "보완 제품을 선택하려면 Search & Discovery 앱을 추가하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "보완 제품을 선택하려면 Search & Discovery 앱을 추가하십시오. [자세히 알아보기](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "제목" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "미디어", - "info": "[미디어 유형](https:\/\/help.shopify.com\/manual\/products\/product-media)에 대해 자세히 알아보기" + "info": "[미디어 유형](https://help.shopify.com/manual/products/product-media)에 대해 자세히 알아보기" }, "enable_video_looping": { "label": "동영상 루프 활성화" @@ -2057,7 +2062,7 @@ } }, "image_zoom": { - "label": "이미지 확대\/축소", + "label": "이미지 확대/축소", "info": "클릭 및 커서 올리기는 모바일에서 라이트박스 열기로 기본값이 설정됩니다.", "options__1": { "label": "라이트박스 열기" @@ -2066,7 +2071,7 @@ "label": "클릭 및 커서 올리기" }, "options__3": { - "label": "확대\/축소 안 함" + "label": "확대/축소 안 함" } }, "constrain_to_viewport": { @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "제품 평점 표시", - "info": "평점을 표시하려면 제품 평점 앱을 추가하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#search-results-section-settings)" + "info": "평점을 표시하려면 제품 평점 앱을 추가하십시오. [자세히 알아보기](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#search-results-section-settings)" }, "columns_desktop": { "label": "데스크톱의 열 수" @@ -2147,10 +2152,10 @@ "image_width": { "label": "이미지 폭", "options__1": { - "label": "열의 1\/3 폭" + "label": "열의 1/3 폭" }, "options__2": { - "label": "열의 1\/2 폭" + "label": "열의 1/2 폭" }, "options__3": { "label": "열의 전체 폭" @@ -2247,7 +2252,7 @@ "label": "섹션을 전체 폭 사용" }, "paragraph": { - "content": "이메일 가입할 때마다 고객 계정이 생성됩니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/customers)" + "content": "이메일 가입할 때마다 고객 계정이 생성됩니다. [자세히 알아보기](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "동영상 대체 텍스트", - "info": "스크린리더를 사용하는 고객에게 슬라이드 쇼를 설명합니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "스크린리더를 사용하는 고객에게 슬라이드 쇼를 설명합니다. [자세히 알아보기](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "이미지 패딩 추가", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "동적 결제 버튼 표시", - "info": "스토어에서 사용 가능한 결제 방법을 사용하면 고객이 PayPal 또는 Apple Pay처럼 원하는 옵션을 볼 수 있습니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "기프트 카드 제품의 수취인 양식 표시", - "info": "활성화하면 기프트 카드 제품을 개인 메시지와 함께 수신자에게 선택적으로 전송할 수 있습니다." + "info": "스토어에서 사용 가능한 결제 방법을 사용하면 고객이 PayPal 또는 Apple Pay처럼 원하는 옵션을 볼 수 있습니다. [자세히 알아보기](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "공유", "settings": { "featured_image_info": { - "content": "소셜 미디어 게시글에 링크를 포함하면 페이지의 미리 보기 이미지에 추천 이미지가 표시됩니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "소셜 미디어 게시글에 링크를 포함하면 페이지의 미리 보기 이미지에 추천 이미지가 표시됩니다. [자세히 알아보기](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "미리 보기 이미지에 스토어 제목 및 설명이 포함됩니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "미리 보기 이미지에 스토어 제목 및 설명이 포함됩니다. [자세히 알아보기](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "텍스트" @@ -2540,7 +2541,7 @@ "name": "제품 평점", "settings": { "paragraph": { - "content": "평점을 표시하려면 제품 평점 앱을 추가하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" + "content": "평점을 표시하려면 제품 평점 앱을 추가하십시오. [자세히 알아보기](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "미디어", - "info": "[미디어 유형](https:\/\/help.shopify.com\/manual\/products\/product-media)에 대해 자세히 알아보기" + "info": "[미디어 유형](https://help.shopify.com/manual/products/product-media)에 대해 자세히 알아보기" }, "enable_video_looping": { "label": "동영상 루프 활성화" @@ -2598,7 +2599,7 @@ "name": "이메일 가입 배너", "settings": { "paragraph": { - "content": "이메일 가입할 때마다 고객 계정이 생성됩니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/customers)" + "content": "이메일 가입할 때마다 고객 계정이 생성됩니다. [자세히 알아보기](https://help.shopify.com/manual/customers)" }, "image": { "label": "배경 이미지" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "모바일에서 이미지 아래에 콘텐츠 표시", - "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 16:9로 사용하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 16:9로 사용하십시오. [자세히 알아보기](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "배너 높이", @@ -2633,7 +2634,7 @@ "options__4": { "label": "크게" }, - "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 16:9로 사용하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "최고의 결과를 얻으려면 이미지의 가로 세로 비율을 16:9로 사용하십시오. [자세히 알아보기](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__4": { @@ -3137,7 +3138,7 @@ "label": "데스크톱의 열 수" }, "paragraph__1": { - "content": "동적 추천은 주문 및 제품 정보를 사용하여 시간에 따라 변경되고 개선됩니다. [자세히 알아보기](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "동적 추천은 주문 및 제품 정보를 사용하여 시간에 따라 변경되고 개선됩니다. [자세히 알아보기](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "제품 카드" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "제품 평점 표시", - "info": "평점을 표시하려면 제품 평점 앱을 추가하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-recommendations-section-settings)" + "info": "평점을 표시하려면 제품 평점 앱을 추가하십시오. [자세히 알아보기](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "모바일 레이아웃" diff --git a/locales/lt-LT.json b/locales/lt-LT.json index 5553123ef5b..55b698cd852 100644 --- a/locales/lt-LT.json +++ b/locales/lt-LT.json @@ -342,6 +342,13 @@ }, "page": { "title": "Puslapio pavadinimas" + }, + "announcements": { + "previous_announcement": "Ankstesnis skelbimas", + "next_announcement": "Kitas skelbimas", + "carousel": "Karuselė", + "announcement": "Skelbimas", + "announcement_bar": "Skelbimo juosta" } }, "localization": { @@ -479,13 +486,13 @@ "form": { "checkbox": "Noriu siųsti kaip dovaną", "email_label": "Gavėjo el. pašto adresas", - "email_label_optional": "Gavėjo el. pašto adresas (pasirinktinai)", "email": "El. pašto adresas", "name_label": "Gavėjo vardas (pasirinktinai)", "name": "Vardas", "message_label": "Žinutė (pasirinktinai)", "message": "Žinutė", - "max_characters": "Daugiausia {{ max_chars }} simbolių" + "max_characters": "Daugiausia {{ max_chars }} simbolių", + "email_label_optional_for_no_js_behavior": "Gavėjo el. pašto adresas (pasirinktinai)" } } } diff --git a/locales/nb.json b/locales/nb.json index 70d9a4939a2..a1ad22f6780 100644 --- a/locales/nb.json +++ b/locales/nb.json @@ -322,6 +322,13 @@ }, "page": { "title": "Sidetittel" + }, + "announcements": { + "previous_announcement": "Forrige kunngjøring", + "next_announcement": "Neste kunngjøring", + "carousel": "Karusell", + "announcement": "Kunngjøring", + "announcement_bar": "Kunngjøringslinje" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "Jeg vil sende dette som en gave", "email_label": "Mottakerens e-post", - "email_label_optional": "Mottakerens e-post (valgfritt)", "email": "E-post", "name_label": "Mottakerens navn (valgfritt)", "name": "Navn", "message_label": "Melding (valgfritt)", "message": "Melding", - "max_characters": "Maks. {{ max_chars }} tegn" + "max_characters": "Maks. {{ max_chars }} tegn", + "email_label_optional_for_no_js_behavior": "Mottakerens e-post (valgfritt)" } } } diff --git a/locales/nb.schema.json b/locales/nb.schema.json index dd072dac12c..e5ebdd2acd8 100644 --- a/locales/nb.schema.json +++ b/locales/nb.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Skrifttype", - "info": "Dersom du velger en annen skrifttype kan det påvirke hastigheten i butikken. [Finn ut mer om systemskrifter.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Dersom du velger en annen skrifttype kan det påvirke hastigheten i butikken. [Finn ut mer om systemskrifter.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Overskrifter" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Skrifttype", - "info": "Dersom du velger en annen skrifttype kan det påvirke hastigheten i butikken. [Finn ut mer om systemskrifter.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Dersom du velger en annen skrifttype kan det påvirke hastigheten i butikken. [Finn ut mer om systemskrifter.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Skriftstørrelsens skala" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "https:\/\/shopify.tumblr.com" + "info": "https://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/snapchat.com\/add\/shopify" + "info": "https://snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Sosiale kontoer" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Variantknapper", - "paragraph": "Variantknapper er én måte å presentere produktvarianter på. [Finn ut mer](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Variantknapper er én måte å presentere produktvarianter på. [Finn ut mer](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Inputs" @@ -501,6 +501,14 @@ } } } + }, + "settings": { + "auto_rotate": { + "label": "Autoroter lysbildene" + }, + "change_slides_speed": { + "label": "Endre lysbilde hvert" + } } }, "collage": { @@ -582,7 +590,7 @@ }, "description": { "label": "Alt. tekst for video", - "info": "Beskriv videoen for kunder som bruker skjermlesere. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Beskriv videoen for kunder som bruker skjermlesere. [Finn ut mer](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -592,7 +600,7 @@ } }, "collection-list": { - "name": "Samlingsliste", + "name": "Liste over samlinger", "settings": { "title": { "label": "Overskrift" @@ -608,7 +616,7 @@ "options__3": { "label": "Firkant" }, - "info": "Legg til bilder ved å redigere samlingene dine. [Finn ut mer](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Legg til bilder ved å redigere samlingene dine. [Finn ut mer](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "Aktiver sveip på mobil" @@ -643,7 +651,7 @@ } }, "presets": { - "name": "Samlingsliste" + "name": "Liste over samlinger" } }, "contact-form": { @@ -681,7 +689,7 @@ }, "show_image": { "label": "Vis fremhevet bilde", - "info": "Bruk et bilde med størrelsesforhold 3:2 for best resultat. [Finn ut mer](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Bruk et bilde med størrelsesforhold 3:2 for best resultat. [Finn ut mer](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Vis dato" @@ -698,7 +706,7 @@ } }, "featured-collection": { - "name": "Utvalgt samling", + "name": "Fremhevet samling", "settings": { "title": { "label": "Overskrift" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Vis produktvurdering", - "info": "Legg til en produktvurderingsapp for å vise en vurdering. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "Legg til en produktvurderingsapp for å vise en vurdering. [Finn ut mer](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "columns_desktop": { "label": "Antall kolonner på datamaskin" @@ -797,7 +805,7 @@ } }, "presets": { - "name": "Utvalgt samling" + "name": "Fremhevet samling" } }, "footer": { @@ -830,14 +838,14 @@ "name": "Merkevareinformasjon", "settings": { "paragraph": { - "content": "Denne blokken viser merkevareinformasjon. [Rediger merkevareinformasjon.](\/editor?context=theme&category=brand%20information)" + "content": "Denne blokken viser merkevareinformasjon. [Rediger merkevareinformasjon.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Ikoner for sosiale medier" }, "show_social": { "label": "Vis ikoner for sosiale medier", - "info": "Koble til kontoer i sosiale medier i [temainnstillingene](\/editor?context=theme&category=social%20media) for å vise dem." + "info": "Koble til kontoer i sosiale medier i [temainnstillingene](/editor?context=theme&category=social%20media) for å vise dem." } } } @@ -851,29 +859,29 @@ }, "header__1": { "content": "E-postregistrering", - "info": "Abonnenter legges automatisk til i «aksepterer markedsføring»-kundelisten. [Finn ut mer](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "Abonnenter legges automatisk til i «aksepterer markedsføring»-kundelisten. [Finn ut mer](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Ikoner for sosiale medier", - "info": "Koble til kontoer i sosiale medier i [temainnstillingene](\/editor?context=theme&category=social%20media) for å vise dem." + "info": "Koble til kontoer i sosiale medier i [temainnstillingene](/editor?context=theme&category=social%20media) for å vise dem." }, "show_social": { "label": "Vis ikoner for sosiale medier" }, "header__3": { - "content": "Land-\/regionvelger" + "content": "Land-/regionvelger" }, "header__4": { - "info": "Gå til [markedsinnstillingene](\/admin\/settings\/markets) for å legge til et land\/område." + "info": "Gå til [markedsinnstillingene](/admin/settings/markets) for å legge til et land/område." }, "enable_country_selector": { - "label": "Ativer land-\/regionvelger" + "label": "Ativer land-/regionvelger" }, "header__5": { "content": "Språkvelger" }, "header__6": { - "info": "Gå til [språkinnstillingene](\/admin\/settings\/languages) for å legge til et språk." + "info": "Gå til [språkinnstillingene](/admin/settings/languages) for å legge til et språk." }, "enable_language_selector": { "label": "Aktiver språkvelger" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Koblinger til retningslinjer", - "info": "Gå til [innstillingene for retningslinjer](\/admin\/settings\/legal) for å legge til retningslinjer i butikken." + "info": "Gå til [innstillingene for retningslinjer](/admin/settings/legal) for å legge til retningslinjer i butikken." }, "show_policy": { "label": "Vis koblinger til retningslinjer" }, "header__9": { "content": "Følg på Shop", - "info": "Vis følgeknappen for butikkfronten i Shop-appen. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Shop Pay må være aktivert for å tillate at kunder følger butikken din i Shop-appen fra butikkfronten. [Finn ut mer](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Aktiver Følg på Shop" @@ -955,11 +963,8 @@ "label": "Venstre" } }, - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Rediger logoen i [temainnstillingene](\/editor?context=theme&category=logo)." + "content": "Rediger logoen i [temainnstillingene](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Festet overskrift", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Land-\/regionvelger" + "content": "Land-/regionvelger" }, "header__4": { - "info": "Gå til [markedsinnstillinger](\/admin\/settings\/markets) for å legge til land\/region." + "info": "Gå til [markedsinnstillinger](/admin/settings/markets) for å legge til land/region." }, "enable_country_selector": { - "label": "Aktiver land-\/regionvelger" + "label": "Aktiver land-/regionvelger" }, "header__5": { "content": "Språkvelger" }, "header__6": { - "info": "Gå til [språkinnstillingene](\/admin\/settings\/languages) for å legge til et språk." + "info": "Gå til [språkinnstillingene](/admin/settings/languages) for å legge til et språk." }, "enable_language_selector": { "label": "Aktiver språkvelger" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Middels" }, - "info": "Bruk et bilde med størrelsesforhold 3:2 for best resultat. [Finn ut mer](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Bruk et bilde med størrelsesforhold 3:2 for best resultat. [Finn ut mer](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Stor" } @@ -1336,7 +1341,7 @@ "options__3": { "label": "Middels" }, - "info": "Bruk et bilde med størrelsesforhold 16:9 for best resultat. [Finn ut mer](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Bruk et bilde med størrelsesforhold 16:9 for best resultat. [Finn ut mer](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Stor" } @@ -1361,10 +1366,10 @@ "name": "Del", "settings": { "featured_image_info": { - "content": "Hvis du inkluderer en kobling i innlegg på sosiale medier, vil sidens fremhevede bilde vises som forhåndsvisningsbilde. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Hvis du inkluderer en kobling i innlegg på sosiale medier, vil sidens fremhevede bilde vises som forhåndsvisningsbilde. [Finn ut mer](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "En butikktittel og -beskrivelse inkluderes med forhåndsvisningsbildet. [Finn ut mer](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "En butikktittel og -beskrivelse inkluderes med forhåndsvisningsbildet. [Finn ut mer](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Tekst" @@ -1383,7 +1388,7 @@ "label": "Vis fremhevet bilde" }, "paragraph": { - "content": "Endre utdrag ved å redigere blogginnlegg. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Endre utdrag ved å redigere blogginnlegg. [Finn ut mer](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Vis dato" @@ -1415,7 +1420,7 @@ "options__4": { "label": "Stor" }, - "info": "Bruk et bilde med størrelsesforhold 3:2 for best resultat. [Finn ut mer](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Bruk et bilde med størrelsesforhold 3:2 for best resultat. [Finn ut mer](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "Samlingsbanner", "settings": { "paragraph": { - "content": "Legg til en beskrivelse eller et bilde ved å redigere samlingen. [Finn ut mer](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Legg til en beskrivelse eller et bilde ved å redigere samlingen. [Finn ut mer](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Vis samlingsbeskrivelse" }, "show_collection_image": { "label": "Vis samlingsbilde", - "info": "Bruk et bilde med størrelsesforhold 16:9 for best resultat. [Finn ut mer](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Bruk et bilde med størrelsesforhold 16:9 for best resultat. [Finn ut mer](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1456,7 +1461,7 @@ }, "enable_filtering": { "label": "Aktiver filtrering", - "info": "Tilpass filtre med Search & Discovery-appen. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Tilpass filtre med Search & Discovery-appen. [Finn ut mer](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Aktiver sortering" @@ -1487,11 +1492,11 @@ }, "enable_tags": { "label": "Aktiver filtrering", - "info": "Tilpass filtre med Search & Discovery-appen. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Tilpass filtre med Search & Discovery-appen. [Finn ut mer](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "show_rating": { "label": "Vis produktvurdering", - "info": "Legg til en produktvurderingsapp for å vise en vurdering. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-grid-section-settings)" + "info": "Legg til en produktvurderingsapp for å vise en vurdering. [Finn ut mer](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-grid-section-settings)" }, "columns_desktop": { "label": "Antall kolonner på datamaskin" @@ -1565,7 +1570,7 @@ "options__3": { "label": "Firkant" }, - "info": "Legg til bilder ved å redigere samlingene dine. [Finn ut mer](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Legg til bilder ved å redigere samlingene dine. [Finn ut mer](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Antall kolonner på datamaskin" @@ -1651,11 +1656,11 @@ "settings": { "show_dynamic_checkout": { "label": "Vis dynamiske knapper for å gå til kassen", - "info": "Kundene vil se sitt foretrukne alternativ, som PayPal eller Apple Pay, av betalingsmåtene som er tilgjengelig i butikken. [Finn ut mer](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Kundene vil se sitt foretrukne alternativ, som PayPal eller Apple Pay, av betalingsmåtene som er tilgjengelig i butikken. [Finn ut mer](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Vis mottakerinformasjonsskjema for produktgavekort", - "info": "Produktgavekort kan alternativt sendes direkte til en mottaker sammen med en personlig melding." + "info": "Produktgavekort kan alternativt sendes direkte til en mottaker sammen med en personlig melding. [Finn ut mer](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -1669,10 +1674,10 @@ "name": "Del", "settings": { "featured_image_info": { - "content": "Hvis du inkluderer en kobling i innlegg på sosiale medier, vil sidens fremhevede bilde vises som forhåndsvisningsbilde. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Hvis du inkluderer en kobling i innlegg på sosiale medier, vil sidens fremhevede bilde vises som forhåndsvisningsbilde. [Finn ut mer](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "En butikktittel og -beskrivelse inkluderes med forhåndsvisningsbildet. [Finn ut mer](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "En butikktittel og -beskrivelse inkluderes med forhåndsvisningsbildet. [Finn ut mer](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Tekst" @@ -1853,7 +1858,7 @@ "name": "Produktvurdering", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1861,7 +1866,7 @@ "name": "Komplimentære produkter", "settings": { "paragraph": { - "content": "Legg til Search & Discovery-appen for å velge komplimentære produkter. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Legg til Search & Discovery-appen for å velge komplimentære produkter. [Finn ut mer](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Overskrift" @@ -1994,7 +1999,7 @@ "settings": { "header": { "content": "Medier", - "info": "Finn ut mer om [medietyper.](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Finn ut mer om [medietyper.](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Aktiver løkkeavspilling av video" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Vis produktvurdering", - "info": "Legg til en produktvurderingsapp for å vise en vurdering. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#search-results-section-settings)" + "info": "Legg til en produktvurderingsapp for å vise en vurdering. [Finn ut mer](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#search-results-section-settings)" }, "columns_desktop": { "label": "Antall kolonner på datamaskin" @@ -2247,7 +2252,7 @@ "label": "Gjør seksjonen til full bredde" }, "paragraph": { - "content": "Hvert e-postabonnement oppretter en kundekonto. [Finn ut mer](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Hvert e-postabonnement oppretter en kundekonto. [Finn ut mer](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Alt. tekst for video", - "info": "Beskriv videoen for kunder som bruker skjermlesere. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Beskriv videoen for kunder som bruker skjermlesere. [Finn ut mer](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Legg til bildemarg", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Vis dynamiske knapper for å gå til kassen", - "info": "Kundene vil se sitt foretrukne alternativ, som PayPal eller Apple Pay, av betalingsmåtene som er tilgjengelig i butikken. [Finn ut mer](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Vis mottakerskjema for produktgavekort", - "info": "Når produktgavekort er aktivert kan de alternativt sendes til en mottaker med en personlig melding." + "info": "Kundene vil se sitt foretrukne alternativ, som PayPal eller Apple Pay, av betalingsmåtene som er tilgjengelig i butikken. [Finn ut mer](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Del", "settings": { "featured_image_info": { - "content": "Hvis du inkluderer en kobling i innlegg på sosiale medier, vil sidens fremhevede bilde vises som forhåndsvisningsbilde. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Hvis du inkluderer en kobling i innlegg på sosiale medier, vil sidens fremhevede bilde vises som forhåndsvisningsbilde. [Finn ut mer](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "En butikktittel og -beskrivelse inkluderes med forhåndsvisningsbildet. [Finn ut mer](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "En butikktittel og -beskrivelse inkluderes med forhåndsvisningsbildet. [Finn ut mer](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Tekst" @@ -2540,7 +2541,7 @@ "name": "Produktvurdering", "settings": { "paragraph": { - "content": "Legg til en produktvurderingsapp for å vise en vurdering. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" + "content": "Legg til en produktvurderingsapp for å vise en vurdering. [Finn ut mer](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Medier", - "info": "Finn ut mer om [medietyper](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Finn ut mer om [medietyper](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Aktiver løkkeavspilling av video" @@ -2598,7 +2599,7 @@ "name": "Banner for e-postregistrering", "settings": { "paragraph": { - "content": "Hvert e-postabonnement oppretter en kundekonto. [Finn ut mer](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Hvert e-postabonnement oppretter en kundekonto. [Finn ut mer](https://help.shopify.com/manual/customers)" }, "image": { "label": "Bakgrunnsbilde" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Vis innhold under bildet på mobil", - "info": "Bruk et bilde med størrelsesforhold 16:9 for best resultat. [Finn ut mer](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Bruk et bilde med størrelsesforhold 16:9 for best resultat. [Finn ut mer](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Bannerhøyde", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Stor" }, - "info": "Bruk et bilde med størrelsesforhold 16:9 for best resultat. [Finn ut mer](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Bruk et bilde med størrelsesforhold 16:9 for best resultat. [Finn ut mer](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__1": { @@ -3137,7 +3138,7 @@ "label": "Antall kolonner på datamaskin" }, "paragraph__1": { - "content": "Dynamiske anbefalinger bruker bestillings- og produktinformasjon til å endres og forbedres over tid. [Finn ut mer](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "Dynamiske anbefalinger bruker bestillings- og produktinformasjon til å endres og forbedres over tid. [Finn ut mer](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Produktkort" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Vis produktvurdering", - "info": "Legg til en produktvurderingsapp for å vise en vurdering. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-recommendations-section-settings)" + "info": "Legg til en produktvurderingsapp for å vise en vurdering. [Finn ut mer](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "Mobillayout" diff --git a/locales/nl.json b/locales/nl.json index 98231841979..17b21086f0b 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -322,6 +322,13 @@ }, "page": { "title": "Paginatitel" + }, + "announcements": { + "previous_announcement": "Vorige aankondiging", + "next_announcement": "Volgende aankondiging", + "carousel": "Carrousel", + "announcement": "Aankondiging", + "announcement_bar": "Aankondigingsbalk" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "Ik wil dit als cadeau sturen", "email_label": "E-mailadres ontvanger", - "email_label_optional": "E-mailadres ontvanger (optioneel)", "email": "E‑mailadres", "name_label": "Naam ontvanger (optioneel)", "name": "Naam", "message_label": "Bericht (optioneel)", "message": "Bericht", - "max_characters": "Maximaal {{ max_chars }} tekens" + "max_characters": "Maximaal {{ max_chars }} tekens", + "email_label_optional_for_no_js_behavior": "E-mailadres ontvanger (optioneel)" } } } diff --git a/locales/nl.schema.json b/locales/nl.schema.json index 472d5042a24..72825b0a679 100644 --- a/locales/nl.schema.json +++ b/locales/nl.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Lettertype", - "info": "Als je een ander lettertype selecteert, kan dit de snelheid van je winkel beïnvloeden. Meer informatie over systeemlettertypen.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Als je een ander lettertype selecteert, kan dit de snelheid van je winkel beïnvloeden. Meer informatie over systeemlettertypen.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Kopteksten" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Lettertype", - "info": "Als je een ander lettertype selecteert, kan dit de snelheid van je winkel beïnvloeden. Meer informatie over systeemlettertypen.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Als je een ander lettertype selecteert, kan dit de snelheid van je winkel beïnvloeden. Meer informatie over systeemlettertypen.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Schaal lettertypegrootte" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "https:\/\/shopify.tumblr.com" + "info": "https://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Socialmedia-accounts" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Variantopties", - "paragraph": "Variantopties zijn een manier om je productvarianten weer te geven. [Meer informatie](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Variantopties zijn een manier om je productvarianten weer te geven. [Meer informatie](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Invoer" @@ -501,6 +501,14 @@ } } } + }, + "settings": { + "auto_rotate": { + "label": "Dia's automatisch draaien" + }, + "change_slides_speed": { + "label": "Wissel dia's elke" + } } }, "collage": { @@ -582,7 +590,7 @@ }, "description": { "label": "Alt-tekst video", - "info": "Geef een beschrijving van de video voor klanten die schermlezers gebruiken. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Geef een beschrijving van de video voor klanten die schermlezers gebruiken. [Meer informatie](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -598,7 +606,7 @@ "label": "Opschrift" }, "image_ratio": { - "label": "Breedte-\/hoogteverhouding van afbeeldingen", + "label": "Breedte-/hoogteverhouding van afbeeldingen", "options__1": { "label": "Aanpassen aan afbeelding" }, @@ -608,7 +616,7 @@ "options__3": { "label": "Square" }, - "info": "Voeg afbeeldingen toe door je collecties bij te werken. [Meer informatie](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Voeg afbeeldingen toe door je collecties bij te werken. [Meer informatie](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "Swipen op mobiel inschakelen" @@ -681,7 +689,7 @@ }, "show_image": { "label": "Uitgelichte afbeelding weergeven", - "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 3:2. [Meer informatie](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 3:2. [Meer informatie](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Datum weergeven" @@ -716,7 +724,7 @@ "content": "Productkaart" }, "image_ratio": { - "label": "Breedte-\/hoogteverhouding van afbeeldingen", + "label": "Breedte-/hoogteverhouding van afbeeldingen", "options__1": { "label": "Aanpassen aan afbeelding" }, @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Geef productbeoordeling weer", - "info": "Voeg een app toe voor productbeoordelingen om deze weer te geven. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "Voeg een app toe voor productbeoordelingen om deze weer te geven. [Meer informatie](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "columns_desktop": { "label": "Aantal kolommen op desktop" @@ -830,14 +838,14 @@ "name": "Merkinformatie", "settings": { "paragraph": { - "content": "In dit blok komt informatie over je merk. [Bewerk merkinformatie.](\/editor?context=theme&category=brand%20information)" + "content": "In dit blok komt informatie over je merk. [Bewerk merkinformatie.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Pictogrammen voor social media" }, "show_social": { "label": "Pictogrammen social media weergeven", - "info": "Als je je socialmedia-accounts wilt weergeven, koppel je ze in de [thema-instellingen](\/editor?context=theme&category=social%20media)." + "info": "Als je je socialmedia-accounts wilt weergeven, koppel je ze in de [thema-instellingen](/editor?context=theme&category=social%20media)." } } } @@ -851,29 +859,29 @@ }, "header__1": { "content": "Aanmelding voor het ontvangen van e-mail", - "info": "Abonnees die worden toegevoegd aan je 'geaccepteerde marketing'-klantenlijst. [Meer informatie](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "Abonnees die worden toegevoegd aan je 'geaccepteerde marketing'-klantenlijst. [Meer informatie](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Pictogrammen voor social media", - "info": "Als je je socialmedia-accounts wilt weergeven, koppel je ze in de [thema-instellingen](\/editor?context=theme&category=social%20media)." + "info": "Als je je socialmedia-accounts wilt weergeven, koppel je ze in de [thema-instellingen](/editor?context=theme&category=social%20media)." }, "show_social": { "label": "Pictogrammen social media weergeven" }, "header__3": { - "content": "Kiezer voor land\/regio" + "content": "Kiezer voor land/regio" }, "header__4": { - "info": "Ga naar de [marktinstellingen](\/admin\/settings\/markets) om een land\/regio toe te voegen." + "info": "Ga naar de [marktinstellingen](/admin/settings/markets) om een land/regio toe te voegen." }, "enable_country_selector": { - "label": "Kiezer voor land\/regio inschakelen" + "label": "Kiezer voor land/regio inschakelen" }, "header__5": { "content": "Taalkiezer" }, "header__6": { - "info": "Ga naar je [language settings.](\/admin\/settings\/languages) om een taal toe te voegen" + "info": "Ga naar je [language settings.](/admin/settings/languages) om een taal toe te voegen" }, "enable_language_selector": { "label": "Taalkiezer inschakelen" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Links naar beleid", - "info": "Ga naar je [beleidsinstellingen ](\/admin\/settings\/legal) om winkelbeleid toe te voegen." + "info": "Ga naar je [beleidsinstellingen ](/admin/settings/legal) om winkelbeleid toe te voegen." }, "show_policy": { "label": "Links naar beleid tonen" }, "header__9": { "content": "Volgen op Shop", - "info": "Toon de volgknop voor je webshop in de Shop-app. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Klanten kunnen de winkel alleen vanuit de webshop volgen in de Shop-app als Shop Pay is ingeschakeld. [Meer informatie](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "'Volgen op Shop' inschakelen" @@ -955,11 +963,8 @@ "label": "Links" } }, - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Bewerk je logo in [thema-instellingen](\/editor?context=theme&category=logo)." + "content": "Bewerk je logo in [thema-instellingen](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Sticky header", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Kiezer voor land\/regio" + "content": "Kiezer voor land/regio" }, "header__4": { - "info": "Ga naar de [marktinstellingen](\/admin\/settings\/markets) om een land\/regio toe te voegen." + "info": "Ga naar de [marktinstellingen](/admin/settings/markets) om een land/regio toe te voegen." }, "enable_country_selector": { - "label": "Kiezer voor land\/regio inschakelen" + "label": "Kiezer voor land/regio inschakelen" }, "header__5": { "content": "Taalkiezer" }, "header__6": { - "info": "Ga naar je [taalinstellingen](\/admin\/settings\/languages) om een taal toe te voegen." + "info": "Ga naar je [taalinstellingen](/admin/settings/languages) om een taal toe te voegen." }, "enable_language_selector": { "label": "Taalkiezer inschakelen" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Gemiddeld" }, - "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 3:2. [Meer informatie](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 3:2. [Meer informatie](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Groot" } @@ -1336,7 +1341,7 @@ "options__3": { "label": "Gemiddeld" }, - "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 16:9. [Meer informatie](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 16:9. [Meer informatie](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Groot" } @@ -1361,10 +1366,10 @@ "name": "Delen", "settings": { "featured_image_info": { - "content": "De uitgelichte afbeelding van de pagina wordt weergegeven als een voorbeeldafbeelding als je een link in je posts op social media plaatst. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "De uitgelichte afbeelding van de pagina wordt weergegeven als een voorbeeldafbeelding als je een link in je posts op social media plaatst. [Meer informatie](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Een winkelnaam en beschrijving worden weergegeven in de voorbeeldafbeelding. [Meer informatie](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Een winkelnaam en beschrijving worden weergegeven in de voorbeeldafbeelding. [Meer informatie](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Tekst" @@ -1383,7 +1388,7 @@ "label": "Uitgelichte afbeelding weergeven" }, "paragraph": { - "content": "Wijzig uittreksels door je blogposts bij te werken. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Wijzig uittreksels door je blogposts bij te werken. [Meer informatie](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Datum weergeven" @@ -1415,7 +1420,7 @@ "options__4": { "label": "Groot" }, - "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 3:2. [Meer informatie](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 3:2. [Meer informatie](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "Collectiebanner", "settings": { "paragraph": { - "content": "Voeg een beschrijving of afbeelding toe door je collectie bij te werken. [Meer informatie](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Voeg een beschrijving of afbeelding toe door je collectie bij te werken. [Meer informatie](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Collectiebeschrijving weergeven" }, "show_collection_image": { "label": "Collectieafbeelding weergeven", - "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 16:9. [Meer informatie](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 16:9. [Meer informatie](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1455,7 +1460,7 @@ "label": "Producten per pagina" }, "image_ratio": { - "label": "Breedte-\/hoogteverhouding van afbeeldingen", + "label": "Breedte-/hoogteverhouding van afbeeldingen", "options__1": { "label": "Aanpassen aan afbeelding" }, @@ -1474,11 +1479,11 @@ }, "enable_tags": { "label": "Filteren inschakelen", - "info": "Pas filters aan met de Search & Discovery-app. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Pas filters aan met de Search & Discovery-app. [Meer informatie](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "Filteren inschakelen", - "info": "Pas filters aan met de Search & Discovery-app. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Pas filters aan met de Search & Discovery-app. [Meer informatie](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Sortering inschakelen" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "Geef productbeoordeling weer", - "info": "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-grid-section-settings)" + "info": "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-grid-section-settings)" }, "columns_desktop": { "label": "Aantal kolommen op desktop" @@ -1555,7 +1560,7 @@ } }, "image_ratio": { - "label": "Breedte-\/hoogteverhouding van afbeeldingen", + "label": "Breedte-/hoogteverhouding van afbeeldingen", "options__1": { "label": "Aanpassen aan afbeelding" }, @@ -1565,7 +1570,7 @@ "options__3": { "label": "Square" }, - "info": "Voeg afbeeldingen toe door je collecties bij te werken. [Meer informatie](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Voeg afbeeldingen toe door je collecties bij te werken. [Meer informatie](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Aantal kolommen op desktopcomputers" @@ -1652,11 +1657,11 @@ "settings": { "show_dynamic_checkout": { "label": "Dynamische checkoutknoppen weergeven", - "info": "Bij de betaalmethoden die bij je winkel beschikbaar zijn, zien klanten de optie die hun voorkeur heeft, zoals PayPal of Apple Pay. [Learn more](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Bij de betaalmethoden die bij je winkel beschikbaar zijn, zien klanten de optie die hun voorkeur heeft, zoals PayPal of Apple Pay. [Learn more](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Formulier voor gegevens van ontvanger weergeven voor cadeaubonnen", - "info": "Klanten hebben de optie om cadeaubonnen rechtstreeks naar de ontvanger te sturen met een persoonlijk bericht." + "info": "Klanten kunnen cadeaubonnen rechtstreeks naar de ontvanger laten sturen met een persoonlijk bericht. [Meer informatie](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -1670,10 +1675,10 @@ "name": "Delen", "settings": { "featured_image_info": { - "content": "De uitgelichte afbeelding van de pagina wordt weergegeven als een voorbeeldafbeelding als je een link in je posts op social media plaatst. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "De uitgelichte afbeelding van de pagina wordt weergegeven als een voorbeeldafbeelding als je een link in je posts op social media plaatst. [Meer informatie](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Een winkelnaam en beschrijving worden weergegeven in de voorbeeldafbeelding. [Meer informatie](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Een winkelnaam en beschrijving worden weergegeven in de voorbeeldafbeelding. [Meer informatie](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Tekst" @@ -1854,7 +1859,7 @@ "name": "Productbeoordeling", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1862,7 +1867,7 @@ "name": "Aanvullende producten", "settings": { "paragraph": { - "content": "Als je aanvullende producten wilt selecteren, voeg je de Search en Zichtbaarheid-app toe. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Als je aanvullende producten wilt selecteren, voeg je de Search en Zichtbaarheid-app toe. [Meer informatie](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Koptekst" @@ -1891,7 +1896,7 @@ "heading": "Productkaart" }, "image_ratio": { - "label": "Breedte-\/hoogteverhouding van afbeeldingen", + "label": "Breedte-/hoogteverhouding van afbeeldingen", "options": { "option_1": "Staand", "option_2": "Vierkant" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "Media", - "info": "Meer informatie over [mediatypen](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Meer informatie over [mediatypen](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Video-looping inschakelen" @@ -2087,7 +2092,7 @@ "name": "Zoekresultaten", "settings": { "image_ratio": { - "label": "Breedte-\/hoogteverhouding van afbeeldingen", + "label": "Breedte-/hoogteverhouding van afbeeldingen", "options__1": { "label": "Aanpassen aan afbeelding" }, @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Geef productbeoordeling weer", - "info": "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#search-results-section-settings)" + "info": "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#search-results-section-settings)" }, "columns_desktop": { "label": "Aantal kolommen op desktop" @@ -2157,7 +2162,7 @@ } }, "image_ratio": { - "label": "Breedte-\/hoogteverhouding van afbeeldingen", + "label": "Breedte-/hoogteverhouding van afbeeldingen", "options__1": { "label": "Aanpassen aan afbeelding" }, @@ -2247,7 +2252,7 @@ "label": "Volledige breedte voor sectie gebruiken" }, "paragraph": { - "content": "Voor elk abonnement via e-mail wordt een klantaccount aangemaakt. [Meer informatie](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Voor elk abonnement via e-mail wordt een klantaccount aangemaakt. [Meer informatie](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Alt-tekst video", - "info": "Geef een beschrijving van de video voor klanten die schermlezers gebruiken. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Geef een beschrijving van de video voor klanten die schermlezers gebruiken. [Meer informatie](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Opvulling voor afbeeldingen toevoegen", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Dynamische checkout-knoppen weergeven", - "info": "Bij de betaalmethoden die bij je winkel beschikbaar zijn, zien klanten de optie die hun voorkeur heeft, zoals PayPal of Apple Pay. [Meer informatie](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Formulier voor ontvanger weergeven voor cadeaubonnen", - "info": "Indien ingeschakeld, krijgen klanten de optie om cadeaubonnen met een persoonlijk bericht naar de ontvanger te sturen." + "info": "Bij de betaalmethoden die bij je winkel beschikbaar zijn, zien klanten de optie die hun voorkeur heeft, zoals PayPal of Apple Pay. [Meer informatie](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Delen", "settings": { "featured_image_info": { - "content": "De uitgelichte afbeelding van de pagina wordt weergegeven als een voorbeeldafbeelding als je een link in je posts op social media plaatst. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "De uitgelichte afbeelding van de pagina wordt weergegeven als een voorbeeldafbeelding als je een link in je posts op social media plaatst. [Meer informatie](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "Een winkelnaam en beschrijving worden weergegeven in de voorbeeldafbeelding. [Meer informatie](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Een winkelnaam en beschrijving worden weergegeven in de voorbeeldafbeelding. [Meer informatie](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Tekstkleur" @@ -2540,7 +2541,7 @@ "name": "Productbeoordeling", "settings": { "paragraph": { - "content": "Voeg een app toe voor productbeoordelingen om deze weer te geven. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" + "content": "Voeg een app toe voor productbeoordelingen om deze weer te geven. [Meer informatie](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Media", - "info": "Meer informatie over [mediatypen](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Meer informatie over [mediatypen](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Video-looping inschakelen" @@ -2598,7 +2599,7 @@ "name": "Banner voor aanmelding voor het ontvangen van e-mail", "settings": { "paragraph": { - "content": "Voor elk abonnement via e-mail wordt een klantaccount aangemaakt. [Meer informatie](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Voor elk abonnement via e-mail wordt een klantaccount aangemaakt. [Meer informatie](https://help.shopify.com/manual/customers)" }, "image": { "label": "Achtergrondafbeelding" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Content op mobiel onder de afbeelding weergeven", - "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 16:9. [Meer informatie](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 16:9. [Meer informatie](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Hoogte van de banner", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Groot" }, - "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 16:9. [Meer informatie](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Gebruik voor de beste resultaten een afbeelding met een beeldverhouding van 16:9. [Meer informatie](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__4": { @@ -2925,7 +2926,7 @@ "label": "Afbeelding" }, "image_ratio": { - "label": "Breedte-\/hoogteverhouding van afbeeldingen", + "label": "Breedte-/hoogteverhouding van afbeeldingen", "options__1": { "label": "Aanpassen aan afbeelding" }, @@ -3137,13 +3138,13 @@ "label": "Aantal kolommen op desktopcomputers" }, "paragraph__1": { - "content": "In de loop van de tijd worden veranderingen en verbeteringen doorgevoerd dankzij dynamische aanbevelingen, waarbij gebruik wordt gemaakt van informatie over bestellingen en producten. [Meer informatie](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "In de loop van de tijd worden veranderingen en verbeteringen doorgevoerd dankzij dynamische aanbevelingen, waarbij gebruik wordt gemaakt van informatie over bestellingen en producten. [Meer informatie](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Productkaart" }, "image_ratio": { - "label": "Breedte-\/hoogteverhouding van afbeeldingen", + "label": "Breedte-/hoogteverhouding van afbeeldingen", "options__1": { "label": "Aanpassen aan afbeelding" }, @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Productbeoordeling weergeven", - "info": "Voeg een app voor productbeoordelingen toe om een beoordeling weer te geven. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-recommendations-section-settings)" + "info": "Voeg een app voor productbeoordelingen toe om een beoordeling weer te geven. [Meer informatie](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "Opmaak op mobiele apparaten" diff --git a/locales/pl.json b/locales/pl.json index 22a339f9acf..efd470c8b8b 100644 --- a/locales/pl.json +++ b/locales/pl.json @@ -342,6 +342,13 @@ }, "page": { "title": "Tytuł strony" + }, + "announcements": { + "previous_announcement": "Poprzednie ogłoszenie", + "next_announcement": "Kolejne ogłoszenie", + "carousel": "Karuzela", + "announcement": "Ogłoszenie", + "announcement_bar": "Pasek ogłoszeń" } }, "localization": { @@ -479,13 +486,13 @@ "form": { "checkbox": "Chcę to wysłać jako prezent", "email_label": "E-mail odbiorcy", - "email_label_optional": "Adres e-mail odbiorcy (opcjonalnie)", "email": "E-mail", "name_label": "Nazwa odbiorcy (opcjonalnie)", "name": "Nazwisko", "message_label": "Wiadomość (opcjonalna)", "message": "Wiadomość", - "max_characters": "Maks. {{ max_chars }} znaki(-ów)" + "max_characters": "Maks. {{ max_chars }} znaki(-ów)", + "email_label_optional_for_no_js_behavior": "Adres e-mail odbiorcy (opcjonalnie)" } } } diff --git a/locales/pl.schema.json b/locales/pl.schema.json index ae7b3658c03..6afd49cd705 100644 --- a/locales/pl.schema.json +++ b/locales/pl.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Czcionka", - "info": "Wybór innej czcionki może wpłynąć na szybkość działania Twojego sklepu. [Dowiedz się więcej o czcionkach systemowych.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Wybór innej czcionki może wpłynąć na szybkość działania Twojego sklepu. [Dowiedz się więcej o czcionkach systemowych.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Nagłówki" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Czcionka", - "info": "Wybór innej czcionki może wpłynąć na szybkość działania Twojego sklepu. [Dowiedz się więcej o czcionkach systemowych.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Wybór innej czcionki może wpłynąć na szybkość działania Twojego sklepu. [Dowiedz się więcej o czcionkach systemowych.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Skala rozmiaru czcionki" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "https:\/\/shopify.tumblr.com" + "info": "https://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "Youtube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Konta społecznościowe" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Okrągłe przełączniki wariantów", - "paragraph": "Okrągłe przełączniki wariantów to jeden ze sposobów wyświetlania wariantów produktów. [Dowiedz się więcej](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Okrągłe przełączniki wariantów to jeden ze sposobów wyświetlania wariantów produktów. [Dowiedz się więcej](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Dane wejściowe" @@ -501,6 +501,14 @@ } } } + }, + "settings": { + "auto_rotate": { + "label": "Automatyczna zmiana slajdów" + }, + "change_slides_speed": { + "label": "Zmieniaj slajdy co" + } } }, "collage": { @@ -582,7 +590,7 @@ }, "description": { "label": "Alternatywny tekst filmu", - "info": "Opisz film dla klientów korzystających z czytników ekranu. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Opisz film dla klientów korzystających z czytników ekranu. [Dowiedz się więcej](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -599,7 +607,7 @@ }, "image_ratio": { "label": "Proporcja obrazu", - "info": "Dodaj obrazy, edytując swoje kolekcje. [Dowiedz się więcej ](https:\/\/help.shopify.com\/manual\/products\/collections)", + "info": "Dodaj obrazy, edytując swoje kolekcje. [Dowiedz się więcej ](https://help.shopify.com/manual/products/collections)", "options__1": { "label": "Dostosuj do obrazu" }, @@ -681,7 +689,7 @@ }, "show_image": { "label": "Pokaż wyróżniony obraz", - "info": "Aby uzyskać najlepszy efekt, użyj obrazu o współczynniku proporcji 2:3. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Aby uzyskać najlepszy efekt, użyj obrazu o współczynniku proporcji 2:3. [Dowiedz się więcej](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Pokaż datę" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Pokaż ocenę produktu", - "info": "Aby wyświetlić ocenę, dodaj aplikację do oceny produktów. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "Aby wyświetlić ocenę, dodaj aplikację do oceny produktów. [Dowiedz się więcej](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "Włącz przycisk szybkiego dodawania", @@ -830,14 +838,14 @@ "name": "Informacje o marce", "settings": { "paragraph": { - "content": "W tym bloku będą wyświetlane informacje o marce. [Edytuj informacje o marce.](\/editor?context=theme&category=brand%20information)" + "content": "W tym bloku będą wyświetlane informacje o marce. [Edytuj informacje o marce.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Ikony mediów społecznościowych" }, "show_social": { "label": "Pokaż ikony mediów społecznościowych", - "info": "Aby wyświetlić swoje konta w mediach społecznościowych, podlinkuj je w [ustawienia szablonu](\/editor?context=theme&category=social%20media)." + "info": "Aby wyświetlić swoje konta w mediach społecznościowych, podlinkuj je w [ustawienia szablonu](/editor?context=theme&category=social%20media)." } } } @@ -851,29 +859,29 @@ }, "header__1": { "content": "Osoba zarejestrowana w celu otrzymywania e-maili", - "info": "Subskrybenci zostali automatycznie dodani do listy klientów „wyrażających zgodę na marketing\". [Dowiedz się więcej ](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "Subskrybenci zostali automatycznie dodani do listy klientów „wyrażających zgodę na marketing\". [Dowiedz się więcej ](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Ikony mediów społecznościowych", - "info": "Aby wyświetlić swoje konta w mediach społecznościowych, podlinkuj je w [ustawienia szablonu](\/editor?context=theme&category=social%20media)." + "info": "Aby wyświetlić swoje konta w mediach społecznościowych, podlinkuj je w [ustawienia szablonu](/editor?context=theme&category=social%20media)." }, "show_social": { "label": "Pokaż ikony mediów społecznościowych" }, "header__3": { - "content": "Selektor kraju\/regionu" + "content": "Selektor kraju/regionu" }, "header__4": { - "info": "Aby dodać kraj\/region, przejdź do swoich [ustawień rynku.](\/admin\/settings\/markets)" + "info": "Aby dodać kraj/region, przejdź do swoich [ustawień rynku.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Włącz selektor kraju\/regionu" + "label": "Włącz selektor kraju/regionu" }, "header__5": { "content": "Selektor języka" }, "header__6": { - "info": "Aby dodać język, przejdź do swoich [ustawień języka.](\/admin\/settings\/languages)" + "info": "Aby dodać język, przejdź do swoich [ustawień języka.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Włącz selektor języka" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Linki do polityki", - "info": "Aby dodać polityki sklepu, przejdź do [ustawień polityki](\/admin\/settings\/legal)." + "info": "Aby dodać polityki sklepu, przejdź do [ustawień polityki](/admin/settings/legal)." }, "show_policy": { "label": "Pokaż linki do polityki" }, "header__9": { "content": "Obserwuj w Shop", - "info": "Wyświetl przycisk obserwowania dla swojej witryny sklepu w aplikacji Shop. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Aby umożliwić klientom śledzenie Twojego sklepu w aplikacji Shop z poziomu Twojej witryny sklepu, należy włączyć funkcję Shop Pay. [Dowiedz się więcej](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Włącz opcję Obserwuj w Shop" @@ -955,11 +963,8 @@ "label": "Lewa strona" } }, - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Edytuj logo w [theme settings](\/editor?context=theme&category=logo)." + "content": "Edytuj logo w [theme settings](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Przypięty nagłówek", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Selektor kraju\/regionu" + "content": "Selektor kraju/regionu" }, "header__4": { - "info": "Aby dodać kraj\/region, przejdź do swoich [ustawień rynku.](\/admin\/settings\/markets)" + "info": "Aby dodać kraj/region, przejdź do swoich [ustawień rynku.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Włącz selektor kraju\/regionu" + "label": "Włącz selektor kraju/regionu" }, "header__5": { "content": "Selektor języka" }, "header__6": { - "info": "Aby dodać język, przejdź do swoich [ustawień języka.](\/admin\/settings\/languages)" + "info": "Aby dodać język, przejdź do swoich [ustawień języka.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Włącz selektor języka" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Średni" }, - "info": "Aby uzyskać najlepszy efekt, użyj obrazu o współczynniku proporcji 2:3. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Aby uzyskać najlepszy efekt, użyj obrazu o współczynniku proporcji 2:3. [Dowiedz się więcej](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Duży" } @@ -1327,7 +1332,7 @@ "settings": { "image_height": { "label": "Wysokość wyróżnionego obrazu", - "info": "Aby uzyskać najlepsze wyniki, użyj obrazu o współczynniku proporcji 16:9. [Dowiedz się więcej ](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Aby uzyskać najlepsze wyniki, użyj obrazu o współczynniku proporcji 16:9. [Dowiedz się więcej ](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__1": { "label": "Dostosuj do obrazu" }, @@ -1361,10 +1366,10 @@ "name": "Udostępnij", "settings": { "featured_image_info": { - "content": "Jeśli dodasz link w postach mediów społecznościowych, wyróżniony obraz strony będzie wyświetlany jako obraz podglądu. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Jeśli dodasz link w postach mediów społecznościowych, wyróżniony obraz strony będzie wyświetlany jako obraz podglądu. [Dowiedz się więcej](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Tytuł i opis strony są dodawane wraz z obrazem podglądu. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Tytuł i opis strony są dodawane wraz z obrazem podglądu. [Dowiedz się więcej](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Tekst" @@ -1383,7 +1388,7 @@ "label": "Pokaż wyróżniony obraz" }, "paragraph": { - "content": "Zmień fragmenty, edytując swoje posty na blogu. [Dowiedz się więcej ](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Zmień fragmenty, edytując swoje posty na blogu. [Dowiedz się więcej ](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Pokaż datę" @@ -1403,7 +1408,7 @@ }, "image_height": { "label": "Wysokość wyróżnionego obrazu", - "info": "Aby uzyskać najlepszy efekt, użyj obrazu o współczynniku proporcji 2:3. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Aby uzyskać najlepszy efekt, użyj obrazu o współczynniku proporcji 2:3. [Dowiedz się więcej](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__1": { "label": "Dostosuj do obrazu" }, @@ -1437,14 +1442,14 @@ "name": "Baner kolekcji", "settings": { "paragraph": { - "content": "Dodaj opis lub obraz, edytując swoją kolekcję. [Dowiedz się więcej ](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Dodaj opis lub obraz, edytując swoją kolekcję. [Dowiedz się więcej ](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Pokaż opis kolekcji" }, "show_collection_image": { "label": "Pokaż obraz kolekcji", - "info": "Aby uzyskać najlepsze wyniki, użyj obrazu o współczynniku proporcji 16:9. [Dowiedz się więcej ](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Aby uzyskać najlepsze wyniki, użyj obrazu o współczynniku proporcji 16:9. [Dowiedz się więcej ](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1474,11 +1479,11 @@ }, "enable_tags": { "label": "Włącz filtrowanie", - "info": "Dostosuj filtry za pomocą aplikacji Search & Discovery. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Dostosuj filtry za pomocą aplikacji Search & Discovery. [Dowiedz się więcej](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "Włącz filtrowanie", - "info": "Dostosuj filtry za pomocą aplikacji Search & Discovery. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Dostosuj filtry za pomocą aplikacji Search & Discovery. [Dowiedz się więcej](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Włącz sortowanie" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "Pokaż ocenę produktu", - "info": "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-grid-section-settings)" + "info": "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-grid-section-settings)" }, "enable_quick_buy": { "label": "Włącz przycisk szybkiego dodawania", @@ -1556,7 +1561,7 @@ }, "image_ratio": { "label": "Proporcja obrazu", - "info": "Dodaj obrazy, edytując swoje kolekcje. [Dowiedz się więcej ](https:\/\/help.shopify.com\/manual\/products\/collections)", + "info": "Dodaj obrazy, edytując swoje kolekcje. [Dowiedz się więcej ](https://help.shopify.com/manual/products/collections)", "options__1": { "label": "Dostosuj do obrazu" }, @@ -1652,11 +1657,11 @@ "settings": { "show_dynamic_checkout": { "label": "Pokaż dynamiczne przyciski realizacji zakupu", - "info": "Korzystając z metod płatności dostępnych w Twoim sklepie, klienci widzą swoją preferowaną opcję, np. PayPal lub Apple Pay. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Korzystając z metod płatności dostępnych w Twoim sklepie, klienci widzą swoją preferowaną opcję, np. PayPal lub Apple Pay. [Dowiedz się więcej](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Pokaż formularz danych odbiorcy dla produktów typu karta prezentowa", - "info": "Produkty w postaci kart prezentowych mogą być wysyłane bezpośrednio do odbiorcy wraz z osobistą wiadomością." + "info": "Produkty w postaci kart prezentowych mogą być wysyłane bezpośrednio do odbiorcy wraz z osobistą wiadomością. [Dowiedz się więcej](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -1670,10 +1675,10 @@ "name": "Udostępnij", "settings": { "featured_image_info": { - "content": "Jeśli dodasz link w postach mediów społecznościowych, wyróżniony obraz strony będzie wyświetlany jako obraz podglądu. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Jeśli dodasz link w postach mediów społecznościowych, wyróżniony obraz strony będzie wyświetlany jako obraz podglądu. [Dowiedz się więcej](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Tytuł i opis strony są dodawane wraz z obrazem podglądu. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Tytuł i opis strony są dodawane wraz z obrazem podglądu. [Dowiedz się więcej](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Tekst" @@ -1854,7 +1859,7 @@ "name": "Ocena produktu", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1862,7 +1867,7 @@ "name": "Produkty uzupełniające", "settings": { "paragraph": { - "content": "Aby wybrać produkty uzupełniające, dodaj aplikację Search & Discovery. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Aby wybrać produkty uzupełniające, dodaj aplikację Search & Discovery. [Dowiedz się więcej](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Nagłówek" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "Multimedia", - "info": "Dowiedz się więcej o [typach multimediów.](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Dowiedz się więcej o [typach multimediów.](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Włącz zapętlanie wideo" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Pokaż ocenę produktu", - "info": "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#search-results-section-settings)" + "info": "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#search-results-section-settings)" }, "columns_desktop": { "label": "Liczba kolumn na komputerze" @@ -2247,7 +2252,7 @@ "label": "Zrób sekcję na całą szerokość" }, "paragraph": { - "content": "Dla każdej subskrypcji e-maili tworzone jest konto klienta. [Dowiedz się więcej ](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Dla każdej subskrypcji e-maili tworzone jest konto klienta. [Dowiedz się więcej ](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Alternatywny tekst filmu", - "info": "Opisz film dla klientów korzystających z czytników ekranu. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Opisz film dla klientów korzystających z czytników ekranu. [Dowiedz się więcej](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Dodaj dopełnienie obrazu", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Pokaż dynamiczne przyciski realizacji zakupu", - "info": "Korzystając z metod płatności dostępnych w Twoim sklepie, klienci widzą swoją preferowaną opcję, np. PayPal lub Apple Pay. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Pokaż formularz odbiorcy dla produktów typu karta prezentowa", - "info": "Po włączeniu, produkty w postaci kart prezentowych mogą być opcjonalnie wysyłane do odbiorcy z osobistą wiadomością." + "info": "Korzystając z metod płatności dostępnych w Twoim sklepie, klienci widzą swoją preferowaną opcję, np. PayPal lub Apple Pay. [Dowiedz się więcej](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Udostępnij", "settings": { "featured_image_info": { - "content": "Jeśli dodasz link w postach mediów społecznościowych, wyróżniony obraz strony będzie wyświetlany jako obraz podglądu. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Jeśli dodasz link w postach mediów społecznościowych, wyróżniony obraz strony będzie wyświetlany jako obraz podglądu. [Dowiedz się więcej](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "Tytuł i opis strony są dodawane wraz z obrazem podglądu. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Tytuł i opis strony są dodawane wraz z obrazem podglądu. [Dowiedz się więcej](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Tekst" @@ -2540,7 +2541,7 @@ "name": "Ocena produktu", "settings": { "paragraph": { - "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\/theme-features#featured-product-rating)" + "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/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Multimedia", - "info": "Dowiedz się więcej o [typach multimediów](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Dowiedz się więcej o [typach multimediów](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Włącz zapętlanie wideo" @@ -2598,7 +2599,7 @@ "name": "Baner rejestracji w celu otrzymywania e-maili", "settings": { "paragraph": { - "content": "Dla każdej subskrypcji e-maili tworzone jest konto klienta. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Dla każdej subskrypcji e-maili tworzone jest konto klienta. [Dowiedz się więcej](https://help.shopify.com/manual/customers)" }, "image": { "label": "Obraz tła" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Pokaż treść pod obrazem na urządzeniu mobilnym", - "info": "Aby uzyskać najlepsze wyniki, użyj obrazu o współczynniku proporcji 16:9. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Aby uzyskać najlepsze wyniki, użyj obrazu o współczynniku proporcji 16:9. [Dowiedz się więcej](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Wysokość banera", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Duży" }, - "info": "Aby uzyskać najlepsze wyniki, użyj obrazu o współczynniku proporcji 16:9. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Aby uzyskać najlepsze wyniki, użyj obrazu o współczynniku proporcji 16:9. [Dowiedz się więcej](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__4": { @@ -3137,7 +3138,7 @@ "label": "Liczba kolumn na komputerze" }, "paragraph__1": { - "content": "Dynamiczne rekomendacje wykorzystują informacje o zamówieniach i produktach do ciągłego zmieniania i ulepszania. [Dowiedz się więcej](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "Dynamiczne rekomendacje wykorzystują informacje o zamówieniach i produktach do ciągłego zmieniania i ulepszania. [Dowiedz się więcej](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Karta produktów" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Pokaż ocenę produktu", - "info": "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-recommendations-section-settings)" + "info": "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-recommendations-section-settings)" }, "header_mobile": { "content": "Układ na urządzeniu mobilnym" diff --git a/locales/pt-BR.json b/locales/pt-BR.json index ce4fb6bf716..1d2c81b4f84 100644 --- a/locales/pt-BR.json +++ b/locales/pt-BR.json @@ -332,6 +332,13 @@ }, "page": { "title": "Título da página" + }, + "announcements": { + "previous_announcement": "Comunicado anterior", + "next_announcement": "Próximo comunicado", + "carousel": "Carrossel", + "announcement": "Comunicado", + "announcement_bar": "Barra de comunicados" } }, "localization": { @@ -469,13 +476,13 @@ "form": { "checkbox": "Quero enviar como presente", "email_label": "E-mail do destinatário", - "email_label_optional": "E-mail do destinatário (opcional)", "email": "E-mail", "name_label": "Nome do destinatário (opcional)", "name": "Nome", "message_label": "Mensagem (opcional)", "message": "Mensagem", - "max_characters": "Máximo de {{ max_chars }} caracteres" + "max_characters": "Máximo de {{ max_chars }} caracteres", + "email_label_optional_for_no_js_behavior": "E-mail do destinatário (opcional)" } } } diff --git a/locales/pt-BR.schema.json b/locales/pt-BR.schema.json index cc946496296..7f2e0c446f7 100644 --- a/locales/pt-BR.schema.json +++ b/locales/pt-BR.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Fonte", - "info": "A seleção de uma fonte diferente pode afetar a velocidade da loja. [Saiba mais sobre as fontes do sistema.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "A seleção de uma fonte diferente pode afetar a velocidade da loja. [Saiba mais sobre as fontes do sistema.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Títulos" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Fonte", - "info": "A seleção de uma fonte diferente pode afetar a velocidade da loja. [Saiba mais sobre as fontes do sistema.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "A seleção de uma fonte diferente pode afetar a velocidade da loja. [Saiba mais sobre as fontes do sistema.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Escala de tamanho da fonte" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "http:\/\/shopify.tumblr.com" + "info": "http://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Contas de redes sociais" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Pílulas de variantes", - "paragraph": "Pílulas de variante são uma forma de apresentar suas variantes do produto. [Saiba mais](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Pílulas de variante são uma forma de apresentar suas variantes do produto. [Saiba mais](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Entradas" @@ -501,6 +501,14 @@ } } } + }, + "settings": { + "auto_rotate": { + "label": "Girar automaticamente os slides" + }, + "change_slides_speed": { + "label": "Mudar os slides a cada" + } } }, "collage": { @@ -582,7 +590,7 @@ }, "description": { "label": "Texto alternativo do vídeo", - "info": "Descreva o vídeo para clientes que usam leitores de tela. [Saiba mais](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Descreva o vídeo para clientes que usam leitores de tela. [Saiba mais](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -608,7 +616,7 @@ "options__3": { "label": "Quadrada" }, - "info": "Edite as coleções para adicionar imagens. [Saiba mais](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Edite as coleções para adicionar imagens. [Saiba mais](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "Habilitar gesto de deslizar em dispositivos móveis" @@ -680,7 +688,7 @@ "label": "Habilitar o botão \"Ver tudo\" se o blog tiver mais posts que os mostrados" }, "show_image": { - "info": "Use uma imagem com proporção 3:2 para alcançar os melhores resultados. [Saiba mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Use uma imagem com proporção 3:2 para alcançar os melhores resultados. [Saiba mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "label": "Exibir imagem em destaque" }, "show_date": { @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Exibir avaliações do produto", - "info": "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\/theme-features#featured-collection-show-product-rating)" + "info": "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/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "Habilitar botão para adicionar rapidamente", @@ -830,14 +838,14 @@ "name": "Informações da marca", "settings": { "paragraph": { - "content": "Este bloco mostrará s informações da marca. [Editar informações da marca.](\/editor?context=theme&category=brand%20information)" + "content": "Este bloco mostrará s informações da marca. [Editar informações da marca.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Ícones de redes sociais" }, "show_social": { "label": "Exibir ícones de redes sociais", - "info": "Para exibir suas contas em redes sociais, crie links nas [configurações do tema](\/editor?context=theme&category=social%20media)." + "info": "Para exibir suas contas em redes sociais, crie links nas [configurações do tema](/editor?context=theme&category=social%20media)." } } } @@ -851,29 +859,29 @@ }, "header__1": { "content": "Assinante de e-mail", - "info": "Assinantes adicionados automaticamente à lista de clientes que \"aceitam marketing\". [Saiba mais](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "Assinantes adicionados automaticamente à lista de clientes que \"aceitam marketing\". [Saiba mais](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Ícones de redes sociais", - "info": "Para exibir suas contas em redes sociais, crie links nas [configurações do tema](\/editor?context=theme&category=social%20media)." + "info": "Para exibir suas contas em redes sociais, crie links nas [configurações do tema](/editor?context=theme&category=social%20media)." }, "show_social": { "label": "Exibir ícones de redes sociais" }, "header__3": { - "content": "Seletor de país\/região" + "content": "Seletor de país/região" }, "header__4": { - "info": "Adicione um país\/uma região às [configurações de mercado.](\/admin\/settings\/markets)" + "info": "Adicione um país/uma região às [configurações de mercado.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Habilitar seletor de país\/região" + "label": "Habilitar seletor de país/região" }, "header__5": { "content": "Seletor de idioma" }, "header__6": { - "info": "Adicione um idioma em [configurações de idioma.](\/admin\/settings\/languages)" + "info": "Adicione um idioma em [configurações de idioma.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Habilitar seletor de idioma" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Links para políticas", - "info": "Para adicionar as políticas da loja, acesse [policy settings](\/admin\/settings\/legal)." + "info": "Para adicionar as políticas da loja, acesse [policy settings](/admin/settings/legal)." }, "show_policy": { "label": "Mostrar links para políticas" }, "header__9": { "content": "Seguir no Shop", - "info": "Mostre o botão para seguir na sua vitrine no app do Shop. [Saiba mais](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Para permitir que os clientes sigam a loja no app do Shop a partir de sua vitrine, o Shop Pay precisa estar habilitado. [Saiba mais](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Habilitar \"Seguir no Shop\"" @@ -955,11 +963,8 @@ "label": "Esquerda" } }, - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Edite seu logo nas [configurações do tema](\/editor?context=theme&category=logo)." + "content": "Edite seu logo nas [configurações do tema](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Cabeçalho fixo", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Seletor de país\/região" + "content": "Seletor de país/região" }, "header__4": { - "info": "Adicione um país\/uma região às [configurações de mercado.](\/admin\/settings\/markets)" + "info": "Adicione um país/uma região às [configurações de mercado.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Habilitar seletor de país\/região" + "label": "Habilitar seletor de país/região" }, "header__5": { "content": "Seletor de idioma" }, "header__6": { - "info": "Adicione um idioma às [configurações de idioma.](\/admin\/settings\/languages)" + "info": "Adicione um idioma às [configurações de idioma.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Habilitar seletor de idioma" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Médio" }, - "info": "Use uma imagem com proporção 3:2 para alcançar os melhores resultados. [Saiba mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Use uma imagem com proporção 3:2 para alcançar os melhores resultados. [Saiba mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Grande" } @@ -1339,7 +1344,7 @@ "options__4": { "label": "Grande" }, - "info": "Use uma imagem com proporção 16:9 para ter os melhores resultados. [Saiba mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Use uma imagem com proporção 16:9 para ter os melhores resultados. [Saiba mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1361,10 +1366,10 @@ "name": "Compartilhar", "settings": { "featured_image_info": { - "content": "Se você incluir um link em publicações nas redes sociais, a imagem em destaque da página será exibida como na pré-visualização. [Saiba mais](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Se você incluir um link em publicações nas redes sociais, a imagem em destaque da página será exibida como na pré-visualização. [Saiba mais](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Um título e uma descrição da loja estão incluídos na prévia da imagem. [Saiba mais](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Um título e uma descrição da loja estão incluídos na prévia da imagem. [Saiba mais](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Texto" @@ -1383,7 +1388,7 @@ "label": "Exibir imagem em destaque" }, "paragraph": { - "content": "Edite os posts do blog para alterar os resumos. [Saiba mais](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Edite os posts do blog para alterar os resumos. [Saiba mais](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Exibir data" @@ -1415,7 +1420,7 @@ "options__4": { "label": "Grande" }, - "info": "Use uma imagem com proporção 3:2 para alcançar os melhores resultados. [Saiba mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Use uma imagem com proporção 3:2 para alcançar os melhores resultados. [Saiba mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "Banner da coleção", "settings": { "paragraph": { - "content": "Edite a coleção para adicionar imagens ou descrições. [Saiba mais](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Edite a coleção para adicionar imagens ou descrições. [Saiba mais](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Exibir a descrição da coleção" }, "show_collection_image": { "label": "Exibir imagem da coleção", - "info": "Use uma imagem com proporção 16:9 para ter os melhores resultados. [Saiba mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Use uma imagem com proporção 16:9 para ter os melhores resultados. [Saiba mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1456,7 +1461,7 @@ }, "enable_filtering": { "label": "Habilitar filtragem", - "info": "Personalize os filtros com o app Search & Discovery. [Saiba mais](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Personalize os filtros com o app Search & Discovery. [Saiba mais](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Habilitar organização" @@ -1487,11 +1492,11 @@ }, "enable_tags": { "label": "Habilitar a filtragem", - "info": "Personalize os filtros com o app Search & Discovery. [Saiba mais](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Personalize os filtros com o app Search & Discovery. [Saiba mais](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "show_rating": { "label": "Exibir avaliações do produto", - "info": "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-grid-section-settings)" + "info": "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-grid-section-settings)" }, "enable_quick_buy": { "label": "Habilitar botão para adicionar rapidamente", @@ -1565,7 +1570,7 @@ "options__3": { "label": "Quadrada" }, - "info": "Edite as coleções para adicionar imagens. [Saiba mais](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Edite as coleções para adicionar imagens. [Saiba mais](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Número de colunas no desktop" @@ -1651,11 +1656,11 @@ "settings": { "show_dynamic_checkout": { "label": "Exibir botões de checkout dinâmico", - "info": "Cada cliente vê a forma de pagamento preferencial dentre as disponíveis na loja, como PayPal ou Apple Pay. [Saiba mais](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Cada cliente vê a forma de pagamento preferencial dentre as disponíveis na loja, como PayPal ou Apple Pay. [Saiba mais](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Mostrar formulário de informações do destinatário para produtos \"cartão-presente\"", - "info": "Existe a opção de enviar produtos \"cartão-presente\" direto a um destinatário com uma mensagem pessoal." + "info": "Existe a opção de enviar produtos \"cartão-presente\" direto a um destinatário com uma mensagem pessoal. [Saiba mais](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -1669,10 +1674,10 @@ "name": "Compartilhar", "settings": { "featured_image_info": { - "content": "Se você incluir um link em publicações nas redes sociais, a imagem em destaque da página será exibida como na pré-visualização. [Saiba mais](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Se você incluir um link em publicações nas redes sociais, a imagem em destaque da página será exibida como na pré-visualização. [Saiba mais](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Um título e uma descrição da loja estão incluídos na prévia da imagem. [Saiba mais](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Um título e uma descrição da loja estão incluídos na prévia da imagem. [Saiba mais](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Texto" @@ -1853,7 +1858,7 @@ "name": "Avaliação do produto", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1861,7 +1866,7 @@ "name": "Produtos complementares", "settings": { "paragraph": { - "content": "Para selecionar produtos complementares, adicione o app Search & Discovery. [Saiba mais](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Para selecionar produtos complementares, adicione o app Search & Discovery. [Saiba mais](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Título" @@ -1994,7 +1999,7 @@ "settings": { "header": { "content": "Mídia", - "info": "Saiba mais sobre [tipos de mídia.](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Saiba mais sobre [tipos de mídia.](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Habilitar loop de vídeo" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Exibir avaliações do produto", - "info": "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#search-results-section-settings)" + "info": "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#search-results-section-settings)" }, "columns_desktop": { "label": "Número de colunas no desktop" @@ -2247,7 +2252,7 @@ "label": "Definir seção com largura total" }, "paragraph": { - "content": "Cada assinatura por e-mail cria uma conta de cliente. [Saiba mais](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Cada assinatura por e-mail cria uma conta de cliente. [Saiba mais](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Texto alternativo do vídeo", - "info": "Descreva o vídeo para clientes que usam leitores de tela. [Saiba mais](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Descreva o vídeo para clientes que usam leitores de tela. [Saiba mais](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Adicionar preenchimento de imagem", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Exibir botões de checkout dinâmico", - "info": "Cada cliente vê a forma de pagamento preferencial dentre as disponíveis na loja, como PayPal ou Apple Pay. [Saiba mais](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Mostrar formulário para destinatários de produtos \"cartão-presente\"", - "info": "Quando ativos, os produtos \"cartão-presente\" podem ser enviados a um destinatário com uma mensagem pessoal." + "info": "Cada cliente vê a forma de pagamento preferencial dentre as disponíveis na loja, como PayPal ou Apple Pay. [Saiba mais](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Compartilhar", "settings": { "featured_image_info": { - "content": "Se você incluir um link em publicações nas redes sociais, a imagem em destaque da página será exibida como na pré-visualização. [Saiba mais](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Se você incluir um link em publicações nas redes sociais, a imagem em destaque da página será exibida como na pré-visualização. [Saiba mais](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "O título e a descrição da loja estão incluídos na prévia da imagem. [Saiba mais](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "O título e a descrição da loja estão incluídos na prévia da imagem. [Saiba mais](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Texto" @@ -2540,7 +2541,7 @@ "name": "Avaliação do produto", "settings": { "paragraph": { - "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\/theme-features#featured-product-rating)" + "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/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Mídia", - "info": "Saiba mais sobre os [tipos de mídia](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Saiba mais sobre os [tipos de mídia](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Habilitar loop de vídeo" @@ -2598,7 +2599,7 @@ "name": "Banner de assinante de e-mail", "settings": { "paragraph": { - "content": "Cada assinatura por e-mail cria uma conta de cliente. [Saiba mais](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Cada assinatura por e-mail cria uma conta de cliente. [Saiba mais](https://help.shopify.com/manual/customers)" }, "image": { "label": "Imagem de fundo" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Exibir conteúdo abaixo da imagem em dispositivos móveis", - "info": "Use uma imagem com proporção 16:9 para ter os melhores resultados. [Saiba mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Use uma imagem com proporção 16:9 para ter os melhores resultados. [Saiba mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Altura do banner", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Grande" }, - "info": "Use uma imagem com proporção 16:9 para ter os melhores resultados. [Saiba mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Use uma imagem com proporção 16:9 para ter os melhores resultados. [Saiba mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__1": { @@ -3137,7 +3138,7 @@ "label": "Número de colunas no desktop" }, "paragraph__1": { - "content": "As recomendações dinâmicas usam informações sobre pedidos e produtos para mudar e melhorar com o tempo. [Saiba mais](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "As recomendações dinâmicas usam informações sobre pedidos e produtos para mudar e melhorar com o tempo. [Saiba mais](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Cartão de produto" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Exibir avaliações do produto", - "info": "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-recommendations-section-settings)" + "info": "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-recommendations-section-settings)" }, "header_mobile": { "content": "Layout em dispositivos móveis" diff --git a/locales/pt-PT.json b/locales/pt-PT.json index 42490bb107e..70c65aff74c 100644 --- a/locales/pt-PT.json +++ b/locales/pt-PT.json @@ -332,6 +332,13 @@ }, "page": { "title": "Título da página" + }, + "announcements": { + "previous_announcement": "Comunicado anterior", + "next_announcement": "Comunicado seguinte", + "carousel": "Carrossel", + "announcement": "Comunicado", + "announcement_bar": "Barra de comunicado" } }, "localization": { @@ -469,13 +476,13 @@ "form": { "checkbox": "Quero enviar isto como um presente", "email_label": "E-mail do destinatário", - "email_label_optional": "E-mail do destinatário (opcional)", "email": "E-mail", "name_label": "Nome do destinatário (opcional)", "name": "Nome", "message_label": "Mensagem (opcional)", "message": "Mensagem", - "max_characters": "Máximo de {{ max_chars }} caracteres" + "max_characters": "Máximo de {{ max_chars }} caracteres", + "email_label_optional_for_no_js_behavior": "E-mail do destinatário (opcional)" } } } diff --git a/locales/pt-PT.schema.json b/locales/pt-PT.schema.json index 498b2fe1369..430b75d6b72 100644 --- a/locales/pt-PT.schema.json +++ b/locales/pt-PT.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Tipo de letra", - "info": "Selecionar um tipo de letra diferente pode afetar a velocidade da sua loja. [Saiba mais sobre tipos de letra do sistema.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Selecionar um tipo de letra diferente pode afetar a velocidade da sua loja. [Saiba mais sobre tipos de letra do sistema.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Títulos" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Tipo de letra", - "info": "Selecionar um tipo de letra diferente pode afetar a velocidade da sua loja. [Saiba mais sobre tipos de letra do sistema.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Selecionar um tipo de letra diferente pode afetar a velocidade da sua loja. [Saiba mais sobre tipos de letra do sistema.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Escala de tamanho do tipo de letra" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "http:\/\/shopify.tumblr.com" + "info": "http://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Contas de redes sociais" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Variantes com forma de comprimidos", - "paragraph": "As variantes com forma de comprimidos são uma forma de apresentar as variantes do seu produto. [Saber mais](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "As variantes com forma de comprimidos são uma forma de apresentar as variantes do seu produto. [Saber mais](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Entradas" @@ -501,6 +501,14 @@ }, "name": "Comunicado" } + }, + "settings": { + "auto_rotate": { + "label": "Rotação automática de diapositivos" + }, + "change_slides_speed": { + "label": "Mudar diapositivos a cada" + } } }, "collage": { @@ -581,7 +589,7 @@ }, "description": { "label": "Texto alternativo do vídeo", - "info": "Descreve o vídeo para que seja acessível a clientes que usam leitores de ecrã. [Saber mais](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Descreve o vídeo para que seja acessível a clientes que usam leitores de ecrã. [Saber mais](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } }, "name": "Vídeo" @@ -608,7 +616,7 @@ "options__3": { "label": "Quadrado" }, - "info": "Adicione imagens ao editar as suas coleções. [Saber mais](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Adicione imagens ao editar as suas coleções. [Saber mais](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "Ativar leitura magnética no dispositivo móvel" @@ -681,7 +689,7 @@ }, "show_image": { "label": "Mostrar imagem em destaque", - "info": "Para obter os melhores resultados, use uma imagem com uma proporção de 3:2. [Saber mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Para obter os melhores resultados, use uma imagem com uma proporção de 3:2. [Saber mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Mostrar data" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Mostrar classificação do produto", - "info": "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\/theme-features#featured-collection-show-product-rating)" + "info": "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/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "Ativar botão para adicionar rapidamente", @@ -830,14 +838,14 @@ "name": "Informação de marca", "settings": { "paragraph": { - "content": "Este bloco irá apresentar a sua informação de marca. [Editar informação de marca.](\/editor?context=theme&category=brand%20information)" + "content": "Este bloco irá apresentar a sua informação de marca. [Editar informação de marca.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Ícones de redes sociais" }, "show_social": { "label": "Mostrar ícones de redes sociais", - "info": "Para apresentar as suas contas de redes sociais, associe-as nas [definições do tema](\/editor?context=theme&category=social%20media)." + "info": "Para apresentar as suas contas de redes sociais, associe-as nas [definições do tema](/editor?context=theme&category=social%20media)." } } } @@ -850,30 +858,30 @@ "label": "Cabeçalho" }, "header__1": { - "info": "Subscritores adicionados automaticamente à sua lista de clientes que \"aceitam marketing\". [Saber mais](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)", + "info": "Subscritores adicionados automaticamente à sua lista de clientes que \"aceitam marketing\". [Saber mais](https://help.shopify.com/manual/customers/manage-customers)", "content": "Registo de e-mail" }, "header__2": { "content": "Ícones de redes sociais", - "info": "Para apresentar as suas contas de redes sociais, associe-as nas [definições do tema](\/editor?context=theme&category=social%20media)." + "info": "Para apresentar as suas contas de redes sociais, associe-as nas [definições do tema](/editor?context=theme&category=social%20media)." }, "show_social": { "label": "Mostrar ícones de redes sociais" }, "header__3": { - "content": "Seletor de país\/região" + "content": "Seletor de país/região" }, "header__4": { - "info": "Para adicionar um país\/região, vá a [definições de mercado.](\/admin\/settings\/markets)" + "info": "Para adicionar um país/região, vá a [definições de mercado.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Ativar seletor de país\/região" + "label": "Ativar seletor de país/região" }, "header__5": { "content": "Seletor de idioma" }, "header__6": { - "info": "Para adicionar um idioma, vá a [definições de idioma.](\/admin\/settings\/languages)" + "info": "Para adicionar um idioma, vá a [definições de idioma.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Ativar seletor de idioma" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Ligações das políticas", - "info": "Para adicionar políticas de loja, aceda às suas [definições de políticas](\/admin\/settings\/legal)." + "info": "Para adicionar políticas de loja, aceda às suas [definições de políticas](/admin/settings/legal)." }, "show_policy": { "label": "Mostrar ligações das políticas" }, "header__9": { "content": "Seguir no Shop", - "info": "Apresente um botão para seguir na sua frente de loja na aplicação Shop. [Saber mais](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "O Shop Pay tem de estar ativo para os clientes poderem seguir a sua loja na aplicação Shop a partir da sua frente de loja. [Saber mais](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Ativar Seguir no Shop" @@ -955,11 +963,8 @@ "label": "Esquerda" } }, - "logo_header": { - "content": "Logótipo" - }, "logo_help": { - "content": "Edite o seu logótipo em [definições de tema](\/editor?context=theme&category=logo)." + "content": "Edite o seu logótipo em [definições de tema](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Cabeçalho fixo", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Seletor de país\/região" + "content": "Seletor de país/região" }, "header__4": { - "info": "Para adicionar um país\/região, aceda a [definições de mercado.](\/admin\/settings\/markets)" + "info": "Para adicionar um país/região, aceda a [definições de mercado.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Ativar seletor de país\/região" + "label": "Ativar seletor de país/região" }, "header__5": { "content": "Seletor de idioma" }, "header__6": { - "info": "Para adicionar um idioma, aceda a [definições de idioma.](\/admin\/settings\/languages)" + "info": "Para adicionar um idioma, aceda a [definições de idioma.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Ativar seletor de idioma" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Médio" }, - "info": "Para obter os melhores resultados, use uma imagem com uma proporção de 3:2. [Saber mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Para obter os melhores resultados, use uma imagem com uma proporção de 3:2. [Saber mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Grande" } @@ -1335,7 +1340,7 @@ "options__3": { "label": "Médio" }, - "info": "Para obter os melhores resultados, utilize uma imagem com uma proporção de 16:9. [Saber mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Para obter os melhores resultados, utilize uma imagem com uma proporção de 16:9. [Saber mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Grande" } @@ -1361,10 +1366,10 @@ "name": "Partilhar", "settings": { "featured_image_info": { - "content": "Se incluir uma ligação nas publicações das redes sociais, a imagem em destaque da página será demonstrada como a imagem de pré-visualização. [Saber mais](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Se incluir uma ligação nas publicações das redes sociais, a imagem em destaque da página será demonstrada como a imagem de pré-visualização. [Saber mais](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "É incluído um título de loja e descrição com a imagem de pré-visualização. [Saber mais](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "É incluído um título de loja e descrição com a imagem de pré-visualização. [Saber mais](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Texto" @@ -1383,7 +1388,7 @@ "label": "Mostrar imagem em destaque" }, "paragraph": { - "content": "Altere excertos ao editar as suas publicações no blogue. [Saber mais](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Altere excertos ao editar as suas publicações no blogue. [Saber mais](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Mostrar data" @@ -1415,7 +1420,7 @@ "options__4": { "label": "Grande" }, - "info": "Para obter os melhores resultados, use uma imagem com uma proporção de 3:2. [Saber mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Para obter os melhores resultados, use uma imagem com uma proporção de 3:2. [Saber mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "Faixa de coleção", "settings": { "paragraph": { - "content": "Adicione uma descrição ou imagem ao editar a sua coleção. [Saber mais](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Adicione uma descrição ou imagem ao editar a sua coleção. [Saber mais](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Mostrar descrição da coleção" }, "show_collection_image": { "label": "Mostrar imagem da coleção", - "info": "Para obter os melhores resultados, utilize uma imagem com uma proporção de 16:9. [Saber mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Para obter os melhores resultados, utilize uma imagem com uma proporção de 16:9. [Saber mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1477,11 +1482,11 @@ }, "enable_tags": { "label": "Ativar filtragem", - "info": "Personalize filtros com a aplicação Search & Discovery. [Saber mais](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Personalize filtros com a aplicação Search & Discovery. [Saber mais](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "Ativar filtragem", - "info": "Personalize filtros com a aplicação Search & Discovery. [Saber mais](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Personalize filtros com a aplicação Search & Discovery. [Saber mais](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Ativar ordenação" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "Mostrar classificação do produto", - "info": "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-grid-section-settings)" + "info": "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-grid-section-settings)" }, "enable_quick_buy": { "label": "Ativar botão para adicionar rapidamente", @@ -1565,7 +1570,7 @@ "options__3": { "label": "Quadrado" }, - "info": "Adicione imagens ao editar as suas coleções. [Saber mais](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Adicione imagens ao editar as suas coleções. [Saber mais](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Número de colunas no ambiente de trabalho" @@ -1642,11 +1647,11 @@ "settings": { "show_dynamic_checkout": { "label": "Mostrar botões dinâmicos de finalização da compra", - "info": "Utilizando os métodos de pagamento disponíveis na sua loja, os clientes poderão ver a sua opção preferida, como o PayPal ou Apple Pay. [Saiba mais](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Utilizando os métodos de pagamento disponíveis na sua loja, os clientes poderão ver a sua opção preferida, como o PayPal ou Apple Pay. [Saiba mais](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Apresentar o formulário de informações do destinatário para produtos de cartões de oferta", - "info": "Os produtos de cartões de oferta podem ser opcionalmente enviados a um destinatário com uma mensagem pessoal." + "info": "Os produtos de cartões de oferta podem ser opcionalmente enviados a um destinatário com uma mensagem pessoal. [Saber mais](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } }, "name": "Botão de compra" @@ -1654,10 +1659,10 @@ "share": { "settings": { "featured_image_info": { - "content": "Se incluir uma ligação nas publicações das redes sociais, a imagem em destaque da página será demonstrada como a imagem de pré-visualização. [Saber mais](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Se incluir uma ligação nas publicações das redes sociais, a imagem em destaque da página será demonstrada como a imagem de pré-visualização. [Saber mais](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "É incluído um título de loja e descrição com a imagem de pré-visualização. [Saber mais](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "É incluído um título de loja e descrição com a imagem de pré-visualização. [Saber mais](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Texto" @@ -1854,7 +1859,7 @@ "name": "Classificação do produto", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1862,7 +1867,7 @@ "name": "Produtos complementares", "settings": { "paragraph": { - "content": "Para selecionar produtos complementares, adicione a aplicação Search & Discovery. [Saber mais](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Para selecionar produtos complementares, adicione a aplicação Search & Discovery. [Saber mais](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Título" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "Conteúdo multimédia", - "info": "Saiba mais sobre [tipos de média.](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Saiba mais sobre [tipos de média.](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Ativar ciclo de vídeo" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Mostrar classificação do produto", - "info": "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#search-results-section-settings)" + "info": "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#search-results-section-settings)" }, "columns_desktop": { "label": "Número de colunas no ambiente de trabalho" @@ -2247,7 +2252,7 @@ "label": "Tornar a secção em largura total" }, "paragraph": { - "content": "Cada subscrição de e-mail cria uma conta de cliente. [Saber mais](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Cada subscrição de e-mail cria uma conta de cliente. [Saber mais](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Texto alternativo do vídeo", - "info": "Descreve o vídeo para que seja acessível a clientes que usam leitores de ecrã. [Saber mais](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Descreve o vídeo para que seja acessível a clientes que usam leitores de ecrã. [Saber mais](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Adicionar preenchimento de imagem", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Mostrar botões dinâmicos de finalização da compra", - "info": "Utilizando os métodos de pagamento disponíveis na sua loja, os clientes poderão ver a sua opção preferida, como o PayPal ou Apple Pay. [Saber mais](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Apresentar o formulário do destinatário para produtos de cartões de oferta", - "info": "Quando estiverem ativados, os produtos de cartões de oferta podem ser opcionalmente enviados a um destinatário com uma mensagem pessoal." + "info": "Utilizando os métodos de pagamento disponíveis na sua loja, os clientes poderão ver a sua opção preferida, como o PayPal ou Apple Pay. [Saber mais](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Partilhar", "settings": { "featured_image_info": { - "content": "Se incluir uma ligação nas publicações das redes sociais, a imagem em destaque da página será demonstrada como a imagem de pré-visualização. [Saber mais](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Se incluir uma ligação nas publicações das redes sociais, a imagem em destaque da página será demonstrada como a imagem de pré-visualização. [Saber mais](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "É incluído um título de loja e descrição com a imagem de pré-visualização. [Saber mais](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "É incluído um título de loja e descrição com a imagem de pré-visualização. [Saber mais](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Texto" @@ -2540,7 +2541,7 @@ "name": "Classificação do produto", "settings": { "paragraph": { - "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\/theme-features#featured-product-rating)" + "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/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Conteúdo multimédia", - "info": "Saiba mais sobre [tipos de conteúdo multimédia](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Saiba mais sobre [tipos de conteúdo multimédia](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Ativar ciclo de vídeo" @@ -2598,7 +2599,7 @@ "name": "Faixa de registo de e-mail", "settings": { "paragraph": { - "content": "Cada subscrição de e-mail cria uma conta de cliente. [Saber mais](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Cada subscrição de e-mail cria uma conta de cliente. [Saber mais](https://help.shopify.com/manual/customers)" }, "image": { "label": "Imagem de fundo" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Mostrar conteúdo por baixo da imagem em dispositivos móveis", - "info": "Para obter os melhores resultados, utilize uma imagem com uma proporção de 16:9. [Saber mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Para obter os melhores resultados, utilize uma imagem com uma proporção de 16:9. [Saber mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Altura da faixa", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Grande" }, - "info": "Para obter os melhores resultados, utilize uma imagem com uma proporção de 16:9. [Saber mais](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Para obter os melhores resultados, utilize uma imagem com uma proporção de 16:9. [Saber mais](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__1": { @@ -3137,7 +3138,7 @@ "label": "Número de colunas no computador" }, "paragraph__1": { - "content": "As recomendações dinâmicas utilizam informações de encomenda e de produto para mudar e melhorar ao longo do tempo. [Saber mais](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "As recomendações dinâmicas utilizam informações de encomenda e de produto para mudar e melhorar ao longo do tempo. [Saber mais](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Cartão de produtos" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Mostrar classificação do produto", - "info": "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-recommendations-section-settings)" + "info": "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-recommendations-section-settings)" }, "header_mobile": { "content": "Esquema para dispositivo móvel" diff --git a/locales/ro-RO.json b/locales/ro-RO.json index efb57640b6d..2db09268438 100644 --- a/locales/ro-RO.json +++ b/locales/ro-RO.json @@ -332,6 +332,13 @@ }, "page": { "title": "Titlul paginii" + }, + "announcements": { + "previous_announcement": "Anunțul anterior", + "next_announcement": "Anunțul următor", + "carousel": "Carusel", + "announcement": "Anunț", + "announcement_bar": "Bară cu anunțuri" } }, "localization": { @@ -469,13 +476,13 @@ "form": { "checkbox": "Vreau să trimit acest lucru drept cadou", "email_label": "Adresă de e-mail destinatar", - "email_label_optional": "Adresă de e-mail destinatar (opțional)", "email": "Adresă de e-mail", "name_label": "Nume destinatar (opțional)", "name": "Nume", "message_label": "Mesaj (opțional)", "message": "Mesaj", - "max_characters": "Maximum {{ max_chars }} (de) caractere" + "max_characters": "Maximum {{ max_chars }} (de) caractere", + "email_label_optional_for_no_js_behavior": "Adresă de e-mail destinatar (opțional)" } } } diff --git a/locales/ru.json b/locales/ru.json index 4d7040a9fd8..1bbad01500f 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -342,6 +342,13 @@ }, "page": { "title": "Название страницы" + }, + "announcements": { + "previous_announcement": "Предыдущее объявление", + "next_announcement": "Следующее объявление", + "carousel": "Карусель", + "announcement": "Объявление", + "announcement_bar": "Строка объявления" } }, "localization": { @@ -479,13 +486,13 @@ "form": { "checkbox": "Я хочу отправить это в качестве подарка", "email_label": "Электронный адрес получателя", - "email_label_optional": "Электронный адрес получателя (необязательно)", "email": "Электронный адрес", "name_label": "Имя получателя (необязательно)", "name": "Имя", "message_label": "Сообщение (необязательно)", "message": "Сообщение", - "max_characters": "Не больше {{ max_chars }} симв." + "max_characters": "Не больше {{ max_chars }} симв.", + "email_label_optional_for_no_js_behavior": "Электронный адрес получателя (необязательно)" } } } diff --git a/locales/sk-SK.json b/locales/sk-SK.json index 84c92cdcf5a..d3a045a5ae4 100644 --- a/locales/sk-SK.json +++ b/locales/sk-SK.json @@ -342,6 +342,13 @@ }, "page": { "title": "Názov stránky" + }, + "announcements": { + "previous_announcement": "Predchádzajúce oznámenie", + "next_announcement": "Nasledujúce oznámenie", + "carousel": "Karusel", + "announcement": "Oznámenie", + "announcement_bar": "Panel s oznámeniami" } }, "localization": { @@ -479,13 +486,13 @@ "form": { "checkbox": "Chcem to poslať ako darček", "email_label": "E-mail príjemcu", - "email_label_optional": "E-mail príjemcu (voliteľné)", "email": "E-mail", "name_label": "Meno príjemcu (voliteľné)", "name": "Meno", "message_label": "Správa (voliteľné)", "message": "Správa", - "max_characters": "Maximálny počet znakov: {{ max_chars }}" + "max_characters": "Maximálny počet znakov: {{ max_chars }}", + "email_label_optional_for_no_js_behavior": "E-mail príjemcu (voliteľné)" } } } diff --git a/locales/sl-SI.json b/locales/sl-SI.json index 512e94feaed..129f0fcff45 100644 --- a/locales/sl-SI.json +++ b/locales/sl-SI.json @@ -342,6 +342,13 @@ }, "page": { "title": "Naslov strani" + }, + "announcements": { + "previous_announcement": "Prejšnje obvestilo", + "next_announcement": "Naslednje obvestilo", + "carousel": "Vrtiljak", + "announcement": "Obvestilo", + "announcement_bar": "Vrstica za obvestila" } }, "localization": { @@ -479,13 +486,13 @@ "form": { "checkbox": "Želim poslati kot darilo", "email_label": "E-poštni naslov prejemnika", - "email_label_optional": "E-poštni naslov prejemnika (izbirno)", "email": "E-poštni naslov", "name_label": "Ime prejemnika (izbirno)", "name": "Ime", "message_label": "Sporočilo (izbirno)", "message": "Sporočilo", - "max_characters": "Največje št. znakov: {{ max_chars }}" + "max_characters": "Največje št. znakov: {{ max_chars }}", + "email_label_optional_for_no_js_behavior": "E-poštni naslov prejemnika (izbirno)" } } } diff --git a/locales/sv.json b/locales/sv.json index 74926db1961..e15fdd32dcd 100644 --- a/locales/sv.json +++ b/locales/sv.json @@ -322,6 +322,13 @@ }, "page": { "title": "Sidrubrik" + }, + "announcements": { + "previous_announcement": "Tidigare meddelande", + "next_announcement": "Kommande meddelande", + "carousel": "Karusell", + "announcement": "Meddelande", + "announcement_bar": "Meddelandefält" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "Jag vill skicka detta som en gåva", "email_label": "Mottagarens e-postadress", - "email_label_optional": "Mottagarens e-postadress (valfritt)", "email": "E-postadress", "name_label": "Mottagarens namn (valfritt)", "name": "Namn", "message_label": "Meddelande (valfritt)", "message": "Meddelande", - "max_characters": "Max. {{ max_chars }} tecken" + "max_characters": "Max. {{ max_chars }} tecken", + "email_label_optional_for_no_js_behavior": "Mottagarens e-postadress (valfritt)" } } } diff --git a/locales/sv.schema.json b/locales/sv.schema.json index 5174b5d3567..dfba3c897e9 100644 --- a/locales/sv.schema.json +++ b/locales/sv.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Typsnitt", - "info": "Om du väljer ett annat typsnitt kan det påverka butikshastigheten. [Lär dig mer om typsnitt i system.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Om du väljer ett annat typsnitt kan det påverka butikshastigheten. [Lär dig mer om typsnitt i system.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Rubriker" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Typsnitt", - "info": "Om du väljer ett annat typsnitt kan det påverka butikshastigheten. [Lär dig mer om typsnitt i system.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Om du väljer ett annat typsnitt kan det påverka butikshastigheten. [Lär dig mer om typsnitt i system.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Skala för teckenstorlek" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "https:\/\/instagram.com\/shopify" + "info": "https://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "http:\/\/shopify.tumblr.com" + "info": "http://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/user\/shopify" + "info": "https://www.youtube.com/user/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Sociala konton" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Variantkapslar", - "paragraph": "Variantpiller är ett sätt att visa produktvarianter på. [Mer information](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Variantpiller är ett sätt att visa produktvarianter på. [Mer information](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Inmatningar" @@ -501,6 +501,14 @@ }, "name": "Meddelande" } + }, + "settings": { + "auto_rotate": { + "label": "Rotera bilder automatiskt" + }, + "change_slides_speed": { + "label": "Byt bilder var" + } } }, "collage": { @@ -581,7 +589,7 @@ }, "description": { "label": "Alternativtext för video", - "info": "Beskriv videon för kunder som använder skärmläsare. [Mer information](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Beskriv videon för kunder som använder skärmläsare. [Mer information](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } }, "name": "Video" @@ -608,7 +616,7 @@ "options__3": { "label": "Fyrkantig" }, - "info": "Lägg till bilder genom att redigera dina produktserier. [Mer information](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Lägg till bilder genom att redigera dina produktserier. [Mer information](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "Aktivera swipe på mobilen" @@ -681,7 +689,7 @@ }, "show_image": { "label": "Visa framhävd bild", - "info": "Använd en bild med bildformat 3:2, för bästa resultat. [Mer information](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Använd en bild med bildformat 3:2, för bästa resultat. [Mer information](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Visa datum" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Visa produktbetyg", - "info": "Lägg till en produktbedömningsapp för att visa ett betyg. [Mer information](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "Lägg till en produktbedömningsapp för att visa ett betyg. [Mer information](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "Aktivera knapp för snabb tilläggning", @@ -830,14 +838,14 @@ "name": "Varumärkesinformation", "settings": { "paragraph": { - "content": "Detta block kommer visa din varumärkesinformation. [Redigera varumärkesinformation.](\/editor?context=theme&category=brand%20information)" + "content": "Detta block kommer visa din varumärkesinformation. [Redigera varumärkesinformation.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Sociala medier-ikoner" }, "show_social": { "label": "Visa sociala medier-ikoner", - "info": "För att visa dina sociala medier-konton, länka dem i dina [tema-inställningar](\/editor?context=theme&category=social%20media)." + "info": "För att visa dina sociala medier-konton, länka dem i dina [tema-inställningar](/editor?context=theme&category=social%20media)." } } } @@ -850,30 +858,30 @@ "label": "Rubrik" }, "header__1": { - "info": "Prenumeranter som lagts till automatiskt till listan med ”accepterar marknadsföring”. [Mer information](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)", + "info": "Prenumeranter som lagts till automatiskt till listan med ”accepterar marknadsföring”. [Mer information](https://help.shopify.com/manual/customers/manage-customers)", "content": "E-postregistrering" }, "header__2": { "content": "Sociala medier-ikoner", - "info": "För att visa dina sociala medier-konton, länka dem i dina [tema-inställningar](\/editor?context=theme&category=social%20media)." + "info": "För att visa dina sociala medier-konton, länka dem i dina [tema-inställningar](/editor?context=theme&category=social%20media)." }, "show_social": { "label": "Visa sociala medier-ikoner" }, "header__3": { - "content": "Land\/region-väljare" + "content": "Land/region-väljare" }, "header__4": { - "info": "Om du vill lägga till land\/region går du till dina [marknadsinställningar.](\/admin\/settings\/markets)" + "info": "Om du vill lägga till land/region går du till dina [marknadsinställningar.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Aktivera land\/region-väljare" + "label": "Aktivera land/region-väljare" }, "header__5": { "content": "Språkväljare" }, "header__6": { - "info": "Om du vill lägga till ett språk går du till dina [språkinställningar.](\/admin\/settings\/languages)" + "info": "Om du vill lägga till ett språk går du till dina [språkinställningar.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Aktivera språkväljare" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Policylänkar", - "info": "Gå till dina [policyinställningar ](\/admin\/settings\/legal) för att lägga till butikspolicyer." + "info": "Gå till dina [policyinställningar ](/admin/settings/legal) för att lägga till butikspolicyer." }, "show_policy": { "label": "Visa policylänkar" }, "header__9": { "content": "Följ på Shop", - "info": "Visa följarknappen för din butik i Shop-appen. [Mer information](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Shop Pay måste aktiveras för att kunder ska kunna följa din butik i Shop-appen från ditt skyltfönster. [Mer information](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Aktivera Följ på Shop" @@ -955,11 +963,8 @@ "label": "Vänster" } }, - "logo_header": { - "content": "Logotyp" - }, "logo_help": { - "content": "Redigera din logotyp i [temainställningarna](\/editor?context=theme&category=logo)." + "content": "Redigera din logotyp i [temainställningarna](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Fast sidhuvud", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Land\/region-väljare" + "content": "Land/region-väljare" }, "header__4": { - "info": "Om du vill lägga till land\/region går du till dina [marknadsinställningar.](\/admin\/settings\/markets)" + "info": "Om du vill lägga till land/region går du till dina [marknadsinställningar.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Aktivera land\/region-väljare" + "label": "Aktivera land/region-väljare" }, "header__5": { "content": "Språkväljare" }, "header__6": { - "info": "Om du vill lägga till ett språk går du till dina [språkinställningar.](\/admin\/settings\/languages)" + "info": "Om du vill lägga till ett språk går du till dina [språkinställningar.](/admin/settings/languages)" }, "enable_language_selector": { "label": "Aktivera språkväljare" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Medel" }, - "info": "Använd en bild med bildformat 3:2, för bästa resultat. [Mer information](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Använd en bild med bildformat 3:2, för bästa resultat. [Mer information](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Stor" } @@ -1335,7 +1340,7 @@ "options__3": { "label": "Medel" }, - "info": "Använd en bild med bildformat 16:9, för bästa resultat. [Mer information](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Använd en bild med bildformat 16:9, för bästa resultat. [Mer information](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Stor" } @@ -1361,10 +1366,10 @@ "name": "Dela", "settings": { "featured_image_info": { - "content": "Om du inkluderar en länk i inlägg på sociala medier kommer sidans utvalda bild att visas som förhandsgranskningsbild. [Läs mer](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Om du inkluderar en länk i inlägg på sociala medier kommer sidans utvalda bild att visas som förhandsgranskningsbild. [Läs mer](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Ett butiksnamn och en beskrivning inkluderas med förhandsgranskningsbilden. [Läs mer](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Ett butiksnamn och en beskrivning inkluderas med förhandsgranskningsbilden. [Läs mer](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Text" @@ -1383,7 +1388,7 @@ "label": "Visa framhävd bild" }, "paragraph": { - "content": "Ändra utdrag genom att redigera dina blogginlägg. [Mer information](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Ändra utdrag genom att redigera dina blogginlägg. [Mer information](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Visa datum" @@ -1415,7 +1420,7 @@ "options__4": { "label": "Stor" }, - "info": "Använd en bild med bildformat 3:2, för bästa resultat. [Mer information](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Använd en bild med bildformat 3:2, för bästa resultat. [Mer information](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "Banner för produktserie", "settings": { "paragraph": { - "content": "Lägg till en beskrivning eller en bild genom att redigera din produktserie. [Mer information](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Lägg till en beskrivning eller en bild genom att redigera din produktserie. [Mer information](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Visa produktseriebeskrivning" }, "show_collection_image": { "label": "Visa produktseriebild", - "info": "Använd en bild med bildformat 16:9, för bästa resultat. [Mer information](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Använd en bild med bildformat 16:9, för bästa resultat. [Mer information](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1477,11 +1482,11 @@ }, "enable_tags": { "label": "Aktivera filtrering", - "info": "Anpassa filter med Search & Discovery-appen. [Mer information](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Anpassa filter med Search & Discovery-appen. [Mer information](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "Aktivera filtrering", - "info": "Anpassa filter med Search & Discovery-appen. [Mer information](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Anpassa filter med Search & Discovery-appen. [Mer information](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Aktivera sortering" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "Visa produktbetyg", - "info": "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-grid-section-settings)" + "info": "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-grid-section-settings)" }, "enable_quick_buy": { "label": "Aktivera knapp för snabb tilläggning", @@ -1565,7 +1570,7 @@ "options__3": { "label": "Fyrkantig" }, - "info": "Lägg till bilder genom att redigera dina produktserier. [Mer information](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Lägg till bilder genom att redigera dina produktserier. [Mer information](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Antalet kolumner på skrivbordet" @@ -1642,11 +1647,11 @@ "settings": { "show_dynamic_checkout": { "label": "Visa dynamiska utcheckningsknappar", - "info": "Genom att använda tillgängliga betalningsmetoder i butiken kan kunder se valt alternativ, till exempel PayPal eller Apple Pay. [Läs mer](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Genom att använda tillgängliga betalningsmetoder i butiken kan kunder se valt alternativ, till exempel PayPal eller Apple Pay. [Läs mer](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Visa mottagarformulär för presentkortsprodukter", - "info": "Presentkortsprodukter kan skickas direkt till en mottagare med ett personligt meddelande." + "info": "Presentkortsprodukter kan skickas direkt till en mottagare med ett personligt meddelande. [Mer information](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } }, "name": "Köpknappar" @@ -1654,10 +1659,10 @@ "share": { "settings": { "featured_image_info": { - "content": "Om du inkluderar en länk i inlägg på sociala medier kommer sidans utvalda bild att visas som förhandsgranskningsbild. [Läs mer](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Om du inkluderar en länk i inlägg på sociala medier kommer sidans utvalda bild att visas som förhandsgranskningsbild. [Läs mer](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Ett butiksnamn och en beskrivning inkluderas med förhandsgranskningsbilden. [Läs mer](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Ett butiksnamn och en beskrivning inkluderas med förhandsgranskningsbilden. [Läs mer](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Text" @@ -1854,7 +1859,7 @@ "name": "Produktbetyg", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1862,7 +1867,7 @@ "name": "Kompletterande produkter", "settings": { "paragraph": { - "content": "Lägg till appen Search & Discovery för att välja tilläggsprodukter. [Mer information](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Lägg till appen Search & Discovery för att välja tilläggsprodukter. [Mer information](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Rubrik" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "Media", - "info": "Mer information om [mediatyper.](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Mer information om [mediatyper.](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Aktivera video-loopning" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Visa produktbetyg", - "info": "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#search-results-section-settings)" + "info": "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#search-results-section-settings)" }, "columns_desktop": { "label": "Antalet kolumner på skrivbordet" @@ -2247,7 +2252,7 @@ "label": "Ge avsnittet full bredd" }, "paragraph": { - "content": "Varje e-postprenumeration skapar ett kundkonto. [Mer information](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Varje e-postprenumeration skapar ett kundkonto. [Mer information](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Alternativtext för video", - "info": "Beskriv videon för kunder som använder skärmläsare. [Mer information](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Beskriv videon för kunder som använder skärmläsare. [Mer information](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Lägg till bild-padding", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Visa dynamiska kassaknappar", - "info": "Genom att använda de betalningsmetoder som finns tillgängliga i din butik kan kunder se det alternativ de föredrar, som PayPal eller Apple Pay. [Mer information](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Visa mottagarformulär för presentkortsprodukter", - "info": "När detta är aktiverat är det möjligt att skicka presentkortsprodukter med ett personligt meddelande till mottagaren." + "info": "Genom att använda de betalningsmetoder som finns tillgängliga i din butik kan kunder se det alternativ de föredrar, som PayPal eller Apple Pay. [Mer information](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Dela", "settings": { "featured_image_info": { - "content": "Om du inkluderar en länk i inlägg på sociala medier kommer sidans utvalda bild att visas som förhandsgranskningsbild. [Mer information](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Om du inkluderar en länk i inlägg på sociala medier kommer sidans utvalda bild att visas som förhandsgranskningsbild. [Mer information](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "Ett butiksnamn och en beskrivning inkluderas med förhandsgranskningsbilden. [Mer information](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Ett butiksnamn och en beskrivning inkluderas med förhandsgranskningsbilden. [Mer information](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Text" @@ -2540,7 +2541,7 @@ "name": "Produktbetyg", "settings": { "paragraph": { - "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\/theme-features#featured-product-rating)" + "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/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Media", - "info": "Läs mer om [mediatyper](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Läs mer om [mediatyper](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Aktivera videoslingor" @@ -2598,7 +2599,7 @@ "name": "Banner för e-postregistrering", "settings": { "paragraph": { - "content": "Varje e-postprenumeration skapar ett kundkonto. [Mer information](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Varje e-postprenumeration skapar ett kundkonto. [Mer information](https://help.shopify.com/manual/customers)" }, "image": { "label": "Bakgrundsbild" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Visa innehåll under bild på mobil", - "info": "Använd en bild med bildformat 16:9, för bästa resultat. [Mer information](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Använd en bild med bildformat 16:9, för bästa resultat. [Mer information](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Banner-höjd", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Stor" }, - "info": "Använd en bild med bildformat 16:9, för bästa resultat. [Mer information](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Använd en bild med bildformat 16:9, för bästa resultat. [Mer information](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__4": { @@ -3137,7 +3138,7 @@ "label": "Antalet kolumner på skrivbordet" }, "paragraph__1": { - "content": "Dynamiska rekommendationer använder order- och produktinformation för att ändras och förbättras över tid. [Mer information](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "Dynamiska rekommendationer använder order- och produktinformation för att ändras och förbättras över tid. [Mer information](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Produktkort" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Visa produktbetyg", - "info": "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-recommendations-section-settings)" + "info": "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-recommendations-section-settings)" }, "header_mobile": { "content": "Mobil layout" diff --git a/locales/th.json b/locales/th.json index 0c8d49aede3..f415208133a 100644 --- a/locales/th.json +++ b/locales/th.json @@ -322,6 +322,13 @@ }, "page": { "title": "ชื่อหน้า" + }, + "announcements": { + "previous_announcement": "การประกาศก่อนหน้า", + "next_announcement": "การประกาศถัดไป", + "carousel": "ภาพสไลด์", + "announcement": "การประกาศ", + "announcement_bar": "แถบประกาศ" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "ฉันต้องการส่งสิ่งนี้เป็นของขวัญ", "email_label": "อีเมลผู้รับ", - "email_label_optional": "อีเมลผู้รับ (ระบุหรือไม่ก็ได้)", "email": "อีเมล", "name_label": "ชื่อผู้รับ (ระบุหรือไม่ก็ได้)", "name": "ชื่อ", "message_label": "ข้อความ (ระบุหรือไม่ก็ได้)", "message": "ข้อความ", - "max_characters": "สูงสุด {{ max_chars }} อักขระ" + "max_characters": "สูงสุด {{ max_chars }} อักขระ", + "email_label_optional_for_no_js_behavior": "อีเมลผู้รับ (ระบุหรือไม่ก็ได้)" } } } diff --git a/locales/th.schema.json b/locales/th.schema.json index d68f8f2e87f..0938abcd3d5 100644 --- a/locales/th.schema.json +++ b/locales/th.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "แบบอักษร", - "info": "การเลือกแบบอักษรอื่นอาจส่งผลต่อความเร็วของร้านค้าได้ [ดูข้อมูลเพิ่มเติมเกี่ยวกับแบบอักษรของระบบ](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "การเลือกแบบอักษรอื่นอาจส่งผลต่อความเร็วของร้านค้าได้ [ดูข้อมูลเพิ่มเติมเกี่ยวกับแบบอักษรของระบบ](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "หัวเรื่อง" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "แบบอักษร", - "info": "การเลือกแบบอักษรอื่นอาจส่งผลต่อความเร็วของร้านค้าได้ [ดูข้อมูลเพิ่มเติมเกี่ยวกับแบบอักษรของระบบ](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "การเลือกแบบอักษรอื่นอาจส่งผลต่อความเร็วของร้านค้าได้ [ดูข้อมูลเพิ่มเติมเกี่ยวกับแบบอักษรของระบบ](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "ขนาดแบบอักษร" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "http:\/\/shopify.tumblr.com" + "info": "http://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "บัญชีผู้ใช้โซเชียลมีเดีย" @@ -271,7 +271,7 @@ }, "variant_pills": { "name": "ตัวเลือกสินค้าทรงเม็ดยา", - "paragraph": "แคปซูลตัวเลือกสินค้าเป็นวิธีหนึ่งในการแสดงตัวเลือกสินค้าของคุณ [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "แคปซูลตัวเลือกสินค้าเป็นวิธีหนึ่งในการแสดงตัวเลือกสินค้าของคุณ [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "อินพุต" @@ -501,6 +501,14 @@ }, "name": "การประกาศ" } + }, + "settings": { + "auto_rotate": { + "label": "หมุนสไลด์อัตโนมัติ" + }, + "change_slides_speed": { + "label": "เปลี่ยนสไลด์ทุก" + } } }, "collage": { @@ -581,7 +589,7 @@ }, "description": { "label": "ข้อความแสดงแทนวิดีโอ", - "info": "อธิบายวิดีโอให้กับลูกค้าที่ใช้ตัวอ่านออกเสียงหน้าจอ [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "อธิบายวิดีโอให้กับลูกค้าที่ใช้ตัวอ่านออกเสียงหน้าจอ [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } }, "name": "วิดีโอ" @@ -608,7 +616,7 @@ "options__3": { "label": "สี่เหลี่ยมจัตุรัส" }, - "info": "เพิ่มรูปภาพโดยการแก้ไขคอลเลกชันของคุณ [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "เพิ่มรูปภาพโดยการแก้ไขคอลเลกชันของคุณ [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "เปิดใช้งานการรูดบนมือถือ" @@ -681,7 +689,7 @@ }, "show_image": { "label": "แสดงรูปภาพที่แสดง", - "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 3:2 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 3:2 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "แสดงวันที่" @@ -698,7 +706,7 @@ } }, "featured-collection": { - "name": "คอลเลกชันแนะนำ", + "name": "คอลเลกชันเด่น", "settings": { "title": { "label": "หัวเรื่อง" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "แสดงคะแนนของสินค้า", - "info": "หากต้องการแสดงคะแนน ให้เพิ่มแอปการให้คะแนนสินค้า [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "หากต้องการแสดงคะแนน ให้เพิ่มแอปการให้คะแนนสินค้า [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "เปิดใช้งานปุ่มซื้อด่วน", @@ -797,7 +805,7 @@ } }, "presets": { - "name": "คอลเลกชันแนะนำ" + "name": "คอลเลกชันเด่น" } }, "footer": { @@ -830,14 +838,14 @@ "name": "ข้อมูลแบรนด์", "settings": { "paragraph": { - "content": "บล็อกนี้จะแสดงข้อมูลแบรนด์ของคุณ [แก้ไขข้อมูลแบรนด์](\/editor?context=theme&category=brand%20information)" + "content": "บล็อกนี้จะแสดงข้อมูลแบรนด์ของคุณ [แก้ไขข้อมูลแบรนด์](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "ไอคอนโซเชียลมีเดีย" }, "show_social": { "label": "แสดงไอคอนโซเชียลมีเดีย", - "info": "หากต้องการแสดงบัญชีผู้ใช้โซเชียลมีเดียของคุณ ให้ลิงก์บัญชีไว้ใน [การตั้งค่าธีม](\/editor?context=theme&category=social%20media) ของคุณ" + "info": "หากต้องการแสดงบัญชีผู้ใช้โซเชียลมีเดียของคุณ ให้ลิงก์บัญชีไว้ใน [การตั้งค่าธีม](/editor?context=theme&category=social%20media) ของคุณ" } } } @@ -850,30 +858,30 @@ "label": "หัวเรื่อง" }, "header__1": { - "info": "เพิ่มผู้สมัครรับข้อมูลไปยังรายการลูกค้า “ยอมรับการทำการตลาด” ของคุณโดยอัตโนมัติแล้ว [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)", + "info": "เพิ่มผู้สมัครรับข้อมูลไปยังรายการลูกค้า “ยอมรับการทำการตลาด” ของคุณโดยอัตโนมัติแล้ว [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/customers/manage-customers)", "content": "การลงทะเบียนอีเมล" }, "header__2": { "content": "ไอคอนโซเชียลมีเดีย", - "info": "หากต้องการแสดงบัญชีผู้ใช้โซเชียลมีเดียของคุณ ให้ลิงก์บัญชีไว้ใน [การตั้งค่าธีม](\/editor?context=theme&category=social%20media) ของคุณ" + "info": "หากต้องการแสดงบัญชีผู้ใช้โซเชียลมีเดียของคุณ ให้ลิงก์บัญชีไว้ใน [การตั้งค่าธีม](/editor?context=theme&category=social%20media) ของคุณ" }, "show_social": { "label": "แสดงไอคอนโซเชียลมีเดีย" }, "header__3": { - "content": "ตัวเลือกประเทศ\/ภูมิภาค" + "content": "ตัวเลือกประเทศ/ภูมิภาค" }, "header__4": { - "info": "หากต้องการเพิ่มประเทศ\/ภูมิภาค ให้ไปที่ [การตั้งค่าตลาด](\/admin\/settings\/markets)" + "info": "หากต้องการเพิ่มประเทศ/ภูมิภาค ให้ไปที่ [การตั้งค่าตลาด](/admin/settings/markets)" }, "enable_country_selector": { - "label": "เปิดใช้งานตัวเลือกประเทศ\/ภูมิภาค" + "label": "เปิดใช้งานตัวเลือกประเทศ/ภูมิภาค" }, "header__5": { "content": "ตัวเลือกภาษา" }, "header__6": { - "info": "หากต้องการเพิ่มภาษา ให้ไปที่ [การตั้งค่าภาษา](\/admin\/settings\/languages)" + "info": "หากต้องการเพิ่มภาษา ให้ไปที่ [การตั้งค่าภาษา](/admin/settings/languages)" }, "enable_language_selector": { "label": "เปิดใช้งานตัวเลือกภาษา" @@ -889,14 +897,14 @@ }, "header__8": { "content": "ลิงก์นโยบาย", - "info": "หากต้องการเพิ่มนโยบายร้านค้า ให้ไปที่การตั้งค่านโยบาย](\/admin\/settings\/legal)" + "info": "หากต้องการเพิ่มนโยบายร้านค้า ให้ไปที่การตั้งค่านโยบาย](/admin/settings/legal)" }, "show_policy": { "label": "แสดงลิงก์นโยบาย" }, "header__9": { "content": "ติดตามบน Shop", - "info": "แสดงปุ่มติดตามบนหน้าร้านของคุณในแอป Shop [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "คุณต้องเปิดใช้งาน Shop Pay เพื่อให้ลูกค้าสามารถติดตามร้านค้าของคุณในแอป Shop ได้จากหน้าร้าน [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "เปิดใช้งานการติดตามบน Shop" @@ -955,11 +963,8 @@ "label": "ซ้าย" } }, - "logo_header": { - "content": "โลโก้" - }, "logo_help": { - "content": "แก้ไขโลโก้ของคุณใน [การตั้งค่าธีม ](\/editor?context=theme&category=logo)" + "content": "แก้ไขโลโก้ของคุณใน [การตั้งค่าธีม ](/editor?context=theme&category=logo)" }, "sticky_header_type": { "label": "ส่วนหัวแบบยึดตำแหน่ง", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "ตัวเลือกประเทศ\/ภูมิภาค" + "content": "ตัวเลือกประเทศ/ภูมิภาค" }, "header__4": { - "info": "หากต้องการเพิ่มประเทศ\/ภูมิภาค ให้ไปที่ [การตั้งค่าตลาด](\/admin\/settings\/markets)" + "info": "หากต้องการเพิ่มประเทศ/ภูมิภาค ให้ไปที่ [การตั้งค่าตลาด](/admin/settings/markets)" }, "enable_country_selector": { - "label": "เปิดใช้งานตัวเลือกประเทศ\/ภูมิภาค" + "label": "เปิดใช้งานตัวเลือกประเทศ/ภูมิภาค" }, "header__5": { "content": "ตัวเลือกภาษา" }, "header__6": { - "info": "หากต้องการเพิ่มภาษา ให้ไปที่ [การตั้งค่าภาษา](\/admin\/settings\/languages)" + "info": "หากต้องการเพิ่มภาษา ให้ไปที่ [การตั้งค่าภาษา](/admin/settings/languages)" }, "enable_language_selector": { "label": "เปิดใช้งานตัวเลือกภาษา" @@ -1035,7 +1040,7 @@ "options__3": { "label": "ปานกลาง" }, - "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 3:2 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 3:2 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "ใหญ่" } @@ -1335,7 +1340,7 @@ "options__3": { "label": "ปานกลาง" }, - "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 16:9 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 16:9 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "ใหญ่" } @@ -1361,10 +1366,10 @@ "name": "แชร์", "settings": { "featured_image_info": { - "content": "หากคุณใส่ลิงก์ในโพสต์บนโซเชียลมีเดีย รูปภาพที่แสดงของหน้านั้นจะแสดงเป็นรูปภาพตัวอย่าง [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "หากคุณใส่ลิงก์ในโพสต์บนโซเชียลมีเดีย รูปภาพที่แสดงของหน้านั้นจะแสดงเป็นรูปภาพตัวอย่าง [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "ชื่อร้านค้าและคำอธิบายจะรวมอยู่ในรูปภาพตัวอย่าง [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "ชื่อร้านค้าและคำอธิบายจะรวมอยู่ในรูปภาพตัวอย่าง [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "ข้อความ" @@ -1383,7 +1388,7 @@ "label": "แสดงรูปภาพที่แสดง" }, "paragraph": { - "content": "เปลี่ยนแปลงเนื้อหาบางส่วนโดยการแก้ไขบล็อกโพสต์ของคุณ [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "เปลี่ยนแปลงเนื้อหาบางส่วนโดยการแก้ไขบล็อกโพสต์ของคุณ [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "แสดงวันที่" @@ -1415,7 +1420,7 @@ "options__4": { "label": "ใหญ่" }, - "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 3:2 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 3:2 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "แบนเนอร์คอลเลกชัน", "settings": { "paragraph": { - "content": "เพิ่มคำอธิบายหรือรูปภาพโดยแก้ไขคอลเลกชันของคุณ [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "เพิ่มคำอธิบายหรือรูปภาพโดยแก้ไขคอลเลกชันของคุณ [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "แสดงคำอธิบายคอลเลกชัน" }, "show_collection_image": { "label": "แสดงรูปภาพคอลเลกชัน", - "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 16:9 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 16:9 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1477,11 +1482,11 @@ }, "enable_tags": { "label": "เปิดใช้งานการกรอง", - "info": "ปรับแต่งตัวกรองในร้านค้าของคุณด้วยแอป Search & Discovery [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "ปรับแต่งตัวกรองในร้านค้าของคุณด้วยแอป Search & Discovery [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "เปิดใช้การกรอง", - "info": "ปรับแต่งตัวกรองในร้านค้าของคุณด้วยแอป Search & Discovery [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "ปรับแต่งตัวกรองในร้านค้าของคุณด้วยแอป Search & Discovery [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "เปิดใช้การจัดเรียง" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "แสดงคะแนนของสินค้า", - "info": "หากต้องการแสดงคะแนน ให้เพิ่มแอปการให้คะแนนสินค้า [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-grid-section-settings)" + "info": "หากต้องการแสดงคะแนน ให้เพิ่มแอปการให้คะแนนสินค้า [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-grid-section-settings)" }, "enable_quick_buy": { "label": "เปิดใช้งานปุ่มซื้อด่วน", @@ -1565,7 +1570,7 @@ "options__3": { "label": "สี่เหลี่ยมจัตุรัส" }, - "info": "เพิ่มรูปภาพโดยการแก้ไขคอลเลกชันของคุณ [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "เพิ่มรูปภาพโดยการแก้ไขคอลเลกชันของคุณ [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "จำนวนของคอลัมน์บนเดสก์ท็อป" @@ -1642,11 +1647,11 @@ "settings": { "show_dynamic_checkout": { "label": "แสดงปุ่มชำระเงินแบบไดนามิก", - "info": "วิธีการชำระเงินที่พร้อมใช้งานบนร้านค้าของคุณ จะช่วยให้ลูกค้าเห็นตัวเลือกที่พวกเขาต้องการ เช่น PayPal หรือ Apple Pay [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "วิธีการชำระเงินที่พร้อมใช้งานบนร้านค้าของคุณ จะช่วยให้ลูกค้าเห็นตัวเลือกที่พวกเขาต้องการ เช่น PayPal หรือ Apple Pay [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "แสดงแบบฟอร์มข้อมูลผู้รับสำหรับผลิตภัณฑ์บัตรของขวัญ", - "info": "สามารถเลือกส่งผลิตภัณฑ์บัตรของขวัญตรงถึงผู้รับพร้อมข้อความของตนเองได้" + "info": "คุณสามารถเลือกส่งผลิตภัณฑ์บัตรของขวัญตรงถึงผู้รับพร้อมข้อความของตนเองได้ [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } }, "name": "ปุ่มซื้อ" @@ -1654,10 +1659,10 @@ "share": { "settings": { "featured_image_info": { - "content": "หากคุณใส่ลิงก์ในโพสต์บนโซเชียลมีเดีย รูปภาพที่แสดงของหน้านั้นจะแสดงเป็นรูปภาพตัวอย่าง [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "หากคุณใส่ลิงก์ในโพสต์บนโซเชียลมีเดีย รูปภาพที่แสดงของหน้านั้นจะแสดงเป็นรูปภาพตัวอย่าง [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "ชื่อร้านและคำอธิบายจะรวมอยู่ในรูปภาพตัวอย่าง [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "ชื่อร้านและคำอธิบายจะรวมอยู่ในรูปภาพตัวอย่าง [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "ข้อความ" @@ -1854,7 +1859,7 @@ "name": "คะแนนของสินค้า", "settings": { "paragraph": { - "content": "หากต้องการแสดงคะแนน ให้เพิ่มแอปการให้คะแนนสินค้า [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-rating-block)" + "content": "หากต้องการแสดงคะแนน ให้เพิ่มแอปการให้คะแนนสินค้า [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } }, @@ -1862,7 +1867,7 @@ "name": "สินค้าเสริม", "settings": { "paragraph": { - "content": "หากต้องการเลือกสินค้าเสริม ให้เพิ่มแอปค้นหาและการค้นพบ [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "หากต้องการเลือกสินค้าเสริม ให้เพิ่มแอปค้นหาและการค้นพบ [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "หัวเรื่อง" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "สื่อ", - "info": "ดูข้อมูลเพิ่มเติมเกี่ยวกับ [ประเภทของสื่อ](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "ดูข้อมูลเพิ่มเติมเกี่ยวกับ [ประเภทของสื่อ](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "เปิดใช้งานการวนซ้ำวิดีโอ" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "แสดงคะแนนของสินค้า", - "info": "หากต้องการแสดงคะแนน ให้เพิ่มแอปการให้คะแนนสินค้า [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#search-results-section-settings)" + "info": "หากต้องการแสดงคะแนน ให้เพิ่มแอปการให้คะแนนสินค้า [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#search-results-section-settings)" }, "columns_desktop": { "label": "จำนวนของคอลัมน์บนเดสก์ท็อป" @@ -2247,7 +2252,7 @@ "label": "ทำส่วนให้เต็มความกว้าง" }, "paragraph": { - "content": "ระบบจะสร้างบัญชีผู้ใช้ของลูกค้าต่อการสมัครรับอีเมลแต่ละครั้ง [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/customers)" + "content": "ระบบจะสร้างบัญชีผู้ใช้ของลูกค้าต่อการสมัครรับอีเมลแต่ละครั้ง [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "ข้อความกำกับวิดีโอ", - "info": "อธิบายวิดีโอให้กับลูกค้าที่ใช้ตัวอ่านออกเสียงหน้าจอ [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "อธิบายวิดีโอให้กับลูกค้าที่ใช้ตัวอ่านออกเสียงหน้าจอ [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "เพิ่มพื้นที่ว่างให้รูปภาพ", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "แสดงปุ่มชำระเงินแบบไดนามิก", - "info": "วิธีการชำระเงินที่พร้อมใช้งานบนร้านค้าของคุณจะช่วยให้ลูกค้าเห็นตัวเลือกที่พวกเขาต้องการ เช่น PayPal หรือ Apple Pay [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "แสดงแบบฟอร์มผู้รับสำหรับผลิตภัณฑ์บัตรของขวัญ", - "info": "สามารถเลือกส่งผลิตภัณฑ์บัตรของขวัญให้ผู้รับพร้อมข้อความของตนเองได้เมื่อเปิดใช้งานแล้ว" + "info": "วิธีการชำระเงินที่พร้อมใช้งานบนร้านค้าของคุณจะช่วยให้ลูกค้าเห็นตัวเลือกที่พวกเขาต้องการ เช่น PayPal หรือ Apple Pay [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "แชร์", "settings": { "featured_image_info": { - "content": "หากคุณใส่ลิงก์ในโพสต์บนโซเชียลมีเดีย รูปภาพที่แสดงของหน้านั้นจะแสดงเป็นรูปภาพตัวอย่าง [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "หากคุณใส่ลิงก์ในโพสต์บนโซเชียลมีเดีย รูปภาพที่แสดงของหน้านั้นจะแสดงเป็นรูปภาพตัวอย่าง [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "ชื่อร้านค้าและคำอธิบายจะรวมอยู่ในรูปภาพตัวอย่าง [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "ชื่อร้านค้าและคำอธิบายจะรวมอยู่ในรูปภาพตัวอย่าง [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "ข้อความ" @@ -2540,7 +2541,7 @@ "name": "คะแนนของสินค้า", "settings": { "paragraph": { - "content": "หากต้องการแสดงคะแนน ให้เพิ่มแอปการให้คะแนนสินค้า [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" + "content": "หากต้องการแสดงคะแนน ให้เพิ่มแอปการให้คะแนนสินค้า [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "สื่อ", - "info": "ดูข้อมูลเพิ่มเติมเกี่ยวกับ [ประเภทของสื่อ](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "ดูข้อมูลเพิ่มเติมเกี่ยวกับ [ประเภทของสื่อ](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "เปิดใช้งานการวนซ้ำวิดีโอ" @@ -2598,7 +2599,7 @@ "name": "แบนเนอร์การลงทะเบียนอีเมล", "settings": { "paragraph": { - "content": "ระบบจะสร้างบัญชีผู้ใช้ของลูกค้าต่อการสมัครรับอีเมลแต่ละครั้ง [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/customers)" + "content": "ระบบจะสร้างบัญชีผู้ใช้ของลูกค้าต่อการสมัครรับอีเมลแต่ละครั้ง [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/customers)" }, "image": { "label": "รูปภาพพื้นหลัง" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "แสดงเนื้อหาที่ด้านล่างของรูปภาพบนมือถือ", - "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 16:9 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 16:9 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "ความสูงของแบนเนอร์", @@ -2633,7 +2634,7 @@ "options__4": { "label": "ใหญ่" }, - "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 16:9 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "ใช้รูปภาพที่มีอัตราส่วนภาพ 16:9 เพื่อผลลัพธ์ที่ดีที่สุด [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__4": { @@ -3137,7 +3138,7 @@ "label": "จำนวนคอลัมน์บนเดสก์ท็อป" }, "paragraph__1": { - "content": "คำแนะนำแบบไดนามิกต้องใช้ข้อมูลคำสั่งซื้อและข้อมูลสินค้าในการปรับปรุงและเปลี่ยนแปลงตลอดระยะเวลา [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "คำแนะนำแบบไดนามิกต้องใช้ข้อมูลคำสั่งซื้อและข้อมูลสินค้าในการปรับปรุงและเปลี่ยนแปลงตลอดระยะเวลา [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "บัตรสินค้า" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "แสดงคะแนนของสินค้า", - "info": "หากต้องการแสดงคะแนน ให้เพิ่มแอปการให้คะแนนสินค้า [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-recommendations-section-settings)" + "info": "หากต้องการแสดงคะแนน ให้เพิ่มแอปการให้คะแนนสินค้า [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "เลย์เอาต์สำหรับมือถือ" diff --git a/locales/tr.json b/locales/tr.json index 4ca899c89f2..c6b9225f3a2 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -322,6 +322,13 @@ }, "page": { "title": "Sayfa başlığı" + }, + "announcements": { + "previous_announcement": "Önceki duyuru", + "next_announcement": "Sonraki duyuru", + "carousel": "Carousel", + "announcement": "Duyuru", + "announcement_bar": "Duyuru çubuğu" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "Bunu hediye olarak göndermek istiyorum", "email_label": "Alıcı e-postası", - "email_label_optional": "Alıcı e-postası (isteğe bağlı)", "email": "E-posta", "name_label": "Alıcı adı (isteğe bağlı)", "name": "Ad", "message_label": "Mesaj (isteğe bağlı)", "message": "Mesaj", - "max_characters": "Maksimum {{ max_chars }} karakter" + "max_characters": "Maksimum {{ max_chars }} karakter", + "email_label_optional_for_no_js_behavior": "Alıcı e-postası (isteğe bağlı)" } } } diff --git a/locales/tr.schema.json b/locales/tr.schema.json index 10c34e19344..01d9c14112d 100644 --- a/locales/tr.schema.json +++ b/locales/tr.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Yazı tipi", - "info": "Farklı bir yazı tipi seçmeniz mağazanızın hızını etkileyebilir. [Sistem yazı tipleri hakkında daha fazla bilgi edinin.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Farklı bir yazı tipi seçmeniz mağazanızın hızını etkileyebilir. [Sistem yazı tipleri hakkında daha fazla bilgi edinin.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Başlıklar" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Yazı tipi", - "info": "Farklı bir yazı tipi seçmeniz mağazanızın hızını etkileyebilir. [Sistem yazı tipleri hakkında daha fazla bilgi edinin.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Farklı bir yazı tipi seçmeniz mağazanızın hızını etkileyebilir. [Sistem yazı tipleri hakkında daha fazla bilgi edinin.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Yazı boyutu ölçeği" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "https:\/\/shopify.tumblr.com" + "info": "https://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Sosyal medya hesapları" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Varyasyon seçenekleri", - "paragraph": "Varyasyon seçenekleri, ürün varyasyonlarınızı göstermenin bir yoludur. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Varyasyon seçenekleri, ürün varyasyonlarınızı göstermenin bir yoludur. [Daha fazla bilgi edinin](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Girdiler" @@ -501,6 +501,14 @@ } } } + }, + "settings": { + "auto_rotate": { + "label": "Slaytları otomatik olarak döndür" + }, + "change_slides_speed": { + "label": "Slaytları şu zaman aralığında değiştir:" + } } }, "collage": { @@ -582,7 +590,7 @@ }, "description": { "label": "Video alternatif metni", - "info": "Ekran okuyucu kullanan müşteriler için videoyu açıklayın. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Ekran okuyucu kullanan müşteriler için videoyu açıklayın. [Daha fazla bilgi edinin](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -608,7 +616,7 @@ "options__3": { "label": "Kare" }, - "info": "Koleksiyonlarınızı düzenleyerek görsel ekleyin. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Koleksiyonlarınızı düzenleyerek görsel ekleyin. [Daha fazla bilgi edinin](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "Mobil cihazda kaydırmayı etkinleştir" @@ -681,7 +689,7 @@ }, "show_image": { "label": "Öne çıkan görseli göster", - "info": "En iyi sonuçlar için 3:2 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "En iyi sonuçlar için 3:2 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Tarihi göster" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Ürün puanlarını göster", - "info": "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\/theme-features#featured-collection-show-product-rating)" + "info": "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/theme-features#featured-collection-show-product-rating)" }, "columns_desktop": { "label": "Masaüstündeki sütun sayısı" @@ -830,14 +838,14 @@ "name": "Marka bilgileri", "settings": { "paragraph": { - "content": "Marka bilgileriniz bu blokta görünür. [Marka bilgilerini düzenleyin.](\/editor?context=theme&category=brand%20information)" + "content": "Marka bilgileriniz bu blokta görünür. [Marka bilgilerini düzenleyin.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Sosyal medya simgeleri" }, "show_social": { "label": "Sosyal medya simgelerini göster", - "info": "Sosyal medya hesaplarınızın görüntülenmesi için bu hesapları [tema ayarlarınızda](\/editor?context=theme&category=social%20media) bağlayın." + "info": "Sosyal medya hesaplarınızın görüntülenmesi için bu hesapları [tema ayarlarınızda](/editor?context=theme&category=social%20media) bağlayın." } } } @@ -851,29 +859,29 @@ }, "header__1": { "content": "E-posta Kaydı", - "info": "\"Kabul edilen pazarlama\" müşteri listenize otomatik olarak eklenen aboneler. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "\"Kabul edilen pazarlama\" müşteri listenize otomatik olarak eklenen aboneler. [Daha fazla bilgi edinin](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Sosyal medya simgeleri", - "info": "Sosyal medya hesaplarınızın görüntülenmesi için bu hesapları [tema ayarlarınızda](\/editor?context=theme&category=social%20media) bağlayın." + "info": "Sosyal medya hesaplarınızın görüntülenmesi için bu hesapları [tema ayarlarınızda](/editor?context=theme&category=social%20media) bağlayın." }, "show_social": { "label": "Sosyal medya simgelerini göster" }, "header__3": { - "content": "Ülke\/bölge seçici" + "content": "Ülke/bölge seçici" }, "header__4": { - "info": "Ülke\/bölge eklemek için [pazar ayarlarınıza ](\/admin\/settings\/markets) gidin." + "info": "Ülke/bölge eklemek için [pazar ayarlarınıza ](/admin/settings/markets) gidin." }, "enable_country_selector": { - "label": "Ülke\/bölge seçiciyi etkinleştir" + "label": "Ülke/bölge seçiciyi etkinleştir" }, "header__5": { "content": "Dil seçici" }, "header__6": { - "info": "Dil eklemek için [dil ayarlarınıza](\/admin\/settings\/languages) gidin." + "info": "Dil eklemek için [dil ayarlarınıza](/admin/settings/languages) gidin." }, "enable_language_selector": { "label": "Dil seçiciyi etkinleştir" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Politika bağlantıları", - "info": "Mağaza politikası eklemek için [politika ayarlarınıza](\/admin\/settings\/legal) gidin." + "info": "Mağaza politikası eklemek için [politika ayarlarınıza](/admin/settings/legal) gidin." }, "show_policy": { "label": "Politika bağlantılarını göster" }, "header__9": { "content": "Follow on Shop", - "info": "Shop uygulamasında, vitrininiz için takip düğmesini gösterin. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Müşterilerin, Shop uygulamasındaki mağazanızı vitrininizden takip edebilmesi için Shop Pay'i etkinleştirmeniz gerekir. [Daha fazla bilgi edinin](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Follow on Shop'u etkinleştir" @@ -955,11 +963,8 @@ "label": "Sol" } }, - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Logonuzu şurada düzenleyin: [tema ayarları](\/editor?context=theme&category=logo)." + "content": "Logonuzu şurada düzenleyin: [tema ayarları](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Sabit üstbilgi", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Ülke\/bölge seçici" + "content": "Ülke/bölge seçici" }, "header__4": { - "info": "Ülke\/bölge eklemek için [pazar ayarlarınıza](\/admin\/settings\/markets) gidin." + "info": "Ülke/bölge eklemek için [pazar ayarlarınıza](/admin/settings/markets) gidin." }, "enable_country_selector": { - "label": "Ülke\/bölge seçiciyi etkinleştirin" + "label": "Ülke/bölge seçiciyi etkinleştirin" }, "header__5": { "content": "Dil seçici" }, "header__6": { - "info": "Dil eklemek için [dil ayarlarınıza](\/admin\/settings\/languages) gidin." + "info": "Dil eklemek için [dil ayarlarınıza](/admin/settings/languages) gidin." }, "enable_language_selector": { "label": "Dil seçiciyi etkinleştir" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Orta" }, - "info": "En iyi sonuçlar için 3:2 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "En iyi sonuçlar için 3:2 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Büyük" } @@ -1336,7 +1341,7 @@ "options__3": { "label": "Orta" }, - "info": "En iyi sonuçlar için 16:9 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "En iyi sonuçlar için 16:9 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Büyük" } @@ -1361,10 +1366,10 @@ "name": "Paylaş", "settings": { "featured_image_info": { - "content": "Sosyal medya gönderilerine bağlantı eklerseniz sayfanın öne çıkan görseli, önizleme görseli olarak gösterilir. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Sosyal medya gönderilerine bağlantı eklerseniz sayfanın öne çıkan görseli, önizleme görseli olarak gösterilir. [Daha fazla bilgi edinin](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Mağaza başlığı ve açıklaması, önizleme görseline dahildir. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Mağaza başlığı ve açıklaması, önizleme görseline dahildir. [Daha fazla bilgi edinin](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Metin" @@ -1383,7 +1388,7 @@ "label": "Öne çıkan görseli göster" }, "paragraph": { - "content": "Blog gönderilerinizi düzenleyerek alıntılarınızı değiştirin. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Blog gönderilerinizi düzenleyerek alıntılarınızı değiştirin. [Daha fazla bilgi edinin](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Tarihi göster" @@ -1415,7 +1420,7 @@ "options__4": { "label": "Büyük" }, - "info": "En iyi sonuçlar için 3:2 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "En iyi sonuçlar için 3:2 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "Koleksiyon banner'ı", "settings": { "paragraph": { - "content": "Koleksiyonunuzu düzenleyerek açıklama veya görsel ekleyin. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Koleksiyonunuzu düzenleyerek açıklama veya görsel ekleyin. [Daha fazla bilgi edinin](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Koleksiyon açıklamasını görüntüle" }, "show_collection_image": { "label": "Koleksiyon görselini görüntüle", - "info": "En iyi sonuçlar için 16:9 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "En iyi sonuçlar için 16:9 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1456,7 +1461,7 @@ }, "enable_filtering": { "label": "Filtrelemeyi etkinleştir", - "info": "Search & Discovery uygulamasıyla filtreleri özelleştirin. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Search & Discovery uygulamasıyla filtreleri özelleştirin. [Daha fazla bilgi edinin](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Sıralamayı etkinleştir" @@ -1487,11 +1492,11 @@ }, "enable_tags": { "label": "Filtrelemeyi etkinleştir", - "info": "Search & Discovery uygulamasıyla filtreleri özelleştirin. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Search & Discovery uygulamasıyla filtreleri özelleştirin. [Daha fazla bilgi edinin](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "show_rating": { "label": "Ürün puanlarını göster", - "info": "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-grid-section-settings)" + "info": "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-grid-section-settings)" }, "columns_desktop": { "label": "Masaüstündeki sütun sayısı" @@ -1565,7 +1570,7 @@ "options__3": { "label": "Kare" }, - "info": "Koleksiyonlarınızı düzenleyerek görsel ekleyin. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Koleksiyonlarınızı düzenleyerek görsel ekleyin. [Daha fazla bilgi edinin](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Masaüstündeki sütun sayısı" @@ -1651,11 +1656,11 @@ "settings": { "show_dynamic_checkout": { "label": "Dinamik ödeme düğmelerini göster", - "info": "Müşteriler, mağazanızda bulunan ödeme yöntemlerini kullanarak PayPal veya Apple Pay gibi tercih ettikleri seçeneği görür. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Müşteriler, mağazanızda bulunan ödeme yöntemlerini kullanarak PayPal veya Apple Pay gibi tercih ettikleri seçeneği görür. [Daha fazla bilgi edinin](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Hediye kartı ürünleri için alıcı bilgi formunu göster", - "info": "Hediye kartı ürünleri, isteğe bağlı olarak kişisel bir mesajla birlikte doğrudan bir alıcıya gönderilebilir." + "info": "Hediye kartı ürünleri, isteğe bağlı olarak kişisel bir mesajla birlikte doğrudan bir alıcıya gönderilebilir. [Daha fazla bilgi edinin](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -1669,10 +1674,10 @@ "name": "Paylaş", "settings": { "featured_image_info": { - "content": "Sosyal medya gönderilerine bağlantı eklerseniz sayfanın öne çıkan görseli, önizleme görseli olarak gösterilir. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Sosyal medya gönderilerine bağlantı eklerseniz sayfanın öne çıkan görseli, önizleme görseli olarak gösterilir. [Daha fazla bilgi edinin](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Mağaza başlığı ve açıklaması, önizleme görseline dahildir. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Mağaza başlığı ve açıklaması, önizleme görseline dahildir. [Daha fazla bilgi edinin](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Metin" @@ -1853,7 +1858,7 @@ "name": "Ürün puanı", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1861,7 +1866,7 @@ "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:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "Tamamlayıcı ürünleri seçmek için Search & Discovery uygulamasını ekleyin. [Daha fazla bilgi edinin](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Başlık" @@ -1994,7 +1999,7 @@ "settings": { "header": { "content": "Medya", - "info": "Şunun hakkında daha fazla bilgi edinin: [medya türleri.](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Şunun hakkında daha fazla bilgi edinin: [medya türleri.](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Video döngüsünü etkinleştir" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Ürün puanlarını göster", - "info": "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#search-results-section-settings)" + "info": "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#search-results-section-settings)" }, "columns_desktop": { "label": "Masaüstündeki sütun sayısı" @@ -2247,7 +2252,7 @@ "label": "Bölümü tam genişlikli yap" }, "paragraph": { - "content": "Her e-posta aboneliği bir müşteri hesabı oluşturur. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Her e-posta aboneliği bir müşteri hesabı oluşturur. [Daha fazla bilgi edinin](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Video alternatif metni", - "info": "Ekran okuyucu kullanan müşteriler için videoyu açıklayın. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Ekran okuyucu kullanan müşteriler için videoyu açıklayın. [Daha fazla bilgi edinin](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Görsel dolgusu ekle", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Dinamik ödeme düğmelerini göster", - "info": "Müşteriler, mağazanızda bulunan ödeme yöntemlerini kullanarak PayPal veya Apple Pay gibi tercih ettikleri seçeneği görür. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Hediye kartı ürünleri için alıcı formunu göster", - "info": "Etkinleştirildiğinde, hediye kartı ürünleri isteğe bağlı olarak kişisel bir mesajla birlikte bir alıcıya gönderilebilir." + "info": "Müşteriler, mağazanızda bulunan ödeme yöntemlerini kullanarak PayPal veya Apple Pay gibi tercih ettikleri seçeneği görür. [Daha fazla bilgi edinin](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Paylaş", "settings": { "featured_image_info": { - "content": "Sosyal medya gönderilerine bağlantı eklerseniz sayfanın öne çıkan görseli, önizleme görseli olarak gösterilir. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Sosyal medya gönderilerine bağlantı eklerseniz sayfanın öne çıkan görseli, önizleme görseli olarak gösterilir. [Daha fazla bilgi edinin](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "Mağaza başlığı ve açıklaması, önizleme görseline dahildir. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Mağaza başlığı ve açıklaması, önizleme görseline dahildir. [Daha fazla bilgi edinin](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Metin rengi" @@ -2540,7 +2541,7 @@ "name": "Ürün puanı", "settings": { "paragraph": { - "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\/theme-features#featured-product-rating)" + "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/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Medya", - "info": "Şunun hakkında daha fazla bilgi edinin: [medya türleri](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Şunun hakkında daha fazla bilgi edinin: [medya türleri](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Video döngüsünü etkinleştir" @@ -2598,7 +2599,7 @@ "name": "E-posta kaydı banner'ı", "settings": { "paragraph": { - "content": "Her e-posta aboneliği bir müşteri hesabı oluşturur. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Her e-posta aboneliği bir müşteri hesabı oluşturur. [Daha fazla bilgi edinin](https://help.shopify.com/manual/customers)" }, "image": { "label": "Arka plan resmi" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Mobil cihaz üzerinde görselin altındaki içeriği göster", - "info": "En iyi sonuçlar için 16:9 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "En iyi sonuçlar için 16:9 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Banner yüksekliği", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Büyük" }, - "info": "En iyi sonuçlar için 16:9 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "En iyi sonuçlar için 16:9 en-boy oranına sahip bir görsel kullanın. [Daha fazla bilgi edinin](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__1": { @@ -3137,7 +3138,7 @@ "label": "Masaüstündeki sütun sayısı" }, "paragraph__1": { - "content": "Dinamik önerilerin zamanla değişmesi ve gelişmesi için sipariş ve ürün bilgileri kullanılır. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "Dinamik önerilerin zamanla değişmesi ve gelişmesi için sipariş ve ürün bilgileri kullanılır. [Daha fazla bilgi edinin](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Ürün kartı" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Ürün puanlarını göster", - "info": "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-recommendations-section-settings)" + "info": "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-recommendations-section-settings)" }, "header_mobile": { "content": "Mobil Düzen" diff --git a/locales/vi.json b/locales/vi.json index 371e3d636fa..67b429314dd 100644 --- a/locales/vi.json +++ b/locales/vi.json @@ -322,6 +322,13 @@ }, "page": { "title": "Tiêu đề trang" + }, + "announcements": { + "previous_announcement": "Thông báo trước", + "next_announcement": "Thông báo sau", + "carousel": "Quay vòng", + "announcement": "Thông báo", + "announcement_bar": "Thanh thông báo" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "Tôi muốn gửi làm quà", "email_label": "Email người nhận", - "email_label_optional": "Email người nhận (không bắt buộc)", "email": "Email", "name_label": "Tên người nhận (không bắt buộc)", "name": "Tên", "message_label": "Tin nhắn (không bắt buộc)", "message": "Tin nhắn", - "max_characters": "Tối đa {{ max_chars }} ký tự" + "max_characters": "Tối đa {{ max_chars }} ký tự", + "email_label_optional_for_no_js_behavior": "Email người nhận (không bắt buộc)" } } } diff --git a/locales/vi.schema.json b/locales/vi.schema.json index c3abe48baad..101f3d6377d 100644 --- a/locales/vi.schema.json +++ b/locales/vi.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "Phông chữ", - "info": "Việc chọn phông chữ khác có thể ảnh hưởng đến tốc độ của cửa hàng. [Tìm hiểu thêm về phông chữ hệ thống.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Việc chọn phông chữ khác có thể ảnh hưởng đến tốc độ của cửa hàng. [Tìm hiểu thêm về phông chữ hệ thống.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "Tiêu đề" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "Phông chữ", - "info": "Việc chọn phông chữ khác có thể ảnh hưởng đến tốc độ của cửa hàng. [Tìm hiểu thêm về phông chữ hệ thống.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "Việc chọn phông chữ khác có thể ảnh hưởng đến tốc độ của cửa hàng. [Tìm hiểu thêm về phông chữ hệ thống.](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "Tỷ lệ cỡ phông chữ" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "https:\/\/shopify.tumblr.com" + "info": "https://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "Tài khoản mạng xã hội" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "Ô chọn mẫu mã", - "paragraph": "Ô chọn mẫu mã là một cách để hiển thị mẫu mã sản phẩm. [Tìm hiểu thêm](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "Ô chọn mẫu mã là một cách để hiển thị mẫu mã sản phẩm. [Tìm hiểu thêm](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "Thông tin đầu vào" @@ -501,6 +501,14 @@ } } } + }, + "settings": { + "auto_rotate": { + "label": "Tự động xoay vòng các trang chiếu" + }, + "change_slides_speed": { + "label": "Đổi trang chiếu sau mỗi" + } } }, "collage": { @@ -582,7 +590,7 @@ }, "description": { "label": "Văn bản thay thế cho video", - "info": "Mô tả video cho khách hàng bằng trình đọc màn hình. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "Mô tả video cho khách hàng bằng trình đọc màn hình. [Tìm hiểu thêm](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } } } @@ -608,7 +616,7 @@ "options__3": { "label": "Vuông" }, - "info": "Chỉnh sửa bộ sưu tập để thêm hình ảnh. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Chỉnh sửa bộ sưu tập để thêm hình ảnh. [Tìm hiểu thêm](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "Bật tính năng quẹt trên di động" @@ -681,7 +689,7 @@ }, "show_image": { "label": "Hiển thị hình ảnh nổi bật", - "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 3:2. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 3:2. [Tìm hiểu thêm](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Hiển thị ngày" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "Hiển thị thứ hạng sản phẩm", - "info": "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\/theme-features#featured-collection-show-product-rating)" + "info": "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/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "Bật nút thêm nhanh", @@ -830,14 +838,14 @@ "name": "Thông tin thương hiệu", "settings": { "paragraph": { - "content": "Khối này sẽ hiển thị thông tin thương hiệu của bạn. [Chỉnh sửa thông tin thương hiệu.](\/editor?context=theme&category=brand%20information)" + "content": "Khối này sẽ hiển thị thông tin thương hiệu của bạn. [Chỉnh sửa thông tin thương hiệu.](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "Biểu tượng truyền thông xã hội" }, "show_social": { "label": "Hiển thị biểu tượng truyền thông xã hội", - "info": "Để hiển thị tài khoản truyền thông xã hội, hãy liên kết các tài khoản đó trong [cài đặt chủ đề](\/editor?context=theme&category=social%20media)." + "info": "Để hiển thị tài khoản truyền thông xã hội, hãy liên kết các tài khoản đó trong [cài đặt chủ đề](/editor?context=theme&category=social%20media)." } } } @@ -851,29 +859,29 @@ }, "header__1": { "content": "Đăng ký nhận email", - "info": "Đã tự động thêm người đăng ký vào danh sách khách hàng \"chấp nhận tiếp thị\". [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" + "info": "Đã tự động thêm người đăng ký vào danh sách khách hàng \"chấp nhận tiếp thị\". [Tìm hiểu thêm](https://help.shopify.com/manual/customers/manage-customers)" }, "header__2": { "content": "Biểu tượng truyền thông xã hội", - "info": "Để hiển thị tài khoản truyền thông xã hội, hãy liên kết các tài khoản đó trong [cài đặt chủ đề](\/editor?context=theme&category=social%20media)." + "info": "Để hiển thị tài khoản truyền thông xã hội, hãy liên kết các tài khoản đó trong [cài đặt chủ đề](/editor?context=theme&category=social%20media)." }, "show_social": { "label": "Hiển thị biểu tượng truyền thông xã hội" }, "header__3": { - "content": "Hộp chọn quốc gia\/vùng" + "content": "Hộp chọn quốc gia/vùng" }, "header__4": { - "info": "Để thêm quốc gia\/khu vực, vào [cài đặt thị trường.](\/admin\/settings\/markets)" + "info": "Để thêm quốc gia/khu vực, vào [cài đặt thị trường.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Bật hộp chọn quốc gia\/vùng" + "label": "Bật hộp chọn quốc gia/vùng" }, "header__5": { "content": "Hộp chọn ngôn ngữ" }, "header__6": { - "info": "Để thêm ngôn ngữ, vào [cài đặt ngôn ngữ](\/admin\/settings\/languages)." + "info": "Để thêm ngôn ngữ, vào [cài đặt ngôn ngữ](/admin/settings/languages)." }, "enable_language_selector": { "label": "Bật hộp chọn ngôn ngữ" @@ -889,14 +897,14 @@ }, "header__8": { "content": "Liên kết chính sách", - "info": "Để thêm chính sách cửa hàng, truy cập [cài đặt chính sách](\/admin\/settings\/legal)." + "info": "Để thêm chính sách cửa hàng, truy cập [cài đặt chính sách](/admin/settings/legal)." }, "show_policy": { "label": "Hiển thị liên kết chính sách" }, "header__9": { "content": "Theo dõi trên Shop", - "info": "Hiển thị nút theo dõi cho cửa hàng của bạn trên ứng dụng Shop. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "Bạn phải bật Shop Pay để cho phép khách hàng theo dõi cửa hàng trên ứng dụng Shop từ cửa hàng của bạn. [Tìm hiểu thêm](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "Bật tính năng Theo dõi trên Shop" @@ -955,11 +963,8 @@ "label": "Bên trái" } }, - "logo_header": { - "content": "Logo" - }, "logo_help": { - "content": "Chỉnh sửa logo trong [cài đặt chủ đề](\/editor?context=theme&category=logo)." + "content": "Chỉnh sửa logo trong [cài đặt chủ đề](/editor?context=theme&category=logo)." }, "sticky_header_type": { "label": "Đầu trang dính", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "Hộp chọn quốc gia\/vùng" + "content": "Hộp chọn quốc gia/vùng" }, "header__4": { - "info": "Để thêm quốc gia\/khu vực, vào [cài đặt thị trường.](\/admin\/settings\/markets)" + "info": "Để thêm quốc gia/khu vực, vào [cài đặt thị trường.](/admin/settings/markets)" }, "enable_country_selector": { - "label": "Bật hộp chọn quốc gia\/vùng" + "label": "Bật hộp chọn quốc gia/vùng" }, "header__5": { "content": "Hộp chọn ngôn ngữ" }, "header__6": { - "info": "Để thêm ngôn ngữ, vào [cài đặt ngôn ngữ](\/admin\/settings\/languages)." + "info": "Để thêm ngôn ngữ, vào [cài đặt ngôn ngữ](/admin/settings/languages)." }, "enable_language_selector": { "label": "Bật hộp chọn ngôn ngữ" @@ -1035,7 +1040,7 @@ "options__3": { "label": "Trung bình" }, - "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 3:2. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 3:2. [Tìm hiểu thêm](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Lớn" } @@ -1336,7 +1341,7 @@ "options__3": { "label": "Trung bình" }, - "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 16:9. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 16:9. [Tìm hiểu thêm](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "Lớn" } @@ -1361,10 +1366,10 @@ "name": "Chia sẻ", "settings": { "featured_image_info": { - "content": "Nếu bạn đưa liên kết vào bài đăng trên truyền thông xã hội, hình ảnh nổi bật của trang sẽ hiển thị giống hình ảnh xem trước. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Nếu bạn đưa liên kết vào bài đăng trên truyền thông xã hội, hình ảnh nổi bật của trang sẽ hiển thị giống hình ảnh xem trước. [Tìm hiểu thêm](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Hình ảnh xem trước có chứa tiêu đề và mô tả của cửa hàng. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Hình ảnh xem trước có chứa tiêu đề và mô tả của cửa hàng. [Tìm hiểu thêm](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Văn bản" @@ -1383,7 +1388,7 @@ "label": "Hiển thị hình ảnh nổi bật" }, "paragraph": { - "content": "Chỉnh sửa bài viết blog để thay đổi đoạn trích. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "Chỉnh sửa bài viết blog để thay đổi đoạn trích. [Tìm hiểu thêm](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "Hiển thị ngày" @@ -1415,7 +1420,7 @@ "options__4": { "label": "Lớn" }, - "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 3:2. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 3:2. [Tìm hiểu thêm](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "Biểu ngữ bộ sưu tập", "settings": { "paragraph": { - "content": "Chỉnh sửa bộ sưu tập để thêm mô tả hoặc hình ảnh. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "Chỉnh sửa bộ sưu tập để thêm mô tả hoặc hình ảnh. [Tìm hiểu thêm](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "Hiển thị mô tả bộ sưu tập" }, "show_collection_image": { "label": "Hiển thị hình ảnh bộ sưu tập", - "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 16:9. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 16:9. [Tìm hiểu thêm](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1474,11 +1479,11 @@ }, "enable_tags": { "label": "Bật lọc", - "info": "Tùy chỉnh bộ lọc bằng ứng dụng Search & Discovery. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Tùy chỉnh bộ lọc bằng ứng dụng Search & Discovery. [Tìm hiểu thêm](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "Bật lọc", - "info": "Tùy chỉnh bộ lọc bằng ứng dụng Search & Discovery. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "Tùy chỉnh bộ lọc bằng ứng dụng Search & Discovery. [Tìm hiểu thêm](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "Bật sắp xếp" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "Hiển thị thứ hạng sản phẩm", - "info": "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-grid-section-settings)" + "info": "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-grid-section-settings)" }, "enable_quick_buy": { "label": "Bật nút thêm nhanh", @@ -1565,7 +1570,7 @@ "options__3": { "label": "Vuông" }, - "info": "Chỉnh sửa bộ sưu tập để thêm hình ảnh. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "Chỉnh sửa bộ sưu tập để thêm hình ảnh. [Tìm hiểu thêm](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "Số cột trên máy tính để bàn" @@ -1652,11 +1657,11 @@ "settings": { "show_dynamic_checkout": { "label": "Hiển thị nút thanh toán động", - "info": "Sử dụng phương thức thanh toán được hỗ trợ trong cửa hàng, khách hàng sẽ thấy tùy chọn ưu tiên của họ như PayPal hoặc Apple Pay. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "Sử dụng phương thức thanh toán được hỗ trợ trong cửa hàng, khách hàng sẽ thấy tùy chọn ưu tiên của họ như PayPal hoặc Apple Pay. [Tìm hiểu thêm](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Hiển thị biểu mẫu thông tin người nhận cho sản phẩm thẻ quà tặng", - "info": "Có thể tùy ý gửi các sản phẩm thẻ quà tặng trực tiếp cho người nhận kèm tin nhắn cá nhân." + "info": "Có thể tùy ý gửi các sản phẩm thẻ quà tặng trực tiếp cho người nhận kèm tin nhắn cá nhân. [Tìm hiểu thêm](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } } }, @@ -1670,10 +1675,10 @@ "name": "Chia sẻ", "settings": { "featured_image_info": { - "content": "Nếu bạn đưa liên kết vào bài đăng trên truyền thông xã hội, hình ảnh nổi bật của trang sẽ hiển thị giống hình ảnh xem trước. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." + "content": "Nếu bạn đưa liên kết vào bài đăng trên truyền thông xã hội, hình ảnh nổi bật của trang sẽ hiển thị giống hình ảnh xem trước. [Tìm hiểu thêm](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)." }, "title_info": { - "content": "Hình ảnh xem trước có chứa tiêu đề và mô tả của cửa hàng. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." + "content": "Hình ảnh xem trước có chứa tiêu đề và mô tả của cửa hàng. [Tìm hiểu thêm](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)." }, "text": { "label": "Văn bản" @@ -1854,7 +1859,7 @@ "name": "Thứ hạng sản phẩm", "settings": { "paragraph": { - "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)" + "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)" } } }, @@ -1862,7 +1867,7 @@ "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:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "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://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Tiêu đề" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "Phương tiện", - "info": "Tìm hiểu thêm về [loại phương tiện.](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Tìm hiểu thêm về [loại phương tiện.](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Bật vòng lặp video" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "Hiển thị thứ hạng sản phẩm", - "info": "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#search-results-section-settings)" + "info": "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#search-results-section-settings)" }, "columns_desktop": { "label": "Số cột trên máy tính để bàn" @@ -2247,7 +2252,7 @@ "label": "Làm cho mục có chiều rộng đầy đủ" }, "paragraph": { - "content": "Mỗi gói đăng ký qua email sẽ tạo một tài khoản khách hàng. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Mỗi gói đăng ký qua email sẽ tạo một tài khoản khách hàng. [Tìm hiểu thêm](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "Văn bản thay thế cho video", - "info": "Mô tả video cho khách hàng bằng trình đọc màn hình. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "Mô tả video cho khách hàng bằng trình đọc màn hình. [Tìm hiểu thêm](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "Thêm vùng đệm ảnh", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "Hiển thị nút thanh toán động", - "info": "Khi sử dụng phương thức thanh toán được hỗ trợ trong cửa hàng của bạn, khách hàng sẽ thấy tùy chọn ưu tiên của mình, như PayPal hoặc Apple Pay. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "Hiển thị biểu mẫu người nhận cho sản phẩm thẻ quà tặng", - "info": "Sau khi kích hoạt, các sản phẩm thẻ quà tặng có thể được gửi tùy ý cho người nhận bằng tin nhắn cá nhân." + "info": "Khi sử dụng phương thức thanh toán được hỗ trợ trong cửa hàng của bạn, khách hàng sẽ thấy tùy chọn ưu tiên của mình, như PayPal hoặc Apple Pay. [Tìm hiểu thêm](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "Chia sẻ", "settings": { "featured_image_info": { - "content": "Nếu bạn đưa liên kết vào bài đăng trên truyền thông xã hội, hình ảnh nổi bật của trang sẽ hiển thị giống hình ảnh xem trước. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "Nếu bạn đưa liên kết vào bài đăng trên truyền thông xã hội, hình ảnh nổi bật của trang sẽ hiển thị giống hình ảnh xem trước. [Tìm hiểu thêm](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "Hình ảnh xem trước có chứa tiêu đề và mô tả của cửa hàng. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "Hình ảnh xem trước có chứa tiêu đề và mô tả của cửa hàng. [Tìm hiểu thêm](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "Văn bản" @@ -2540,7 +2541,7 @@ "name": "Thứ hạng sản phẩm", "settings": { "paragraph": { - "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\/theme-features#featured-product-rating)" + "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/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "Phương tiện", - "info": "Tìm hiểu thêm về [loại phương tiện](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "Tìm hiểu thêm về [loại phương tiện](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "Bật vòng lặp video" @@ -2598,7 +2599,7 @@ "name": "Biểu ngữ đăng ký nhận email", "settings": { "paragraph": { - "content": "Mỗi gói đăng ký qua email sẽ tạo một tài khoản khách hàng. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/customers)" + "content": "Mỗi gói đăng ký qua email sẽ tạo một tài khoản khách hàng. [Tìm hiểu thêm](https://help.shopify.com/manual/customers)" }, "image": { "label": "Ảnh nền" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "Hiển thị nội dung dưới hình ảnh trên thiết bị di động", - "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 16:9. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 16:9. [Tìm hiểu thêm](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "Chiều cao biểu ngữ", @@ -2633,7 +2634,7 @@ "options__4": { "label": "Lớn" }, - "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 16:9. [Tìm hiểu thêm](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "Để có kết quả tốt nhất, hãy sử dụng hình ảnh có tỷ lệ khung hình 16:9. [Tìm hiểu thêm](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__1": { @@ -3137,7 +3138,7 @@ "label": "Số cột trên máy tính để bàn" }, "paragraph__1": { - "content": "Đề xuất động sử dụng thông tin về đơn hàng và sản phẩm để thay đổi và cải thiện theo thời gian. [Tìm hiểu thêm](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "Đề xuất động sử dụng thông tin về đơn hàng và sản phẩm để thay đổi và cải thiện theo thời gian. [Tìm hiểu thêm](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "Thẻ sản phẩm" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "Hiển thị thứ hạng sản phẩm", - "info": "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-recommendations-section-settings)" + "info": "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-recommendations-section-settings)" }, "header_mobile": { "content": "Bố cục trên thiết bị di động" diff --git a/locales/zh-CN.json b/locales/zh-CN.json index f545dd8ad10..39d1972ff1d 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -322,6 +322,13 @@ }, "page": { "title": "页面标题" + }, + "announcements": { + "previous_announcement": "上一个公告", + "next_announcement": "下一个公告", + "carousel": "轮播", + "announcement": "公告", + "announcement_bar": "公告栏" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "我想将此礼品卡发送为礼品", "email_label": "收件人邮箱", - "email_label_optional": "收件人邮箱(可选)", "email": "邮箱", "name_label": "收件人姓名(可选)", "name": "姓名", "message_label": "消息(可选)", "message": "消息", - "max_characters": "不超过 {{ max_chars }} 个字符" + "max_characters": "不超过 {{ max_chars }} 个字符", + "email_label_optional_for_no_js_behavior": "收件人邮箱(可选)" } } } diff --git a/locales/zh-CN.schema.json b/locales/zh-CN.schema.json index 63594b032f4..665660871bd 100644 --- a/locales/zh-CN.schema.json +++ b/locales/zh-CN.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "字体", - "info": "选择其他字体可能会影响您商店的速度。[详细了解系统字体。](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "选择其他字体可能会影响您商店的速度。[详细了解系统字体。](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "标题" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "字体", - "info": "选择其他字体可能会影响您商店的速度。[详细了解系统字体。](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "选择其他字体可能会影响您商店的速度。[详细了解系统字体。](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "字号比例" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "https:\/\/shopify.tumblr.com" + "info": "https://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "社交媒体账户" @@ -257,7 +257,7 @@ }, "variant_pills": { "name": "多属性椭圆形框", - "paragraph": "多属性椭圆形框是显示产品多属性的一种方式。[了解详细信息](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "多属性椭圆形框是显示产品多属性的一种方式。[了解详细信息](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "输入" @@ -501,6 +501,14 @@ }, "name": "公告" } + }, + "settings": { + "auto_rotate": { + "label": "自动旋转幻灯片" + }, + "change_slides_speed": { + "label": "幻灯片更换时间间隔" + } } }, "collage": { @@ -581,7 +589,7 @@ }, "description": { "label": "视频替代文本", - "info": "为使用屏幕阅读器的客户描述视频。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "为使用屏幕阅读器的客户描述视频。[了解详细信息](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } }, "name": "视频" @@ -608,7 +616,7 @@ "options__3": { "label": "方形" }, - "info": "通过编辑产品集合来添加图片。[了解详细信息](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "通过编辑产品集合来添加图片。[了解详细信息](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "在移动设备上启用刷卡功能" @@ -681,7 +689,7 @@ }, "show_image": { "label": "显示配图", - "info": "若要获得最佳效果,请使用纵横比为 3:2 的图片。[了解详细信息](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "若要获得最佳效果,请使用纵横比为 3:2 的图片。[了解详细信息](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "显示日期" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "显示产品评分", - "info": "若要显示评分,请添加产品评分应用。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "若要显示评分,请添加产品评分应用。[了解详细信息](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "启用快速添加按钮", @@ -830,14 +838,14 @@ "name": "品牌信息", "settings": { "paragraph": { - "content": "此块将显示您的品牌信息。[编辑品牌信息。](\/editor?context=theme&category=brand%20information)" + "content": "此块将显示您的品牌信息。[编辑品牌信息。](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "社交媒体图标" }, "show_social": { "label": "显示社交媒体图标", - "info": "若要显示您的社交媒体账户,请在 [模板设置](\/editor?context=theme&category=social%20media) 中添加其链接。" + "info": "若要显示您的社交媒体账户,请在 [模板设置](/editor?context=theme&category=social%20media) 中添加其链接。" } } } @@ -850,30 +858,30 @@ "label": "标题" }, "header__1": { - "info": "订阅者已自动添加到您的“已接受营销”客户列表。[了解详细信息](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)", + "info": "订阅者已自动添加到您的“已接受营销”客户列表。[了解详细信息](https://help.shopify.com/manual/customers/manage-customers)", "content": "电子邮件注册信息" }, "header__2": { "content": "社交媒体图标", - "info": "若要显示您的社交媒体账户,请在 [模板设置](\/editor?context=theme&category=social%20media) 中添加其链接。" + "info": "若要显示您的社交媒体账户,请在 [模板设置](/editor?context=theme&category=social%20media) 中添加其链接。" }, "show_social": { "label": "显示社交媒体图标" }, "header__3": { - "content": "国家\/地区选择器" + "content": "国家/地区选择器" }, "header__4": { - "info": "若要添加国家\/地区,请转到 [营销设置](\/admin\/settings\/markets)。" + "info": "若要添加国家/地区,请转到 [营销设置](/admin/settings/markets)。" }, "enable_country_selector": { - "label": "启用国家\/地区选择器" + "label": "启用国家/地区选择器" }, "header__5": { "content": "语言选择器" }, "header__6": { - "info": "若要添加语言,请转到您的 [语言设置](\/admin\/settings\/languages)。" + "info": "若要添加语言,请转到您的 [语言设置](/admin/settings/languages)。" }, "enable_language_selector": { "label": "启用语言选择器" @@ -889,14 +897,14 @@ }, "header__8": { "content": "政策链接", - "info": "若要添加商店政策,请前往 [政策设置](\/admin\/settings\/legal)。" + "info": "若要添加商店政策,请前往 [政策设置](/admin/settings/legal)。" }, "show_policy": { "label": "显示政策链接" }, "header__9": { "content": "在 Shop 中关注", - "info": "在 Shop 应用中显示您店面的关注按钮。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "若要使客户能够通过您的店面在 Shop 应用中关注您的商店,则必须启用 Shop Pay。[了解详细信息](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "启用在 Shop 中关注" @@ -955,11 +963,8 @@ "label": "左" } }, - "logo_header": { - "content": "logo" - }, "logo_help": { - "content": "在[模板设置]](\/editor?context=theme&category=logo)中编辑您的 logo。" + "content": "在[模板设置]](/editor?context=theme&category=logo)中编辑您的 logo。" }, "sticky_header_type": { "label": "粘性标头", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "国家\/地区选择器" + "content": "国家/地区选择器" }, "header__4": { - "info": "若要添加国家\/地区,请转到 [市场设置](\/admin\/settings\/markets)。" + "info": "若要添加国家/地区,请转到 [市场设置](/admin/settings/markets)。" }, "enable_country_selector": { - "label": "启用国家\/地区选择器" + "label": "启用国家/地区选择器" }, "header__5": { "content": "语言选择器" }, "header__6": { - "info": "若要添加语言,请转到您的 [语言设置](\/admin\/settings\/languages)。" + "info": "若要添加语言,请转到您的 [语言设置](/admin/settings/languages)。" }, "enable_language_selector": { "label": "启用语言选择器" @@ -1035,7 +1040,7 @@ "options__3": { "label": "中" }, - "info": "若要获得最佳效果,请使用纵横比为 3:2 的图片。[了解详细信息](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "若要获得最佳效果,请使用纵横比为 3:2 的图片。[了解详细信息](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "大" } @@ -1335,7 +1340,7 @@ "options__3": { "label": "中" }, - "info": "若要获得最佳效果,请使用纵横比为 16:9 的图片。[了解详细信息](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "若要获得最佳效果,请使用纵横比为 16:9 的图片。[了解详细信息](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "大" } @@ -1361,10 +1366,10 @@ "name": "分享", "settings": { "featured_image_info": { - "content": "如果您在社交媒体帖子中包含链接,该页面的配图将作为预览图片显示。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)。" + "content": "如果您在社交媒体帖子中包含链接,该页面的配图将作为预览图片显示。[了解详细信息](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)。" }, "title_info": { - "content": "预览图片中包含商店标题和描述。[了解详细信息](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)。" + "content": "预览图片中包含商店标题和描述。[了解详细信息](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)。" }, "text": { "label": "文本" @@ -1383,7 +1388,7 @@ "label": "显示配图" }, "paragraph": { - "content": "通过编辑博客文章来更改摘录。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "通过编辑博客文章来更改摘录。[了解详细信息](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "显示日期" @@ -1415,7 +1420,7 @@ "options__4": { "label": "大" }, - "info": "若要获得最佳效果,请使用纵横比为 3:2 的图片。[了解详细信息](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "若要获得最佳效果,请使用纵横比为 3:2 的图片。[了解详细信息](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "产品系列横幅", "settings": { "paragraph": { - "content": "通过编辑产品系列来添加描述或图片。[了解详细信息](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "通过编辑产品系列来添加描述或图片。[了解详细信息](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "显示产品系列描述" }, "show_collection_image": { "label": "显示产品系列图片", - "info": "若要获得最佳效果,请使用纵横比为 16:9 的图片。[了解详细信息](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "若要获得最佳效果,请使用纵横比为 16:9 的图片。[了解详细信息](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1477,11 +1482,11 @@ }, "enable_tags": { "label": "启用筛选", - "info": "使用 Search & Discovery 应用自定义筛选条件。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "使用 Search & Discovery 应用自定义筛选条件。[了解详细信息](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "启用筛选", - "info": "使用 Search & Discovery 应用自定义筛选条件。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "使用 Search & Discovery 应用自定义筛选条件。[了解详细信息](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "启用排序" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "显示产品评分", - "info": "若要显示评分,请添加产品评分应用。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-grid-section-settings)" + "info": "若要显示评分,请添加产品评分应用。[了解详细信息](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-grid-section-settings)" }, "enable_quick_buy": { "label": "启用快速添加按钮", @@ -1565,7 +1570,7 @@ "options__3": { "label": "方形" }, - "info": "通过编辑产品集合来添加图片。[了解详细信息](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "通过编辑产品集合来添加图片。[了解详细信息](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "台式设备上的列数" @@ -1642,11 +1647,11 @@ "settings": { "show_dynamic_checkout": { "label": "显示动态结账按钮", - "info": "通过使用您商店中提供的付款方式,客户会看到他们的首选付款方式,例如 PayPal 或 Apple Pay。[了解详细信息](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "通过使用您商店中提供的付款方式,客户会看到他们的首选付款方式,例如 PayPal 或 Apple Pay。[了解详细信息](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "显示礼品卡产品的收件人信息表单", - "info": "客户可以选择直接将礼品卡产品发送给收件人并附加私人消息。" + "info": "客户可以选择直接将礼品卡产品发送给收件人并附加私人消息。[了解详细信息](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } }, "name": "Buy Button" @@ -1654,10 +1659,10 @@ "share": { "settings": { "featured_image_info": { - "content": "如果您在社交媒体帖子中包含链接,该页面的配图便会作为预览图片显示。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)。" + "content": "如果您在社交媒体帖子中包含链接,该页面的配图便会作为预览图片显示。[了解详细信息](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)。" }, "title_info": { - "content": "预览图片中包含商店标题和描述。[了解详细信息](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)。" + "content": "预览图片中包含商店标题和描述。[了解详细信息](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)。" }, "text": { "label": "文本" @@ -1854,7 +1859,7 @@ "name": "产品评分", "settings": { "paragraph": { - "content": "若要显示评分,请添加产品评分应用。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-rating-block)" + "content": "若要显示评分,请添加产品评分应用。[了解详细信息](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } }, @@ -1862,7 +1867,7 @@ "name": "互补产品", "settings": { "paragraph": { - "content": "若要选择互补产品,请添加 Search & Discovery 应用。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "若要选择互补产品,请添加 Search & Discovery 应用。[了解详细信息](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "标题" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "媒体文件", - "info": "详细了解 [媒体文件类型。](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "详细了解 [媒体文件类型。](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "启用视频循环" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "显示产品评分", - "info": "若要显示评分,请添加产品评分应用。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#search-results-section-settings)" + "info": "若要显示评分,请添加产品评分应用。[了解详细信息](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#search-results-section-settings)" }, "columns_desktop": { "label": "桌面上的列数" @@ -2147,10 +2152,10 @@ "image_width": { "label": "图片宽度", "options__1": { - "label": "1\/3 列宽" + "label": "1/3 列宽" }, "options__2": { - "label": "1\/2 列宽" + "label": "1/2 列宽" }, "options__3": { "label": "全列宽" @@ -2247,7 +2252,7 @@ "label": "使分区展示全宽" }, "paragraph": { - "content": "每次电子邮件订阅均会创建一个客户账户。[了解详细信息](https:\/\/help.shopify.com\/manual\/customers)" + "content": "每次电子邮件订阅均会创建一个客户账户。[了解详细信息](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "视频替代文本", - "info": "为使用屏幕阅读器的客户描述视频。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "为使用屏幕阅读器的客户描述视频。[了解详细信息](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "添加图片填充", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "显示动态结账按钮", - "info": "通过使用您商店中提供的付款方式,客户会看到他们的首选付款方式,例如 PayPal 或 Apple Pay。[了解详细信息](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "显示礼品卡产品的收件人表单", - "info": "启用此功能后,客户可以选择将礼品卡产品发送给收件人并附加私人消息。" + "info": "通过使用您商店中提供的付款方式,客户会看到他们的首选付款方式,例如 PayPal 或 Apple Pay。[了解详细信息](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "分享", "settings": { "featured_image_info": { - "content": "如果您在社交媒体帖子中包含链接,该页面的配图将作为预览图片显示。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "如果您在社交媒体帖子中包含链接,该页面的配图将作为预览图片显示。[了解详细信息](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "预览图片中包含商店标题和描述。[了解详细信息](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "预览图片中包含商店标题和描述。[了解详细信息](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "文本" @@ -2540,7 +2541,7 @@ "name": "产品评分", "settings": { "paragraph": { - "content": "若要显示评分,请添加产品评分应用。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" + "content": "若要显示评分,请添加产品评分应用。[了解详细信息](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "媒体文件", - "info": "详细了解 [媒体文件类型](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "详细了解 [媒体文件类型](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "启用视频循环" @@ -2598,7 +2599,7 @@ "name": "电子邮件注册横幅", "settings": { "paragraph": { - "content": "每次电子邮件订阅均会创建一个客户账户。[了解详细信息](https:\/\/help.shopify.com\/manual\/customers)" + "content": "每次电子邮件订阅均会创建一个客户账户。[了解详细信息](https://help.shopify.com/manual/customers)" }, "image": { "label": "背景图片" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "在移动设备上的图片下方显示内容。", - "info": "若要获得最佳效果,请使用纵横比为 16:9 的图片。[了解详细信息](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "若要获得最佳效果,请使用纵横比为 16:9 的图片。[了解详细信息](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "横幅高度", @@ -2633,7 +2634,7 @@ "options__4": { "label": "大" }, - "info": "若要获得最佳效果,请使用纵横比为 16:9 的图片。[了解详细信息](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "若要获得最佳效果,请使用纵横比为 16:9 的图片。[了解详细信息](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__4": { @@ -3137,7 +3138,7 @@ "label": "台式设备上的列数" }, "paragraph__1": { - "content": "动态推荐使用订单和产品信息来随着时间而变化和改进。[了解详细信息](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "动态推荐使用订单和产品信息来随着时间而变化和改进。[了解详细信息](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "产品卡" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "显示产品评分", - "info": "若要显示评分,请添加产品评分应用。[了解详细信息](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-recommendations-section-settings)" + "info": "若要显示评分,请添加产品评分应用。[了解详细信息](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "移动设备布局" diff --git a/locales/zh-TW.json b/locales/zh-TW.json index 707932bf21a..ad1a7882d16 100644 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -322,6 +322,13 @@ }, "page": { "title": "頁面標題" + }, + "announcements": { + "previous_announcement": "前一則公告", + "next_announcement": "下一則公告", + "carousel": "輪播", + "announcement": "公告", + "announcement_bar": "公告列" } }, "localization": { @@ -459,13 +466,13 @@ "form": { "checkbox": "我要將此作為禮物傳送", "email_label": "收件者電子郵件", - "email_label_optional": "收件者電子郵件 (選填)", "email": "電子郵件", "name_label": "收件者姓名 (選填)", "name": "姓名", "message_label": "訊息 (選填)", "message": "訊息", - "max_characters": "最多 {{ max_chars }} 個字元" + "max_characters": "最多 {{ max_chars }} 個字元", + "email_label_optional_for_no_js_behavior": "收件者電子郵件 (選填)" } } } diff --git a/locales/zh-TW.schema.json b/locales/zh-TW.schema.json index ddeb40f0df9..94df68b59ee 100644 --- a/locales/zh-TW.schema.json +++ b/locales/zh-TW.schema.json @@ -53,7 +53,7 @@ "settings": { "type_header_font": { "label": "字型", - "info": "選取不同字型會影響商店速度。[深入瞭解系統字型。](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "選取不同字型會影響商店速度。[深入瞭解系統字型。](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "header__1": { "content": "標題" @@ -63,7 +63,7 @@ }, "type_body_font": { "label": "字型", - "info": "選取不同字型會影響商店速度。[深入瞭解系統字型。](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" + "info": "選取不同字型會影響商店速度。[深入瞭解系統字型。](https://help.shopify.com/manual/online-store/os/store-speed/improving-speed#fonts)" }, "heading_scale": { "label": "字型大小縮放" @@ -92,39 +92,39 @@ "settings": { "social_twitter_link": { "label": "Twitter", - "info": "https:\/\/twitter.com\/shopify" + "info": "https://twitter.com/shopify" }, "social_facebook_link": { "label": "Facebook", - "info": "https:\/\/facebook.com\/shopify" + "info": "https://facebook.com/shopify" }, "social_pinterest_link": { "label": "Pinterest", - "info": "https:\/\/pinterest.com\/shopify" + "info": "https://pinterest.com/shopify" }, "social_instagram_link": { "label": "Instagram", - "info": "http:\/\/instagram.com\/shopify" + "info": "http://instagram.com/shopify" }, "social_tiktok_link": { "label": "TikTok", - "info": "https:\/\/tiktok.com\/@shopify" + "info": "https://tiktok.com/@shopify" }, "social_tumblr_link": { "label": "Tumblr", - "info": "https:\/\/shopify.tumblr.com" + "info": "https://shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", - "info": "https:\/\/www.snapchat.com\/add\/shopify" + "info": "https://www.snapchat.com/add/shopify" }, "social_youtube_link": { "label": "YouTube", - "info": "https:\/\/www.youtube.com\/shopify" + "info": "https://www.youtube.com/shopify" }, "social_vimeo_link": { "label": "Vimeo", - "info": "https:\/\/vimeo.com\/shopify" + "info": "https://vimeo.com/shopify" }, "header": { "content": "社群帳號" @@ -271,7 +271,7 @@ }, "variant_pills": { "name": "子類藥丸", - "paragraph": "子類藥丸是顯示商品子類選項的一種方式。[瞭解詳情](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" + "paragraph": "子類藥丸是顯示商品子類選項的一種方式。[瞭解詳情](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)" }, "inputs": { "name": "輸入" @@ -501,6 +501,14 @@ }, "name": "公告" } + }, + "settings": { + "auto_rotate": { + "label": "自動輪播投影片" + }, + "change_slides_speed": { + "label": "每過以下時間即變更投影片" + } } }, "collage": { @@ -581,7 +589,7 @@ }, "description": { "label": "影片替代文字", - "info": "為使用螢幕助讀程式的顧客說明該影片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" + "info": "為使用螢幕助讀程式的顧客說明該影片。[瞭解詳情](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video-block)" } }, "name": "影片" @@ -608,7 +616,7 @@ "options__3": { "label": "正方形" }, - "info": "編輯您的商品系列以新增圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "編輯您的商品系列以新增圖片。[瞭解詳情](https://help.shopify.com/manual/products/collections)" }, "swipe_on_mobile": { "label": "啟用行動裝置的滑動功能" @@ -681,7 +689,7 @@ }, "show_image": { "label": "顯示精選圖片", - "info": "若想要獲得最佳結果,請使用外觀比例為 3:2 的圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "若想要獲得最佳結果,請使用外觀比例為 3:2 的圖片。[瞭解詳情](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "顯示日期" @@ -735,7 +743,7 @@ }, "show_rating": { "label": "顯示產品評等", - "info": "新增產品評等應用程式,即可顯示評等。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" + "info": "新增產品評等應用程式,即可顯示評等。[瞭解詳情](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "啟用「快速新增」按鈕", @@ -830,14 +838,14 @@ "name": "品牌資訊", "settings": { "paragraph": { - "content": "此區塊將顯示您的品牌資訊。[編輯品牌資訊。](\/editor?context=theme&category=brand%20information)" + "content": "此區塊將顯示您的品牌資訊。[編輯品牌資訊。](/editor?context=theme&category=brand%20information)" }, "header__1": { "content": "社群媒體圖示" }, "show_social": { "label": "顯示社群媒體圖示", - "info": "若要顯示您的社群媒體帳號,請在您的 [佈景主題設定](\/editor?context=theme&category=social%20media) 中連接帳號。" + "info": "若要顯示您的社群媒體帳號,請在您的 [佈景主題設定](/editor?context=theme&category=social%20media) 中連接帳號。" } } } @@ -850,30 +858,30 @@ "label": "標題" }, "header__1": { - "info": "訂閱者已自動新增至您的「接受行銷」顧客名單。[瞭解詳情](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)", + "info": "訂閱者已自動新增至您的「接受行銷」顧客名單。[瞭解詳情](https://help.shopify.com/manual/customers/manage-customers)", "content": "電子郵件訂閱" }, "header__2": { "content": "社群媒體圖示", - "info": "若要顯示您的社群媒體帳號,請在您的 [佈景主題設定](\/editor?context=theme&category=social%20media) 中連接帳號。" + "info": "若要顯示您的社群媒體帳號,請在您的 [佈景主題設定](/editor?context=theme&category=social%20media) 中連接帳號。" }, "show_social": { "label": "顯示社群媒體圖示" }, "header__3": { - "content": "國家\/地區選擇器" + "content": "國家/地區選擇器" }, "header__4": { - "info": "若要新增國家\/地區,請前往 [市場設定](\/admin\/settings\/markets)。" + "info": "若要新增國家/地區,請前往 [市場設定](/admin/settings/markets)。" }, "enable_country_selector": { - "label": "啟用國家\/地區選擇器" + "label": "啟用國家/地區選擇器" }, "header__5": { "content": "語言選擇器" }, "header__6": { - "info": "若要新增語言,請前往 [language settings](\/admin\/settings\/languages)。" + "info": "若要新增語言,請前往 [language settings](/admin/settings/languages)。" }, "enable_language_selector": { "label": "啟用語言選擇器" @@ -889,14 +897,14 @@ }, "header__8": { "content": "政策連結", - "info": "若要新增商店政策,請前往 [政策設定](\/admin\/settings\/legal)]。" + "info": "若要新增商店政策,請前往 [政策設定](/admin/settings/legal)]。" }, "show_policy": { "label": "顯示政策連結" }, "header__9": { "content": "在 Shop 上追蹤", - "info": "為 Shop 應用程式上的店面顯示追蹤按鈕。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/follow-on-shop)" + "info": "若要允許顧客透過您的店面在 Shop 應用程式上追蹤您的商店,您必須啟用 Shop Pay。[瞭解詳情](https://help.shopify.com/manual/online-store/themes/customizing-themes/follow-on-shop)" }, "enable_follow_on_shop": { "label": "啟用「在 Shop 上追蹤」" @@ -955,11 +963,8 @@ "label": "靠左" } }, - "logo_header": { - "content": "標誌" - }, "logo_help": { - "content": "在 [編輯佈景主題設定](\/editor?context=theme&category=logo) 中編輯標誌。" + "content": "在 [編輯佈景主題設定](/editor?context=theme&category=logo) 中編輯標誌。" }, "sticky_header_type": { "label": "固定式頁首", @@ -977,19 +982,19 @@ } }, "header__3": { - "content": "國家\/地區選擇器" + "content": "國家/地區選擇器" }, "header__4": { - "info": "若要新增國家\/地區,請前往 [市場設定](\/admin\/settings\/markets)" + "info": "若要新增國家/地區,請前往 [市場設定](/admin/settings/markets)" }, "enable_country_selector": { - "label": "啟用國家\/地區選擇器" + "label": "啟用國家/地區選擇器" }, "header__5": { "content": "語言選擇器" }, "header__6": { - "info": "若要新增語言,請前往 [語言設定。](\/admin\/settings\/languages)" + "info": "若要新增語言,請前往 [語言設定。](/admin/settings/languages)" }, "enable_language_selector": { "label": "啟用語言選擇器" @@ -1035,7 +1040,7 @@ "options__3": { "label": "中" }, - "info": "若想要獲得最佳結果,請使用外觀比例為 3:2 的圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "若想要獲得最佳結果,請使用外觀比例為 3:2 的圖片。[瞭解詳情](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "大" } @@ -1335,7 +1340,7 @@ "options__3": { "label": "中等" }, - "info": "若想要獲得最佳結果,請使用寬高比為 16:9 的圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)", + "info": "若想要獲得最佳結果,請使用寬高比為 16:9 的圖片。[瞭解詳情](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)", "options__4": { "label": "大" } @@ -1361,10 +1366,10 @@ "name": "分享", "settings": { "featured_image_info": { - "content": "若您在社群媒體貼文加入連結,則此頁面的主要圖片會顯示為預覽圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)。" + "content": "若您在社群媒體貼文加入連結,則此頁面的主要圖片會顯示為預覽圖片。[瞭解詳情](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)。" }, "title_info": { - "content": "商店名稱和說明包含在預覽圖片中。[瞭解詳情](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "商店名稱和說明包含在預覽圖片中。[瞭解詳情](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "文字" @@ -1383,7 +1388,7 @@ "label": "顯示精選圖片" }, "paragraph": { - "content": "編輯您的網誌文章以變更摘要。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" + "content": "編輯您的網誌文章以變更摘要。[瞭解詳情](https://help.shopify.com/manual/online-store/blogs/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "show_date": { "label": "顯示日期" @@ -1415,7 +1420,7 @@ "options__4": { "label": "大" }, - "info": "若想要獲得最佳結果,請使用外觀比例為 3:2 的圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "若想要獲得最佳結果,請使用外觀比例為 3:2 的圖片。[瞭解詳情](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1437,14 +1442,14 @@ "name": "商品系列橫幅", "settings": { "paragraph": { - "content": "編輯您的商品系列以新增說明或圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" + "content": "編輯您的商品系列以新增說明或圖片。[瞭解詳情](https://help.shopify.com/manual/products/collections/collection-layout)" }, "show_collection_description": { "label": "顯示商品系列說明" }, "show_collection_image": { "label": "顯示商品系列圖片", - "info": "若想要獲得最佳結果,請使用寬高比為 16:9 的圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "若想要獲得最佳結果,請使用寬高比為 16:9 的圖片。[瞭解詳情](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" } } }, @@ -1477,11 +1482,11 @@ }, "enable_tags": { "label": "啟用篩選", - "info": "使用 Search & Discovery 應用程式來自訂篩選條件。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "使用 Search & Discovery 應用程式來自訂篩選條件。[瞭解詳情](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_filtering": { "label": "啟用篩選", - "info": "使用 Search & Discovery 應用程式來自訂篩選條件。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)" + "info": "使用 Search & Discovery 應用程式來自訂篩選條件。[瞭解詳情](https://help.shopify.com/manual/online-store/search-and-discovery/filters)" }, "enable_sorting": { "label": "啟用排序" @@ -1491,7 +1496,7 @@ }, "show_rating": { "label": "顯示產品評等", - "info": "新增產品評等應用程式,即可顯示評等。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-grid-section-settings)" + "info": "新增產品評等應用程式,即可顯示評等。[瞭解詳情](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-grid-section-settings)" }, "enable_quick_buy": { "label": "啟用「快速新增」按鈕", @@ -1565,7 +1570,7 @@ "options__3": { "label": "正方形" }, - "info": "編輯您的商品系列以新增圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/products\/collections)" + "info": "編輯您的商品系列以新增圖片。[瞭解詳情](https://help.shopify.com/manual/products/collections)" }, "columns_desktop": { "label": "桌面版的欄數" @@ -1642,11 +1647,11 @@ "settings": { "show_dynamic_checkout": { "label": "顯示動態結帳按鈕", - "info": "顧客可以使用您商店可用的付款方式,看見其偏好選項,如 PayPal 或 Apple Pay 。[深入瞭解相關資訊](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" + "info": "顧客可以使用您商店可用的付款方式,看見其偏好選項,如 PayPal 或 Apple Pay 。[深入瞭解相關資訊](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "顯示禮品卡商品的收件人資訊表單", - "info": "可選擇將禮品卡商品與個人化訊息直接傳送給收件人。" + "info": "可選擇將禮品卡商品與個人化訊息直接傳送給收件人。[瞭解詳情](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)" } }, "name": "購買按鈕" @@ -1654,10 +1659,10 @@ "share": { "settings": { "featured_image_info": { - "content": "若您在社群媒體貼文加入連結,則此頁面的主要圖片會顯示為預覽圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)。" + "content": "若您在社群媒體貼文加入連結,則此頁面的主要圖片會顯示為預覽圖片。[瞭解詳情](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)。" }, "title_info": { - "content": "商店名稱和說明包含在預覽圖片中。[瞭解詳情](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "商店名稱和說明包含在預覽圖片中。[瞭解詳情](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "文字" @@ -1854,7 +1859,7 @@ "name": "產品評等", "settings": { "paragraph": { - "content": "新增產品評等應用程式,即可顯示評等。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-rating-block)" + "content": "新增產品評等應用程式,即可顯示評等。[瞭解詳情](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } }, @@ -1862,7 +1867,7 @@ "name": "配套商品", "settings": { "paragraph": { - "content": "若要選取配套商品,請新增 Search & Discovery 應用程式。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/product-recommendations)" + "content": "若要選取配套商品,請新增 Search & Discovery 應用程式。[瞭解詳情](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "標題" @@ -1995,7 +2000,7 @@ "settings": { "header": { "content": "多媒體檔案", - "info": "深入瞭解 [多媒體檔案類型。](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "深入瞭解 [多媒體檔案類型。](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "啟用影片循環播放功能" @@ -2119,7 +2124,7 @@ }, "show_rating": { "label": "顯示產品評等", - "info": "新增產品評等應用程式,即可顯示評等。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#search-results-section-settings)" + "info": "新增產品評等應用程式,即可顯示評等。[瞭解詳情](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#search-results-section-settings)" }, "columns_desktop": { "label": "桌面版的欄數" @@ -2247,7 +2252,7 @@ "label": "讓區段呈現全寬度" }, "paragraph": { - "content": "每筆電子郵件訂閱都會建立顧客帳號。[瞭解詳情](https:\/\/help.shopify.com\/manual\/customers)" + "content": "每筆電子郵件訂閱都會建立顧客帳號。[瞭解詳情](https://help.shopify.com/manual/customers)" } }, "blocks": { @@ -2420,7 +2425,7 @@ }, "description": { "label": "影片替代文字", - "info": "為使用螢幕助讀程式的顧客說明該影片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" + "info": "為使用螢幕助讀程式的顧客說明該影片。[瞭解詳情](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#video)" }, "image_padding": { "label": "新增圖片邊框間距", @@ -2503,11 +2508,7 @@ "settings": { "show_dynamic_checkout": { "label": "顯示動態結帳按鈕", - "info": "顧客可透過您商店的可用付款方式,看到其偏好選項 (如 PayPal 或 Apple Pay)。[瞭解詳情](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" - }, - "show_gift_card_recipient": { - "label": "顯示禮品卡商品的收件人表單", - "info": "啟用後,即可選擇將禮品卡商品與個人化訊息傳送給收件人。" + "info": "顧客可透過您商店的可用付款方式,看到其偏好選項 (如 PayPal 或 Apple Pay)。[瞭解詳情](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" } } }, @@ -2518,10 +2519,10 @@ "name": "分享", "settings": { "featured_image_info": { - "content": "若您在社群媒體貼文中加入連結,則此頁面的主要圖片會顯示為預覽圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" + "content": "若您在社群媒體貼文中加入連結,則此頁面的主要圖片會顯示為預覽圖片。[瞭解詳情](https://help.shopify.com/manual/online-store/images/showing-social-media-thumbnail-images)" }, "title_info": { - "content": "商店名稱和說明包含在預覽圖片中。[瞭解詳情](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" + "content": "商店名稱和說明包含在預覽圖片中。[瞭解詳情](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords#set-a-title-and-description-for-your-online-store)" }, "text": { "label": "文字" @@ -2540,7 +2541,7 @@ "name": "產品評等", "settings": { "paragraph": { - "content": "新增產品評等應用程式,即可顯示評等。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" + "content": "新增產品評等應用程式,即可顯示評等。[瞭解詳情](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } }, @@ -2571,7 +2572,7 @@ }, "header": { "content": "多媒體檔案", - "info": "深入瞭解 [多媒體檔案類型](https:\/\/help.shopify.com\/manual\/products\/product-media)" + "info": "深入瞭解 [多媒體檔案類型](https://help.shopify.com/manual/products/product-media)" }, "enable_video_looping": { "label": "啟用影片循環播放功能" @@ -2598,7 +2599,7 @@ "name": "電子郵件訂閱橫幅", "settings": { "paragraph": { - "content": "每筆電子郵件訂閱都會建立顧客帳號。[瞭解詳情](https:\/\/help.shopify.com\/manual\/customers)" + "content": "每筆電子郵件訂閱都會建立顧客帳號。[瞭解詳情](https://help.shopify.com/manual/customers)" }, "image": { "label": "背景圖片" @@ -2617,7 +2618,7 @@ }, "show_text_below": { "label": "在行動版圖片下方顯示內容", - "info": "若想要獲得最佳結果,請使用寬高比為 16:9 的圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "若想要獲得最佳結果,請使用寬高比為 16:9 的圖片。[瞭解詳情](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "image_height": { "label": "橫幅高度", @@ -2633,7 +2634,7 @@ "options__4": { "label": "大" }, - "info": "若想要獲得最佳結果,請使用寬高比為 16:9 的圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" + "info": "若想要獲得最佳結果,請使用寬高比為 16:9 的圖片。[瞭解詳情](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__4": { @@ -3137,7 +3138,7 @@ "label": "桌面版的欄數" }, "paragraph__1": { - "content": "動態推薦會使用訂單和商品資訊,以隨著時間改變與改進。[瞭解詳情](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" + "content": "動態推薦會使用訂單和商品資訊,以隨著時間改變與改進。[瞭解詳情](https://help.shopify.com/themes/development/recommended-products)" }, "header__2": { "content": "商品卡片" @@ -3162,7 +3163,7 @@ }, "show_rating": { "label": "顯示商品評等", - "info": "新增商品評等應用程式,即可顯示評等。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-recommendations-section-settings)" + "info": "新增商品評等應用程式,即可顯示評等。[瞭解詳情](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "行動版版面配置" diff --git a/sections/announcement-bar.liquid b/sections/announcement-bar.liquid index e44c4351608..9b747f0fbe0 100644 --- a/sections/announcement-bar.liquid +++ b/sections/announcement-bar.liquid @@ -1,32 +1,154 @@ -{%- for block in section.blocks -%} - {%- case block.type -%} - {%- when 'announcement' -%} -