Skip to content
Open
Changes from all 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
19 changes: 19 additions & 0 deletions data/shopify_system_translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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",
Expand Down
Loading