'use strict'; window.frischgekocht = window.frischgekocht || {}; window.frischgekocht.environment = { appVersion: document.getElementById('app-version').innerText, basepath: '/', absoluteUrl: 'https://frischgekocht.billa.at', shopBaseUrl: 'https://shop.billa.at/', staticImagesBasePath: '/Resources/Images/static/', cookieOptions: { path: '/', domain: 'frischgekocht.billa.at' }, translations:{ de:{ // generic 'cheaper': 'billiger', 'strikePricePrefix': 'statt', 'tileDecreaseQuantity': 'Menge verringern', 'tileEnterQuantity': 'Menge', 'tileIncreaseQuantity': 'Menge erhöhen', 'loginTipTitle': 'BILLA Vorteils-Club', 'loginTipText': 'Melden Sie sich zum BILLA Vorteils-Club an und profitieren Sie von allen Features auf frischgekocht.billa.at', 'loginTipButton': 'Anmelden', 'checkout': 'Zur Kassa', 'close': 'schließen', 'newProductsNotification0': 'Sie haben', 'newProductsNotification1': 'in den Warenkorb gelegt.', 'newProductsNotificationAmount': 'neue(n) Artikel', 'maximumAmountExceeded': 'Es konnten leider nicht alle Artikel in den Warenkorb hinzugefügt werden, da die maximale Haushalts­abgabe­menge überschritten wurde.', 'maximumAmountExceededNothingAdded': 'Es konnte/n leider kein/e Artikel in den Warenkorb hinzugefügt werden, da die maximale Haushalts­abgabe­menge überschritten wurde.', 'disabledCookiesHeadline': 'Ihr Browser akzeptiert keine Cookies', 'dearVisitors': 'Liebe BesucherInnen!', 'disabledCookiesText': 'Überarbeiten Sie Ihre Cookie-Einstellungen um unsere Website in vollem Umfang nutzen zu können.', 'yourBillaFGTeam': 'Ihr FRISCH GEKOCHT-Team', 'kindRegards': 'Mit freundlichen Grüßen,', } }, abbreviations: { de: { 'kcal': 'Kilokalorien', 'kj': 'Kilojoule', 'kg': 'Kilogramm', 'l': 'Liter', 'pc': 'Stück', 'g': 'Gramm', } }, passwordComplexity: { minLength: 8, minFulfilledCriteria: 3, criterias: [ /[A-Z]+/,/[a-z]+/,/[0-9]+/,/[^A-Za-z0-9]+/, ], criteriasMsgs: [ 'mind. 1 Großbuchstabe enthalten','mind. 1 Kleinbuchstabe enthalten','mind. 1 Ziffer enthalten','mind. 1 Sonderzeichen enthalten', ] }, billaShop: { basepath: 'https://shop.billa.at/', settings: { productView: { view: 'tiles', sortOption: 'name', sortOptionProductGroup: 'group', imagesBasePath: 'https://files.billa.at/files/artikel/', imagesExtension: 'jpg', imagesDefaultIndex: '01', imagesResolutions: { small: { normal: '150x150', retina: '300x300' }, medium: { normal: '300x300', retina: '600x600' }, large: { normal: '600x600', retina: '1200x1200' }, xlarge: { normal: '1600x1600', retina: '1600x1600' } }, promotionsIconBasePath: 'https://files.billa.at/files/badges/aktion_', promotionsIconExtension: 'svg', badgesDisplayNames: {"s_bio":"Bio","s_new":"Neu","s_saison":"Saison","sale":"Aktion"}, showFacetTotals: false, maxArticles: {'small': 25, 'medium': 100}, promotionPages: { basePath: '/sonderkapitel/seiten/', // promotionnames are always lowercase and can be found in webconfig.BulkDiscountSettings.DefaultValues and BulkDiscountSettings.DiscountValues satterrabatt: 'satterabatte', // this is ok because there is already a ~/sonderkapitel/seiten/satterabatte //aktion: 'aktion', //uncomment to test because this promotion is used very regularly dauertiefpreis: 'aktionen/dauertiefpreis', } }, basket: { defaultPromotionNameOverrides: {'SUPER-CLUB PREIS':'SUPERCLUBPREIS', 'Treuepromotion':'AKTION', 'DAUERTIEFPREIS':'', 'EXTREM BILLA': 'EXTREMBILLA' }, bulkDiscountPromotionNameOverrides:{'MULTIPACKNACHLASS':'MULTIPACK'}, poolPromotions: { rabattsammler: { poolName: 'Rabattsammler' }, deliveryPass: { poolName: 'DeliveryPass', articleId: '00-494060', validityInDays: 60 }, miscPromotions: { poolName: 'MiscPromotions' } } }, distribution: { numDaysToDisplay: 11 } }, } };