diff --git a/assets/quick-order-list.css b/assets/quick-order-list.css index bcd6726884f..884e3e79aba 100644 --- a/assets/quick-order-list.css +++ b/assets/quick-order-list.css @@ -491,6 +491,10 @@ quick-order-list-remove-button:hover .icon-remove { padding-top: 0; } + .quick-order-list__table .desktop-row-error td { + padding-top: 0; + } + .quick-order-list__table .variant-item--unit-price td { vertical-align: middle; } diff --git a/assets/section-main-product.css b/assets/section-main-product.css index d50877fc836..c9dfc5825a7 100644 --- a/assets/section-main-product.css +++ b/assets/section-main-product.css @@ -185,6 +185,10 @@ product-info { max-width: 100%; } +.product-form__input .svg-wrapper { + right: 1.5rem; +} + .product-form__submit { margin-bottom: 1rem; } diff --git a/assets/tailwind-built.css b/assets/tailwind-built.css new file mode 100644 index 00000000000..7114c6dad34 --- /dev/null +++ b/assets/tailwind-built.css @@ -0,0 +1,697 @@ +/* +! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com +*/ + +/* +1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) +2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) +*/ + +*, +::before, +::after { + box-sizing: border-box; + /* 1 */ + border-width: 0; + /* 2 */ + border-style: solid; + /* 2 */ + border-color: #e5e7eb; + /* 2 */ +} + +::before, +::after { + --tw-content: ''; +} + +/* +1. Use a consistent sensible line-height in all browsers. +2. Prevent adjustments of font size after orientation changes in iOS. +3. Use a more readable tab size. +4. Use the user's configured `sans` font-family by default. +5. Use the user's configured `sans` font-feature-settings by default. +6. Use the user's configured `sans` font-variation-settings by default. +7. Disable tap highlights on iOS +*/ + +html, +:host { + line-height: 1.5; + /* 1 */ + -webkit-text-size-adjust: 100%; + /* 2 */ + -moz-tab-size: 4; + /* 3 */ + -o-tab-size: 4; + tab-size: 4; + /* 3 */ + font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + /* 4 */ + font-feature-settings: normal; + /* 5 */ + font-variation-settings: normal; + /* 6 */ + -webkit-tap-highlight-color: transparent; + /* 7 */ +} + +/* +1. Remove the margin in all browsers. +2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. +*/ + +body { + margin: 0; + /* 1 */ + line-height: inherit; + /* 2 */ +} + +/* +1. Add the correct height in Firefox. +2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) +3. Ensure horizontal rules are visible by default. +*/ + +hr { + height: 0; + /* 1 */ + color: inherit; + /* 2 */ + border-top-width: 1px; + /* 3 */ +} + +/* +Add the correct text decoration in Chrome, Edge, and Safari. +*/ + +abbr:where([title]) { + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; +} + +/* +Remove the default font size and weight for headings. +*/ + +h1, +h2, +h3, +h4, +h5, +h6 { + font-size: inherit; + font-weight: inherit; +} + +/* +Reset links to optimize for opt-in styling instead of opt-out. +*/ + +a { + color: inherit; + text-decoration: inherit; +} + +/* +Add the correct font weight in Edge and Safari. +*/ + +b, +strong { + font-weight: bolder; +} + +/* +1. Use the user's configured `mono` font-family by default. +2. Use the user's configured `mono` font-feature-settings by default. +3. Use the user's configured `mono` font-variation-settings by default. +4. Correct the odd `em` font sizing in all browsers. +*/ + +code, +kbd, +samp, +pre { + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + /* 1 */ + font-feature-settings: normal; + /* 2 */ + font-variation-settings: normal; + /* 3 */ + font-size: 1em; + /* 4 */ +} + +/* +Add the correct font size in all browsers. +*/ + +small { + font-size: 80%; +} + +/* +Prevent `sub` and `sup` elements from affecting the line height in all browsers. +*/ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* +1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) +2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) +3. Remove gaps between table borders by default. +*/ + +table { + text-indent: 0; + /* 1 */ + border-color: inherit; + /* 2 */ + border-collapse: collapse; + /* 3 */ +} + +/* +1. Change the font styles in all browsers. +2. Remove the margin in Firefox and Safari. +3. Remove default padding in all browsers. +*/ + +button, +input, +optgroup, +select, +textarea { + font-family: inherit; + /* 1 */ + font-feature-settings: inherit; + /* 1 */ + font-variation-settings: inherit; + /* 1 */ + font-size: 100%; + /* 1 */ + font-weight: inherit; + /* 1 */ + line-height: inherit; + /* 1 */ + letter-spacing: inherit; + /* 1 */ + color: inherit; + /* 1 */ + margin: 0; + /* 2 */ + padding: 0; + /* 3 */ +} + +/* +Remove the inheritance of text transform in Edge and Firefox. +*/ + +button, +select { + text-transform: none; +} + +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Remove default button styles. +*/ + +button, +input:where([type='button']), +input:where([type='reset']), +input:where([type='submit']) { + -webkit-appearance: button; + /* 1 */ + background-color: transparent; + /* 2 */ + background-image: none; + /* 2 */ +} + +/* +Use the modern Firefox focus style for all focusable elements. +*/ + +:-moz-focusring { + outline: auto; +} + +/* +Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) +*/ + +:-moz-ui-invalid { + box-shadow: none; +} + +/* +Add the correct vertical alignment in Chrome and Firefox. +*/ + +progress { + vertical-align: baseline; +} + +/* +Correct the cursor style of increment and decrement buttons in Safari. +*/ + +::-webkit-inner-spin-button, +::-webkit-outer-spin-button { + height: auto; +} + +/* +1. Correct the odd appearance in Chrome and Safari. +2. Correct the outline style in Safari. +*/ + +[type='search'] { + -webkit-appearance: textfield; + /* 1 */ + outline-offset: -2px; + /* 2 */ +} + +/* +Remove the inner padding in Chrome and Safari on macOS. +*/ + +::-webkit-search-decoration { + -webkit-appearance: none; +} + +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Change font properties to `inherit` in Safari. +*/ + +::-webkit-file-upload-button { + -webkit-appearance: button; + /* 1 */ + font: inherit; + /* 2 */ +} + +/* +Add the correct display in Chrome and Safari. +*/ + +summary { + display: list-item; +} + +/* +Removes the default spacing and border for appropriate elements. +*/ + +blockquote, +dl, +dd, +h1, +h2, +h3, +h4, +h5, +h6, +hr, +figure, +p, +pre { + margin: 0; +} + +fieldset { + margin: 0; + padding: 0; +} + +legend { + padding: 0; +} + +ol, +ul, +menu { + list-style: none; + margin: 0; + padding: 0; +} + +/* +Reset default styling for dialogs. +*/ + +dialog { + padding: 0; +} + +/* +Prevent resizing textareas horizontally by default. +*/ + +textarea { + resize: vertical; +} + +/* +1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) +2. Set the default placeholder color to the user's configured gray 400 color. +*/ + +input::-moz-placeholder, textarea::-moz-placeholder { + opacity: 1; + /* 1 */ + color: #9ca3af; + /* 2 */ +} + +input::placeholder, +textarea::placeholder { + opacity: 1; + /* 1 */ + color: #9ca3af; + /* 2 */ +} + +/* +Set the default cursor for buttons. +*/ + +button, +[role="button"] { + cursor: pointer; +} + +/* +Make sure disabled buttons don't get the pointer cursor. +*/ + +:disabled { + cursor: default; +} + +/* +1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) +2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) + This can trigger a poorly considered lint error in some tools but is included by design. +*/ + +img, +svg, +video, +canvas, +audio, +iframe, +embed, +object { + display: block; + /* 1 */ + vertical-align: middle; + /* 2 */ +} + +/* +Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) +*/ + +img, +video { + max-width: 100%; + height: auto; +} + +/* Make elements with the HTML hidden attribute stay hidden by default */ + +[hidden] { + display: none; +} + +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} + +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} + +.container { + width: 100%; + padding-right: 1rem; + padding-left: 1rem; +} + +@media (min-width: 640px) { + .container { + max-width: 640px; + padding-right: 2rem; + padding-left: 2rem; + } +} + +@media (min-width: 768px) { + .container { + max-width: 768px; + } +} + +@media (min-width: 1024px) { + .container { + max-width: 1024px; + padding-right: 4rem; + padding-left: 4rem; + } +} + +@media (min-width: 1280px) { + .container { + max-width: 1280px; + padding-right: 5rem; + padding-left: 5rem; + } +} + +@media (min-width: 1536px) { + .container { + max-width: 1536px; + padding-right: 6rem; + padding-left: 6rem; + } +} + +.fixed { + position: fixed; +} + +.sticky { + position: sticky; +} + +.isolate { + isolation: isolate; +} + +.mx-auto { + margin-left: auto; + margin-right: auto; +} + +.block { + display: block; +} + +.flex { + display: flex; +} + +.table { + display: table; +} + +.grid { + display: grid; +} + +.hidden { + display: none; +} + +.flex-wrap { + flex-wrap: wrap; +} + +.items-center { + align-items: center; +} + +.justify-between { + justify-content: space-between; +} + +.truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.p-2 { + padding: 0.5rem; +} + +.py-2 { + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +.uppercase { + text-transform: uppercase; +} + +.capitalize { + text-transform: capitalize; +} + +.italic { + font-style: italic; +} + +.shadow { + --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +.outline { + outline-style: solid; +} + +.filter { + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} + +.only-of-type\:w-full:only-of-type { + width: 100%; +} + +.only-of-type\:text-center:only-of-type { + text-align: center; +} diff --git a/assets/tailwind.css b/assets/tailwind.css new file mode 100644 index 00000000000..b5c61c95671 --- /dev/null +++ b/assets/tailwind.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; diff --git a/config/settings_data.json b/config/settings_data.json index 0f7a06db992..ef91d6092a5 100644 --- a/config/settings_data.json +++ b/config/settings_data.json @@ -1,5 +1,194 @@ { - "current": "Default", + "current": { + "logo_width": 90, + "type_header_font": "assistant_n4", + "heading_scale": 100, + "type_body_font": "assistant_n4", + "body_scale": 100, + "page_width": 1200, + "spacing_sections": 0, + "spacing_grid_horizontal": 8, + "spacing_grid_vertical": 8, + "animations_reveal_on_scroll": true, + "animations_hover_elements": "none", + "buttons_border_thickness": 1, + "buttons_border_opacity": 100, + "buttons_radius": 0, + "buttons_shadow_opacity": 0, + "buttons_shadow_horizontal_offset": 0, + "buttons_shadow_vertical_offset": 4, + "buttons_shadow_blur": 5, + "variant_pills_border_thickness": 1, + "variant_pills_border_opacity": 55, + "variant_pills_radius": 40, + "variant_pills_shadow_opacity": 0, + "variant_pills_shadow_horizontal_offset": 0, + "variant_pills_shadow_vertical_offset": 4, + "variant_pills_shadow_blur": 5, + "inputs_border_thickness": 1, + "inputs_border_opacity": 55, + "inputs_radius": 0, + "inputs_shadow_opacity": 0, + "inputs_shadow_horizontal_offset": 0, + "inputs_shadow_vertical_offset": 4, + "inputs_shadow_blur": 5, + "card_style": "standard", + "card_image_padding": 0, + "card_text_alignment": "left", + "card_color_scheme": "scheme-2", + "card_border_thickness": 0, + "card_border_opacity": 10, + "card_corner_radius": 0, + "card_shadow_opacity": 0, + "card_shadow_horizontal_offset": 0, + "card_shadow_vertical_offset": 4, + "card_shadow_blur": 5, + "collection_card_style": "standard", + "collection_card_image_padding": 0, + "collection_card_text_alignment": "left", + "collection_card_color_scheme": "scheme-2", + "collection_card_border_thickness": 0, + "collection_card_border_opacity": 10, + "collection_card_corner_radius": 0, + "collection_card_shadow_opacity": 0, + "collection_card_shadow_horizontal_offset": 0, + "collection_card_shadow_vertical_offset": 4, + "collection_card_shadow_blur": 5, + "blog_card_style": "standard", + "blog_card_image_padding": 0, + "blog_card_text_alignment": "left", + "blog_card_color_scheme": "scheme-2", + "blog_card_border_thickness": 0, + "blog_card_border_opacity": 10, + "blog_card_corner_radius": 0, + "blog_card_shadow_opacity": 0, + "blog_card_shadow_horizontal_offset": 0, + "blog_card_shadow_vertical_offset": 4, + "blog_card_shadow_blur": 5, + "text_boxes_border_thickness": 0, + "text_boxes_border_opacity": 10, + "text_boxes_radius": 0, + "text_boxes_shadow_opacity": 0, + "text_boxes_shadow_horizontal_offset": 0, + "text_boxes_shadow_vertical_offset": 4, + "text_boxes_shadow_blur": 5, + "media_border_thickness": 1, + "media_border_opacity": 5, + "media_radius": 0, + "media_shadow_opacity": 0, + "media_shadow_horizontal_offset": 0, + "media_shadow_vertical_offset": 4, + "media_shadow_blur": 5, + "popup_border_thickness": 1, + "popup_border_opacity": 10, + "popup_corner_radius": 0, + "popup_shadow_opacity": 5, + "popup_shadow_horizontal_offset": 0, + "popup_shadow_vertical_offset": 4, + "popup_shadow_blur": 5, + "drawer_border_thickness": 1, + "drawer_border_opacity": 10, + "drawer_shadow_opacity": 0, + "drawer_shadow_horizontal_offset": 0, + "drawer_shadow_vertical_offset": 4, + "drawer_shadow_blur": 5, + "badge_position": "bottom left", + "badge_corner_radius": 40, + "sale_badge_color_scheme": "scheme-4", + "sold_out_badge_color_scheme": "scheme-3", + "brand_headline": "", + "brand_description": "
<\/p>", + "brand_image_width": 100, + "social_facebook_link": "", + "social_instagram_link": "", + "social_youtube_link": "", + "social_tiktok_link": "", + "social_twitter_link": "", + "social_snapchat_link": "", + "social_pinterest_link": "", + "social_tumblr_link": "", + "social_vimeo_link": "", + "predictive_search_enabled": true, + "predictive_search_show_vendor": false, + "predictive_search_show_price": false, + "currency_code_enabled": true, + "cart_type": "notification", + "show_vendor": false, + "show_cart_note": false, + "cart_drawer_collection": "", + "cart_color_scheme": "scheme-1", + "sections": { + "main-password-header": { + "type": "main-password-header", + "settings": { + "color_scheme": "scheme-1" + } + }, + "main-password-footer": { + "type": "main-password-footer", + "settings": { + "color_scheme": "scheme-1" + } + } + }, + "color_schemes": { + "scheme-1": { + "settings": { + "background": "#FFFFFF", + "background_gradient": "", + "text": "#121212", + "button": "#121212", + "button_label": "#FFFFFF", + "secondary_button_label": "#121212", + "shadow": "#121212" + } + }, + "scheme-2": { + "settings": { + "background": "#F3F3F3", + "background_gradient": "", + "text": "#121212", + "button": "#121212", + "button_label": "#F3F3F3", + "secondary_button_label": "#121212", + "shadow": "#121212" + } + }, + "scheme-3": { + "settings": { + "background": "#242833", + "background_gradient": "", + "text": "#FFFFFF", + "button": "#FFFFFF", + "button_label": "#000000", + "secondary_button_label": "#FFFFFF", + "shadow": "#121212" + } + }, + "scheme-4": { + "settings": { + "background": "#121212", + "background_gradient": "", + "text": "#FFFFFF", + "button": "#FFFFFF", + "button_label": "#121212", + "secondary_button_label": "#FFFFFF", + "shadow": "#121212" + } + }, + "scheme-5": { + "settings": { + "background": "#334FB4", + "background_gradient": "", + "text": "#FFFFFF", + "button": "#FFFFFF", + "button_label": "#334FB4", + "secondary_button_label": "#FFFFFF", + "shadow": "#121212" + } + } + } + }, "presets": { "Default": { "logo_width": 90, @@ -68,6 +257,8 @@ "spacing_sections": 0, "spacing_grid_horizontal": 8, "spacing_grid_vertical": 8, + "animations_reveal_on_scroll": true, + "animations_hover_elements": "none", "buttons_border_thickness": 1, "buttons_border_opacity": 100, "buttons_radius": 0, @@ -151,8 +342,11 @@ "drawer_shadow_blur": 5, "badge_position": "bottom left", "badge_corner_radius": 40, - "sale_badge_color_scheme": "scheme-5", + "sale_badge_color_scheme": "scheme-4", "sold_out_badge_color_scheme": "scheme-3", + "brand_headline": "", + "brand_description": "
<\/p>",
+ "brand_image_width": 100,
"social_twitter_link": "",
"social_facebook_link": "",
"social_pinterest_link": "",
@@ -170,6 +364,7 @@
"show_vendor": false,
"show_cart_note": false,
"cart_drawer_collection": "",
+ "cart_color_scheme": "scheme-1",
"sections": {
"main-password-header": {
"type": "main-password-header",
diff --git a/config/settings_schema.json b/config/settings_schema.json
index 8418a6eefeb..b18edec9f1b 100644
--- a/config/settings_schema.json
+++ b/config/settings_schema.json
@@ -2,7 +2,7 @@
{
"name": "theme_info",
"theme_name": "Dawn",
- "theme_version": "15.0.1",
+ "theme_version": "15.1.0",
"theme_author": "Shopify",
"theme_documentation_url": "https://help.shopify.com/manual/online-store/themes",
"theme_support_url": "https://support.shopify.com/"
diff --git a/layout/theme.liquid b/layout/theme.liquid
index 70db635823b..d1bdbc7e072 100644
--- a/layout/theme.liquid
+++ b/layout/theme.liquid
@@ -255,7 +255,7 @@
}
{% endstyle %}
- {{ 'base.css' | asset_url | stylesheet_tag }}
+ {{ 'tailwind-built.css' | asset_url | stylesheet_tag }}
{%- if settings.cart_type == 'drawer' -%}
diff --git a/locales/bg.json b/locales/bg.json
index b18ad2bee2c..5ca8a77b8cb 100644
--- a/locales/bg.json
+++ b/locales/bg.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Вашата парола",
"login_form_error": "Неправилна парола.",
"login_form_submit": "Въведете",
- "admin_link_html": "Вие ли сте собственикът на магазина? Влезте тук",
+ "admin_link_html": "Вие ли сте собственикът на магазина? Влезте тук<\/a>",
"powered_by_shopify_html": "Този магазин ще се поддържа от {{ shopify }}"
},
"social": {
@@ -117,7 +117,7 @@
"minimum_of": "Минимум: {{ quantity }}",
"maximum_of": "Максимум: {{ quantity }}",
"multiples_of": "Стъпки от {{ quantity }}",
- "in_cart_html": "{{ quantity }} в количката",
+ "in_cart_html": "{{ quantity }}<\/span> в количката",
"note": "Преглед на правилата за количества",
"min_of": "Мин. {{ quantity }}",
"max_of": "Макс. {{ quantity }}"
@@ -139,8 +139,8 @@
"view_store_info": "Вижте информация за магазина",
"check_other_stores": "Проверка за наличност в други магазини",
"pick_up_available": "Възможност за взимане",
- "pick_up_available_at_html": "Възможност за взимане от {{ location_name }}",
- "pick_up_unavailable_at_html": "В момента няма възможност за взимане от {{ location_name }}",
+ "pick_up_available_at_html": "Възможност за взимане от {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "В момента няма възможност за взимане от {{ location_name }}<\/span>",
"unavailable": "Не може да се зареди възможността за взимане",
"refresh": "Обнови"
},
@@ -155,7 +155,7 @@
"image_available": "Изображение {{ index }} вече е налично във визуализатора на галерията"
},
"view_full_details": "Покажи пълните подробности",
- "shipping_policy_html": "Доставката се изчислява при плащане.",
+ "shipping_policy_html": "Доставката<\/a> се изчислява при плащане.",
"choose_options": "Изберете опции",
"choose_product_options": "Изберете опции за {{ product_name }}",
"value_unavailable": "{{ option_value }} – неналично",
@@ -171,7 +171,7 @@
"title": "Цени на едро",
"note": "Има възможност за цени на едро",
"minimum": "{{ quantity }}+",
- "price_at_each": "при {{ price }}/бр.",
+ "price_at_each": "при {{ price }}\/бр.",
"price_range": "{{ minimum }} – {{ maximum }}"
},
"product_variants": "Варианти на продукта",
@@ -292,17 +292,17 @@
"note": "Специални инструкции за поръчката",
"login": {
"title": "Имате профил?",
- "paragraph_html": "Влезте за по-бързо преминаване към плащане."
+ "paragraph_html": "Влезте<\/a> за по-бързо преминаване към плащане."
},
"estimated_total": "Очаквана обща сума",
"new_estimated_total": "Нова очаквана обща сума",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "С включено мито и данъци. Отстъпките и доставката се изчисляват при плащане.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "С включено мито и данъци. Отстъпките и доставката<\/a> се изчисляват при плащане.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "С включено мито и данъци. Отстъпките и доставката се изчисляват при плащане.",
- "taxes_included_shipping_at_checkout_with_policy_html": "С включени данъци. Отстъпките и доставката се изчисляват при плащане.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "С включени данъци. Отстъпките и доставката<\/a> се изчисляват при плащане.",
"taxes_included_shipping_at_checkout_without_policy": "С включени данъци. Отстъпките и доставката се изчисляват при плащане.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "С включено мито. Данъците, отстъпките и доставката се изчисляват при плащане.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "С включено мито. Данъците, отстъпките и доставката<\/a> се изчисляват при плащане.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "С включено мито. Данъците, отстъпките и доставката се изчисляват при плащане.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Данъците, отстъпките и доставката се изчисляват при плащане.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Данъците, отстъпките и доставката<\/a> се изчисляват при плащане.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Данъците, отстъпките и доставката се изчисляват при плащане."
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "Колекция",
"empty": "Не са открити продукти",
- "use_fewer_filters_html": "Използвайте по-малко филтри или премахнете всички"
+ "use_fewer_filters_html": "Използвайте по-малко филтри или премахнете всички<\/a>"
},
"video": {
"load_video": "Зареждане на видео: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "Междинна сума за продукти",
"view_cart": "Покажи количката",
- "each": "{{ money }}/бр.",
+ "each": "{{ money }}\/бр.",
"product": "Продукт",
"variant": "Вариант",
"variant_total": "Обща сума за варианта",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "Държава/регион",
+ "country_label": "Държава\/регион",
"language_label": "Език",
"update_language": "Актуализиране на езика",
- "update_country": "Актуализиране на държава/регион",
+ "update_country": "Актуализиране на държава\/регион",
"search": "Търсене",
- "popular_countries_regions": "Популярни страни/региони",
- "country_results_count": "Открити са {{ count }} страни/региона"
+ "popular_countries_regions": "Популярни страни\/региони",
+ "country_results_count": "Открити са {{ count }} страни\/региона"
},
"customer": {
"account_fallback": "Профил",
@@ -399,7 +399,7 @@
"address1": "Адрес 1",
"address2": "Адрес 2",
"city": "Град",
- "country": "Държава/регион",
+ "country": "Държава\/регион",
"province": "Провинция",
"phone": "Телефон",
"set_default": "Задаване като адрес по подразбиране",
diff --git a/locales/cs.json b/locales/cs.json
index 89de44039f6..71dde99b8fd 100644
--- a/locales/cs.json
+++ b/locales/cs.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Vaše heslo",
"login_form_error": "Heslo není správné!",
"login_form_submit": "Zadat",
- "admin_link_html": "Jste majitelem obchodu? Přihlaste se zde",
+ "admin_link_html": "Jste majitelem obchodu? Přihlaste se zde<\/a>",
"powered_by_shopify_html": "Obchod bude využívat platformu {{ shopify }}"
},
"social": {
@@ -126,7 +126,7 @@
"minimum_of": "Minimum: {{ quantity }}",
"maximum_of": "Maximum: {{ quantity }}",
"multiples_of": "Přírůstky: {{ quantity }}",
- "in_cart_html": "{{ quantity }} v košíku",
+ "in_cart_html": "{{ quantity }}<\/span> v košíku",
"note": "Zobrazit pravidla množství",
"min_of": "Minimum {{ quantity }}",
"max_of": "Maximum {{ quantity }}"
@@ -141,8 +141,8 @@
"view_store_info": "Zobrazit informace o obchodě",
"check_other_stores": "Zkontrolovat dostupnost v ostatních obchodech",
"pick_up_available": "Vyzvednutí k dispozici",
- "pick_up_available_at_html": "Vyzvednutí je k dispozici v lokalitě {{ location_name }}",
- "pick_up_unavailable_at_html": "Vyzvednutí není momentálně v lokalitě {{ location_name }} k dispozici",
+ "pick_up_available_at_html": "Vyzvednutí je k dispozici v lokalitě {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Vyzvednutí není momentálně v lokalitě {{ location_name }}<\/span> k dispozici",
"unavailable": "Dostupnost vyzvednutí nebylo možné načíst",
"refresh": "Aktualizovat"
},
@@ -157,7 +157,7 @@
"image_available": "Obrázek {{ index }} je nyní k dispozici v zobrazení galerie"
},
"view_full_details": "Zobrazit veškeré podrobnosti",
- "shipping_policy_html": "Poštovné se vypočítá na pokladně.",
+ "shipping_policy_html": "Poštovné<\/a> se vypočítá na pokladně.",
"choose_options": "Výběr možností",
"choose_product_options": "Zvolte možnosti pro: {{ product_name }}",
"value_unavailable": "{{ option_value }} – není k dispozici",
@@ -173,7 +173,7 @@
"title": "Ceny s objemovou slevou",
"note": "Ceny s objemovou slevou k dispozici",
"minimum": "{{ quantity }} a více",
- "price_at_each": "{{ price }} / ks",
+ "price_at_each": "{{ price }} \/ ks",
"price_range": "{{ minimum }}–{{ maximum }}"
},
"product_variants": "Varianty produktu",
@@ -312,17 +312,17 @@
},
"login": {
"title": "Máte účet?",
- "paragraph_html": "Přihlaste se, abyste si urychlili proces pokladny."
+ "paragraph_html": "Přihlaste se<\/a>, abyste si urychlili proces pokladny."
},
"estimated_total": "Odhadovaný součet",
"new_estimated_total": "Nový odhadovaný součet",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Včetně cla a daní. Slevy a poštovné se vypočítají na pokladně.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Včetně cla a daní. Slevy a poštovné<\/a> se vypočítají na pokladně.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Včetně cla a daní. Slevy a poštovné se vypočítají na pokladně.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Včetně daní. Slevy a poštovné se vypočítají na pokladně.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Včetně daní. Slevy a poštovné<\/a> se vypočítají na pokladně.",
"taxes_included_shipping_at_checkout_without_policy": "Včetně daní. Slevy a poštovné se vypočítají na pokladně.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Včetně cla. Daně, slevy a poštovné se vypočítají na pokladně.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Včetně cla. Daně, slevy a poštovné<\/a> se vypočítají na pokladně.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Včetně cla. Daně, slevy a poštovné se vypočítají na pokladně.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Daně, slevy a poštovné se vypočítají na pokladně.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Daně, slevy a poštovné<\/a> se vypočítají na pokladně.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Daně, slevy a poštovné se vypočítají na pokladně."
},
"footer": {
@@ -343,7 +343,7 @@
"collection_template": {
"title": "Kolekce",
"empty": "Nenalezeny žádné produkty",
- "use_fewer_filters_html": "Můžete použít méně filtrů nebo všechny odebrat"
+ "use_fewer_filters_html": "Můžete použít méně filtrů nebo všechny odebrat<\/a>"
},
"video": {
"load_video": "Načíst video: {{ description }}"
@@ -370,7 +370,7 @@
"quick_order_list": {
"product_total": "Mezisoučet produktu",
"view_cart": "Zobrazit košík",
- "each": "{{ money }} / ks",
+ "each": "{{ money }} \/ ks",
"product": "Produkt",
"variant": "Varianta",
"variant_total": "Varianta celkem",
@@ -398,13 +398,13 @@
}
},
"localization": {
- "country_label": "Země/oblast",
+ "country_label": "Země\/oblast",
"language_label": "Jazyk",
"update_language": "Aktualizovat jazyk",
- "update_country": "Aktualizovat zemi/oblast",
+ "update_country": "Aktualizovat zemi\/oblast",
"search": "Začněte hledat",
- "popular_countries_regions": "Oblíbené země/oblasti",
- "country_results_count": "Byl nalezen tento počet zemí/oblastí: {{ count }}"
+ "popular_countries_regions": "Oblíbené země\/oblasti",
+ "country_results_count": "Byl nalezen tento počet zemí\/oblastí: {{ count }}"
},
"customer": {
"account": {
@@ -435,7 +435,7 @@
"address1": "Adresa 1",
"address2": "Adresa 2",
"city": "Město",
- "country": "Země/oblast",
+ "country": "Země\/oblast",
"province": "Provincie",
"zip": "PSČ",
"phone": "Telefon",
diff --git a/locales/cs.schema.json b/locales/cs.schema.json
index 65e11d93dca..6c9c302c691 100644
--- a/locales/cs.schema.json
+++ b/locales/cs.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -56,40 +56,40 @@
"name": "Sociální sítě",
"settings": {
"social_twitter_link": {
- "label": "X/Twitter",
- "info": "https://x.com/shopify"
+ "label": "X\/Twitter",
+ "info": "https:\/\/x.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"
@@ -222,7 +222,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"
@@ -484,7 +484,7 @@
},
"header__1": {
"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."
},
"header__2": {
"content": "Oznámení"
@@ -493,15 +493,15 @@
"label": "Zobrazit ikony na ploše"
},
"header__3": {
- "content": "Selektor země/oblasti",
- "info": "Pokud chcete přidat zemi nebo oblast, přejděte na [nastavení trhu.](/admin/settings/markets)"
+ "content": "Selektor země\/oblasti",
+ "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__4": {
"content": "Selektor jazyka",
- "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"
@@ -566,7 +566,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"
}
}
},
@@ -591,7 +591,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)",
"default": "Popište video"
}
}
@@ -610,7 +610,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"
},
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Kód Liquidu",
- "info": "Přidejte fragmenty aplikací nebo jiný kód a vytvořte pokročilá přizpůsobení. [Zjistit více](https://shopify.dev/docs/api/liquid)"
+ "info": "Přidejte fragmenty aplikací nebo jiný kód a vytvořte pokročilá přizpůsobení. [Zjistit více](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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"
@@ -747,14 +747,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"
@@ -844,7 +844,7 @@
},
"subtext": {
"label": "Text nižší úrovně",
- "default": " Uveďte pro zákazníky kontaktní informace a popište jim podrobně svůj obchod a značky nabízeného zboží. Uveďte pro zákazníky kontaktní informace a popište jim podrobně svůj obchod a značky nabízeného zboží.<\/p>"
}
}
},
@@ -852,14 +852,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."
}
}
}
@@ -874,29 +874,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"
@@ -912,14 +912,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": "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)"
+ "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"
@@ -979,7 +979,7 @@
}
},
"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í",
@@ -997,19 +997,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Přihlášení k zákaznickým účtům",
- "info": "Pokud chcete spravovat zákaznické účty, přejděte do [jejich nastavení](/admin/settings/customer_accounts)."
+ "info": "Pokud chcete spravovat zákaznické účty, přejděte do [jejich nastavení](\/admin\/settings\/customer_accounts)."
},
"enable_customer_avatar": {
"label": "Zobrazit avatar",
@@ -1062,7 +1062,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ý"
}
@@ -1293,7 +1293,7 @@
"settings": {
"text": {
"label": "Obsah",
- "default": " Zkombinujte text a obrázek, abyste zaměřili pozornost návštěvníků na zvolený produkt, kolekci či blogový příspěvek. Pak můžete připojit podrobnosti o dostupnosti a stylu, nebo dokonce recenzi. Zkombinujte text a obrázek, abyste zaměřili pozornost návštěvníků na zvolený produkt, kolekci či blogový příspěvek. Pak můžete připojit podrobnosti o dostupnosti a stylu, nebo dokonce recenzi.<\/p>"
},
"text_style": {
"label": "Textový styl",
@@ -1365,7 +1365,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"
},
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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"
@@ -1442,7 +1442,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"
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1506,18 +1506,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í"
@@ -1530,7 +1530,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"
@@ -1601,7 +1601,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"
},
@@ -1693,7 +1693,7 @@
},
"swatch_shape": {
"label": "Vzorník",
- "info": "Zapněte [vzorníky](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) u možností produktů.",
+ "info": "Zapněte [vzorníky](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) u možností produktů.",
"options__1": {
"label": "Kruh"
},
@@ -1711,11 +1711,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 dárkových karet",
- "info": "Umožňuje kupujícím odeslat dárkové karty v naplánované datum společně s osobní zprávou. [Zjistit více](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Umožňuje kupujícím odeslat dárkové karty v naplánované datum společně s osobní zprávou. [Zjistit více](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
}
},
@@ -1729,10 +1729,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",
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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",
@@ -2052,7 +2052,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"
@@ -2156,7 +2156,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"
@@ -2176,7 +2176,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"
@@ -2286,7 +2286,7 @@
},
"text": {
"label": "Popis",
- "default": " Zkombinujte text a obrázek, abyste zaměřili pozornost návštěvníků na zvolený produkt, kolekci či blogový příspěvek. Pak můžete připojit podrobnosti o dostupnosti a stylu, nebo dokonce recenzi. Zkombinujte text a obrázek, abyste zaměřili pozornost návštěvníků na zvolený produkt, kolekci či blogový příspěvek. Pak můžete připojit podrobnosti o dostupnosti a stylu, nebo dokonce recenzi.<\/p>"
},
"link_label": {
"label": "Text odkazu"
@@ -2308,7 +2308,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": {
@@ -2326,7 +2326,7 @@
"settings": {
"paragraph": {
"label": "Popis",
- "default": " Získejte jako první informace o nových kolekcích a exkluzivních nabídkách. Získejte jako první informace o nových kolekcích a exkluzivních nabídkách.<\/p>"
}
}
},
@@ -2396,7 +2396,7 @@
"settings": {
"text": {
"label": "Popis",
- "default": " Informujte zákazníky o své značce. Zároveň můžete popsat některý z produktů, oznámit důležité informace nebo přivítat zákazníky ve svém obchodě. Informujte zákazníky o své značce. Zároveň můžete popsat některý z produktů, oznámit důležité informace nebo přivítat zákazníky ve svém obchodě.<\/p>"
}
}
},
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Vzorník",
- "info": "Zapněte [vzorníky](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) u možností produktů.",
+ "info": "Zapněte [vzorníky](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) u možností produktů.",
"options__1": {
"label": "Kruh"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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í"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Popis",
- "default": " Zjistěte jako první, kdy začínáme prodávat. Zjistěte jako první, kdy začínáme prodávat.<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,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)",
"default": "Mohlo by se vám také líbit"
},
"header__2": {
@@ -3235,14 +3235,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í"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Text",
- "default": " Zkombinujte text a obrázek, abyste zaměřili pozornost návštěvníků na zvolený produkt, kolekci či blogový příspěvek. Pak můžete připojit podrobnosti o dostupnosti a stylu, nebo dokonce recenzi. Zkombinujte text a obrázek, abyste zaměřili pozornost návštěvníků na zvolený produkt, kolekci či blogový příspěvek. Pak můžete připojit podrobnosti o dostupnosti a stylu, nebo dokonce recenzi.<\/p>"
},
"button_label": {
"label": "Text tlačítka",
diff --git a/locales/da.json b/locales/da.json
index e3339062e27..1eee92cb345 100644
--- a/locales/da.json
+++ b/locales/da.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Din adgangskode",
"login_form_error": "Forkert adgangskode!",
"login_form_submit": "Få adgang",
- "admin_link_html": "Er du butiksejeren? Log ind her",
+ "admin_link_html": "Er du butiksejeren? Log ind her<\/a>",
"powered_by_shopify_html": "Denne butik vil blive drevet af {{ shopify }}"
},
"social": {
@@ -117,7 +117,7 @@
"minimum_of": "Minimum på {{ quantity }}",
"maximum_of": "Maksimum på {{ quantity }}",
"multiples_of": "Intervaller på {{ quantity }}",
- "in_cart_html": "{{ quantity }} i indkøbskurven",
+ "in_cart_html": "{{ quantity }}<\/span> i indkøbskurven",
"note": "Se mængderegler",
"min_of": "Min. {{ quantity }}",
"max_of": "Maks. {{ quantity }}"
@@ -139,8 +139,8 @@
"view_store_info": "Se butiksoplysninger",
"check_other_stores": "Kontrollér tilgængelighed i andre butikker",
"pick_up_available": "Afhentning er tilgængelig",
- "pick_up_available_at_html": "Afhentning er tilgængelig på {{ location_name }}",
- "pick_up_unavailable_at_html": "Afhentning er ikke tilgængelig på {{ location_name }} i øjeblikket",
+ "pick_up_available_at_html": "Afhentning er tilgængelig på {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Afhentning er ikke tilgængelig på {{ location_name }}<\/span> i øjeblikket",
"unavailable": "Tilgængelighed for afhentning kunne ikke indlæses",
"refresh": "Opdater"
},
@@ -155,7 +155,7 @@
"image_available": "Billedet {{ index }} er nu tilgængeligt i gallerivisning"
},
"view_full_details": "Se komplette oplysninger",
- "shipping_policy_html": "Levering beregnes ved betaling.",
+ "shipping_policy_html": "Levering<\/a> beregnes ved betaling.",
"choose_options": "Vælg muligheder",
"choose_product_options": "Vælg muligheder for {{ product_name }}",
"value_unavailable": "{{ option_value }} - Ikke tilgængelig",
@@ -171,7 +171,7 @@
"title": "Mængderabat",
"note": "Mængderabat tilgængelig",
"minimum": "Mere end {{ quantity }}",
- "price_at_each": "til {{ price }}/stk",
+ "price_at_each": "til {{ price }}\/stk",
"price_range": "{{ minimum }} – {{ maximum }}"
},
"product_variants": "Produktvarianter",
@@ -292,17 +292,17 @@
"update": "Opdater",
"login": {
"title": "Har du en konto?",
- "paragraph_html": "Log ind for at betale hurtigere."
+ "paragraph_html": "Log ind<\/a> for at betale hurtigere."
},
"estimated_total": "Estimeret totalbeløb",
"new_estimated_total": "Ny estimeret totalbeløb",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Inklusive told og skatter. Rabatter og levering beregnes ved betaling.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Inklusive told og skatter. Rabatter og levering<\/a> beregnes ved betaling.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Inklusive told og skatter. Rabatter og levering beregnes ved betaling.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Inklusive skatter. Rabatter og levering beregnes ved betaling.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Inklusive skatter. Rabatter og levering<\/a> beregnes ved betaling.",
"taxes_included_shipping_at_checkout_without_policy": "Inklusive skatter. Rabatter og levering beregnes ved betaling.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Inklusive told. Skatter, rabatter og levering beregnes ved betaling.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Inklusive told. Skatter, rabatter og levering<\/a> beregnes ved betaling.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Inklusive told. Skatter, rabatter og levering beregnes ved betaling.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Skatter, rabatter og levering beregnes ved betaling.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Skatter, rabatter og levering<\/a> beregnes ved betaling.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Skatter, rabatter og levering beregnes ved betaling."
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "Kollektion",
"empty": "Der blev ikke fundet nogen produkter",
- "use_fewer_filters_html": "Brug færre filtre, eller fjern alle"
+ "use_fewer_filters_html": "Brug færre filtre, eller fjern alle<\/a>"
},
"video": {
"load_video": "Indlæs video: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "Subtotal for produkt",
"view_cart": "Se indkøbskurv",
- "each": "{{ money }}/stk.",
+ "each": "{{ money }}\/stk.",
"product": "Produkt",
"variant": "Variant",
"variant_total": "Variant i alt",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "Land/område",
+ "country_label": "Land\/område",
"language_label": "Sprog",
"update_language": "Opdater sprog",
- "update_country": "Opdater land/område",
+ "update_country": "Opdater land\/område",
"search": "Søg",
- "popular_countries_regions": "Populære lande/områder",
- "country_results_count": "{{ count }} lande/områder er fundet"
+ "popular_countries_regions": "Populære lande\/områder",
+ "country_results_count": "{{ count }} lande\/områder er fundet"
},
"customer": {
"account": {
@@ -409,7 +409,7 @@
"address1": "Adresse 1",
"address2": "Adresse 2",
"city": "By",
- "country": "Land/område",
+ "country": "Land\/område",
"province": "Provins",
"zip": "Postnummer",
"phone": "Telefon",
diff --git a/locales/da.schema.json b/locales/da.schema.json
index 6c8af62fb2f..c9e7601906e 100644
--- a/locales/da.schema.json
+++ b/locales/da.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -56,40 +56,40 @@
"name": "Sociale medier",
"settings": {
"social_twitter_link": {
- "label": "X/Twitter",
- "info": "https://x.com/shopify"
+ "label": "X\/Twitter",
+ "info": "https:\/\/x.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"
@@ -222,7 +222,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"
@@ -484,7 +484,7 @@
},
"header__1": {
"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)."
},
"header__2": {
"content": "Meddelelser"
@@ -493,15 +493,15 @@
"label": "Vis ikoner på skrivebordet"
},
"header__3": {
- "content": "Lande-/områdevælger",
- "info": "Hvis du vil tilføje et land/område, skal du gå til dine [markedsindstillinger.](/admin/settings/markets)"
+ "content": "Lande-\/områdevælger",
+ "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__4": {
"content": "Sprogvælger",
- "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"
@@ -591,7 +591,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)",
"default": "Beskriv videoen"
}
}
@@ -619,7 +619,7 @@
"options__3": {
"label": "Kvadrat"
},
- "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"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Liquid-kode",
- "info": "Tilføj appkodestykker eller anden kode for at oprette avancerede tilpasninger. [Få mere at vide](https://shopify.dev/docs/api/liquid)"
+ "info": "Tilføj appkodestykker eller anden kode for at oprette avancerede tilpasninger. [Få mere at vide](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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"
@@ -754,7 +754,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",
@@ -844,7 +844,7 @@
},
"subtext": {
"label": "Undertekst",
- "default": " Del kontaktoplysninger, butiksoplysninger og brandindhold med dine kunder. Del kontaktoplysninger, butiksoplysninger og brandindhold med dine kunder.<\/p>"
}
}
},
@@ -852,14 +852,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)."
}
}
}
@@ -874,29 +874,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"
@@ -912,14 +912,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": "Hvis du vil give kunder mulighed for at følge din butik i Shop-appen via dit butikslayout, skal du have aktiveret Shop Pay. [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 dit butikslayout, 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"
@@ -979,7 +979,7 @@
}
},
"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",
@@ -997,19 +997,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Login for kundekonti",
- "info": "For at administrere kundekonti skal du gå til [indstillingerne for kundekonti](/admin/settings/customer_accounts)."
+ "info": "For at administrere kundekonti skal du gå til [indstillingerne for kundekonti](\/admin\/settings\/customer_accounts)."
},
"enable_customer_avatar": {
"label": "Vis avatar",
@@ -1062,7 +1062,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"
}
@@ -1293,7 +1293,7 @@
"settings": {
"text": {
"label": "Indhold",
- "default": " Kombiner tekst med et billede for at fokusere på dit valgte produkt, din valgte kollektion eller dit valgte blogopslag. Tilføj oplysninger om tilgængelighed, stil og eventuelt også en anmeldelse. Kombiner tekst med et billede for at fokusere på dit valgte produkt, din valgte kollektion eller dit valgte blogopslag. Tilføj oplysninger om tilgængelighed, stil og eventuelt også en anmeldelse.<\/p>"
},
"text_style": {
"label": "Teksttypografi",
@@ -1374,7 +1374,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"
}
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1513,11 +1513,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"
@@ -1530,7 +1530,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)"
},
"columns_desktop": {
"label": "Antallet af kolonner på computer"
@@ -1610,7 +1610,7 @@
"options__3": {
"label": "Kvadrat"
},
- "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"
@@ -1693,7 +1693,7 @@
},
"swatch_shape": {
"label": "Prøve",
- "info": "Aktivér [prøver](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) for produktmuligheder.",
+ "info": "Aktivér [prøver](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) for produktmuligheder.",
"options__1": {
"label": "Cirkel"
},
@@ -1711,11 +1711,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 formularer til modtageroplysninger for gavekort",
- "info": "Giver købere mulighed for at sende gavekort på en planlagt dato sammen med en personlig besked. [Få mere at vide](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Giver købere mulighed for at sende gavekort på en planlagt dato sammen med en personlig besked. [Få mere at vide](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
}
},
@@ -1729,10 +1729,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",
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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",
@@ -2052,7 +2052,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"
@@ -2176,7 +2176,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"
@@ -2286,7 +2286,7 @@
},
"text": {
"label": "Beskrivelse",
- "default": " Kombiner tekst med et billede for at fokusere på dit valgte produkt, din valgte kollektion eller dit valgte blogopslag. Tilføj oplysninger om tilgængelighed, stil og eventuelt også en anmeldelse. Kombiner tekst med et billede for at fokusere på dit valgte produkt, din valgte kollektion eller dit valgte blogopslag. Tilføj oplysninger om tilgængelighed, stil og eventuelt også en anmeldelse.<\/p>"
},
"link_label": {
"label": "Navn på link"
@@ -2308,7 +2308,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": {
@@ -2326,7 +2326,7 @@
"settings": {
"paragraph": {
"label": "Beskrivelse",
- "default": " Vær blandt de første til at få besked om nye kollektioner og eksklusive tilbud. Vær blandt de første til at få besked om nye kollektioner og eksklusive tilbud.<\/p>"
}
}
},
@@ -2396,7 +2396,7 @@
"settings": {
"text": {
"label": "Beskrivelse",
- "default": " Del oplysninger om dit brand med dine kunder. Beskriv et produkt, del meddelelser, eller byd velkommen til din butik. Del oplysninger om dit brand med dine kunder. Beskriv et produkt, del meddelelser, eller byd velkommen til din butik.<\/p>"
}
}
},
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Prøve",
- "info": "Aktivér [prøver](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) for produktmuligheder.",
+ "info": "Aktivér [prøver](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) for produktmuligheder.",
"options__1": {
"label": "Cirkel"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Beskrivelse",
- "default": " Vær blandt de første til at få besked ved lancering. Vær blandt de første til at få besked ved lancering.<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,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)",
"default": "Du vil muligvis også synes om"
},
"header__2": {
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Sms",
- "default": " Kombiner tekst med et billede for at fokusere på dit valgte produkt, din valgte kollektion eller dit valgte blogopslag. Tilføj oplysninger om tilgængelighed, stil og eventuelt også en anmeldelse. Kombiner tekst med et billede for at fokusere på dit valgte produkt, din valgte kollektion eller dit valgte blogopslag. Tilføj oplysninger om tilgængelighed, stil og eventuelt også en anmeldelse.<\/p>"
},
"button_label": {
"label": "Knaptekst",
diff --git a/locales/de.json b/locales/de.json
index dc2865bcb88..1d21d0bbe0c 100644
--- a/locales/de.json
+++ b/locales/de.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Dein Passwort",
"login_form_error": "Falsches Passwort!",
"login_form_submit": "Eingeben",
- "admin_link_html": "Bist du der Shop-Inhaber? Hier einloggen",
+ "admin_link_html": "Bist du der Shop-Inhaber? Hier einloggen<\/a>",
"powered_by_shopify_html": "Dieser Shop wird unterstützt von {{ shopify }}"
},
"social": {
@@ -117,7 +117,7 @@
"minimum_of": "Mindestens {{ quantity }}",
"maximum_of": "Maximal {{ quantity }}",
"multiples_of": "In {{ quantity }}er Schritten",
- "in_cart_html": "{{ quantity }} im Warenkorb",
+ "in_cart_html": "{{ quantity }}<\/span> im Warenkorb",
"note": "Mengenregeln anzeigen",
"min_of": "Mindestens {{ quantity }}",
"max_of": "Höchstens {{ quantity }}"
@@ -139,8 +139,8 @@
"view_store_info": "Shop-Informationen anzeigen",
"check_other_stores": "Verfügbarkeit in anderen Shops überprüfen",
"pick_up_available": "Abholung verfügbar",
- "pick_up_available_at_html": "Abholung bei {{ location_name }} verfügbar",
- "pick_up_unavailable_at_html": "Abholung bei {{ location_name }} derzeit nicht verfügbar",
+ "pick_up_available_at_html": "Abholung bei {{ location_name }}<\/span> verfügbar",
+ "pick_up_unavailable_at_html": "Abholung bei {{ location_name }}<\/span> derzeit nicht verfügbar",
"unavailable": "Verfügbarkeit für Abholungen konnte nicht geladen werden",
"refresh": "Aktualisieren"
},
@@ -155,7 +155,7 @@
"image_available": "Bild {{ index }} ist nun in der Galerieansicht verfügbar"
},
"view_full_details": "Vollständige Details anzeigen",
- "shipping_policy_html": "Versand wird beim Checkout berechnet",
+ "shipping_policy_html": "Versand<\/a> wird beim Checkout berechnet",
"choose_options": "Optionen auswählen",
"choose_product_options": "Optionen für {{ product_name }} auswählen",
"value_unavailable": "{{ option_value }} – nicht verfügbar",
@@ -171,7 +171,7 @@
"title": "Volumenabhängige Preisgestaltung",
"note": "Volumenabhängige Preisgestaltung verfügbar",
"minimum": "{{ quantity }}+",
- "price_at_each": "bei {{ price }}/Stück",
+ "price_at_each": "bei {{ price }}\/Stück",
"price_range": "{{ minimum }}–{{ maximum }}"
},
"product_variants": "Produktvarianten",
@@ -292,17 +292,17 @@
"update": "Aktualisieren",
"login": {
"title": "Hast du ein Konto?",
- "paragraph_html": "Logge dich ein, damit es beim Checkout schneller geht."
+ "paragraph_html": "Logge dich ein<\/a>, damit es beim Checkout schneller geht."
},
"estimated_total": "Geschätzte Gesamtkosten",
"new_estimated_total": "Neuer geschätzter Gesamtbetrag",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Inkl. Zollgebühren und Steuern. Rabatte und Versand werden beim Checkout berechnet.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Inkl. Zollgebühren und Steuern. Rabatte und Versand<\/a> werden beim Checkout berechnet.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Inkl. Zollgebühren und Steuern. Rabatte und Versand werden beim Checkout berechnet.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Inkl. Steuern. Rabatte und Versand werden beim Checkout berechnet.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Inkl. Steuern. Rabatte und Versand<\/a> werden beim Checkout berechnet.",
"taxes_included_shipping_at_checkout_without_policy": "Inkl. Steuern. Rabatte und Versand werden beim Checkout berechnet.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Inkl. Zollgebühren. Steuern, Rabatte und Versand werden beim Checkout berechnet.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Inkl. Zollgebühren. Steuern, Rabatte und Versand<\/a> werden beim Checkout berechnet.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Inkl. Zollgebühren. Steuern, Rabatte und Versand werden beim Checkout berechnet.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Steuern, Rabatte und Versand werden beim Checkout berechnet.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Steuern, Rabatte und Versand<\/a> werden beim Checkout berechnet.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Steuern, Rabatte und Versand werden beim Checkout berechnet."
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "Kategorie",
"empty": "Keine Produkte gefunden",
- "use_fewer_filters_html": "Verwende weniger Filter oder entferne alle"
+ "use_fewer_filters_html": "Verwende weniger Filter oder entferne alle<\/a>"
},
"video": {
"load_video": "Video laden: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "Produktzwischensumme",
"view_cart": "Warenkorb ansehen",
- "each": "{{ money }}/Stück",
+ "each": "{{ money }}\/Stück",
"product": "Produkt",
"variant": "Variante",
"variant_total": "Varianten insgesamt",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "Land/Region",
+ "country_label": "Land\/Region",
"language_label": "Sprache",
"update_language": "Sprache aktualisieren",
- "update_country": "Land/Region aktualisieren",
+ "update_country": "Land\/Region aktualisieren",
"search": "Suchen",
- "popular_countries_regions": "Beliebte Länder/Regionen",
- "country_results_count": "{{ count }} Länder/Regionen gefunden"
+ "popular_countries_regions": "Beliebte Länder\/Regionen",
+ "country_results_count": "{{ count }} Länder\/Regionen gefunden"
},
"customer": {
"account": {
@@ -409,8 +409,8 @@
"address1": "Adresse 1",
"address2": "Adresse 2",
"city": "Ort",
- "country": "Land/Region",
- "province": "Bundesland/Provinz",
+ "country": "Land\/Region",
+ "province": "Bundesland\/Provinz",
"zip": "PLZ",
"phone": "Telefonnummer",
"set_default": "Als Standard-Adresse festlegen",
diff --git a/locales/de.schema.json b/locales/de.schema.json
index bb277b7730b..a8dcf8f2449 100644
--- a/locales/de.schema.json
+++ b/locales/de.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -56,40 +56,40 @@
"name": "Social Media",
"settings": {
"social_twitter_link": {
- "label": "X / Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ Twitter",
+ "info": "https:\/\/x.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"
@@ -222,7 +222,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"
@@ -285,7 +285,7 @@
}
},
"collection_cards": {
- "name": "Kollektionskarten",
+ "name": "Kategoriekarten",
"settings": {
"style": {
"options__1": {
@@ -484,7 +484,7 @@
},
"header__1": {
"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)."
},
"header__2": {
"content": "Ankündigungen"
@@ -493,15 +493,15 @@
"label": "Symbole auf dem Desktop anzeigen"
},
"header__3": {
- "content": "Auswahl für Land/Region",
- "info": "Gehe zu den [Markteinstellungen](/admin/settings/markets), um ein Land / eine Region hinzuzufügen."
+ "content": "Auswahl für Land\/Region",
+ "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__4": {
"content": "Sprachauswahl",
- "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"
@@ -591,7 +591,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)",
"default": "Beschreibe das Video"
}
}
@@ -619,7 +619,7 @@
"options__3": {
"label": "Quadrat"
},
- "info": "Bearbeite deine Kollektionen, um Bilder hinzuzufügen. [Mehr Informationen](https://help.shopify.com/manual/products/collections)"
+ "info": "Bearbeite deine Kollektionen, um Bilder hinzuzufügen. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/products\/collections)"
},
"swipe_on_mobile": {
"label": "Wischen auf Mobilgeräten aktivieren"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Liquid-Code",
- "info": "Füge App-Snippets oder anderen Code hinzu, um fortgeschrittene Anpassungen zu erstellen. [Mehr Informationen](https://shopify.dev/docs/api/liquid)"
+ "info": "Füge App-Snippets oder anderen Code hinzu, um fortgeschrittene Anpassungen zu erstellen. [Mehr Informationen](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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"
@@ -754,7 +754,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",
@@ -844,7 +844,7 @@
},
"subtext": {
"label": "Subtext",
- "default": " Teile Kontaktinformationen, Shop-Details und Markeninhalte mit deinen Kunden. Teile Kontaktinformationen, Shop-Details und Markeninhalte mit deinen Kunden.<\/p>"
}
}
},
@@ -852,14 +852,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)."
}
}
}
@@ -874,29 +874,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"
@@ -912,14 +912,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": "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)"
+ "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"
@@ -979,7 +979,7 @@
}
},
"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",
@@ -997,19 +997,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Einloggen mit Kundenkonten",
- "info": "Um deine Kundenkonten zu verwalten, gehe zu deinen [Kundenkonto-Einstellungen](/admin/settings/customer_accounts)."
+ "info": "Um deine Kundenkonten zu verwalten, gehe zu deinen [Kundenkonto-Einstellungen](\/admin\/settings\/customer_accounts)."
},
"enable_customer_avatar": {
"label": "Avatar anzeigen",
@@ -1062,7 +1062,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ß"
}
@@ -1293,7 +1293,7 @@
"settings": {
"text": {
"label": "Inhalt",
- "default": " Kombiniere Text mit einem Bild, um den Fokus auf dein Produkt, deine Kollektion oder deinen Blog-Beitrag zu richten. Du kannst außerdem weitere Details über die Verfügbarkeit oder den Stil und sogar eine Bewertung hinzufügen. Kombiniere Text mit einem Bild, um den Fokus auf dein Produkt, deine Kollektion oder deinen Blog-Beitrag zu richten. Du kannst außerdem weitere Details über die Verfügbarkeit oder den Stil und sogar eine Bewertung hinzufügen.<\/p>"
},
"text_style": {
"label": "Textstil",
@@ -1374,7 +1374,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ß"
}
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,14 @@
"name": "Kollektionsbanner",
"settings": {
"paragraph": {
- "content": "Bearbeite deine Kollektion, um eine Beschreibung oder ein Bild hinzuzufügen. [Mehr Informationen](https://help.shopify.com/manual/products/collections/collection-layout)"
+ "content": "Bearbeite deine Kollektion, um eine Beschreibung oder ein Bild hinzuzufügen. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)"
},
"show_collection_description": {
"label": "Kollektionsbeschreibung anzeigen"
},
"show_collection_image": {
"label": "Kollektionsbild 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)"
}
}
},
@@ -1495,7 +1495,7 @@
},
"enable_filtering": {
"label": "Filtern aktivieren",
- "info": "Passe Filter mit der Search & Discovery-App an. [Mehr Informationen](https://help.shopify.com/manual/online-store/search-and-discovery/filters)"
+ "info": "Passe Filter mit der Search & Discovery-App an. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/search-and-discovery\/filters)"
},
"enable_sorting": {
"label": "Sortieren aktivieren"
@@ -1526,11 +1526,11 @@
},
"enable_tags": {
"label": "Filtern aktivieren",
- "info": "Passe Filter mit der Search & Discovery-App an. [Mehr Informationen](https://help.shopify.com/manual/online-store/search-and-discovery/filters)"
+ "info": "Passe Filter mit der Search & Discovery-App 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)"
},
"columns_desktop": {
"label": "Anzahl der Spalten auf dem Desktop"
@@ -1610,7 +1610,7 @@
"options__3": {
"label": "Quadrat"
},
- "info": "Bearbeite deine Kollektionen, um Bilder hinzuzufügen. [Mehr Informationen](https://help.shopify.com/manual/products/collections)"
+ "info": "Bearbeite deine Kollektionen, um Bilder hinzuzufügen. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/products\/collections)"
},
"columns_desktop": {
"label": "Anzahl der Spalten auf dem Desktop"
@@ -1692,7 +1692,7 @@
},
"swatch_shape": {
"label": "Farbfeld",
- "info": "Aktiviere [Farbfelder](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) für Produktoptionen.",
+ "info": "Aktiviere [Farbfelder](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) für Produktoptionen.",
"options__1": {
"label": "Kreis"
},
@@ -1710,11 +1710,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 Geschenkgutscheine anzeigen",
- "info": "So können Käufer Geschenkgutscheine an einem bestimmten Datum mit einer persönlichen Nachricht versenden. [Mehr Informationen](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "So können Käufer Geschenkgutscheine an einem bestimmten Datum mit einer persönlichen Nachricht versenden. [Mehr Informationen](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
}
},
@@ -1728,10 +1728,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",
@@ -1906,7 +1906,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)"
}
}
},
@@ -1914,7 +1914,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",
@@ -2051,7 +2051,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"
@@ -2176,7 +2176,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"
@@ -2286,7 +2286,7 @@
},
"text": {
"label": "Beschreibung",
- "default": " Kombiniere Text mit einem Bild, um den Fokus auf dein Produkt, deine Kollektion oder deinen Blog-Beitrag zu richten. Du kannst außerdem weitere Details über die Verfügbarkeit oder den Stil und sogar eine Bewertung hinzufügen. Kombiniere Text mit einem Bild, um den Fokus auf dein Produkt, deine Kollektion oder deinen Blog-Beitrag zu richten. Du kannst außerdem weitere Details über die Verfügbarkeit oder den Stil und sogar eine Bewertung hinzufügen.<\/p>"
},
"link_label": {
"label": "Link-Label"
@@ -2308,7 +2308,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": {
@@ -2326,7 +2326,7 @@
"settings": {
"paragraph": {
"label": "Beschreibung",
- "default": " Erfahre als Erster von neuen Kollektionen und exklusiven Angeboten. Erfahre als Erster von neuen Kollektionen und exklusiven Angeboten.<\/p>"
}
}
},
@@ -2396,7 +2396,7 @@
"settings": {
"text": {
"label": "Beschreibung",
- "default": " Teile Infos über deine Marke mit deinen Kunden. Beschreibe ein Produkt, kündige etwas an oder heiße Kunden willkommen. Teile Infos über deine Marke mit deinen Kunden. Beschreibe ein Produkt, kündige etwas an oder heiße Kunden willkommen.<\/p>"
}
}
},
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Farbfeld",
- "info": "Aktiviere [Farbfelder](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) für Produktoptionen.",
+ "info": "Aktiviere [Farbfelder](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) für Produktoptionen.",
"options__1": {
"label": "Kreis"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Beschreibung",
- "default": " Erfahre als Erster von unserem Launch. Erfahre als Erster von unserem Launch.<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,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)",
"default": "Das könnte dir auch gefallen"
},
"header__2": {
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Text",
- "default": " Kombiniere Text mit einem Bild, um den Fokus auf dein Produkt, deine Kollektion oder deinen Blog-Beitrag zu richten. Du kannst außerdem weitere Details über die Verfügbarkeit oder den Stil und sogar eine Bewertung hinzufügen. Kombiniere Text mit einem Bild, um den Fokus auf dein Produkt, deine Kollektion oder deinen Blog-Beitrag zu richten. Du kannst außerdem weitere Details über die Verfügbarkeit oder den Stil und sogar eine Bewertung hinzufügen.<\/p>"
},
"button_label": {
"label": "Schaltflächenbeschriftung",
diff --git a/locales/el.json b/locales/el.json
index 79f1bfdcb73..3f8eb48f3a5 100644
--- a/locales/el.json
+++ b/locales/el.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Ο κωδικός σας πρόσβασης",
"login_form_error": "Λανθασμένος κωδικός πρόσβασης!",
"login_form_submit": "Είσοδος",
- "admin_link_html": "Είστε ο ιδιοκτήτης του καταστήματος; Συνδεθείτε εδώ",
+ "admin_link_html": "Είστε ο ιδιοκτήτης του καταστήματος; Συνδεθείτε εδώ<\/a>",
"powered_by_shopify_html": "Αυτό το κατάστημα θα υποστηρίζεται από το {{ shopify }}"
},
"social": {
@@ -118,7 +118,7 @@
"minimum_of": "Ελάχιστο όριο {{ quantity }}",
"maximum_of": "Μέγιστο όριο {{ quantity }}",
"multiples_of": "Δόσεις {{ quantity }}",
- "in_cart_html": "{{ quantity }} στο καλάθι",
+ "in_cart_html": "{{ quantity }}<\/span> στο καλάθι",
"note": "Προβολή κανόνων ποσότητας",
"min_of": "Ελάχ. {{ quantity }}",
"max_of": "Μέγ. {{ quantity }}"
@@ -140,8 +140,8 @@
"view_store_info": "Προβολή πληροφοριών καταστήματος",
"check_other_stores": "Έλεγχος διαθεσιμότητας σε άλλα καταστήματα",
"pick_up_available": "Υπάρχει δυνατότητα παραλαβής",
- "pick_up_available_at_html": "Υπάρχει δυνατότητα παραλαβής από {{ location_name }}",
- "pick_up_unavailable_at_html": "Δεν υπάρχει δυνατότητα παραλαβής από {{ location_name }}",
+ "pick_up_available_at_html": "Υπάρχει δυνατότητα παραλαβής από {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Δεν υπάρχει δυνατότητα παραλαβής από {{ location_name }}<\/span>",
"unavailable": "Δεν ήταν δυνατή η φόρτωση της διαθεσιμότητας παραλαβής",
"refresh": "Ανανέωση"
},
@@ -156,7 +156,7 @@
"image_available": "Η εικόνα {{ index }} είναι τώρα διαθέσιμη στην προβολή συλλογής"
},
"view_full_details": "Προβολή όλων των λεπτομερειών",
- "shipping_policy_html": "Τα έξοδα αποστολής υπολογίζονται κατά την ολοκλήρωση της αγοράς.",
+ "shipping_policy_html": "Τα έξοδα αποστολής<\/a> υπολογίζονται κατά την ολοκλήρωση της αγοράς.",
"choose_options": "Ορίστε επιλογές",
"choose_product_options": "Ορίστε επιλογές για {{ product_name }}",
"value_unavailable": "{{ option_value }} - Μη διαθέσιμο",
@@ -172,7 +172,7 @@
"title": "Τιμολόγηση βάσει ποσότητας",
"note": "Διατίθεται τιμολόγηση βάσει ποσότητας",
"minimum": "{{ quantity }}+",
- "price_at_each": "στα {{ price }}/τμχ",
+ "price_at_each": "στα {{ price }}\/τμχ",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"taxes_included": "Οι φόροι συμπεριλαμβάνονται.",
@@ -292,17 +292,17 @@
"update": "Ενημέρωση",
"login": {
"title": "Έχετε λογαριασμό;",
- "paragraph_html": "Συνδεθείτε για ταχύτερη ολοκλήρωση των αγορών σας."
+ "paragraph_html": "Συνδεθείτε<\/a> για ταχύτερη ολοκλήρωση των αγορών σας."
},
"estimated_total": "Εκτιμώμενο σύνολο",
"new_estimated_total": "Νέο εκτιμώμενο σύνολο",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Οι δασμοί και οι φόροι συμπεριλαμβάνονται. Οι εκπτώσεις και τα έξοδα αποστολής υπολογίζονται κατά την ολοκλήρωση της αγοράς.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Οι δασμοί και οι φόροι συμπεριλαμβάνονται. Οι εκπτώσεις και τα έξοδα αποστολής<\/a> υπολογίζονται κατά την ολοκλήρωση της αγοράς.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Οι δασμοί και οι φόροι συμπεριλαμβάνονται. Οι εκπτώσεις και τα έξοδα αποστολής υπολογίζονται κατά την ολοκλήρωση της αγοράς",
- "taxes_included_shipping_at_checkout_with_policy_html": "Οι φόροι συμπεριλαμβάνονται. Οι εκπτώσεις και τα έξοδα αποστολής υπολογίζονται κατά την ολοκλήρωση της αγοράς.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Οι φόροι συμπεριλαμβάνονται. Οι εκπτώσεις και τα έξοδα αποστολής<\/a> υπολογίζονται κατά την ολοκλήρωση της αγοράς.",
"taxes_included_shipping_at_checkout_without_policy": "Οι φόροι συμπεριλαμβάνονται. Οι εκπτώσεις και τα έξοδα αποστολής υπολογίζονται κατά την ολοκλήρωση της αγοράς.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Οι δασμοί συμπεριλαμβάνονται. Οι φόροι, οι εκπτώσεις και τα έξοδα αποστολής υπολογίζονται κατά την ολοκλήρωση της αγοράς.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Οι δασμοί συμπεριλαμβάνονται. Οι φόροι, οι εκπτώσεις και τα έξοδα αποστολής<\/a> υπολογίζονται κατά την ολοκλήρωση της αγοράς.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Οι δασμοί συμπεριλαμβάνονται. Οι φόροι, οι εκπτώσεις και τα έξοδα αποστολής υπολογίζονται κατά την ολοκλήρωση της αγοράς.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Οι φόροι, οι εκπτώσεις και τα έξοδα αποστολής υπολογίζονται κατά την ολοκλήρωση της αγοράς.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Οι φόροι, οι εκπτώσεις και τα έξοδα αποστολής<\/a> υπολογίζονται κατά την ολοκλήρωση της αγοράς.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Οι φόροι, οι εκπτώσεις και τα έξοδα αποστολής υπολογίζονται κατά την ολοκλήρωση της αγοράς."
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "Συλλογή",
"empty": "Δεν βρέθηκαν προϊόντα",
- "use_fewer_filters_html": "Χρησιμοποιήστε λιγότερα φίλτρα ή καταργήστε τα όλα"
+ "use_fewer_filters_html": "Χρησιμοποιήστε λιγότερα φίλτρα ή καταργήστε τα όλα<\/a>"
},
"video": {
"load_video": "Φόρτωση βίντεο: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "Υποσύνολο προϊόντων",
"view_cart": "Προβολή καλαθιού",
- "each": "{{ money }}/έκαστο",
+ "each": "{{ money }}\/έκαστο",
"product": "Προϊόν",
"variant": "Παραλλαγή",
"variant_total": "Σύνολο παραλλαγών",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "Χώρα/περιοχή",
+ "country_label": "Χώρα\/περιοχή",
"language_label": "Γλώσσα",
"update_language": "Ενημέρωση γλώσσας",
- "update_country": "Ενημερώστε τη χώρα/περιοχή",
+ "update_country": "Ενημερώστε τη χώρα\/περιοχή",
"search": "Αναζήτηση",
- "popular_countries_regions": "Δημοφιλείς χώρες/περιοχές",
- "country_results_count": "Βρέθηκαν {{ count }} χώρες/περιοχές"
+ "popular_countries_regions": "Δημοφιλείς χώρες\/περιοχές",
+ "country_results_count": "Βρέθηκαν {{ count }} χώρες\/περιοχές"
},
"customer": {
"account": {
@@ -409,7 +409,7 @@
"address1": "Διεύθυνση 1",
"address2": "Διεύθυνση 2",
"city": "Πόλη",
- "country": "Χώρα/περιοχή",
+ "country": "Χώρα\/περιοχή",
"province": "Επαρχία",
"zip": "Ταχυδρομικός κώδικας",
"phone": "Τηλέφωνο",
diff --git a/locales/en.default.json b/locales/en.default.json
index c8a8a976f70..aa94c3178bd 100644
--- a/locales/en.default.json
+++ b/locales/en.default.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Your password",
"login_form_error": "Wrong password!",
"login_form_submit": "Enter",
- "admin_link_html": "Are you the store owner? Log in here",
+ "admin_link_html": "Are you the store owner? Log in here<\/a>",
"powered_by_shopify_html": "This shop will be powered by {{ shopify }}"
},
"social": {
@@ -139,22 +139,22 @@
"multiples_of": "Increments of {{ quantity }}",
"min_of": "Min {{ quantity }}",
"max_of": "Max {{ quantity }}",
- "in_cart_html": "{{ quantity }} in cart",
+ "in_cart_html": "{{ quantity }}<\/span> in cart",
"note": "View quantity rules"
},
"volume_pricing": {
"title": "Volume Pricing",
"note": "Volume pricing available",
"minimum": "{{ quantity }}+",
- "price_at_each": "at {{ price }}/ea",
+ "price_at_each": "at {{ price }}\/ea",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"pickup_availability": {
"view_store_info": "View store information",
"check_other_stores": "Check availability at other stores",
"pick_up_available": "Pickup available",
- "pick_up_available_at_html": "Pickup available at {{ location_name }}",
- "pick_up_unavailable_at_html": "Pickup currently unavailable at {{ location_name }}",
+ "pick_up_available_at_html": "Pickup available at {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Pickup currently unavailable at {{ location_name }}<\/span>",
"unavailable": "Couldn't load pickup availability",
"refresh": "Refresh"
},
@@ -177,7 +177,7 @@
"taxes_included": "Taxes included.",
"duties_included": "Duties included.",
"duties_and_taxes_included": "Duties and taxes included.",
- "shipping_policy_html": "Shipping calculated at checkout."
+ "shipping_policy_html": "Shipping<\/a> calculated at checkout."
},
"modal": {
"label": "Media gallery"
@@ -272,7 +272,6 @@
"announcement": "Announcement",
"announcement_bar": "Announcement bar"
},
-
"header": {
"announcement": "Announcement",
"menu": "Menu",
@@ -292,13 +291,13 @@
"empty": "Your cart is empty",
"cart_error": "There was an error while updating your cart. Please try again.",
"cart_quantity_error_html": "You can only add {{ quantity }} of this item to your cart.",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Duties and taxes included. Discounts and shipping calculated at checkout.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Duties and taxes included. Discounts and shipping<\/a> calculated at checkout.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Duties and taxes included. Discounts and shipping calculated at checkout.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Taxes included. Discounts and shipping calculated at checkout.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Taxes included. Discounts and shipping<\/a> calculated at checkout.",
"taxes_included_shipping_at_checkout_without_policy": "Taxes included. Discounts and shipping calculated at checkout.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Duties included. Taxes, discounts and shipping calculated at checkout.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Duties included. Taxes, discounts and shipping<\/a> calculated at checkout.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Duties included. Taxes, discounts and shipping calculated at checkout.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Taxes, discounts and shipping calculated at checkout.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Taxes, discounts and shipping<\/a> calculated at checkout.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Taxes, discounts and shipping calculated at checkout.",
"headings": {
"product": "Product",
@@ -310,7 +309,7 @@
"update": "Update",
"login": {
"title": "Have an account?",
- "paragraph_html": "Log in to check out faster."
+ "paragraph_html": "Log in<\/a> to check out faster."
}
},
"footer": {
@@ -331,7 +330,7 @@
"collection_template": {
"empty": "No products found",
"title": "Collection",
- "use_fewer_filters_html": "Use fewer filters or remove all"
+ "use_fewer_filters_html": "Use fewer filters or remove all<\/a>"
},
"video": {
"load_video": "Load video: {{ description }}"
@@ -351,7 +350,7 @@
"quick_order_list": {
"product_total": "Product subtotal",
"view_cart": "View cart",
- "each": "{{ money }}/ea",
+ "each": "{{ money }}\/ea",
"product": "Product",
"variant": "Variant",
"variant_total": "Variant total",
@@ -375,13 +374,13 @@
}
},
"localization": {
- "country_label": "Country/region",
+ "country_label": "Country\/region",
"language_label": "Language",
"update_language": "Update language",
- "update_country": "Update country/region",
+ "update_country": "Update country\/region",
"search": "Search",
- "popular_countries_regions": "Popular countries/regions",
- "country_results_count": "{{ count }} countries/regions found"
+ "popular_countries_regions": "Popular countries\/regions",
+ "country_results_count": "{{ count }} countries\/regions found"
},
"customer": {
"account": {
@@ -410,9 +409,9 @@
"address1": "Address 1",
"address2": "Address 2",
"city": "City",
- "country": "Country/region",
+ "country": "Country\/region",
"province": "Province",
- "zip": "Postal/ZIP code",
+ "zip": "Postal\/ZIP code",
"phone": "Phone",
"set_default": "Set as default address",
"add": "Add address",
diff --git a/locales/en.default.schema.json b/locales/en.default.schema.json
index c85c09836e7..6b2d653a1a7 100644
--- a/locales/en.default.schema.json
+++ b/locales/en.default.schema.json
@@ -179,7 +179,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"
@@ -192,7 +192,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"
@@ -204,7 +204,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"
@@ -250,40 +250,40 @@
"content": "Social accounts"
},
"social_twitter_link": {
- "label": "X / Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ Twitter",
+ "info": "https:\/\/x.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"
}
}
},
@@ -458,7 +458,7 @@
},
"header__1": {
"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)."
},
"header__2": {
"content": "Announcements"
@@ -467,15 +467,15 @@
"label": "Show icons on desktop"
},
"header__3": {
- "content": "Country/region selector",
- "info": "To add a country/region, go to your [market settings.](/admin/settings/markets)"
+ "content": "Country\/region selector",
+ "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__4": {
"content": "Language selector",
- "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"
@@ -603,7 +603,7 @@
"description": {
"default": "Describe the video",
"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)"
}
}
}
@@ -630,7 +630,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"
@@ -685,7 +685,7 @@
"settings": {
"custom_liquid": {
"label": "Liquid code",
- "info": "Add app snippets or other code to create advanced customizations. [Learn more](https://shopify.dev/docs/api/liquid)"
+ "info": "Add app snippets or other code to create advanced customizations. [Learn more](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -713,7 +713,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"
@@ -804,7 +804,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",
@@ -877,7 +877,7 @@
},
"swatch_shape": {
"label": "Swatch",
- "info": "Enable [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) on product options.",
+ "info": "Enable [swatches](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) on product options.",
"options__1": {
"label": "Circle"
},
@@ -895,7 +895,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)"
+ "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)"
}
}
},
@@ -927,10 +927,10 @@
"default": "Share"
},
"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)"
}
}
},
@@ -938,7 +938,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)"
}
}
}
@@ -952,7 +952,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",
@@ -995,14 +995,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)."
}
}
},
@@ -1015,7 +1015,7 @@
},
"subtext": {
"label": "Subtext",
- "default": " Share contact information, store details, and brand content with your customers. Share contact information, store details, and brand content with your customers.<\/p>"
}
}
}
@@ -1030,29 +1030,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"
@@ -1065,7 +1065,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"
@@ -1075,7 +1075,7 @@
},
"header__9": {
"content": "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)"
+ "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"
@@ -1086,7 +1086,7 @@
"name": "Header",
"settings": {
"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",
@@ -1144,19 +1144,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"
@@ -1178,7 +1178,7 @@
},
"header__7": {
"content": "Customer accounts log in",
- "info": "To manage customer accounts, go to your [customer accounts settings](/admin/settings/customer_accounts)."
+ "info": "To manage customer accounts, go to your [customer accounts settings](\/admin\/settings\/customer_accounts)."
},
"enable_customer_avatar": {
"label": "Show avatar",
@@ -1212,7 +1212,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": {
@@ -1479,7 +1479,7 @@
"settings": {
"text": {
"label": "Content",
- "default": " Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review. Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.<\/p>"
},
"text_style": {
"label": "Text style",
@@ -1642,7 +1642,7 @@
},
"text": {
"label": "Text",
- "default": " Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review. Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.<\/p>"
},
"button_label": {
"label": "Button label",
@@ -1687,7 +1687,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)"
}
}
},
@@ -1713,10 +1713,10 @@
"default": "Share"
},
"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)."
}
}
}
@@ -1738,7 +1738,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",
@@ -1764,7 +1764,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)"
}
}
},
@@ -1786,14 +1786,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)"
}
}
},
@@ -1808,7 +1808,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",
@@ -1846,7 +1846,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"
@@ -1856,7 +1856,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)"
},
"quick_add": {
"label": "Quick add",
@@ -1920,7 +1920,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"
@@ -2036,7 +2036,7 @@
},
"swatch_shape": {
"label": "Swatch",
- "info": "Enable [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) on product options.",
+ "info": "Enable [swatches](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) on product options.",
"options__1": {
"label": "Circle"
},
@@ -2054,11 +2054,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 cards",
- "info": "Allows buyers to send gift cards on a scheduled date along with a personal message. [Learn more](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Allows buyers to send gift cards on a scheduled date along with a personal message. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
}
},
@@ -2093,10 +2093,10 @@
"default": "Share"
},
"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)."
}
}
},
@@ -2267,7 +2267,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)"
}
}
},
@@ -2275,7 +2275,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",
@@ -2371,7 +2371,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"
@@ -2491,7 +2491,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"
@@ -2611,7 +2611,7 @@
},
"text": {
"label": "Description",
- "default": " Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review. Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.<\/p>"
},
"link_label": {
"label": "Link label"
@@ -2633,7 +2633,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": {
@@ -2651,7 +2651,7 @@
"settings": {
"paragraph": {
"label": "Description",
- "default": " Be the first to know about new collections and exclusive offers. Be the first to know about new collections and exclusive offers.<\/p>"
}
}
},
@@ -2667,7 +2667,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"
@@ -2728,7 +2728,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": {
@@ -2759,7 +2759,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": {
@@ -2777,7 +2777,7 @@
"settings": {
"paragraph": {
"label": "Description",
- "default": " Be the first to know when we launch. Be the first to know when we launch.<\/p>"
},
"text_style": {
"options__1": {
@@ -2836,7 +2836,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)",
"default": "You may also like"
},
"header__2": {
@@ -2862,7 +2862,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"
@@ -2955,7 +2955,7 @@
"settings": {
"text": {
"label": "Description",
- "default": " Share information about your brand with your customers. Describe a product, make announcements, or welcome customers to your store. Share information about your brand with your customers. Describe a product, make announcements, or welcome customers to your store.<\/p>"
}
}
},
@@ -3024,7 +3024,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 d36a28a96ab..57c0df3d95f 100644
--- a/locales/es.json
+++ b/locales/es.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Tu contraseña",
"login_form_error": "Contraseña incorrecta",
"login_form_submit": "Ingresar",
- "admin_link_html": "¿Eres el propietario de la tienda? Inicia sesión aquí",
+ "admin_link_html": "¿Eres el propietario de la tienda? Inicia sesión aquí<\/a>",
"powered_by_shopify_html": "Esta tienda contará con tecnología Shopify {{ shopify }}"
},
"social": {
@@ -118,7 +118,7 @@
"minimum_of": "Mínimo de {{ quantity }}",
"maximum_of": "Máximo de {{ quantity }}",
"multiples_of": "Incrementos de {{ quantity }}",
- "in_cart_html": "{{ quantity }} en el carrito",
+ "in_cart_html": "{{ quantity }}<\/span> en el carrito",
"note": "Ver reglas de cantidad",
"min_of": "Mín.: {{ quantity }}",
"max_of": "Máx.: {{ quantity }}"
@@ -140,8 +140,8 @@
"view_store_info": "Ver información de la tienda",
"check_other_stores": "Verificar disponibilidad en otras tiendas",
"pick_up_available": "Retiro disponible",
- "pick_up_available_at_html": "Retiro disponible en {{ location_name }}",
- "pick_up_unavailable_at_html": "Retiro no disponible actualmente en {{ location_name }}",
+ "pick_up_available_at_html": "Retiro disponible en {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Retiro no disponible actualmente en {{ location_name }}<\/span>",
"unavailable": "No se pudo cargar la disponibilidad de retiro",
"refresh": "Actualizar"
},
@@ -156,7 +156,7 @@
"image_available": "La imagen {{ index }} ya está disponible en la vista de la galería"
},
"view_full_details": "Ver todos los detalles",
- "shipping_policy_html": "Los gastos de envío se calculan en la pantalla de pago.",
+ "shipping_policy_html": "Los gastos de envío<\/a> se calculan en la pantalla de pago.",
"choose_options": "Seleccionar opciones",
"choose_product_options": "Elegir opciones para {{ product_name }}",
"value_unavailable": "{{ option_value }}: no disponible",
@@ -302,17 +302,17 @@
"update": "Actualizar",
"login": {
"title": "¿Tienes una cuenta?",
- "paragraph_html": "Inicia sesión para finalizar tus compras con mayor rapidez."
+ "paragraph_html": "Inicia sesión<\/a> para finalizar tus compras con mayor rapidez."
},
"estimated_total": "Total estimado",
"new_estimated_total": "Nuevo total estimado",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Aranceles e impuestos incluidos. Descuentos y envío calculados en la pantalla de pago.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Aranceles e impuestos incluidos. Descuentos y envío<\/a> calculados en la pantalla de pago.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Aranceles e impuestos incluidos. Descuentos y envío calculados en la pantalla de pago.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Impuestos incluidos. Descuentos y envío calculados en la pantalla de pago.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Impuestos incluidos. Descuentos y envío<\/a> calculados en la pantalla de pago.",
"taxes_included_shipping_at_checkout_without_policy": "Impuestos incluidos. Descuentos y envío calculados en la pantalla de pago.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Aranceles incluidos. Impuestos, descuentos y envío calculados en la pantalla de pago.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Aranceles incluidos. Impuestos, descuentos y envío<\/a> calculados en la pantalla de pago.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Aranceles incluidos. Impuestos, descuentos y envío calculados en la pantalla de pago.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Impuestos, descuentos y envío calculados en la pantalla de pago.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Impuestos, descuentos y envío<\/a> calculados en la pantalla de pago.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Impuestos, descuentos y envío calculados en la pantalla de pago."
},
"footer": {
@@ -333,7 +333,7 @@
"collection_template": {
"title": "Colección",
"empty": "No se encontró ningún producto",
- "use_fewer_filters_html": "Usa menos filtros o elimínalos todos"
+ "use_fewer_filters_html": "Usa menos filtros o elimínalos todos<\/a>"
},
"video": {
"load_video": "Cargar video: {{ description }}"
@@ -360,7 +360,7 @@
"quick_order_list": {
"product_total": "Subtotal de productos",
"view_cart": "Ver carrito",
- "each": "{{ money }}/unidad",
+ "each": "{{ money }}\/unidad",
"product": "Producto",
"variant": "Variante",
"variant_total": "Total de variantes",
@@ -386,10 +386,10 @@
}
},
"localization": {
- "country_label": "País/región",
+ "country_label": "País\/región",
"language_label": "Idioma",
"update_language": "Actualizar idioma",
- "update_country": "Actualizar país/región",
+ "update_country": "Actualizar país\/región",
"search": "Buscar",
"popular_countries_regions": "Países o regiones populares",
"country_results_count": "{{ count }} países o regiones encontrados"
@@ -421,7 +421,7 @@
"address1": "Dirección 1",
"address2": "Dirección 2",
"city": "Ciudad",
- "country": "País/región",
+ "country": "País\/región",
"province": "Provincia",
"zip": "Código postal",
"phone": "Teléfono",
@@ -431,7 +431,7 @@
"cancel": "Cancelar",
"edit": "Editar",
"delete": "Eliminar",
- "delete_confirm": "¿Está seguro/a de que deseas eliminar esta dirección?"
+ "delete_confirm": "¿Está seguro\/a de que deseas eliminar esta dirección?"
},
"log_in": "Iniciar sesión",
"log_out": "Cerrar sesión",
diff --git a/locales/es.schema.json b/locales/es.schema.json
index 99ed1dacf7b..e130c837f7a 100644
--- a/locales/es.schema.json
+++ b/locales/es.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -56,40 +56,40 @@
"name": "Redes sociales",
"settings": {
"social_twitter_link": {
- "label": "X / Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ Twitter",
+ "info": "https:\/\/x.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"
@@ -222,7 +222,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"
@@ -484,7 +484,7 @@
},
"header__1": {
"content": "Íconos de redes sociales",
- "info": "Para mostrar tus cuentas de redes sociales, vincúlalas en la [configuración del tema](/editor?context=theme&category=social%20media)."
+ "info": "Para mostrar tus cuentas de redes sociales, vincúlalas en la [configuración del tema](\/editor?context=theme&category=social%20media)."
},
"header__2": {
"content": "Anuncios"
@@ -494,14 +494,14 @@
},
"header__3": {
"content": "Selector de país o región",
- "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"
},
"header__4": {
"content": "Selector de idioma",
- "info": "Para agregar un idioma, ve a la [configuración de idiomas.](/admin/settings/languages)"
+ "info": "Para agregar un idioma, ve a la [configuración de idiomas.](\/admin\/settings\/languages)"
},
"enable_language_selector": {
"label": "Activar selector de idioma"
@@ -591,7 +591,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)",
"default": "Describir el video"
}
}
@@ -619,7 +619,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"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Código de Liquid",
- "info": "Agrega fragmentos de la aplicación u otros códigos para crear personalizaciones avanzadas. [Más información](https://shopify.dev/docs/api/liquid)"
+ "info": "Agrega fragmentos de la aplicación u otros códigos para crear personalizaciones avanzadas. [Más información](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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"
@@ -754,7 +754,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"
@@ -844,7 +844,7 @@
},
"subtext": {
"label": "Subtexto",
- "default": " Comparte la información de contacto, los detalles de la tienda y el contenido de la marca con tus clientes. Comparte la información de contacto, los detalles de la tienda y el contenido de la marca con tus clientes.<\/p>"
}
}
},
@@ -852,14 +852,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)."
}
}
}
@@ -874,29 +874,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"
@@ -912,14 +912,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": "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)"
+ "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"
@@ -979,7 +979,7 @@
}
},
"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",
@@ -1000,7 +1000,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"
@@ -1009,7 +1009,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Inicio de sesión de cuentas de cliente",
- "info": "Para gestionar las cuentas de cliente, ve a la [configuración de cuentas de cliente](/admin/settings/customer_accounts)."
+ "info": "Para gestionar las cuentas de cliente, ve a la [configuración de cuentas de cliente](\/admin\/settings\/customer_accounts)."
},
"enable_customer_avatar": {
"label": "Mostrar avatar",
@@ -1062,7 +1062,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"
}
@@ -1293,7 +1293,7 @@
"settings": {
"text": {
"label": "Contenido",
- "default": " Vincula un texto con una imagen para atraer la atención hacia tu producto, colección o artículo de blog seleccionados. Agrega detalles sobre disponibilidad y estilo, o incluso ofrece una reseña. Vincula un texto con una imagen para atraer la atención hacia tu producto, colección o artículo de blog seleccionados. Agrega detalles sobre disponibilidad y estilo, o incluso ofrece una reseña.<\/p>"
},
"text_style": {
"label": "Estilo de texto",
@@ -1374,7 +1374,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"
}
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1513,11 +1513,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"
@@ -1530,7 +1530,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"
@@ -1610,7 +1610,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"
@@ -1693,7 +1693,7 @@
},
"swatch_shape": {
"label": "Muestra",
- "info": "Habilita [muestras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) en las opciones de producto.",
+ "info": "Habilita [muestras](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) en las opciones de producto.",
"options__1": {
"label": "Círculo"
},
@@ -1711,11 +1711,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": "Permite que los compradores envíen tarjetas de regalo en una fecha programada junto con un mensaje personal. [Más información](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Permite que los compradores envíen tarjetas de regalo en una fecha programada junto con un mensaje personal. [Más información](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
}
},
@@ -1729,10 +1729,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",
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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",
@@ -2052,7 +2052,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"
@@ -2176,7 +2176,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"
@@ -2286,7 +2286,7 @@
},
"text": {
"label": "Descripción",
- "default": " Vincula un texto con una imagen para atraer la atención hacia tu producto, colección o artículo de blog seleccionados. Agrega detalles sobre disponibilidad y estilo, o incluso ofrece una reseña. Vincula un texto con una imagen para atraer la atención hacia tu producto, colección o artículo de blog seleccionados. Agrega detalles sobre disponibilidad y estilo, o incluso ofrece una reseña.<\/p>"
},
"link_label": {
"label": "Vincular etiqueta"
@@ -2308,7 +2308,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": {
@@ -2326,7 +2326,7 @@
"settings": {
"paragraph": {
"label": "Descripción",
- "default": " Conoce las nuevas colecciones y las ofertas exclusivas antes que nadie. Conoce las nuevas colecciones y las ofertas exclusivas antes que nadie.<\/p>"
}
}
},
@@ -2396,7 +2396,7 @@
"settings": {
"text": {
"label": "Descripción",
- "default": " Comparte información sobre tu marca con los clientes. Describe un producto, comparte anuncios o da la bienvenida a los clientes a tu tienda. Comparte información sobre tu marca con los clientes. Describe un producto, comparte anuncios o da la bienvenida a los clientes a tu tienda.<\/p>"
}
}
},
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Muestra",
- "info": "Habilita [muestras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) en las opciones de producto.",
+ "info": "Habilita [muestras](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) en las opciones de producto.",
"options__1": {
"label": "Círculo"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Descripción",
- "default": " Entérate de nuestros lanzamientos antes que los demás. Entérate de nuestros lanzamientos antes que los demás.<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,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)",
"default": "También te puede interesar"
},
"header__2": {
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Texto",
- "default": " Vincula un texto con una imagen para atraer la atención hacia tu producto, colección o artículo de blog seleccionados. Agrega detalles sobre disponibilidad y estilo, o incluso ofrece una reseña. Vincula un texto con una imagen para atraer la atención hacia tu producto, colección o artículo de blog seleccionados. Agrega detalles sobre disponibilidad y estilo, o incluso ofrece una reseña.<\/p>"
},
"button_label": {
"label": "Etiqueta de botón",
diff --git a/locales/fi.json b/locales/fi.json
index 73fc3b54223..00876cb91c8 100644
--- a/locales/fi.json
+++ b/locales/fi.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Salasanasi",
"login_form_error": "Väärä salasana!",
"login_form_submit": "Lähetä",
- "admin_link_html": "Oletko kaupan omistaja? Kirjaudu sisään tästä",
+ "admin_link_html": "Oletko kaupan omistaja? Kirjaudu sisään tästä<\/a>",
"powered_by_shopify_html": "Tämän kaupan alustana on {{ shopify }}"
},
"social": {
@@ -51,7 +51,7 @@
"close": "Sulje jako"
},
"slider": {
- "of": "/",
+ "of": "\/",
"next_slide": "Liu'uta oikealle",
"previous_slide": "Liu'uta vasemmalle",
"name": "Liukusäädin"
@@ -76,7 +76,7 @@
"loading": "Ladataan...",
"skip_to_product_info": "Siirry tuotetietoihin",
"total_reviews": "arvosteluja yhteensä",
- "star_reviews_info": "{{ rating_value }}/{{ rating_max }} tähteä",
+ "star_reviews_info": "{{ rating_value }}\/{{ rating_max }} tähteä",
"collapsible_content_title": "Pienenettävä sisältö",
"complementary_products": "Täydentävät tuotteet"
},
@@ -117,7 +117,7 @@
"minimum_of": "Vähimmäismäärä {{ quantity }}",
"maximum_of": "Enimmäismäärä {{ quantity }}",
"multiples_of": "Lisäysten koko: {{ quantity }}",
- "in_cart_html": "{{ quantity }} ostoskorissa",
+ "in_cart_html": "{{ quantity }}<\/span> ostoskorissa",
"note": "Katso määräsäännöt",
"min_of": "Väh. {{ quantity }}",
"max_of": "Enint. {{ quantity }}"
@@ -139,8 +139,8 @@
"view_store_info": "Näytä kaupan tiedot",
"check_other_stores": "Tarkista saatavuus muista kaupoista",
"pick_up_available": "Nouto saatavilla",
- "pick_up_available_at_html": "Nouto saatavilla paikassa {{ location_name }}",
- "pick_up_unavailable_at_html": "Nouto ei ole tällä hetkellä saatavilla paikassa {{ location_name }}",
+ "pick_up_available_at_html": "Nouto saatavilla paikassa {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Nouto ei ole tällä hetkellä saatavilla paikassa {{ location_name }}<\/span>",
"unavailable": "Noudon saatavuutta ei voitu ladata",
"refresh": "Päivitä"
},
@@ -155,7 +155,7 @@
"image_available": "Kuva {{ index }} on nyt saatavilla gallerianäkymässä"
},
"view_full_details": "Näytä kaikki tiedot",
- "shipping_policy_html": "Toimituskulut lasketaan kassalla.",
+ "shipping_policy_html": "Toimituskulut<\/a> lasketaan kassalla.",
"choose_options": "Valitse vaihtoehdot",
"choose_product_options": "Valitse vaihtoehtoja tuotteelle {{ product_name }}",
"value_unavailable": "{{ option_value }} – Ei ole käytettävissä",
@@ -171,7 +171,7 @@
"title": "Volyymihinnoittelu",
"note": "Volyymihinnoittelu saatavilla",
"minimum": "Yli {{ quantity }}",
- "price_at_each": "{{ price }}/kpl",
+ "price_at_each": "{{ price }}\/kpl",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"product_variants": "Tuoteversiot",
@@ -196,8 +196,8 @@
},
"max_price": "Korkein hinta on {{ price }}",
"product_count": {
- "one": "{{ product_count }}/{{ count }} tuotetta",
- "other": "{{ product_count }}/{{ count }} tuotetta"
+ "one": "{{ product_count }}\/{{ count }} tuotetta",
+ "other": "{{ product_count }}\/{{ count }} tuotetta"
},
"product_count_simple": {
"one": "{{ count }} tuote",
@@ -292,17 +292,17 @@
"update": "Päivitä",
"login": {
"title": "Onko sinulla tili?",
- "paragraph_html": "Kirjaudu sisään, jotta voit maksaa kassalla nopeammin."
+ "paragraph_html": "Kirjaudu sisään<\/a>, jotta voit maksaa kassalla nopeammin."
},
"estimated_total": "Arvioitu kokonaishinta",
"new_estimated_total": "Uusi arvioitu kokonaishinta",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Sisältää tullit ja verot. Alennukset ja toimituskulut lasketaan kassalla.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Sisältää tullit ja verot. Alennukset ja toimituskulut<\/a> lasketaan kassalla.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Sisältää tullit ja verot. Alennukset ja toimituskulut lasketaan kassalla.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Sisältää verot. Alennukset ja toimituskulut lasketaan kassalla.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Sisältää verot. Alennukset ja toimituskulut<\/a> lasketaan kassalla.",
"taxes_included_shipping_at_checkout_without_policy": "Sisältää verot. Alennukset ja toimituskulut lasketaan kassalla.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Sisältää tullit. Verot, alennukset ja toimituskulut lasketaan kassalla.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Sisältää tullit. Verot, alennukset ja toimituskulut<\/a> lasketaan kassalla.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Sisältää tullit. Verot, alennukset ja toimituskulut lasketaan kassalla.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Verot, alennukset ja toimituskulut lasketaan kassalla.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Verot, alennukset ja toimituskulut<\/a> lasketaan kassalla.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Verot, alennukset ja toimituskulut lasketaan kassalla."
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "Kokoelma",
"empty": "Tuotteita ei löytynyt",
- "use_fewer_filters_html": "Käytä vähemmän suodattimia tai poista kaikki"
+ "use_fewer_filters_html": "Käytä vähemmän suodattimia tai poista kaikki<\/a>"
},
"video": {
"load_video": "Lataa video: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "Tuotteen välisumma",
"view_cart": "Katso ostoskori",
- "each": "{{ money }}/kpl",
+ "each": "{{ money }}\/kpl",
"product": "Tuote",
"variant": "Versio",
"variant_total": "Versioiden summa",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "Maa/alue",
+ "country_label": "Maa\/alue",
"language_label": "Kieli",
"update_language": "Päivitä kieli",
- "update_country": "Päivitä maa/alue",
+ "update_country": "Päivitä maa\/alue",
"search": "Hae",
- "popular_countries_regions": "Suositut maat/alueet",
- "country_results_count": "{{ count }} maata/aluetta löytyi"
+ "popular_countries_regions": "Suositut maat\/alueet",
+ "country_results_count": "{{ count }} maata\/aluetta löytyi"
},
"customer": {
"account": {
@@ -409,7 +409,7 @@
"address1": "Osoite 1",
"address2": "Osoite 2",
"city": "Paikkakunta",
- "country": "Maa/alue",
+ "country": "Maa\/alue",
"province": "Provinssi",
"zip": "Postinumero",
"phone": "Puhelin",
diff --git a/locales/fi.schema.json b/locales/fi.schema.json
index 6b27ee76c3c..be7cd94aaa8 100644
--- a/locales/fi.schema.json
+++ b/locales/fi.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -57,39 +57,39 @@
"settings": {
"social_twitter_link": {
"label": "X (Twitter)",
- "info": "https://x.com/shopify"
+ "info": "https:\/\/x.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"
@@ -236,7 +236,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"
@@ -484,7 +484,7 @@
},
"header__1": {
"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)."
},
"header__2": {
"content": "Ilmoitukset"
@@ -493,15 +493,15 @@
"label": "Näytä työpöydällä olevat kuvakkeet"
},
"header__3": {
- "content": "Maa-/aluevalitsin",
- "info": "Lisää maa/alue siirtymällä [markkina-asetuksiisi.](/admin/settings/markets)"
+ "content": "Maa-\/aluevalitsin",
+ "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__4": {
"content": "Kielivalitsin",
- "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"
@@ -591,7 +591,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)",
"default": "Kuvaile videota"
}
}
@@ -619,7 +619,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"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Liquid-koodi",
- "info": "Luo vaativampia mukautuksia lisäämällä sovelluksen koodinpätkiä tai muita koodeja. [Lisätietoja](https://shopify.dev/docs/api/liquid)"
+ "info": "Luo vaativampia mukautuksia lisäämällä sovelluksen koodinpätkiä tai muita koodeja. [Lisätietoja](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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ä"
@@ -754,7 +754,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ä"
@@ -844,7 +844,7 @@
},
"subtext": {
"label": "Alateksti",
- "default": " Jaa asiakkaillesi yhteystiedot, kaupan tiedot ja brändin sisältöä. Jaa asiakkaillesi yhteystiedot, kaupan tiedot ja brändin sisältöä.<\/p>"
}
}
},
@@ -852,14 +852,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)."
}
}
}
@@ -874,29 +874,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"
@@ -912,14 +912,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": "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)"
+ "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"
@@ -979,7 +979,7 @@
}
},
"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",
@@ -997,19 +997,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Asiakastilille kirjautuminen",
- "info": "Voit hallinnoida asiakastilejä [asiakastilien asetuksista](/admin/settings/customer_accounts)."
+ "info": "Voit hallinnoida asiakastilejä [asiakastilien asetuksista](\/admin\/settings\/customer_accounts)."
},
"enable_customer_avatar": {
"label": "Näytä avatar",
@@ -1062,7 +1062,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"
}
@@ -1293,7 +1293,7 @@
"settings": {
"text": {
"label": "Sisältö",
- "default": " Korosta valitsemaasi tuotetta, kokoelmaa tai blogipostausta lisäämällä kuvaan teksti. Lisää tietoa saatavuudesta tai tyylistä tai näytä vaikkapa arvostelu. Korosta valitsemaasi tuotetta, kokoelmaa tai blogipostausta lisäämällä kuvaan teksti. Lisää tietoa saatavuudesta tai tyylistä tai näytä vaikkapa arvostelu.<\/p>"
},
"text_style": {
"label": "Tekstityyli",
@@ -1374,7 +1374,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"
}
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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ä"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1513,11 +1513,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"
@@ -1530,7 +1530,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ä"
@@ -1610,7 +1610,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ä"
@@ -1692,7 +1692,7 @@
},
"swatch_shape": {
"label": "Väriruutu",
- "info": "Ota [väriruudut](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) käyttöön tuotevaihtoehtoihin.",
+ "info": "Ota [väriruudut](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) käyttöön tuotevaihtoehtoihin.",
"options__1": {
"label": "Ympyrä"
},
@@ -1710,11 +1710,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ä lomake lahjakorttien vastaanottajien tietoja varten",
- "info": "Mahdollistaa sen, että ostajat voivat lähettää lahjakortin ja sen mukaan liitettävän henkilökohtaisen viestin suunniteltuna ajankohtana. [Lisätietoja](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Mahdollistaa sen, että ostajat voivat lähettää lahjakortin ja sen mukaan liitettävän henkilökohtaisen viestin suunniteltuna ajankohtana. [Lisätietoja](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
}
},
@@ -1728,10 +1728,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",
@@ -1906,7 +1906,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)"
}
}
},
@@ -1914,7 +1914,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",
@@ -2051,7 +2051,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"
@@ -2176,7 +2176,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ä"
@@ -2286,7 +2286,7 @@
},
"text": {
"label": "Kuvaus",
- "default": " Korosta valitsemaasi tuotetta, kokoelmaa tai blogipostausta lisäämällä kuvaan teksti. Lisää tietoa saatavuudesta tai tyylistä tai näytä vaikkapa arvostelu. Korosta valitsemaasi tuotetta, kokoelmaa tai blogipostausta lisäämällä kuvaan teksti. Lisää tietoa saatavuudesta tai tyylistä tai näytä vaikkapa arvostelu.<\/p>"
},
"link_label": {
"label": "Linkin teksti"
@@ -2308,7 +2308,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": {
@@ -2326,7 +2326,7 @@
"settings": {
"paragraph": {
"label": "Kuvaus",
- "default": " Saa ensimmäisten joukossa tietoa uusista kokoelmista ja ainutlaatuisista tarjouksista. Saa ensimmäisten joukossa tietoa uusista kokoelmista ja ainutlaatuisista tarjouksista.<\/p>"
}
}
},
@@ -2396,7 +2396,7 @@
"settings": {
"text": {
"label": "Kuvaus",
- "default": " Kerro brändiäsi koskevia tietoja asiakkaillesi. Kuvaile tuotetta, jaa ilmoituksia tai toivota asiakkaat tervetulleiksi kauppaasi. Kerro brändiäsi koskevia tietoja asiakkaillesi. Kuvaile tuotetta, jaa ilmoituksia tai toivota asiakkaat tervetulleiksi kauppaasi.<\/p>"
}
}
},
@@ -2488,7 +2488,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ö",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Väriruutu",
- "info": "Ota [väriruudut](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) käyttöön tuotevaihtoehtoihin.",
+ "info": "Ota [väriruudut](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) käyttöön tuotevaihtoehtoihin.",
"options__1": {
"label": "Ympyrä"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Kuvaus",
- "default": " Saa tietoa avaamisesta ensimmäisten joukossa. Saa tietoa avaamisesta ensimmäisten joukossa.<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,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)",
"default": "Saatat pitää myös näistä"
},
"header__2": {
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Teksti",
- "default": " Korosta valitsemaasi tuotetta, kokoelmaa tai blogipostausta lisäämällä kuvaan teksti. Lisää tietoa saatavuudesta tai tyylistä tai näytä vaikkapa arvostelu. Korosta valitsemaasi tuotetta, kokoelmaa tai blogipostausta lisäämällä kuvaan teksti. Lisää tietoa saatavuudesta tai tyylistä tai näytä vaikkapa arvostelu.<\/p>"
},
"button_label": {
"label": "Tekstipainike",
diff --git a/locales/fr.json b/locales/fr.json
index 4a276312eb2..9ff04466072 100644
--- a/locales/fr.json
+++ b/locales/fr.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Votre mot de passe",
"login_form_error": "Mot de passe incorrect !",
"login_form_submit": "Saisir",
- "admin_link_html": "La boutique vous appartient-elle ? Se connecter ici",
+ "admin_link_html": "La boutique vous appartient-elle ? Se connecter ici<\/a>",
"powered_by_shopify_html": "Cette boutique sera propulsée par {{ shopify }}"
},
"social": {
@@ -119,7 +119,7 @@
"minimum_of": "Minimum de {{ quantity }}",
"maximum_of": "Maximum de {{ quantity }}",
"multiples_of": "Incréments de {{ quantity }}",
- "in_cart_html": "{{ quantity }} dans le panier",
+ "in_cart_html": "{{ quantity }}<\/span> dans le panier",
"note": "Voir les règles de quantité",
"min_of": "Min. {{ quantity }}",
"max_of": "Max. {{ quantity }}"
@@ -141,8 +141,8 @@
"view_store_info": "Afficher les informations de la boutique",
"check_other_stores": "Vérifier la disponibilité dans d'autres boutiques",
"pick_up_available": "Service de retrait disponible",
- "pick_up_available_at_html": "Service de retrait disponible à {{ location_name }}",
- "pick_up_unavailable_at_html": "Service de retrait non disponible actuellement à {{ location_name }}",
+ "pick_up_available_at_html": "Service de retrait disponible à {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Service de retrait non disponible actuellement à {{ location_name }}<\/span>",
"unavailable": "Impossible de charger la disponibilité du service de retrait",
"refresh": "Actualiser"
},
@@ -157,7 +157,7 @@
"image_available": "L'image {{ index }} est maintenant disponible dans la galerie"
},
"view_full_details": "Afficher tous les détails",
- "shipping_policy_html": "Frais d'expédition calculés à l'étape de paiement.",
+ "shipping_policy_html": "Frais d'expédition<\/a> calculés à l'étape de paiement.",
"choose_options": "Choisir des options",
"choose_product_options": "Choisir des options pour {{ product_name }}",
"value_unavailable": "{{ option_value }} – indisponible",
@@ -173,7 +173,7 @@
"title": "Tarification basée sur le volume",
"note": "La tarification basée sur le volume est disponible",
"minimum": "{{ quantity }} ou plus",
- "price_at_each": "à {{ price }}/pièce",
+ "price_at_each": "à {{ price }}\/pièce",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"taxes_included": "Taxes incluses.",
@@ -302,17 +302,17 @@
"update": "Mise à jour",
"login": {
"title": "Vous possédez un compte ?",
- "paragraph_html": "Connectez-vous pour payer plus vite."
+ "paragraph_html": "Connectez-vous<\/a> pour payer plus vite."
},
"estimated_total": "Total estimé",
"new_estimated_total": "Nouveau total estimé",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Frais de douane et taxes inclus. Réductions et frais d’expédition calculés à l’étape du paiement.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Frais de douane et taxes inclus. Réductions et frais d’expédition<\/a> calculés à l’étape du paiement.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Frais de douane et taxes inclus. Réductions et frais d’expédition calculés à l’étape du paiement.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Taxes incluses. Réductions et frais d’expédition calculés à l’étape du paiement.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Taxes incluses. Réductions et frais d’expédition<\/a> calculés à l’étape du paiement.",
"taxes_included_shipping_at_checkout_without_policy": "Taxes incluses. Réductions et frais d’expédition calculés à l’étape du paiement.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Frais de douane inclus. Taxes, réductions et frais d’expédition calculés à l’étape du paiement.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Frais de douane inclus. Taxes, réductions et frais d’expédition<\/a> calculés à l’étape du paiement.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Frais de douane inclus. Taxes, réductions et frais d’expédition calculés à l’étape du paiement.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Taxes, réductions et frais d’expédition calculés à l’étape du paiement.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Taxes, réductions et frais d’expédition<\/a> calculés à l’étape du paiement.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Taxes, réductions et frais d’expédition calculés à l’étape du paiement."
},
"footer": {
@@ -333,7 +333,7 @@
"collection_template": {
"title": "Collection",
"empty": "Aucun produit trouvé",
- "use_fewer_filters_html": "Utiliser moins de filtres ou tout supprimer"
+ "use_fewer_filters_html": "Utiliser moins de filtres ou tout supprimer<\/a>"
},
"video": {
"load_video": "Charger la vidéo : {{ description }}"
@@ -360,7 +360,7 @@
"quick_order_list": {
"product_total": "Sous-total des produits",
"view_cart": "Voir le panier",
- "each": "{{ money }}/pièce",
+ "each": "{{ money }}\/pièce",
"product": "Produit",
"variant": "Variante",
"variant_total": "Total des variantes",
@@ -386,13 +386,13 @@
}
},
"localization": {
- "country_label": "Pays/région",
+ "country_label": "Pays\/région",
"language_label": "Langue",
"update_language": "Mettre à jour la langue",
- "update_country": "Mettre à jour le pays/la région",
+ "update_country": "Mettre à jour le pays\/la région",
"search": "Rechercher",
- "popular_countries_regions": "Pays/régions populaires",
- "country_results_count": "{{ count }} pays/régions trouvés"
+ "popular_countries_regions": "Pays\/régions populaires",
+ "country_results_count": "{{ count }} pays\/régions trouvés"
},
"customer": {
"account": {
@@ -421,7 +421,7 @@
"address1": "Adresse 1",
"address2": "Adresse 2",
"city": "Ville",
- "country": "Pays/région",
+ "country": "Pays\/région",
"province": "Province",
"zip": "Code postal",
"phone": "Téléphone",
diff --git a/locales/fr.schema.json b/locales/fr.schema.json
index 46d2a123303..8122102df36 100644
--- a/locales/fr.schema.json
+++ b/locales/fr.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -56,40 +56,40 @@
"name": "Médias sociaux",
"settings": {
"social_twitter_link": {
- "label": "X / Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ Twitter",
+ "info": "https:\/\/x.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"
@@ -222,7 +222,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"
@@ -484,7 +484,7 @@
},
"header__1": {
"content": "Icônes de réseaux sociaux",
- "info": "Pour afficher vos comptes de réseaux 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 réseaux sociaux, ajoutez les liens correspondants dans les [paramètres de votre thème](\/editor?context=theme&category=social%20media)."
},
"header__2": {
"content": "Annonces"
@@ -493,15 +493,15 @@
"label": "Afficher les icônes sur le bureau"
},
"header__3": {
- "content": "Sélecteur de pays/région",
- "info": "Pour ajouter un pays/une région, accédez à vos [paramètres de marché.](/admin/settings/markets)"
+ "content": "Sélecteur de pays\/région",
+ "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__4": {
"content": "Sélecteur de langue",
- "info": "Pour ajouter une langue, accédez à vos [paramètres de langue.](/admin/settings/languages)"
+ "info": "Pour ajouter une langue, accédez à vos [paramètres de langue.](\/admin\/settings\/languages)"
},
"enable_language_selector": {
"label": "Activer le sélecteur de langue"
@@ -591,7 +591,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)",
"default": "Description de la vidéo"
}
}
@@ -619,7 +619,7 @@
"options__3": {
"label": "Carré"
},
- "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"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Code Liquid",
- "info": "Ajoutez des extraits d’application ou autre code pour créer des personnalisations avancées. [En savoir plus](https://shopify.dev/docs/api/liquid)"
+ "info": "Ajoutez des extraits d’application ou autre code pour créer des personnalisations avancées. [En savoir plus](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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"
@@ -754,7 +754,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",
@@ -844,7 +844,7 @@
},
"subtext": {
"label": "Sous-texte",
- "default": " Partagez les coordonnées, les détails de la boutique, les promotions ou le contenu de la marque avec vos clients. Partagez les coordonnées, les détails de la boutique, les promotions ou le contenu de la marque avec vos clients.<\/p>"
}
}
},
@@ -852,14 +852,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)."
}
}
}
@@ -874,29 +874,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"
@@ -912,14 +912,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": "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)"
+ "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"
@@ -979,7 +979,7 @@
}
},
"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",
@@ -997,19 +997,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Connexion au comptes clients",
- "info": "Pour gérer les comptes clients, allez dans vos [paramètres de compte client](/admin/settings/customer_accounts)."
+ "info": "Pour gérer les comptes clients, allez dans vos [paramètres de compte client](\/admin\/settings\/customer_accounts)."
},
"enable_customer_avatar": {
"label": "Afficher l’avatar",
@@ -1062,7 +1062,7 @@
"options__3": {
"label": "Moyenne"
},
- "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"
}
@@ -1140,7 +1140,7 @@
"settings": {
"text": {
"label": "Description",
- "default": "Fournissez des détails à votre clientèle sur l’image/les images ou le contenu de la bannière du modèle."
+ "default": "Fournissez des détails à votre clientèle sur l’image\/les images ou le contenu de la bannière du modèle."
},
"text_style": {
"options__1": {
@@ -1293,7 +1293,7 @@
"settings": {
"text": {
"label": "Contenu",
- "default": " Associez un texte à une image pour mettre en avant le produit, la collection ou l’article de blog de votre choix. Ajoutez des informations sur la disponibilité ou le style. Vous pouvez même fournir un avis. Associez un texte à une image pour mettre en avant le produit, la collection ou l’article de blog de votre choix. Ajoutez des informations sur la disponibilité ou le style. Vous pouvez même fournir un avis.<\/p>"
},
"text_style": {
"label": "Style de texte",
@@ -1374,7 +1374,7 @@
"options__3": {
"label": "Moyenne"
},
- "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"
}
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1495,7 +1495,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"
@@ -1526,11 +1526,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)"
},
"columns_desktop": {
"label": "Nombre de colonnes sur ordinateur"
@@ -1610,7 +1610,7 @@
"options__3": {
"label": "Carré"
},
- "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"
@@ -1692,7 +1692,7 @@
},
"swatch_shape": {
"label": "Échantillon",
- "info": "Activez [échantillons](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) sur les options produits.",
+ "info": "Activez [échantillons](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) sur les options produits.",
"options__1": {
"label": "Cercle"
},
@@ -1710,11 +1710,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",
- "info": "Permet aux acheteurs d’envoyer des cartes-cadeaux à une date prévue ainsi qu’un message personnel. [En savoir plus](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Permet aux acheteurs d’envoyer des cartes-cadeaux à une date prévue ainsi qu’un message personnel. [En savoir plus](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
}
},
@@ -1728,10 +1728,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",
@@ -1906,7 +1906,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)"
}
}
},
@@ -1914,7 +1914,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",
@@ -2051,7 +2051,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"
@@ -2176,7 +2176,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"
@@ -2286,7 +2286,7 @@
},
"text": {
"label": "Description",
- "default": " Associez un texte à une image pour mettre en avant le produit, la collection ou l’article de blog de votre choix. Ajoutez des informations sur la disponibilité ou le style. Vous pouvez même fournir un avis. Associez un texte à une image pour mettre en avant le produit, la collection ou l’article de blog de votre choix. Ajoutez des informations sur la disponibilité ou le style. Vous pouvez même fournir un avis.<\/p>"
},
"link_label": {
"label": "Étiquette de lien"
@@ -2308,7 +2308,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": {
@@ -2326,7 +2326,7 @@
"settings": {
"paragraph": {
"label": "Description",
- "default": " Faites partie des premières personnes à être informées des nouvelles collections et des offres exclusives. Faites partie des premières personnes à être informées des nouvelles collections et des offres exclusives.<\/p>"
}
}
},
@@ -2396,7 +2396,7 @@
"settings": {
"text": {
"label": "Description",
- "default": " Partagez des informations sur votre marque. Décrivez un produit, partagez des annonces ou souhaitez la bienvenue à vos clients dans votre boutique. Partagez des informations sur votre marque. Décrivez un produit, partagez des annonces ou souhaitez la bienvenue à vos clients dans votre boutique.<\/p>"
}
}
},
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Échantillon",
- "info": "Activez [échantillons](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) sur les options produits.",
+ "info": "Activez [échantillons](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) sur les options produits.",
"options__1": {
"label": "Cercle"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Description",
- "default": " Faites partie des premières personnes à être informées de notre lancement. Faites partie des premières personnes à être informées de notre lancement.<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,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)",
"default": "Vous aimerez peut-être aussi"
},
"header__2": {
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Texte",
- "default": " Associez un texte à une image pour mettre en avant le produit, la collection ou l’article de blog de votre choix. Ajoutez des informations sur la disponibilité ou le style. Vous pouvez même fournir un avis. Associez un texte à une image pour mettre en avant le produit, la collection ou l’article de blog de votre choix. Ajoutez des informations sur la disponibilité ou le style. Vous pouvez même fournir un avis.<\/p>"
},
"button_label": {
"label": "Texte du bouton",
diff --git a/locales/hr.json b/locales/hr.json
index c6f30078544..60b44de0918 100644
--- a/locales/hr.json
+++ b/locales/hr.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Vaša lozinka",
"login_form_error": "Pogrešna lozinka!",
"login_form_submit": "Unesi",
- "admin_link_html": "Jeste li vlasnik/vlasnica trgovine? Prijavite se ovdje",
+ "admin_link_html": "Jeste li vlasnik\/vlasnica trgovine? Prijavite se ovdje<\/a>",
"powered_by_shopify_html": "Ovu trgovinu pokreće {{ shopify }}"
},
"social": {
@@ -126,7 +126,7 @@
"minimum_of": "Minimalno {{ quantity }}",
"maximum_of": "Maksimalno {{ quantity }}",
"multiples_of": "Povećanje od {{ quantity }}",
- "in_cart_html": "{{ quantity }} u košarici",
+ "in_cart_html": "{{ quantity }}<\/span> u košarici",
"note": "Prikaži pravila o količini",
"min_of": "Min. {{ quantity }}",
"max_of": "Maks. {{ quantity }}"
@@ -141,8 +141,8 @@
"view_store_info": "Prikaži informacije o trgovini",
"check_other_stores": "Provjeri dostupnost u drugim trgovinama",
"pick_up_available": "Dostupno je preuzimanje",
- "pick_up_available_at_html": "Preuzimanje je dostupno na lokaciji {{ location_name }}",
- "pick_up_unavailable_at_html": "Preuzimanje trenutačno nije dostupno na lokaciji {{ location_name }}",
+ "pick_up_available_at_html": "Preuzimanje je dostupno na lokaciji {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Preuzimanje trenutačno nije dostupno na lokaciji {{ location_name }}<\/span>",
"unavailable": "Učitavanje dostupnosti preuzimanje nije moguće",
"refresh": "Osvježi"
},
@@ -157,7 +157,7 @@
"image_available": "Slika {{ index }} sada je dostupna za prikaz u galeriji"
},
"view_full_details": "Prikaži sve pojedinosti",
- "shipping_policy_html": "Poštarina se obračunava prilikom završetka kupnje.",
+ "shipping_policy_html": "Poštarina <\/a> se obračunava prilikom završetka kupnje.",
"choose_options": "Odaberite opcije",
"choose_product_options": "Odaberite željene opcije za {{ product_name }}",
"value_unavailable": "{{ option_value }} – nedostupno",
@@ -173,7 +173,7 @@
"title": "Popust na količinu",
"note": "Dostupan je popust na količinu",
"minimum": "Više od {{ quantity }}",
- "price_at_each": "po cijeni od {{ price }}/ea",
+ "price_at_each": "po cijeni od {{ price }}\/ea",
"price_range": "{{ minimum }} – {{ maximum }}"
},
"taxes_included": "Porezi su uključeni.",
@@ -302,17 +302,17 @@
},
"login": {
"title": "Imate li račun?",
- "paragraph_html": "Prijavite se za bržu provjeru."
+ "paragraph_html": "Prijavite se<\/a> za bržu provjeru."
},
"estimated_total": "Procijenjen ukupni iznos",
"new_estimated_total": "Novi procijenjeni ukupni iznos",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Carina i porezi su uključeni. Popusti i poštarina obračunavaju se prilikom plaćanja.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Carina i porezi su uključeni. Popusti i poštarina<\/a> obračunavaju se prilikom plaćanja.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Carina i porezi su uključeni. Popusti i poštarina obračunavaju se prilikom plaćanja.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Porezi su uključeni. Popusti i poštarina obračunavaju se prilikom plaćanja.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Porezi su uključeni. Popusti i poštarina<\/a> obračunavaju se prilikom plaćanja.",
"taxes_included_shipping_at_checkout_without_policy": "Porezi su uključeni. Popusti i poštarina obračunavaju se prilikom plaćanja.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Carina je uključena. Porezi, popusti i poštarina obračunavaju se prilikom plaćanja.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Carina je uključena. Porezi, popusti i poštarina<\/a> obračunavaju se prilikom plaćanja.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Carina je uključena. Porezi, popusti i poštarina obračunavaju se prilikom plaćanja.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Porezi, popusti i poštarina obračunavaju se prilikom plaćanja.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Porezi, popusti i poštarina<\/a> obračunavaju se prilikom plaćanja.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Porezi, popusti i poštarina obračunavaju se prilikom plaćanja."
},
"footer": {
@@ -333,7 +333,7 @@
"collection_template": {
"title": "Kolekcija",
"empty": "Nije pronađen nijedan proizvod",
- "use_fewer_filters_html": "Upotrijebi manje filtara ili ukloni sve"
+ "use_fewer_filters_html": "Upotrijebi manje filtara ili ukloni sve<\/a>"
},
"video": {
"load_video": "Učitaj videozapis: {{ description }}"
@@ -386,13 +386,13 @@
}
},
"localization": {
- "country_label": "Država/regija",
+ "country_label": "Država\/regija",
"language_label": "Jezik",
"update_language": "Ažuriraj jezik",
- "update_country": "Ažuriraj državu/regiju",
+ "update_country": "Ažuriraj državu\/regiju",
"search": "Traži",
- "popular_countries_regions": "Popularne zemlje/regije",
- "country_results_count": "Pronađen je sljedeći broj zemalja/regija: {{ count }}"
+ "popular_countries_regions": "Popularne zemlje\/regije",
+ "country_results_count": "Pronađen je sljedeći broj zemalja\/regija: {{ count }}"
},
"customer": {
"account": {
@@ -423,7 +423,7 @@
"address1": "Adresa 1",
"address2": "Adresa 2",
"city": "Grad",
- "country": "Država/regija",
+ "country": "Država\/regija",
"province": "Pokrajina",
"zip": "Poštanski broj",
"phone": "Telefon",
diff --git a/locales/hu.json b/locales/hu.json
index 8ebfa49c12f..906bc8d9fbe 100644
--- a/locales/hu.json
+++ b/locales/hu.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Saját jelszó",
"login_form_error": "Téves jelszót írtál be.",
"login_form_submit": "Belépés",
- "admin_link_html": "Te vagy a webáruház tulajdonosa? Itt tudsz bejelentkezni",
+ "admin_link_html": "Te vagy a webáruház tulajdonosa? Itt tudsz bejelentkezni<\/a>",
"powered_by_shopify_html": "A bolt szolgáltatója a {{ shopify }}"
},
"social": {
@@ -51,7 +51,7 @@
"close": "Megosztás befejezése"
},
"slider": {
- "of": "/",
+ "of": "\/",
"next_slide": "Következő dia",
"previous_slide": "Előző dia",
"name": "Csúszka"
@@ -65,7 +65,7 @@
"accessibility": {
"skip_to_text": "Ugrás a tartalomhoz",
"close": "Bezárás",
- "unit_price_separator": "/",
+ "unit_price_separator": "\/",
"vendor": "Forgalmazó:",
"error": "Hiba",
"refresh_page": "Ha kiválasztasz egy lehetőséget, a teljes oldal frissül.",
@@ -76,7 +76,7 @@
"loading": "Betöltés folyamatban…",
"skip_to_product_info": "Kihagyás, és ugrás a termékadatokra",
"total_reviews": "összes értékelés",
- "star_reviews_info": "{{ rating_max }}/{{ rating_value }} csillag",
+ "star_reviews_info": "{{ rating_max }}\/{{ rating_value }} csillag",
"collapsible_content_title": "Összecsukható tartalom",
"complementary_products": "Kiegészítő termékek"
},
@@ -118,7 +118,7 @@
"minimum_of": "Minimum: {{ quantity }}",
"maximum_of": "Maximum: {{ quantity }}",
"multiples_of": "Növekvés: {{ quantity }}",
- "in_cart_html": "Kosárban lévő mennyiség: {{ quantity }}",
+ "in_cart_html": "Kosárban lévő mennyiség: {{ quantity }}<\/span>",
"note": "Mennyiségi szabályok megtekintése",
"min_of": "Min. {{ quantity }}",
"max_of": "Max. {{ quantity }}"
@@ -140,8 +140,8 @@
"view_store_info": "Webáruház adatai",
"check_other_stores": "Kapható más webáruházakban?",
"pick_up_available": "Személyesen átvehető",
- "pick_up_available_at_html": "Személyesen átvehető itt: {{ location_name }}",
- "pick_up_unavailable_at_html": "Személyesen egyelőre nem vehető át itt: {{ location_name }}",
+ "pick_up_available_at_html": "Személyesen átvehető itt: {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Személyesen egyelőre nem vehető át itt: {{ location_name }}<\/span>",
"unavailable": "Nem sikerült betölteni az átvehetőségi adatokat",
"refresh": "Frissítés"
},
@@ -156,7 +156,7 @@
"image_available": "{{ index }}. kép betöltve galérianézetben"
},
"view_full_details": "Minden részlet megtekintése",
- "shipping_policy_html": "A szállítási költséget a megrendeléskor számítjuk ki.",
+ "shipping_policy_html": "A szállítási költséget<\/a> a megrendeléskor számítjuk ki.",
"choose_options": "Válassz a lehetőségek közül",
"choose_product_options": "Termékváltozatok – {{ product_name }}",
"value_unavailable": "{{ option_value }} – Nincs készleten",
@@ -172,7 +172,7 @@
"title": "Mennyiségi árszabás",
"note": "Mennyiségi árszabás rendelkezésre áll",
"minimum": "{{ quantity }}+",
- "price_at_each": "{{ price }}/db",
+ "price_at_each": "{{ price }}\/db",
"price_range": "{{ minimum }} – {{ maximum }}"
},
"taxes_included": "Tartalmazza az adókat.",
@@ -196,8 +196,8 @@
},
"max_price": "A legmagasabb ár {{ price }}",
"product_count": {
- "one": "{{ count }}/{{ product_count }} termék",
- "other": "{{ count }}/{{ product_count }} termék"
+ "one": "{{ count }}\/{{ product_count }} termék",
+ "other": "{{ count }}\/{{ product_count }} termék"
},
"product_count_simple": {
"one": "{{ count }} termék",
@@ -292,17 +292,17 @@
"update": "Frissítés",
"login": {
"title": "Már van fiókod?",
- "paragraph_html": "Jelentkezz be a gyorsabb fizetéshez."
+ "paragraph_html": "Jelentkezz be<\/a> a gyorsabb fizetéshez."
},
"estimated_total": "Becsült végösszeg",
"new_estimated_total": "Új becsült végösszeg",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Tartalmazza a vámokat és az adókat. A kedvezményeket és a szállítási költséget a megrendeléskor számítjuk ki.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Tartalmazza a vámokat és az adókat. A kedvezményeket és a szállítási költséget<\/a> a megrendeléskor számítjuk ki.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Tartalmazza a vámokat és az adókat. A kedvezményeket és a szállítási költséget a megrendeléskor számítjuk ki.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Tartalmazza az adókat. A kedvezményeket és a szállítási költséget a megrendeléskor számítjuk ki.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Tartalmazza az adókat. A kedvezményeket és a szállítási költséget<\/a> a megrendeléskor számítjuk ki.",
"taxes_included_shipping_at_checkout_without_policy": "Tartalmazza az adókat. A kedvezményeket és a szállítási költséget a megrendeléskor számítjuk ki.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Tartalmazza a vámokat. Az adókat, a kedvezményeket és a szállítási költséget a megrendeléskor számítjuk ki.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Tartalmazza a vámokat. Az adókat, a kedvezményeket és a szállítási költséget<\/a> a megrendeléskor számítjuk ki.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Tartalmazza a vámokat. Az adókat, a kedvezményeket és a szállítási költséget a megrendeléskor számítjuk ki",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Az adókat, a kedvezményeket és a szállítási költséget a megrendeléskor számítjuk ki.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Az adókat, a kedvezményeket és a szállítási költséget<\/a> a megrendeléskor számítjuk ki.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Az adókat, a kedvezményeket és a szállítási költséget a megrendeléskor számítjuk ki"
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "Kollekció",
"empty": "Nincs találat",
- "use_fewer_filters_html": "Használj kevesebb szűrőt, vagy távolítsd el az összeset."
+ "use_fewer_filters_html": "Használj kevesebb szűrőt, vagy távolítsd el az összeset<\/a>."
},
"video": {
"load_video": "Videó betöltése: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "Termék részösszege",
"view_cart": "Kosár megtekintése",
- "each": "{{ money }}/db",
+ "each": "{{ money }}\/db",
"product": "Termék",
"variant": "Változat",
"variant_total": "Változat összesen",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "Ország/régió",
+ "country_label": "Ország\/régió",
"language_label": "Nyelv",
"update_language": "Nyelv módosítása",
- "update_country": "Ország/régió frissítése",
+ "update_country": "Ország\/régió frissítése",
"search": "Keresés",
- "popular_countries_regions": "Népszerű országok/régiók",
- "country_results_count": "{{ count }} ország/régió található"
+ "popular_countries_regions": "Népszerű országok\/régiók",
+ "country_results_count": "{{ count }} ország\/régió található"
},
"customer": {
"account": {
@@ -409,7 +409,7 @@
"address1": "1. cím",
"address2": "2. cím",
"city": "Település",
- "country": "Ország/régió",
+ "country": "Ország\/régió",
"province": "Megye",
"zip": "Irányítószám",
"phone": "Telefonszám",
diff --git a/locales/id.json b/locales/id.json
index ca29920077e..a6f58c83799 100644
--- a/locales/id.json
+++ b/locales/id.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Sandi Anda",
"login_form_error": "Sandi salah!",
"login_form_submit": "Masuk",
- "admin_link_html": "Anda pemilik toko? Login di sini",
+ "admin_link_html": "Anda pemilik toko? Login di sini<\/a>",
"powered_by_shopify_html": "Toko ini didukung oleh {{ shopify }}"
},
"social": {
@@ -118,7 +118,7 @@
"minimum_of": "Minimum {{ quantity }}",
"maximum_of": "Maksimum {{ quantity }}",
"multiples_of": "Nilai peningkatan {{ quantity }}",
- "in_cart_html": "{{ quantity }} di keranjang",
+ "in_cart_html": "{{ quantity }}<\/span> di keranjang",
"note": "Lihat aturan kuantitas",
"min_of": "Min. {{ quantity }}",
"max_of": "Maks. {{ quantity }}"
@@ -140,8 +140,8 @@
"view_store_info": "Lihat informasi toko",
"check_other_stores": "Periksa ketersediaan di toko lainnya",
"pick_up_available": "Pengambilan tersedia",
- "pick_up_available_at_html": "Pengambilan dapat dilakukan di {{ location_name }}",
- "pick_up_unavailable_at_html": "Saat ini, pengambilan tidak dapat dilakukan di {{ location_name }}",
+ "pick_up_available_at_html": "Pengambilan dapat dilakukan di {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Saat ini, pengambilan tidak dapat dilakukan di {{ location_name }}<\/span>",
"unavailable": "Tidak dapat memuat ketersediaan pengambilan",
"refresh": "Muat ulang"
},
@@ -156,7 +156,7 @@
"image_available": "Gambar {{ index }} kini tersedia di tampilan galeri"
},
"view_full_details": "Lihat detail lengkap",
- "shipping_policy_html": "Biaya pengiriman dihitung saat checkout.",
+ "shipping_policy_html": "Biaya pengiriman<\/a> dihitung saat checkout.",
"choose_options": "Pilih opsi",
"choose_product_options": "Pilih opsi untuk {{ product_name }}",
"value_unavailable": "{{ option_value }} - Tidak tersedia",
@@ -172,7 +172,7 @@
"title": "Harga Volume",
"note": "Harga volume tersedia",
"minimum": "{{ quantity }}+",
- "price_at_each": "harga {{ price }}/satuan",
+ "price_at_each": "harga {{ price }}\/satuan",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"taxes_included": "Termasuk pajak.",
@@ -292,17 +292,17 @@
"update": "Perbarui",
"login": {
"title": "Sudah punya akun?",
- "paragraph_html": "Login untuk checkout lebih cepat."
+ "paragraph_html": "Login<\/a> untuk checkout lebih cepat."
},
"estimated_total": "Estimasi total",
"new_estimated_total": "Estimasi total baru",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Termasuk bea cukai dan pajak. Diskon dan biaya pengiriman dihitung saat checkout.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Termasuk bea cukai dan pajak. Diskon dan biaya pengiriman<\/a> dihitung saat checkout.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Termasuk bea cukai dan pajak. Diskon dan biaya pengiriman dihitung saat checkout.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Termasuk pajak. Diskon dan biaya pengiriman dihitung saat checkout.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Termasuk pajak. Diskon dan biaya pengiriman<\/a> dihitung saat checkout.",
"taxes_included_shipping_at_checkout_without_policy": "Termasuk pajak. Diskon dan biaya pengiriman dihitung saat checkout.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Termasuk bea cukai. Pajak, diskon, dan biaya pengiriman dihitung saat checkout.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Termasuk bea cukai. Pajak, diskon, dan biaya pengiriman<\/a> dihitung saat checkout.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Termasuk bea cukai. Pajak, diskon, dan biaya pengiriman dihitung saat checkout.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Pajak, diskon, dan biaya pengiriman dihitung saat checkout.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Pajak, diskon, dan biaya pengiriman<\/a> dihitung saat checkout.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Pajak, diskon, dan biaya pengiriman dihitung saat checkout."
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "Koleksi",
"empty": "Tidak ada produk yang ditemukan",
- "use_fewer_filters_html": "Gunakan lebih sedikit filter atau hapus semua"
+ "use_fewer_filters_html": "Gunakan lebih sedikit filter atau hapus semua<\/a>"
},
"video": {
"load_video": "Muat video: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "Subtotal produk",
"view_cart": "Lihat keranjang",
- "each": "{{ money }}/satuan",
+ "each": "{{ money }}\/satuan",
"product": "Produk",
"variant": "Varian",
"variant_total": "Total varian",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "Negara/Wilayah",
+ "country_label": "Negara\/Wilayah",
"language_label": "Bahasa",
"update_language": "Perbarui bahasa",
- "update_country": "Perbarui negara/wilayah",
+ "update_country": "Perbarui negara\/wilayah",
"search": "Cari",
- "popular_countries_regions": "Negara/wilayah populer",
- "country_results_count": "{{ count }} negara/wilayah ditemukan"
+ "popular_countries_regions": "Negara\/wilayah populer",
+ "country_results_count": "{{ count }} negara\/wilayah ditemukan"
},
"customer": {
"account": {
@@ -409,7 +409,7 @@
"address1": "Alamat 1",
"address2": "Alamat 2",
"city": "Kota",
- "country": "Negara/Wilayah",
+ "country": "Negara\/Wilayah",
"province": "Provinsi",
"zip": "Kode pos",
"phone": "Telepon",
diff --git a/locales/it.json b/locales/it.json
index 71450d28547..47b3c5682c1 100644
--- a/locales/it.json
+++ b/locales/it.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "La tua password",
"login_form_error": "Password errata!",
"login_form_submit": "Accedi",
- "admin_link_html": "Sei il proprietario del negozio? Accedi qui",
+ "admin_link_html": "Sei il proprietario del negozio? Accedi qui<\/a>",
"powered_by_shopify_html": "Questo negozio sarà ospitato su {{ shopify }}"
},
"social": {
@@ -118,7 +118,7 @@
"minimum_of": "Minimo di {{ quantity }}",
"maximum_of": "Massimo di {{ quantity }}",
"multiples_of": "Incrementi di {{ quantity }}",
- "in_cart_html": "{{ quantity }} nel carrello",
+ "in_cart_html": "{{ quantity }}<\/span> nel carrello",
"note": "Visualizza regole sulla quantità",
"min_of": "Min {{ quantity }}",
"max_of": "Max {{ quantity }}"
@@ -140,8 +140,8 @@
"view_store_info": "Visualizza i dettagli del negozio",
"check_other_stores": "Verifica la disponibilità in altri negozi",
"pick_up_available": "Ritiro disponibile",
- "pick_up_available_at_html": "Ritiro disponibile presso la sede {{ location_name }}",
- "pick_up_unavailable_at_html": "Ritiro attualmente non disponibile presso la sede {{ location_name }}",
+ "pick_up_available_at_html": "Ritiro disponibile presso la sede {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Ritiro attualmente non disponibile presso la sede {{ location_name }}<\/span>",
"unavailable": "Impossibile caricare la disponibilità di ritiro",
"refresh": "Aggiorna"
},
@@ -156,13 +156,13 @@
"image_available": "L'immagine {{ index }} è ora disponibile in visualizzazione galleria"
},
"view_full_details": "Visualizza dettagli completi",
- "shipping_policy_html": "Spese di spedizione calcolate al check-out.",
+ "shipping_policy_html": "Spese di spedizione<\/a> calcolate al check-out.",
"choose_options": "Scegli opzioni",
"choose_product_options": "Scegli opzioni per {{ product_name }}",
"value_unavailable": "{{ option_value }} - Non disponibile",
"variant_sold_out_or_unavailable": "Variante esaurita o non disponibile",
"inventory_in_stock": "Disponibile",
- "inventory_in_stock_show_count": "{{ quantity }} disponibile/i",
+ "inventory_in_stock_show_count": "{{ quantity }} disponibile\/i",
"inventory_low_stock": "Scorte ridotte",
"inventory_low_stock_show_count": "Scorte ridotte: ne restano {{ quantity }}",
"inventory_out_of_stock": "Esaurito",
@@ -172,7 +172,7 @@
"title": "Prezzi basati sui volumi",
"note": "Prezzi basati sui volumi disponibili",
"minimum": "Più di {{ quantity }}",
- "price_at_each": "a {{ price }}/ciascuno",
+ "price_at_each": "a {{ price }}\/ciascuno",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"product_variants": "Varianti di prodotto",
@@ -302,17 +302,17 @@
"update": "Aggiorna",
"login": {
"title": "Hai un account?",
- "paragraph_html": "Accedi per un check-out più veloce."
+ "paragraph_html": "Accedi<\/a> per un check-out più veloce."
},
"estimated_total": "Totale stimato",
"new_estimated_total": "Nuovo totale stimato",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Dazi e imposte inclusi. Sconti e spedizione calcolati al check-out.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Dazi e imposte inclusi. Sconti e spedizione<\/a> calcolati al check-out.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Dazi e imposte inclusi. Sconti e spedizione calcolati al check-out.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Imposte incluse. Sconti e spedizione calcolati al check-out.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Imposte incluse. Sconti e spedizione<\/a> calcolati al check-out.",
"taxes_included_shipping_at_checkout_without_policy": "Imposte incluse. Sconti e spedizione calcolati al check-out.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Dazi inclusi. Imposte, sconti e spedizione calcolati al check-out.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Dazi inclusi. Imposte, sconti e spedizione<\/a> calcolati al check-out.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Dazi inclusi. Imposte, sconti e spedizione calcolati al check-out.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Imposte, sconti e spedizione calcolati al check-out.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Imposte, sconti e spedizione<\/a> calcolati al check-out.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Imposte, sconti e spedizione calcolati al check-out."
},
"footer": {
@@ -333,7 +333,7 @@
"collection_template": {
"title": "Collezione",
"empty": "Nessun prodotto trovato",
- "use_fewer_filters_html": "Utilizza meno filtri o rimuovi tutto"
+ "use_fewer_filters_html": "Utilizza meno filtri o rimuovi tutto<\/a>"
},
"video": {
"load_video": "Carica il video: {{ description }}"
@@ -360,7 +360,7 @@
"quick_order_list": {
"product_total": "Subtotale prodotto",
"view_cart": "Visualizza carrello",
- "each": "{{ money }}/ciascuno",
+ "each": "{{ money }}\/ciascuno",
"product": "Prodotto",
"variant": "Variante",
"variant_total": "Totale varianti",
@@ -386,13 +386,13 @@
}
},
"localization": {
- "country_label": "Paese/Area geografica",
+ "country_label": "Paese\/Area geografica",
"language_label": "Lingua",
"update_language": "Aggiorna lingua",
- "update_country": "Aggiorna paese/area geografica",
+ "update_country": "Aggiorna paese\/area geografica",
"search": "Cerca",
- "popular_countries_regions": "Paesi/aree geografiche popolari",
- "country_results_count": "{{ count }} paesi/aree geografiche trovati"
+ "popular_countries_regions": "Paesi\/aree geografiche popolari",
+ "country_results_count": "{{ count }} paesi\/aree geografiche trovati"
},
"customer": {
"account": {
@@ -421,7 +421,7 @@
"address1": "Indirizzo - campo 1",
"address2": "Indirizzo - campo 2",
"city": "Città",
- "country": "Paese/Area geografica",
+ "country": "Paese\/Area geografica",
"province": "Provincia",
"zip": "CAP",
"phone": "Numero di telefono",
diff --git a/locales/it.schema.json b/locales/it.schema.json
index 2a1688d2946..0dad09bb5c5 100644
--- a/locales/it.schema.json
+++ b/locales/it.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -56,40 +56,40 @@
"name": "Social media",
"settings": {
"social_twitter_link": {
- "label": "X / Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ Twitter",
+ "info": "https:\/\/x.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"
@@ -222,7 +222,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"
@@ -484,7 +484,7 @@
},
"header__1": {
"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)."
},
"header__2": {
"content": "Annunci"
@@ -493,15 +493,15 @@
"label": "Mostra icone sul desktop"
},
"header__3": {
- "content": "Selettore paese/area geografica",
- "info": "Per aggiungere un paese/un'area geografica, vai alle [impostazioni di mercato.](/admin/settings/markets)"
+ "content": "Selettore paese\/area geografica",
+ "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__4": {
"content": "Selettore lingua",
- "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"
@@ -591,7 +591,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)",
"default": "Descrivi il video"
}
}
@@ -619,7 +619,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"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Codice Liquid",
- "info": "Aggiungi snippet di app o altro codice Liquid per creare personalizzazioni avanzate. [Maggiori informazioni](https://shopify.dev/docs/api/liquid)"
+ "info": "Aggiungi snippet di app o altro codice Liquid per creare personalizzazioni avanzate. [Maggiori informazioni](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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"
@@ -754,7 +754,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",
@@ -844,7 +844,7 @@
},
"subtext": {
"label": "Sottotesto",
- "default": " Condividi informazioni di contatto, dettagli del negozio e contenuti del brand con i clienti. Condividi informazioni di contatto, dettagli del negozio e contenuti del brand con i clienti.<\/p>"
}
}
},
@@ -852,14 +852,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)."
}
}
}
@@ -874,29 +874,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"
@@ -912,14 +912,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": "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)"
+ "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"
@@ -979,7 +979,7 @@
}
},
"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",
@@ -997,19 +997,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Come accedere agli account cliente",
- "info": "Per gestire gli account cliente vai su [customer accounts settings](/admin/settings/customer_accounts)."
+ "info": "Per gestire gli account cliente vai su [customer accounts settings](\/admin\/settings\/customer_accounts)."
},
"enable_customer_avatar": {
"label": "Mostra avatar",
@@ -1062,7 +1062,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"
}
@@ -1293,7 +1293,7 @@
"settings": {
"text": {
"label": "Contenuto",
- "default": " Associa un testo a un'immagine per dare importanza al prodotto, alla collezione o all'articolo del blog di tua scelta. Aggiungi dettagli sulla disponibilità, sullo stile o fornisci una recensione. Associa un testo a un'immagine per dare importanza al prodotto, alla collezione o all'articolo del blog di tua scelta. Aggiungi dettagli sulla disponibilità, sullo stile o fornisci una recensione.<\/p>"
},
"text_style": {
"label": "Stile del testo",
@@ -1374,7 +1374,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"
}
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1513,11 +1513,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"
@@ -1530,7 +1530,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)"
},
"columns_desktop": {
"label": "Numero di colonne su desktop"
@@ -1610,7 +1610,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"
@@ -1693,7 +1693,7 @@
},
"swatch_shape": {
"label": "Campione di colore",
- "info": "Abilita i [campioni di colore](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nelle opzioni del prodotto.",
+ "info": "Abilita i [campioni di colore](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) nelle opzioni del prodotto.",
"options__1": {
"label": "Tondo"
},
@@ -1711,11 +1711,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": "Consente agli acquirenti di inviare i buoni regalo in una data programmata insieme a un messaggio personale. [Maggiori informazioni](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Consente agli acquirenti di inviare i buoni regalo in una data programmata insieme a un messaggio personale. [Maggiori informazioni](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
}
},
@@ -1729,10 +1729,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",
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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",
@@ -2052,7 +2052,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"
@@ -2176,7 +2176,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"
@@ -2286,7 +2286,7 @@
},
"text": {
"label": "Descrizione",
- "default": " Associa un testo a un'immagine per dare importanza al prodotto, alla collezione o all'articolo del blog di tua scelta. Aggiungi dettagli sulla disponibilità, sullo stile o fornisci una recensione. Associa un testo a un'immagine per dare importanza al prodotto, alla collezione o all'articolo del blog di tua scelta. Aggiungi dettagli sulla disponibilità, sullo stile o fornisci una recensione.<\/p>"
},
"link_label": {
"label": "Etichetta link"
@@ -2308,7 +2308,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": {
@@ -2326,7 +2326,7 @@
"settings": {
"paragraph": {
"label": "Descrizione",
- "default": " Sii tra i primi a scoprire le nuove collezioni e le offerte esclusive. Sii tra i primi a scoprire le nuove collezioni e le offerte esclusive.<\/p>"
}
}
},
@@ -2396,7 +2396,7 @@
"settings": {
"text": {
"label": "Descrizione",
- "default": " Condividi informazioni sul tuo brand con i clienti. Descrivi un prodotto, condividi gli annunci o dai il benvenuto ai clienti nel tuo negozio. Condividi informazioni sul tuo brand con i clienti. Descrivi un prodotto, condividi gli annunci o dai il benvenuto ai clienti nel tuo negozio.<\/p>"
}
}
},
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Campione di colore",
- "info": "Abilita i [campioni di colore](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nelle opzioni del prodotto.",
+ "info": "Abilita i [campioni di colore](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) nelle opzioni del prodotto.",
"options__1": {
"label": "Tondo"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Descrizione",
- "default": " Sii tra i primi a sapere quando apriremo. Sii tra i primi a sapere quando apriremo.<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,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)",
"default": "Potrebbero interessarti anche"
},
"header__2": {
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Testo",
- "default": " Associa un testo a un'immagine per dare importanza al prodotto, alla collezione o all'articolo del blog di tua scelta. Aggiungi dettagli sulla disponibilità, sullo stile o fornisci una recensione. Associa un testo a un'immagine per dare importanza al prodotto, alla collezione o all'articolo del blog di tua scelta. Aggiungi dettagli sulla disponibilità, sullo stile o fornisci una recensione.<\/p>"
},
"button_label": {
"label": "Etichetta pulsante",
diff --git a/locales/ja.json b/locales/ja.json
index 23dd5683a0a..e9d33e13789 100644
--- a/locales/ja.json
+++ b/locales/ja.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "あなたのパスワード",
"login_form_error": "パスワードが正しくありません。",
"login_form_submit": "ストアに入る",
- "admin_link_html": "あなたはストアオーナーですか?こちらからログインする",
+ "admin_link_html": "あなたはストアオーナーですか?こちらからログインする<\/a>",
"powered_by_shopify_html": "このショップでは{{ shopify }}を使用する予定です"
},
"social": {
@@ -118,7 +118,7 @@
"minimum_of": "最小{{ quantity }}",
"maximum_of": "最大{{ quantity }}",
"multiples_of": "{{ quantity }}の増分",
- "in_cart_html": "カートに{{ quantity }}",
+ "in_cart_html": "カートに{{ quantity }}<\/span>",
"note": "数量ルールを見る",
"min_of": "最小:{{ quantity }}",
"max_of": "最大: {{ quantity }}"
@@ -140,8 +140,8 @@
"view_store_info": "ストア情報を表示する",
"check_other_stores": "別のストアでの出品状況を確認する",
"pick_up_available": "受取が可能です",
- "pick_up_available_at_html": "{{ location_name }}での受取が可能です。",
- "pick_up_unavailable_at_html": "{{ location_name }}での受取は現在できません。",
+ "pick_up_available_at_html": "{{ location_name }}<\/span>での受取が可能です。",
+ "pick_up_unavailable_at_html": "{{ location_name }}<\/span>での受取は現在できません。",
"unavailable": "受取状況を読み込めませんでした",
"refresh": "更新"
},
@@ -156,7 +156,7 @@
"image_available": "ギャラリービューで画像 ({{ index }}) が利用できるようになりました"
},
"view_full_details": "詳細を表示する",
- "shipping_policy_html": "配送料はチェックアウト時に計算されます。",
+ "shipping_policy_html": "配送料<\/a>はチェックアウト時に計算されます。",
"choose_options": "オプションを選択",
"choose_product_options": "{{ product_name }}のオプションを選択する",
"value_unavailable": "{{ option_value }}は利用できません",
@@ -172,7 +172,7 @@
"title": "量による価格",
"note": "量による価格が利用可能",
"minimum": "{{ quantity }}個以上",
- "price_at_each": "{{ price }}/ユニットで",
+ "price_at_each": "{{ price }}\/ユニットで",
"price_range": "{{ minimum }}~{{ maximum }}"
},
"taxes_included": "税込。",
@@ -292,17 +292,17 @@
"update": "アップデート",
"login": {
"title": "アカウントをお持ちですか?",
- "paragraph_html": "ログインすることで、チェックアウトがスピーディーに行えます。"
+ "paragraph_html": "ログイン<\/a>することで、チェックアウトがスピーディーに行えます。"
},
"estimated_total": "見積もり合計",
"new_estimated_total": "新たな推定総額",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "関税と税金が含まれます。ディスカウントと配送料はチェックアウト時に計算されます。",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "関税と税金が含まれます。ディスカウントと配送料<\/a>はチェックアウト時に計算されます。",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "関税と税金が含まれます。ディスカウントと配送料はチェックアウト時に計算されます。",
- "taxes_included_shipping_at_checkout_with_policy_html": "税込。ディスカウントと配送料はチェックアウト時に計算されます。",
+ "taxes_included_shipping_at_checkout_with_policy_html": "税込。ディスカウントと配送料<\/a>はチェックアウト時に計算されます。",
"taxes_included_shipping_at_checkout_without_policy": "税込。ディスカウントと配送料はチェックアウト時に計算されます。",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "関税込。税、ディスカウント、および配送料はチェックアウト時に計算されます。",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "関税込。税、ディスカウント、および配送料<\/a>はチェックアウト時に計算されます。",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "関税込。税、ディスカウント、および配送料はチェックアウト時に計算されます。",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "税、ディスカウント、および配送料はチェックアウト時に計算されます。",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "税、ディスカウント、および配送料<\/a>はチェックアウト時に計算されます。",
"taxes_at_checkout_shipping_at_checkout_without_policy": "税、ディスカウント、および配送料はチェックアウト時に計算されます。"
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "コレクション",
"empty": "商品が見つかりません",
- "use_fewer_filters_html": "絞り込みの数を減らす、またはすべて削除する"
+ "use_fewer_filters_html": "絞り込みの数を減らす、またはすべて削除する<\/a>"
},
"video": {
"load_video": "動画を読み込む: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "商品の小計",
"view_cart": "カートを見る",
- "each": "{{ money }}/ユニット",
+ "each": "{{ money }}\/ユニット",
"product": "商品",
"variant": "バリエーション",
"variant_total": "バリエーションの合計額",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "国/地域",
+ "country_label": "国\/地域",
"language_label": "言語",
"update_language": "言語を更新する",
- "update_country": "国/地域を更新する",
+ "update_country": "国\/地域を更新する",
"search": "検索",
- "popular_countries_regions": "人気のある国/地域",
- "country_results_count": "{{ count }}の国/地域が見つかりました"
+ "popular_countries_regions": "人気のある国\/地域",
+ "country_results_count": "{{ count }}の国\/地域が見つかりました"
},
"customer": {
"account": {
@@ -409,7 +409,7 @@
"address1": "住所1",
"address2": "建物名、部屋番号など",
"city": "市",
- "country": "国/地域",
+ "country": "国\/地域",
"province": "都道府県",
"zip": "郵便番号",
"phone": "電話番号",
diff --git a/locales/ja.schema.json b/locales/ja.schema.json
index 1ed7adf1d92..f114c39a552 100644
--- a/locales/ja.schema.json
+++ b/locales/ja.schema.json
@@ -32,7 +32,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": "見出し"
@@ -42,7 +42,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": "フォント・サイズ・スケール"
@@ -56,40 +56,40 @@
"name": "SNS",
"settings": {
"social_twitter_link": {
- "label": "X / Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ Twitter",
+ "info": "https:\/\/x.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": "ソーシャルアカウント"
@@ -236,7 +236,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": "入力"
@@ -484,7 +484,7 @@
},
"header__1": {
"content": "SNSのアイコン",
- "info": "SNSのアカウントを表示するには、[テーマ設定](/editor?context=theme&category=social%20media) でリンクさせてください。"
+ "info": "SNSのアカウントを表示するには、[テーマ設定](\/editor?context=theme&category=social%20media) でリンクさせてください。"
},
"header__2": {
"content": "お知らせ"
@@ -493,15 +493,15 @@
"label": "デスクトップのアイコンを表示する"
},
"header__3": {
- "content": "国/地域セレクター",
- "info": "国/地域を追加するには、[マーケット設定](/admin/settings/markets) に移動します"
+ "content": "国\/地域セレクター",
+ "info": "国\/地域を追加するには、[マーケット設定](\/admin\/settings\/markets) に移動します"
},
"enable_country_selector": {
- "label": "国/地域セレクターを有効にする"
+ "label": "国\/地域セレクターを有効にする"
},
"header__4": {
"content": "言語セレクター",
- "info": "言語を追加するには、[言語設定](/admin/settings/languages) に移動します"
+ "info": "言語を追加するには、[言語設定](\/admin\/settings\/languages) に移動します"
},
"enable_language_selector": {
"label": "言語セレクターを有効にする"
@@ -590,7 +590,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)",
"default": "動画の説明をする"
}
},
@@ -619,7 +619,7 @@
"options__3": {
"label": "正方形"
},
- "info": "コレクションを編集して画像を追加します。[詳しくはこちら](https://help.shopify.com/manual/products/collections)"
+ "info": "コレクションを編集して画像を追加します。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/products\/collections)"
},
"swipe_on_mobile": {
"label": "モバイルでスワイプを有効にする"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Liquidコード",
- "info": "アプリのスニペットやその他のコードを追加して、高度なカスタマイズを作成します。[詳しくはこちら](https://shopify.dev/docs/api/liquid)"
+ "info": "アプリのスニペットやその他のコードを追加して、高度なカスタマイズを作成します。[詳しくはこちら](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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": "日付を表示する"
@@ -754,7 +754,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": "「クイック追加」ボタンを有効にする",
@@ -843,7 +843,7 @@
},
"subtext": {
"label": "サブテキスト",
- "default": " 連絡先情報、ストア詳細、ブランドのコンテンツをお客様と共有します。 連絡先情報、ストア詳細、ブランドのコンテンツをお客様と共有します。<\/p>"
}
},
"name": "テキスト"
@@ -852,14 +852,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) で連携させます。"
}
}
}
@@ -873,30 +873,30 @@
"default": "ストアからのメールを受け取る"
},
"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": "言語セレクターを有効にする"
@@ -912,14 +912,14 @@
},
"header__8": {
"content": "ポリシーリンク",
- "info": "ストアポリシーを追加するには、[ポリシー設定](/admin/settings/legal) を表示してください。"
+ "info": "ストアポリシーを追加するには、[ポリシー設定](\/admin\/settings\/legal) を表示してください。"
},
"show_policy": {
"label": "ポリシーリンクを表示"
},
"header__9": {
"content": "Shopでフォロー",
- "info": "お客様がストアフロントからShopアプリでストアをフォローできるようにするには、Shop Payを有効にする必要があります。[詳しくはこちら](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でフォローを有効にする"
@@ -979,7 +979,7 @@
}
},
"logo_help": {
- "content": "[テーマ設定]](/editor?context=theme&category=logo) でロゴを編集する"
+ "content": "[テーマ設定]](\/editor?context=theme&category=logo) でロゴを編集する"
},
"sticky_header_type": {
"label": "常時表示のヘッダー",
@@ -997,19 +997,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": "言語セレクターを有効にする"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "お客様アカウントのログイン",
- "info": "お客様アカウントを管理するには、[お客様アカウント設定](/admin/settings/customer_accounts) に移動します。"
+ "info": "お客様アカウントを管理するには、[お客様アカウント設定](\/admin\/settings\/customer_accounts) に移動します。"
},
"enable_customer_avatar": {
"label": "アバターを表示",
@@ -1062,7 +1062,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": "大"
}
@@ -1292,7 +1292,7 @@
"settings": {
"text": {
"label": "コンテンツ",
- "default": " 選択した商品、コレクション、ブログ記事に注目を集めるため、テキストと画像を組み合わせます。可用性、スタイル、またはレビュー提供についての詳細を追加します。 選択した商品、コレクション、ブログ記事に注目を集めるため、テキストと画像を組み合わせます。可用性、スタイル、またはレビュー提供についての詳細を追加します。<\/p>"
},
"text_style": {
"label": "テキストスタイル",
@@ -1373,7 +1373,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": "大"
}
@@ -1399,10 +1399,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": "テキスト",
@@ -1422,7 +1422,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": "日付を表示する"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1516,11 +1516,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": "並べ替えを有効にする"
@@ -1530,7 +1530,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)"
},
"columns_desktop": {
"label": "デスクトップの列数"
@@ -1610,7 +1610,7 @@
"options__3": {
"label": "正方形"
},
- "info": "コレクションを編集して画像を追加します。[詳しくはこちら](https://help.shopify.com/manual/products/collections)"
+ "info": "コレクションを編集して画像を追加します。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/products\/collections)"
},
"columns_desktop": {
"label": "デスクトップでの列数"
@@ -1684,7 +1684,7 @@
},
"swatch_shape": {
"label": "見本",
- "info": "商品オプションの[見本](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)を有効にする。",
+ "info": "商品オプションの[見本](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches)を有効にする。",
"options__1": {
"label": "円形"
},
@@ -1701,11 +1701,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": "購入者は、個人的なメッセージとともに、設定した日時にギフトカードを送信できます。[詳しくはこちら](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "購入者は、個人的なメッセージとともに、設定した日時にギフトカードを送信できます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
},
"name": "購入ボタン"
@@ -1713,10 +1713,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": "テキスト",
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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": "見出し",
@@ -2052,7 +2052,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": "ビデオループを有効にする"
@@ -2176,7 +2176,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": "デスクトップの列数"
@@ -2205,7 +2205,7 @@
"image_width": {
"label": "画像の幅",
"options__1": {
- "label": "列の幅の1/3"
+ "label": "列の幅の1\/3"
},
"options__2": {
"label": "列の半分の幅"
@@ -2285,7 +2285,7 @@
},
"text": {
"label": "説明",
- "default": " 選択した商品、コレクション、ブログ記事に注目を集めるため、テキストと画像を組み合わせます。可用性、スタイル、またはレビュー提供についての詳細を追加します。 選択した商品、コレクション、ブログ記事に注目を集めるため、テキストと画像を組み合わせます。可用性、スタイル、またはレビュー提供についての詳細を追加します。<\/p>"
},
"link_label": {
"label": "リンクラベル"
@@ -2308,7 +2308,7 @@
"label": "セクションを全幅にする"
},
"paragraph": {
- "content": "メールサブスクリプションごとに、お客様アカウントが作成されます。[詳しくはこちら](https://help.shopify.com/manual/customers)"
+ "content": "メールサブスクリプションごとに、お客様アカウントが作成されます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/customers)"
}
},
"blocks": {
@@ -2325,7 +2325,7 @@
"settings": {
"paragraph": {
"label": "説明",
- "default": " 新しいコレクションや限定オファーに関する最新情報をお知らせします。 新しいコレクションや限定オファーに関する最新情報をお知らせします。<\/p>"
}
},
"name": "小見出し"
@@ -2395,7 +2395,7 @@
"settings": {
"text": {
"label": "説明",
- "default": " ブランドに関する情報をお客様と共有します。商品を説明したり、告知をしたり、ストアへのお客様を歓迎したりします。 ブランドに関する情報をお客様と共有します。商品を説明したり、告知をしたり、ストアへのお客様を歓迎したりします。<\/p>"
}
},
"name": "テキスト"
@@ -2488,7 +2488,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": "画像の余白を追加する",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "見本",
- "info": "商品オプションの[見本](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)を有効にする。",
+ "info": "商品オプションの[見本](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches)を有効にする。",
"options__1": {
"label": "円形"
},
@@ -2585,7 +2585,7 @@
"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)"
}
}
},
@@ -2596,10 +2596,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": "テキスト",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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": "ビデオループを有効にする"
@@ -2669,7 +2669,7 @@
"name": "メール登録者バナー",
"settings": {
"paragraph": {
- "content": "メールサブスクリプションごとに、お客様アカウントが作成されます。[詳しくはこちら](https://help.shopify.com/manual/customers)"
+ "content": "メールサブスクリプションごとに、お客様アカウントが作成されます。[詳しくはこちら](https:\/\/help.shopify.com\/manual\/customers)"
},
"image": {
"label": "背景画像"
@@ -2685,7 +2685,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": "バナーの高さ",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "説明",
- "default": " ストアに関する最新情報をお知らせします。 ストアに関する最新情報をお知らせします。<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,7 @@
"label": "デスクトップでの列数"
},
"paragraph__1": {
- "content": "動的レコメンデーションでは、注文や商品の情報を利用して、時間の経過とともに変化し改善していきます。[詳しくはこちら](https://help.shopify.com/themes/development/recommended-products)",
+ "content": "動的レコメンデーションでは、注文や商品の情報を利用して、時間の経過とともに変化し改善していきます。[詳しくはこちら](https:\/\/help.shopify.com\/themes\/development\/recommended-products)",
"default": "おすすめ"
},
"header__2": {
@@ -3242,7 +3242,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": "モバイルのレイアウト"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "テキスト",
- "default": " 選択した商品、コレクション、ブログ記事に注目を集めるため、テキストと画像を組み合わせます。可用性、スタイル、またはレビュー提供についての詳細を追加します。 選択した商品、コレクション、ブログ記事に注目を集めるため、テキストと画像を組み合わせます。可用性、スタイル、またはレビュー提供についての詳細を追加します。<\/p>"
},
"button_label": {
"label": "ボタンのラベル",
diff --git a/locales/ko.json b/locales/ko.json
index b0bc41430b2..32d2276cccf 100644
--- a/locales/ko.json
+++ b/locales/ko.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "귀하의 비밀번호",
"login_form_error": "잘못된 비밀번호입니다!",
"login_form_submit": "입력",
- "admin_link_html": "스토어 소유자입니까? 여기에서 로그인",
+ "admin_link_html": "스토어 소유자입니까? 여기에서 로그인<\/a>",
"powered_by_shopify_html": "이 상점은 {{ shopify }}에서 제공합니다."
},
"social": {
@@ -76,7 +76,7 @@
"loading": "로드하는 중...",
"skip_to_product_info": "제품 정보로 건너뛰기",
"total_reviews": "총 리뷰",
- "star_reviews_info": "별점: {{ rating_value }}/{{ rating_max }}",
+ "star_reviews_info": "별점: {{ rating_value }}\/{{ rating_max }}",
"collapsible_content_title": "축소 가능한 콘텐츠",
"complementary_products": "보완 제품"
},
@@ -118,7 +118,7 @@
"minimum_of": "최소 {{ quantity }}개",
"maximum_of": "최대 {{ quantity }}개",
"multiples_of": "{{ quantity }}개씩 증가",
- "in_cart_html": "카트 내 {{ quantity }}개",
+ "in_cart_html": "카트 내 {{ quantity }}<\/span>개",
"note": "수량 규칙 보기",
"min_of": "최소 {{ quantity }}개",
"max_of": "최대 {{ quantity }}개"
@@ -140,8 +140,8 @@
"view_store_info": "스토어 정보 보기",
"check_other_stores": "다른 스토어의 사용 가능 여부 확인",
"pick_up_available": "픽업 사용 가능",
- "pick_up_available_at_html": "{{ location_name }}에서 픽업 사용 가능",
- "pick_up_unavailable_at_html": "{{ location_name }}에서 현재 픽업 사용 불가",
+ "pick_up_available_at_html": "{{ location_name }}<\/span>에서 픽업 사용 가능",
+ "pick_up_unavailable_at_html": "{{ location_name }}<\/span>에서 현재 픽업 사용 불가",
"unavailable": "픽업 사용 가능 여부를 로드할 수 없습니다.",
"refresh": "새로 고침"
},
@@ -156,7 +156,7 @@
"image_available": "이제 갤러리 뷰에서 이미지 {{ index }} 사용 가능"
},
"view_full_details": "전체 세부 정보 보기",
- "shipping_policy_html": "배송료는 결제 시 계산됩니다.",
+ "shipping_policy_html": "배송료<\/a>는 결제 시 계산됩니다.",
"choose_options": "옵션 선택하기",
"choose_product_options": "{{ product_name }}의 옵션 선택",
"value_unavailable": "{{ option_value }} - 사용할 수 없음",
@@ -196,8 +196,8 @@
},
"max_price": "최고가는 {{ price }}입니다.",
"product_count": {
- "one": "{{ product_count }}/{{ count }}개 제품",
- "other": "{{ product_count }}/{{ count }}개 제품"
+ "one": "{{ product_count }}\/{{ count }}개 제품",
+ "other": "{{ product_count }}\/{{ count }}개 제품"
},
"product_count_simple": {
"one": "{{ count }}개 제품",
@@ -216,7 +216,7 @@
},
"templates": {
"search": {
- "no_results": "\"{{ terms }}\"에 대한 검색 결과가 없습니다. 철자를 확인하거나 다른 단어/문구를 사용해 보십시오.",
+ "no_results": "\"{{ terms }}\"에 대한 검색 결과가 없습니다. 철자를 확인하거나 다른 단어\/문구를 사용해 보십시오.",
"results_with_count": {
"one": "{{ count }}개 결과",
"other": "{{ count }}개 결과"
@@ -292,17 +292,17 @@
"update": "업데이트",
"login": {
"title": "계정이 있습니까?",
- "paragraph_html": "더 빠르게 결제하려면 로그인하십시오."
+ "paragraph_html": "더 빠르게 결제하려면 로그인<\/a>하십시오."
},
"estimated_total": "예상 총액",
"new_estimated_total": "새로운 예상 총액",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "관세 및 세금이 포함된 가격입니다. 결제 시 할인 및 배송료가 계산됩니다.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "관세 및 세금이 포함된 가격입니다. 결제 시 할인 및 배송료<\/a>가 계산됩니다.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "관세 및 세금이 포함된 가격입니다. 결제 시 할인 및 배송료가 계산됩니다.",
- "taxes_included_shipping_at_checkout_with_policy_html": "세금이 포함된 가격입니다. 결제 시 할인 및 배송료가 계산됩니다.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "세금이 포함된 가격입니다. 결제 시 할인 및 배송료<\/a>가 계산됩니다.",
"taxes_included_shipping_at_checkout_without_policy": "세금이 포함된 가격입니다. 결제 시 할인 및 배송료가 계산됩니다.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "관세가 포함된 가격입니다. 결제 시 세금, 할인 및 배송료가 계산됩니다.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "관세가 포함된 가격입니다. 결제 시 세금, 할인 및 배송료<\/a>가 계산됩니다.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "관세가 포함된 가격입니다. 결제 시 세금, 할인 및 배송료가 계산됩니다.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "결제 시 세금, 할인 및 배송료가 계산됩니다.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "결제 시 세금, 할인 및 배송료<\/a>가 계산됩니다.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "결제 시 세금, 할인 및 배송료가 계산됩니다."
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "컬렉션",
"empty": "제품을 찾을 수 없음",
- "use_fewer_filters_html": "더 적은 수의 필터를 사용하거나 모두 제거하기"
+ "use_fewer_filters_html": "더 적은 수의 필터를 사용하거나 모두 제거하기<\/a>"
},
"video": {
"load_video": "동영상 로드: {{ description }}"
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "국가/지역",
+ "country_label": "국가\/지역",
"language_label": "언어",
"update_language": "언어 업데이트",
- "update_country": "국가/지역 업데이트",
+ "update_country": "국가\/지역 업데이트",
"search": "검색",
- "popular_countries_regions": "인기 국가/지역",
- "country_results_count": "{{ count }}개의 국가/지역 찾음"
+ "popular_countries_regions": "인기 국가\/지역",
+ "country_results_count": "{{ count }}개의 국가\/지역 찾음"
},
"customer": {
"account": {
@@ -408,9 +408,9 @@
"company": "회사",
"address1": "주소 1",
"address2": "주소 2",
- "city": "구/군/시",
- "country": "국가/지역",
- "province": "시/도",
+ "city": "구\/군\/시",
+ "country": "국가\/지역",
+ "province": "시\/도",
"zip": "우편 번호",
"phone": "전화",
"set_default": "기본 주소로 설정",
diff --git a/locales/ko.schema.json b/locales/ko.schema.json
index 9ba7187ef57..50303be8fee 100644
--- a/locales/ko.schema.json
+++ b/locales/ko.schema.json
@@ -32,7 +32,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": "제목"
@@ -42,7 +42,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": "글꼴 크기 배율"
@@ -56,40 +56,40 @@
"name": "소셜 미디어",
"settings": {
"social_twitter_link": {
- "label": "X / Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ Twitter",
+ "info": "https:\/\/x.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": "소셜 계정"
@@ -222,7 +222,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": "입력"
@@ -484,7 +484,7 @@
},
"header__1": {
"content": "소셜 미디어 아이콘",
- "info": "소셜 미디어 계정을 표시하려면 [테마 설정](/editor?context=theme&category=social%20media)에서 계정을 연결하십시오."
+ "info": "소셜 미디어 계정을 표시하려면 [테마 설정](\/editor?context=theme&category=social%20media)에서 계정을 연결하십시오."
},
"header__2": {
"content": "공지 사항"
@@ -493,15 +493,15 @@
"label": "데스크톱에서 아이콘 표시"
},
"header__3": {
- "content": "국가/지역 선택기",
- "info": "국가/지역을 추가하려면 [마켓 설정](/admin/settings/markets)으로 이동하십시오."
+ "content": "국가\/지역 선택기",
+ "info": "국가\/지역을 추가하려면 [마켓 설정](\/admin\/settings\/markets)으로 이동하십시오."
},
"enable_country_selector": {
- "label": "국가/지역 선택기 사용"
+ "label": "국가\/지역 선택기 사용"
},
"header__4": {
"content": "언어 선택기",
- "info": "언어를 추가하려면 [언어 설정](/admin/settings/languages)으로 이동하십시오."
+ "info": "언어를 추가하려면 [언어 설정](\/admin\/settings\/languages)으로 이동하십시오."
},
"enable_language_selector": {
"label": "언어 선택기 사용"
@@ -590,7 +590,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)",
"default": "비디오 설명"
}
},
@@ -619,7 +619,7 @@
"options__3": {
"label": "정사각형"
},
- "info": "컬렉션을 편집하여 이미지를 추가하십시오. [자세히 알아보기](https://help.shopify.com/manual/products/collections)"
+ "info": "컬렉션을 편집하여 이미지를 추가하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/products\/collections)"
},
"swipe_on_mobile": {
"label": "모바일에서 긁기 활성화"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Liquid 코드",
- "info": "앱 코드 조각이나 기타 코드를 추가하여 고급 사용자 지정을 생성할 수 있습니다. [자세히 알아보기](https://shopify.dev/docs/api/liquid)"
+ "info": "앱 코드 조각이나 기타 코드를 추가하여 고급 사용자 지정을 생성할 수 있습니다. [자세히 알아보기](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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": "날짜 표시"
@@ -754,7 +754,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": "빠른 추가 버튼 활성화",
@@ -843,7 +843,7 @@
},
"subtext": {
"label": "하위 텍스트",
- "default": " 연락처 정보, 스토어 세부 정보, 브랜드 콘텐츠를 고객과 공유하십시오. 연락처 정보, 스토어 세부 정보, 브랜드 콘텐츠를 고객과 공유하십시오.<\/p>"
}
},
"name": "텍스트"
@@ -852,14 +852,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)에서 계정을 연결하십시오."
}
}
}
@@ -873,30 +873,30 @@
"default": "이메일 구독"
},
"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": "언어 선택기 사용"
@@ -912,14 +912,14 @@
},
"header__8": {
"content": "정책 링크",
- "info": "스토어 정책을 추가하려면 [정책 설정](/admin/settings/legal)으로 이동하십시오."
+ "info": "스토어 정책을 추가하려면 [정책 설정](\/admin\/settings\/legal)으로 이동하십시오."
},
"show_policy": {
"label": "정책 링크 표시"
},
"header__9": {
"content": "Shop에서 팔로우",
- "info": "고객이 상점에서 Shop 앱의 스토어를 팔로우할 수 있도록 하려면 Shop Pay를 활성화해야 합니다. [자세히 알아보기](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에서 팔로우 사용"
@@ -979,7 +979,7 @@
}
},
"logo_help": {
- "content": "[테마 설정](/editor?context=theme&category=logo)에서 로고를 편집합니다."
+ "content": "[테마 설정](\/editor?context=theme&category=logo)에서 로고를 편집합니다."
},
"sticky_header_type": {
"label": "고정 머리글",
@@ -997,19 +997,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": "언어 선택기 사용"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "고객 계정 로그인",
- "info": "고객 계정을 관리하려면 [고객 계정 설정](/admin/settings/customer_accounts)으로 이동하십시오."
+ "info": "고객 계정을 관리하려면 [고객 계정 설정](\/admin\/settings\/customer_accounts)으로 이동하십시오."
},
"enable_customer_avatar": {
"label": "아바타 표시",
@@ -1062,7 +1062,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": "크게"
}
@@ -1292,7 +1292,7 @@
"settings": {
"text": {
"label": "콘텐츠",
- "default": " 이미지와 텍스트를 짝지어 선택한 제품, 컬렉션, 블로그 게시물을 강조합니다. 사용 가능성, 스타일에 대한 자세한 정보를 추가하거나 리뷰를 제공합니다. 이미지와 텍스트를 짝지어 선택한 제품, 컬렉션, 블로그 게시물을 강조합니다. 사용 가능성, 스타일에 대한 자세한 정보를 추가하거나 리뷰를 제공합니다.<\/p>"
},
"text_style": {
"label": "텍스트 스타일",
@@ -1373,7 +1373,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": "크게"
}
@@ -1399,10 +1399,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": "텍스트",
@@ -1422,7 +1422,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": "날짜 표시"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1516,11 +1516,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": "정렬 사용"
@@ -1530,7 +1530,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)"
},
"columns_desktop": {
"label": "데스크톱의 열 수"
@@ -1610,7 +1610,7 @@
"options__3": {
"label": "정사각형"
},
- "info": "컬렉션을 편집하여 이미지를 추가하십시오. [자세히 알아보기](https://help.shopify.com/manual/products/collections)"
+ "info": "컬렉션을 편집하여 이미지를 추가하십시오. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/products\/collections)"
},
"columns_desktop": {
"label": "데스크톱의 열 수"
@@ -1684,7 +1684,7 @@
},
"swatch_shape": {
"label": "견본",
- "info": "제품 옵션에서 [견본](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)을 활성화합니다.",
+ "info": "제품 옵션에서 [견본](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches)을 활성화합니다.",
"options__1": {
"label": "원형"
},
@@ -1701,11 +1701,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": "구매자가 개인 메시지와 함께 예약된 날짜에 기프트 카드를 보낼 수 있도록 허용합니다. [자세히 알아보기](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "구매자가 개인 메시지와 함께 예약된 날짜에 기프트 카드를 보낼 수 있도록 허용합니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
},
"name": "구매 버튼"
@@ -1713,10 +1713,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": "텍스트",
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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": "제목",
@@ -2052,7 +2052,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": "동영상 루프 활성화"
@@ -2114,7 +2114,7 @@
}
},
"image_zoom": {
- "label": "이미지 확대/축소",
+ "label": "이미지 확대\/축소",
"info": "클릭 및 커서 올리기는 모바일에서 라이트박스 열기로 기본값이 설정됩니다.",
"options__1": {
"label": "라이트박스 열기"
@@ -2123,7 +2123,7 @@
"label": "클릭 및 커서 올리기"
},
"options__3": {
- "label": "확대/축소 안 함"
+ "label": "확대\/축소 안 함"
}
},
"constrain_to_viewport": {
@@ -2176,7 +2176,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": "데스크톱의 열 수"
@@ -2205,10 +2205,10 @@
"image_width": {
"label": "이미지 폭",
"options__1": {
- "label": "열의 1/3 폭"
+ "label": "열의 1\/3 폭"
},
"options__2": {
- "label": "열의 1/2 폭"
+ "label": "열의 1\/2 폭"
},
"options__3": {
"label": "열의 전체 폭"
@@ -2285,7 +2285,7 @@
},
"text": {
"label": "설명",
- "default": " 이미지와 텍스트를 짝지어 선택한 제품, 컬렉션, 블로그 게시물을 강조합니다. 사용 가능성, 스타일에 대한 자세한 정보를 추가하거나 리뷰를 제공합니다. 이미지와 텍스트를 짝지어 선택한 제품, 컬렉션, 블로그 게시물을 강조합니다. 사용 가능성, 스타일에 대한 자세한 정보를 추가하거나 리뷰를 제공합니다.<\/p>"
},
"link_label": {
"label": "레이블 링크"
@@ -2308,7 +2308,7 @@
"label": "섹션을 전체 폭 사용"
},
"paragraph": {
- "content": "이메일 가입할 때마다 고객 계정이 생성됩니다. [자세히 알아보기](https://help.shopify.com/manual/customers)"
+ "content": "이메일 가입할 때마다 고객 계정이 생성됩니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/customers)"
}
},
"blocks": {
@@ -2325,7 +2325,7 @@
"settings": {
"paragraph": {
"label": "설명",
- "default": " 새로운 컬렉션과 독점 혜택 소식을 가장 먼저 알려드립니다. 새로운 컬렉션과 독점 혜택 소식을 가장 먼저 알려드립니다.<\/p>"
}
},
"name": "소제목"
@@ -2395,7 +2395,7 @@
"settings": {
"text": {
"label": "설명",
- "default": " 고객과 브랜드 정보를 공유하세요. 제품을 설명하고 공지 사항을 제공하고, 스토어를 방문하는 고객을 환영할 수 있습니다. 고객과 브랜드 정보를 공유하세요. 제품을 설명하고 공지 사항을 제공하고, 스토어를 방문하는 고객을 환영할 수 있습니다.<\/p>"
}
},
"name": "텍스트"
@@ -2488,7 +2488,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": "이미지 패딩 추가",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "견본",
- "info": "제품 옵션에서 [견본](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)을 활성화합니다.",
+ "info": "제품 옵션에서 [견본](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches)을 활성화합니다.",
"options__1": {
"label": "원형"
},
@@ -2585,7 +2585,7 @@
"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)"
}
}
},
@@ -2596,10 +2596,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": "텍스트",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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": "동영상 루프 활성화"
@@ -2669,7 +2669,7 @@
"name": "이메일 가입 배너",
"settings": {
"paragraph": {
- "content": "이메일 가입할 때마다 고객 계정이 생성됩니다. [자세히 알아보기](https://help.shopify.com/manual/customers)"
+ "content": "이메일 가입할 때마다 고객 계정이 생성됩니다. [자세히 알아보기](https:\/\/help.shopify.com\/manual\/customers)"
},
"image": {
"label": "배경 이미지"
@@ -2685,7 +2685,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": "배너 높이",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "설명",
- "default": " 출시 할 때 가장 먼저 알려드립니다. 출시 할 때 가장 먼저 알려드립니다.<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,7 @@
"label": "데스크톱의 열 수"
},
"paragraph__1": {
- "content": "동적 추천은 주문 및 제품 정보를 사용하여 시간에 따라 변경되고 개선됩니다. [자세히 알아보기](https://help.shopify.com/themes/development/recommended-products)",
+ "content": "동적 추천은 주문 및 제품 정보를 사용하여 시간에 따라 변경되고 개선됩니다. [자세히 알아보기](https:\/\/help.shopify.com\/themes\/development\/recommended-products)",
"default": "회원님이 좋아할 만한 추천 제품"
},
"header__2": {
@@ -3242,7 +3242,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": "모바일 레이아웃"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "텍스트",
- "default": " 이미지와 텍스트를 짝지어 선택한 제품, 컬렉션, 블로그 게시물을 강조합니다. 사용 가능성, 스타일에 대한 자세한 정보를 추가하거나 리뷰를 제공합니다. 이미지와 텍스트를 짝지어 선택한 제품, 컬렉션, 블로그 게시물을 강조합니다. 사용 가능성, 스타일에 대한 자세한 정보를 추가하거나 리뷰를 제공합니다.<\/p>"
},
"button_label": {
"label": "버튼 레이블",
diff --git a/locales/lt.json b/locales/lt.json
index f46572a94a8..d178c8fb4e4 100644
--- a/locales/lt.json
+++ b/locales/lt.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Jūsų slaptažodis",
"login_form_error": "Slaptažodis neteisingas!",
"login_form_submit": "Įvesti",
- "admin_link_html": "Ar esate parduotuvės savininkas? Prisijunkite čia",
+ "admin_link_html": "Ar esate parduotuvės savininkas? Prisijunkite čia<\/a>",
"powered_by_shopify_html": "Ši parduotuvė priklausys platformai „{{ shopify }}“"
},
"social": {
@@ -127,7 +127,7 @@
"minimum_of": "Mažiausiai {{ quantity }}",
"maximum_of": "Daugiausiai {{ quantity }}",
"multiples_of": "Kiekis didėja kas {{ quantity }}",
- "in_cart_html": "{{ quantity }} vnt. krepšelyje",
+ "in_cart_html": "{{ quantity }}<\/span> vnt. krepšelyje",
"note": "Peržiūrėti kiekių taisykles",
"min_of": "Min. {{ quantity }}",
"max_of": "Maks. {{ quantity }}"
@@ -142,8 +142,8 @@
"view_store_info": "Žiūrėti parduotuvės informaciją",
"check_other_stores": "Pažiūrėti, ar yra kitose parduotuvėse",
"pick_up_available": "Galima atsiimti",
- "pick_up_available_at_html": "Galima atsiimti {{ location_name }}",
- "pick_up_unavailable_at_html": "Šiuo metu atsiimti {{ location_name }}negalima",
+ "pick_up_available_at_html": "Galima atsiimti {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Šiuo metu atsiimti {{ location_name }}<\/span>negalima",
"unavailable": "Nepavyko įkelti atsiėmimo galimybių",
"refresh": "Atnaujinti"
},
@@ -158,7 +158,7 @@
"image_available": "Vaizdas {{ index }} dabar prieinamas galerijos rodinyje"
},
"view_full_details": "Žiūrėti visą informaciją",
- "shipping_policy_html": "Siuntimo išlaidos apskaičiuojamos atsiskaitant.",
+ "shipping_policy_html": "Siuntimo išlaidos<\/a> apskaičiuojamos atsiskaitant.",
"choose_options": "Rinktis variantus",
"choose_product_options": "Rinktis {{ product_name }} variantus",
"value_unavailable": "{{ option_value }} – neturime",
@@ -174,7 +174,7 @@
"title": "Kiekybinė kainodara",
"note": "Galima kiekybinė kainodara",
"minimum": "{{ quantity }}+",
- "price_at_each": "po {{ price }}/vnt.",
+ "price_at_each": "po {{ price }}\/vnt.",
"price_range": "{{ minimum }}–{{ maximum }}"
},
"taxes_included": "Mokesčiai įtraukti.",
@@ -312,17 +312,17 @@
},
"login": {
"title": "Turite paskyrą?",
- "paragraph_html": "Prisijunkite ir atsiskaitysite greičiau."
+ "paragraph_html": "Prisijunkite<\/a> ir atsiskaitysite greičiau."
},
"estimated_total": "Apskaičiuota bendra suma",
"new_estimated_total": "Nauja apskaičiuota bendra suma",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Muito ir kiti mokesčiai įtraukti. Nuolaidos ir siuntimo išlaidos apskaičiuojamos atsiskaitant.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Muito ir kiti mokesčiai įtraukti. Nuolaidos ir siuntimo išlaidos<\/a> apskaičiuojamos atsiskaitant.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Muito ir kiti mokesčiai įtraukti. Nuolaidos ir siuntimo išlaidos apskaičiuojamos atsiskaitant.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Mokesčiai įtraukti. Nuolaidos ir siuntimo išlaidos apskaičiuojamos atsiskaitant.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Mokesčiai įtraukti. Nuolaidos ir siuntimo išlaidos<\/a> apskaičiuojamos atsiskaitant.",
"taxes_included_shipping_at_checkout_without_policy": "Mokesčiai įtraukti. Nuolaidos ir siuntimo išlaidos apskaičiuojamos atsiskaitant.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Muito mokesčiai įtraukti. Mokesčiai, nuolaidos ir siuntimo išlaidos apskaičiuojamos atsiskaitant.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Muito mokesčiai įtraukti. Mokesčiai, nuolaidos ir siuntimo išlaidos<\/a> apskaičiuojamos atsiskaitant.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Muito mokesčiai įtraukti. Mokesčiai, nuolaidos ir siuntimo išlaidos apskaičiuojamos atsiskaitant.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Mokesčiai, nuolaidos ir siuntimo išlaidos apskaičiuojamos atsiskaitant.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Mokesčiai, nuolaidos ir siuntimo išlaidos<\/a> apskaičiuojamos atsiskaitant.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Mokesčiai, nuolaidos ir siuntimo išlaidos apskaičiuojamos atsiskaitant."
},
"footer": {
@@ -343,7 +343,7 @@
"collection_template": {
"title": "Kolekcija",
"empty": "Nerasta jokių gaminių",
- "use_fewer_filters_html": "Naudoti mažiau filtrų arba pašalinti viską"
+ "use_fewer_filters_html": "Naudoti mažiau filtrų arba pašalinti viską<\/a>"
},
"video": {
"load_video": "Įkelti vaizdo įrašą „{{ description }}“"
@@ -370,7 +370,7 @@
"quick_order_list": {
"product_total": "Gaminių tarpinė suma",
"view_cart": "Peržiūrėti krepšelį",
- "each": "{{ money }}/vnt.",
+ "each": "{{ money }}\/vnt.",
"product": "Gaminys",
"variant": "Variantas",
"variant_total": "Variantų bendra suma",
@@ -398,13 +398,13 @@
}
},
"localization": {
- "country_label": "Šalis / regionas",
+ "country_label": "Šalis \/ regionas",
"language_label": "Kalba",
"update_language": "Atnaujinti kalbą",
- "update_country": "Atnaujinti šalį / regioną",
+ "update_country": "Atnaujinti šalį \/ regioną",
"search": "Ieškoti",
- "popular_countries_regions": "Populiarios valstybės / regionai",
- "country_results_count": "Rasta valstybių / regionų: {{ count }}"
+ "popular_countries_regions": "Populiarios valstybės \/ regionai",
+ "country_results_count": "Rasta valstybių \/ regionų: {{ count }}"
},
"customer": {
"account": {
@@ -435,7 +435,7 @@
"address1": "1 adresas",
"address2": "2 adresas",
"city": "Miestas",
- "country": "Šalis / regionas",
+ "country": "Šalis \/ regionas",
"province": "Provincija",
"zip": "Pašto kodas",
"phone": "Telefonas",
diff --git a/locales/nb.json b/locales/nb.json
index a8ea936bfe9..93188328628 100644
--- a/locales/nb.json
+++ b/locales/nb.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Passordet ditt",
"login_form_error": "Feil passord!",
"login_form_submit": "Gå inn",
- "admin_link_html": "Er du butikkeieren? Logg inn her",
+ "admin_link_html": "Er du butikkeieren? Logg inn her<\/a>",
"powered_by_shopify_html": "Denne butikken vil bli drevet av {{ shopify }}"
},
"social": {
@@ -117,7 +117,7 @@
"minimum_of": "Minimum på {{ quantity }}",
"maximum_of": "Maksimum på {{ quantity }}",
"multiples_of": "Økninger på {{ quantity }}",
- "in_cart_html": "{{ quantity }} i handlekurven",
+ "in_cart_html": "{{ quantity }}<\/span> i handlekurven",
"note": "Vis antallsregler",
"min_of": "Minimum {{ quantity }}",
"max_of": "Maksimum {{ quantity }}"
@@ -139,8 +139,8 @@
"view_store_info": "Vis butikkinformasjon",
"check_other_stores": "Sjekk tilgjengelighet i andre butikker",
"pick_up_available": "Henting tilgjengelig",
- "pick_up_available_at_html": "Henting tilgjengelig hos {{ location_name }}",
- "pick_up_unavailable_at_html": "Henting er for øyeblikket ikke tilgjengelig hos {{ location_name }}",
+ "pick_up_available_at_html": "Henting tilgjengelig hos {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Henting er for øyeblikket ikke tilgjengelig hos {{ location_name }}<\/span>",
"unavailable": "Kunne ikke laste inn hentetilgjengelighet",
"refresh": "Oppdater"
},
@@ -155,7 +155,7 @@
"image_available": "Bilde {{ index }} er nå tilgjengelig i gallerivisning"
},
"view_full_details": "Vis alle detaljer",
- "shipping_policy_html": "Frakt beregnes ved kassen.",
+ "shipping_policy_html": "Frakt<\/a> beregnes ved kassen.",
"choose_options": "Velg alternativer",
"choose_product_options": "Velg alternativer for {{ product_name }}",
"value_unavailable": "{{ option_value }} – utilgjengelig",
@@ -171,7 +171,7 @@
"title": "Volumprissetting",
"note": "Volumprissetting er tilgjengelig",
"minimum": "{{ quantity }}+",
- "price_at_each": "til {{ price }}/pr. stk",
+ "price_at_each": "til {{ price }}\/pr. stk",
"price_range": "{{ minimum }}–{{ maximum }}"
},
"product_variants": "Produktvarianter",
@@ -292,17 +292,17 @@
"update": "Oppdater",
"login": {
"title": "Har du en konto?",
- "paragraph_html": "Logg på for å betale raskere."
+ "paragraph_html": "Logg på<\/a> for å betale raskere."
},
"estimated_total": "Estimert totalsum",
"new_estimated_total": "Ny estimert totalsum",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Inkludert tollplikter og avgifter. Rabatter og frakt beregnes i kassen.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Inkludert tollplikter og avgifter. Rabatter og frakt<\/a> beregnes i kassen.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Inkludert tollplikter og avgifter. Rabatter og frakt beregnes i kassen.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Inkludert avgifter. Rabatter og frakt beregnes i kassen.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Inkludert avgifter. Rabatter og frakt<\/a> beregnes i kassen.",
"taxes_included_shipping_at_checkout_without_policy": "Inkludert avgifter. Rabatter og frakt beregnes i kassen.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Inkluder tollplikter. Avgifter, rabatter og frakt beregnes i kassen.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Inkluder tollplikter. Avgifter, rabatter og frakt<\/a> beregnes i kassen.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Inkluder tollplikter. Avgifter, rabatter og frakt beregnes i kassen.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Avgifter, rabatter og frakt beregnes i kassen.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Avgifter, rabatter og frakt<\/a> beregnes i kassen.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Avgifter, rabatter og frakt beregnes i kassen."
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "Samling",
"empty": "Ingen produkter funnet",
- "use_fewer_filters_html": "Bruk færre filtre eller fjern alle"
+ "use_fewer_filters_html": "Bruk færre filtre eller fjern alle<\/a>"
},
"video": {
"load_video": "Last inn video: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "Produktets delsum",
"view_cart": "Vis handlekurv",
- "each": "{{ money }}/stk.",
+ "each": "{{ money }}\/stk.",
"product": "Produkt",
"variant": "Variant",
"variant_total": "Delsum varianter",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "Land/region",
+ "country_label": "Land\/region",
"language_label": "Språk",
"update_language": "Oppdater språk",
- "update_country": "Oppdater land/region",
+ "update_country": "Oppdater land\/region",
"search": "Søk",
- "popular_countries_regions": "Populære land/regioner",
- "country_results_count": "{{ count }} land/regioner funnet"
+ "popular_countries_regions": "Populære land\/regioner",
+ "country_results_count": "{{ count }} land\/regioner funnet"
},
"customer": {
"account": {
@@ -409,7 +409,7 @@
"address1": "Adresse 1",
"address2": "Adresse 2",
"city": "Sted",
- "country": "Land/region",
+ "country": "Land\/region",
"province": "Provins",
"zip": "Postnummer",
"phone": "Telefon",
diff --git a/locales/nb.schema.json b/locales/nb.schema.json
index 0384af70d9f..31365e47634 100644
--- a/locales/nb.schema.json
+++ b/locales/nb.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -56,40 +56,40 @@
"name": "Sosiale medier",
"settings": {
"social_twitter_link": {
- "label": "X / Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ Twitter",
+ "info": "https:\/\/x.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"
@@ -222,7 +222,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"
@@ -484,7 +484,7 @@
},
"header__1": {
"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."
},
"header__2": {
"content": "Kunngjøringer"
@@ -493,15 +493,15 @@
"label": "Vis ikoner på skrivebordet"
},
"header__3": {
- "content": "Land-/områdevelger",
- "info": "Gå til [markedsinnstillinger](/admin/settings/markets) for å legge til land/område."
+ "content": "Land-\/områdevelger",
+ "info": "Gå til [markedsinnstillinger](\/admin\/settings\/markets) for å legge til land\/område."
},
"enable_country_selector": {
- "label": "Aktiver land-/områdevelger"
+ "label": "Aktiver land-\/områdevelger"
},
"header__4": {
"content": "Språkvelger",
- "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"
@@ -591,7 +591,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)",
"default": "Beskriv videoen"
}
}
@@ -619,7 +619,7 @@
"options__3": {
"label": "Kvadratisk"
},
- "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"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Liquid-kode",
- "info": "Legg til kodeutdrag fra app eller en annen kode for å opprette avanserte tilpasninger. [Finn ut mer](https://shopify.dev/docs/api/liquid)"
+ "info": "Legg til kodeutdrag fra app eller en annen kode for å opprette avanserte tilpasninger. [Finn ut mer](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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"
@@ -754,7 +754,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"
@@ -844,7 +844,7 @@
},
"subtext": {
"label": "Undertekst",
- "default": " Del kontaktopplysninger, butikkdetaljer og merkevareinnhold med kundene dine. Del kontaktopplysninger, butikkdetaljer og merkevareinnhold med kundene dine.<\/p>"
}
}
},
@@ -852,14 +852,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."
}
}
}
@@ -874,29 +874,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"
@@ -912,14 +912,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": "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)"
+ "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"
@@ -979,7 +979,7 @@
}
},
"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",
@@ -997,19 +997,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Pålogging til kundekontoer",
- "info": "Gå til [kundekontoinnstillingene](/admin/settings/customer_accounts) for å administrere kundekontoer."
+ "info": "Gå til [kundekontoinnstillingene](\/admin\/settings\/customer_accounts) for å administrere kundekontoer."
},
"enable_customer_avatar": {
"label": "Vis avatar",
@@ -1062,7 +1062,7 @@
"options__3": {
"label": "Medie"
},
- "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"
}
@@ -1140,7 +1140,7 @@
"settings": {
"text": {
"label": "Beskrivelse",
- "default": "Gi kundene mer informasjon om bannerbildet/-bildene eller innholdet i malen."
+ "default": "Gi kundene mer informasjon om bannerbildet\/-bildene eller innholdet i malen."
},
"text_style": {
"options__1": {
@@ -1293,7 +1293,7 @@
"settings": {
"text": {
"label": "Innhold",
- "default": " Koble tekst med et bilde for å fokusere på valgt produkt, samling eller blogginnlegg. Legg til informasjon om tilgjengelighet, stil eller vis frem en anmeldelse. Koble tekst med et bilde for å fokusere på valgt produkt, samling eller blogginnlegg. Legg til informasjon om tilgjengelighet, stil eller vis frem en anmeldelse.<\/p>"
},
"text_style": {
"label": "Tekststil",
@@ -1374,7 +1374,7 @@
"options__3": {
"label": "Medie"
},
- "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"
}
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1495,7 +1495,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"
@@ -1526,11 +1526,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"
@@ -1610,7 +1610,7 @@
"options__3": {
"label": "Kvadratisk"
},
- "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"
@@ -1692,7 +1692,7 @@
},
"swatch_shape": {
"label": "Fargekart",
- "info": "Aktiver [fargekart](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) på produktalternativer.",
+ "info": "Aktiver [fargekart](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) på produktalternativer.",
"options__1": {
"label": "Sirkel"
},
@@ -1710,11 +1710,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 skjema med mottakerinformasjon for gavekort",
- "info": "Tillat at kjøpere sender gavekort på en planlagt dato sammen med en personlig hilsen. [Finn ut mer](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Tillat at kjøpere sender gavekort på en planlagt dato sammen med en personlig hilsen. [Finn ut mer](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
}
},
@@ -1728,10 +1728,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",
@@ -1906,7 +1906,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)"
}
}
},
@@ -1914,7 +1914,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",
@@ -2051,7 +2051,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"
@@ -2176,7 +2176,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"
@@ -2286,7 +2286,7 @@
},
"text": {
"label": "Beskrivelse",
- "default": " Koble tekst med et bilde for å fokusere på valgt produkt, samling eller blogginnlegg. Legg til informasjon om tilgjengelighet, stil eller vis frem en anmeldelse. Koble tekst med et bilde for å fokusere på valgt produkt, samling eller blogginnlegg. Legg til informasjon om tilgjengelighet, stil eller vis frem en anmeldelse.<\/p>"
},
"link_label": {
"label": "Koblingsetikett"
@@ -2308,7 +2308,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": {
@@ -2326,7 +2326,7 @@
"settings": {
"paragraph": {
"label": "Beskrivelse",
- "default": " Vær blant de første som får høre om nye samlinger og eksklusive tilbud. Vær blant de første som får høre om nye samlinger og eksklusive tilbud.<\/p>"
}
}
},
@@ -2396,7 +2396,7 @@
"settings": {
"text": {
"label": "Beskrivelse",
- "default": " Del informasjon om merkevaren din med kundene. Beskriv et produkt, gjør kunngjøringer eller ønsk kundene velkommen til butikken. Del informasjon om merkevaren din med kundene. Beskriv et produkt, gjør kunngjøringer eller ønsk kundene velkommen til butikken.<\/p>"
}
}
},
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Fargekart",
- "info": "Aktiver [fargekart](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) på produktalternativer.",
+ "info": "Aktiver [fargekart](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) på produktalternativer.",
"options__1": {
"label": "Sirkel"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Beskrivelse",
- "default": " Vær blant de første som får vite når vi lanserer. Vær blant de første som får vite når vi lanserer.<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,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)",
"default": "Kanskje du også liker"
},
"header__2": {
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Tekst",
- "default": " Koble tekst med et bilde for å fokusere på valgt produkt, samling eller blogginnlegg. Legg til informasjon om tilgjengelighet, stil eller vis frem en anmeldelse. Koble tekst med et bilde for å fokusere på valgt produkt, samling eller blogginnlegg. Legg til informasjon om tilgjengelighet, stil eller vis frem en anmeldelse.<\/p>"
},
"button_label": {
"label": "Knappetikett",
diff --git a/locales/nl.json b/locales/nl.json
index 2d153527396..e573c4ae456 100644
--- a/locales/nl.json
+++ b/locales/nl.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Je wachtwoord",
"login_form_error": "Wachtwoord onjuist!",
"login_form_submit": "Invoeren",
- "admin_link_html": "Ben je de winkeleigenaar? Log hier in",
+ "admin_link_html": "Ben je de winkeleigenaar? Log hier in<\/a>",
"powered_by_shopify_html": "Deze winkel wordt door {{ shopify }} aangedreven"
},
"social": {
@@ -117,7 +117,7 @@
"minimum_of": "Minimum van {{ quantity }}",
"maximum_of": "Maximum van {{ quantity }}",
"multiples_of": "Stappen van {{ quantity }}",
- "in_cart_html": "{{ quantity }} in winkelwagen",
+ "in_cart_html": "{{ quantity }}<\/span> in winkelwagen",
"note": "Hoeveelheidsregels bekijken",
"min_of": "Min. {{ quantity }}",
"max_of": "Max. {{ quantity }}"
@@ -139,8 +139,8 @@
"view_store_info": "Winkelgegevens bekijken",
"check_other_stores": "Controleer de beschikbaarheid bij andere winkels",
"pick_up_available": "Afhaling is beschikbaar",
- "pick_up_available_at_html": "Afhaling is beschikbaar bij {{ location_name }}",
- "pick_up_unavailable_at_html": "Afhaling is momenteel niet beschikbaar bij {{ location_name }}",
+ "pick_up_available_at_html": "Afhaling is beschikbaar bij {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Afhaling is momenteel niet beschikbaar bij {{ location_name }}<\/span>",
"unavailable": "Kan beschikbaarheid voor afhalen niet laden",
"refresh": "Vernieuwen"
},
@@ -155,7 +155,7 @@
"image_available": "Afbeelding {{ index }} is nu beschikbaar in gallery-weergave"
},
"view_full_details": "Alle details bekijken",
- "shipping_policy_html": "Verzendkosten worden berekend bij de checkout.",
+ "shipping_policy_html": "Verzendkosten<\/a> worden berekend bij de checkout.",
"choose_options": "Opties kiezen",
"choose_product_options": "Opties kiezen voor {{ product_name }}",
"value_unavailable": "{{ option_value }} - Niet beschikbaar",
@@ -171,7 +171,7 @@
"title": "Volumeprijsstelling",
"note": "Volumeprijsstelling beschikbaar",
"minimum": "Meer dan {{ quantity }}",
- "price_at_each": "{{ price }}/st.",
+ "price_at_each": "{{ price }}\/st.",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"product_variants": "Productvarianten",
@@ -292,17 +292,17 @@
"update": "Bijwerken",
"login": {
"title": "Heb je een account?",
- "paragraph_html": "Log in om sneller af te rekenen."
+ "paragraph_html": "Log in<\/a> om sneller af te rekenen."
},
"estimated_total": "Geschat totaal",
"new_estimated_total": "Nieuw geschat totaal",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Douanerechten en belastingen inbegrepen. Kortingen en verzending worden bij de checkout berekend.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Douanerechten en belastingen inbegrepen. Kortingen en verzending<\/a> worden bij de checkout berekend.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Douanerechten en belastingen inbegrepen. Kortingen en verzending worden bij de checkout berekend.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Belastingen inbegrepen. Kortingen en verzending worden bij de checkout berekend.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Belastingen inbegrepen. Kortingen en verzending<\/a> worden bij de checkout berekend.",
"taxes_included_shipping_at_checkout_without_policy": "Belastingen inbegrepen. Kortingen en verzending worden bij de checkout berekend.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Douanerechten inbegrepen. Belastingen, kortingen en verzending worden bij de checkout berekend.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Douanerechten inbegrepen. Belastingen, kortingen en verzending<\/a> worden bij de checkout berekend.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Douanerechten inbegrepen. Belastingen, kortingen en verzending worden bij de checkout berekend.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Belastingen, kortingen en verzending worden bij de checkout berekend.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Belastingen, kortingen en verzending<\/a> worden bij de checkout berekend.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Belastingen, kortingen en verzending worden bij de checkout berekend."
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "Collectie",
"empty": "Geen producten gevonden",
- "use_fewer_filters_html": "Minder filters gebruiken of alles verwijderen"
+ "use_fewer_filters_html": "Minder filters gebruiken of alles verwijderen<\/a>"
},
"video": {
"load_video": "Video laden: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "Productsubtotaal",
"view_cart": "Winkelwagen bekijken",
- "each": "{{ money }}/st",
+ "each": "{{ money }}\/st",
"product": "Product",
"variant": "Variant",
"variant_total": "Totaal variant",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "Land/regio",
+ "country_label": "Land\/regio",
"language_label": "Taal",
"update_language": "Taal bijwerken",
- "update_country": "Land/regio bijwerken",
+ "update_country": "Land\/regio bijwerken",
"search": "Zoeken",
- "popular_countries_regions": "Populaire landen/regio's",
- "country_results_count": "{{ count }} landen/regio's gevonden"
+ "popular_countries_regions": "Populaire landen\/regio's",
+ "country_results_count": "{{ count }} landen\/regio's gevonden"
},
"customer": {
"account": {
@@ -409,7 +409,7 @@
"address1": "Adres 1",
"address2": "Adres 2",
"city": "Plaats",
- "country": "Land/regio",
+ "country": "Land\/regio",
"province": "Provincie",
"zip": "Postcode",
"phone": "Telefoonnummer",
diff --git a/locales/nl.schema.json b/locales/nl.schema.json
index 11151991a79..c223f332b85 100644
--- a/locales/nl.schema.json
+++ b/locales/nl.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -56,40 +56,40 @@
"name": "Social media",
"settings": {
"social_twitter_link": {
- "label": "X / voorheen Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ voorheen Twitter",
+ "info": "https:\/\/x.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"
@@ -222,7 +222,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"
@@ -484,7 +484,7 @@
},
"header__1": {
"content": "Pictogrammen voor social media",
- "info": "Als je socialmedia-accounts wilt weergeven, koppel je ze in de [thema-instellingen](/editor?context=theme&category=social%20media)."
+ "info": "Als je socialmedia-accounts wilt weergeven, koppel je ze in de [thema-instellingen](\/editor?context=theme&category=social%20media)."
},
"header__2": {
"content": "Aankondigingen"
@@ -493,15 +493,15 @@
"label": "Pictogrammen op bureaublad weergeven"
},
"header__3": {
- "content": "Kiezer voor land/regio",
- "info": "Ga naar de [marktinstellingen](/admin/settings/markets) om een land/regio toe te voegen."
+ "content": "Kiezer voor land\/regio",
+ "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__4": {
"content": "Taalkiezer",
- "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"
@@ -591,7 +591,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)",
"default": "Beschrijf de video"
}
}
@@ -609,7 +609,7 @@
"default": "Collecties"
},
"image_ratio": {
- "label": "Breedte-/hoogteverhouding van afbeeldingen",
+ "label": "Breedte-\/hoogteverhouding van afbeeldingen",
"options__1": {
"label": "Aanpassen aan afbeelding"
},
@@ -619,7 +619,7 @@
"options__3": {
"label": "Vierkant"
},
- "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"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Liquid-code",
- "info": "Voeg app-fragmenten of andere code toe om geavanceerde aanpassingen aan te maken. [Meer informatie](https://shopify.dev/docs/api/liquid)"
+ "info": "Voeg app-fragmenten of andere code toe om geavanceerde aanpassingen aan te maken. [Meer informatie](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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"
@@ -735,7 +735,7 @@
"content": "Productkaart"
},
"image_ratio": {
- "label": "Breedte-/hoogteverhouding van afbeeldingen",
+ "label": "Breedte-\/hoogteverhouding van afbeeldingen",
"options__1": {
"label": "Aanpassen aan afbeelding"
},
@@ -754,7 +754,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"
@@ -844,7 +844,7 @@
},
"subtext": {
"label": "Subtekst",
- "default": " Deel contactgegevens, winkelgegevens en merkcontent met klanten. Deel contactgegevens, winkelgegevens en merkcontent met klanten.<\/p>"
}
}
},
@@ -852,14 +852,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)."
}
}
}
@@ -874,29 +874,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"
@@ -912,14 +912,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": "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)"
+ "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"
@@ -979,7 +979,7 @@
}
},
"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",
@@ -997,19 +997,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Inloggen bij klantaccounts",
- "info": "Ga om klantaccounts te beheren naar je instellingen voor klantaccounts ](/admin/settings/customer_accounts)."
+ "info": "Ga om klantaccounts te beheren naar je instellingen voor klantaccounts ](\/admin\/settings\/customer_accounts)."
},
"enable_customer_avatar": {
"label": "Avatar weergeven",
@@ -1062,7 +1062,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"
}
@@ -1293,7 +1293,7 @@
"settings": {
"text": {
"label": "Content",
- "default": " Plaats een afbeelding bij stukken tekst om de aandacht op je gekozen product, collectie of blogpost te richten. Voeg details over beschikbaarheid en stijl toe of plaats een productrecensie. Plaats een afbeelding bij stukken tekst om de aandacht op je gekozen product, collectie of blogpost te richten. Voeg details over beschikbaarheid en stijl toe of plaats een productrecensie.<\/p>"
},
"text_style": {
"label": "Tekststijl",
@@ -1374,7 +1374,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"
}
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1494,7 +1494,7 @@
"label": "Producten per pagina"
},
"image_ratio": {
- "label": "Breedte-/hoogteverhouding van afbeeldingen",
+ "label": "Breedte-\/hoogteverhouding van afbeeldingen",
"options__1": {
"label": "Aanpassen aan afbeelding"
},
@@ -1513,11 +1513,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"
@@ -1530,7 +1530,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"
@@ -1600,7 +1600,7 @@
}
},
"image_ratio": {
- "label": "Breedte-/hoogteverhouding van afbeeldingen",
+ "label": "Breedte-\/hoogteverhouding van afbeeldingen",
"options__1": {
"label": "Aanpassen aan afbeelding"
},
@@ -1610,7 +1610,7 @@
"options__3": {
"label": "Vierkant"
},
- "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"
@@ -1693,7 +1693,7 @@
},
"swatch_shape": {
"label": "Staal",
- "info": "Schakel [stalen](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) in bij productopties.",
+ "info": "Schakel [stalen](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) in bij productopties.",
"options__1": {
"label": "Cirkel"
},
@@ -1711,11 +1711,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": "Hiermee kunnen kopers op een geplande datum een cadeaubon met een persoonlijk bericht sturen. [Meer informatie](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Hiermee kunnen kopers op een geplande datum een cadeaubon met een persoonlijk bericht sturen. [Meer informatie](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
}
},
@@ -1729,10 +1729,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",
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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",
@@ -1945,7 +1945,7 @@
"heading": "Productkaart"
},
"image_ratio": {
- "label": "Breedte-/hoogteverhouding van afbeeldingen",
+ "label": "Breedte-\/hoogteverhouding van afbeeldingen",
"options": {
"option_1": "Staand",
"option_2": "Vierkant"
@@ -2052,7 +2052,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"
@@ -2144,7 +2144,7 @@
"name": "Zoekresultaten",
"settings": {
"image_ratio": {
- "label": "Breedte-/hoogteverhouding van afbeeldingen",
+ "label": "Breedte-\/hoogteverhouding van afbeeldingen",
"options__1": {
"label": "Aanpassen aan afbeelding"
},
@@ -2176,7 +2176,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"
@@ -2215,7 +2215,7 @@
}
},
"image_ratio": {
- "label": "Breedte-/hoogteverhouding van afbeeldingen",
+ "label": "Breedte-\/hoogteverhouding van afbeeldingen",
"options__1": {
"label": "Aanpassen aan afbeelding"
},
@@ -2286,7 +2286,7 @@
},
"text": {
"label": "Beschrijving",
- "default": " Plaats een afbeelding bij stukken tekst om de aandacht op je gekozen product, collectie of blogpost te richten. Voeg details over beschikbaarheid en stijl toe of plaats een productrecensie. Plaats een afbeelding bij stukken tekst om de aandacht op je gekozen product, collectie of blogpost te richten. Voeg details over beschikbaarheid en stijl toe of plaats een productrecensie.<\/p>"
},
"link_label": {
"label": "Link-label"
@@ -2308,7 +2308,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": {
@@ -2326,7 +2326,7 @@
"settings": {
"paragraph": {
"label": "Beschrijving",
- "default": " Kom als eerste te weten als er nieuwe collecties en exclusieve aanbiedingen zijn. Kom als eerste te weten als er nieuwe collecties en exclusieve aanbiedingen zijn.<\/p>"
}
}
},
@@ -2396,7 +2396,7 @@
"settings": {
"text": {
"label": "Beschrijving",
- "default": " Deel informatie over je merk met klanten. Beschrijf een product, doe aankondigingen of verwelkom klanten in je winkel. Deel informatie over je merk met klanten. Beschrijf een product, doe aankondigingen of verwelkom klanten in je winkel.<\/p>"
}
}
},
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Staal",
- "info": "Schakel [stalen](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) in bij productopties.",
+ "info": "Schakel [stalen](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) in bij productopties.",
"options__1": {
"label": "Cirkel"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Beschrijving",
- "default": " Kom als eerste te weten wanneer we van start gaan. Kom als eerste te weten wanneer we van start gaan.<\/p>"
},
"text_style": {
"options__1": {
@@ -3000,7 +3000,7 @@
"label": "Afbeelding"
},
"image_ratio": {
- "label": "Breedte-/hoogteverhouding van afbeeldingen",
+ "label": "Breedte-\/hoogteverhouding van afbeeldingen",
"options__1": {
"label": "Aanpassen aan afbeelding"
},
@@ -3216,14 +3216,14 @@
"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)",
"default": "Wellicht vind je dit ook leuk"
},
"header__2": {
"content": "Productkaart"
},
"image_ratio": {
- "label": "Breedte-/hoogteverhouding van afbeeldingen",
+ "label": "Breedte-\/hoogteverhouding van afbeeldingen",
"options__1": {
"label": "Aanpassen aan afbeelding"
},
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Tekst",
- "default": " Plaats een afbeelding bij stukken tekst om de aandacht op je gekozen product, collectie of blogpost te richten. Voeg details over beschikbaarheid en stijl toe of plaats een productrecensie. Plaats een afbeelding bij stukken tekst om de aandacht op je gekozen product, collectie of blogpost te richten. Voeg details over beschikbaarheid en stijl toe of plaats een productrecensie.<\/p>"
},
"button_label": {
"label": "Knoplabel",
diff --git a/locales/pl.json b/locales/pl.json
index 6fb2548fdd8..388ab4ba868 100644
--- a/locales/pl.json
+++ b/locales/pl.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Twoje hasło",
"login_form_error": "Nieprawidłowe hasło!",
"login_form_submit": "Enter",
- "admin_link_html": "Czy jesteś właścicielem sklepu? Zaloguj się tutaj",
+ "admin_link_html": "Czy jesteś właścicielem sklepu? Zaloguj się tutaj<\/a>",
"powered_by_shopify_html": "Ten sklep będzie obsługiwany przez {{ shopify }}"
},
"social": {
@@ -126,7 +126,7 @@
"minimum_of": "Minimum {{ quantity }}",
"maximum_of": "Maksimum {{ quantity }}",
"multiples_of": "Przyrost o {{ quantity }}",
- "in_cart_html": "{{ quantity }} w koszyku",
+ "in_cart_html": "{{ quantity }}<\/span> w koszyku",
"note": "Wyświetl reguły ilości",
"min_of": "Min. {{ quantity }}",
"max_of": "Maks. {{ quantity }}"
@@ -141,8 +141,8 @@
"view_store_info": "Wyświetl informacje o sklepie",
"check_other_stores": "Sprawdź dostępność w innych sklepach",
"pick_up_available": "Odbiór jest możliwy",
- "pick_up_available_at_html": "Odbiór możliwy w {{ location_name }}",
- "pick_up_unavailable_at_html": "Odbiór w {{ location_name }} jest obecnie niemożliwy",
+ "pick_up_available_at_html": "Odbiór możliwy w {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Odbiór w {{ location_name }}<\/span> jest obecnie niemożliwy",
"unavailable": "Nie można załadować gotowości do odbioru",
"refresh": "Odśwież"
},
@@ -157,7 +157,7 @@
"image_available": "Obraz {{ index }} jest teraz dostępny w widoku galerii"
},
"view_full_details": "Pokaż kompletne dane",
- "shipping_policy_html": "Koszt wysyłki obliczony przy realizacji zakupu.",
+ "shipping_policy_html": "Koszt wysyłki<\/a> obliczony przy realizacji zakupu.",
"choose_options": "Wybierz opcje",
"choose_product_options": "Wybierz opcje dla {{ product_name }}",
"value_unavailable": "{{ option_value }} - niedostępny",
@@ -173,7 +173,7 @@
"title": "Ceny zależne od wolumenu",
"note": "Ceny zależne od wolumenu są dostępne",
"minimum": "{{ quantity }}+",
- "price_at_each": "{{ price }}/szt.",
+ "price_at_each": "{{ price }}\/szt.",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"product_variants": "Warianty produktów",
@@ -312,17 +312,17 @@
},
"login": {
"title": "Masz już konto?",
- "paragraph_html": "Zaloguj się, aby szybciej realizować zakupy."
+ "paragraph_html": "Zaloguj się<\/a>, aby szybciej realizować zakupy."
},
"estimated_total": "Przewidywana suma",
"new_estimated_total": "Nowa przewidywana suma",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Z wliczonymi cłami i podatkami. Obliczenie rabatów i wysyłki przy realizacji zakupu.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Z wliczonymi cłami i podatkami. Obliczenie rabatów i wysyłki<\/a> przy realizacji zakupu.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Z wliczonymi cłami i podatkami. Obliczenie rabatów i wysyłki przy realizacji zakupu.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Z wliczonymi podatkami. Obliczenie rabatów i wysyłki przy realizacji zakupu.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Z wliczonymi podatkami. Obliczenie rabatów i wysyłki<\/a> przy realizacji zakupu.",
"taxes_included_shipping_at_checkout_without_policy": "Z wliczonymi podatkami. Obliczenie rabatów i wysyłki przy realizacji zakupu.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Z wliczonymi cłami. Obliczenie podatków, rabatów i wysyłki przy realizacji zakupu.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Z wliczonymi cłami. Obliczenie podatków, rabatów i wysyłki<\/a> przy realizacji zakupu.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Z wliczonymi cłami. Obliczenie podatków, rabatów i wysyłki przy realizacji zakupu.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Obliczenie podatków, rabatów i wysyłki przy realizacji zakupu.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Obliczenie podatków, rabatów i wysyłki<\/a> przy realizacji zakupu.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Obliczenie podatków, rabatów i wysyłki przy realizacji zakupu."
},
"footer": {
@@ -343,7 +343,7 @@
"collection_template": {
"title": "Kolekcja",
"empty": "Nie znaleziono produktów",
- "use_fewer_filters_html": "Użyj mniejszej ilości filtrów lub usuń wszystko"
+ "use_fewer_filters_html": "Użyj mniejszej ilości filtrów lub usuń wszystko<\/a>"
},
"video": {
"load_video": "Załaduj film: {{ description }}"
@@ -370,7 +370,7 @@
"quick_order_list": {
"product_total": "Suma częściowa dla produktu",
"view_cart": "Pokaż koszyk",
- "each": "{{ money }}/szt.",
+ "each": "{{ money }}\/szt.",
"product": "Produkt",
"variant": "Wariant",
"variant_total": "Suma wariantów",
@@ -398,13 +398,13 @@
}
},
"localization": {
- "country_label": "Kraj/region",
+ "country_label": "Kraj\/region",
"language_label": "Język",
"update_language": "Aktualizuj język",
- "update_country": "Aktualizuj kraj/region",
+ "update_country": "Aktualizuj kraj\/region",
"search": "Szukaj",
- "popular_countries_regions": "Popularne kraje/regiony",
- "country_results_count": "Liczba znalezionych krajów/regionów: {{ count }}"
+ "popular_countries_regions": "Popularne kraje\/regiony",
+ "country_results_count": "Liczba znalezionych krajów\/regionów: {{ count }}"
},
"customer": {
"account": {
@@ -435,7 +435,7 @@
"address1": "Adres 1",
"address2": "Adres 2",
"city": "Miasto",
- "country": "Kraj/region",
+ "country": "Kraj\/region",
"province": "Prowincja",
"zip": "Kod pocztowy",
"phone": "Telefon",
diff --git a/locales/pl.schema.json b/locales/pl.schema.json
index 8c7caed1477..4e0030833ef 100644
--- a/locales/pl.schema.json
+++ b/locales/pl.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -56,40 +56,40 @@
"name": "Media społecznościowe",
"settings": {
"social_twitter_link": {
- "label": "X / Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ Twitter",
+ "info": "https:\/\/x.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"
@@ -222,7 +222,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"
@@ -484,7 +484,7 @@
},
"header__1": {
"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)."
},
"header__2": {
"content": "Ogłoszenia"
@@ -493,15 +493,15 @@
"label": "Pokaż ikony na pulpicie"
},
"header__3": {
- "content": "Selektor kraju/regionu",
- "info": "Aby dodać kraj/region, przejdź do swoich [ustawień rynku.](/admin/settings/markets)"
+ "content": "Selektor kraju\/regionu",
+ "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__4": {
"content": "Selektor języka",
- "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"
@@ -591,7 +591,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)",
"default": "Opisz wideo"
}
}
@@ -610,7 +610,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"
},
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Kod Liquid",
- "info": "Dodaj fragmenty kodu aplikacji lub inny kod, aby utworzyć zaawansowane dostosowania. [Dowiedz się więcej](https://shopify.dev/docs/api/liquid)"
+ "info": "Dodaj fragmenty kodu aplikacji lub inny kod, aby utworzyć zaawansowane dostosowania. [Dowiedz się więcej](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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ę"
@@ -754,7 +754,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",
@@ -844,7 +844,7 @@
},
"subtext": {
"label": "Tekst podrzędny",
- "default": " Udostępniaj klientom informacje kontaktowe, dane sklepu i treści związane z marką. Udostępniaj klientom informacje kontaktowe, dane sklepu i treści związane z marką.<\/p>"
}
}
},
@@ -852,14 +852,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)."
}
}
}
@@ -874,29 +874,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"
@@ -912,14 +912,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": "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)"
+ "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"
@@ -979,7 +979,7 @@
}
},
"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",
@@ -997,19 +997,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Logowanie do kont klientów",
- "info": "Aby zarządzać kontami klientów, przejdź do [ustawień kont klientów](/admin/settings/customer_accounts)]."
+ "info": "Aby zarządzać kontami klientów, przejdź do [ustawień kont klientów](\/admin\/settings\/customer_accounts)]."
},
"enable_customer_avatar": {
"label": "Pokaż awatar",
@@ -1062,7 +1062,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"
}
@@ -1293,7 +1293,7 @@
"settings": {
"text": {
"label": "Treść",
- "default": " Połącz tekst z obrazem, aby skierować uwagę na wybrany produkt, kolekcję lub wpis na blogu. Dodaj szczegóły dotyczące dostępności, stylu lub dołącz recenzję. Połącz tekst z obrazem, aby skierować uwagę na wybrany produkt, kolekcję lub wpis na blogu. Dodaj szczegóły dotyczące dostępności, stylu lub dołącz recenzję.<\/p>"
},
"text_style": {
"label": "Styl tekstu",
@@ -1365,7 +1365,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"
},
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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ę"
@@ -1442,7 +1442,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"
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1513,11 +1513,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"
@@ -1530,7 +1530,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)"
},
"columns_desktop": {
"label": "Liczba kolumn na komputerze"
@@ -1601,7 +1601,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"
},
@@ -1693,7 +1693,7 @@
},
"swatch_shape": {
"label": "Próbka",
- "info": "Włącz [próbki](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) w opcjach produktu.",
+ "info": "Włącz [próbki](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) w opcjach produktu.",
"options__1": {
"label": "Koło"
},
@@ -1711,11 +1711,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 kart prezentowych",
- "info": "Umożliwia kupującym wysyłanie kart prezentowych w zaplanowanym terminie wraz z osobistą wiadomością. [Dowiedz się więcej](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Umożliwia kupującym wysyłanie kart prezentowych w zaplanowanym terminie wraz z osobistą wiadomością. [Dowiedz się więcej](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
}
},
@@ -1729,10 +1729,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",
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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",
@@ -2052,7 +2052,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"
@@ -2176,7 +2176,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"
@@ -2286,7 +2286,7 @@
},
"text": {
"label": "Opis",
- "default": " Połącz tekst z obrazem, aby skierować uwagę na wybrany produkt, kolekcję lub wpis na blogu. Dodaj szczegóły dotyczące dostępności, stylu lub dołącz recenzję. Połącz tekst z obrazem, aby skierować uwagę na wybrany produkt, kolekcję lub wpis na blogu. Dodaj szczegóły dotyczące dostępności, stylu lub dołącz recenzję.<\/p>"
},
"link_label": {
"label": "Etykieta linku"
@@ -2308,7 +2308,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": {
@@ -2326,7 +2326,7 @@
"settings": {
"paragraph": {
"label": "Opis",
- "default": " Dowiedz się jako pierwszy o nowych kolekcjach i ekskluzywnych ofertach. Dowiedz się jako pierwszy o nowych kolekcjach i ekskluzywnych ofertach.<\/p>"
}
}
},
@@ -2396,7 +2396,7 @@
"settings": {
"text": {
"label": "Opis",
- "default": " Udostępnij klientom informacje o swojej marce. Opisz produkt, udostępnij ogłoszenia lub przywitaj klientów w swoim sklepie. Udostępnij klientom informacje o swojej marce. Opisz produkt, udostępnij ogłoszenia lub przywitaj klientów w swoim sklepie.<\/p>"
}
}
},
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Próbka",
- "info": "Włącz [próbki](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) w opcjach produktu.",
+ "info": "Włącz [próbki](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) w opcjach produktu.",
"options__1": {
"label": "Koło"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Opis",
- "default": " Bądź pierwszą osobą, która dowie się, kiedy wystartujemy. Bądź pierwszą osobą, która dowie się, kiedy wystartujemy.<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,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)",
"default": "Może Ci się spodobać również"
},
"header__2": {
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Tekst",
- "default": " Połącz tekst z obrazem, aby skierować uwagę na wybrany produkt, kolekcję lub wpis na blogu. Dodaj szczegóły dotyczące dostępności, stylu lub dołącz recenzję. Połącz tekst z obrazem, aby skierować uwagę na wybrany produkt, kolekcję lub wpis na blogu. Dodaj szczegóły dotyczące dostępności, stylu lub dołącz recenzję.<\/p>"
},
"button_label": {
"label": "Przycisk z etykietą",
diff --git a/locales/pt-BR.json b/locales/pt-BR.json
index d50474a06e3..51b51d7d4d1 100644
--- a/locales/pt-BR.json
+++ b/locales/pt-BR.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Sua senha",
"login_form_error": "Senha incorreta.",
"login_form_submit": "Entrar",
- "admin_link_html": "Você é o titular da loja? Faça login aqui",
+ "admin_link_html": "Você é o titular da loja? Faça login aqui<\/a>",
"powered_by_shopify_html": "Esta loja terá a tecnologia da {{ shopify }}"
},
"social": {
@@ -118,7 +118,7 @@
"minimum_of": "Mínimo de {{ quantity }}",
"maximum_of": "Máximo de {{ quantity }}",
"multiples_of": "Pacote com {{ quantity }}",
- "in_cart_html": "{{ quantity }} no carrinho",
+ "in_cart_html": "{{ quantity }}<\/span> no carrinho",
"note": "Ver regras de quantidade",
"min_of": "Mínimo de {{ quantity }}",
"max_of": "Máximo de {{ quantity }}"
@@ -140,8 +140,8 @@
"view_store_info": "Ver as informações da loja",
"check_other_stores": "Verificar a disponibilidade em outras lojas",
"pick_up_available": "Retirada disponível",
- "pick_up_available_at_html": "Retirada disponível em {{ location_name }}",
- "pick_up_unavailable_at_html": "Retirada em {{ location_name }} indisponível no momento",
+ "pick_up_available_at_html": "Retirada disponível em {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Retirada em {{ location_name }}<\/span> indisponível no momento",
"unavailable": "Não foi possível carregar a disponibilidade de retirada.",
"refresh": "Atualizar"
},
@@ -156,7 +156,7 @@
"image_available": "A imagem {{ index }} está disponível no visualizador da galeria"
},
"view_full_details": "Ver informações completas",
- "shipping_policy_html": "Frete calculado no checkout.",
+ "shipping_policy_html": "Frete<\/a> calculado no checkout.",
"choose_options": "Escolher opções",
"choose_product_options": "Escolha opções para {{ product_name }}",
"value_unavailable": "{{ option_value }} – indisponível",
@@ -172,7 +172,7 @@
"title": "Preços por volume",
"note": "Os preços por volume estão disponíveis",
"minimum": "Mais de {{ quantity }}",
- "price_at_each": "{{ price }}/cada",
+ "price_at_each": "{{ price }}\/cada",
"price_range": "{{ minimum }} – {{ maximum }}"
},
"product_variants": "Variantes do produto",
@@ -302,17 +302,17 @@
"update": "Atualizar",
"login": {
"title": "Tem uma conta?",
- "paragraph_html": "Faça login para finalizar a compra com mais rapidez."
+ "paragraph_html": "Faça login<\/a> para finalizar a compra com mais rapidez."
},
"estimated_total": "Total estimado",
"new_estimated_total": "Novo total estimado",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Tributos de importação e outros tributos incluídos. Descontos e frete calculados no checkout.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Tributos de importação e outros tributos incluídos. Descontos e frete<\/a> calculados no checkout.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Tributos de importação e outros tributos incluídos. Descontos e frete calculados no checkout.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Tributos incluídos. Descontos e frete calculados no checkout.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Tributos incluídos. Descontos e frete<\/a> calculados no checkout.",
"taxes_included_shipping_at_checkout_without_policy": "Tributos incluídos. Descontos e frete calculados no checkout.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Tributos de importação incluídos. Tributos, descontos e frete calculados no checkout.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Tributos de importação incluídos. Tributos, descontos e frete<\/a> calculados no checkout.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Tributos de importação incluídos. Tributos, descontos e frete calculados no checkout.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Tributos, descontos e frete calculados no checkout.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Tributos, descontos e frete<\/a> calculados no checkout.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Tributos, descontos e frete calculados no checkout."
},
"footer": {
@@ -333,7 +333,7 @@
"collection_template": {
"title": "Coleção",
"empty": "Nenhum produto encontrado",
- "use_fewer_filters_html": "Usar menos filtros ou remover tudo"
+ "use_fewer_filters_html": "Usar menos filtros ou remover tudo<\/a>"
},
"video": {
"load_video": "Carregar vídeo: {{ description }}"
@@ -360,7 +360,7 @@
"quick_order_list": {
"product_total": "Subtotal do produto",
"view_cart": "Ver carrinho",
- "each": "{{ money }}/cada",
+ "each": "{{ money }}\/cada",
"product": "Produto",
"variant": "Variante",
"variant_total": "Total das variantes",
@@ -386,13 +386,13 @@
}
},
"localization": {
- "country_label": "País/Região",
+ "country_label": "País\/Região",
"language_label": "Idioma",
"update_language": "Atualizar idioma",
- "update_country": "Atualizar país/região",
+ "update_country": "Atualizar país\/região",
"search": "Pesquisar",
- "popular_countries_regions": "Países/regiões populares",
- "country_results_count": "{{ count }} países/regiões encontrados"
+ "popular_countries_regions": "Países\/regiões populares",
+ "country_results_count": "{{ count }} países\/regiões encontrados"
},
"customer": {
"account": {
@@ -421,7 +421,7 @@
"address1": "Endereço 1",
"address2": "Endereço 2",
"city": "Cidade",
- "country": "País/Região",
+ "country": "País\/Região",
"province": "Província",
"zip": "CEP",
"phone": "Telefone",
diff --git a/locales/pt-BR.schema.json b/locales/pt-BR.schema.json
index 36ffb9aeb2a..4cc92bce93c 100644
--- a/locales/pt-BR.schema.json
+++ b/locales/pt-BR.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -56,40 +56,40 @@
"name": "Redes sociais",
"settings": {
"social_twitter_link": {
- "label": "X/Twitter",
- "info": "https://x.com/shopify"
+ "label": "X\/Twitter",
+ "info": "https:\/\/x.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"
@@ -222,7 +222,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"
@@ -484,7 +484,7 @@
},
"header__1": {
"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)."
},
"header__2": {
"content": "Comunicados"
@@ -493,15 +493,15 @@
"label": "Mostrar ícones no desktop"
},
"header__3": {
- "content": "Seletor de país/região",
- "info": "Adicione um país/uma região às [configurações de mercado.](/admin/settings/markets)"
+ "content": "Seletor de país\/região",
+ "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__4": {
"content": "Seletor de idioma",
- "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"
@@ -591,7 +591,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)",
"default": "Descreva o vídeo"
}
}
@@ -619,7 +619,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"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Código Liquid",
- "info": "Adicione snippets de app ou outros códigos do Liquid para criar personalizações avançadas. [Saiba mais](https://shopify.dev/docs/api/liquid)"
+ "info": "Adicione snippets de app ou outros códigos do Liquid para criar personalizações avançadas. [Saiba mais](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -698,7 +698,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": {
@@ -754,7 +754,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",
@@ -844,7 +844,7 @@
},
"subtext": {
"label": "Subtexto",
- "default": " Compartilhe informações de contato, detalhes da loja e conteúdo de marca com clientes. Compartilhe informações de contato, detalhes da loja e conteúdo de marca com clientes.<\/p>"
}
}
},
@@ -852,14 +852,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)."
}
}
}
@@ -874,29 +874,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"
@@ -912,14 +912,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": "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)"
+ "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\""
@@ -979,7 +979,7 @@
}
},
"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",
@@ -997,19 +997,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Login de contas de cliente",
- "info": "Para gerenciar as contas de cliente, acesse as [configurações relacionadas](/admin/settings/customer_accounts)."
+ "info": "Para gerenciar as contas de cliente, acesse as [configurações relacionadas](\/admin\/settings\/customer_accounts)."
},
"enable_customer_avatar": {
"label": "Mostrar avatar",
@@ -1062,7 +1062,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"
}
@@ -1293,7 +1293,7 @@
"settings": {
"text": {
"label": "Conteúdo",
- "default": " Combine um texto com uma imagem para destacar o produto, a coleção ou o post do blog escolhido. Adicione informações sobre disponibilidade, estilo ou até mesmo uma avaliação. Combine um texto com uma imagem para destacar o produto, a coleção ou o post do blog escolhido. Adicione informações sobre disponibilidade, estilo ou até mesmo uma avaliação.<\/p>"
},
"text_style": {
"label": "Estilo de texto",
@@ -1377,7 +1377,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)"
}
}
},
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1495,7 +1495,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"
@@ -1526,11 +1526,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)"
},
"columns_desktop": {
"label": "Número de colunas no desktop"
@@ -1610,7 +1610,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"
@@ -1692,7 +1692,7 @@
},
"swatch_shape": {
"label": "Amostra",
- "info": "Habilite [amostras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nas opções de produtos.",
+ "info": "Habilite [amostras](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) nas opções de produtos.",
"options__1": {
"label": "Círculo"
},
@@ -1710,11 +1710,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 cartões-presente",
- "info": "Permita que os compradores enviem cartões-presente com uma mensagem pessoal em uma data programada. [Saiba mais](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Permita que os compradores enviem cartões-presente com uma mensagem pessoal em uma data programada. [Saiba mais](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
}
},
@@ -1728,10 +1728,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",
@@ -1906,7 +1906,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)"
}
}
},
@@ -1914,7 +1914,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",
@@ -2051,7 +2051,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"
@@ -2176,7 +2176,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"
@@ -2286,7 +2286,7 @@
},
"text": {
"label": "Descrição",
- "default": " Combine um texto com uma imagem para destacar o produto, a coleção ou o post do blog escolhido. Adicione informações sobre disponibilidade, estilo ou até mesmo uma avaliação. Combine um texto com uma imagem para destacar o produto, a coleção ou o post do blog escolhido. Adicione informações sobre disponibilidade, estilo ou até mesmo uma avaliação.<\/p>"
},
"link_label": {
"label": "Etiqueta de link"
@@ -2308,7 +2308,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": {
@@ -2326,7 +2326,7 @@
"settings": {
"paragraph": {
"label": "Descrição",
- "default": " Seja a primeira pessoa a saber sobre novas coleções e ofertas exclusivas. Seja a primeira pessoa a saber sobre novas coleções e ofertas exclusivas.<\/p>"
}
}
},
@@ -2396,7 +2396,7 @@
"settings": {
"text": {
"label": "Descrição",
- "default": " Compartilhe informações sobre a marca com clientes. Descreva um produto, faça comunicados ou dê as boas-vindas aos clientes na loja. Compartilhe informações sobre a marca com clientes. Descreva um produto, faça comunicados ou dê as boas-vindas aos clientes na loja.<\/p>"
}
}
},
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Amostra",
- "info": "Habilite [amostras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nas opções de produtos.",
+ "info": "Habilite [amostras](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) nas opções de produtos.",
"options__1": {
"label": "Círculo"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Descrição",
- "default": " Seja a primeira pessoa a saber quando lançarmos. Seja a primeira pessoa a saber quando lançarmos.<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,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)",
"default": "Talvez você também goste de"
},
"header__2": {
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Texto",
- "default": " Combine um texto com uma imagem para destacar o produto, a coleção ou o post do blog escolhido. Adicione informações sobre disponibilidade, estilo ou até mesmo uma avaliação. Combine um texto com uma imagem para destacar o produto, a coleção ou o post do blog escolhido. Adicione informações sobre disponibilidade, estilo ou até mesmo uma avaliação.<\/p>"
},
"button_label": {
"label": "Etiqueta de botão",
diff --git a/locales/pt-PT.json b/locales/pt-PT.json
index e0d23b6a990..47c054e175e 100644
--- a/locales/pt-PT.json
+++ b/locales/pt-PT.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "A sua palavra-passe",
"login_form_error": "Palavra-passe errada!",
"login_form_submit": "Entrar",
- "admin_link_html": "É o proprietário da loja? Inicie a sessão aqui",
+ "admin_link_html": "É o proprietário da loja? Inicie a sessão aqui<\/a>",
"powered_by_shopify_html": "Esta loja irá contar com tecnologia {{ shopify }}"
},
"social": {
@@ -119,7 +119,7 @@
"minimum_of": "Mínimo de {{ quantity }}",
"maximum_of": "Máximo de {{ quantity }}",
"multiples_of": "Incrementos de {{ quantity }}",
- "in_cart_html": "{{ quantity }} no carrinho",
+ "in_cart_html": "{{ quantity }}<\/span> no carrinho",
"note": "Ver regras de quantidade",
"min_of": "Mín. de {{ quantity }}",
"max_of": "Máx. de {{ quantity }}"
@@ -141,8 +141,8 @@
"view_store_info": "Ver informações da loja",
"check_other_stores": "Verificar a disponibilidade noutras lojas",
"pick_up_available": "Recolha disponível",
- "pick_up_available_at_html": "Recolha disponível em {{ location_name }}",
- "pick_up_unavailable_at_html": "Recolha atualmente indisponível em {{ location_name }}",
+ "pick_up_available_at_html": "Recolha disponível em {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Recolha atualmente indisponível em {{ location_name }}<\/span>",
"unavailable": "Não foi possível carregar a disponibilidade de recolha",
"refresh": "Atualizar"
},
@@ -157,7 +157,7 @@
"image_available": "A imagem {{ index }} está agora disponível na vista de galeria"
},
"view_full_details": "Ver detalhes completos",
- "shipping_policy_html": "Envio calculado na finalização da compra.",
+ "shipping_policy_html": "Envio<\/a> calculado na finalização da compra.",
"choose_options": "Escolher opções",
"choose_product_options": "Escolha opções para {{ product_name }}",
"value_unavailable": "{{ option_value }} - Indisponível",
@@ -173,7 +173,7 @@
"title": "Preços por volume",
"note": "Preços por volume disponível",
"minimum": "{{ quantity }} ou mais",
- "price_at_each": "a {{ price }}/ea",
+ "price_at_each": "a {{ price }}\/ea",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"taxes_included": "Impostos incluídos.",
@@ -302,17 +302,17 @@
"update": "Atualizar",
"login": {
"title": "Tem uma conta?",
- "paragraph_html": "Inicie sessão para finalizar a compra mais rápido."
+ "paragraph_html": "Inicie sessão<\/a> para finalizar a compra mais rápido."
},
"estimated_total": "Total estimado",
"new_estimated_total": "Novo total estimado",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Encargos e impostos incluídos. Descontos e envio calculados na finalização da compra.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Encargos e impostos incluídos. Descontos e envio<\/a> calculados na finalização da compra.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Encargos e impostos incluídos. Descontos e envio calculados na finalização da compra.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Impostos incluídos. Descontos e envio calculados na finalização da compra.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Impostos incluídos. Descontos e envio<\/a> calculados na finalização da compra.",
"taxes_included_shipping_at_checkout_without_policy": "Impostos incluídos. Descontos e envio calculados na finalização da compra.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Encargos incluídos. Impostos, descontos e envio calculados na finalização da compra.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Encargos incluídos. Impostos, descontos e envio<\/a> calculados na finalização da compra.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Encargos incluídos. Impostos, descontos e envio calculados na finalização da compra.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Impostos, descontos e envio calculados na finalização da compra.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Impostos, descontos e envio<\/a> calculados na finalização da compra.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Impostos, descontos e envio calculados na finalização da compra."
},
"footer": {
@@ -333,7 +333,7 @@
"collection_template": {
"title": "Coleção",
"empty": "Nenhum produto encontrado",
- "use_fewer_filters_html": "Utilizar menos filtros ou remover tudo"
+ "use_fewer_filters_html": "Utilizar menos filtros ou remover tudo<\/a>"
},
"video": {
"load_video": "Carregar vídeo: {{ description }}"
@@ -360,7 +360,7 @@
"quick_order_list": {
"product_total": "Subtotal dos produtos",
"view_cart": "Ver carrinho",
- "each": "{{ money }}/cada",
+ "each": "{{ money }}\/cada",
"product": "Produto",
"variant": "Variante",
"variant_total": "Variante total",
@@ -386,13 +386,13 @@
}
},
"localization": {
- "country_label": "País/região",
+ "country_label": "País\/região",
"language_label": "Idioma",
"update_language": "Atualizar idioma",
- "update_country": "Atualizar país/região",
+ "update_country": "Atualizar país\/região",
"search": "Pesquisar",
- "popular_countries_regions": "Países/regiões populares",
- "country_results_count": "{{ count }} países/regiões encontrados"
+ "popular_countries_regions": "Países\/regiões populares",
+ "country_results_count": "{{ count }} países\/regiões encontrados"
},
"customer": {
"account": {
@@ -421,7 +421,7 @@
"address1": "Endereço1",
"address2": "Endereço 2",
"city": "Localidade",
- "country": "País/região",
+ "country": "País\/região",
"province": "Província",
"zip": "Código postal",
"phone": "Telefone",
diff --git a/locales/pt-PT.schema.json b/locales/pt-PT.schema.json
index 4d349092b1c..9202bb38a2b 100644
--- a/locales/pt-PT.schema.json
+++ b/locales/pt-PT.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -56,40 +56,40 @@
"name": "Redes sociais",
"settings": {
"social_twitter_link": {
- "label": "X / Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ Twitter",
+ "info": "https:\/\/x.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"
@@ -222,7 +222,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"
@@ -356,7 +356,7 @@
},
"animations_hover_elements": {
"options__1": {
- "label": "Nenhum(a)"
+ "label": "Nenhum"
},
"options__2": {
"label": "Elevação vertical"
@@ -432,7 +432,7 @@
"content": "Animações",
"image_behavior": {
"options__1": {
- "label": "Nenhum(a)"
+ "label": "Nenhum"
},
"options__2": {
"label": "Movimento de ambiente"
@@ -484,7 +484,7 @@
},
"header__1": {
"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)."
},
"header__2": {
"content": "Comunicados"
@@ -493,15 +493,15 @@
"label": "Mostrar ícones no computador"
},
"header__3": {
- "content": "Seletor de país/região",
- "info": "Para adicionar um país/região, aceda a [definições de mercado.](/admin/settings/markets)"
+ "content": "Seletor de país\/região",
+ "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__4": {
"content": "Seletor de idioma",
- "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"
@@ -590,7 +590,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)",
"default": "Descrever o vídeo"
}
},
@@ -619,7 +619,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"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Código Liquid",
- "info": "Adicione fragmentos de aplicação ou outro código para criar personalizações avançadas. [Saber mais](https://shopify.dev/docs/api/liquid)"
+ "info": "Adicione fragmentos de aplicação ou outro código para criar personalizações avançadas. [Saber mais](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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"
@@ -754,7 +754,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",
@@ -843,7 +843,7 @@
},
"subtext": {
"label": "Subtexto",
- "default": " Partilhe informações de contacto, detalhes da loja e conteúdo de marca com os seus clientes. Partilhe informações de contacto, detalhes da loja e conteúdo de marca com os seus clientes.<\/p>"
}
},
"name": "Texto"
@@ -852,14 +852,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)."
}
}
}
@@ -873,30 +873,30 @@
"default": "Subscreva os nossos e-mails"
},
"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"
@@ -912,14 +912,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": "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)"
+ "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"
@@ -979,12 +979,12 @@
}
},
"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",
"options__1": {
- "label": "Nenhum(a)"
+ "label": "Nenhum"
},
"options__2": {
"label": "Ao rodar a roda do rato"
@@ -997,19 +997,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Início de sessão de contas de cliente",
- "info": "Para gerir contas de cliente, aceda às suas [definições de contas de cliente](/admin/settings/customer_accounts)."
+ "info": "Para gerir contas de cliente, aceda às suas [definições de contas de cliente](\/admin\/settings\/customer_accounts)."
},
"enable_customer_avatar": {
"label": "Mostrar avatar",
@@ -1062,7 +1062,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"
}
@@ -1292,7 +1292,7 @@
"settings": {
"text": {
"label": "Conteúdo",
- "default": " Emparelhe texto com uma imagem para destacar o produto, a coleção ou a publicação no blogue escolhido. Adicione informações sobre disponibilidade, estilo ou até mesmo uma avaliação. Emparelhe texto com uma imagem para destacar o produto, a coleção ou a publicação no blogue escolhido. Adicione informações sobre disponibilidade, estilo ou até mesmo uma avaliação.<\/p>"
},
"text_style": {
"label": "Estilo de texto",
@@ -1373,7 +1373,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"
}
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1516,11 +1516,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"
@@ -1530,7 +1530,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)"
},
"columns_desktop": {
"label": "Número de colunas no ambiente de trabalho"
@@ -1564,7 +1564,7 @@
"label": "Adição rápida",
"info": "A opção Em massa é otimizada para itens comprados em maiores quantidades.",
"options": {
- "option_1": "Nenhum(a)",
+ "option_1": "Nenhum",
"option_2": "Padrão",
"option_3": "Em massa"
}
@@ -1610,7 +1610,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"
@@ -1684,7 +1684,7 @@
},
"swatch_shape": {
"label": "Paleta",
- "info": "Ative [paletas](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nas opções de produto.",
+ "info": "Ative [paletas](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) nas opções de produto.",
"options__1": {
"label": "Círculo"
},
@@ -1692,7 +1692,7 @@
"label": "Quadrado"
},
"options__3": {
- "label": "Nenhum(a)"
+ "label": "Nenhum"
}
}
}
@@ -1701,11 +1701,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 cartões de oferta",
- "info": "Permite aos compradores enviar cartões de oferta numa data agendada juntamente com uma mensagem pessoal. [Saber mais](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Permite aos compradores enviar cartões de oferta numa data agendada juntamente 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"
@@ -1713,10 +1713,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",
@@ -1741,7 +1741,7 @@
"icon": {
"label": "Ícone",
"options__1": {
- "label": "Nenhum(a)"
+ "label": "Nenhum"
},
"options__2": {
"label": "Maçã"
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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",
@@ -2052,7 +2052,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"
@@ -2176,7 +2176,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"
@@ -2241,7 +2241,7 @@
"background_style": {
"label": "Fundo secundário",
"options__1": {
- "label": "Nenhum(a)"
+ "label": "Nenhum"
},
"options__2": {
"label": "Mostrar como fundo da coluna"
@@ -2285,7 +2285,7 @@
},
"text": {
"label": "Descrição",
- "default": " Emparelhe texto com uma imagem para destacar o produto, a coleção ou a publicação no blogue escolhido. Adicione informações sobre disponibilidade, estilo ou até mesmo uma avaliação. Emparelhe texto com uma imagem para destacar o produto, a coleção ou a publicação no blogue escolhido. Adicione informações sobre disponibilidade, estilo ou até mesmo uma avaliação.<\/p>"
},
"link_label": {
"label": "Etiqueta de ligação"
@@ -2308,7 +2308,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": {
@@ -2325,7 +2325,7 @@
"settings": {
"paragraph": {
"label": "Descrição",
- "default": " Seja a primeira pessoa a saber sobre novas coleções e ofertas exclusivas. Seja a primeira pessoa a saber sobre novas coleções e ofertas exclusivas.<\/p>"
}
},
"name": "Subtítulo"
@@ -2395,7 +2395,7 @@
"settings": {
"text": {
"label": "Descrição",
- "default": " Partilhe informações sobre a sua marca com os clientes. Descreva um produto, faça comunicados ou dê as boas-vindas aos clientes na loja. Partilhe informações sobre a sua marca com os clientes. Descreva um produto, faça comunicados ou dê as boas-vindas aos clientes na loja.<\/p>"
}
},
"name": "Texto"
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Paleta",
- "info": "Ative [paletas](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nas opções de produto.",
+ "info": "Ative [paletas](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) nas opções de produto.",
"options__1": {
"label": "Círculo"
},
@@ -2575,7 +2575,7 @@
"label": "Quadrado"
},
"options__3": {
- "label": "Nenhum(a)"
+ "label": "Nenhum"
}
}
}
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Descrição",
- "default": " Seja a primeira pessoa a saber quando é o lançamento. Seja a primeira pessoa a saber quando é o lançamento.<\/p>"
},
"text_style": {
"options__1": {
@@ -3040,7 +3040,7 @@
"icon": {
"label": "Ícone",
"options__1": {
- "label": "Nenhum(a)"
+ "label": "Nenhum"
},
"options__2": {
"label": "Maçã"
@@ -3216,7 +3216,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)",
"default": "Também poderá gostar de"
},
"header__2": {
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Texto",
- "default": " Emparelhe texto com uma imagem para destacar o produto, a coleção ou a publicação no blogue escolhido. Adicione informações sobre disponibilidade, estilo ou até mesmo uma avaliação. Emparelhe texto com uma imagem para destacar o produto, a coleção ou a publicação no blogue escolhido. Adicione informações sobre disponibilidade, estilo ou até mesmo uma avaliação.<\/p>"
},
"button_label": {
"label": "Etiqueta do botão",
diff --git a/locales/ro.json b/locales/ro.json
index 0a1255cee6d..d3344fc512e 100644
--- a/locales/ro.json
+++ b/locales/ro.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Parola dvs.",
"login_form_error": "Parolă incorectă!",
"login_form_submit": "Accesați",
- "admin_link_html": "Sunteți proprietarul magazinului? Conectați-vă aici",
+ "admin_link_html": "Sunteți proprietarul magazinului? Conectați-vă aici<\/a>",
"powered_by_shopify_html": "Acest magazin va fi pe platforma {{ shopify }}"
},
"social": {
@@ -126,7 +126,7 @@
"minimum_of": "Minimum {{ quantity }}",
"maximum_of": "Maximum {{ quantity }}",
"multiples_of": "Incrementuri de {{ quantity }}",
- "in_cart_html": "{{ quantity }} în coș",
+ "in_cart_html": "{{ quantity }}<\/span> în coș",
"note": "Vezi regulile legate de cantitate",
"min_of": "Minimum {{ quantity }}",
"max_of": "Maximum {{ quantity }}"
@@ -141,8 +141,8 @@
"view_store_info": "Vizualizați informațiile despre magazin",
"check_other_stores": "Vizualizați disponibilitatea la alte magazine",
"pick_up_available": "Ridicare disponibilă",
- "pick_up_available_at_html": "Ridicare disponibilă la {{ location_name }}",
- "pick_up_unavailable_at_html": "Ridicare indisponibilă momentan la {{ location_name }}",
+ "pick_up_available_at_html": "Ridicare disponibilă la {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Ridicare indisponibilă momentan la {{ location_name }}<\/span>",
"unavailable": "Nu am putut încărca disponibilitatea pentru ridicare",
"refresh": "Reîmprospătați"
},
@@ -157,7 +157,7 @@
"image_available": "Imaginea {{ index }} este disponibilă acum în vizualizarea galeriei"
},
"view_full_details": "Vedeți detaliile complete",
- "shipping_policy_html": "Taxele de expediere sunt calculate la finalizarea comenzii.",
+ "shipping_policy_html": "Taxele de expediere<\/a> sunt calculate la finalizarea comenzii.",
"choose_options": "Alege opțiunile",
"choose_product_options": "Alege opțiunile pentru {{ product_name }}",
"value_unavailable": "{{ option_value }} – Indisponibil",
@@ -173,7 +173,7 @@
"title": "Stabilire preț per volum",
"note": "Stabilirea prețului per volum este disponibilă",
"minimum": "Peste {{ quantity }}",
- "price_at_each": "la {{ price }}/buc.",
+ "price_at_each": "la {{ price }}\/buc.",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"taxes_included": "Taxe incluse.",
@@ -302,17 +302,17 @@
},
"login": {
"title": "Ai un cont?",
- "paragraph_html": "Conectează-te pentru a finaliza comanda mai rapid."
+ "paragraph_html": "Conectează-te<\/a> pentru a finaliza comanda mai rapid."
},
"estimated_total": "Total estimat",
"new_estimated_total": "Noul total estimat",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Taxe și taxe vamale incluse. Reducerile și transportul sunt calculate la finalizarea comenzii.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Taxe și taxe vamale incluse. Reducerile și transportul<\/a> sunt calculate la finalizarea comenzii.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Taxe și taxe vamale incluse. Reducerile și transportul sunt calculate la finalizarea comenzii.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Taxe incluse. Reducerile și transportul sunt calculate la finalizarea comenzii.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Taxe incluse. Reducerile și transportul<\/a> sunt calculate la finalizarea comenzii.",
"taxes_included_shipping_at_checkout_without_policy": "Taxe incluse. Reducerile și transportul sunt calculate la finalizarea comenzii.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Taxe vamale incluse. Taxele, reducerile și transportul sunt calculate la finalizarea comenzii.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Taxe vamale incluse. Taxele, reducerile și transportul<\/a> sunt calculate la finalizarea comenzii.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Taxe vamale incluse. Taxele, reducerile și transportul sunt calculate la finalizarea comenzii.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Taxele, reducerile și transportul sunt calculate la finalizarea comenzii.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Taxele, reducerile și transportul<\/a> sunt calculate la finalizarea comenzii.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Taxele, reducerile și transportul sunt calculate la finalizarea comenzii."
},
"footer": {
@@ -333,7 +333,7 @@
"collection_template": {
"title": "Colecție",
"empty": "Nu s-au găsit produse",
- "use_fewer_filters_html": "Folosește mai puține filtre sau elimină-le pe toate"
+ "use_fewer_filters_html": "Folosește mai puține filtre sau elimină-le pe toate<\/a>"
},
"video": {
"load_video": "Încarcă clipul video: {{ description }}"
@@ -360,7 +360,7 @@
"quick_order_list": {
"product_total": "Subtotal produs",
"view_cart": "Vezi coșul",
- "each": "{{ money }}/buc.",
+ "each": "{{ money }}\/buc.",
"product": "Produs",
"variant": "Variantă",
"variant_total": "Total variantă",
@@ -386,13 +386,13 @@
}
},
"localization": {
- "country_label": "Țară/Regiune",
+ "country_label": "Țară\/Regiune",
"language_label": "Limbă",
"update_language": "Actualizați limba",
- "update_country": "Actualizați țara/regiunea",
+ "update_country": "Actualizați țara\/regiunea",
"search": "Caută",
- "popular_countries_regions": "Țări/regiuni populare",
- "country_results_count": "{{ count }} țări/regiuni găsite"
+ "popular_countries_regions": "Țări\/regiuni populare",
+ "country_results_count": "{{ count }} țări\/regiuni găsite"
},
"customer": {
"account": {
@@ -423,7 +423,7 @@
"address1": "Adresa 1",
"address2": "Adresa 2",
"city": "Localitate",
- "country": "Țară/Regiune",
+ "country": "Țară\/Regiune",
"province": "Provincie",
"zip": "Cod poștal",
"phone": "Număr de telefon",
diff --git a/locales/ru.json b/locales/ru.json
index faefbc2c0b9..8345b7e1b71 100644
--- a/locales/ru.json
+++ b/locales/ru.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Ваш пароль",
"login_form_error": "Неправильный пароль.",
"login_form_submit": "Ввести",
- "admin_link_html": "Вы владелец магазина? Войдите здесь",
+ "admin_link_html": "Вы владелец магазина? Войдите здесь<\/a>",
"powered_by_shopify_html": "Этот магазин работает на платформе {{ shopify }}"
},
"social": {
@@ -126,7 +126,7 @@
"minimum_of": "Минимум {{ quantity }}",
"maximum_of": "Максимум {{ quantity }}",
"multiples_of": "Прирост: {{ quantity }}",
- "in_cart_html": "В корзине: {{ quantity }}",
+ "in_cart_html": "В корзине: {{ quantity }}<\/span>",
"note": "Просмотреть правила количества позиций",
"min_of": "Мин. {{ quantity }}",
"max_of": "Макс. {{ quantity }}"
@@ -141,8 +141,8 @@
"view_store_info": "Сведения о магазине",
"check_other_stores": "Проверить наличие в других магазинах",
"pick_up_available": "Самовывоз доступен",
- "pick_up_available_at_html": "Самовывоз доступен: {{ location_name }}",
- "pick_up_unavailable_at_html": "Самовывоз сейчас недоступен: {{ location_name }}",
+ "pick_up_available_at_html": "Самовывоз доступен: {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Самовывоз сейчас недоступен: {{ location_name }}<\/span>",
"unavailable": "Не удалось загрузить сведения о доступности самовывоза",
"refresh": "Обновить"
},
@@ -157,7 +157,7 @@
"image_available": "Изображение {{ index }} доступно в средстве просмотра галереи"
},
"view_full_details": "Просмотреть всю информацию",
- "shipping_policy_html": "Стоимость доставки рассчитывается при оформлении заказа.",
+ "shipping_policy_html": "Стоимость доставки<\/a> рассчитывается при оформлении заказа.",
"choose_options": "Выберите варианты",
"choose_product_options": "Выберите варианты для {{ product_name }}",
"value_unavailable": "{{ option_value }} — Недоступно",
@@ -173,7 +173,7 @@
"title": "Оптовая цена",
"note": "Доступны оптовые цены",
"minimum": "{{ quantity }}+",
- "price_at_each": "{{ price }}/кажд.",
+ "price_at_each": "{{ price }}\/кажд.",
"price_range": "{{ minimum }} — {{ maximum }}"
},
"product_variants": "Варианты товара",
@@ -312,17 +312,17 @@
},
"login": {
"title": "Уже есть учетная запись?",
- "paragraph_html": "Войти, чтобы оформить заказ быстрее."
+ "paragraph_html": "Войти<\/a>, чтобы оформить заказ быстрее."
},
"estimated_total": "Ориентировочная общая сумма",
"new_estimated_total": "Новая ориентировочная общая сумма",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Пошлины и налоги включены. Скидки и стоимость доставки рассчитываются при оформлении заказа.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Пошлины и налоги включены. Скидки и стоимость доставки<\/a> рассчитываются при оформлении заказа.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Пошлины и налоги включены. Скидки и стоимость доставки рассчитываются при оформлении заказа.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Налоги включены. Скидки и стоимость доставки рассчитываются при оформлении заказа.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Налоги включены. Скидки и стоимость доставки<\/a> рассчитываются при оформлении заказа.",
"taxes_included_shipping_at_checkout_without_policy": "Налоги включены. Скидки и стоимость доставки рассчитываются при оформлении заказа.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Пошлины включены. Налоги, скидки и стоимость доставки рассчитываются при оформлении заказа.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Пошлины включены. Налоги, скидки и стоимость доставки<\/a> рассчитываются при оформлении заказа.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Пошлины включены. Налоги, скидки и стоимость доставки рассчитываются при оформлении заказа.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Налоги, скидки и стоимость доставки рассчитываются при оформлении заказа.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Налоги, скидки и стоимость доставки<\/a> рассчитываются при оформлении заказа.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Налоги, скидки и стоимость доставки рассчитываются при оформлении заказа."
},
"footer": {
@@ -343,7 +343,7 @@
"collection_template": {
"title": "Коллекция",
"empty": "Продукты не найдены",
- "use_fewer_filters_html": "Используйте меньше фильтров или удалите все"
+ "use_fewer_filters_html": "Используйте меньше фильтров или удалите все<\/a>"
},
"video": {
"load_video": "Загрузить видео: {{ description }}"
@@ -370,7 +370,7 @@
"quick_order_list": {
"product_total": "Промежуточный итог по товару",
"view_cart": "Просмотреть корзину",
- "each": "{{ money }}/кажд.",
+ "each": "{{ money }}\/кажд.",
"product": "Товар",
"variant": "Вариант",
"variant_total": "Всего вариантов",
@@ -398,13 +398,13 @@
}
},
"localization": {
- "country_label": "Страна/регион",
+ "country_label": "Страна\/регион",
"language_label": "Язык",
"update_language": "Изменить язык",
- "update_country": "Изменить данные о стране/регионе",
+ "update_country": "Изменить данные о стране\/регионе",
"search": "Поиск",
- "popular_countries_regions": "Популярные страны / регионы",
- "country_results_count": "Найдены страны / регионы: {{ count }}"
+ "popular_countries_regions": "Популярные страны \/ регионы",
+ "country_results_count": "Найдены страны \/ регионы: {{ count }}"
},
"customer": {
"account": {
@@ -435,7 +435,7 @@
"address1": "Адрес 1",
"address2": "Адрес 2",
"city": "Город",
- "country": "Страна/регион",
+ "country": "Страна\/регион",
"province": "Область",
"zip": "Почтовый индекс",
"phone": "Телефон",
diff --git a/locales/sk.json b/locales/sk.json
index 2a1636670c1..79daf2b6eb5 100644
--- a/locales/sk.json
+++ b/locales/sk.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Vaše heslo",
"login_form_error": "Nesprávne heslo!",
"login_form_submit": "Prejsť",
- "admin_link_html": "Ste vlastníkom obchodu? Prihláste sa tu",
+ "admin_link_html": "Ste vlastníkom obchodu? Prihláste sa tu<\/a>",
"powered_by_shopify_html": "Tento obchod bude používať technológiu {{ shopify }}"
},
"social": {
@@ -76,7 +76,7 @@
},
"skip_to_product_info": "Prejsť na informácie o produkte",
"total_reviews": "celkový počet recenzií",
- "star_reviews_info": "Počet hviezdičiek: {{ rating_value }}/{{ rating_max }}",
+ "star_reviews_info": "Počet hviezdičiek: {{ rating_value }}\/{{ rating_max }}",
"collapsible_content_title": "Obsah s možnosťou zbalenia",
"complementary_products": "Doplnkové produkty"
},
@@ -127,7 +127,7 @@
"minimum_of": "Minimálne {{ quantity }} ks",
"maximum_of": "Maximálne {{ quantity }} ks",
"multiples_of": "Prírastky po {{ quantity }}",
- "in_cart_html": "{{ quantity }} ks v košíku",
+ "in_cart_html": "{{ quantity }}<\/span> ks v košíku",
"note": "Zobrazenie pravidiel týkajúcich sa množstva",
"min_of": "Min. {{ quantity }}",
"max_of": "Max. {{ quantity }}"
@@ -142,8 +142,8 @@
"view_store_info": "Zobraziť informácie o obchode",
"check_other_stores": "Skontrolovať dostupnosť v iných obchodoch",
"pick_up_available": "K dispozícii na vyzdvihnutie",
- "pick_up_available_at_html": "K dispozícii na vyzdvihnutie na adrese {{ location_name }}",
- "pick_up_unavailable_at_html": "Aktuálne nedostupné na vyzdvihnutie na adrese {{ location_name }}",
+ "pick_up_available_at_html": "K dispozícii na vyzdvihnutie na adrese {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Aktuálne nedostupné na vyzdvihnutie na adrese {{ location_name }}<\/span>",
"unavailable": "Nepodarilo sa načítať dostupnosť na vyzdvihnutie",
"refresh": "Obnoviť"
},
@@ -158,7 +158,7 @@
"image_available": "Obrázok {{ index }} je teraz dostupný v zobrazení galérie"
},
"view_full_details": "Zobraziť všetky podrobnosti",
- "shipping_policy_html": "Doprava sa vypočíta pri platbe.",
+ "shipping_policy_html": "Doprava<\/a> sa vypočíta pri platbe.",
"choose_options": "Vybrať možnosti",
"choose_product_options": "Vyberte možnosti pre: {{ product_name }}",
"value_unavailable": "{{ option_value }} – nedostupné",
@@ -174,7 +174,7 @@
"title": "Objemové ceny",
"note": "Dostupné objemové ceny",
"minimum": "{{ quantity }}+",
- "price_at_each": "{{ price }}/kus",
+ "price_at_each": "{{ price }}\/kus",
"price_range": "{{ minimum }} – {{ maximum }}"
},
"taxes_included": "Vrátane daní.",
@@ -312,17 +312,17 @@
},
"login": {
"title": "Máte konto?",
- "paragraph_html": "Prihláste sa a prejdite pokladňou rýchlejšie."
+ "paragraph_html": "Prihláste sa<\/a> a prejdite pokladňou rýchlejšie."
},
"estimated_total": "Odhadovaná celková suma",
"new_estimated_total": "Nová odhadovaná celková suma",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Vrátane ciel a daní. Zľavy a doprava sa vypočítajú pri platbe.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Vrátane ciel a daní. Zľavy a doprava<\/a> sa vypočítajú pri platbe.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Vrátane ciel a daní. Zľavy a doprava sa vypočítajú pri platbe.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Vrátane daní. Zľavy a doprava sa vypočítajú pri platbe.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Vrátane daní. Zľavy a doprava<\/a> sa vypočítajú pri platbe.",
"taxes_included_shipping_at_checkout_without_policy": "Vrátane daní. Zľavy a doprava sa vypočítajú pri platbe.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Vrátane ciel. Dane, zľavy a doprava sa vypočítajú pri platbe.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Vrátane ciel. Dane, zľavy a doprava<\/a> sa vypočítajú pri platbe.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Vrátane ciel. Dane, zľavy a doprava sa vypočítajú pri platbe.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Dane, zľavy a doprava sa vypočítajú pri platbe.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Dane, zľavy a doprava<\/a> sa vypočítajú pri platbe.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Dane, zľavy a doprava sa vypočítajú pri platbe."
},
"footer": {
@@ -343,7 +343,7 @@
"collection_template": {
"title": "Kolekcia",
"empty": "Nenašli sa žiadne produkty",
- "use_fewer_filters_html": "Použite menej filtrov alebo všetky odstráňte"
+ "use_fewer_filters_html": "Použite menej filtrov alebo všetky odstráňte<\/a>"
},
"video": {
"load_video": "Načítať video: {{ description }}"
@@ -370,7 +370,7 @@
"quick_order_list": {
"product_total": "Medzisúčet produktov",
"view_cart": "Zobraziť košík",
- "each": "{{ money }}/kus",
+ "each": "{{ money }}\/kus",
"product": "Produkt",
"variant": "Variant",
"variant_total": "Celková suma variantov",
@@ -398,13 +398,13 @@
}
},
"localization": {
- "country_label": "Krajina/oblasť",
+ "country_label": "Krajina\/oblasť",
"language_label": "Jazyk",
"update_language": "Aktualizovať jazyk",
- "update_country": "Aktualizovať krajinu/oblasť",
+ "update_country": "Aktualizovať krajinu\/oblasť",
"search": "Vyhľadať",
- "popular_countries_regions": "Obľúbené krajiny/oblasti",
- "country_results_count": "Našiel sa tento počet krajín/oblastí: {{ count }}"
+ "popular_countries_regions": "Obľúbené krajiny\/oblasti",
+ "country_results_count": "Našiel sa tento počet krajín\/oblastí: {{ count }}"
},
"customer": {
"account": {
@@ -435,7 +435,7 @@
"address1": "Adresa 1",
"address2": "Adresa 2",
"city": "Mesto",
- "country": "Krajina/oblasť",
+ "country": "Krajina\/oblasť",
"province": "Provincia",
"zip": "Poštové smerovacie číslo",
"phone": "Telefón",
diff --git a/locales/sl.json b/locales/sl.json
index c6a1d559c4d..575fa3a91ca 100644
--- a/locales/sl.json
+++ b/locales/sl.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Vaše geslo",
"login_form_error": "Geslo ni pravilno!",
"login_form_submit": "Vstop",
- "admin_link_html": "Ali ste lastnik te trgovine? Prijavite se tukaj",
+ "admin_link_html": "Ali ste lastnik te trgovine? Prijavite se tukaj<\/a>",
"powered_by_shopify_html": "To trgovino bo omogočala platforma {{ shopify }}"
},
"social": {
@@ -127,7 +127,7 @@
"minimum_of": "Najmanj od {{ quantity }}",
"maximum_of": "Največ od {{ quantity }}",
"multiples_of": "V korakih po {{ quantity }}",
- "in_cart_html": "{{ quantity }} v košarici",
+ "in_cart_html": "{{ quantity }}<\/span> v košarici",
"note": "Prikaži pravila glede količine",
"min_of": "Najmanj {{ quantity }}",
"max_of": "Največ {{ quantity }}"
@@ -142,8 +142,8 @@
"view_store_info": "Prikaži podatke o trgovini",
"check_other_stores": "Preveri razpoložljivost v drugih trgovinah",
"pick_up_available": "Na voljo je osebni prevzem",
- "pick_up_available_at_html": "Prevzem je mogoč na prevzemnem mestu {{ location_name }}",
- "pick_up_unavailable_at_html": "Na prevzemnem mestu {{ location_name }} osebni prevzem trenutno ni mogoč",
+ "pick_up_available_at_html": "Prevzem je mogoč na prevzemnem mestu {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Na prevzemnem mestu {{ location_name }}<\/span> osebni prevzem trenutno ni mogoč",
"unavailable": "Podatka o razpoložljivosti osebnega prevzema ni mogoče naložiti",
"refresh": "Osveži"
},
@@ -158,7 +158,7 @@
"image_available": "Slika {{ index }} je zdaj na voljo v pogledu galerije"
},
"view_full_details": "Prikaži vse podrobnosti",
- "shipping_policy_html": "Dostava se obračuna ob zaključku nakupa.",
+ "shipping_policy_html": "Dostava<\/a> se obračuna ob zaključku nakupa.",
"choose_options": "Izberite možnosti",
"choose_product_options": "Izberite možnosti za izdelek {{ product_name }}",
"value_unavailable": "{{ option_value }} – ni na voljo",
@@ -174,7 +174,7 @@
"title": "Količinski popust",
"note": "Na voljo je količinski popust",
"minimum": "{{ quantity }} in več",
- "price_at_each": "po ceni {{ price }}/kos",
+ "price_at_each": "po ceni {{ price }}\/kos",
"price_range": "{{ minimum }}–{{ maximum }}"
},
"taxes_included": "Davki vključeni.",
@@ -312,17 +312,17 @@
},
"login": {
"title": "Ali imate račun?",
- "paragraph_html": "Za hitrejši zaključek nakupa se prijavite."
+ "paragraph_html": "Za hitrejši zaključek nakupa se prijavite<\/a>."
},
"estimated_total": "Predvideni skupni znesek",
"new_estimated_total": "Nov predvideni skupni znesek",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Dajatve in davki vključeni. Popusti in strošek dostave se obračunajo ob zaključku nakupa.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Dajatve in davki vključeni. Popusti in strošek dostave<\/a> se obračunajo ob zaključku nakupa.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Dajatve in davki vključeni. Popusti in strošek dostave se obračunajo ob zaključku nakupa.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Davki vključeni. Popusti in strošek dostave se obračunajo ob zaključku nakupa.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Davki vključeni. Popusti in strošek dostave<\/a> se obračunajo ob zaključku nakupa.",
"taxes_included_shipping_at_checkout_without_policy": "Davki vključeni. Popusti in strošek dostave se obračunajo ob zaključku nakupa.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Dajatve vključene. Davki, popusti in strošek dostave se obračunajo ob zaključku nakupa.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Dajatve vključene. Davki, popusti in strošek dostave<\/a> se obračunajo ob zaključku nakupa.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Dajatve vključene. Davki, popusti in strošek dostave se obračunajo ob zaključku nakupa.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Davki, popusti in strošek dostave se obračunajo ob zaključku nakupa.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Davki, popusti in strošek dostave<\/a> se obračunajo ob zaključku nakupa.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Davki, popusti in strošek dostave se obračunajo ob zaključku nakupa."
},
"footer": {
@@ -343,7 +343,7 @@
"collection_template": {
"title": "Zbirka",
"empty": "Ni najdenih izdelkov",
- "use_fewer_filters_html": "Uporabite manj filtrov ali odstranite vse"
+ "use_fewer_filters_html": "Uporabite manj filtrov ali odstranite vse<\/a>"
},
"video": {
"load_video": "Naloži videoposnetek: {{ description }}"
@@ -370,7 +370,7 @@
"quick_order_list": {
"product_total": "Vmesna vsota",
"view_cart": "Prikaži košarico",
- "each": "{{ money }}/kos",
+ "each": "{{ money }}\/kos",
"product": "Izdelek",
"variant": "Različica",
"variant_total": "Skupaj različice",
@@ -398,13 +398,13 @@
}
},
"localization": {
- "country_label": "Država/regija",
+ "country_label": "Država\/regija",
"language_label": "Jezik",
"update_language": "Posodobi jezik",
- "update_country": "Posodobi državo/regijo",
+ "update_country": "Posodobi državo\/regijo",
"search": "Išči",
- "popular_countries_regions": "Priljubljene države/regije",
- "country_results_count": "Najdene države/regije: {{ count }}"
+ "popular_countries_regions": "Priljubljene države\/regije",
+ "country_results_count": "Najdene države\/regije: {{ count }}"
},
"customer": {
"account": {
@@ -435,7 +435,7 @@
"address1": "Naslov 1",
"address2": "Naslov 2",
"city": "Kraj",
- "country": "Država/regija",
+ "country": "Država\/regija",
"province": "Provinca",
"zip": "Poštna številka",
"phone": "Telefonska številka",
diff --git a/locales/sv.json b/locales/sv.json
index eba6980223e..c98e5f5637e 100644
--- a/locales/sv.json
+++ b/locales/sv.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Ditt lösenord",
"login_form_error": "Fel lösenord!",
"login_form_submit": "Ange",
- "admin_link_html": "Är du butiksägare? Logga in här",
+ "admin_link_html": "Är du butiksägare? Logga in här<\/a>",
"powered_by_shopify_html": "Denna butik kommer drivas av {{ shopify }}"
},
"social": {
@@ -117,7 +117,7 @@
"minimum_of": "Minimum på {{ quantity }}",
"maximum_of": "Maximum på {{ quantity }}",
"multiples_of": "Ökningar i steg om {{ quantity }}",
- "in_cart_html": "{{ quantity }} i varukorg",
+ "in_cart_html": "{{ quantity }}<\/span> i varukorg",
"note": "Visa kvantitetsregler",
"min_of": "Min. {{ quantity }}",
"max_of": "Max. {{ quantity }}"
@@ -139,8 +139,8 @@
"view_store_info": "Visa butiksinformation",
"check_other_stores": "Kontrollerar tillgänglighet i andra butiker",
"pick_up_available": "Hämtning tillgänglig",
- "pick_up_available_at_html": "Hämtning tillgänglig på {{ location_name }}",
- "pick_up_unavailable_at_html": "Det går för närvarande inte att få hämtning på {{ location_name }}",
+ "pick_up_available_at_html": "Hämtning tillgänglig på {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Det går för närvarande inte att få hämtning på {{ location_name }}<\/span>",
"unavailable": "Det gick inte att ladda hämtningstillgänglighet",
"refresh": "Uppdatera"
},
@@ -155,7 +155,7 @@
"image_available": "Bilden {{ index }} är nu tillgänglig i gallerivisning"
},
"view_full_details": "Visa alla uppgifter",
- "shipping_policy_html": "Frakt beräknas i kassan.",
+ "shipping_policy_html": "Frakt<\/a> beräknas i kassan.",
"choose_options": "Välj alternativ",
"choose_product_options": "Välj alternativ för {{ product_name }}",
"value_unavailable": "{{ option_value }} – inte tillgängligt",
@@ -171,7 +171,7 @@
"title": "Volymprissättning",
"note": "Volymprissättning är tillgängligt",
"minimum": "Fler än {{ quantity }}",
- "price_at_each": "för {{ price }}/styck",
+ "price_at_each": "för {{ price }}\/styck",
"price_range": "{{ minimum }}–{{ maximum }}"
},
"product_variants": "Produktvarianter",
@@ -292,17 +292,17 @@
"update": "Uppdatera",
"login": {
"title": "Har du ett konto?",
- "paragraph_html": "Logga in för att gå till kassan snabbare."
+ "paragraph_html": "Logga in<\/a> för att gå till kassan snabbare."
},
"estimated_total": "Beräknad totalsumma",
"new_estimated_total": "Nytt beräknat totalbelopp",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Tullavgifter och skatter ingår. Rabatter och fraktkostnad beräknas i kassan.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Tullavgifter och skatter ingår. Rabatter och fraktkostnad<\/a> beräknas i kassan.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Tullavgifter och skatter ingår. Rabatter och fraktkostnad beräknas i kassan.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Skatter ingår. Rabatter och fraktkostnad beräknas i kassan.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Skatter ingår. Rabatter och fraktkostnad<\/a> beräknas i kassan.",
"taxes_included_shipping_at_checkout_without_policy": "Skatter ingår. Rabatter och fraktkostnad beräknas i kassan.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Tullavgifter ingår. Skatter, rabatter och fraktkostnad beräknas i kassan.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Tullavgifter ingår. Skatter, rabatter och fraktkostnad<\/a> beräknas i kassan.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Tullavgifter ingår. Skatter, rabatter och fraktkostnad beräknas i kassan.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Skatter, rabatter och fraktkostnad beräknas i kassan.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Skatter, rabatter och fraktkostnad<\/a> beräknas i kassan.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Skatter, rabatter och fraktkostnad beräknas i kassan."
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "Produktserie",
"empty": "Inga produkter hittades",
- "use_fewer_filters_html": "Använd färre filter eller ta bort alla"
+ "use_fewer_filters_html": "Använd färre filter eller ta bort alla<\/a>"
},
"video": {
"load_video": "Ladda video: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "Delsumma för produkt",
"view_cart": "Visa varukorg",
- "each": "{{ money }}/st.",
+ "each": "{{ money }}\/st.",
"product": "Produkt",
"variant": "Variant",
"variant_total": "Totalbelopp för variant",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "Land/Region",
+ "country_label": "Land\/Region",
"language_label": "Språk",
"update_language": "Uppdatera språk",
- "update_country": "Uppdatera land/region",
+ "update_country": "Uppdatera land\/region",
"search": "Sök",
- "popular_countries_regions": "Populära länder/regioner",
- "country_results_count": "{{ count }} länder/regioner hittades"
+ "popular_countries_regions": "Populära länder\/regioner",
+ "country_results_count": "{{ count }} länder\/regioner hittades"
},
"customer": {
"account": {
@@ -409,7 +409,7 @@
"address1": "Adress 1",
"address2": "Adress 2",
"city": "Stad",
- "country": "Land/Region",
+ "country": "Land\/Region",
"province": "Provins",
"zip": "Postnummer",
"phone": "Telefon",
diff --git a/locales/sv.schema.json b/locales/sv.schema.json
index 2e29a743c0f..5216ef99a4b 100644
--- a/locales/sv.schema.json
+++ b/locales/sv.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -56,40 +56,40 @@
"name": "Sociala medier",
"settings": {
"social_twitter_link": {
- "label": "X / Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ Twitter",
+ "info": "https:\/\/x.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"
@@ -222,7 +222,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"
@@ -484,7 +484,7 @@
},
"header__1": {
"content": "Sociala medier-ikoner",
- "info": "Visa dina sociala medier-konton genom att länka dem i dina [tema-inställningar](/editor?context=theme&category=social%20media)."
+ "info": "Visa dina sociala medier-konton genom att länka dem i dina [tema-inställningar](\/editor?context=theme&category=social%20media)."
},
"header__2": {
"content": "Meddelanden"
@@ -493,15 +493,15 @@
"label": "Visa ikoner på skrivbordet"
},
"header__3": {
- "content": "Land-/regionväljare",
- "info": "Om du vill lägga till land/region så går du till [marknadsinställningar.](/admin/settings/markets)"
+ "content": "Land-\/regionväljare",
+ "info": "Om du vill lägga till land\/region så går du till [marknadsinställningar.](\/admin\/settings\/markets)"
},
"enable_country_selector": {
- "label": "Aktivera land/regionväljare"
+ "label": "Aktivera land\/regionväljare"
},
"header__4": {
"content": "Språkväljare",
- "info": "Om du vill lägga till ett språk så går du till [språkinställningar.](/admin/settings/languages)"
+ "info": "Om du vill lägga till ett språk så går du till [språkinställningar.](\/admin\/settings\/languages)"
},
"enable_language_selector": {
"label": "Aktivera språkväljare"
@@ -590,7 +590,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)",
"default": "Beskriv videon"
}
},
@@ -619,7 +619,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"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Liquid-kod",
- "info": "Lägg till appfragment eller annan kod för att skapa avancerade anpassningar. [Mer information](https://shopify.dev/docs/api/liquid)"
+ "info": "Lägg till appfragment eller annan kod för att skapa avancerade anpassningar. [Mer information](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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"
@@ -754,7 +754,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",
@@ -843,7 +843,7 @@
},
"subtext": {
"label": "Undertext",
- "default": " Dela kontaktinformation, butiksinformation och varumärkesinnehåll med dina kunder. Dela kontaktinformation, butiksinformation och varumärkesinnehåll med dina kunder.<\/p>"
}
},
"name": "Text"
@@ -852,14 +852,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)."
}
}
}
@@ -873,30 +873,30 @@
"default": "Prenumerera på e-post från oss"
},
"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"
@@ -912,14 +912,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": "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)"
+ "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"
@@ -979,7 +979,7 @@
}
},
"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",
@@ -997,19 +997,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Inloggning till kundkonton",
- "info": "Gå till [kundkontoinställningar](/admin/settings/customer_accounts) för att hantera kundkonton."
+ "info": "Gå till [kundkontoinställningar](\/admin\/settings\/customer_accounts) för att hantera kundkonton."
},
"enable_customer_avatar": {
"label": "Visa avatar",
@@ -1062,7 +1062,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"
}
@@ -1292,7 +1292,7 @@
"settings": {
"text": {
"label": "Innehåll",
- "default": " Para ihop text med en bild för att ge fokus åt vald produkt, produktserie eller blogginlägg. Lägg till information om tillgänglighet, stil eller tillhandahåll en recension. Para ihop text med en bild för att ge fokus åt vald produkt, produktserie eller blogginlägg. Lägg till information om tillgänglighet, stil eller tillhandahåll en recension.<\/p>"
},
"text_style": {
"label": "Textstil",
@@ -1373,7 +1373,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"
}
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1516,11 +1516,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"
@@ -1530,7 +1530,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)"
},
"columns_desktop": {
"label": "Antalet kolumner på skrivbordet"
@@ -1610,7 +1610,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"
@@ -1684,7 +1684,7 @@
},
"swatch_shape": {
"label": "Prov",
- "info": "Aktivera [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) på produktalternativ.",
+ "info": "Aktivera [swatches](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) på produktalternativ.",
"options__1": {
"label": "Cirkel"
},
@@ -1701,11 +1701,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 presentkort",
- "info": "Låter köpare skicka presentkort och ett personligt meddelande på ett planerat datum. [Mer information](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Låter köpare skicka presentkort och ett personligt meddelande på ett planerat datum. [Mer information](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
},
"name": "Köpknappar"
@@ -1713,10 +1713,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",
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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",
@@ -2052,7 +2052,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"
@@ -2176,7 +2176,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"
@@ -2285,7 +2285,7 @@
},
"text": {
"label": "Beskrivning",
- "default": " Para ihop text med en bild för att ge fokus åt vald produkt, produktserie eller blogginlägg. Lägg till information om tillgänglighet, stil eller tillhandahåll en recension. Para ihop text med en bild för att ge fokus åt vald produkt, produktserie eller blogginlägg. Lägg till information om tillgänglighet, stil eller tillhandahåll en recension.<\/p>"
},
"link_label": {
"label": "Länketikett"
@@ -2308,7 +2308,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": {
@@ -2325,7 +2325,7 @@
"settings": {
"paragraph": {
"label": "Beskrivning",
- "default": " Var först med att få veta om nya produktserier och exklusiva erbjudanden. Var först med att få veta om nya produktserier och exklusiva erbjudanden.<\/p>"
}
},
"name": "Underrubrik"
@@ -2395,7 +2395,7 @@
"settings": {
"text": {
"label": "Beskrivning",
- "default": " Dela information om ditt varumärke med dina kunder. Beskriv en produkt, gör tillkännagivanden eller välkomna kunder till din butik. Dela information om ditt varumärke med dina kunder. Beskriv en produkt, gör tillkännagivanden eller välkomna kunder till din butik.<\/p>"
}
},
"name": "Text"
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Prov",
- "info": "Aktivera [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) på produktalternativ.",
+ "info": "Aktivera [swatches](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) på produktalternativ.",
"options__1": {
"label": "Cirkel"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Beskrivning",
- "default": " Var först med att få veta när vi kör igång. Var först med att få veta när vi kör igång.<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,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)",
"default": "Du kanske också gillar"
},
"header__2": {
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Text",
- "default": " Para ihop text med en bild för att ge fokus åt vald produkt, produktserie eller blogginlägg. Lägg till information om tillgänglighet, stil eller tillhandahåll en recension. Para ihop text med en bild för att ge fokus åt vald produkt, produktserie eller blogginlägg. Lägg till information om tillgänglighet, stil eller tillhandahåll en recension.<\/p>"
},
"button_label": {
"label": "Knappetikett",
diff --git a/locales/th.json b/locales/th.json
index 54bb9861cd1..7c709e23f90 100644
--- a/locales/th.json
+++ b/locales/th.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "รหัสผ่านของคุณ",
"login_form_error": "รหัสผ่านผิดพลาด!",
"login_form_submit": "ป้อน",
- "admin_link_html": "คุณเป็นเจ้าของร้านใช่ไหม เข้าสู่ระบบที่นี่",
+ "admin_link_html": "คุณเป็นเจ้าของร้านใช่ไหม เข้าสู่ระบบที่นี่<\/a>",
"powered_by_shopify_html": "ร้านค้านี้จะได้รับการสนับสนุนจาก {{ shopify }}"
},
"social": {
@@ -117,7 +117,7 @@
"minimum_of": "จำนวนต่ำสุดของ {{ quantity }}",
"maximum_of": "จำนวนสูงสุดของ {{ quantity }}",
"multiples_of": "เพิ่มขึ้นได้ทีละ {{ quantity }}",
- "in_cart_html": "จำนวน {{ quantity }} ในตะกร้าสินค้า",
+ "in_cart_html": "จำนวน {{ quantity }}<\/span> ในตะกร้าสินค้า",
"note": "ดูกฎเกี่ยวกับจำนวน",
"min_of": "ต่ำสุด {{ quantity }} รายการ",
"max_of": "สูงสุด {{ quantity }} รายการ"
@@ -139,8 +139,8 @@
"view_store_info": "ดูข้อมูลร้านค้า",
"check_other_stores": "ตรวจสอบความพร้อมที่ร้านค้าอื่นๆ",
"pick_up_available": "การรับสินค้าด้วยตนเองพร้อมให้บริการ",
- "pick_up_available_at_html": "รับสินค้าด้วยตนเองได้ที่ {{ location_name }}",
- "pick_up_unavailable_at_html": "การรับสินค้าด้วยตนเองที่ {{ location_name }} ยังไม่พร้อมให้บริการในขณะนี้",
+ "pick_up_available_at_html": "รับสินค้าด้วยตนเองได้ที่ {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "การรับสินค้าด้วยตนเองที่ {{ location_name }}<\/span> ยังไม่พร้อมให้บริการในขณะนี้",
"unavailable": "ไม่สามารถโหลดความพร้อมในการรับสินค้าด้วยตนเองได้",
"refresh": "รีเฟรช"
},
@@ -155,7 +155,7 @@
"image_available": "รูปภาพ {{ index }} พร้อมใช้งานในมุมมองแกลเลอรี"
},
"view_full_details": "ดูรายละเอียดทั้งหมด",
- "shipping_policy_html": "ค่าจัดส่งที่คำนวณในขั้นตอนการชำระเงิน",
+ "shipping_policy_html": "ค่าจัดส่ง<\/a>ที่คำนวณในขั้นตอนการชำระเงิน",
"choose_options": "เลือกตัวเลือก",
"choose_product_options": "เลือกตัวเลือกสำหรับ {{ product_name }}",
"value_unavailable": "{{ option_value }} ไม่พร้อมจำหน่าย",
@@ -171,7 +171,7 @@
"title": "การกำหนดราคาตามปริมาณ",
"note": "การกำหนดราคาตามปริมาณพร้อมใช้งาน",
"minimum": "{{ quantity }}+",
- "price_at_each": "ที่ {{ price }}/หน่วย",
+ "price_at_each": "ที่ {{ price }}\/หน่วย",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"product_variants": "ตัวเลือกสินค้า",
@@ -292,17 +292,17 @@
"update": "อัปเดต",
"login": {
"title": "มีบัญชีผู้ใช้อยู่แล้วใช่หรือไม่",
- "paragraph_html": "เข้าสู่ระบบเพื่อชำระเงินให้รวดเร็วยิ่งขึ้น"
+ "paragraph_html": "เข้าสู่ระบบ<\/a>เพื่อชำระเงินให้รวดเร็วยิ่งขึ้น"
},
"estimated_total": "ยอดทั้งหมดโดยประมาณ",
"new_estimated_total": "ยอดรวมโดยประมาณใหม่",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "รวมภาษีและอากรแล้ว ระบบจะคำนวณส่วนลดและค่าจัดส่งในขั้นตอนการชำระเงิน",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "รวมภาษีและอากรแล้ว ระบบจะคำนวณส่วนลดและค่าจัดส่ง<\/a>ในขั้นตอนการชำระเงิน",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "รวมภาษีและอากรแล้ว ระบบจะคำนวณส่วนลดและค่าจัดส่งในขั้นตอนการชำระเงิน",
- "taxes_included_shipping_at_checkout_with_policy_html": "รวมภาษีแล้ว ระบบจะคำนวณส่วนลดและค่าจัดส่งในขั้นตอนการชำระเงิน",
+ "taxes_included_shipping_at_checkout_with_policy_html": "รวมภาษีแล้ว ระบบจะคำนวณส่วนลดและค่าจัดส่ง<\/a>ในขั้นตอนการชำระเงิน",
"taxes_included_shipping_at_checkout_without_policy": "รวมภาษีแล้ว ระบบจะคำนวณส่วนลดและค่าจัดส่งในขั้นตอนการชำระเงิน",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "รวมอากรแล้ว ระบบจะคำนวณภาษี ส่วนลด และค่าจัดส่งในขั้นตอนการชำระเงิน",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "รวมอากรแล้ว ระบบจะคำนวณภาษี ส่วนลด และค่าจัดส่ง<\/a>ในขั้นตอนการชำระเงิน",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "รวมอากรแล้ว ระบบจะคำนวณภาษี ส่วนลด และค่าจัดส่งในขั้นตอนการชำระเงิน",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "ระบบจะคำนวณภาษี ส่วนลด และค่าจัดส่งในขั้นตอนการชำระเงิน",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "ระบบจะคำนวณภาษี ส่วนลด และค่าจัดส่ง<\/a>ในขั้นตอนการชำระเงิน",
"taxes_at_checkout_shipping_at_checkout_without_policy": "ระบบจะคำนวณภาษี ส่วนลด และค่าจัดส่งในขั้นตอนการชำระเงิน"
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "คอลเลกชัน",
"empty": "ไม่พบสินค้า",
- "use_fewer_filters_html": "ใช้ตัวกรองให้น้อยลง หรือลบทั้งหมด"
+ "use_fewer_filters_html": "ใช้ตัวกรองให้น้อยลง หรือลบทั้งหมด<\/a>"
},
"video": {
"load_video": "โหลดวิดีโอ: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "ยอดรวมสินค้า",
"view_cart": "ดูตะกร้าสินค้า",
- "each": "{{ money }}/หน่วย",
+ "each": "{{ money }}\/หน่วย",
"product": "สินค้า",
"variant": "ตัวเลือกสินค้า",
"variant_total": "ยอดรวมของตัวเลือกสินค้า",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "ประเทศ/ภูมิภาค",
+ "country_label": "ประเทศ\/ภูมิภาค",
"language_label": "ภาษา",
"update_language": "อัปเดตภาษา",
- "update_country": "อัปเดตประเทศ/ภูมิภาค",
+ "update_country": "อัปเดตประเทศ\/ภูมิภาค",
"search": "ค้นหา",
- "popular_countries_regions": "ประเทศ/ภูมิภาคยอดนิยม",
- "country_results_count": "พบประเทศ/ภูมิภาค {{ count }} แห่ง"
+ "popular_countries_regions": "ประเทศ\/ภูมิภาคยอดนิยม",
+ "country_results_count": "พบประเทศ\/ภูมิภาค {{ count }} แห่ง"
},
"customer": {
"account": {
@@ -409,9 +409,9 @@
"address1": "ที่อยู่ 1",
"address2": "ที่อยู่ 2",
"city": "เมือง",
- "country": "ประเทศ/ภูมิภาค",
+ "country": "ประเทศ\/ภูมิภาค",
"province": "จังหวัด",
- "zip": "รหัสไปรษณีย์/ZIP",
+ "zip": "รหัสไปรษณีย์\/ZIP",
"phone": "โทรศัพท์",
"set_default": "ตั้งเป็นที่อยู่เริ่มต้น",
"add": "เพิ่มที่อยู่",
diff --git a/locales/th.schema.json b/locales/th.schema.json
index fd5e0bafee2..bd036381da7 100644
--- a/locales/th.schema.json
+++ b/locales/th.schema.json
@@ -32,7 +32,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": "หัวเรื่อง"
@@ -42,7 +42,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": "ขนาดแบบอักษร"
@@ -56,40 +56,40 @@
"name": "โซเชียลมีเดีย",
"settings": {
"social_twitter_link": {
- "label": "X/Twitter",
- "info": "https://x.com/shopify"
+ "label": "X\/Twitter",
+ "info": "https:\/\/x.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": "บัญชีผู้ใช้โซเชียลมีเดีย"
@@ -236,7 +236,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": "อินพุต"
@@ -484,7 +484,7 @@
},
"header__1": {
"content": "ไอคอนโซเชียลมีเดีย",
- "info": "หากต้องการแสดงบัญชีผู้ใช้โซเชียลมีเดียของคุณ ให้ลิงก์บัญชีไว้ใน[การตั้งค่าธีม](/editor?context=theme&category=social%20media)"
+ "info": "หากต้องการแสดงบัญชีผู้ใช้โซเชียลมีเดียของคุณ ให้ลิงก์บัญชีไว้ใน[การตั้งค่าธีม](\/editor?context=theme&category=social%20media)"
},
"header__2": {
"content": "ประกาศ"
@@ -493,15 +493,15 @@
"label": "แสดงไอคอนบนเดสก์ท็อป"
},
"header__3": {
- "content": "ตัวเลือกประเทศ/ภูมิภาค",
- "info": "หากต้องการเพิ่มประเทศ/ภูมิภาค ให้ไปที่ [การตั้งค่าตลาด](/admin/settings/markets)"
+ "content": "ตัวเลือกประเทศ\/ภูมิภาค",
+ "info": "หากต้องการเพิ่มประเทศ\/ภูมิภาค ให้ไปที่ [การตั้งค่าตลาด](\/admin\/settings\/markets)"
},
"enable_country_selector": {
- "label": "เปิดใช้ตัวเลือกประเทศ/ภูมิภาค"
+ "label": "เปิดใช้ตัวเลือกประเทศ\/ภูมิภาค"
},
"header__4": {
"content": "ตัวเลือกภาษา",
- "info": "หากต้องการเพิ่มภาษา ให้ไปที่ [การตั้งค่าภาษา](/admin/settings/languages)"
+ "info": "หากต้องการเพิ่มภาษา ให้ไปที่ [การตั้งค่าภาษา](\/admin\/settings\/languages)"
},
"enable_language_selector": {
"label": "เปิดใช้ตัวเลือกภาษา"
@@ -590,7 +590,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)",
"default": "อธิบายวิดีโอ"
}
},
@@ -619,7 +619,7 @@
"options__3": {
"label": "สี่เหลี่ยมจัตุรัส"
},
- "info": "เพิ่มรูปภาพโดยการแก้ไขคอลเลกชันของคุณ [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/products/collections)"
+ "info": "เพิ่มรูปภาพโดยการแก้ไขคอลเลกชันของคุณ [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/products\/collections)"
},
"swipe_on_mobile": {
"label": "เปิดใช้งานการรูดบนมือถือ"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "โค้ด Liquid",
- "info": "เพิ่มส่วนย่อยของแอปหรือโค้ดอื่นๆ เพื่อสร้างการปรับแต่งขั้นสูง [ดูข้อมูลเพิ่มเติม](https://shopify.dev/docs/api/liquid)"
+ "info": "เพิ่มส่วนย่อยของแอปหรือโค้ดอื่นๆ เพื่อสร้างการปรับแต่งขั้นสูง [ดูข้อมูลเพิ่มเติม](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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": "แสดงวันที่"
@@ -754,7 +754,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": "เปิดใช้งานปุ่มซื้อด่วน",
@@ -843,7 +843,7 @@
},
"subtext": {
"label": "ข้อความรอง",
- "default": " แชร์ข้อมูลติดต่อ รายละเอียดร้านค้า และเนื้อหาแบรนด์กับลูกค้าของคุณ แชร์ข้อมูลติดต่อ รายละเอียดร้านค้า และเนื้อหาแบรนด์กับลูกค้าของคุณ<\/p>"
}
},
"name": "ข้อความ"
@@ -852,14 +852,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) ของคุณ"
}
}
}
@@ -873,30 +873,30 @@
"default": "สมัครรับข้อมูลของเราทางอีเมล"
},
"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": "เปิดใช้งานตัวเลือกภาษา"
@@ -912,14 +912,14 @@
},
"header__8": {
"content": "ลิงก์นโยบาย",
- "info": "หากต้องการเพิ่มนโยบายร้านค้า ให้ไปที่การตั้งค่านโยบาย](/admin/settings/legal)"
+ "info": "หากต้องการเพิ่มนโยบายร้านค้า ให้ไปที่การตั้งค่านโยบาย](\/admin\/settings\/legal)"
},
"show_policy": {
"label": "แสดงลิงก์นโยบาย"
},
"header__9": {
"content": "ติดตามบน Shop",
- "info": "คุณต้องเปิดใช้งาน Shop Pay เพื่อให้ลูกค้าสามารถติดตามร้านค้าของคุณในแอป 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"
@@ -979,7 +979,7 @@
}
},
"logo_help": {
- "content": "แก้ไขโลโก้ของคุณใน [การตั้งค่าธีม ](/editor?context=theme&category=logo)"
+ "content": "แก้ไขโลโก้ของคุณใน [การตั้งค่าธีม ](\/editor?context=theme&category=logo)"
},
"sticky_header_type": {
"label": "ส่วนหัวแบบยึดตำแหน่ง",
@@ -997,19 +997,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": "เปิดใช้งานตัวเลือกภาษา"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "บัญชีผู้ใช้ของลูกค้าเข้าสู่ระบบ",
- "info": "หากต้องการจัดการบัญชีผู้ใช้ของลูกค้า ให้ไปที่การตั้งค่า[บัญชีผู้ใช้ของลูกค้า](/admin/settings/customer_accounts)"
+ "info": "หากต้องการจัดการบัญชีผู้ใช้ของลูกค้า ให้ไปที่การตั้งค่า[บัญชีผู้ใช้ของลูกค้า](\/admin\/settings\/customer_accounts)"
},
"enable_customer_avatar": {
"label": "แสดงอวาตาร์",
@@ -1062,7 +1062,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": "ใหญ่"
}
@@ -1292,7 +1292,7 @@
"settings": {
"text": {
"label": "เนื้อหา",
- "default": " จับคู่ข้อความกับรูปภาพเพื่อให้ความสำคัญกับสินค้า คอลเลกชัน หรือบล็อกโพสต์ที่คุณเลือก เพิ่มรายละเอียดเกี่ยวกับความพร้อม สไตล์ หรือแม้กระทั่งเขียนรีวิว จับคู่ข้อความกับรูปภาพเพื่อให้ความสำคัญกับสินค้า คอลเลกชัน หรือบล็อกโพสต์ที่คุณเลือก เพิ่มรายละเอียดเกี่ยวกับความพร้อม สไตล์ หรือแม้กระทั่งเขียนรีวิว<\/p>"
},
"text_style": {
"label": "รูปแบบข้อความ",
@@ -1373,7 +1373,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": "ใหญ่"
}
@@ -1399,10 +1399,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": "ข้อความ",
@@ -1422,7 +1422,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": "แสดงวันที่"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1516,11 +1516,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": "เปิดใช้การจัดเรียง"
@@ -1530,7 +1530,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)"
},
"columns_desktop": {
"label": "จำนวนของคอลัมน์บนเดสก์ท็อป"
@@ -1610,7 +1610,7 @@
"options__3": {
"label": "สี่เหลี่ยมจัตุรัส"
},
- "info": "เพิ่มรูปภาพโดยการแก้ไขคอลเลกชันของคุณ [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/products/collections)"
+ "info": "เพิ่มรูปภาพโดยการแก้ไขคอลเลกชันของคุณ [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/products\/collections)"
},
"columns_desktop": {
"label": "จำนวนของคอลัมน์บนเดสก์ท็อป"
@@ -1684,7 +1684,7 @@
},
"swatch_shape": {
"label": "ตัวอย่าง",
- "info": "เปิดใช้งาน [แผงสี](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) ในตัวเลือกสินค้า",
+ "info": "เปิดใช้งาน [แผงสี](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) ในตัวเลือกสินค้า",
"options__1": {
"label": "วงกลม"
},
@@ -1701,11 +1701,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": "อนุญาตให้ผู้ซื้อส่งบัตรของขวัญพร้อมข้อความของตนเองในวันที่กำหนดเวลาไว้ได้ [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "อนุญาตให้ผู้ซื้อส่งบัตรของขวัญพร้อมข้อความของตนเองในวันที่กำหนดเวลาไว้ได้ [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
},
"name": "ปุ่มซื้อ"
@@ -1713,10 +1713,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": "ข้อความ",
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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": "หัวเรื่อง",
@@ -2052,7 +2052,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": "เปิดใช้งานการวนซ้ำวิดีโอ"
@@ -2176,7 +2176,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": "จำนวนของคอลัมน์บนเดสก์ท็อป"
@@ -2285,7 +2285,7 @@
},
"text": {
"label": "คำอธิบาย",
- "default": " จับคู่ข้อความกับรูปภาพเพื่อให้ความสำคัญกับสินค้า คอลเลกชัน หรือบล็อกโพสต์ที่คุณเลือก เพิ่มรายละเอียดเกี่ยวกับความพร้อม สไตล์ หรือแม้กระทั่งเขียนรีวิว จับคู่ข้อความกับรูปภาพเพื่อให้ความสำคัญกับสินค้า คอลเลกชัน หรือบล็อกโพสต์ที่คุณเลือก เพิ่มรายละเอียดเกี่ยวกับความพร้อม สไตล์ หรือแม้กระทั่งเขียนรีวิว<\/p>"
},
"link_label": {
"label": "ป้ายกำกับลิงก์"
@@ -2308,7 +2308,7 @@
"label": "ทำส่วนให้เต็มความกว้าง"
},
"paragraph": {
- "content": "ระบบจะสร้างบัญชีผู้ใช้ของลูกค้าต่อการสมัครรับอีเมลแต่ละครั้ง [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/customers)"
+ "content": "ระบบจะสร้างบัญชีผู้ใช้ของลูกค้าต่อการสมัครรับอีเมลแต่ละครั้ง [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/customers)"
}
},
"blocks": {
@@ -2325,7 +2325,7 @@
"settings": {
"paragraph": {
"label": "คำอธิบาย",
- "default": " รับรู้ข่าวสารเกี่ยวกับคอลเลกชันใหม่และข้อเสนอพิเศษก่อนใคร รับรู้ข่าวสารเกี่ยวกับคอลเลกชันใหม่และข้อเสนอพิเศษก่อนใคร<\/p>"
}
},
"name": "หัวเรื่องย่อย"
@@ -2395,7 +2395,7 @@
"settings": {
"text": {
"label": "คำอธิบาย",
- "default": " แชร์ข้อมูลเกี่ยวกับแบรนด์ของคุณให้ลูกค้าทราบ โดยอธิบายคุณสมบัติของสินค้า แชร์ประกาศ หรือกล่าวต้อนรับลูกค้าสู่ร้านค้าของคุณ แชร์ข้อมูลเกี่ยวกับแบรนด์ของคุณให้ลูกค้าทราบ โดยอธิบายคุณสมบัติของสินค้า แชร์ประกาศ หรือกล่าวต้อนรับลูกค้าสู่ร้านค้าของคุณ<\/p>"
}
},
"name": "ข้อความ"
@@ -2488,7 +2488,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": "เพิ่มพื้นที่ว่างให้รูปภาพ",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "ตัวอย่าง",
- "info": "เปิดใช้งาน [แผงสี](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) ในตัวเลือกสินค้า",
+ "info": "เปิดใช้งาน [แผงสี](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) ในตัวเลือกสินค้า",
"options__1": {
"label": "วงกลม"
},
@@ -2585,7 +2585,7 @@
"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)"
}
}
},
@@ -2596,10 +2596,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": "ข้อความ",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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": "เปิดใช้งานการวนซ้ำวิดีโอ"
@@ -2669,7 +2669,7 @@
"name": "แบนเนอร์การลงทะเบียนอีเมล",
"settings": {
"paragraph": {
- "content": "ระบบจะสร้างบัญชีผู้ใช้ของลูกค้าต่อการสมัครรับอีเมลแต่ละครั้ง [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/manual/customers)"
+ "content": "ระบบจะสร้างบัญชีผู้ใช้ของลูกค้าต่อการสมัครรับอีเมลแต่ละครั้ง [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/manual\/customers)"
},
"image": {
"label": "รูปภาพพื้นหลัง"
@@ -2685,7 +2685,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": "ความสูงของแบนเนอร์",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "คำอธิบาย",
- "default": " รับรู้ข่าวสารการเปิดตัวของเราก่อนใคร รับรู้ข่าวสารการเปิดตัวของเราก่อนใคร<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,7 @@
"label": "จำนวนคอลัมน์บนเดสก์ท็อป"
},
"paragraph__1": {
- "content": "คำแนะนำแบบไดนามิกต้องใช้ข้อมูลคำสั่งซื้อและข้อมูลสินค้าในการปรับปรุงและเปลี่ยนแปลงตลอดระยะเวลา [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/themes/development/recommended-products)",
+ "content": "คำแนะนำแบบไดนามิกต้องใช้ข้อมูลคำสั่งซื้อและข้อมูลสินค้าในการปรับปรุงและเปลี่ยนแปลงตลอดระยะเวลา [ดูข้อมูลเพิ่มเติม](https:\/\/help.shopify.com\/themes\/development\/recommended-products)",
"default": "สินค้าที่คุณอาจจะชอบ"
},
"header__2": {
@@ -3242,7 +3242,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": "เลย์เอาต์สำหรับมือถือ"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "ข้อความ",
- "default": " จับคู่ข้อความกับรูปภาพเพื่อให้ความสำคัญกับสินค้า คอลเลกชัน หรือบล็อกโพสต์ที่คุณเลือก เพิ่มรายละเอียดเกี่ยวกับความพร้อม สไตล์ หรือแม้กระทั่งเขียนรีวิว จับคู่ข้อความกับรูปภาพเพื่อให้ความสำคัญกับสินค้า คอลเลกชัน หรือบล็อกโพสต์ที่คุณเลือก เพิ่มรายละเอียดเกี่ยวกับความพร้อม สไตล์ หรือแม้กระทั่งเขียนรีวิว<\/p>"
},
"button_label": {
"label": "ป้ายกำกับปุ่ม",
diff --git a/locales/tr.json b/locales/tr.json
index 6dd81063ebd..8135b6e2d28 100644
--- a/locales/tr.json
+++ b/locales/tr.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Parolanız",
"login_form_error": "Yanlış parola!",
"login_form_submit": "Gir",
- "admin_link_html": "Mağaza sahibi misiniz? Buradan oturum açın",
+ "admin_link_html": "Mağaza sahibi misiniz? Buradan oturum açın<\/a>",
"powered_by_shopify_html": "Bu mağaza {{ shopify }} tarafından desteklenir"
},
"social": {
@@ -51,7 +51,7 @@
"close": "Paylaşımı kapat"
},
"slider": {
- "of": "/",
+ "of": "\/",
"next_slide": "Sağa kaydır",
"previous_slide": "Sola kaydır",
"name": "Kaydırıcı"
@@ -65,7 +65,7 @@
"accessibility": {
"skip_to_text": "İçeriğe atla",
"close": "Kapat",
- "unit_price_separator": "/",
+ "unit_price_separator": "\/",
"vendor": "Satıcı:",
"error": "Hata",
"refresh_page": "Bir seçim yapmanız sayfanın tamamının yenilenmesine neden olur.",
@@ -76,7 +76,7 @@
"loading": "Yükleniyor...",
"skip_to_product_info": "Ürün bilgisine atla",
"total_reviews": "toplam değerlendirme",
- "star_reviews_info": "{{ rating_value }}/{{ rating_max }} yıldız",
+ "star_reviews_info": "{{ rating_value }}\/{{ rating_max }} yıldız",
"collapsible_content_title": "Daraltılabilir içerik",
"complementary_products": "Tamamlayıcı ürünler"
},
@@ -117,7 +117,7 @@
"minimum_of": "Minimum: {{ quantity }}",
"maximum_of": "Maksimum: {{ quantity }}",
"multiples_of": "Artış değeri: {{ quantity }}",
- "in_cart_html": "Sepette: {{ quantity }}",
+ "in_cart_html": "Sepette: {{ quantity }}<\/span>",
"note": "Adet kurallarını görüntüle",
"min_of": "Minimum {{ quantity }}",
"max_of": "Maksimum {{ quantity }}"
@@ -139,8 +139,8 @@
"view_store_info": "Mağaza bilgilerini görüntüleyin",
"check_other_stores": "Diğer mağazalardaki stok durumunu kontrol edin",
"pick_up_available": "Teslim alım kullanılabilir",
- "pick_up_available_at_html": "Teslim alım {{ location_name }} konumunda kullanılabilir",
- "pick_up_unavailable_at_html": "Teslim alım {{ location_name }} konumunda şu anda kullanılamıyor",
+ "pick_up_available_at_html": "Teslim alım {{ location_name }}<\/span> konumunda kullanılabilir",
+ "pick_up_unavailable_at_html": "Teslim alım {{ location_name }}<\/span> konumunda şu anda kullanılamıyor",
"unavailable": "Teslim alım stok durumu yüklenemedi",
"refresh": "Yenile"
},
@@ -155,7 +155,7 @@
"image_available": "Görsel {{ index }} artık galeri görüntüleyicide kullanılabilir"
},
"view_full_details": "Tüm ayrıntıları görüntüle",
- "shipping_policy_html": "Kargo, ödeme sayfasında hesaplanır.",
+ "shipping_policy_html": "Kargo<\/a>, ödeme sayfasında hesaplanır.",
"choose_options": "Seçenekleri belirle",
"choose_product_options": "{{ product_name }} için seçenekleri belirle",
"value_unavailable": "{{ option_value }} - Kullanılamıyor",
@@ -171,7 +171,7 @@
"title": "Toplu Alım Bazlı Fiyatlandırma",
"note": "Toplu alım bazlı fiyatlandırma kullanılabilir",
"minimum": "{{ quantity }}+",
- "price_at_each": "{{ price }}/adet",
+ "price_at_each": "{{ price }}\/adet",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"product_variants": "Ürün varyasyonları",
@@ -196,8 +196,8 @@
},
"max_price": "En yüksek fiyat: {{ price }}",
"product_count": {
- "one": "{{ count }}/{{ product_count }} ürün",
- "other": "{{ count }}/{{ product_count }} ürün"
+ "one": "{{ count }}\/{{ product_count }} ürün",
+ "other": "{{ count }}\/{{ product_count }} ürün"
},
"product_count_simple": {
"one": "{{ count }} ürün",
@@ -292,17 +292,17 @@
"update": "Güncelle",
"login": {
"title": "Hesabınız var mı?",
- "paragraph_html": "Daha hızlı ödeme yapmak için oturum açın."
+ "paragraph_html": "Daha hızlı ödeme yapmak için oturum açın<\/a>."
},
"estimated_total": "Tahmini toplam",
"new_estimated_total": "Yeni tahmini toplam",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Vergiler ve gümrük vergileri dahil. İndirimler ve kargo, ödeme sırasında hesaplanır.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Vergiler ve gümrük vergileri dahil. İndirimler ve kargo<\/a>, ödeme sırasında hesaplanır.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Vergiler ve gümrük vergileri dahil. İndirimler ve kargo, ödeme sırasında hesaplanır.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Vergiler dahil. İndirimler ve kargo, ödeme sırasında hesaplanır.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Vergiler dahil. İndirimler ve kargo<\/a>, ödeme sırasında hesaplanır.",
"taxes_included_shipping_at_checkout_without_policy": "Vergiler dahil. İndirimler ve kargo, ödeme sırasında hesaplanır.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Gümrük vergileri dahil. Vergiler, indirimler ve kargo, ödeme sayfasında hesaplanır.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Gümrük vergileri dahil. Vergiler, indirimler ve kargo<\/a>, ödeme sayfasında hesaplanır.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Gümrük vergileri dahil. Vergiler, indirimler ve kargo, ödeme sayfasında hesaplanır.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Vergiler, indirimler ve kargo, ödeme sayfasında hesaplanır.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Vergiler, indirimler ve kargo<\/a>, ödeme sayfasında hesaplanır.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Vergiler, indirimler ve kargo, ödeme sayfasında hesaplanır."
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "Koleksiyon",
"empty": "Ürün bulunamadı",
- "use_fewer_filters_html": "Daha az filtre kullan veya tümünü kaldır"
+ "use_fewer_filters_html": "Daha az filtre kullan veya tümünü kaldır<\/a>"
},
"video": {
"load_video": "Videoyu yükle: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "Ürün alt toplamı",
"view_cart": "Sepeti görüntüle",
- "each": "{{ money }}/adet",
+ "each": "{{ money }}\/adet",
"product": "Ürün",
"variant": "Varyasyon",
"variant_total": "Varyasyon toplamı",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "Ülke/bölge",
+ "country_label": "Ülke\/bölge",
"language_label": "Dil",
"update_language": "Dili güncelle",
- "update_country": "Ülke/bölge bilgisini güncelle",
+ "update_country": "Ülke\/bölge bilgisini güncelle",
"search": "Ara",
- "popular_countries_regions": "Popüler ülkeler/bölgeler",
- "country_results_count": "{{ count }} ülke/bölge bulundu"
+ "popular_countries_regions": "Popüler ülkeler\/bölgeler",
+ "country_results_count": "{{ count }} ülke\/bölge bulundu"
},
"customer": {
"account": {
@@ -409,7 +409,7 @@
"address1": "Adres 1",
"address2": "Adres 2",
"city": "Şehir",
- "country": "Ülke/bölge",
+ "country": "Ülke\/bölge",
"province": "İl",
"zip": "Posta kodu",
"phone": "Telefon",
diff --git a/locales/tr.schema.json b/locales/tr.schema.json
index c19e3a65d32..c96d60ed548 100644
--- a/locales/tr.schema.json
+++ b/locales/tr.schema.json
@@ -32,7 +32,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"
@@ -42,7 +42,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"
@@ -56,40 +56,40 @@
"name": "Sosyal medya",
"settings": {
"social_twitter_link": {
- "label": "X/Twitter",
- "info": "https://x.com/shopify"
+ "label": "X\/Twitter",
+ "info": "https:\/\/x.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ı"
@@ -222,7 +222,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"
@@ -484,7 +484,7 @@
},
"header__1": {
"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."
},
"header__2": {
"content": "Duyurular"
@@ -493,15 +493,15 @@
"label": "Simgeleri masaüstünde göster"
},
"header__3": {
- "content": "Ülke/bölge seçici",
- "info": "Ülke/bölge eklemek için [pazar ayarlarınıza](/admin/settings/markets) gidin."
+ "content": "Ülke\/bölge seçici",
+ "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__4": {
"content": "Dil seçici",
- "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"
@@ -591,7 +591,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)",
"default": "Videoyu açıklayın"
}
}
@@ -619,7 +619,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"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Liquid kodu",
- "info": "Gelişmiş özelleştirmeler oluşturmak için uygulama parçacıkları veya başka bir kod ekleyin. [Daha fazla bilgi edinin](https://shopify.dev/docs/api/liquid)"
+ "info": "Gelişmiş özelleştirmeler oluşturmak için uygulama parçacıkları veya başka bir kod ekleyin. [Daha fazla bilgi edinin](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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"
@@ -754,7 +754,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ı"
@@ -844,7 +844,7 @@
},
"subtext": {
"label": "Alt metin",
- "default": " İletişim bilgilerini, mağaza ayrıntılarını ve marka içeriklerini müşterilerinizle paylaşın. İletişim bilgilerini, mağaza ayrıntılarını ve marka içeriklerini müşterilerinizle paylaşın.<\/p>"
}
}
},
@@ -852,14 +852,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."
}
}
}
@@ -874,29 +874,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"
@@ -912,14 +912,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": "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)"
+ "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"
@@ -979,7 +979,7 @@
}
},
"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",
@@ -997,19 +997,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"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Müşteri hesaplarında oturum açma",
- "info": "Müşteri hesaplarını yönetmek için [müşteri hesabı ayarlarınıza gidin ](/admin/settings/customer_accounts)"
+ "info": "Müşteri hesaplarını yönetmek için [müşteri hesabı ayarlarınıza gidin ](\/admin\/settings\/customer_accounts)"
},
"enable_customer_avatar": {
"label": "Avatarı göster",
@@ -1062,7 +1062,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"
}
@@ -1293,7 +1293,7 @@
"settings": {
"text": {
"label": "İçerik",
- "default": " Metni bir görselle eşleyerek seçtiğiniz ürüne, koleksiyona veya blog gönderisine dikkat çekin. Stok durumu, stil hakkındaki ayrıntıları ekleyin, hatta inceleme sağlayın. Metni bir görselle eşleyerek seçtiğiniz ürüne, koleksiyona veya blog gönderisine dikkat çekin. Stok durumu, stil hakkındaki ayrıntıları ekleyin, hatta inceleme sağlayın.<\/p>"
},
"text_style": {
"label": "Metin stili",
@@ -1374,7 +1374,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"
}
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1495,7 +1495,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"
@@ -1526,11 +1526,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ı"
@@ -1610,7 +1610,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ı"
@@ -1692,7 +1692,7 @@
},
"swatch_shape": {
"label": "Numune parça",
- "info": "Ürün seçeneklerinde [numune parçaları](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) etkinleştirin.",
+ "info": "Ürün seçeneklerinde [numune parçaları](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) etkinleştirin.",
"options__1": {
"label": "Yuvarlak"
},
@@ -1710,11 +1710,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 kartları için alıcı bilgi formunu göster",
- "info": "Alıcıların, planlanmış bir tarihte kişisel bir mesajla birlikte hediye kartları göndermesine olanak sağlar. [Daha fazla bilgi edinin](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "Alıcıların, planlanmış bir tarihte kişisel bir mesajla birlikte hediye kartları göndermesine olanak sağlar. [Daha fazla bilgi edinin](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
}
},
@@ -1728,10 +1728,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",
@@ -1906,7 +1906,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)"
}
}
},
@@ -1914,7 +1914,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",
@@ -2051,7 +2051,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"
@@ -2176,7 +2176,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ı"
@@ -2286,7 +2286,7 @@
},
"text": {
"label": "Açıklama",
- "default": " Metni bir görselle eşleyerek seçtiğiniz ürüne, koleksiyona veya blog gönderisine dikkat çekin. Stok durumu, stil hakkındaki ayrıntıları ekleyin, hatta inceleme sağlayın. Metni bir görselle eşleyerek seçtiğiniz ürüne, koleksiyona veya blog gönderisine dikkat çekin. Stok durumu, stil hakkındaki ayrıntıları ekleyin, hatta inceleme sağlayın.<\/p>"
},
"link_label": {
"label": "Bağlantı etiketi"
@@ -2308,7 +2308,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": {
@@ -2326,7 +2326,7 @@
"settings": {
"paragraph": {
"label": "Açıklama",
- "default": " Yeni koleksiyonlar ve özel tekliflerden ilk siz haberdar olun. Yeni koleksiyonlar ve özel tekliflerden ilk siz haberdar olun.<\/p>"
}
}
},
@@ -2396,7 +2396,7 @@
"settings": {
"text": {
"label": "Açıklama",
- "default": " Müşterilerinizle markanız hakkında bilgi paylaşın. Ürün açıklaması girin, duyuru paylaşın veya mağazanıza gelen müşterileri karşılayın. Müşterilerinizle markanız hakkında bilgi paylaşın. Ürün açıklaması girin, duyuru paylaşın veya mağazanıza gelen müşterileri karşılayın.<\/p>"
}
}
},
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Numune parça",
- "info": "Ürün seçeneklerinde [numune parçaları](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) etkinleştirin.",
+ "info": "Ürün seçeneklerinde [numune parçaları](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) etkinleştirin.",
"options__1": {
"label": "Yuvarlak"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Açıklama",
- "default": " Yeni çıkardıklarımızı ilk siz öğrenin. Yeni çıkardıklarımızı ilk siz öğrenin.<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,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)",
"default": "Şu ürünler de hoşunuza gidebilir:"
},
"header__2": {
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Metin",
- "default": " Metni bir görselle eşleyerek seçtiğiniz ürüne, koleksiyona veya blog gönderisine dikkat çekin. Stok durumu, stil hakkındaki ayrıntıları ekleyin, hatta inceleme sağlayın. Metni bir görselle eşleyerek seçtiğiniz ürüne, koleksiyona veya blog gönderisine dikkat çekin. Stok durumu, stil hakkındaki ayrıntıları ekleyin, hatta inceleme sağlayın.<\/p>"
},
"button_label": {
"label": "Düğme etiketi",
diff --git a/locales/vi.json b/locales/vi.json
index 0a3fc619f89..f461b799c90 100644
--- a/locales/vi.json
+++ b/locales/vi.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "Mật khẩu của bạn",
"login_form_error": "Sai mật khẩu!",
"login_form_submit": "Vào",
- "admin_link_html": "Bạn có phải chủ cửa hàng không? Đăng nhập tại đây",
+ "admin_link_html": "Bạn có phải chủ cửa hàng không? Đăng nhập tại đây<\/a>",
"powered_by_shopify_html": "Cửa hàng này sẽ do {{ shopify }} cung cấp"
},
"social": {
@@ -76,7 +76,7 @@
"loading": "Đang tải...",
"skip_to_product_info": "Chuyển đến thông tin sản phẩm",
"total_reviews": "tổng số lượt đánh giá",
- "star_reviews_info": "{{ rating_value }}/{{ rating_max }} sao",
+ "star_reviews_info": "{{ rating_value }}\/{{ rating_max }} sao",
"collapsible_content_title": "Nội dung có thể thu gọn",
"complementary_products": "Sản phẩm bổ sung"
},
@@ -118,7 +118,7 @@
"minimum_of": "Tối thiểu {{ quantity }}",
"maximum_of": "Tối đa {{ quantity }}",
"multiples_of": "Số lượng gia tăng {{ quantity }}",
- "in_cart_html": "{{ quantity }} trong giỏ hàng",
+ "in_cart_html": "{{ quantity }}<\/span> trong giỏ hàng",
"note": "Xem quy tắc số lượng",
"min_of": "Tối thiểu {{ quantity }}",
"max_of": "Tối đa {{ quantity }}"
@@ -140,8 +140,8 @@
"view_store_info": "Xem thông tin cửa hàng",
"check_other_stores": "Kiểm tra tình trạng còn hàng tại các cửa hàng khác",
"pick_up_available": "Có thể nhận hàng tại cửa hàng",
- "pick_up_available_at_html": "Có thể nhận hàng tại {{ location_name }}",
- "pick_up_unavailable_at_html": "Hiện chưa thể nhận hàng tại {{ location_name }}",
+ "pick_up_available_at_html": "Có thể nhận hàng tại {{ location_name }}<\/span>",
+ "pick_up_unavailable_at_html": "Hiện chưa thể nhận hàng tại {{ location_name }}<\/span>",
"unavailable": "Không thể tải khả năng nhận hàng tại cửa hàng",
"refresh": "Làm mới"
},
@@ -156,7 +156,7 @@
"image_available": "Hình ảnh {{ index }} hiện đã có trong chế độ xem thư viện"
},
"view_full_details": "Xem toàn bộ chi tiết",
- "shipping_policy_html": "Phí vận chuyển được tính khi thanh toán.",
+ "shipping_policy_html": "Phí vận chuyển<\/a> được tính khi thanh toán.",
"choose_options": "Chọn các tùy chọn",
"choose_product_options": "Chọn tùy chọn cho {{ product_name }}",
"value_unavailable": "{{ option_value }} - Không khả dụng",
@@ -172,7 +172,7 @@
"title": "Định giá theo số lượng",
"note": "Có sẵn định giá theo số lượng",
"minimum": "Hơn {{ quantity }}",
- "price_at_each": "với giá {{ price }}/chiếc",
+ "price_at_each": "với giá {{ price }}\/chiếc",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"taxes_included": "Đã bao gồm thuế.",
@@ -196,8 +196,8 @@
},
"max_price": "Giá cao nhất là {{ price }}",
"product_count": {
- "one": "{{ product_count }}/{{ count }} sản phẩm",
- "other": "{{ product_count }}/{{ count }} sản phẩm"
+ "one": "{{ product_count }}\/{{ count }} sản phẩm",
+ "other": "{{ product_count }}\/{{ count }} sản phẩm"
},
"product_count_simple": {
"one": "{{ count }} sản phẩm",
@@ -292,17 +292,17 @@
"update": "Cập nhật",
"login": {
"title": "Bạn đã có tài khoản?",
- "paragraph_html": "Đăng nhập để thanh toán nhanh hơn."
+ "paragraph_html": "Đăng nhập<\/a> để thanh toán nhanh hơn."
},
"estimated_total": "Tổng số tiền ước tính",
"new_estimated_total": "Tổng số tiền ước tính mới",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Đã bao gồm thuế và thuế nhập khẩu. Ưu đãi giảm giá và phí vận chuyển được tính khi thanh toán.",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "Đã bao gồm thuế và thuế nhập khẩu. Ưu đãi giảm giá và phí vận chuyển<\/a> được tính khi thanh toán.",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "Đã bao gồm thuế và thuế nhập khẩu. Ưu đãi giảm giá và phí vận chuyển được tính khi thanh toán.",
- "taxes_included_shipping_at_checkout_with_policy_html": "Đã bao gồm thuế. Ưu đãi giảm giá và phí vận chuyển được tính khi thanh toán.",
+ "taxes_included_shipping_at_checkout_with_policy_html": "Đã bao gồm thuế. Ưu đãi giảm giá và phí vận chuyển<\/a> được tính khi thanh toán.",
"taxes_included_shipping_at_checkout_without_policy": "Đã bao gồm thuế. Ưu đãi giảm giá và phí vận chuyển được tính khi thanh toán.",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Đã bao gồm thuế nhập khẩu. Thuế, ưu đãi giảm giá và phí vận chuyển được tính khi thanh toán.",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "Đã bao gồm thuế nhập khẩu. Thuế, ưu đãi giảm giá và phí vận chuyển<\/a> được tính khi thanh toán.",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "Đã bao gồm thuế nhập khẩu. Thuế, ưu đãi giảm giá và phí vận chuyển được tính khi thanh toán.",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Thuế, ưu đãi giảm giá và phí vận chuyển được tính khi thanh toán.",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "Thuế, ưu đãi giảm giá và phí vận chuyển<\/a> được tính khi thanh toán.",
"taxes_at_checkout_shipping_at_checkout_without_policy": "Thuế, ưu đãi giảm giá và phí vận chuyển được tính khi thanh toán."
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "Bộ sưu tập",
"empty": "Không tìm thấy sản phẩm",
- "use_fewer_filters_html": "Sử dụng ít bộ lọc hơn hoặc xóa tất cả"
+ "use_fewer_filters_html": "Sử dụng ít bộ lọc hơn hoặc xóa tất cả<\/a>"
},
"video": {
"load_video": "Tải video: {{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "Tổng phụ sản phẩm",
"view_cart": "Xem giỏ hàng",
- "each": "{{ money }}/chiếc",
+ "each": "{{ money }}\/chiếc",
"product": "Sản phẩm",
"variant": "Mẫu mã",
"variant_total": "Tổng số mẫu mã",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "Quốc gia/khu vực",
+ "country_label": "Quốc gia\/khu vực",
"language_label": "Ngôn ngữ",
"update_language": "Cập nhật ngôn ngữ",
- "update_country": "Cập nhật quốc gia/khu vực",
+ "update_country": "Cập nhật quốc gia\/khu vực",
"search": "Tìm kiếm",
- "popular_countries_regions": "Quốc gia/khu vực phổ biến",
- "country_results_count": "Đã tìm thấy {{ count }} quốc gia/khu vực"
+ "popular_countries_regions": "Quốc gia\/khu vực phổ biến",
+ "country_results_count": "Đã tìm thấy {{ count }} quốc gia\/khu vực"
},
"customer": {
"account": {
@@ -409,9 +409,9 @@
"address1": "Địa chỉ 1",
"address2": "Địa chỉ 2",
"city": "Thành phố",
- "country": "Quốc gia/khu vực",
+ "country": "Quốc gia\/khu vực",
"province": "Tỉnh",
- "zip": "Mã bưu chính/mã ZIP",
+ "zip": "Mã bưu chính\/mã ZIP",
"phone": "Điện thoại",
"set_default": "Đặt làm địa chỉ mặc định",
"add": "Thêm địa chỉ",
diff --git a/locales/vi.schema.json b/locales/vi.schema.json
index 9b4109da120..566126f64c0 100644
--- a/locales/vi.schema.json
+++ b/locales/vi.schema.json
@@ -32,7 +32,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 đề"
@@ -42,7 +42,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ữ"
@@ -56,40 +56,40 @@
"name": "Truyền thông xã hội",
"settings": {
"social_twitter_link": {
- "label": "X/Twitter",
- "info": "https://x.com/shopify"
+ "label": "X\/Twitter",
+ "info": "https:\/\/x.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"
@@ -222,7 +222,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"
@@ -484,7 +484,7 @@
},
"header__1": {
"content": "Biểu tượng mạng xã hội",
- "info": "Để hiển thị tài khoản mạ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 mạ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)."
},
"header__2": {
"content": "Thông báo"
@@ -493,15 +493,15 @@
"label": "Hiển thị biểu tượng trên máy tính để bàn"
},
"header__3": {
- "content": "Hộp chọn quốc gia/khu vực",
- "info": "Để thêm quốc gia/khu vực, vào [cài đặt thị trường.](/admin/settings/markets)"
+ "content": "Hộp chọn quốc gia\/khu vực",
+ "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/khu vực"
+ "label": "Bật hộp chọn quốc gia\/khu vực"
},
"header__4": {
"content": "Hộp chọn ngôn ngữ",
- "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ữ"
@@ -591,7 +591,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)",
"default": "Mô tả video"
}
}
@@ -619,7 +619,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"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Mã Liquid",
- "info": "Thêm đoạn mã ứng dụng hoặc mã khác để tạo các tùy chỉnh nâng cao. [Tìm hiểu thêm](https://shopify.dev/docs/api/liquid)"
+ "info": "Thêm đoạn mã ứng dụng hoặc mã khác để tạo các tùy chỉnh nâng cao. [Tìm hiểu thêm](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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"
@@ -754,7 +754,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",
@@ -844,7 +844,7 @@
},
"subtext": {
"label": "Văn bản phụ",
- "default": " Chia sẻ thông tin liên hệ, chi tiết cửa hàng và nội dung thương hiệu với khách hàng. Chia sẻ thông tin liên hệ, chi tiết cửa hàng và nội dung thương hiệu với khách hàng.<\/p>"
}
}
},
@@ -852,14 +852,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)."
}
}
}
@@ -874,29 +874,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ữ"
@@ -912,14 +912,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": "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)"
+ "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"
@@ -979,7 +979,7 @@
}
},
"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",
@@ -997,19 +997,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ữ"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "Đăng nhập tài khoản khách hàng",
- "info": "Để quản lý tài khoản khách hàng, vào mục [cài đặt tài khoản khách hàng](/admin/settings/customer_accounts)."
+ "info": "Để quản lý tài khoản khách hàng, vào mục [cài đặt tài khoản khách hàng](\/admin\/settings\/customer_accounts)."
},
"enable_customer_avatar": {
"label": "Hiển thị hình đại diện",
@@ -1062,7 +1062,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"
}
@@ -1293,7 +1293,7 @@
"settings": {
"text": {
"label": "Nội dung",
- "default": " Ghép nối văn bản với hình ảnh để làm nổi bật sản phẩm, bộ sưu tập hoặc bài viết blog đã chọn. Thêm chi tiết về tình trạng còn hàng, kiểu hoặc đưa ra đánh giá. Ghép nối văn bản với hình ảnh để làm nổi bật sản phẩm, bộ sưu tập hoặc bài viết blog đã chọn. Thêm chi tiết về tình trạng còn hàng, kiểu hoặc đưa ra đánh giá.<\/p>"
},
"text_style": {
"label": "Kiểu văn bản",
@@ -1374,7 +1374,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"
}
@@ -1399,10 +1399,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",
@@ -1422,7 +1422,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"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1513,11 +1513,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"
@@ -1530,7 +1530,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)"
},
"columns_desktop": {
"label": "Số cột trên máy tính để bàn"
@@ -1610,7 +1610,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"
@@ -1693,7 +1693,7 @@
},
"swatch_shape": {
"label": "Mẫu",
- "info": "Bật [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) cho tùy chọn sản phẩm.",
+ "info": "Bật [swatches](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) cho tùy chọn sản phẩm.",
"options__1": {
"label": "Tròn"
},
@@ -1711,11 +1711,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 thẻ quà tặng",
- "info": "Cho phép người mua gửi thẻ quà tặng vào ngày đã lên lịch 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)"
+ "info": "Cho phép người mua gửi thẻ quà tặng vào ngày đã lên lịch 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)"
}
}
},
@@ -1729,10 +1729,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",
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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 đề",
@@ -2052,7 +2052,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"
@@ -2176,7 +2176,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"
@@ -2286,7 +2286,7 @@
},
"text": {
"label": "Mô tả",
- "default": " Ghép nối văn bản với hình ảnh để làm nổi bật sản phẩm, bộ sưu tập hoặc bài viết blog đã chọn. Thêm chi tiết về tình trạng còn hàng, kiểu hoặc đưa ra đánh giá. Ghép nối văn bản với hình ảnh để làm nổi bật sản phẩm, bộ sưu tập hoặc bài viết blog đã chọn. Thêm chi tiết về tình trạng còn hàng, kiểu hoặc đưa ra đánh giá.<\/p>"
},
"link_label": {
"label": "Nhãn liên kết"
@@ -2308,7 +2308,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": {
@@ -2326,7 +2326,7 @@
"settings": {
"paragraph": {
"label": "Mô tả",
- "default": " Trở thành người đầu tiên nắm được thông tin về bộ sưu tập mới và ưu đãi độc quyền. Trở thành người đầu tiên nắm được thông tin về bộ sưu tập mới và ưu đãi độc quyền.<\/p>"
}
}
},
@@ -2396,7 +2396,7 @@
"settings": {
"text": {
"label": "Mô tả",
- "default": " Chia sẻ thông tin về thương hiệu của bạn với khách hàng. Mô tả sản phẩm, gửi thông báo hoặc chào mừng khách hàng tới cửa hàng của bạn. Chia sẻ thông tin về thương hiệu của bạn với khách hàng. Mô tả sản phẩm, gửi thông báo hoặc chào mừng khách hàng tới cửa hàng của bạn.<\/p>"
}
}
},
@@ -2488,7 +2488,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",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "Mẫu",
- "info": "Bật [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) cho tùy chọn sản phẩm.",
+ "info": "Bật [swatches](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches) cho tùy chọn sản phẩm.",
"options__1": {
"label": "Tròn"
},
@@ -2585,7 +2585,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)"
+ "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)"
}
}
},
@@ -2596,10 +2596,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",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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"
@@ -2669,7 +2669,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"
@@ -2685,7 +2685,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ữ",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "Mô tả",
- "default": " Trở thành người đầu tiên nắm được thời điểm chúng tôi ra mắt Trở thành người đầu tiên nắm được thời điểm chúng tôi ra mắt<\/p>."
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,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)",
"default": "Có thể bạn cũng thích"
},
"header__2": {
@@ -3242,7 +3242,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"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "Văn bản",
- "default": " Ghép nối văn bản với hình ảnh để làm nổi bật sản phẩm, bộ sưu tập hoặc bài viết blog đã chọn. Thêm chi tiết về tình trạng còn hàng, kiểu hoặc đưa ra đánh giá. Ghép nối văn bản với hình ảnh để làm nổi bật sản phẩm, bộ sưu tập hoặc bài viết blog đã chọn. Thêm chi tiết về tình trạng còn hàng, kiểu hoặc đưa ra đánh giá.<\/p>"
},
"button_label": {
"label": "Nhãn nút",
diff --git a/locales/zh-CN.json b/locales/zh-CN.json
index 645aca5f2d0..bb3ec93654a 100644
--- a/locales/zh-CN.json
+++ b/locales/zh-CN.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "您的密码",
"login_form_error": "密码错误!",
"login_form_submit": "输入",
- "admin_link_html": "您是否为店主?在此处登录",
+ "admin_link_html": "您是否为店主?在此处登录<\/a>",
"powered_by_shopify_html": "此商店由 {{ shopify }} 提供支持"
},
"social": {
@@ -51,7 +51,7 @@
"close": "关闭分享"
},
"slider": {
- "of": "/",
+ "of": "\/",
"next_slide": "向右滑动",
"previous_slide": "向左滑动",
"name": "滑块"
@@ -76,7 +76,7 @@
"loading": "正在加载…",
"skip_to_product_info": "跳至产品信息",
"total_reviews": "总评论数",
- "star_reviews_info": "{{ rating_value }}/{{ rating_max }} 星",
+ "star_reviews_info": "{{ rating_value }}\/{{ rating_max }} 星",
"collapsible_content_title": "可折叠内容",
"complementary_products": "互补产品"
},
@@ -118,7 +118,7 @@
"minimum_of": "最小值为 {{ quantity }}",
"maximum_of": "最大值为 {{ quantity }}",
"multiples_of": "增量为 {{ quantity }}",
- "in_cart_html": "购物车中 {{ quantity }} 件",
+ "in_cart_html": "购物车中 {{ quantity }}<\/span> 件",
"note": "查看数量规则",
"min_of": "最小值 {{ quantity }}",
"max_of": "最大值 {{ quantity }}"
@@ -140,8 +140,8 @@
"view_store_info": "查看商店信息",
"check_other_stores": "查看在其他商店的可用情况",
"pick_up_available": "提供取货服务",
- "pick_up_available_at_html": "{{ location_name }} 提供取货服务",
- "pick_up_unavailable_at_html": "{{ location_name }} 目前不提供取货服务",
+ "pick_up_available_at_html": "{{ location_name }}<\/span> 提供取货服务",
+ "pick_up_unavailable_at_html": "{{ location_name }}<\/span> 目前不提供取货服务",
"unavailable": "无法加载取货服务可用情况",
"refresh": "刷新"
},
@@ -156,7 +156,7 @@
"image_available": "图片 {{ index }} 现已在图库视图中可用"
},
"view_full_details": "查看完整详细信息",
- "shipping_policy_html": "结账时计算的运费。",
+ "shipping_policy_html": "结账时计算的运费<\/a>。",
"choose_options": "选择选项",
"choose_product_options": "选择用于 {{ product_name }} 的选项",
"value_unavailable": "{{ option_value }} - 不可用",
@@ -172,7 +172,7 @@
"title": "批量定价",
"note": "提供批量定价",
"minimum": "{{ quantity }}+",
- "price_at_each": "{{ price }}/件",
+ "price_at_each": "{{ price }}\/件",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"taxes_included": "已含税费。",
@@ -196,8 +196,8 @@
},
"max_price": "最高价格为 {{ price }}",
"product_count": {
- "one": "{{ product_count }}/{{ count }} 件产品",
- "other": "{{ product_count }}/{{ count }} 件产品"
+ "one": "{{ product_count }}\/{{ count }} 件产品",
+ "other": "{{ product_count }}\/{{ count }} 件产品"
},
"product_count_simple": {
"one": "{{ count }} 件产品",
@@ -292,17 +292,17 @@
"update": "更新",
"login": {
"title": "已有账户?",
- "paragraph_html": "登录以快速结账。"
+ "paragraph_html": "登录<\/a>以快速结账。"
},
"estimated_total": "预计总额",
"new_estimated_total": "没有预计总额",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "已含关税和税费。结账时计算折扣和运费。",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "已含关税和税费。结账时计算折扣和运费<\/a>。",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "已含关税和税费。结账时计算折扣和运费。",
- "taxes_included_shipping_at_checkout_with_policy_html": "已含税费。结账时计算折扣和运费。",
+ "taxes_included_shipping_at_checkout_with_policy_html": "已含税费。结账时计算折扣和运费<\/a>。",
"taxes_included_shipping_at_checkout_without_policy": "已含税费。结账时计算折扣和运费。",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "已含关税。结账时计算税费、折扣和运费。",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "已含关税。结账时计算税费、折扣和运费<\/a>。",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "已含关税。结账时计算税费、折扣和运费。",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "结账时计算税费、折扣和运费。",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "结账时计算税费、折扣和运费<\/a>。",
"taxes_at_checkout_shipping_at_checkout_without_policy": "结账时计算税费、折扣和运费。"
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "收藏",
"empty": "未找到产品",
- "use_fewer_filters_html": "减少使用的筛选条件数量或删除所有筛选条件"
+ "use_fewer_filters_html": "减少使用的筛选条件数量或删除所有筛选条件<\/a>"
},
"video": {
"load_video": "加载视频:{{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "产品小计",
"view_cart": "查看购物车",
- "each": "{{ money }}/件",
+ "each": "{{ money }}\/件",
"product": "产品",
"variant": "多属性",
"variant_total": "多属性总计",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "国家/地区",
+ "country_label": "国家\/地区",
"language_label": "语言",
"update_language": "更新语言",
- "update_country": "更新国家/地区",
+ "update_country": "更新国家\/地区",
"search": "搜索",
- "popular_countries_regions": "热门国家/地区",
- "country_results_count": "找到 {{ count }} 个国家/地区"
+ "popular_countries_regions": "热门国家\/地区",
+ "country_results_count": "找到 {{ count }} 个国家\/地区"
},
"customer": {
"account": {
@@ -409,7 +409,7 @@
"address1": "地址 1",
"address2": "地址 2",
"city": "城市",
- "country": "国家/地区",
+ "country": "国家\/地区",
"province": "省",
"zip": "邮政编码",
"phone": "电话",
diff --git a/locales/zh-CN.schema.json b/locales/zh-CN.schema.json
index 8897318b6fe..ceb5ef4d2bc 100644
--- a/locales/zh-CN.schema.json
+++ b/locales/zh-CN.schema.json
@@ -32,7 +32,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": "标题"
@@ -42,7 +42,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": "字号比例"
@@ -56,40 +56,40 @@
"name": "社交媒体",
"settings": {
"social_twitter_link": {
- "label": "X / Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ Twitter",
+ "info": "https:\/\/x.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": "社交媒体账户"
@@ -222,7 +222,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": "输入"
@@ -484,7 +484,7 @@
},
"header__1": {
"content": "社交媒体图标",
- "info": "若要显示您的社交媒体账户,请在 [模板设置](/editor?context=theme&category=social%20media) 中添加其链接。"
+ "info": "若要显示您的社交媒体账户,请在 [模板设置](\/editor?context=theme&category=social%20media) 中添加其链接。"
},
"header__2": {
"content": "公告"
@@ -493,15 +493,15 @@
"label": "在桌面上显示图标"
},
"header__3": {
- "content": "国家/地区选择器",
- "info": "若要添加国家/地区,请转到 [市场设置](/admin/settings/markets)。"
+ "content": "国家\/地区选择器",
+ "info": "若要添加国家\/地区,请转到 [市场设置](\/admin\/settings\/markets)。"
},
"enable_country_selector": {
- "label": "启用国家/地区选择器"
+ "label": "启用国家\/地区选择器"
},
"header__4": {
"content": "语言选择器",
- "info": "若要添加语言,请转到您的 [语言设置](/admin/settings/languages)。"
+ "info": "若要添加语言,请转到您的 [语言设置](\/admin\/settings\/languages)。"
},
"enable_language_selector": {
"label": "启用语言选择器"
@@ -590,7 +590,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)",
"default": "描述视频"
}
},
@@ -619,7 +619,7 @@
"options__3": {
"label": "方形"
},
- "info": "通过编辑产品集合来添加图片。[详细了解](https://help.shopify.com/manual/products/collections)"
+ "info": "通过编辑产品集合来添加图片。[详细了解](https:\/\/help.shopify.com\/manual\/products\/collections)"
},
"swipe_on_mobile": {
"label": "在移动设备上启用刷卡功能"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Liquid 代码",
- "info": "添加应用代码片段或其他代码以创建高级自定义。[详细了解](https://shopify.dev/docs/api/liquid)"
+ "info": "添加应用代码片段或其他代码以创建高级自定义。[详细了解](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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": "显示日期"
@@ -754,7 +754,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": "启用快速添加按钮",
@@ -843,7 +843,7 @@
},
"subtext": {
"label": "子文本",
- "default": " 与您的客户分享联系信息、商店详细信息和品牌内容。 与您的客户分享联系信息、商店详细信息和品牌内容。<\/p>"
}
},
"name": "文本"
@@ -852,14 +852,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) 中添加其链接。"
}
}
}
@@ -873,30 +873,30 @@
"default": "订阅我们的电子邮件"
},
"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": "启用语言选择器"
@@ -912,14 +912,14 @@
},
"header__8": {
"content": "政策链接",
- "info": "若要添加商店政策,请前往 [政策设置](/admin/settings/legal)。"
+ "info": "若要添加商店政策,请前往 [政策设置](\/admin\/settings\/legal)。"
},
"show_policy": {
"label": "显示政策链接"
},
"header__9": {
"content": "在 Shop 中关注",
- "info": "若要使客户能够通过您的店面在 Shop 应用中关注您的商店,则必须启用 Shop Pay。[详细了解](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 中关注"
@@ -979,7 +979,7 @@
}
},
"logo_help": {
- "content": "在[模板设置]](/editor?context=theme&category=logo)中编辑您的 logo。"
+ "content": "在[模板设置]](\/editor?context=theme&category=logo)中编辑您的 logo。"
},
"sticky_header_type": {
"label": "粘性标头",
@@ -997,19 +997,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": "启用语言选择器"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "客户账户登录",
- "info": "若要管理客户账户,请前往您的[客户账户设置](/admin/settings/customer_accounts)。"
+ "info": "若要管理客户账户,请前往您的[客户账户设置](\/admin\/settings\/customer_accounts)。"
},
"enable_customer_avatar": {
"label": "显示头像",
@@ -1062,7 +1062,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": "大"
}
@@ -1292,7 +1292,7 @@
"settings": {
"text": {
"label": "内容",
- "default": " 将文本与图片配对,以便将焦点置于您选择的产品、产品系列或博客文章。添加有关供货情况和样式的详细信息,甚至是提供评论。 将文本与图片配对,以便将焦点置于您选择的产品、产品系列或博客文章。添加有关供货情况和样式的详细信息,甚至是提供评论。<\/p>"
},
"text_style": {
"label": "文本样式",
@@ -1373,7 +1373,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": "大"
}
@@ -1399,10 +1399,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": "文本",
@@ -1422,7 +1422,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": "显示日期"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1516,11 +1516,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": "启用排序"
@@ -1530,7 +1530,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)"
},
"columns_desktop": {
"label": "桌面上的列数"
@@ -1610,7 +1610,7 @@
"options__3": {
"label": "方形"
},
- "info": "通过编辑产品集合来添加图片。[详细了解](https://help.shopify.com/manual/products/collections)"
+ "info": "通过编辑产品集合来添加图片。[详细了解](https:\/\/help.shopify.com\/manual\/products\/collections)"
},
"columns_desktop": {
"label": "台式设备上的列数"
@@ -1684,7 +1684,7 @@
},
"swatch_shape": {
"label": "样本",
- "info": "在产品选项上启用[样本](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)。",
+ "info": "在产品选项上启用[样本](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches)。",
"options__1": {
"label": "圆形"
},
@@ -1701,11 +1701,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": "允许客户在预定日期发送礼品卡并附加私人消息。[详细了解](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "允许客户在预定日期发送礼品卡并附加私人消息。[详细了解](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
},
"name": "Buy Button"
@@ -1713,10 +1713,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": "文本",
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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": "标题",
@@ -2052,7 +2052,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": "启用视频循环"
@@ -2176,7 +2176,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": "桌面上的列数"
@@ -2205,10 +2205,10 @@
"image_width": {
"label": "图片宽度",
"options__1": {
- "label": "1/3 列宽"
+ "label": "1\/3 列宽"
},
"options__2": {
- "label": "1/2 列宽"
+ "label": "1\/2 列宽"
},
"options__3": {
"label": "全列宽"
@@ -2285,7 +2285,7 @@
},
"text": {
"label": "描述",
- "default": " 将文本与图片配对,以便将焦点置于您选择的产品、产品系列或博客文章。添加有关供货情况和样式的详细信息,甚至是提供评论。 将文本与图片配对,以便将焦点置于您选择的产品、产品系列或博客文章。添加有关供货情况和样式的详细信息,甚至是提供评论。<\/p>"
},
"link_label": {
"label": "链接标签"
@@ -2308,7 +2308,7 @@
"label": "使分区展示全宽"
},
"paragraph": {
- "content": "每次电子邮件订阅均会创建一个客户账户。[详细了解](https://help.shopify.com/manual/customers)"
+ "content": "每次电子邮件订阅均会创建一个客户账户。[详细了解](https:\/\/help.shopify.com\/manual\/customers)"
}
},
"blocks": {
@@ -2325,7 +2325,7 @@
"settings": {
"paragraph": {
"label": "描述",
- "default": " 成为第一批了解新产品系列和专属优惠的客户。 成为第一批了解新产品系列和专属优惠的客户。<\/p>"
}
},
"name": "副标题"
@@ -2395,7 +2395,7 @@
"settings": {
"text": {
"label": "描述",
- "default": " 与客户分享有关您品牌的信息。描述产品、发布公告或欢迎客户访问您的商店。 与客户分享有关您品牌的信息。描述产品、发布公告或欢迎客户访问您的商店。<\/p>"
}
},
"name": "文本"
@@ -2488,7 +2488,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": "添加图片填充",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "样本",
- "info": "在产品选项上启用[样本功能](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)。",
+ "info": "在产品选项上启用[样本功能](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches)。",
"options__1": {
"label": "圆形"
},
@@ -2585,7 +2585,7 @@
"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)"
}
}
},
@@ -2596,10 +2596,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": "文本",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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": "启用视频循环"
@@ -2669,7 +2669,7 @@
"name": "电子邮件注册横幅",
"settings": {
"paragraph": {
- "content": "每次电子邮件订阅均会创建一个客户账户。[详细了解](https://help.shopify.com/manual/customers)"
+ "content": "每次电子邮件订阅均会创建一个客户账户。[详细了解](https:\/\/help.shopify.com\/manual\/customers)"
},
"image": {
"label": "背景图片"
@@ -2685,7 +2685,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": "横幅高度",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "描述",
- "default": " 成为第一批知道我们何时推出新内容的客户。 成为第一批知道我们何时推出新内容的客户。<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,7 @@
"label": "台式设备上的列数"
},
"paragraph__1": {
- "content": "动态推荐使用订单和产品信息来随着时间而变化和改进。[详细了解](https://help.shopify.com/themes/development/recommended-products)",
+ "content": "动态推荐使用订单和产品信息来随着时间而变化和改进。[详细了解](https:\/\/help.shopify.com\/themes\/development\/recommended-products)",
"default": "您可能还喜欢"
},
"header__2": {
@@ -3242,7 +3242,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": "移动设备布局"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "文本",
- "default": " 将文本与图片配对,以便将焦点置于您选择的产品、产品系列或博客文章。添加有关供货情况和样式的详细信息,甚至是提供评论。 将文本与图片配对,以便将焦点置于您选择的产品、产品系列或博客文章。添加有关供货情况和样式的详细信息,甚至是提供评论。<\/p>"
},
"button_label": {
"label": "按钮标签",
diff --git a/locales/zh-TW.json b/locales/zh-TW.json
index 6ffa215733c..249c039a6bb 100644
--- a/locales/zh-TW.json
+++ b/locales/zh-TW.json
@@ -7,7 +7,7 @@
"login_form_password_placeholder": "您的密碼",
"login_form_error": "密碼錯誤!",
"login_form_submit": "輸入",
- "admin_link_html": "您是商店擁有人嗎?請在此登入",
+ "admin_link_html": "您是商店擁有人嗎?請在此登入<\/a>",
"powered_by_shopify_html": "本商店由 {{ shopify }} 提供技術支援"
},
"social": {
@@ -51,7 +51,7 @@
"close": "關閉分享"
},
"slider": {
- "of": "/",
+ "of": "\/",
"next_slide": "投影片右側",
"previous_slide": "投影片左側",
"name": "投影播放器"
@@ -118,7 +118,7 @@
"minimum_of": "最少 {{ quantity }} 個",
"maximum_of": "最多 {{ quantity }} 個",
"multiples_of": "{{ quantity }} 的倍數",
- "in_cart_html": "購物車中有 {{ quantity }} 個",
+ "in_cart_html": "購物車中有 {{ quantity }}<\/span> 個",
"note": "檢視數量規則",
"min_of": "最少 {{ quantity }} 個",
"max_of": "最多 {{ quantity }} 個"
@@ -140,8 +140,8 @@
"view_store_info": "檢視商店資訊",
"check_other_stores": "查看其他商店的供貨情況",
"pick_up_available": "可提供取貨服務",
- "pick_up_available_at_html": "可提供 {{ location_name }} 的取貨服務",
- "pick_up_unavailable_at_html": "目前無法提供 {{ location_name }} 的取貨服務",
+ "pick_up_available_at_html": "可提供 {{ location_name }}<\/span> 的取貨服務",
+ "pick_up_unavailable_at_html": "目前無法提供 {{ location_name }}<\/span> 的取貨服務",
"unavailable": "無法載入取貨服務供應情況",
"refresh": "重新整理"
},
@@ -156,7 +156,7 @@
"image_available": "現在可在圖庫檢視畫面中查看圖片 {{ index }}"
},
"view_full_details": "查看完整資訊",
- "shipping_policy_html": "結帳時計算運費。",
+ "shipping_policy_html": "結帳時計算運費<\/a>。",
"choose_options": "選擇選項",
"choose_product_options": "選擇 {{ product_name }} 的選項",
"value_unavailable": "{{ option_value }} (無法供貨)",
@@ -172,7 +172,7 @@
"title": "批發價",
"note": "提供批發價",
"minimum": "{{ quantity }}+",
- "price_at_each": "{{ price }}/每項",
+ "price_at_each": "{{ price }}\/每項",
"price_range": "{{ minimum }} - {{ maximum }}"
},
"taxes_included": "已包含稅額。",
@@ -292,17 +292,17 @@
"update": "更新",
"login": {
"title": "是否有帳號?",
- "paragraph_html": "登入以加速結帳。"
+ "paragraph_html": "登入<\/a>以加速結帳。"
},
"estimated_total": "估計總金額",
"new_estimated_total": "新的估計總金額",
- "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "已包含關稅和稅額。結帳時計算折扣和運費。",
+ "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "已包含關稅和稅額。結帳時計算折扣和運費<\/a>。",
"duties_and_taxes_included_shipping_at_checkout_without_policy": "已包含關稅和稅額。結帳時計算折扣和運費。",
- "taxes_included_shipping_at_checkout_with_policy_html": "已包含稅額。結帳時計算折扣和運費。",
+ "taxes_included_shipping_at_checkout_with_policy_html": "已包含稅額。結帳時計算折扣和運費<\/a>。",
"taxes_included_shipping_at_checkout_without_policy": "已包含稅額。結帳時計算折扣和運費。",
- "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "已包含關稅。結帳時計算稅額、折扣和運費。",
+ "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "已包含關稅。結帳時計算稅額、折扣和運費<\/a>。",
"duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "已包含關稅。結帳時計算稅額、折扣和運費。",
- "taxes_at_checkout_shipping_at_checkout_with_policy_html": "結帳時計算稅額、折扣和運費。",
+ "taxes_at_checkout_shipping_at_checkout_with_policy_html": "結帳時計算稅額、折扣和運費<\/a>。",
"taxes_at_checkout_shipping_at_checkout_without_policy": "結帳時計算稅額、折扣和運費。"
},
"footer": {
@@ -323,7 +323,7 @@
"collection_template": {
"title": "商品系列",
"empty": "找不到任何產品",
- "use_fewer_filters_html": "使用較少篩選條件或全部移除"
+ "use_fewer_filters_html": "使用較少篩選條件或全部移除<\/a>"
},
"video": {
"load_video": "載入影片:{{ description }}"
@@ -350,7 +350,7 @@
"quick_order_list": {
"product_total": "商品小計",
"view_cart": "檢視購物車",
- "each": "{{ money }}/每項",
+ "each": "{{ money }}\/每項",
"product": "商品",
"variant": "子類",
"variant_total": "子類總計",
@@ -374,13 +374,13 @@
}
},
"localization": {
- "country_label": "國家/地區",
+ "country_label": "國家\/地區",
"language_label": "語言",
"update_language": "更新語言",
- "update_country": "更新國家/地區",
+ "update_country": "更新國家\/地區",
"search": "搜尋",
- "popular_countries_regions": "常見國家/地區",
- "country_results_count": "找到 {{ count }} 個國家/地區"
+ "popular_countries_regions": "常見國家\/地區",
+ "country_results_count": "找到 {{ count }} 個國家\/地區"
},
"customer": {
"account": {
@@ -409,9 +409,9 @@
"address1": "地址 1",
"address2": "地址 2",
"city": "市",
- "country": "國家/地區",
+ "country": "國家\/地區",
"province": "省",
- "zip": "郵政/郵遞區號",
+ "zip": "郵政\/郵遞區號",
"phone": "電話",
"set_default": "設為預設地址",
"add": "新增地址",
diff --git a/locales/zh-TW.schema.json b/locales/zh-TW.schema.json
index 65b0605c5a1..05ae5e5e3ca 100644
--- a/locales/zh-TW.schema.json
+++ b/locales/zh-TW.schema.json
@@ -32,7 +32,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": "標題"
@@ -42,7 +42,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": "字型大小縮放"
@@ -56,40 +56,40 @@
"name": "社群媒體",
"settings": {
"social_twitter_link": {
- "label": "X / Twitter",
- "info": "https://x.com/shopify"
+ "label": "X \/ Twitter",
+ "info": "https:\/\/x.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": "社群帳號"
@@ -236,7 +236,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": "輸入"
@@ -484,7 +484,7 @@
},
"header__1": {
"content": "社群媒體圖示",
- "info": "若要顯示社群媒體帳號,請在您的 [佈景主題設定](/editor?context=theme&category=social%20media) 中連接帳號。"
+ "info": "若要顯示社群媒體帳號,請在您的 [佈景主題設定](\/editor?context=theme&category=social%20media) 中連接帳號。"
},
"header__2": {
"content": "公告"
@@ -493,15 +493,15 @@
"label": "在電腦版顯示圖示"
},
"header__3": {
- "content": "國家/地區選擇器",
- "info": "若要新增國家/地區,請前往 [市場設定](/admin/settings/markets)"
+ "content": "國家\/地區選擇器",
+ "info": "若要新增國家\/地區,請前往 [市場設定](\/admin\/settings\/markets)"
},
"enable_country_selector": {
- "label": "啟用國家/地區選擇器"
+ "label": "啟用國家\/地區選擇器"
},
"header__4": {
"content": "語言選擇器",
- "info": "若要新增語言,請前往 [語言設定。](/admin/settings/languages)"
+ "info": "若要新增語言,請前往 [語言設定。](\/admin\/settings\/languages)"
},
"enable_language_selector": {
"label": "啟用語言選擇器"
@@ -590,7 +590,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)",
"default": "描述影片"
}
},
@@ -619,7 +619,7 @@
"options__3": {
"label": "正方形"
},
- "info": "編輯您的商品系列以新增圖片。[瞭解詳情](https://help.shopify.com/manual/products/collections)"
+ "info": "編輯您的商品系列以新增圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/products\/collections)"
},
"swipe_on_mobile": {
"label": "啟用行動裝置的滑動功能"
@@ -674,7 +674,7 @@
"settings": {
"custom_liquid": {
"label": "Liquid 程式碼",
- "info": "新增應用程式程式碼片段或其他程式碼以建立進階自訂內容。[瞭解詳情](https://shopify.dev/docs/api/liquid)"
+ "info": "新增應用程式程式碼片段或其他程式碼以建立進階自訂內容。[瞭解詳情](https:\/\/shopify.dev\/docs\/api\/liquid)"
}
},
"presets": {
@@ -699,7 +699,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": "顯示日期"
@@ -754,7 +754,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": "啟用「快速新增」按鈕",
@@ -843,7 +843,7 @@
},
"subtext": {
"label": "子文字",
- "default": " 與顧客分享聯絡資訊、商店的詳細資訊和品牌內容。 與顧客分享聯絡資訊、商店的詳細資訊和品牌內容。<\/p>"
}
},
"name": "文字"
@@ -852,14 +852,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) 中連接帳號。"
}
}
}
@@ -873,30 +873,30 @@
"default": "訂閱我們的電子郵件"
},
"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": "啟用語言選擇器"
@@ -912,14 +912,14 @@
},
"header__8": {
"content": "政策連結",
- "info": "若要新增商店政策,請前往 [政策設定](/admin/settings/legal)]。"
+ "info": "若要新增商店政策,請前往 [政策設定](\/admin\/settings\/legal)]。"
},
"show_policy": {
"label": "顯示政策連結"
},
"header__9": {
"content": "在 Shop 上追蹤",
- "info": "若要允許顧客透過您的店面在 Shop 應用程式上追蹤您的商店,您必須啟用 Shop Pay。[瞭解詳情](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 上追蹤」"
@@ -979,7 +979,7 @@
}
},
"logo_help": {
- "content": "在 [編輯佈景主題設定](/editor?context=theme&category=logo) 中編輯標誌。"
+ "content": "在 [編輯佈景主題設定](\/editor?context=theme&category=logo) 中編輯標誌。"
},
"sticky_header_type": {
"label": "固定式頁首",
@@ -997,19 +997,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": "啟用語言選擇器"
@@ -1022,7 +1022,7 @@
},
"header__7": {
"content": "顧客帳號登入",
- "info": "若要管理顧客帳號,請前往您的[顧客帳號設定](/admin/settings/customer_accounts)。"
+ "info": "若要管理顧客帳號,請前往您的[顧客帳號設定](\/admin\/settings\/customer_accounts)。"
},
"enable_customer_avatar": {
"label": "顯示大頭貼",
@@ -1062,7 +1062,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": "大"
}
@@ -1292,7 +1292,7 @@
"settings": {
"text": {
"label": "內容",
- "default": " 文字搭配圖片,以便強調特定商品、商品系列或網誌文章。您可以加上各種有關可用性、樣式的詳細資料,甚至可以提供使用心得。 文字搭配圖片,以便強調特定商品、商品系列或網誌文章。您可以加上各種有關可用性、樣式的詳細資料,甚至可以提供使用心得。<\/p>"
},
"text_style": {
"label": "文字樣式",
@@ -1373,7 +1373,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": "大"
}
@@ -1399,10 +1399,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": "文字",
@@ -1422,7 +1422,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": "顯示日期"
@@ -1454,7 +1454,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)"
}
}
},
@@ -1476,14 +1476,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)"
}
}
},
@@ -1516,11 +1516,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": "啟用排序"
@@ -1530,7 +1530,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)"
},
"columns_desktop": {
"label": "電腦版的欄數"
@@ -1610,7 +1610,7 @@
"options__3": {
"label": "正方形"
},
- "info": "編輯您的商品系列以新增圖片。[瞭解詳情](https://help.shopify.com/manual/products/collections)"
+ "info": "編輯您的商品系列以新增圖片。[瞭解詳情](https:\/\/help.shopify.com\/manual\/products\/collections)"
},
"columns_desktop": {
"label": "電腦版的欄數"
@@ -1684,7 +1684,7 @@
},
"swatch_shape": {
"label": "色樣",
- "info": "為商品選項啟用 [色樣](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)。",
+ "info": "為商品選項啟用 [色樣](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches)。",
"options__1": {
"label": "圓形"
},
@@ -1701,11 +1701,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": "允許買家在排定的日期傳送禮品卡及個人化訊息。[瞭解詳情](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
+ "info": "允許買家在排定的日期傳送禮品卡及個人化訊息。[瞭解詳情](https:\/\/help.shopify.com\/manual\/online-store\/themes\/customizing-themes\/add-gift-card-recipient-fields)"
}
},
"name": "購買按鈕"
@@ -1713,10 +1713,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": "文字",
@@ -1907,7 +1907,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)"
}
}
},
@@ -1915,7 +1915,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": "標題",
@@ -2052,7 +2052,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": "啟用影片循環播放功能"
@@ -2176,7 +2176,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": "電腦版的欄數"
@@ -2285,7 +2285,7 @@
},
"text": {
"label": "說明",
- "default": " 文字搭配圖片,以便強調特定商品、商品系列或網誌文章。您可以加上各種有關可用性、樣式的詳細資料,甚至可以提供使用心得。 文字搭配圖片,以便強調特定商品、商品系列或網誌文章。您可以加上各種有關可用性、樣式的詳細資料,甚至可以提供使用心得。<\/p>"
},
"link_label": {
"label": "連結標籤"
@@ -2308,7 +2308,7 @@
"label": "讓區段呈現全寬度"
},
"paragraph": {
- "content": "每筆電子郵件訂閱都會建立顧客帳號。[瞭解詳情](https://help.shopify.com/manual/customers)"
+ "content": "每筆電子郵件訂閱都會建立顧客帳號。[瞭解詳情](https:\/\/help.shopify.com\/manual\/customers)"
}
},
"blocks": {
@@ -2325,7 +2325,7 @@
"settings": {
"paragraph": {
"label": "說明",
- "default": " 搶先收到新商品系列和專屬優惠的消息。 搶先收到新商品系列和專屬優惠的消息。<\/p>"
}
},
"name": "子標題"
@@ -2395,7 +2395,7 @@
"settings": {
"text": {
"label": "說明",
- "default": " 和顧客分享品牌資訊、描述商品、進行公告,或歡迎顧客光臨您的商店。 和顧客分享品牌資訊、描述商品、進行公告,或歡迎顧客光臨您的商店。<\/p>"
}
},
"name": "文字"
@@ -2488,7 +2488,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": "新增圖片邊框間距",
@@ -2567,7 +2567,7 @@
},
"swatch_shape": {
"label": "色樣",
- "info": "為商品選項啟用 [色樣](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)。",
+ "info": "為商品選項啟用 [色樣](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/theme-settings#options-with-swatches)。",
"options__1": {
"label": "圓形"
},
@@ -2585,7 +2585,7 @@
"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)"
}
}
},
@@ -2596,10 +2596,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": "文字",
@@ -2611,7 +2611,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)"
}
}
},
@@ -2642,7 +2642,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": "啟用影片循環播放功能"
@@ -2669,7 +2669,7 @@
"name": "電子郵件訂閱橫幅",
"settings": {
"paragraph": {
- "content": "每筆電子郵件訂閱都會建立顧客帳號。[瞭解詳情](https://help.shopify.com/manual/customers)"
+ "content": "每筆電子郵件訂閱都會建立顧客帳號。[瞭解詳情](https:\/\/help.shopify.com\/manual\/customers)"
},
"image": {
"label": "背景圖片"
@@ -2685,7 +2685,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": "橫幅高度",
@@ -2701,7 +2701,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": {
@@ -2779,7 +2779,7 @@
"settings": {
"paragraph": {
"label": "說明",
- "default": " 搶先收到產品發佈消息。 搶先收到產品發佈消息。<\/p>"
},
"text_style": {
"options__1": {
@@ -3216,7 +3216,7 @@
"label": "電腦版的欄數"
},
"paragraph__1": {
- "content": "動態推薦會使用訂單和商品資訊,以隨著時間改變與改進。[瞭解詳情](https://help.shopify.com/themes/development/recommended-products)",
+ "content": "動態推薦會使用訂單和商品資訊,以隨著時間改變與改進。[瞭解詳情](https:\/\/help.shopify.com\/themes\/development\/recommended-products)",
"default": "您也可能喜歡"
},
"header__2": {
@@ -3242,7 +3242,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": "行動版版面配置"
@@ -3387,7 +3387,7 @@
},
"text": {
"label": "文字",
- "default": " 文字搭配圖片,以便強調特定商品、商品系列或網誌文章。您可以加上各種有關可用性、樣式的詳細資料,甚至可以提供使用心得。 文字搭配圖片,以便強調特定商品、商品系列或網誌文章。您可以加上各種有關可用性、樣式的詳細資料,甚至可以提供使用心得。<\/p>"
},
"button_label": {
"label": "按鈕標籤",
diff --git a/node_modules/.bin/autoprefixer b/node_modules/.bin/autoprefixer
new file mode 100644
index 00000000000..c6bc975dbbe
--- /dev/null
+++ b/node_modules/.bin/autoprefixer
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../autoprefixer/bin/autoprefixer" "$@"
+else
+ exec node "$basedir/../autoprefixer/bin/autoprefixer" "$@"
+fi
diff --git a/node_modules/.bin/autoprefixer.cmd b/node_modules/.bin/autoprefixer.cmd
new file mode 100644
index 00000000000..7ed417d4e9c
--- /dev/null
+++ b/node_modules/.bin/autoprefixer.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\autoprefixer\bin\autoprefixer" %*
diff --git a/node_modules/.bin/autoprefixer.ps1 b/node_modules/.bin/autoprefixer.ps1
new file mode 100644
index 00000000000..b0f0b6f7c30
--- /dev/null
+++ b/node_modules/.bin/autoprefixer.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args
+ } else {
+ & "node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.bin/browserslist b/node_modules/.bin/browserslist
new file mode 100644
index 00000000000..68dd69d49bd
--- /dev/null
+++ b/node_modules/.bin/browserslist
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../browserslist/cli.js" "$@"
+else
+ exec node "$basedir/../browserslist/cli.js" "$@"
+fi
diff --git a/node_modules/.bin/browserslist.cmd b/node_modules/.bin/browserslist.cmd
new file mode 100644
index 00000000000..f93c251eabc
--- /dev/null
+++ b/node_modules/.bin/browserslist.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\browserslist\cli.js" %*
diff --git a/node_modules/.bin/browserslist.ps1 b/node_modules/.bin/browserslist.ps1
new file mode 100644
index 00000000000..01e10a08b5c
--- /dev/null
+++ b/node_modules/.bin/browserslist.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../browserslist/cli.js" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../browserslist/cli.js" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../browserslist/cli.js" $args
+ } else {
+ & "node$exe" "$basedir/../browserslist/cli.js" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.bin/cssesc b/node_modules/.bin/cssesc
new file mode 100644
index 00000000000..c9b52142bfd
--- /dev/null
+++ b/node_modules/.bin/cssesc
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../cssesc/bin/cssesc" "$@"
+else
+ exec node "$basedir/../cssesc/bin/cssesc" "$@"
+fi
diff --git a/node_modules/.bin/cssesc.cmd b/node_modules/.bin/cssesc.cmd
new file mode 100644
index 00000000000..b560b42b4d2
--- /dev/null
+++ b/node_modules/.bin/cssesc.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\cssesc\bin\cssesc" %*
diff --git a/node_modules/.bin/cssesc.ps1 b/node_modules/.bin/cssesc.ps1
new file mode 100644
index 00000000000..480aa17f8ff
--- /dev/null
+++ b/node_modules/.bin/cssesc.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../cssesc/bin/cssesc" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../cssesc/bin/cssesc" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../cssesc/bin/cssesc" $args
+ } else {
+ & "node$exe" "$basedir/../cssesc/bin/cssesc" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.bin/glob b/node_modules/.bin/glob
new file mode 100644
index 00000000000..37412d3d497
--- /dev/null
+++ b/node_modules/.bin/glob
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../glob/dist/esm/bin.mjs" "$@"
+else
+ exec node "$basedir/../glob/dist/esm/bin.mjs" "$@"
+fi
diff --git a/node_modules/.bin/glob.cmd b/node_modules/.bin/glob.cmd
new file mode 100644
index 00000000000..3c1d48a5dd8
--- /dev/null
+++ b/node_modules/.bin/glob.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\glob\dist\esm\bin.mjs" %*
diff --git a/node_modules/.bin/glob.ps1 b/node_modules/.bin/glob.ps1
new file mode 100644
index 00000000000..71ac2b20e75
--- /dev/null
+++ b/node_modules/.bin/glob.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../glob/dist/esm/bin.mjs" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../glob/dist/esm/bin.mjs" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../glob/dist/esm/bin.mjs" $args
+ } else {
+ & "node$exe" "$basedir/../glob/dist/esm/bin.mjs" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.bin/jiti b/node_modules/.bin/jiti
new file mode 100644
index 00000000000..c37115ae625
--- /dev/null
+++ b/node_modules/.bin/jiti
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../jiti/bin/jiti.js" "$@"
+else
+ exec node "$basedir/../jiti/bin/jiti.js" "$@"
+fi
diff --git a/node_modules/.bin/jiti.cmd b/node_modules/.bin/jiti.cmd
new file mode 100644
index 00000000000..e54ba7dee4d
--- /dev/null
+++ b/node_modules/.bin/jiti.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\jiti\bin\jiti.js" %*
diff --git a/node_modules/.bin/jiti.ps1 b/node_modules/.bin/jiti.ps1
new file mode 100644
index 00000000000..44b2f0ca334
--- /dev/null
+++ b/node_modules/.bin/jiti.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../jiti/bin/jiti.js" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../jiti/bin/jiti.js" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../jiti/bin/jiti.js" $args
+ } else {
+ & "node$exe" "$basedir/../jiti/bin/jiti.js" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.bin/nanoid b/node_modules/.bin/nanoid
new file mode 100644
index 00000000000..23254eb2265
--- /dev/null
+++ b/node_modules/.bin/nanoid
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../nanoid/bin/nanoid.cjs" "$@"
+else
+ exec node "$basedir/../nanoid/bin/nanoid.cjs" "$@"
+fi
diff --git a/node_modules/.bin/nanoid.cmd b/node_modules/.bin/nanoid.cmd
new file mode 100644
index 00000000000..9c40107c0b1
--- /dev/null
+++ b/node_modules/.bin/nanoid.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\nanoid\bin\nanoid.cjs" %*
diff --git a/node_modules/.bin/nanoid.ps1 b/node_modules/.bin/nanoid.ps1
new file mode 100644
index 00000000000..d8a4d7ad211
--- /dev/null
+++ b/node_modules/.bin/nanoid.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../nanoid/bin/nanoid.cjs" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../nanoid/bin/nanoid.cjs" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../nanoid/bin/nanoid.cjs" $args
+ } else {
+ & "node$exe" "$basedir/../nanoid/bin/nanoid.cjs" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.bin/node-which b/node_modules/.bin/node-which
new file mode 100644
index 00000000000..aece735311b
--- /dev/null
+++ b/node_modules/.bin/node-which
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../which/bin/node-which" "$@"
+else
+ exec node "$basedir/../which/bin/node-which" "$@"
+fi
diff --git a/node_modules/.bin/node-which.cmd b/node_modules/.bin/node-which.cmd
new file mode 100644
index 00000000000..8738aed88e6
--- /dev/null
+++ b/node_modules/.bin/node-which.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\which\bin\node-which" %*
diff --git a/node_modules/.bin/node-which.ps1 b/node_modules/.bin/node-which.ps1
new file mode 100644
index 00000000000..cfb09e84443
--- /dev/null
+++ b/node_modules/.bin/node-which.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../which/bin/node-which" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../which/bin/node-which" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../which/bin/node-which" $args
+ } else {
+ & "node$exe" "$basedir/../which/bin/node-which" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.bin/resolve b/node_modules/.bin/resolve
new file mode 100644
index 00000000000..757d454aa49
--- /dev/null
+++ b/node_modules/.bin/resolve
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../resolve/bin/resolve" "$@"
+else
+ exec node "$basedir/../resolve/bin/resolve" "$@"
+fi
diff --git a/node_modules/.bin/resolve.cmd b/node_modules/.bin/resolve.cmd
new file mode 100644
index 00000000000..1a017c403a6
--- /dev/null
+++ b/node_modules/.bin/resolve.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\resolve\bin\resolve" %*
diff --git a/node_modules/.bin/resolve.ps1 b/node_modules/.bin/resolve.ps1
new file mode 100644
index 00000000000..f22b2d317ef
--- /dev/null
+++ b/node_modules/.bin/resolve.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../resolve/bin/resolve" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../resolve/bin/resolve" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../resolve/bin/resolve" $args
+ } else {
+ & "node$exe" "$basedir/../resolve/bin/resolve" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.bin/sucrase b/node_modules/.bin/sucrase
new file mode 100644
index 00000000000..e5c30f49ef9
--- /dev/null
+++ b/node_modules/.bin/sucrase
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../sucrase/bin/sucrase" "$@"
+else
+ exec node "$basedir/../sucrase/bin/sucrase" "$@"
+fi
diff --git a/node_modules/.bin/sucrase-node b/node_modules/.bin/sucrase-node
new file mode 100644
index 00000000000..6f950d3b3c8
--- /dev/null
+++ b/node_modules/.bin/sucrase-node
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../sucrase/bin/sucrase-node" "$@"
+else
+ exec node "$basedir/../sucrase/bin/sucrase-node" "$@"
+fi
diff --git a/node_modules/.bin/sucrase-node.cmd b/node_modules/.bin/sucrase-node.cmd
new file mode 100644
index 00000000000..7319f3ab098
--- /dev/null
+++ b/node_modules/.bin/sucrase-node.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\sucrase\bin\sucrase-node" %*
diff --git a/node_modules/.bin/sucrase-node.ps1 b/node_modules/.bin/sucrase-node.ps1
new file mode 100644
index 00000000000..9ec0672bbfe
--- /dev/null
+++ b/node_modules/.bin/sucrase-node.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../sucrase/bin/sucrase-node" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../sucrase/bin/sucrase-node" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../sucrase/bin/sucrase-node" $args
+ } else {
+ & "node$exe" "$basedir/../sucrase/bin/sucrase-node" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.bin/sucrase.cmd b/node_modules/.bin/sucrase.cmd
new file mode 100644
index 00000000000..3cd8928be8c
--- /dev/null
+++ b/node_modules/.bin/sucrase.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\sucrase\bin\sucrase" %*
diff --git a/node_modules/.bin/sucrase.ps1 b/node_modules/.bin/sucrase.ps1
new file mode 100644
index 00000000000..667bb8408e9
--- /dev/null
+++ b/node_modules/.bin/sucrase.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../sucrase/bin/sucrase" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../sucrase/bin/sucrase" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../sucrase/bin/sucrase" $args
+ } else {
+ & "node$exe" "$basedir/../sucrase/bin/sucrase" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.bin/tailwind b/node_modules/.bin/tailwind
new file mode 100644
index 00000000000..afd8c1867c0
--- /dev/null
+++ b/node_modules/.bin/tailwind
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../tailwindcss/lib/cli.js" "$@"
+else
+ exec node "$basedir/../tailwindcss/lib/cli.js" "$@"
+fi
diff --git a/node_modules/.bin/tailwind.cmd b/node_modules/.bin/tailwind.cmd
new file mode 100644
index 00000000000..338176a8cad
--- /dev/null
+++ b/node_modules/.bin/tailwind.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\tailwindcss\lib\cli.js" %*
diff --git a/node_modules/.bin/tailwind.ps1 b/node_modules/.bin/tailwind.ps1
new file mode 100644
index 00000000000..5d60befa498
--- /dev/null
+++ b/node_modules/.bin/tailwind.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../tailwindcss/lib/cli.js" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../tailwindcss/lib/cli.js" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../tailwindcss/lib/cli.js" $args
+ } else {
+ & "node$exe" "$basedir/../tailwindcss/lib/cli.js" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.bin/tailwindcss b/node_modules/.bin/tailwindcss
new file mode 100644
index 00000000000..afd8c1867c0
--- /dev/null
+++ b/node_modules/.bin/tailwindcss
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../tailwindcss/lib/cli.js" "$@"
+else
+ exec node "$basedir/../tailwindcss/lib/cli.js" "$@"
+fi
diff --git a/node_modules/.bin/tailwindcss.cmd b/node_modules/.bin/tailwindcss.cmd
new file mode 100644
index 00000000000..338176a8cad
--- /dev/null
+++ b/node_modules/.bin/tailwindcss.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\tailwindcss\lib\cli.js" %*
diff --git a/node_modules/.bin/tailwindcss.ps1 b/node_modules/.bin/tailwindcss.ps1
new file mode 100644
index 00000000000..5d60befa498
--- /dev/null
+++ b/node_modules/.bin/tailwindcss.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../tailwindcss/lib/cli.js" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../tailwindcss/lib/cli.js" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../tailwindcss/lib/cli.js" $args
+ } else {
+ & "node$exe" "$basedir/../tailwindcss/lib/cli.js" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.bin/update-browserslist-db b/node_modules/.bin/update-browserslist-db
new file mode 100644
index 00000000000..8cde7e33331
--- /dev/null
+++ b/node_modules/.bin/update-browserslist-db
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../update-browserslist-db/cli.js" "$@"
+else
+ exec node "$basedir/../update-browserslist-db/cli.js" "$@"
+fi
diff --git a/node_modules/.bin/update-browserslist-db.cmd b/node_modules/.bin/update-browserslist-db.cmd
new file mode 100644
index 00000000000..2e14905fb3d
--- /dev/null
+++ b/node_modules/.bin/update-browserslist-db.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\update-browserslist-db\cli.js" %*
diff --git a/node_modules/.bin/update-browserslist-db.ps1 b/node_modules/.bin/update-browserslist-db.ps1
new file mode 100644
index 00000000000..7abdf26dacf
--- /dev/null
+++ b/node_modules/.bin/update-browserslist-db.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../update-browserslist-db/cli.js" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../update-browserslist-db/cli.js" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../update-browserslist-db/cli.js" $args
+ } else {
+ & "node$exe" "$basedir/../update-browserslist-db/cli.js" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.bin/yaml b/node_modules/.bin/yaml
new file mode 100644
index 00000000000..b2a0116bfc9
--- /dev/null
+++ b/node_modules/.bin/yaml
@@ -0,0 +1,12 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../yaml/bin.mjs" "$@"
+else
+ exec node "$basedir/../yaml/bin.mjs" "$@"
+fi
diff --git a/node_modules/.bin/yaml.cmd b/node_modules/.bin/yaml.cmd
new file mode 100644
index 00000000000..f76090fc623
--- /dev/null
+++ b/node_modules/.bin/yaml.cmd
@@ -0,0 +1,17 @@
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\yaml\bin.mjs" %*
diff --git a/node_modules/.bin/yaml.ps1 b/node_modules/.bin/yaml.ps1
new file mode 100644
index 00000000000..68205828488
--- /dev/null
+++ b/node_modules/.bin/yaml.ps1
@@ -0,0 +1,28 @@
+#!/usr/bin/env pwsh
+$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
+
+$exe=""
+if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
+ # Fix case when both the Windows and Linux builds of Node
+ # are installed in the same directory
+ $exe=".exe"
+}
+$ret=0
+if (Test-Path "$basedir/node$exe") {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "$basedir/node$exe" "$basedir/../yaml/bin.mjs" $args
+ } else {
+ & "$basedir/node$exe" "$basedir/../yaml/bin.mjs" $args
+ }
+ $ret=$LASTEXITCODE
+} else {
+ # Support pipeline input
+ if ($MyInvocation.ExpectingInput) {
+ $input | & "node$exe" "$basedir/../yaml/bin.mjs" $args
+ } else {
+ & "node$exe" "$basedir/../yaml/bin.mjs" $args
+ }
+ $ret=$LASTEXITCODE
+}
+exit $ret
diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json
new file mode 100644
index 00000000000..3f528ebc2d5
--- /dev/null
+++ b/node_modules/.package-lock.json
@@ -0,0 +1,1529 @@
+{
+ "name": "Dawn",
+ "lockfileVersion": 2,
+ "requires": true,
+ "packages": {
+ "node_modules/@alloc/quick-lru": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@isaacs/cliui": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
+ "dev": true,
+ "dependencies": {
+ "string-width": "^5.1.2",
+ "string-width-cjs": "npm:string-width@^4.2.0",
+ "strip-ansi": "^7.0.1",
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
+ "wrap-ansi": "^8.1.0",
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@jridgewell/gen-mapping": {
+ "version": "0.3.5",
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
+ "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/set-array": "^1.2.1",
+ "@jridgewell/sourcemap-codec": "^1.4.10",
+ "@jridgewell/trace-mapping": "^0.3.24"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/resolve-uri": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/set-array": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
+ "dev": true
+ },
+ "node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.25",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.1.0",
+ "@jridgewell/sourcemap-codec": "^1.4.14"
+ }
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@pkgjs/parseargs": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
+ "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
+ "dev": true,
+ "optional": true,
+ "engines": {
+ "node": ">=14"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
+ "dev": true,
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
+ "dev": true,
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/any-promise": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
+ "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
+ "dev": true
+ },
+ "node_modules/anymatch": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
+ "dev": true,
+ "dependencies": {
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/arg": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
+ "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
+ "dev": true
+ },
+ "node_modules/autoprefixer": {
+ "version": "10.4.20",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz",
+ "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "dependencies": {
+ "browserslist": "^4.23.3",
+ "caniuse-lite": "^1.0.30001646",
+ "fraction.js": "^4.3.7",
+ "normalize-range": "^0.1.2",
+ "picocolors": "^1.0.1",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "bin": {
+ "autoprefixer": "bin/autoprefixer"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true
+ },
+ "node_modules/binary-extensions": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
+ "dev": true,
+ "dependencies": {
+ "fill-range": "^7.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/browserslist": {
+ "version": "4.23.3",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz",
+ "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "dependencies": {
+ "caniuse-lite": "^1.0.30001646",
+ "electron-to-chromium": "^1.5.4",
+ "node-releases": "^2.0.18",
+ "update-browserslist-db": "^1.1.0"
+ },
+ "bin": {
+ "browserslist": "cli.js"
+ },
+ "engines": {
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
+ }
+ },
+ "node_modules/camelcase-css": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
+ "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/caniuse-lite": {
+ "version": "1.0.30001655",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz",
+ "integrity": "sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ]
+ },
+ "node_modules/chokidar": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
+ "dev": true,
+ "dependencies": {
+ "anymatch": "~3.1.2",
+ "braces": "~3.0.2",
+ "glob-parent": "~5.1.2",
+ "is-binary-path": "~2.1.0",
+ "is-glob": "~4.0.1",
+ "normalize-path": "~3.0.0",
+ "readdirp": "~3.6.0"
+ },
+ "engines": {
+ "node": ">= 8.10.0"
+ },
+ "funding": {
+ "url": "https://paulmillr.com/funding/"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.2"
+ }
+ },
+ "node_modules/chokidar/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/commander": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
+ "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/cssesc": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
+ "dev": true,
+ "bin": {
+ "cssesc": "bin/cssesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/didyoumean": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
+ "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
+ "dev": true
+ },
+ "node_modules/dlv": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
+ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
+ "dev": true
+ },
+ "node_modules/eastasianwidth": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
+ "dev": true
+ },
+ "node_modules/electron-to-chromium": {
+ "version": "1.5.13",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz",
+ "integrity": "sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==",
+ "dev": true
+ },
+ "node_modules/emoji-regex": {
+ "version": "9.2.2",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
+ "dev": true
+ },
+ "node_modules/escalade": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/fast-glob": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
+ "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
+ },
+ "engines": {
+ "node": ">=8.6.0"
+ }
+ },
+ "node_modules/fast-glob/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/fastq": {
+ "version": "1.17.1",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
+ "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
+ "dev": true,
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/fill-range": {
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
+ "dev": true,
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/foreground-child": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
+ "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
+ "dev": true,
+ "dependencies": {
+ "cross-spawn": "^7.0.0",
+ "signal-exit": "^4.0.1"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/fraction.js": {
+ "version": "4.3.7",
+ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
+ "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
+ "dev": true,
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "type": "patreon",
+ "url": "https://github.com/sponsors/rawify"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+ "dev": true,
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/glob": {
+ "version": "10.4.5",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
+ "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
+ "dev": true,
+ "dependencies": {
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "package-json-from-dist": "^1.0.0",
+ "path-scurry": "^1.11.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/hasown": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "dev": true,
+ "dependencies": {
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/is-binary-path": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+ "dev": true,
+ "dependencies": {
+ "binary-extensions": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-core-module": {
+ "version": "2.15.1",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
+ "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
+ "dev": true,
+ "dependencies": {
+ "hasown": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dev": true,
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+ "dev": true
+ },
+ "node_modules/jackspeak": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
+ "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
+ "dev": true,
+ "dependencies": {
+ "@isaacs/cliui": "^8.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
+ }
+ },
+ "node_modules/jiti": {
+ "version": "1.21.6",
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
+ "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
+ "dev": true,
+ "bin": {
+ "jiti": "bin/jiti.js"
+ }
+ },
+ "node_modules/lilconfig": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
+ "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/lines-and-columns": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
+ "dev": true
+ },
+ "node_modules/lru-cache": {
+ "version": "10.4.3",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
+ "dev": true
+ },
+ "node_modules/merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
+ "dev": true,
+ "dependencies": {
+ "braces": "^3.0.3",
+ "picomatch": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/minimatch": {
+ "version": "9.0.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/minipass": {
+ "version": "7.1.2",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
+ "dev": true,
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ }
+ },
+ "node_modules/mz": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
+ "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
+ "dev": true,
+ "dependencies": {
+ "any-promise": "^1.0.0",
+ "object-assign": "^4.0.1",
+ "thenify-all": "^1.0.0"
+ }
+ },
+ "node_modules/nanoid": {
+ "version": "3.3.7",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
+ "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "bin": {
+ "nanoid": "bin/nanoid.cjs"
+ },
+ "engines": {
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
+ }
+ },
+ "node_modules/node-releases": {
+ "version": "2.0.18",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
+ "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
+ "dev": true
+ },
+ "node_modules/normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/normalize-range": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
+ "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-hash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
+ "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/package-json-from-dist": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
+ "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==",
+ "dev": true
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
+ "dev": true
+ },
+ "node_modules/path-scurry": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
+ "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^10.2.0",
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/picocolors": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
+ "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
+ "dev": true
+ },
+ "node_modules/picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true,
+ "engines": {
+ "node": ">=8.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
+ "node_modules/pify": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+ "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pirates": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
+ "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/postcss": {
+ "version": "8.4.45",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz",
+ "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/postcss"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "dependencies": {
+ "nanoid": "^3.3.7",
+ "picocolors": "^1.0.1",
+ "source-map-js": "^1.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ }
+ },
+ "node_modules/postcss-import": {
+ "version": "15.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
+ "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
+ "dev": true,
+ "dependencies": {
+ "postcss-value-parser": "^4.0.0",
+ "read-cache": "^1.0.0",
+ "resolve": "^1.1.7"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.0.0"
+ }
+ },
+ "node_modules/postcss-js": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
+ "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
+ "dev": true,
+ "dependencies": {
+ "camelcase-css": "^2.0.1"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >= 16"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ "peerDependencies": {
+ "postcss": "^8.4.21"
+ }
+ },
+ "node_modules/postcss-load-config": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
+ "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "dependencies": {
+ "lilconfig": "^3.0.0",
+ "yaml": "^2.3.4"
+ },
+ "engines": {
+ "node": ">= 14"
+ },
+ "peerDependencies": {
+ "postcss": ">=8.0.9",
+ "ts-node": ">=9.0.0"
+ },
+ "peerDependenciesMeta": {
+ "postcss": {
+ "optional": true
+ },
+ "ts-node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/postcss-load-config/node_modules/lilconfig": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
+ "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
+ "dev": true,
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/antonk52"
+ }
+ },
+ "node_modules/postcss-nested": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
+ "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "dependencies": {
+ "postcss-selector-parser": "^6.1.1"
+ },
+ "engines": {
+ "node": ">=12.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.14"
+ }
+ },
+ "node_modules/postcss-selector-parser": {
+ "version": "6.1.2",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
+ "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
+ "dev": true,
+ "dependencies": {
+ "cssesc": "^3.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-value-parser": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
+ "dev": true
+ },
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/read-cache": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
+ "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
+ "dev": true,
+ "dependencies": {
+ "pify": "^2.3.0"
+ }
+ },
+ "node_modules/readdirp": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
+ "dev": true,
+ "dependencies": {
+ "picomatch": "^2.2.1"
+ },
+ "engines": {
+ "node": ">=8.10.0"
+ }
+ },
+ "node_modules/resolve": {
+ "version": "1.22.8",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
+ "dev": true,
+ "dependencies": {
+ "is-core-module": "^2.13.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "dev": true,
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "dependencies": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "dev": true,
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/source-map-js": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
+ "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/string-width": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
+ "dev": true,
+ "dependencies": {
+ "eastasianwidth": "^0.2.0",
+ "emoji-regex": "^9.2.2",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/string-width-cjs": {
+ "name": "string-width",
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-width-cjs/node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-width-cjs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true
+ },
+ "node_modules/string-width-cjs/node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dev": true,
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/strip-ansi-cjs": {
+ "name": "strip-ansi",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/sucrase": {
+ "version": "3.35.0",
+ "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
+ "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/gen-mapping": "^0.3.2",
+ "commander": "^4.0.0",
+ "glob": "^10.3.10",
+ "lines-and-columns": "^1.1.6",
+ "mz": "^2.7.0",
+ "pirates": "^4.0.1",
+ "ts-interface-checker": "^0.1.9"
+ },
+ "bin": {
+ "sucrase": "bin/sucrase",
+ "sucrase-node": "bin/sucrase-node"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ }
+ },
+ "node_modules/supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/tailwindcss": {
+ "version": "3.4.10",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz",
+ "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==",
+ "dev": true,
+ "dependencies": {
+ "@alloc/quick-lru": "^5.2.0",
+ "arg": "^5.0.2",
+ "chokidar": "^3.5.3",
+ "didyoumean": "^1.2.2",
+ "dlv": "^1.1.3",
+ "fast-glob": "^3.3.0",
+ "glob-parent": "^6.0.2",
+ "is-glob": "^4.0.3",
+ "jiti": "^1.21.0",
+ "lilconfig": "^2.1.0",
+ "micromatch": "^4.0.5",
+ "normalize-path": "^3.0.0",
+ "object-hash": "^3.0.0",
+ "picocolors": "^1.0.0",
+ "postcss": "^8.4.23",
+ "postcss-import": "^15.1.0",
+ "postcss-js": "^4.0.1",
+ "postcss-load-config": "^4.0.1",
+ "postcss-nested": "^6.0.1",
+ "postcss-selector-parser": "^6.0.11",
+ "resolve": "^1.22.2",
+ "sucrase": "^3.32.0"
+ },
+ "bin": {
+ "tailwind": "lib/cli.js",
+ "tailwindcss": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/thenify": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
+ "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
+ "dev": true,
+ "dependencies": {
+ "any-promise": "^1.0.0"
+ }
+ },
+ "node_modules/thenify-all": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
+ "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
+ "dev": true,
+ "dependencies": {
+ "thenify": ">= 3.1.0 < 4"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dev": true,
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/ts-interface-checker": {
+ "version": "0.1.13",
+ "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
+ "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
+ "dev": true
+ },
+ "node_modules/update-browserslist-db": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
+ "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "dependencies": {
+ "escalade": "^3.1.2",
+ "picocolors": "^1.0.1"
+ },
+ "bin": {
+ "update-browserslist-db": "cli.js"
+ },
+ "peerDependencies": {
+ "browserslist": ">= 4.21.0"
+ }
+ },
+ "node_modules/util-deprecate": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
+ "dev": true
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/wrap-ansi": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^6.1.0",
+ "string-width": "^5.0.1",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs": {
+ "name": "wrap-ansi",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/yaml": {
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.1.tgz",
+ "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==",
+ "dev": true,
+ "bin": {
+ "yaml": "bin.mjs"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ }
+ }
+}
diff --git a/node_modules/@alloc/quick-lru/index.d.ts b/node_modules/@alloc/quick-lru/index.d.ts
new file mode 100644
index 00000000000..eb819bad0c2
--- /dev/null
+++ b/node_modules/@alloc/quick-lru/index.d.ts
@@ -0,0 +1,128 @@
+declare namespace QuickLRU {
+ interface Options
+
+ Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.
+
+(\n skipable: boolean,\n map: GenMapping,\n genLine: number,\n genColumn: number,\n source: S,\n sourceLine: S extends string ? number : null | undefined,\n sourceColumn: S extends string ? number : null | undefined,\n name: S extends string ? string | null | undefined : null | undefined,\n content: S extends string ? string | null | undefined : null | undefined,\n): void {\n const {\n _mappings: mappings,\n _sources: sources,\n _sourcesContent: sourcesContent,\n _names: names,\n } = cast(map);\n const line = getLine(mappings, genLine);\n const index = getColumnIndex(line, genColumn);\n\n if (!source) {\n if (skipable && skipSourceless(line, index)) return;\n return insert(line, index, [genColumn]);\n }\n\n // Sigh, TypeScript can't figure out sourceLine and sourceColumn aren't nullish if source\n // isn't nullish.\n assert(\n skipable: boolean,\n map: GenMapping,\n mapping: {\n generated: Pos;\n source: S;\n original: S extends string ? Pos : null | undefined;\n name: S extends string ? string | null | undefined : null | undefined;\n content: S extends string ? string | null | undefined : null | undefined;\n },\n) {\n const { generated, source, original, name, content } = mapping;\n if (!source) {\n return addSegmentInternal(\n skipable,\n map,\n generated.line - 1,\n generated.column,\n null,\n null,\n null,\n null,\n null,\n );\n }\n assert(\n skipable: boolean,\n map: GenMapping,\n genLine: number,\n genColumn: number,\n source: S,\n sourceLine: S extends string ? number : null | undefined,\n sourceColumn: S extends string ? number : null | undefined,\n name: S extends string ? string | null | undefined : null | undefined,\n content: S extends string ? string | null | undefined : null | undefined,\n): void {\n const {\n _mappings: mappings,\n _sources: sources,\n _sourcesContent: sourcesContent,\n _names: names,\n } = cast(map);\n const line = getLine(mappings, genLine);\n const index = getColumnIndex(line, genColumn);\n\n if (!source) {\n if (skipable && skipSourceless(line, index)) return;\n return insert(line, index, [genColumn]);\n }\n\n // Sigh, TypeScript can't figure out sourceLine and sourceColumn aren't nullish if source\n // isn't nullish.\n assert(\n skipable: boolean,\n map: GenMapping,\n mapping: {\n generated: Pos;\n source: S;\n original: S extends string ? Pos : null | undefined;\n name: S extends string ? string | null | undefined : null | undefined;\n content: S extends string ? string | null | undefined : null | undefined;\n },\n) {\n const { generated, source, original, name, content } = mapping;\n if (!source) {\n return addSegmentInternal(\n skipable,\n map,\n generated.line - 1,\n generated.column,\n null,\n null,\n null,\n null,\n null,\n );\n }\n assert