Skip to content
Closed
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
9 changes: 9 additions & 0 deletions data/shopify_system_translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1994,6 +1994,8 @@
"shopify.checkout.local_pickup.search_button": "Find stores",
"shopify.checkout.local_pickup.no_stores_found": "No stores found",
"shopify.checkout.local_pickup.all_stores_far_away.title": "The closest locations are more than %{distance} away",
"shopify.checkout.local_pickup.all_stores_far_away.title_with_item.one": "The closest location with your item is more than %{distance} from %{location}",
"shopify.checkout.local_pickup.all_stores_far_away.title_with_item.other": "The closest location with your items is more than %{distance} from %{location}",
"shopify.checkout.local_pickup.all_stores_far_away.title_with_specific_location": "The closest location with your item is more than %{distance} away from %{location}",
"shopify.checkout.local_pickup.all_stores_far_away.description": "Select a location or %{ship_to_address_link}",
"shopify.checkout.local_pickup.all_stores_far_away.ship_to_address_link": "ship to address",
Expand All @@ -2009,6 +2011,13 @@
"shopify.checkout.local_pickup.paginator.label.other": "%{first} - %{last} of %{count} stores",
"shopify.checkout.local_pickup.reveal_more_label.one": "Show %{count} more location",
"shopify.checkout.local_pickup.reveal_more_label.other": "Show %{count} more locations",
"shopify.checkout.local_pickup.pickup_unavailable_banner_title.one": "No locations with your item",
"shopify.checkout.local_pickup.pickup_unavailable_banner_title.other": "No locations with your items",
"shopify.checkout.local_pickup.pickup_unavailable_banner_body.search_elsewhere": "search elsewhere",
"shopify.checkout.local_pickup.pickup_unavailable_banner_body.ship_items": "Ship your items",
"shopify.checkout.local_pickup.pickup_unavailable_banner_body.ship_items_or_search_elsewhere": "%{ship_items} or %{search_elsewhere}",
"shopify.checkout.local_pickup.pickup_unavailable_banner_title_with_country.one": "No locations in %{country} with your item",
"shopify.checkout.local_pickup.pickup_unavailable_banner_title_with_country.other": "No locations in %{country} with your items",
"shopify.checkout.split_delivery.pickup_all_items": "Pick up all items",
"shopify.checkout.split_delivery.items_for_pickup": "Items for pickup",
"shopify.checkout.split_delivery.delivery_method": "Split delivery method",
Expand Down