Skip to content

Instantly share code, notes, and snippets.

@philcon93
Created October 8, 2018 05:28
Show Gist options
  • Save philcon93/3fd0877de329336e0b374d227b7e9760 to your computer and use it in GitHub Desktop.
Save philcon93/3fd0877de329336e0b374d227b7e9760 to your computer and use it in GitHub Desktop.
managed checkout locale
{
"checkout" : {
"general": {
"header_title": "Checkout",
"paypal_redirect": "You are now being redirected to the PayPal website to checkout.",
"processing_incomplete_01": "Important! Your order is not yet complete.",
"processing_incomplete_02": "Please confirm your billing and shipping details below and click the "Confirm & Process Order" button at the bottom of this page to complete your purchase.",
},
"customer": {
"login_label": "Returning customer?",
"login_link": "Login",
"login_title": "Login",
"username_label": "Username / email",
"username_helper": "Forgot username?",
"password_label": "Password",
"password_helper": "Forgot password?",
"login_button": "Login and continue"
},
"billing" : {
"title": "1. Billing information",
"email_label": "Email address",
"confirm_email_label": "Confirm email address",
"newsletter_label": "Subscribe to our newsletter and we'll keep you up to date on our products and services.",
"first_name_label": "First name",
"last_name_label": "Last name",
"country_label": "Country",
"street_01_label": "Address",
"street_02_label": "Address line 2",
"zip_label": "Postcode",
"city_label": "City",
"state_label": "State",
"phone_label": "Phone number",
"company_link": "Add company name",
"company_label": "Company name"
},
"shipping" : {
"title": "2. Shipping method",
"ship_mode_label": "Ship order to:",
"ship_mode_billing_label": "Billing address",
"ship_mode_shipping_label": "Different address",
"ship_mode_multiple_label": "Multiple address",
"address_book_label": "Choose from your address book",
"first_name_label": "First name",
"last_name_label": "Last name",
"country_label": "Country",
"street_01_label": "Address",
"street_02_label": "Address line 2",
"zip_label": "Postcode",
"city_label": "City",
"state_label": "State",
"phone_label": "Phone number",
"company_link": "Add company name",
"company_label": "Company name",
"signature_label": "Signature not required on delivery",
"signature_helper": "Authority to leave parcel if receiver not available",
"instructions_link": "Add delivery instructions",
"instructions_label": "Delivery instructions",
"order_comment_label": "Save instructions for future orders",
"delivery_date_link": "Add preferred delivery date",
"delivery_date_label": "Preferred delivery date",
"add_reminder_label": "Set future reminder for this event",
"reminder_title_label": "Event name",
"reminder_title_helper": "You will be reminded via email 2 week prior to the event.",
"po_link": "Add purchase order number",
"po_label": "Purchase order number",
"dropshipping_label": "Send invoice with goods"
},
"payment" : {
"title": "3. Payment details",
"discount_link": "Add discount",
"addcpn_label": "Discount code",
"addcpn_button": "Apply discount",
"active_coupons_label": "Active discounts",
"voucher_link": "Redeem voucher",
"addvoucher_label": "Voucher code",
"vsecret_label": "Secret code",
"voucher_button": "Redeem voucher",
"available_credit_title": "Available account credit",
"voucher_single_use_label": "<strong>NOTE:</strong> This voucher can only be used once. Any unused credit will not be available for future use.",
"account_credit_title": "Account Credit",
"applyall_label": "Credit available:",
"apply_credit_label": "Apply credit",
"payment_plan_label": "Select your payment plan",
"stored_card_label_01": "Pay with a saved card...",
"stored_card_label_02": "...<b>or</b>, use one of the following payment options",
"agree_label": "I have read and agree to",
"quote_button": "Confirm &amp; Process Quote",
"terms_title": "Terms and conditions",
"privacy_policy_title": "Privay Policy"
},
"order_summary": {
"title": "Order summary",
"edit_order_link": "Edit cart",
"product_total_label": "Subtotal",
"shipping_total_label": "Shipping",
"discount_total_label": "Total discount",
"surcharge_total_label": "Surcharge",
"order_total_label": "Order total",
"discount_label": "Discount",
"voucher_label": "Voucher",
"cart_vouchers_label": "Rewards earned",
"grand_total_label": "Grand total",
"mobile_title_link": "Show order summary"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment