Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add help text to the Variant Pills settings area #1782

Merged
merged 7 commits into from
Jun 27, 2022
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@
{
"name": "t:settings_schema.variant_pills.name",
"settings": [
{
"type": "paragraph",
"content": "t:settings_schema.variant_pills.paragraph"
},
{
"type": "header",
"content": "t:settings_schema.global.settings.header__border.content"
Expand Down
3 changes: 2 additions & 1 deletion locales/cs.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "Tlačítka"
},
"variant_pills": {
"name": "Kulaté přepínače variant"
"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)"
},
"inputs": {
"name": "Vstupy"
Expand Down
3 changes: 2 additions & 1 deletion locales/da.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "Knapper"
},
"variant_pills": {
"name": "Variantetiketter"
"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)"
},
"inputs": {
"name": "Inputs"
Expand Down
3 changes: 2 additions & 1 deletion locales/de.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "Schaltflächen"
},
"variant_pills": {
"name": "Varianten-Kapseln"
"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)"
},
"inputs": {
"name": "Eingaben"
Expand Down
3 changes: 2 additions & 1 deletion locales/en.default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@
"name": "Buttons"
},
"variant_pills": {
"name": "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)"
},
"inputs": {
"name": "Inputs"
Expand Down
3 changes: 2 additions & 1 deletion locales/es.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "Botones"
},
"variant_pills": {
"name": "Botones de variantes"
"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)"
},
"inputs": {
"name": "Entradas"
Expand Down
3 changes: 2 additions & 1 deletion locales/fi.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "Painikkeet"
},
"variant_pills": {
"name": "Versioiden kuvakkeet"
"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)"
},
"inputs": {
"name": "Syötteet"
Expand Down
3 changes: 2 additions & 1 deletion locales/fr.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "Boutons"
},
"variant_pills": {
"name": "Boutons pilule de variante"
"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)"
},
"inputs": {
"name": "Entrées"
Expand Down
3 changes: 2 additions & 1 deletion locales/it.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "Pulsanti"
},
"variant_pills": {
"name": "Pulsanti di selezione variante"
"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)"
},
"inputs": {
"name": "Input"
Expand Down
3 changes: 2 additions & 1 deletion locales/ja.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "ボタン"
},
"variant_pills": {
"name": "バリエーションのピル型ボタン"
"name": "バリエーションのピル型ボタン",
"paragraph": "バリエーションのピル型ボタンは、商品バリエーションを表示する1つの方法です。[詳しくはこちら](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)"
},
"inputs": {
"name": "入力"
Expand Down
3 changes: 2 additions & 1 deletion locales/ko.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "버튼"
},
"variant_pills": {
"name": "이형 상품 타원형"
"name": "이형 상품 타원형",
"paragraph": "이형 상품 필은 제품 이형 상품을 표시하는 방법 중 하나입니다. [자세히 알아보기](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)"
},
"inputs": {
"name": "입력"
Expand Down
3 changes: 2 additions & 1 deletion locales/nb.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "Knapper"
},
"variant_pills": {
"name": "Variantknapper"
"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)"
},
"inputs": {
"name": "Inputs"
Expand Down
3 changes: 2 additions & 1 deletion locales/nl.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "Knoppen"
},
"variant_pills": {
"name": "Variantopties"
"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)"
},
"inputs": {
"name": "Invoer"
Expand Down
3 changes: 2 additions & 1 deletion locales/sv.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "Knappar"
},
"variant_pills": {
"name": "Variantkapslar"
"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)"
},
"inputs": {
"name": "Inmatningar"
Expand Down
3 changes: 2 additions & 1 deletion locales/th.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "ปุ่ม"
},
"variant_pills": {
"name": "ตัวเลือกสินค้าทรงเม็ดยา"
"name": "ตัวเลือกสินค้าทรงเม็ดยา",
"paragraph": "แคปซูลตัวเลือกสินค้าเป็นวิธีหนึ่งในการแสดงตัวเลือกสินค้าของคุณ [ดูข้อมูลเพิ่มเติม](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)"
},
"inputs": {
"name": "อินพุต"
Expand Down
3 changes: 2 additions & 1 deletion locales/tr.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "Düğmeler"
},
"variant_pills": {
"name": "Varyasyon seçenekleri"
"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)"
},
"inputs": {
"name": "Girdiler"
Expand Down
3 changes: 2 additions & 1 deletion locales/vi.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "Nút"
},
"variant_pills": {
"name": "Ô chọn mẫu mã"
"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)"
},
"inputs": {
"name": "Thông tin đầu vào"
Expand Down
3 changes: 2 additions & 1 deletion locales/zh-CN.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "按钮"
},
"variant_pills": {
"name": "多属性椭圆形框"
"name": "多属性椭圆形框",
"paragraph": "多属性椭圆形框是显示产品多属性的一种方式。[了解详细信息](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)"
},
"inputs": {
"name": "输入"
Expand Down
3 changes: 2 additions & 1 deletion locales/zh-TW.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"name": "按鈕"
},
"variant_pills": {
"name": "子類藥丸"
"name": "子類藥丸",
"paragraph": "子類藥丸是顯示商品子類選項的一種方式。[瞭解詳情](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)"
},
"inputs": {
"name": "輸入"
Expand Down