@shopify/cli 3.84.2 → 3.85.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/README.md +1 -1
  2. package/dist/{chokidar-KCZH6DIC.js → chokidar-TTCYG5AA.js} +5 -5
  3. package/dist/{chokidar-XPSJ2FUJ.js → chokidar-XUA2BN3J.js} +5 -5
  4. package/dist/{chunk-QS5WPZTS.js → chunk-2IA24ROR.js} +9 -8
  5. package/dist/{chunk-T2Z26YN7.js → chunk-2IEQZDJI.js} +3 -3
  6. package/dist/{chunk-MRQXBTNU.js → chunk-47CMAYQE.js} +3 -3
  7. package/dist/{chunk-M6EH6UKK.js → chunk-4JN3JAPL.js} +3 -3
  8. package/dist/{chunk-BSKQ4RKV.js → chunk-5FNCRAPA.js} +3 -3
  9. package/dist/{chunk-L5OKA4W4.js → chunk-76S5M67J.js} +7 -7
  10. package/dist/{chunk-DZCCH5OM.js → chunk-A26YXFMX.js} +8 -8
  11. package/dist/{chunk-YNNUWX3I.js → chunk-AJOVRT5K.js} +3 -3
  12. package/dist/{chunk-7YVG6N4O.js → chunk-AJYT5DKD.js} +2 -2
  13. package/dist/{chunk-HMDWNGIV.js → chunk-AM4QB5OM.js} +206 -100
  14. package/dist/{chunk-TAA5HGRT.js → chunk-B36FYNEM.js} +664 -587
  15. package/dist/{chunk-46YOOMEM.js → chunk-BB4VAGLH.js} +2 -2
  16. package/dist/{chunk-W5G2YPO2.js → chunk-BQ3PZIHZ.js} +7 -7
  17. package/dist/{chunk-ZBPY6YL5.js → chunk-C4XAKIGB.js} +8 -8
  18. package/dist/{chunk-AQVXNWM2.js → chunk-DJVJNSKZ.js} +2 -2
  19. package/dist/{chunk-BX2C6EVM.js → chunk-DKG2TMNN.js} +2 -2
  20. package/dist/{del-SAZHGAZZ.js → chunk-EFOOQV72.js} +17 -378
  21. package/dist/{chunk-3FBDJEGD.js → chunk-F7F4BQYW.js} +1824 -762
  22. package/dist/{chunk-66VZYBID.js → chunk-F7J5CUMZ.js} +4 -4
  23. package/dist/{chunk-KHBZ52PT.js → chunk-G2VTHDI5.js} +41 -17
  24. package/dist/{chunk-Z6MEYGAG.js → chunk-HNHQAN5R.js} +3 -3
  25. package/dist/chunk-IWFYXDPH.js +109 -0
  26. package/dist/{chunk-G74IQQ6M.js → chunk-JF6OJWJV.js} +3 -3
  27. package/dist/{chunk-UOLT7THS.js → chunk-JR35C77F.js} +3 -3
  28. package/dist/{chunk-YPRC4TK6.js → chunk-K2VBTQSL.js} +187 -43
  29. package/dist/chunk-KU6FTMKN.js +87 -0
  30. package/dist/{chunk-JHLYV5K7.js → chunk-NYUWDGSK.js} +7 -7
  31. package/dist/{chunk-OCEWRJZI.js → chunk-PUO72IWW.js} +16 -20
  32. package/dist/{chunk-ZRU5CKDG.js → chunk-T3FBGLW4.js} +4 -4
  33. package/dist/{chunk-G5R6YD27.js → chunk-UATXMR5F.js} +2 -103
  34. package/dist/{chunk-6A27UWO7.js → chunk-UGBL65P2.js} +4 -4
  35. package/dist/{chunk-RTTTZZGY.js → chunk-VELVK2EZ.js} +4 -4
  36. package/dist/{chunk-TFVMB62A.js → chunk-VLSFD7SJ.js} +19 -18
  37. package/dist/{chunk-YUI23PKV.js → chunk-WRIQTRQE.js} +2 -2
  38. package/dist/{chunk-2TBGVDDK.js → chunk-XO7GQ2WG.js} +3 -3
  39. package/dist/{chunk-6JFZSZKE.js → chunk-XTCT7ABH.js} +16379 -5792
  40. package/dist/{chunk-DCU33ZNP.js → chunk-Y4DWHLHN.js} +3 -3
  41. package/dist/{chunk-XD5EFQE2.js → chunk-Y7JIZJYE.js} +5 -5
  42. package/dist/{chunk-7UHRC35E.js → chunk-Z7TXQNKI.js} +2 -2
  43. package/dist/chunk-ZAVXS5HH.js +4654 -0
  44. package/dist/{chunk-MXDBI4PG.js → chunk-ZXKNRG53.js} +5 -5
  45. package/dist/cli/commands/auth/login.d.ts +8 -0
  46. package/dist/cli/commands/auth/login.js +28 -0
  47. package/dist/cli/commands/auth/login.test.js +53 -0
  48. package/dist/cli/commands/auth/logout.js +15 -17
  49. package/dist/cli/commands/auth/logout.test.js +20 -22
  50. package/dist/cli/commands/cache/clear.js +15 -16
  51. package/dist/cli/commands/debug/command-flags.js +15 -16
  52. package/dist/cli/commands/docs/generate.js +15 -16
  53. package/dist/cli/commands/docs/generate.test.js +21 -22
  54. package/dist/cli/commands/help.js +15 -16
  55. package/dist/cli/commands/kitchen-sink/async.js +16 -17
  56. package/dist/cli/commands/kitchen-sink/async.test.js +17 -18
  57. package/dist/cli/commands/kitchen-sink/index.js +18 -19
  58. package/dist/cli/commands/kitchen-sink/index.test.js +21 -22
  59. package/dist/cli/commands/kitchen-sink/prompts.js +16 -17
  60. package/dist/cli/commands/kitchen-sink/prompts.test.js +17 -18
  61. package/dist/cli/commands/kitchen-sink/static.js +16 -17
  62. package/dist/cli/commands/kitchen-sink/static.test.js +17 -18
  63. package/dist/cli/commands/notifications/generate.js +16 -17
  64. package/dist/cli/commands/notifications/list.js +16 -17
  65. package/dist/cli/commands/search.js +16 -17
  66. package/dist/cli/commands/upgrade.js +16 -17
  67. package/dist/cli/commands/upgrade.test.js +1 -1
  68. package/dist/cli/commands/version.js +16 -17
  69. package/dist/cli/commands/version.test.js +17 -18
  70. package/dist/cli/services/commands/notifications.js +11 -12
  71. package/dist/cli/services/commands/search.js +7 -8
  72. package/dist/cli/services/commands/search.test.js +8 -9
  73. package/dist/cli/services/commands/version.js +8 -9
  74. package/dist/cli/services/commands/version.test.js +10 -11
  75. package/dist/cli/services/kitchen-sink/async.js +7 -8
  76. package/dist/cli/services/kitchen-sink/prompts.js +7 -8
  77. package/dist/cli/services/kitchen-sink/static.js +7 -8
  78. package/dist/cli/services/upgrade.js +8 -9
  79. package/dist/cli/services/upgrade.test.js +12 -13
  80. package/dist/configs/all.yml +3 -0
  81. package/dist/configs/recommended.yml +3 -0
  82. package/dist/{custom-oclif-loader-BBMEEF2H.js → custom-oclif-loader-J2DN7UTY.js} +11 -12
  83. package/dist/data/objects.json +2 -2
  84. package/dist/data/shopify_system_translations.json +69 -22
  85. package/dist/data/tags.json +10 -10
  86. package/dist/del-DNZ7X2HW.js +377 -0
  87. package/dist/{error-handler-734CUCMD.js → error-handler-JJ76ZQMC.js} +13 -14
  88. package/dist/hooks/postrun.js +13 -15
  89. package/dist/hooks/prerun.js +14 -15
  90. package/dist/index.d.ts +1 -1
  91. package/dist/index.js +7473 -5646
  92. package/dist/{lib-OSXFX3I2.js → lib-DEEC6IKU.js} +3 -4
  93. package/dist/{local-5AKZWHSS.js → local-2JWTG2IJ.js} +7 -8
  94. package/dist/{morph-TYIH255V.js → morph-5D7H6MU2.js} +13 -11
  95. package/dist/{node-package-manager-DMOU4DTB.js → node-package-manager-YCQL3774.js} +8 -9
  96. package/dist/{npa-E675GQOI.js → npa-LHT53SWR.js} +3 -5
  97. package/dist/tsconfig.tsbuildinfo +1 -1
  98. package/dist/{ui-JQXGLHMO.js → ui-HITLA3H3.js} +9 -8
  99. package/dist/{workerd-FTKMK3NR.js → workerd-KHWXFNPK.js} +22 -22
  100. package/oclif.manifest.json +79 -9
  101. package/package.json +10 -10
  102. package/dist/chunk-CP3BRHWK.js +0 -33
  103. package/dist/chunk-EZQWZ57B.js +0 -53
  104. package/dist/chunk-SJMHVGQ5.js +0 -119
  105. package/dist/chunk-SM7O6ZFJ.js +0 -1216
