Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / src / words / index.ts
Size: Mime:
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 }