diff --git a/data/shopify_system_translations.json b/data/shopify_system_translations.json index 084f7e2..d8265ad 100644 --- a/data/shopify_system_translations.json +++ b/data/shopify_system_translations.json @@ -107,6 +107,7 @@ "shopify.checkout.general.errors.discount.additional_requested_discount_code_discarded": "Additional code discount requested was discarded.", "shopify.checkout.general.errors.discount.allocations_mismatch": "Expected discount allocation doesn't match the actual discount allocation.", "shopify.checkout.general.errors.discount.discount_code_not_honoured": "Discount code not applied.", + "shopify.checkout.general.errors.discount.discount_title_too_long": "Discount title cannot be longer than 255 characters.", "shopify.checkout.general.errors.tax.new_tax_must_be_accepted": "A new tax line in the seller proposal must be accepted in order to continue.", "shopify.checkout.general.errors.tax.unresolvable_tax_terms": "The proposed terms are unresolvable given the current negotiation context.", "shopify.checkout.general.errors.tax.delivery_price_is_abstract": "The related delivery price is abstract.", @@ -347,6 +348,10 @@ "shopify.checkout.customer_account.incomplete_address": "Selected address is incomplete. %{update_address_link} or select a different address.", "shopify.checkout.customer_account.rollup_label": "Account", "shopify.checkout.customer_account.invalid_shipping_method_summary": "Select a valid shipping address to view available shipping methods", + "shopify.checkout.customer_account.saved_address_option_description.one": "You have {{count}} saved address.", + "shopify.checkout.customer_account.saved_address_option_description.other": "You have {{count}} saved addresses.", + "shopify.checkout.customer_account.saved_address_option_link": "Use a saved address", + "shopify.checkout.customer_account.saved_address_modal_title": "Use my saved address", "shopify.checkout.stock.page_title": "Inventory issues", "shopify.checkout.stock.title": "Out of stock", "shopify.checkout.stock.items_unavailable_notice": "Some items are no longer available.",