@@ -74,12 +74,12 @@
74
74
  "shopify.checkout.general.errors.merchandise.title_too_long": "Merchandise title is too long.",
75
75
  "shopify.checkout.general.errors.merchandise.title_empty": "Merchandise title is empty.",
76
76
  "shopify.checkout.general.errors.buyer_identity.business_customer_does_not_match_company": "Company contact does not have access to company.",
77
- "shopify.checkout.general.errors.buyer_identity.customer_account_required": "Customer must log in to continue.",
77
+ "shopify.checkout.general.errors.buyer_identity.customer_account_required": "You must sign in to continue.",
78
78
  "shopify.checkout.general.errors.buyer_identity.company_location_required": "Customer must choose a company location to continue.",
79
79
  "shopify.checkout.general.errors.buyer_identity.company_purchase_permission_required": "Customer does not have permission to place company orders.",
80
80
  "shopify.checkout.general.errors.buyer_identity.personal_order_not_allowed": "Personal orders are not allowed for this shop.",
81
81
  "shopify.checkout.general.errors.buyer_identity.lost_access_to_company": "Customer lost access to any company.",
82
- "shopify.checkout.general.errors.buyer_identity.contact_info_does_not_match_customer_account": "Specified customer info should match the logged in customer account.",
82
+ "shopify.checkout.general.errors.buyer_identity.contact_info_does_not_match_customer_account": "Contact info must match the account you're signed in to.",
83
83
  "shopify.checkout.general.errors.buyer_identity.phone_number_does_not_match_expected_pattern": "The specified phone number does not match the expected pattern.",
84
84
  "shopify.checkout.general.errors.buyer_identity.email_required": "An email is required when the merchandise is purchased using a subscription.",
85
85
  "shopify.checkout.general.errors.buyer_identity.email_domain_is_invalid": "This specified domain cannot be resolved.",
@@ -226,6 +226,7 @@
226
226
  "shopify.checkout.general.stepper.decrease": "Decrease {{type}}",
227
227
  "shopify.checkout.general.stepper.minimum_reached": "Minimum of {{value}} reached",
228
228
  "shopify.checkout.general.stepper.maximum_reached": "Maximum of {{value}} reached",
229
+ "shopify.checkout.general.remove_chip": "Remove item",
229
230
  "shopify.checkout.general.remove_item": "Remove %{label}",
230
231
  "shopify.checkout.general.remove_tag": "Remove tag",
231
232
  "shopify.checkout.general.dates.weekdays.monday": "Monday",
@@ -346,7 +347,7 @@
346
347
  "shopify.checkout.delivery_options.shipping_address": "Shipping address",
347
348
  "shopify.checkout.delivery_options.pick_up": "Pick up",
348
349
  "shopify.checkout.delivery_options.pick_up_from_store": "Pickup in store",
349
- "shopify.checkout.delivery_options.pick_up_locations": "Store locations",
350
+ "shopify.checkout.delivery_options.pick_up_locations": "Pickup locations",
350
351
  "shopify.checkout.delivery_options.pick_up_in_one_hour": "Usually ready in 1 hour",
351
352
  "shopify.checkout.delivery_options.pick_up_in_two_hours": "Usually ready in 2 hours",
352
353
  "shopify.checkout.delivery_options.pick_up_in_four_hours": "Usually ready in 4 hours",
@@ -364,8 +365,8 @@
364
365
  "shopify.checkout.delivery_options.subscription_pickup_information": "This delivery method will apply to all items in this order and to all future orders for this subscription.",
365
366
  "shopify.checkout.customer_account.not_user_label": "Not %{first_name}?",
366
367
  "shopify.checkout.customer_account.have_an_account_label": "Have an account?",
