Skip to content

Instantly share code, notes, and snippets.

@cargix1
Created March 22, 2023 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cargix1/236a745066ea11737efe8a1eedf87698 to your computer and use it in GitHub Desktop.
Save cargix1/236a745066ea11737efe8a1eedf87698 to your computer and use it in GitHub Desktop.
Pickup locale file
{
"shopify": {
"checkout": {
"contact": {
"phone_label": "Your phone number",
"optional_phone_label": "Your phone number (optional)",
"phone_placeholder": "Your phone number",
"optional_phone_placeholder": "Your phone number (optional)",
"shipping_address_title": "Pickup address",
"first_name_label": "Your first name",
"optional_first_name_label": "Your first name (optional)",
"first_name_placeholder": "Your first name (optional)",
"optional_first_name_placeholder": "Your first name",
"last_name_label": "Your last name",
"optional_last_name_label": "Your last name (optional)",
"last_name_placeholder": "Your last name",
"optional_last_name_placeholder": "Your last name (optional)"
},
"thank_you": {
"marker": {
"shipping": "Pickup address",
"current": "Pickup address"
},
"shipping_address_title": "Pickup address",
"order_updates_subscribe_to_email_notifications": "Get pickup updates by email",
"order_updates_subscribe_to_phone_notifications": "Get pickup updates by email or SMS",
"order_updates_subscribe_to_email_or_phone_notifications": "Get pickup updates by SMS"
},
"general": {
"continue_to_shipping_method": "Continue",
"back_to_shipping_method": "Back",
"edit_shipping_address": "Edit",
"edit_shipping_method": "Edit"
},
"review": {
"blocks": {
"shipping_address_title": "Pickup address"
}
},
"order_summary": {
"free_shipping_discount_label": "Free pickup",
"shipping_label": "Store Pickup"
},
"delivery_options": {
"shipping_address": "Pickup address"
},
"shipping": {
"title": "Store Pickup",
"waiting_on_rate_notice": "Please wait while we fetch available pickup rates...",
"no_rates_for_cart_or_destination_notice": "Pickup is not available for your cart or destination.",
"no_rates_for_country_notice": "We do not offer pickups in {{ country }}.",
"please_enter_your_shipping_information_notice": "Please go back to the shopping cart page and choose a pickup location."
},
"payment": {
"same_billing_address_label": "Please use the option below ⬇"
},
"shipping_title": "Store Pickup"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment