From ef80623717e70d04ab8c633caddde6fd0506f017 Mon Sep 17 00:00:00 2001 From: "dev-bot-shopify[bot]" <202039184+dev-bot-shopify[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 03:00:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Sync=20Liquid=20Docs=20Translati?= =?UTF-8?q?ons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/shopify_system_translations.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/data/shopify_system_translations.json b/data/shopify_system_translations.json index 23229cd..fe7a664 100644 --- a/data/shopify_system_translations.json +++ b/data/shopify_system_translations.json @@ -1324,6 +1324,7 @@ "shopify.checkout.merchant_instruction_errors.duplicate_variant_id": "The %{position} %{name} merchandise instruction contains a duplicate variant ID %{variant_id}.", "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.", "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.", + "shopify.checkout.payment_errors.currency.no_longer_supported": "The store's currency is no longer supported.", "shopify.checkout.payment_errors.amount_too_small": "The minimum payment amount must be higher than $0.50 USD. Try again with a higher amount.", "shopify.checkout.payment_errors.method_not_available": "The requested payment method is not available. Choose another payment method and try again.", "shopify.checkout.payment_errors.available_methods_updated": "Available payment methods have been updated.", @@ -2014,16 +2015,34 @@ "shopify.checkout.local_pickup.location_address_search_label": "Address", "shopify.checkout.local_pickup.location_address_search_placeholder": "%{postal_code_label} or address", "shopify.checkout.local_pickup.location_closest": "Closest location with your item", + "shopify.checkout.local_pickup.location_closest_one_item": "Closest location with your item", + "shopify.checkout.local_pickup.location_closest_other_items": "Closest location with your items", "shopify.checkout.local_pickup.location_information.one": "There is %{count} location with stock close to you", "shopify.checkout.local_pickup.location_information.other": "There are %{count} locations with stock close to you", "shopify.checkout.local_pickup.location_information_far_away.one": "There is %{count} location with your item", "shopify.checkout.local_pickup.location_information_far_away.other": "There are %{count} locations with your item", + "shopify.checkout.local_pickup.location_information_far_away_one_item.one": "There is %{count} location with your item", + "shopify.checkout.local_pickup.location_information_far_away_one_item.other": "There are %{count} locations with your item", + "shopify.checkout.local_pickup.location_information_far_away_other_items.one": "There is %{count} location with your items", + "shopify.checkout.local_pickup.location_information_far_away_other_items.other": "There are %{count} locations with your items", "shopify.checkout.local_pickup.location_nearby.one": "There is %{count} nearby location with your item", "shopify.checkout.local_pickup.location_nearby.other": "There are %{count} nearby locations with your item", + "shopify.checkout.local_pickup.location_nearby_one_item.one": "There is %{count} nearby location with your item", + "shopify.checkout.local_pickup.location_nearby_one_item.other": "There are %{count} nearby locations with your item", + "shopify.checkout.local_pickup.location_nearby_other_items.one": "There is %{count} nearby location with your items", + "shopify.checkout.local_pickup.location_nearby_other_items.other": "There are %{count} nearby locations with your items", "shopify.checkout.local_pickup.location_nearby_short.one": "%{count} nearby location with your item", "shopify.checkout.local_pickup.location_nearby_short.other": "%{count} nearby locations with your item", + "shopify.checkout.local_pickup.location_nearby_short_one_item.one": "%{count} nearby location with your item", + "shopify.checkout.local_pickup.location_nearby_short_one_item.other": "%{count} nearby locations with your item", + "shopify.checkout.local_pickup.location_nearby_short_other_items.one": "%{count} nearby location with your items", + "shopify.checkout.local_pickup.location_nearby_short_other_items.other": "%{count} nearby locations with your items", "shopify.checkout.local_pickup.location_far_away.one": "%{count} location with your item", "shopify.checkout.local_pickup.location_far_away.other": "%{count} locations with your item", + "shopify.checkout.local_pickup.location_far_away_one_item.one": "%{count} location with your item", + "shopify.checkout.local_pickup.location_far_away_one_item.other": "%{count} locations with your item", + "shopify.checkout.local_pickup.location_far_away_other_items.one": "%{count} location with your items", + "shopify.checkout.local_pickup.location_far_away_other_items.other": "%{count} locations with your items", "shopify.checkout.local_pickup.toggle_location": "Change location", "shopify.checkout.local_pickup.toggle_more_locations.one": "%{count} more location", "shopify.checkout.local_pickup.toggle_more_locations.other": "%{count} more locations",