367
- "shopify.checkout.customer_account.sign_in_link_label": "Log in",
368
- "shopify.checkout.customer_account.sign_out_link_label": "Log out",
368
+ "shopify.checkout.customer_account.sign_in_link_label": "Sign in",
369
+ "shopify.checkout.customer_account.sign_out_link_label": "Sign out",
369
370
  "shopify.checkout.customer_account.save_my_information_label": "Save this information for next time",
370
371
  "shopify.checkout.customer_account.invalid_address": "Selected address is invalid. %{update_address_link} or select a different address.",
371
372
  "shopify.checkout.customer_account.incomplete_address": "Selected address is incomplete. %{update_address_link} or select a different address.",
@@ -423,6 +424,7 @@
423
424
  "shopify.checkout.stock.price_and_quantity_update.description": "Prices and available quantities for these items have changed and are updated in your cart.",
424
425
  "shopify.checkout.stock.out_of_stock.description": "These items are no longer available and have been removed from your cart.",
425
426
  "shopify.checkout.stock.out_of_stock.items_unavailable": "Some items are no longer available and have been removed from your cart.",
427
+ "shopify.checkout.stock.out_of_stock_in_context_label": "This product is not available in your country\/region.",
426
428
  "shopify.checkout.contextual_availability.title.one": "Unavailable product",
427
429
  "shopify.checkout.contextual_availability.title.other": "Unavailable products",
428
430
  "shopify.checkout.contextual_availability.products_not_available.one": "This product will be removed from your cart because it's not available in your country\/region.",
@@ -451,6 +453,8 @@
451
453
  "shopify.checkout.order_summary.title": "Order summary",
452
454
  "shopify.checkout.order_summary.group_title_label": "Part of \"%{group_title}\"",
453
455
  "shopify.checkout.order_summary.for_add_on": "For: %{group_title}",
456
+ "shopify.checkout.order_summary.from_shop_heading": "From %{shop_name}",
457
+ "shopify.checkout.order_summary.from_other_stores_heading": "From other stores",
454
458
  "shopify.checkout.order_summary.number_items.one": "%{count} item",
455
459
  "shopify.checkout.order_summary.number_items.other": "%{count} items",
456
460
  "shopify.checkout.order_summary.view_all_items.one": "View %{count} item",
@@ -510,6 +514,7 @@
510
514
  "shopify.checkout.order_summary.pickup_unavailable_banner_body.ship_to_address": "Ship to address",
511
515
  "shopify.checkout.order_summary.pickup_unavailable_banner_body.ship_to_address_instead_html": "%{link} instead",
512
516
  "shopify.checkout.order_summary.tip_label": "Tip",
517
+ "shopify.checkout.order_summary.unconfirmed_label": "Unconfirmed",
513
518
  "shopify.checkout.order_summary.calculating_shipping": "Calculating…",
514
519
  "shopify.checkout.order_summary.calculating": "Calculating…",
515
520
  "shopify.checkout.order_summary.shipping_default_value": "Calculated at next step",
@@ -627,6 +632,7 @@
627
632
  "shopify.checkout.shipping.delivery_title": "Delivery",
628
633
  "shopify.checkout.shipping.shipping_method_notice": " ",
629
634
  "shopify.checkout.shipping.shipping_method_title": "Shipping method",
635
+ "shopify.checkout.shipping.shipping_method_rollup_accessibility_label": "Shipping method options",
630
636
  "shopify.checkout.shipping.shipping_method_one_time_purchase_group_title": "One-time purchase",
631
637
  "shopify.checkout.shipping.shipping_method_first_shipment_group_title.one": "First shipment",
632
638
  "shopify.checkout.shipping.shipping_method_first_shipment_group_title.other": "First shipments",
@@ -737,6 +743,7 @@
737
743
  "shopify.checkout.shipping.shipping_used_as_billing_notice": "This will also be used as your billing address for this order.",
738
744
  "shopify.checkout.shipping.address_update": "Update address",
739
745
  "shopify.checkout.shipping.shipping_address_title": "Ship to",
746
+ "shopify.checkout.shipping.shipping_address_rollup_accessibility_label": "Ship to address options",
740
747
  "shopify.checkout.shipping.add_address": "Use a different address",
741
748
  "shopify.checkout.shipping.add_delivery_instructions": "Add delivery instructions",
742
749
  "shopify.checkout.shipping.edit": "Edit",
@@ -756,7 +763,8 @@
756
763
  "shopify.checkout.shipping.method_summary.incomplete_address_entered": "Enter a complete shipping address to view available shipping methods",
757
764
  "shopify.checkout.shipping.method_summary.incomplete_address_selected": "Select a complete shipping address to view available shipping methods",
758
765
  "shopify.checkout.shipping.local_pickup.search_address": "Search for address",
759
- "shopify.checkout.shipping.local_pickup.rollup_title": "Store location",
766
+ "shopify.checkout.shipping.local_pickup.rollup_title": "Pickup location",
767
+ "shopify.checkout.shipping.local_pickup.rollup_accessibility_label": "Pickup location options",
760
768
  "shopify.checkout.shipping.missing_shipping_address": "Shipping address is missing",
761
769
  "shopify.checkout.shipping.split_shipping_merchandise_quantity_label_standard": "%{quantity} items",
762
770
  "shopify.checkout.shipping.split_shipping_merchandise_quantity_label_additional": "+%{quantity} more",
@@ -822,8 +830,8 @@
822
830
  "shopify.checkout.payment.network_card_payment_options": "Choose a card network",
823
831
  "shopify.checkout.payment.network_card_persistence_description": "The selected network will be saved with your payment method for future transactions.",
824
832
  "shopify.checkout.payment.amazon_payments_label": "Amazon Pay",
825
- "shopify.checkout.payment.amazon_payments_login_hint": "You will be asked to login with Amazon.",
826
- "shopify.checkout.payment.amazon_payments_logout": "Log out from Amazon Pay",
833
+ "shopify.checkout.payment.amazon_payments_login_hint": "You'll be asked to sign in with Amazon.",
834
+ "shopify.checkout.payment.amazon_payments_logout": "Sign out from Amazon Pay",
827
835
  "shopify.checkout.payment.amazon_payments_failed_mfa_challenge": "The selected payment method could not be used. Select a different method or contact your bank or card issuer.",
828
836
  "shopify.checkout.payment.amazon_payments_abandoned_mfa_challenge": "Your payment couldn't be completed. Try a different payment method or contact your bank or card issuer.",
829
837
  "shopify.checkout.payment.amazon_payments_could_not_enqueue_authorize": "There was an issue processing your payment. Try again or use a different payment method.",
@@ -879,6 +887,13 @@
879
887
  "shopify.checkout.payment.card_vaulted_company_location": "Card saved for this location",
