Skip to content
Merged
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 @@ -461,6 +461,13 @@
"shopify.checkout.stock.price_and_quantity_update.description": "Prices and available quantities for these items have changed and are updated in your cart.",
"shopify.checkout.stock.out_of_stock.description": "These items are no longer available and will be removed from your cart.",
"shopify.checkout.stock.out_of_stock.items_unavailable": "Some items are no longer available and will be removed from your cart.",
"shopify.checkout.stock.out_of_stock.missing_items.title.one": "{{count}} item is no longer available",
"shopify.checkout.stock.out_of_stock.missing_items.title.other": "{{count}} items are no longer available",
"shopify.checkout.stock.out_of_stock.missing_items.some_available_notice.one": "Remaining items are still available for checkout. The unavailable item will be removed from the cart.",
"shopify.checkout.stock.out_of_stock.missing_items.some_available_notice.other": "Remaining items are still available for checkout. The unavailable items will be removed from the cart.",
"shopify.checkout.stock.out_of_stock.missing_items.none_available_notice.one": "This item is no longer available and has been removed from your cart.",
"shopify.checkout.stock.out_of_stock.missing_items.none_available_notice.other": "These items are no longer available and have been removed from your cart.",
"shopify.checkout.stock.out_of_stock.missing_items.mixed_issues_title": "Some items are no longer available",
"shopify.checkout.stock.out_of_stock_in_context_label": "This product is not available in your country\/region.",
"shopify.checkout.contextual_availability.title.one": "Unavailable product",
"shopify.checkout.contextual_availability.title.other": "Unavailable products",
Expand Down Expand Up @@ -1107,6 +1114,8 @@
"shopify.checkout.payment.pending_payment.multibanco.reference": "Reference",
"shopify.checkout.payment.pending_payment.multibanco.amount": "Amount",
"shopify.checkout.payment.pending_payment.multibanco.find_nearest_atm": "Find Nearest ATM",
"shopify.checkout.payment.pending_payment.oxxo.pay": "Pay %{amount}",
"shopify.checkout.payment.pending_payment.oxxo.expiry_date_time": "%{date} at %{time}",
"shopify.checkout.payment.update_payment_method": "Update payment method",
"shopify.checkout.payment.order_covered_by_store_credit_notice": "Your order is covered by your store credit.",
"shopify.checkout.payment.order_covered_by_redeemables_notice": "Your order is covered.",
Expand Down
Loading