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    
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const wording = {
    // Bundle & Collection
    productIdentifier: 'product ID',
    quantity: 'Quantity',
    rating: 'Rating',
    writeReview: 'Write a Review',
    addToCart: 'Add to Cart',
    viewBundle: 'View Bundle',
    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',
    addItem: 'Add Item',
    youSave: 'You save',
    addonText: 'add-on',
    addonsText: 'add-ons',
    // skipNav
    skipToMainContent: 'Skip to main content',
    // Pagination
    pageLabel: 'Page',
    ofLabel: 'of',
    playButton: 'Play or pause button',
    copyLinkButton: 'Copy link button',
    triggerPrevious: 'Trigger previous page',
    triggerNext: 'Trigger next page',
    // Subscription
    error: 'You must first add an address to subscribe.',
    // presets/Subscription/PaymentInformation
    paymentHeaderLabel: 'Payment Information',
    addNewPaymentText: 'Enter new payment method',
    // presets/Subscription/ShippingAddress
    ShippingAddressHeaderLabel: 'Shipping Address',
    addNewAddressText: 'Enter new shipping addres',
    // Form
    cancel: 'cancel',
};
exports.wording = wording;
//# sourceMappingURL=index.js.map