880
888
  "shopify.checkout.payment.expiry_long": "(Expires %{month}\/%{year})",
881
889
  "shopify.checkout.payment.expiry_short": "(Exp %{month}\/%{year})",
890
+ "shopify.checkout.payment.crypto_payment_method.description": "Securely connect to your wallet on the Base network",
891
+ "shopify.checkout.payment.crypto_payment_method.tooltip": "Your wallet balance and address will not be shared and only the requested amount can be deducted",
892
+ "shopify.checkout.payment.crypto_modal.header": "Pay %{shop_name} %{total_price} USDC",
893
+ "shopify.checkout.payment.crypto_modal.error.refresh": "Refresh",
894
+ "shopify.checkout.payment.crypto_modal.error.close": "close",
895
+ "shopify.checkout.payment.crypto_modal.error.sandbox_error": "Something went wrong",
896
+ "shopify.checkout.payment.crypto_modal.error.web_component_error": "There was a problem loading this page",
882
897
  "shopify.checkout.payment.saved_by_payment_method": "Saved by %{payment_method}",
883
898
  "shopify.checkout.payment.pay_with_payment_method": "Pay with %{payment_method}",
884
899
  "shopify.checkout.payment.different_credit_card_label": "Use a different credit card",
@@ -896,6 +911,7 @@
896
911
  "shopify.checkout.payment.offsite_gateway_redirect_hint_no_button_label": "After continuing, you will be redirected to %{gateway_label} to complete your purchase securely.",
897
912
  "shopify.checkout.payment.receiver_payment_experience_hint": "After placing your order, you will receive payment details. Make the payment at Multibanco or online within %{due_days} days.",
898
913
  "shopify.checkout.payment.billing_address_title": "Billing address",
914
+ "shopify.checkout.payment.billing_address_rollup_accessibility_label": "Billing address options",
899
915
  "shopify.checkout.payment.billing_address_description": "Select the address that matches your card or payment method.",
900
916
  "shopify.checkout.payment.billing_address_description_no_shipping_address": "Enter the address that matches your card or payment method.",
901
917
  "shopify.checkout.payment.no_js_credit_card_fields_redirect_hint": "You will be redirected to add your payment information.",
@@ -1019,6 +1035,7 @@
1019
1035
  "shopify.checkout.payment.delete_credit_card_modal.cancel": "Cancel",
1020
1036
  "shopify.checkout.payment.delete_credit_card_modal.delete": "Delete",
1021
1037
  "shopify.checkout.payment.edit_credit_card_modal.title": "Edit card",
1038
+ "shopify.checkout.payment.edit_credit_card_modal.edit_credit_card_rollup_accessibility_label": "Show card options",
1022
1039
  "shopify.checkout.payment.edit_credit_card_modal.done": "Done",
1023
1040
  "shopify.checkout.payment.edit_credit_card_modal.cancel": "Cancel",
1024
1041
  "shopify.checkout.payment.edit_credit_card_modal.description": "You can only modify the billing address of your card.",
@@ -1073,6 +1090,7 @@
1073
1090
  "shopify.checkout.payment.waiting_on_taxes_message": "If your taxes don't calculate within the next few seconds, refresh the page.",
1074
1091
  "shopify.checkout.payment.waiting_on_taxes_notice": "Calculating taxes",
1075
1092
  "shopify.checkout.payment.payment_method": "Payment method",
1093
+ "shopify.checkout.payment.payment_method_rollup_accessibility_label": "Payment method options",
1076
1094
  "shopify.checkout.payment.expired_payment_method": "Selected payment method has expired",
1077
1095
  "shopify.checkout.payment.payment_method_update_failed": "Payment method update failed.",
1078
1096
  "shopify.checkout.payment.payment_method_incompatible_with_payment_terms": "Payment method is incompatible with payment terms.",
@@ -1081,6 +1099,12 @@
1081
1099
  "shopify.checkout.payment.gift_cards_unavailable": "Your gift card can no longer be applied to this order and has been removed",
1082
1100
  "shopify.checkout.payment.payment_flexibility_terms_id_mismatch": "Payment flexibility terms ID mismatch",
1083
1101
  "shopify.checkout.payment.payment_option.accessibility_label": "Choose a payment option",
1102
+ "shopify.checkout.payment.bank_account_type.checking": "Checking",
1103
+ "shopify.checkout.payment.bank_account_type.savings": "Savings",
1104
+ "shopify.checkout.payment.bank_account_choose": "Choose an account to securely complete your purchase",
1105
+ "shopify.checkout.payment.bank_account_connect_another": "Connect another bank account",
1106
+ "shopify.checkout.payment.bank_account_connect": "Connect bank account",
1107
+ "shopify.checkout.payment.bank_account_missing": "Bank account must be connected",
1084
1108
  "shopify.checkout.billing.billing_address_title": "Bill to",
1085
1109
  "shopify.checkout.billing.same_as_shipping": "Same as shipping address",
1086
1110
  "shopify.checkout.billing.add_address": "Use a different address",
@@ -1094,6 +1118,7 @@
1094
1118
  "shopify.checkout.billing.address_form.save": "Save",
1095
1119
  "shopify.checkout.billing.address_form.cancel": "Cancel",
1096
1120
  "shopify.checkout.company_location.location_title": "Company location",
1121
+ "shopify.checkout.company_location.location_rollup_accessibility_label": "Company location options",
1097
1122
  "shopify.checkout.payment_summary.gift_card_current_balance_notice": "Current balance %{amount}",
1098
1123
  "shopify.checkout.payment_summary.credit_card_expires_on_notice": "Expires on %{month}\/%{year}",
1099
1124
  "shopify.checkout.payment_summary.express_payment_gateway_label": "Express",
@@ -1225,7 +1250,6 @@
1225
1250
  "shopify.checkout.merchant_instruction_errors.duplicate_variant_id": "The %{position} %{name} merchandise instruction contains a duplicate variant ID %{variant_id}.",
1226
1251
  "shopify.checkout.merchant_instruction_errors.invalid_variant_id_target": "The %{name} merchandise instruction references variant ID %{variant_id}, but that variant is not in merchandise lines.",
1227
1252
  "shopify.checkout.merchant_instruction_errors.invalid_price_override_target": "The price override merchandise instruction for line item %{stable_id} is invalid since it is a bundle component.",
1228
- "shopify.checkout.merchant_instruction_errors.invalid_entrypoint_for_remote_negotiation": "The remote negotiation instruction cannot be provided to a non-remote negotiation session.",
1229
1253
  "shopify.checkout.payment_errors.amount_too_small": "The minimum payment amount must be higher than $0.50 USD. Please try again with a higher amount.",
