# Customize display text
# Customize theme display text using B3 Text JS API
All customizable text are listed out below with their default value.
Please overwrite the default text value on demand.
# usage
window.b3themeConfig.useText = {}
# navigation button text
'nav.button.dashboard': 'Dashboard',
'nav.button.quotes': 'Quotes',
'nav.button.userManagement': 'User Management',
'nav.button.buyAgain': 'Buy Again',
'nav.button.addressBook': 'Addresses',
'nav.button.quickOrderPad': 'Quick Order Pad',
'nav.button.shoppinglists': 'Shopping Lists',
'nav.button.tpa': 'TRADE PROFESSIONAL APPLICATION',
# global
'global.required.label': 'REQUIRED',
'global.user.firstName.label': 'First Name',
'global.user.lastName.label': 'Last Name',
'global.user.city.label': 'City',
'global.user.country.label': 'Country',
'global.user.state.label': 'State',
'global.user.zipcode.label': 'ZIP Code',
'global.user.companyEmail.label': 'Email Address',
'global.user.address1.label': 'Address Line 1',
'global.user.address2.label': 'Address Line 2',
'global.user.phone.label': 'Phone Number',
'global.user.email.label': 'Email',
'global.user.admin.label': 'Admin',
'global.user.senior.label': 'Senior buyer',
'global.user.junior.label': 'Junior buyer',
'global.user.name.label': 'Name',
'global.user.role.label': 'Role',
'global.toolbar.unit': 'Items',
'global.user.masquerade.end.button': 'End Masquerade',
'global.user.masquerade.begin.button': 'Begin Masquerade',
# dashboard
'dashboard.company.selected': 'selected',
'dashboard.user.name.label': 'Sales Rep: ',
'dashboard.user.email.label': 'Email: ',
'dashboard.company.counts': 'Number of Company Accounts',
'dashboard.action.title': 'Company Admin Impersonation',
'dashboard.search.placeholder': 'Search Company Name/Email',
'dashboard.filter.companyName': 'Company Name',
'dashboard.filter.adminName': 'Company Admin',
'dashboard.top.salesInfo.label': 'Viewing as ',
# trade professional application
'tpa.button': 'Trade Professional Application',
'tpa.form.company.email.label': 'Company Email Address',
'tpa.form.company.phone.number.label': 'Company Phone Number',
'tpa.form.company.admin.account.title': 'Company Admin Account Information',
'tpa.form.company.info.title': 'Company Information',
'tpa.form.company.name.label': 'Company Name',
'tpa.form.resubmit.button': 'RESUBMIT',
'tpa.form.submit.button': 'Submit',
'tpa.form.account.submit.button': 'Create Account',
# user management
'user.form.save.button': 'Save',
'user.form.cancel.button': 'Cancel',
'user.form.edit.title': 'Edit User',
'user.form.edit.button': 'Edit',
'user.form.delete.button': 'Delete',
'user.form.role.label': 'User Role',
'user.thead.action': 'Action',
'user.list.title': 'Company Users',
'user.form.add.button': 'Add New User',
# shopping list
'shopping.list.title': 'Shopping Lists',
'shopping.list.create.button': 'Create New Shopping List',
'shopping.list.save.button': 'Save',
'shopping.list.cancel.button': 'Cancel',
'shopping.list.action.view': 'View',
'shopping.list.action.delete': 'Delete',
'shopping.list.action.duplicate': 'Duplicate',
'shopping.list.edit.info.button': 'Edit List Info',
'shopping.list.confirm.button': 'Confirm',
'shopping.list.delete.seleted.button': 'Delete Selected',
'shopping.list.add.to.list.title': 'Add to List',
'shopping.list.choose.file.button': 'Choose File',
'shopping.list.download.sample.csv.button': 'Download Sample CSV',
'shopping.list.save.options.button': 'Save Options',
'shopping.list.add.to.cart.button': 'Add To Cart',
'shopping.list.clear.cart.button': 'Clear Cart',
'shopping.list.go.to.checkout.button': 'Go To Checkout',
'shopping.list.thead.name': 'Name & Description',
'shopping.list.thead.createdBy': 'Created By',
'shopping.list.thead.latest': 'Latest Activity',
'shopping.list.thead.status': 'Status',
'shopping.list.thead.action': 'Action',
'shopping.list.create.date': 'Date Created: ',
'shopping.list.description': 'Descriptions: ',
'shopping.list.last.update': 'Last Updated: ',
'shopping.list.create.by': 'Created By: ',
'shopping.list.status.select.label': 'Please select a Status: ',
'shopping.list.unit.text': 'Items',
'shopping.list.thead.price': 'Price',
'shopping.list.thead.qty': 'Qty',
'shopping.list.thead.subtotal': 'Subtotal',
'shopping.list.single.search.label': 'Enter SKU or Product Name',
'shopping.list.button.more': 'More Results',
'shopping.list.divider.or': '-OR-',
'shopping.list.multiple.search.label': 'Enter Mutiple SKUs',
'shopping.list.multiple.search.tip': 'Use Commas to separate SKUs. <br/> eg SKU01, SKU 02',
'shopping.list.upload.label': 'Add from File',
'shopping.list.td.sku.label': 'SKU: ',
'shopping.list.td.price.label': 'Price: ',
'shopping.list.td.qty.label': 'Qty: ',
'shopping.list.td.subtotal.label': 'Subtotal: ',
'shopping.list.button.updateQty': 'Update Quantity',
'shopping.list.button.editOptions': 'Edit Options',
'shopping.list.edit.modal.title': 'Edit Shopping List',
'shopping.list.edit.modal.form.name.label': 'Shopping List Name',
'shopping.list.edit.modal.form.description.label': 'Description',
'shopping.list.options.modal.title': 'Choose Options',
'shopping.list.item.grand.total': 'Grand Total:',
'shopping.list.createModal.title.label': 'Duplicate Shopping List',
# quote
'quotes.list.title': 'Quotes',
'quotes.create.button': 'Create New Quote',
'quotes.action.view': 'View',
'quotes.action.checkout': 'Checkout',
'quotes.action.view.order': 'View Order',
'quotes.action.edit': 'Edit',
'quotes.action.delete': 'Delete',
'quotes.back.to.edit': 'Back to Edit',
'quotes.back.to.all': 'Back to All Quotes',
'quote.cancel.button': 'Cancel',
'quote.save.button': 'Save',
'quote.send.button': 'Send',
'quote.update.button': 'Update',
'quote.preview.button': 'Preview',
'quote.save.as.draft.button': 'Save as Draft',
'quote.publish.button': 'Publish',
'quote.approve.button': 'Submit for Approval',
'quote.information.title': 'Quote Information',
'quote.form.company.label': 'Company',
'quote.form.address.label': 'Company Address',
'quote.form.referenceNumber.label': 'Reference Number',
'quote.form.title.label': 'Quote Title',
'quote.form.description.label': 'Description',
'quote.form.expiredAt.label': 'Expiration Date',
'quote.form.search.btn': 'Search Product',
'quote.form.search.label': 'Enter SKU or Product Name',
'quote.form.btn.add': 'Add',
'quote.thead.product': 'Product',
'quote.thead.price': 'Price',
'quote.thead.discount': 'Discount',
'quote.thead.newPrice': 'New Price',
'quote.thead.quantity': 'Quantity',
'quote.thead.lineTotal': 'Line Total',
'quote.thead.title': 'Title',
'quote.thead.companyName': 'Company Name',
'quote.thead.salesRep': 'Sales Rep',
'quote.thead.createdOn': 'Created On',
'quote.thead.status': 'Status',
'quote.thead.action': 'Action',
'quote.subtotal': 'Subtotal: ',
'quote.discount': 'Discount: ',
'quote.grandtotal': 'Grand Total: ',
'quote.addtional.title': 'Additional Information',
'quote.addtional.notes': 'Notes',
'quote.createShoppingListModal.title': 'Create New Shopping List',
'quote.sendEmailModal.title': 'Send Quote',
'quote.sendEmailModal.address.label': 'This Quote will be sent to:',
'quote.sendEmailModal.address.placeholder': 'Please enter email address here',
'quote.sendEmailModal.tip': 'Note: All users of this company can check this Price Quote after login to their account.',
'quote.address.noData': 'No Addresses',
'quote.referenceNumber.label': 'Reference Number: ',
'quote.issued.on': 'Issued on: ',
'quote.expired.date': 'Expiration Date: ',
'quote.sales.representative': 'Sales Representative:',
# quick order pad
'qop.upload.csv.title': 'Upload via CSV',
'qop.download.csv.title': 'Download Sample CSV File',
'qop.choose.file.button': 'Choose File',
'qop.add.to.cart.button': 'Add To Cart',
'qop.upload.sku.title': 'Quick Order via SKU',
'qop.add.row.button': 'Add Row',
'qop.thead.variantSku': 'Variant SKU',
'qop.thead.quantity': 'Quantity',
'qop.tbody.invalidSku': 'Invalid SKU ',
'qop.upload.click.lable': 'Click to "Browse File"',
'qop.upload.drag.lable': ' or "Drag and Drop" to Upload.',
# order
'orders.show.all.button': 'Show All Company Orders',
'orders.show.my.button': 'Show My Orders',
'orders.reorder.button': 'Reorder',
'orders.add.to.new.shopping.list.button': 'Add to Shopping List',
'orders.search.placeholder': 'Search by keyword',
'orders.filters.label': 'Filters',
'orders.filters.apply': 'APPLY',
'orders.filters.clear': 'CLEAR',
'orders.filters.orderNumber.label': 'Order Number',
'orders.filters.companyName.label': 'Company Name',
'orders.filters.poNumber.label': 'Po Number',
'orders.filters.createdBy.label': 'Create By',
'orders.thead.orderNumber': 'Order Number',
'orders.thead.total': 'Product Total',
'orders.thead.grandTotal': 'Grant Total',
'orders.thead.po': 'PO# / Reference#',
'orders.thead.placed': 'Order Placed',
'orders.thead.purchaseDate': 'Purchase Date',
'orders.thead.updated': 'Last Updated',
'orders.thead.created': 'Created By',
'orders.thead.placedBy': 'Placed By',
'orders.thead.status': 'Status',
'orders.thead.action': 'Action',
'orders.thead.companyName': 'Company Name',
'order.print.invoice.button': 'Print Invoice',
'order.title': 'Order Details',
'order.contents': 'Order Contents',
'order.coupon.code.label': 'Coupon Code',
'order.coupon.shipping.label': 'Shipping: ',
'order.coupon.tax.label': 'Tax: ',
'order.coupon.grandTotal.label': 'TGrand Total: ',
'order.info.status': 'Order status:',
'order.info.date': 'Order date:',
'order.info.total': 'Order total:',
'order.info.payment': 'Payment method:',
'order.info.purchase': 'Purchase Order',
'order.sidebar.shipto': 'Ship To',
'order.sidebar.billto': 'Bill To',
'order.shipping.date': 'Date Shipped:',
'order.shipping.provider': 'Shipping Provider:',
'order.shipping.method': 'Shipping Method:',
'order.shipping.tracking': 'tracking#',
'order.shipping.title': 'Shipping Details',
'order.comment.title': 'Order Comments',
'order.po.title': 'PO# / Reference#',
'order.actions.title': 'Actions',
# address book
'address.add.button': 'ADD NEW ADDRESS',
'address.filters.button': 'Filters',
'address.filters.address.label': 'Address',
'address.filters.country.label': 'Country',
'address.filters.country.palceholder': 'Please Select',
'address.filters.state.palceholder': 'Please Select',
'address.filters.addressLabel.label': 'Address Label',
'address.filters.addressType.label': 'Address Type',
'address.filters.addressType.shipping': 'Shipping',
'address.filters.addressType.billing': 'Billing',
'address.clear.button': 'CLEAR',
'address.apply.button': 'APPLY',
'address.actions.edit': 'Edit',
'address.actions.delete': 'Delete',
'address.actions.default.billing': 'Set as default billing',
'address.actions.default.shipping': 'Set as default shipping',
'address.cancel.button': 'Cancel',
'address.save.button': 'Save',
'address.thead.address': 'Address',
'address.thead.addressLabel': 'Address Label',
'address.thead.country': 'Country',
'address.thead.shipping': 'Shipping',
'address.thead.billing': 'Billing',
'address.thead.action': 'Action',
'address.formModal.shipping.label': 'Shipping',
'address.formModal.billing.label': 'Billing',
'address.formModal.defaultShipping.label': 'Default Shipping Address',
'address.formModal.defaultBilling.label': 'Default Billing Address',
'address.formModal.addressLabel.label': 'Address Label',
'address.formModal.lastName.label': 'Last Name',
'address.formModal.country.label': 'Country',
'address.formModal.country.palceholder': 'Please Select',
'address.formModal.state.palceholder': 'Please Select',
# buy again
'buyAgain.datePicker.from.label': 'From: ',
'buyAgain.datePicker.to.label': 'To: ',
'buyAgain.searchInput.placeholder': 'Search By Product Name,SKU',
'buyAgain.thead.product.label': 'Product',
'buyAgain.thead.sku.label': 'SKU',
'buyAgain.thead.lastOrdered.label': 'Last Ordered',
'buyAgain.thead.price.label': 'Price',
'buyAgain.thead.qty.label': 'Qty',
'buyAgain.thead.action.label': 'Action',
'buyAgain.addToCart.btn': 'Add to Cart',
'buyAgain.addToShoppingList.btn': 'Add to Shopping List',
'buyAgain.createModal.title.label': 'Create New Shopping List',
'buyAgain.createModal.name.label': 'Shopping List Name',
'buyAgain.createModal.name.required': 'Shopping List Name is required',
'buyAgain.createModal.description.label': 'Description',
'buyAgain.chooseModal.title.label': 'Choose Shopping List',
'buyAgain.chooseModal.description.label': 'Description',
'buyAgain.modal.cancel': 'Cancel',
'buyAgain.modal.save': 'Save',
'buyAgain.modal.add': 'Add',