Page cover

Language

Locales["en"] = {
    ["cash"] = 'Cash:',
    ["bank"] = 'Bank',
    ["categories"] = 'Categories',
    ["input"] = 'Search Product',
    ["yourCart"] = 'Your Cart',
    ["items"] = 'Item',
    ["subtotal"] = 'Subtotal',
    ["total"] = 'Total',
    ["payCash"] = 'Pay with Cash',
    ["payBank"] = 'Pay with Bank',
    ["allCategory"] = 'All Products',
    ["desc"] = 'Product Description',
    ["addToCart"] = 'Add to Cart',
    -- Notify
    ["error"] = 'Error',
    ["success"] = 'Success',
    ["enoughMoney"] = 'You don\'t have enough money!',
    ["basketEmpty"] = 'Your basket is empty!',
    ["successMsg"] = 'Your purchase has been completed.'
}

Last updated