1230
1254
  "shopify.checkout.payment_errors.method_not_available": "The requested payment method is not available. Choose another payment method and try again.",
1231
1255
  "shopify.checkout.payment_errors.available_methods_updated": "Available payment methods have been updated.",
@@ -1279,6 +1303,7 @@
1279
1303
  "shopify.checkout.payment_errors.name_mismatch": "Please check your card details. The name on your card and billing address don't match.",
1280
1304
  "shopify.checkout.payment_errors.shop_pay_wallet_not_available": "Shop Pay is not available for this checkout.",
1281
1305
  "shopify.checkout.payment_errors.market_manager_blocks_wallet_payments": "Payment method is not supported in your country.",
1306
+ "shopify.checkout.payment_errors.paypal_over_capture": "Your order total was updated. Pay with {{walletName}} to complete your order.",
1282
1307
  "shopify.checkout.shipping_errors.shipping_method": "The shipping options have changed for your order. Please review your selection.",
1283
1308
  "shopify.checkout.shipping_errors.shipping_method_not_available": "Your cart has been updated and the items you added can’t be shipped to your address. Remove the items to complete your order.",
1284
1309
  "shopify.checkout.shipping_errors.shipping_method_not_available_generic.one": "Your order cannot be shipped to the selected address. Review your address to ensure it's correct and try again, or select a different address.",
@@ -1330,8 +1355,10 @@
1330
1355
  "shopify.checkout.processing.wait.long": "You’ll receive an email as soon as your order’s processed. There’s currently a high volume of orders.",
1331
1356
  "shopify.checkout.processing.wait.no_auto_refresh_html": "If you’re not automatically redirected, %{link}.",
1332
1357
  "shopify.checkout.processing.wait.refresh_this_page": "refresh this page",
1358
+ "shopify.checkout.processing.remote_shops_payments_processing": "Processing payments",
1333
1359
  "shopify.checkout.processing.action_required": "Action required",
1334
1360
  "shopify.checkout.processing.modal_notice": "We are contacting {{paymentMethod}}",
1361
+ "shopify.checkout.processing.remote_checkout_count": "%{current} of %{total}",
1335
1362
  "shopify.checkout.payment_challenge_modal.instructions": "Complete your purchase using your {{paymentMethod}} code",
1336
1363
  "shopify.checkout.payment_challenge_modal.timer_message": "You have {{timeLeft}} to pay",
1337
1364
  "shopify.checkout.payment_challenge_modal.copy_text": "Copy {{paymentMethod}} code",
@@ -1388,6 +1415,7 @@
1388
1415
  "shopify.checkout.thank_you.shipping_address_title": "Shipping address",
1389
1416
  "shopify.checkout.thank_you.shipping_address_map_title": "Google map displaying pin point of shipping address: %{address}",
1390
1417
  "shopify.checkout.thank_you.payment_method_title": "Payment method",
1418
+ "shopify.checkout.thank_you.payment_method_not_charged": "Not charged",
1391
1419
  "shopify.checkout.thank_you.shipping_method_title": "Shipping method",
1392
1420
  "shopify.checkout.thank_you.tracking_number": "Tracking number:",
1393
1421
  "shopify.checkout.thank_you.company_tracking_number": "%{company} tracking number:",
@@ -1395,6 +1423,7 @@
1395
1423
  "shopify.checkout.thank_you.estimated_delivery": "Current delivery estimate: ",
1396
1424
  "shopify.checkout.thank_you.re-order": "Re-order the same items",
1397
1425
  "shopify.checkout.thank_you.confirmed": "Confirmed",
1426
+ "shopify.checkout.thank_you.confirmed_items_count": "%{confirmed_count} of %{total_count} items are confirmed",
1398
1427
  "shopify.checkout.thank_you.gift_card_confirmation_by_text": "If you didn’t receive it, resend the text or contact us.",
1399
1428
  "shopify.checkout.thank_you.gift_card_confirmation_by_email": "If you didn’t receive it, resend the email or contact us.",
1400
1429
  "shopify.checkout.thank_you.gift_card_title": "Gift cards",
@@ -1408,6 +1437,9 @@
1408
1437
  "shopify.checkout.thank_you.thank_you_confirmed_order_with_email": "You’ll receive a confirmation email with your order number shortly.",
1409
1438
  "shopify.checkout.thank_you.thank_you_confirmed_order_with_phone": "You’ll receive a confirmation text with your order number shortly.",
1410
1439
  "shopify.checkout.thank_you.thank_you_confirmed_order_with_email_and_phone": "You’ll receive a confirmation email with your order number shortly.",
1440
+ "shopify.checkout.thank_you.thank_you_confirmed_orders_with_email": "You'll get separate confirmation emails with your order numbers soon",
1441
+ "shopify.checkout.thank_you.thank_you_confirmed_orders_with_phone": "You'll get separate confirmation texts with your order numbers soon",
1442
+ "shopify.checkout.thank_you.thank_you_confirmed_orders_with_email_and_phone": "You'll get separate confirmation emails with your order numbers soon",
1411
1443
  "shopify.checkout.thank_you.thank_you_confirmed_order_with_email_payment": "You made a payment on your order %{date}.",
1412
1444
  "shopify.checkout.thank_you.thank_you_confirmed_order_with_phone_payment": "You made a payment on your order %{date}.",
1413
1445
  "shopify.checkout.thank_you.thank_you_confirmed_order_with_email_and_phone_payment": "You made a payment on your order %{date}.",
@@ -1420,6 +1452,17 @@
1420
1452
  "shopify.checkout.thank_you.thank_you_confirmed_order_with_draft": "We’ll let you know if we need more information or when your order is confirmed.",
1421
1453
  "shopify.checkout.thank_you.thank_you_confirmed_order_with_draft_payment": "We’ll let you know if we need more information or when your order is confirmed.",
1422
1454
  "shopify.checkout.thank_you.thank_you_confirmed_order_with_draft_pick_up": "We’ll let you know if we need more information or when your order is confirmed.",
