Repository URL to install this package:
|
Version:
1.1.10 ▾
|
const wording = {
// Bundle & Collection
productIdentifier: 'product ID',
quantity: 'Quantity',
rating: 'Rating',
writeReview: 'Write a Review',
addToCart: 'Add to Cart',
saveToLater: 'Save for Later',
productDetails: 'Product Details',
mandatoryProductTitle: 'new product bundle items',
addonProductTitle: 'Add items to your bundle',
bundleCollectionTitle: 'Bundle & Collection Items',
item: 'item',
items: 'items',
addon: 'Add On',
addons: 'Add On',
addItem: 'Add Item',
youSave: 'You save',
// skipNav
skipToMainContent: 'Skip to main content',
// Share
product: 'Product',
share: 'Share',
copy: 'COPY',
copied: 'COPIED',
copyLink: 'COPY LINK',
// Pagination
pageLabel: 'Page',
ofLabel: 'of',
LabelValueSectionWordings: {
labelPrefix: 'original',
valuePrefix: '$',
}
}
export { wording }