1455
+ "shopify.checkout.thank_you.thank_you_unconfirmed_items_heading.one": "An item is not confirmed",
1456
+ "shopify.checkout.thank_you.thank_you_unconfirmed_items_heading.other": "Some items are not confirmed",
1457
+ "shopify.checkout.thank_you.thank_you_unconfirmed_items_description.one": "You haven't been charged for this",
1458
+ "shopify.checkout.thank_you.thank_you_unconfirmed_items_description.other": "You haven't been charged for these",
1459
+ "shopify.checkout.thank_you.thank_you_confirmed_items_with_email.one": "You’ll receive a confirmation email with your order number soon",
1460
+ "shopify.checkout.thank_you.thank_you_confirmed_items_with_email.other": "You’ll receive confirmation emails with your order numbers soon",
1461
+ "shopify.checkout.thank_you.thank_you_confirmed_items_with_phone.one": "You’ll receive a confirmation text with your order number soon",
1462
+ "shopify.checkout.thank_you.thank_you_confirmed_items_with_phone.other": "You’ll receive confirmation texts with your order numbers soon",
1463
+ "shopify.checkout.thank_you.thank_you_item_label.one": "%{count} item",
1464
+ "shopify.checkout.thank_you.thank_you_item_label.other": "%{count} items",
1465
+ "shopify.checkout.thank_you.thank_you_from_shop": "From %{shop_name}",
1423
1466
  "shopify.checkout.thank_you.thank_you_payments_app_failed_pending_payment": "You weren’t charged for your order. Return to your cart to review your order and pay again.",
1424
1467
  "shopify.checkout.thank_you.thank_you_payments_app_failed_pending_payment_payment": "You weren’t charged for your order. Return to your cart to review your order and pay again.",
1425
1468
  "shopify.checkout.thank_you.thank_you_payments_app_failed_pending_payment_pick_up": "You weren’t charged for your order. Return to your cart to review your order and pay again.",
@@ -1448,6 +1491,8 @@
1448
1491
  "shopify.checkout.thank_you.thank_you_payments_app_pending_payment_description_buyer_action_required_with_phone_payment": "After completing your payment, you’ll receive a confirmation text with your order number.",
1449
1492
  "shopify.checkout.thank_you.thank_you_payments_app_pending_payment_description_buyer_action_required_with_phone_pick_up": "After completing your payment, you’ll receive a confirmation text with your order number.",
1450
1493
  "shopify.checkout.thank_you.thank_you_payments_app_pending_payment_description_provider_action_required_default": "Your payment is being processed. You'll get an email when your payment is confirmed.",
1494
+ "shopify.checkout.thank_you.track_your_order_link_text": "Track your order",
1495
+ "shopify.checkout.thank_you.checkout_on_remote_shop_link_text": "Checkout on %{remoteShopName}",
1451
1496
  "shopify.checkout.thank_you.order_status_confirmed_order_with_email": "You’ll receive an email when your order is ready.",
1452
1497
  "shopify.checkout.thank_you.order_status_confirmed_order_with_phone": "You may receive a text when your order is ready.",
1453
1498
  "shopify.checkout.thank_you.order_status_confirmed_order_with_email_and_phone": "You’ll receive an email when your order is ready.",
@@ -1495,6 +1540,7 @@
1495
1540
  "shopify.checkout.thank_you.order_status_confirmed_with_installments_payment_confirm": "You’ll receive a confirmation email with your order number and details of your installment schedule shortly.",
1496
1541
  "shopify.checkout.thank_you.confirmed_title": "Your order is confirmed",
1497
1542
  "shopify.checkout.thank_you.confirmed_description": "We’ve accepted your order, and we’re getting it ready. Come back to this page for updates on your shipment status.",
1543
+ "shopify.checkout.thank_you.confirmed_orders_title": "Your orders are confirmed",
1498
1544
  "shopify.checkout.thank_you.ready_for_pickup_title": "Your order is ready for pickup",
1499
1545
  "shopify.checkout.thank_you.ready_for_pickup_description": "Your order is ready for pickup. Please bring your order confirmation when you pick up your order.",
1500
1546
  "shopify.checkout.thank_you.ready_for_delivery_title": "Your order is ready for delivery",
@@ -1540,19 +1586,19 @@
1540
1586
  "shopify.checkout.thank_you.failed_contact_merchant_no_company": "Contact us to arrange delivery.",
1541
1587
  "shopify.checkout.thank_you.non_shippable_title": "Your order is complete",
1542
1588
  "shopify.checkout.thank_you.let_us_know": "Let us know",
1543
- "shopify.checkout.thank_you.login_title": "Log in to view all order details",
1589
+ "shopify.checkout.thank_you.login_title": "Sign in to view all order details",
1544
1590
  "shopify.checkout.thank_you.login_description": "You can find your order number in the receipt you received via email.",
1545
1591
  "shopify.checkout.thank_you.login_description_phone": "You can find your order number in the receipt you received via text message.",
1546
1592
  "shopify.checkout.thank_you.login_not_customer_html": "Not %{name}? You can %{link}",
1547
1593
  "shopify.checkout.thank_you.login_reorder_link_text.one": "buy this product too",
1548
1594
  "shopify.checkout.thank_you.login_reorder_link_text.other": "buy these products too",
1549
- "shopify.checkout.thank_you.customer_information_hidden_fields_message": "Log in to view all customer information.",
1595
+ "shopify.checkout.thank_you.customer_information_hidden_fields_message": "Sign in to view all customer information.",
1550
1596
  "shopify.checkout.thank_you.cancelled_title": "Your order has been canceled",
1551
1597
  "shopify.checkout.thank_you.cancelled_description": "Your order was canceled on %{date}. Contact us if you have any questions.",
1552
1598
  "shopify.checkout.thank_you.order_number_label": "Order number",
1553
1599
  "shopify.checkout.thank_you.customer_validation_error": "Enter a valid email or order number.",
1554
1600
  "shopify.checkout.thank_you.customer_validation_error_phone": "Enter a valid phone or order number.",
1555
- "shopify.checkout.thank_you.login": "Log in",
1601
+ "shopify.checkout.thank_you.login": "Sign in",
1556
1602
  "shopify.checkout.thank_you.unfulfilled_items_title": "Preparing for shipping",
1557
1603
  "shopify.checkout.thank_you.unfulfilled_items_description": "We are currently preparing these items for shipping.",
1558
1604
  "shopify.checkout.thank_you.marker.current": "Current shipment location",
@@ -1666,6 +1712,9 @@
1666
1712
  "shopify.checkout.marketing.unsubscribe.title": "You’ve unsubscribed",
1667
1713
  "shopify.checkout.marketing.unsubscribe.description": "You won’t receive any more cart reminders from us.",
1668
1714
  "shopify.checkout.marketing.accept_shop_pay_marketing_checkbox_label": "Sign me up for news and offers from this store",
1715
+ "shopify.checkout.shop_policies.policy_label": "Policy",
1716
+ "shopify.checkout.shop_policies.policies_label": "Policies",
1717
+ "shopify.checkout.shop_policies.select_policy_label": "Select a policy",
1669
1718
  "shopify.checkout.shop_policies.refund_policy": "Refund policy",
1670
1719
  "shopify.checkout.shop_policies.privacy_policy": "Privacy policy",
1671
1720
  "shopify.checkout.shop_policies.terms_of_service": "Terms of service",
@@ -1693,8 +1742,6 @@
1693
1742
  "shopify.checkout.order_payment_collection.order_updated_on": "Your order was updated on %{last_edited_at}.",
1694
1743
  "shopify.checkout.order_payment_collection.order_review_and_pay": "Your order was updated. Review and pay to confirm your order.",
1695
1744
  "shopify.checkout.order_payment_collection.pay_now": "Pay now",
1696
- "shopify.checkout.order_review_requirement.checkout_to_draft": "Company location is set to submit all orders as drafts for review.",
1697
- "shopify.checkout.order_review_requirement.missing_address": "No shipping address available: Company location address is missing and one-time address use is disabled.",
1698
1745
  "shopify.checkout.change_currency.currency_button_label": "%{currency} (%{currency_symbol})",
1699
1746
  "shopify.checkout.change_currency.credit_card_will_be_charged_html": "Your credit card will be charged %{amount}",
1700
1747
  "shopify.checkout.change_currency.payment_total_label": "Payment total",
@@ -1845,10 +1892,8 @@
1845
1892
  "shopify.checkout.marketplaces.legal_notice.link_label": "{{partnerDisplayName}} Terms and Conditions",
1846
1893
  "shopify.checkout.online_store_chat.title": "Questions? Chat with us",
1847
1894
  "shopify.checkout.local_pickup.location_address_search_label": "Address",
1848
- "shopify.checkout.local_pickup.location_information.one": "There is %{count} store with stock close to %{address}",
1849
- "shopify.checkout.local_pickup.location_information.other": "There are %{count} stores with stock close to %{address}",
1850
- "shopify.checkout.local_pickup.location_information_next.one": "There is %{count} location with stock close to you",
1851
- "shopify.checkout.local_pickup.location_information_next.other": "There are %{count} locations with stock close to you",
1895
+ "shopify.checkout.local_pickup.location_information.one": "There is %{count} location with stock close to you",
1896
+ "shopify.checkout.local_pickup.location_information.other": "There are %{count} locations with stock close to you",
1852
1897
  "shopify.checkout.local_pickup.toggle_location": "Change location",
1853
1898
  "shopify.checkout.local_pickup.or": "OR",
1854
1899
  "shopify.checkout.local_pickup.cancel": "Cancel",
@@ -1875,8 +1920,8 @@
1875
1920
  "shopify.checkout.clipboard.failed_to_copy": "Failed to copy",
1876
1921
  "shopify.checkout.discount_errors.generic_error": "Your order couldn't be processed because your discount code is no longer available. Review your order total and try again.",
1877
1922
  "shopify.checkout.b2b_errors.lost_b2b_purchasing_permissions": "You no longer have permission to place B2B orders. %{logout_url} to place a personal order instead.",
1878
- "shopify.checkout.b2b_errors.log_out_link_text": "Log out",
1879
- "shopify.checkout.b2b_errors.lost_permissions_subtitle": "You no longer have permission to place B2B orders, log out to place a personal order.",
1923
+ "shopify.checkout.b2b_errors.log_out_link_text": "Sign out",
1924
+ "shopify.checkout.b2b_errors.lost_permissions_subtitle": "You no longer have permission to place B2B orders. Sign out to place a personal order.",
1880
1925
  "shopify.checkout.b2b_errors.lost_permissions_title": "No location permissions",
1881
1926
  "shopify.checkout.shop_pay_external.title": "Shop Pay Checkout",
1882
1927
  "shopify.checkout.shop_pay_external.errors.problem_loading": "There's a problem loading Shop Pay",
@@ -1886,7 +1931,7 @@
1886
1931
  "shopify.checkout.shop_pay_external.return_to_store_simple": "Return to store",
1887
1932
  "shopify.checkout.wallets.return_to_store": "Return to store",
1888
1933
  "shopify.checkout.wallets.return_to_checkout": "Return to checkout",
1889
- "shopify.checkout.wallets.redirect_hint": "You will be asked to login with {{walletName}}.",
1934
+ "shopify.checkout.wallets.redirect_hint": "You will be asked to sign in with {{walletName}}.",
1890
1935
  "shopify.checkout.wallets.logged_in": "Connected to {{email}}",
1891
1936
  "shopify.checkout.wallets.shipping_line_label": "Shipping",
1892
1937
  "shopify.checkout.wallets.connect_shipping_methods": "{{method1}} and {{method2}}",
@@ -1953,7 +1998,7 @@
1953
1998
  "shopify.checkout.one.errors.merchandise.gift_card_price_must_be_greater_than_zero": "Gift card price must be greater than 0.",
1954
1999
  "shopify.checkout.one.errors.merchandise.gift_card_price_must_not_exceed_limit": "Gift card price must not exceed %{gift_card_limit}.",
1955
2000
  "shopify.checkout.one.errors.merchandise.subtotal_limit_reached": "The maximum value of line items has been reached.",
1956
- "shopify.checkout.one.errors.merchandise.signature_mismatch": "Merchandise signature mismatch for line {{stable_id}}.",
2001
+ "shopify.checkout.one.errors.merchandise.signature_mismatch": "Merchandise signature mismatch for line %{stable_id}.",
1957
2002
  "shopify.checkout.units.milligram": "mg",
1958
2003
  "shopify.checkout.units.gram": "g",
1959
2004
  "shopify.checkout.units.kilogram": "kg",
@@ -1977,6 +2022,7 @@
1977
2022
  "shopify.checkout.units.square_foot": "ft²",
1978
2023
  "shopify.checkout.units.item": "item",
1979
2024
  "shopify.checkout.memberships.delivery_promise_unfulfillable": "The address is not supported for the current membership.",
2025
+ "shopify.checkout.memberships.items_split_across_locations_unsupported": "Prime delivery isn't available for your order. Your shipping options have been updated.",
1980
2026
  "shopify.checkout.editor.navigation.store_logo_accessibility_label": "Navigate to Online Store",
1981
2027
  "shopify.checkout.tooltip.accessibility_label_context": "More information about %{context}",
1982
2028
  "shopify.checkout.tooltip.additional_payment_methods": "Additional payment methods",
@@ -2160,6 +2206,7 @@
2160
2206
  "shopify.notices.cart.cart_too_large": "Cart is too large.",
2161
2207
  "shopify.notices.cart.cart_attributes_error": "Cart attributes contain invalid data.",
2162
2208
  "shopify.notices.cart.merchandise_line_transformers.run_error": "An error occurred in your cart.",
2209
+ "shopify.notices.cart.merchandise_not_applicable": "Item cannot be purchased as configured.",
2163
2210
  "shopify.notices.storefront.invalid_password": "Password incorrect, please try again.",
2164
2211
  "shopify.notices.tags.add_articles": "Narrow search to articles also having tag %{tag}",
2165
2212
  "shopify.notices.tags.add_products": "Narrow selection to products matching tag %{tag}",
@@ -266,7 +266,7 @@
266
266
  "category": "variable",
267
267
  "deprecated": false,
268
268
  "deprecation_reason": "",
269
- "description": "You can create variables of any [basic type](/docs/api/liquid/basics#types), [object](/docs/api/liquid/objects), or object property.",
269
+ "description": "You can create variables of any [basic type](/docs/api/liquid/basics#types), [object](/docs/api/liquid/objects), or object property.\n\n> Caution:\n> Predefined Liquid objects can be overridden by variables with the same name.\n> To make sure that you can access all Liquid objects, make sure that your variable name doesn't match a predefined object's name.",
270
270
  "parameters": [],
271
271
  "summary": "Creates a new variable.",
272
272
  "name": "assign",
@@ -321,7 +321,7 @@
321
321
  "category": "variable",
322
322
  "deprecated": false,
323
323
  "deprecation_reason": "",
324
- "description": "You can create complex strings with Liquid logic and variables.",
324
+ "description": "You can create complex strings with Liquid logic and variables.\n\n> Caution:\n> Predefined Liquid objects can be overridden by variables with the same name.\n> To make sure that you can access all Liquid objects, make sure that your variable name doesn't match a predefined object's name.",
325
325
  "parameters": [],
326
326
  "summary": "Creates a new variable with a string value.",
327
327
  "name": "capture",
@@ -507,7 +507,7 @@
507
507
  "deprecation_reason": "",
508
508
  "description": "Variables that are declared with `decrement` are unique to the [layout](/themes/architecture/layouts), [template](/themes/architecture/templates),\nor [section](/themes/architecture/sections) file that they're created in. However, the variable is shared across\n[snippets](/themes/architecture/snippets) included in the file.\n\nSimilarly, variables that are created with `decrement` are independent from those created with [`assign`](/docs/api/liquid/tags/assign)\nand [`capture`](/docs/api/liquid/tags/capture). However, `decrement` and [`increment`](/docs/api/liquid/tags/increment) share\nvariables.",
509
509
  "parameters": [],
510
- "summary": "Creates a new variable, with a default value of -1, that's decreased by 1 with each subsequent call.",
510
+ "summary": "Creates a new variable, with a default value of -1, that's decreased by 1 with each subsequent call.\n\n> Caution:\n> Predefined Liquid objects can be overridden by variables with the same name.\n> To make sure that you can access all Liquid objects, make sure that your variable name doesn't match a predefined object's name.",
511
511
  "name": "decrement",
512
512
  "syntax": "{% decrement variable_name %}",
513
513
  "syntax_keywords": [
@@ -537,7 +537,7 @@
537
537
  "parameters": [],
538
538
  "summary": "Documents template elements with annotations.",
539
539
  "name": "doc",
540
- "syntax": "{% doc %}\n Renders a message.\n\n @param {string} foo - A string value.\n @param {string} [bar] - An optional string value.\n\n @example\n {% render 'message', foo: 'Hello', bar: 'World' %}\n{% enddoc %}\n{{ foo }}, {{ bar }}!",
540
+ "syntax": "{% doc %}\n Renders a message.\n\n @param {string} foo - A string value.\n @param {string} [bar] - An optional string value.\n\n @example\n {% render 'message', foo: 'Hello', bar: 'World' %}\n{% enddoc %}",
541
541
  "syntax_keywords": [],
542
542
  "examples": []
543
543
  },
@@ -578,7 +578,7 @@
578
578
  {
579
579
  "description": "The number of iterations to perform.",
580
580
  "name": "limit",
581
- "positional": true,
581
+ "positional": false,
582
582
  "required": false,
583
583
  "types": [
584
584
  "number"
@@ -587,7 +587,7 @@
587
587
  {
588
588
  "description": "The 1-based index to start iterating at.",
589
589
  "name": "offset",
590
- "positional": true,
590
+ "positional": false,
591
591
  "required": false,
592
592
  "types": [
593
593
  "number"
@@ -747,7 +747,7 @@
747
747
  "deprecation_reason": "",
748
748
  "description": "Variables that are declared with `increment` are unique to the [layout](/themes/architecture/layouts), [template](/themes/architecture/templates),\nor [section](/themes/architecture/sections) file that they're created in. However, the variable is shared across\n[snippets](/themes/architecture/snippets) included in the file.\n\nSimilarly, variables that are created with `increment` are independent from those created with [`assign`](/docs/api/liquid/tags/assign)\nand [`capture`](/docs/api/liquid/tags/capture). However, `increment` and [`decrement`](/docs/api/liquid/tags/decrement) share\nvariables.",
749
749
  "parameters": [],
750
- "summary": "Creates a new variable, with a default value of 0, that's increased by 1 with each subsequent call.",
750
+ "summary": "Creates a new variable, with a default value of 0, that's increased by 1 with each subsequent call.\n\n> Caution:\n> Predefined Liquid objects can be overridden by variables with the same name.\n> To make sure that you can access all Liquid objects, make sure that your variable name doesn't match a predefined object's name.",
751
751
  "name": "increment",
752
752
  "syntax": "{% increment variable_name %}",
753
753
  "syntax_keywords": [
@@ -854,7 +854,7 @@
854
854
  {
855
855
  "description": "The number of columns that the table should have.",
856
856
  "name": "cols",
857
- "positional": true,
857
+ "positional": false,
858
858
  "required": false,
859
859
  "types": [
860
860
  "number"
@@ -863,7 +863,7 @@
863
863
  {
864
864
  "description": "The number of iterations to perform.",
865
865
  "name": "limit",
866
- "positional": true,
866
+ "positional": false,
867
867
  "required": false,
868
868
  "types": [
869
869
  "number"
@@ -872,7 +872,7 @@
872
872
  {
873
873
  "description": "The 1-based index to start iterating at.",
874
874
  "name": "offset",
875
- "positional": true,
875
+ "positional": false,
876
876
  "required": false,
877
877
  "types": [
878
878
  "number"