@ikas/loyalty-widget-renderer 1.0.0-alpha.76 → 1.0.0-alpha.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/locales.d.ts +5 -0
- package/build/models/index.js +1 -1
- package/build/renderer/components/mini-mode-description/index.js +1 -1
- package/build/renderer/screens/main-screen/program-info-section/style.js +1 -1
- package/build/renderer/utils/locales/de.json.js +1 -1
- package/build/renderer/utils/locales/en.json.js +1 -1
- package/build/renderer/utils/locales/fr.json.js +1 -1
- package/build/renderer/utils/locales/nl.json.js +1 -1
- package/build/renderer/utils/locales/tr.json.js +1 -1
- package/build/storefront-widget-script-injector.iife.js +3 -3
- package/build/storefront-widget-script-injector.iife.js.map +1 -1
- package/build/utils.d.ts +24 -0
- package/build/utils.js +1 -1
- package/package.json +1 -1
package/build/locales.d.ts
CHANGED
|
@@ -113,6 +113,7 @@ declare const locales: {
|
|
|
113
113
|
};
|
|
114
114
|
miniMode: {
|
|
115
115
|
description: string;
|
|
116
|
+
descriptionLoggedIn: string;
|
|
116
117
|
altText: string;
|
|
117
118
|
};
|
|
118
119
|
};
|
|
@@ -230,6 +231,7 @@ declare const locales: {
|
|
|
230
231
|
};
|
|
231
232
|
miniMode: {
|
|
232
233
|
description: string;
|
|
234
|
+
descriptionLoggedIn: string;
|
|
233
235
|
altText: string;
|
|
234
236
|
};
|
|
235
237
|
};
|
|
@@ -347,6 +349,7 @@ declare const locales: {
|
|
|
347
349
|
};
|
|
348
350
|
miniMode: {
|
|
349
351
|
description: string;
|
|
352
|
+
descriptionLoggedIn: string;
|
|
350
353
|
altText: string;
|
|
351
354
|
};
|
|
352
355
|
};
|
|
@@ -464,6 +467,7 @@ declare const locales: {
|
|
|
464
467
|
};
|
|
465
468
|
miniMode: {
|
|
466
469
|
description: string;
|
|
470
|
+
descriptionLoggedIn: string;
|
|
467
471
|
altText: string;
|
|
468
472
|
};
|
|
469
473
|
};
|
|
@@ -581,6 +585,7 @@ declare const locales: {
|
|
|
581
585
|
};
|
|
582
586
|
miniMode: {
|
|
583
587
|
description: string;
|
|
588
|
+
descriptionLoggedIn: string;
|
|
584
589
|
altText: string;
|
|
585
590
|
};
|
|
586
591
|
};
|
package/build/models/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__assign as
|
|
1
|
+
import{__assign as t}from'./../ext/tslib/tslib.es6.mjs.js';import{makeObservable as e,observable as i,action as s,computed as r}from"mobx";import{markDescriptionClosedForSession as o,isDescriptionClosedForCurrentSession as n}from"../utils.js";import{LoyaltyCustomerInfo as d}from"./loyalty-customer-info/index.js";import{LoyaltyProgramEarningMethod as c}from"./loyalty-program-earning-method/index.js";import{LoyaltyProgramSpendingMethod as a}from"./loyalty-program-spending-method/index.js";import{LoyaltyWidget as h}from"./loyalty-widget/index.js";import{WidgetMode as l,LoyaltyWidgetScreenTypeEnum as u}from"./types/index.js";var g=function(){function g(o,g,p,M,m,y,f){void 0===o&&(o={}),this.userRefreshTrigger=0,this.cartRefreshTrigger=0,this.selectedScreen=o.selectedScreen||u.MAIN_SCREEN,this.currentWidgetMode=y?l.WIDGET_MODE:l.MINI_MODE,this.isMiniModeDescriptionClosed=n(),this.isLoading=o.isLoading||!1,this.isActionLoading=o.isActionLoading||!1,this.loyaltyWidget=new h(o.loyaltyWidget),this.cdnURL=g,this.merchantId=p,this.storeUrl=m||o.storeUrl||"",this.currency=M,this.isPreviewMode=y||!1,this.cartId=o.cartId||null,this.cartId=o.cartId||null,this.ikasEventUser=o.ikasEventUser||null,this.user=o.user?new d(o.user):null,this.earningMethods=o.earningMethods?o.earningMethods.map(function(t){return new c(t)}):[],this.spendingMethods=o.spendingMethods?o.spendingMethods.map(function(t){return new a(t)}):[],this.tiers=o.tiers?o.tiers:[],this.categories=o.categories?o.categories:[],this.products=o.products?o.products:[],this.brands=o.brands?o.brands:[],this.tags=o.tags?o.tags:[],this.pointHistory=o.pointHistory?o.pointHistory:[],this.callbacks=f||void 0,e(this,t(t({cartId:i},y?{}:{loyaltyWidget:i}),{isLoading:i,isActionLoading:i,cdnURL:i,merchantId:i,storeUrl:i,currency:i,setWidgetMode:s.bound,closeMiniModeDescription:s.bound,formatCurrency:s.bound,selectedScreen:i,currentWidgetMode:i,isMiniModeDescriptionClosed:i,user:i,earningMethods:i,spendingMethods:i,tiers:i,categories:i,products:i,brands:i,tags:i,pointHistory:i,ikasEventUser:i,userRefreshTrigger:i,cartRefreshTrigger:i,shouldShowSpendingMethods:r}))}return Object.defineProperty(g.prototype,"shouldShowSpendingMethods",{get:function(){return!!this.user&&(!(this.user.totalPoint<=0)&&0!==this.spendingMethods.length)},enumerable:!1,configurable:!0}),g.prototype.setWidgetMode=function(t){this.currentWidgetMode=t,t!==l.WIDGET_MODE||this.isPreviewMode||(this.isMiniModeDescriptionClosed=!0,o())},g.prototype.closeMiniModeDescription=function(){this.isMiniModeDescriptionClosed=!0,o()},g.prototype.formatCurrency=function(t){var e;return(null===(e=this.callbacks)||void 0===e?void 0:e.formatCurrency)?this.callbacks.formatCurrency(t):"".concat(t.toFixed(2)," ").concat(this.currency)},g}();export{g as LoyaltyWidgetViewModel};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"react";import{observer as o}from"mobx-react";import{WidgetMode as t}from"../../../models/types/index.js";import{XClose as i}from"../../../assets/icons/x-close.js";import'./../../../ext/react-i18next/dist/es/context.js';import{useTranslation as n}from'./../../../ext/react-i18next/dist/es/useTranslation.js';import{Container as r,CloseButton as s,Text as
|
|
1
|
+
import e from"react";import{observer as o}from"mobx-react";import{WidgetMode as t}from"../../../models/types/index.js";import{XClose as i}from"../../../assets/icons/x-close.js";import'./../../../ext/react-i18next/dist/es/context.js';import{useTranslation as n}from'./../../../ext/react-i18next/dist/es/useTranslation.js';import{Container as r,CloseButton as s,Text as m}from"./style.js";var l=o(function(o){var l=o.viewModel,c=n().t;if(l.isMiniModeDescriptionClosed)return null;var a=l.user?"miniMode.descriptionLoggedIn":"miniMode.description";return e.createElement(r,{onClick:function(e){e.stopPropagation(),l.setWidgetMode(t.WIDGET_MODE)}},e.createElement(s,{onClick:function(e){e.stopPropagation(),l.closeMiniModeDescription()}},e.createElement(i,null)),e.createElement(m,null,c(a)))});export{l as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__makeTemplateObject as n}from'./../../../../ext/tslib/tslib.es6.mjs.js';import o,{css as e}from"styled-components";import{iconWrapperShape as r}from"../../../components/style/icon-wrapper.js";import{textSMMedium as i}from"../../../components/style/typography.js";var d,
|
|
1
|
+
import{__makeTemplateObject as n}from'./../../../../ext/tslib/tslib.es6.mjs.js';import o,{css as e}from"styled-components";import{iconWrapperShape as r}from"../../../components/style/icon-wrapper.js";import{textSMMedium as i}from"../../../components/style/typography.js";var t,d,a,p,s,l,c,f,x,b=o.div(t||(t=n(["\n display: flex;\n justify-content: center;\n align-items: center;\n color: #9aa4b2;\n transition: color 0.2s ease-in-out;\n"],["\n display: flex;\n justify-content: center;\n align-items: center;\n color: #9aa4b2;\n transition: color 0.2s ease-in-out;\n"]))),u=o.div(d||(d=n(["\n display: flex;\n flex-direction: column;\n gap: 12px;\n padding: 0 16px;\n"],["\n display: flex;\n flex-direction: column;\n gap: 12px;\n padding: 0 16px;\n"]))),g=o.div(a||(a=n(["\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 12px;\n"],["\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 12px;\n"]))),m=o.button(p||(p=n(["\n display: flex;\n flex-direction: column;\n padding: 12px;\n padding-left: 14px;\n gap: 12px;\n position: relative;\n border-radius: ",";\n border: 1px solid #eef2f6;\n background: #fff;\n cursor: pointer;\n width: 100%;\n align-items: flex-start;\n transition: border-color 0.2s ease-in-out;\n\n &:hover {\n border-color: #cdd5df;\n\n "," {\n color: #4b5565;\n }\n }\n"],["\n display: flex;\n flex-direction: column;\n padding: 12px;\n padding-left: 14px;\n gap: 12px;\n position: relative;\n border-radius: ",";\n border: 1px solid #eef2f6;\n background: #fff;\n cursor: pointer;\n width: 100%;\n align-items: flex-start;\n transition: border-color 0.2s ease-in-out;\n\n &:hover {\n border-color: #cdd5df;\n\n "," {\n color: #4b5565;\n }\n }\n"])),function(n){var o=n.$borderRadius;return"".concat(o,"px")},b),y=o.div(l||(l=n(["\n ","\n border: 1px solid #e3e8ef;\n background: #fff;\n box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);\n color: #4b5565;\n\n ","\n"],["\n ","\n border: 1px solid #e3e8ef;\n background: #fff;\n box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);\n color: #4b5565;\n\n ","\n"])),r,function(o){return o.$hasBgColor&&e(s||(s=n(["\n padding: 10px;\n background: #f6f6f6;\n border: none;\n "],["\n padding: 10px;\n background: #f6f6f6;\n border: none;\n "])))}),h=o.div(c||(c=n(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n"],["\n display: flex;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n"]))),v=o.span(f||(f=n(["\n color: #121926;\n ","\n text-align: left;\n"],["\n color: #121926;\n ","\n text-align: left;\n"])),i),w=o.button(x||(x=n(["\n display: flex;\n padding: 12px 12px 12px 16px;\n justify-content: space-between;\n align-items: center;\n border-radius: ",";\n border: 1px solid #eef2f6;\n background: #fff;\n cursor: pointer;\n width: 100%;\n transition: border-color 0.2s ease-in-out;\n\n &:hover {\n border-color: #cdd5df;\n\n "," {\n color: #4b5565;\n }\n }\n"],["\n display: flex;\n padding: 12px 12px 12px 16px;\n justify-content: space-between;\n align-items: center;\n border-radius: ",";\n border: 1px solid #eef2f6;\n background: #fff;\n cursor: pointer;\n width: 100%;\n transition: border-color 0.2s ease-in-out;\n\n &:hover {\n border-color: #cdd5df;\n\n "," {\n color: #4b5565;\n }\n }\n"])),function(n){var o=n.$borderRadius;return"".concat(o,"px")},b);export{b as ArrowWrapper,u as Container,g as GridContainer,w as RowCard,m as SmallCard,h as SmallCardBottom,y as SmallCardIconWrapper,v as Title};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={points:"Punkte",create:"Erstellen",allow:"Erlauben",use:"Benutzen",login:"Anmelden",convert:"Umwandeln"},n={earningMethodsTitle:"Methoden zum Punktesammeln",spendingMethodsTitle:"Verfügbare Belohnungen",programInfoTitle:"Programminformationen",earnPoints:"Punkte sammeln",allRewards:"Alle Belohnungen",tiers:"Stufen",pointHistory:"Punktestand",cartWarning:"Sie können Belohnungen nicht nutzen, ohne einen Warenkorb zu erstellen.",appliedDiscount:{fixedAmount:"{{amount}} Rabatt auf Ihren Warenkorb angewendet.",freeShipping:"Kostenloser Versand auf Ihren Warenkorb angewendet.",ratio:"{{amount}} Rabatt auf Ihren Warenkorb angewendet.",freeProduct:"Geschenkprodukt zu Ihrem Warenkorb hinzugefügt.",generic:"{{amount}} Rabatt auf Ihren Warenkorb angewendet.",remove:"Entfernen",goToCheckout:"Zur Kasse"}},t={minPointLimit:"Mindestens {{points}} Punkte können umgewandelt werden.",FIXED_AMOUNT:{title:"Betragsrabatt",dynamicTitle:"Dynamischer Betragsrabatt"},RATIO:{title:"Prozentualer Rabatt"},FREE_SHIPPING:{title:"Kostenloser Versand"},FREE_PRODUCT:{title:"Geschenkprodukt",description:"{{product}} wird kostenlos zum Warenkorb hinzugefügt."}},r={title:"Treueprogramm",subtitle:"Verdienen Sie beim Einkaufen",register_title:"Registrieren",registerDescription:"Ihr Zugang zu aufregenden Vorteilen und exklusiven Belohnungen.",registerButton:"Jetzt registrieren",haveAccount:"Haben Sie bereits ein Konto?",earnedPoints:"Verdiente Punkte",logoAlt:"Logo"},i={xPoints:"{{points}} Punkte",CUSTOMER_REGISTER:{title:"Konto erstellen"},CUSTOMER_REVIEW:{title:"Produkte bewerten"},ENABLE_SUBSCRIPTION:{title:"Kommunikation erlauben"},ORDER_CREATE:{RECEIVE_POINTS_ON_SPEND:{title:"Punkte beim Einkaufen sammeln",description:"{{points}} Punkte für jede ausgegebene {{amount}}"},BASE:{title:"Bestellung aufgeben",descriptionStaticMinimum:"Bestellwert muss mindestens {{amount}} betragen.",descriptionStaticMaximum:"Bestellwert darf maximal {{amount}} betragen.",descriptionOnlyCategory:"Ein Produkt aus der Kategorie {{category}} muss hinzugefügt werden.",descriptionOnlyProduct:"Das Produkt {{product}} muss hinzugefügt werden.",descriptionOnlyBrand:"Ein Produkt der Marke {{brand}} muss hinzugefügt werden.",descriptionOnlyTag:"Ein Produkt mit dem Tag {{tag}} muss hinzugefügt werden.",genericCategory:"in der Kategorie {{category}}",genericProduct:"mit dem Produkt {{product}}",genericBrand:"der Marke {{brand}}",genericTag:"mit dem Tag {{tag}}",descriptionWithFilter:"{{filter}} eine Bestellung muss aufgegeben werden."}},BUY_PRODUCT:{title:"Produkt kaufen"},CUSTOMER_SEGMENT:{title:"Kundensegment"}},a={earnedTitle:"Punkte verdient",spentTitle:"Punkte ausgegeben",refundTitle:"Punkte storniert",refillTitle:"Punkte wiederhergestellt"},o={creditEarningMethods:"Methoden zum Punktesammeln",creditSpendingMethods:"Methoden zum Einlösen von Punkten",creditHistory:"Punktestand",loyaltyLevel:"Stufen",loyaltyLevelScreen:{afterEarning:"nach dem Verdienen von",reachNextTier:"Sammeln Sie noch {{points}} Punkte, um die Stufe {{tierName}} zu erreichen.",allTiersCompleted:"Sie haben alle Stufen abgeschlossen!",currentTierDescription:"Sie befinden sich aktuell in dieser Stufe.",multiplierDescription:"Punkte, die Sie beim Erreichen dieser Stufe verdienen, werden mit <0>{{multiplier}}x</0> multipliziert."}},u={description:"Hallo! 👋 Treten Sie unserem Treueprogramm bei und profitieren Sie von extra Rabatten beim Einkaufen!",altText:"Treueprogramm Widget"},s={common:e,main_screen:n,spendingMethods:t,header:r,earningMethods:i,history:a,screens:o,miniMode:u};export{e as common,s as default,i as earningMethods,r as header,a as history,n as main_screen,u as miniMode,o as screens,t as spendingMethods};
|
|
1
|
+
var e={points:"Punkte",create:"Erstellen",allow:"Erlauben",use:"Benutzen",login:"Anmelden",convert:"Umwandeln"},n={earningMethodsTitle:"Methoden zum Punktesammeln",spendingMethodsTitle:"Verfügbare Belohnungen",programInfoTitle:"Programminformationen",earnPoints:"Punkte sammeln",allRewards:"Alle Belohnungen",tiers:"Stufen",pointHistory:"Punktestand",cartWarning:"Sie können Belohnungen nicht nutzen, ohne einen Warenkorb zu erstellen.",appliedDiscount:{fixedAmount:"{{amount}} Rabatt auf Ihren Warenkorb angewendet.",freeShipping:"Kostenloser Versand auf Ihren Warenkorb angewendet.",ratio:"{{amount}} Rabatt auf Ihren Warenkorb angewendet.",freeProduct:"Geschenkprodukt zu Ihrem Warenkorb hinzugefügt.",generic:"{{amount}} Rabatt auf Ihren Warenkorb angewendet.",remove:"Entfernen",goToCheckout:"Zur Kasse"}},t={minPointLimit:"Mindestens {{points}} Punkte können umgewandelt werden.",FIXED_AMOUNT:{title:"Betragsrabatt",dynamicTitle:"Dynamischer Betragsrabatt"},RATIO:{title:"Prozentualer Rabatt"},FREE_SHIPPING:{title:"Kostenloser Versand"},FREE_PRODUCT:{title:"Geschenkprodukt",description:"{{product}} wird kostenlos zum Warenkorb hinzugefügt."}},r={title:"Treueprogramm",subtitle:"Verdienen Sie beim Einkaufen",register_title:"Registrieren",registerDescription:"Ihr Zugang zu aufregenden Vorteilen und exklusiven Belohnungen.",registerButton:"Jetzt registrieren",haveAccount:"Haben Sie bereits ein Konto?",earnedPoints:"Verdiente Punkte",logoAlt:"Logo"},i={xPoints:"{{points}} Punkte",CUSTOMER_REGISTER:{title:"Konto erstellen"},CUSTOMER_REVIEW:{title:"Produkte bewerten"},ENABLE_SUBSCRIPTION:{title:"Kommunikation erlauben"},ORDER_CREATE:{RECEIVE_POINTS_ON_SPEND:{title:"Punkte beim Einkaufen sammeln",description:"{{points}} Punkte für jede ausgegebene {{amount}}"},BASE:{title:"Bestellung aufgeben",descriptionStaticMinimum:"Bestellwert muss mindestens {{amount}} betragen.",descriptionStaticMaximum:"Bestellwert darf maximal {{amount}} betragen.",descriptionOnlyCategory:"Ein Produkt aus der Kategorie {{category}} muss hinzugefügt werden.",descriptionOnlyProduct:"Das Produkt {{product}} muss hinzugefügt werden.",descriptionOnlyBrand:"Ein Produkt der Marke {{brand}} muss hinzugefügt werden.",descriptionOnlyTag:"Ein Produkt mit dem Tag {{tag}} muss hinzugefügt werden.",genericCategory:"in der Kategorie {{category}}",genericProduct:"mit dem Produkt {{product}}",genericBrand:"der Marke {{brand}}",genericTag:"mit dem Tag {{tag}}",descriptionWithFilter:"{{filter}} eine Bestellung muss aufgegeben werden."}},BUY_PRODUCT:{title:"Produkt kaufen"},CUSTOMER_SEGMENT:{title:"Kundensegment"}},a={earnedTitle:"Punkte verdient",spentTitle:"Punkte ausgegeben",refundTitle:"Punkte storniert",refillTitle:"Punkte wiederhergestellt"},o={creditEarningMethods:"Methoden zum Punktesammeln",creditSpendingMethods:"Methoden zum Einlösen von Punkten",creditHistory:"Punktestand",loyaltyLevel:"Stufen",loyaltyLevelScreen:{afterEarning:"nach dem Verdienen von",reachNextTier:"Sammeln Sie noch {{points}} Punkte, um die Stufe {{tierName}} zu erreichen.",allTiersCompleted:"Sie haben alle Stufen abgeschlossen!",currentTierDescription:"Sie befinden sich aktuell in dieser Stufe.",multiplierDescription:"Punkte, die Sie beim Erreichen dieser Stufe verdienen, werden mit <0>{{multiplier}}x</0> multipliziert."}},u={description:"Hallo! 👋 Treten Sie unserem Treueprogramm bei und profitieren Sie von extra Rabatten beim Einkaufen!",descriptionLoggedIn:"Hallo! 👋 Sehen Sie Ihre Treuepunkte und erledigen Sie neue Aufgaben!",altText:"Treueprogramm Widget"},s={common:e,main_screen:n,spendingMethods:t,header:r,earningMethods:i,history:a,screens:o,miniMode:u};export{e as common,s as default,i as earningMethods,r as header,a as history,n as main_screen,u as miniMode,o as screens,t as spendingMethods};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var t={points:"Points",create:"Create",allow:"Allow",use:"Use",login:"Login",convert:"Convert"},e={earningMethodsTitle:"Points Earning Methods",spendingMethodsTitle:"Rewards You Can Use",programInfoTitle:"Program Information",earnPoints:"Earn Points",allRewards:"All Rewards",tiers:"Tiers",pointHistory:"Points History",cartWarning:"You cannot use rewards without creating a cart.",appliedDiscount:{fixedAmount:"{{amount}} discount applied to your cart.",freeShipping:"Free shipping applied to your cart.",ratio:"{{amount}} discount applied to your cart.",freeProduct:"Gift product added to your cart.",generic:"{{amount}} discount applied to your cart.",remove:"Remove",goToCheckout:"Go to Checkout"}},o={minPointLimit:"At least {{points}} points can be converted.",FIXED_AMOUNT:{title:"Amount Discount",dynamicTitle:"Dynamic Amount Discount"},RATIO:{title:"Percentage Discount"},FREE_SHIPPING:{title:"Free Shipping"},FREE_PRODUCT:{title:"Gift Product",description:"{{product}} will be added to cart for free."}},i={title:"Loyalty Program",subtitle:"Earn as You Spend",register_title:"Sign Up",registerDescription:"It is your pass to unlock exciting benefits and access exclusive rewards.",registerButton:"Register Now",haveAccount:"Already have an account?",earnedPoints:"Earned Points",logoAlt:"Logo"},r={xPoints:"{{points}} Points",CUSTOMER_REGISTER:{title:"Create Account"},CUSTOMER_REVIEW:{title:"Review Products"},ENABLE_SUBSCRIPTION:{title:"Allow Communication"},ORDER_CREATE:{RECEIVE_POINTS_ON_SPEND:{title:"Earn Points as You Spend",description:"{{points}} points for every {{amount}} spent"},BASE:{title:"Create Order",descriptionStaticMinimum:"Order amount must be at least {{amount}}.",descriptionStaticMaximum:"Order amount must be at most {{amount}}.",descriptionOnlyCategory:"A product from {{category}} category must be added to order.",descriptionOnlyProduct:"The product {{product}} must be added to order.",descriptionOnlyBrand:"A product from {{brand}} brand must be added to order.",descriptionOnlyTag:"A product with {{tag}} tag must be added to order.",genericCategory:"in {{category}} category",genericProduct:"containing {{product}} product",genericBrand:"in {{brand}} brand",genericTag:"in {{tag}} tag",descriptionWithFilter:"{{filter}} an order must be created."}},BUY_PRODUCT:{title:"Buy Product"},CUSTOMER_SEGMENT:{title:"Customer Segment"}},n={earnedTitle:"Points Earned",spentTitle:"Points Spent",refundTitle:"Points Cancelled",refillTitle:"Points Restored"},a={creditEarningMethods:"Points Earning Methods",creditSpendingMethods:"Points Spending Methods",creditHistory:"Points History",loyaltyLevel:"Tiers",loyaltyLevelScreen:{afterEarning:"after earning",reachNextTier:"Collect {{points}} more points to reach {{tierName}} tier.",allTiersCompleted:"You have completed all tiers!",currentTierDescription:"You are currently in this tier.",multiplierDescription:"Points earned when you move to this tier are multiplied by <0>{{multiplier}}x</0>."}},s={description:"Hello! 👋 Join our loyalty program, benefit from extra discounts as you spend!",altText:"Loyalty Widget"},d={common:t,main_screen:e,spendingMethods:o,header:i,earningMethods:r,history:n,screens:a,miniMode:s};export{t as common,d as default,r as earningMethods,i as header,n as history,e as main_screen,s as miniMode,a as screens,o as spendingMethods};
|
|
1
|
+
var t={points:"Points",create:"Create",allow:"Allow",use:"Use",login:"Login",convert:"Convert"},e={earningMethodsTitle:"Points Earning Methods",spendingMethodsTitle:"Rewards You Can Use",programInfoTitle:"Program Information",earnPoints:"Earn Points",allRewards:"All Rewards",tiers:"Tiers",pointHistory:"Points History",cartWarning:"You cannot use rewards without creating a cart.",appliedDiscount:{fixedAmount:"{{amount}} discount applied to your cart.",freeShipping:"Free shipping applied to your cart.",ratio:"{{amount}} discount applied to your cart.",freeProduct:"Gift product added to your cart.",generic:"{{amount}} discount applied to your cart.",remove:"Remove",goToCheckout:"Go to Checkout"}},o={minPointLimit:"At least {{points}} points can be converted.",FIXED_AMOUNT:{title:"Amount Discount",dynamicTitle:"Dynamic Amount Discount"},RATIO:{title:"Percentage Discount"},FREE_SHIPPING:{title:"Free Shipping"},FREE_PRODUCT:{title:"Gift Product",description:"{{product}} will be added to cart for free."}},i={title:"Loyalty Program",subtitle:"Earn as You Spend",register_title:"Sign Up",registerDescription:"It is your pass to unlock exciting benefits and access exclusive rewards.",registerButton:"Register Now",haveAccount:"Already have an account?",earnedPoints:"Earned Points",logoAlt:"Logo"},r={xPoints:"{{points}} Points",CUSTOMER_REGISTER:{title:"Create Account"},CUSTOMER_REVIEW:{title:"Review Products"},ENABLE_SUBSCRIPTION:{title:"Allow Communication"},ORDER_CREATE:{RECEIVE_POINTS_ON_SPEND:{title:"Earn Points as You Spend",description:"{{points}} points for every {{amount}} spent"},BASE:{title:"Create Order",descriptionStaticMinimum:"Order amount must be at least {{amount}}.",descriptionStaticMaximum:"Order amount must be at most {{amount}}.",descriptionOnlyCategory:"A product from {{category}} category must be added to order.",descriptionOnlyProduct:"The product {{product}} must be added to order.",descriptionOnlyBrand:"A product from {{brand}} brand must be added to order.",descriptionOnlyTag:"A product with {{tag}} tag must be added to order.",genericCategory:"in {{category}} category",genericProduct:"containing {{product}} product",genericBrand:"in {{brand}} brand",genericTag:"in {{tag}} tag",descriptionWithFilter:"{{filter}} an order must be created."}},BUY_PRODUCT:{title:"Buy Product"},CUSTOMER_SEGMENT:{title:"Customer Segment"}},n={earnedTitle:"Points Earned",spentTitle:"Points Spent",refundTitle:"Points Cancelled",refillTitle:"Points Restored"},a={creditEarningMethods:"Points Earning Methods",creditSpendingMethods:"Points Spending Methods",creditHistory:"Points History",loyaltyLevel:"Tiers",loyaltyLevelScreen:{afterEarning:"after earning",reachNextTier:"Collect {{points}} more points to reach {{tierName}} tier.",allTiersCompleted:"You have completed all tiers!",currentTierDescription:"You are currently in this tier.",multiplierDescription:"Points earned when you move to this tier are multiplied by <0>{{multiplier}}x</0>."}},s={description:"Hello! 👋 Join our loyalty program, benefit from extra discounts as you spend!",descriptionLoggedIn:"Hello! 👋 View your loyalty points and complete new tasks!",altText:"Loyalty Widget"},d={common:t,main_screen:e,spendingMethods:o,header:i,earningMethods:r,history:n,screens:a,miniMode:s};export{t as common,d as default,r as earningMethods,i as header,n as history,e as main_screen,s as miniMode,a as screens,o as spendingMethods};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={points:"Points",create:"Créer",allow:"Autoriser",use:"Utiliser",login:"Connexion",convert:"Convertir"},t={earningMethodsTitle:"Méthodes pour gagner des points",spendingMethodsTitle:"Récompenses utilisables",programInfoTitle:"Informations du programme",earnPoints:"Gagner des points",allRewards:"Toutes les récompenses",tiers:"Niveaux",pointHistory:"Historique des points",cartWarning:"Vous ne pouvez pas utiliser de récompenses sans créer de panier.",appliedDiscount:{fixedAmount:"{{amount}} de réduction appliquée à votre panier.",freeShipping:"Livraison gratuite appliquée à votre panier.",ratio:"{{amount}} de réduction appliquée à votre panier.",freeProduct:"Produit cadeau ajouté à votre panier.",generic:"{{amount}} de réduction appliquée à votre panier.",remove:"Retirer",goToCheckout:"Aller au paiement"}},i={minPointLimit:"Au moins {{points}} points peuvent être convertis.",FIXED_AMOUNT:{title:"Réduction de montant",dynamicTitle:"Réduction de montant dynamique"},RATIO:{title:"Réduction en pourcentage"},FREE_SHIPPING:{title:"Livraison gratuite"},FREE_PRODUCT:{title:"Produit cadeau",description:"{{product}} sera ajouté gratuitement au panier."}},n={title:"Programme de fidélité",subtitle:"Gagnez en dépensant",register_title:"Inscrivez-vous",registerDescription:"C'est votre passe pour débloquer des avantages passionnants et accéder à des récompenses exclusives.",registerButton:"S'inscrire maintenant",haveAccount:"Vous avez déjà un compte ?",earnedPoints:"Points gagnés",logoAlt:"Logo"},o={xPoints:"{{points}} Points",CUSTOMER_REGISTER:{title:"Créer un compte"},CUSTOMER_REVIEW:{title:"Évaluer les produits"},ENABLE_SUBSCRIPTION:{title:"Autoriser la communication"},ORDER_CREATE:{RECEIVE_POINTS_ON_SPEND:{title:"Gagnez des points en dépensant",description:"{{points}} points pour chaque {{amount}} dépensé"},BASE:{title:"Créer une commande",descriptionStaticMinimum:"Le montant de la commande doit être d'au moins {{amount}}.",descriptionStaticMaximum:"Le montant de la commande doit être d'au plus {{amount}}.",descriptionOnlyCategory:"Un produit de la catégorie {{category}} doit être ajouté.",descriptionOnlyProduct:"Le produit {{product}} doit être ajouté.",descriptionOnlyBrand:"Un produit de la marque {{brand}} doit être ajouté.",descriptionOnlyTag:"Un produit avec l'étiquette {{tag}} doit être ajouté.",genericCategory:"dans la catégorie {{category}}",genericProduct:"contenant le produit {{product}}",genericBrand:"de la marque {{brand}}",genericTag:"avec l'étiquette {{tag}}",descriptionWithFilter:"{{filter}} une commande doit être créée."}},BUY_PRODUCT:{title:"Acheter un produit"},CUSTOMER_SEGMENT:{title:"Segment client"}},r={earnedTitle:"Points gagnés",spentTitle:"Points dépensés",refundTitle:"Points annulés",refillTitle:"Points restaurés"},
|
|
1
|
+
var e={points:"Points",create:"Créer",allow:"Autoriser",use:"Utiliser",login:"Connexion",convert:"Convertir"},t={earningMethodsTitle:"Méthodes pour gagner des points",spendingMethodsTitle:"Récompenses utilisables",programInfoTitle:"Informations du programme",earnPoints:"Gagner des points",allRewards:"Toutes les récompenses",tiers:"Niveaux",pointHistory:"Historique des points",cartWarning:"Vous ne pouvez pas utiliser de récompenses sans créer de panier.",appliedDiscount:{fixedAmount:"{{amount}} de réduction appliquée à votre panier.",freeShipping:"Livraison gratuite appliquée à votre panier.",ratio:"{{amount}} de réduction appliquée à votre panier.",freeProduct:"Produit cadeau ajouté à votre panier.",generic:"{{amount}} de réduction appliquée à votre panier.",remove:"Retirer",goToCheckout:"Aller au paiement"}},i={minPointLimit:"Au moins {{points}} points peuvent être convertis.",FIXED_AMOUNT:{title:"Réduction de montant",dynamicTitle:"Réduction de montant dynamique"},RATIO:{title:"Réduction en pourcentage"},FREE_SHIPPING:{title:"Livraison gratuite"},FREE_PRODUCT:{title:"Produit cadeau",description:"{{product}} sera ajouté gratuitement au panier."}},n={title:"Programme de fidélité",subtitle:"Gagnez en dépensant",register_title:"Inscrivez-vous",registerDescription:"C'est votre passe pour débloquer des avantages passionnants et accéder à des récompenses exclusives.",registerButton:"S'inscrire maintenant",haveAccount:"Vous avez déjà un compte ?",earnedPoints:"Points gagnés",logoAlt:"Logo"},o={xPoints:"{{points}} Points",CUSTOMER_REGISTER:{title:"Créer un compte"},CUSTOMER_REVIEW:{title:"Évaluer les produits"},ENABLE_SUBSCRIPTION:{title:"Autoriser la communication"},ORDER_CREATE:{RECEIVE_POINTS_ON_SPEND:{title:"Gagnez des points en dépensant",description:"{{points}} points pour chaque {{amount}} dépensé"},BASE:{title:"Créer une commande",descriptionStaticMinimum:"Le montant de la commande doit être d'au moins {{amount}}.",descriptionStaticMaximum:"Le montant de la commande doit être d'au plus {{amount}}.",descriptionOnlyCategory:"Un produit de la catégorie {{category}} doit être ajouté.",descriptionOnlyProduct:"Le produit {{product}} doit être ajouté.",descriptionOnlyBrand:"Un produit de la marque {{brand}} doit être ajouté.",descriptionOnlyTag:"Un produit avec l'étiquette {{tag}} doit être ajouté.",genericCategory:"dans la catégorie {{category}}",genericProduct:"contenant le produit {{product}}",genericBrand:"de la marque {{brand}}",genericTag:"avec l'étiquette {{tag}}",descriptionWithFilter:"{{filter}} une commande doit être créée."}},BUY_PRODUCT:{title:"Acheter un produit"},CUSTOMER_SEGMENT:{title:"Segment client"}},r={earnedTitle:"Points gagnés",spentTitle:"Points dépensés",refundTitle:"Points annulés",refillTitle:"Points restaurés"},s={creditEarningMethods:"Méthodes pour gagner des points",creditSpendingMethods:"Méthodes pour dépenser des points",creditHistory:"Historique des points",loyaltyLevel:"Niveaux",loyaltyLevelScreen:{afterEarning:"après avoir gagné",reachNextTier:"Collectez {{points}} points supplémentaires pour atteindre le niveau {{tierName}}.",allTiersCompleted:"Vous avez complété tous les niveaux !",currentTierDescription:"Vous êtes actuellement à ce niveau.",multiplierDescription:"Les points gagnés lorsque vous atteignez ce niveau sont multipliés par <0>{{multiplier}}x</0>."}},a={description:"Bonjour ! 👋 Rejoignez notre programme de fidélité, bénéficiez de réductions supplémentaires en dépensant !",descriptionLoggedIn:"Bonjour ! 👋 Consultez vos points de fidélité et accomplissez de nouvelles missions !",altText:"Programme de fidélité"},d={common:e,main_screen:t,spendingMethods:i,header:n,earningMethods:o,history:r,screens:s,miniMode:a};export{e as common,d as default,o as earningMethods,n as header,r as history,t as main_screen,a as miniMode,s as screens,i as spendingMethods};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={points:"Punten",create:"Aanmaken",allow:"Toestaan",use:"Gebruiken",login:"Inloggen",convert:"Omzetten"},n={earningMethodsTitle:"Manieren om punten te verdienen",spendingMethodsTitle:"Beschikbare beloningen",programInfoTitle:"Programma-informatie",earnPoints:"Punten verdienen",allRewards:"Alle beloningen",tiers:"Niveaus",pointHistory:"Puntengeschiedenis",cartWarning:"U kunt geen beloningen gebruiken zonder een winkelwagen aan te maken.",appliedDiscount:{fixedAmount:"{{amount}} korting toegepast op uw winkelwagen.",freeShipping:"Gratis verzending toegepast op uw winkelwagen.",ratio:"{{amount}} korting toegepast op uw winkelwagen.",freeProduct:"Cadeauproduct toegevoegd aan uw winkelwagen.",generic:"{{amount}} korting toegepast op uw winkelwagen.",remove:"Verwijderen",goToCheckout:"Naar afrekenen"}},t={minPointLimit:"Er kunnen minimaal {{points}} punten worden omgezet.",FIXED_AMOUNT:{title:"Bedragkorting",dynamicTitle:"Dynamische bedragkorting"},RATIO:{title:"Percentagekorting"},FREE_SHIPPING:{title:"Gratis verzending"},FREE_PRODUCT:{title:"Cadeauproduct",description:"{{product}} wordt gratis aan de winkelwagen toegevoegd."}},i={title:"Loyaliteitsprogramma",subtitle:"Verdien terwijl u uitgeeft",register_title:"Aanmelden",registerDescription:"Het is uw toegang tot spannende voordelen en exclusieve beloningen.",registerButton:"Nu registreren",haveAccount:"Heeft u al een account?",earnedPoints:"Verdiende punten",logoAlt:"Logo"},
|
|
1
|
+
var e={points:"Punten",create:"Aanmaken",allow:"Toestaan",use:"Gebruiken",login:"Inloggen",convert:"Omzetten"},n={earningMethodsTitle:"Manieren om punten te verdienen",spendingMethodsTitle:"Beschikbare beloningen",programInfoTitle:"Programma-informatie",earnPoints:"Punten verdienen",allRewards:"Alle beloningen",tiers:"Niveaus",pointHistory:"Puntengeschiedenis",cartWarning:"U kunt geen beloningen gebruiken zonder een winkelwagen aan te maken.",appliedDiscount:{fixedAmount:"{{amount}} korting toegepast op uw winkelwagen.",freeShipping:"Gratis verzending toegepast op uw winkelwagen.",ratio:"{{amount}} korting toegepast op uw winkelwagen.",freeProduct:"Cadeauproduct toegevoegd aan uw winkelwagen.",generic:"{{amount}} korting toegepast op uw winkelwagen.",remove:"Verwijderen",goToCheckout:"Naar afrekenen"}},t={minPointLimit:"Er kunnen minimaal {{points}} punten worden omgezet.",FIXED_AMOUNT:{title:"Bedragkorting",dynamicTitle:"Dynamische bedragkorting"},RATIO:{title:"Percentagekorting"},FREE_SHIPPING:{title:"Gratis verzending"},FREE_PRODUCT:{title:"Cadeauproduct",description:"{{product}} wordt gratis aan de winkelwagen toegevoegd."}},i={title:"Loyaliteitsprogramma",subtitle:"Verdien terwijl u uitgeeft",register_title:"Aanmelden",registerDescription:"Het is uw toegang tot spannende voordelen en exclusieve beloningen.",registerButton:"Nu registreren",haveAccount:"Heeft u al een account?",earnedPoints:"Verdiende punten",logoAlt:"Logo"},o={xPoints:"{{points}} Punten",CUSTOMER_REGISTER:{title:"Account aanmaken"},CUSTOMER_REVIEW:{title:"Producten beoordelen"},ENABLE_SUBSCRIPTION:{title:"Communicatie toestaan"},ORDER_CREATE:{RECEIVE_POINTS_ON_SPEND:{title:"Punten verdienen bij uitgaven",description:"{{points}} punten voor elke bestede {{amount}}"},BASE:{title:"Bestelling plaatsen",descriptionStaticMinimum:"Bestelbedrag moet minimaal {{amount}} zijn.",descriptionStaticMaximum:"Bestelbedrag mag maximaal {{amount}} zijn.",descriptionOnlyCategory:"Een product uit categorie {{category}} moet worden toegevoegd.",descriptionOnlyProduct:"Het product {{product}} moet worden toegevoegd.",descriptionOnlyBrand:"Een product van het merk {{brand}} moet worden toegevoegd.",descriptionOnlyTag:"Een product met de tag {{tag}} moet worden toegevoegd.",genericCategory:"in categorie {{category}}",genericProduct:"met product {{product}}",genericBrand:"van merk {{brand}}",genericTag:"met tag {{tag}}",descriptionWithFilter:"{{filter}} een bestelling moet worden aangemaakt."}},BUY_PRODUCT:{title:"Product kopen"},CUSTOMER_SEGMENT:{title:"Klantsegment"}},r={earnedTitle:"Punten verdiend",spentTitle:"Punten uitgegeven",refundTitle:"Punten geannuleerd",refillTitle:"Punten hersteld"},a={creditEarningMethods:"Manieren om punten te verdienen",creditSpendingMethods:"Manieren om punten uit te geven",creditHistory:"Puntengeschiedenis",loyaltyLevel:"Niveaus",loyaltyLevelScreen:{afterEarning:"na het verdienen van",reachNextTier:"Verzamel nog {{points}} punten om niveau {{tierName}} te bereiken.",allTiersCompleted:"U heeft alle niveaus voltooid!",currentTierDescription:"U bevindt zich momenteel in dit niveau.",multiplierDescription:"Punten verdiend bij het bereiken van dit niveau worden vermenigvuldigd met <0>{{multiplier}}x</0>."}},d={description:"Hallo! 👋 Word lid van ons loyaliteitsprogramma, profiteer van extra kortingen terwijl u uitgeeft!",descriptionLoggedIn:"Hallo! 👋 Bekijk uw loyaliteitspunten en voltooi nieuwe taken!",altText:"Loyaliteitsprogramma Widget"},g={common:e,main_screen:n,spendingMethods:t,header:i,earningMethods:o,history:r,screens:a,miniMode:d};export{e as common,g as default,o as earningMethods,i as header,r as history,n as main_screen,d as miniMode,a as screens,t as spendingMethods};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={points:"Puan",create:"Oluştur",allow:"İzin Ver",use:"Kullan",login:"Giriş Yap",convert:"Dönüştür"},i={earningMethodsTitle:"Puan Kazanma Yöntemleri",spendingMethodsTitle:"Kullanabileceğin Ödüller",programInfoTitle:"Program Bilgileri",earnPoints:"Puan Kazan",allRewards:"Tüm Ödüller",tiers:"Kademeler",pointHistory:"Puan Geçmişi",cartWarning:"Sepet oluşturmadan ödülleri kullanamazsınız.",appliedDiscount:{fixedAmount:"Sepetine {{amount}} indirim uygulandı.",freeShipping:"Sepetine ücretsiz kargo uygulandı.",ratio:"Sepetine {{amount}} indirim uygulandı.",freeProduct:"Sepetine hediye ürün eklendi.",generic:"Sepetine {{amount}} indirim uygulandı.",remove:"Kaldır",goToCheckout:"Ödeme Adımına Git"}},a={minPointLimit:"En az {{points}} puan dönüştürülebilir.",FIXED_AMOUNT:{title:"Tutar İndirimi",dynamicTitle:"Dinamik Tutar İndirimi"},RATIO:{title:"Yüzdesel İndirim"},FREE_SHIPPING:{title:"Ücretsiz Kargo"},FREE_PRODUCT:{title:"Hediye Ürün",description:"{{product}} ürünü ücretsiz olarak sepete eklenir."}},n={title:"Sadakat Programı",subtitle:"Harcama Yaptıkça Kazan",register_title:"Üye Olun",registerDescription:"Heyecan verici avantajların kilidini açmanın ve özel ödüllere erişim kartınızdır.",registerButton:"Şimdi Kayıt Ol",haveAccount:"Zaten bir hesabın var mı?",earnedPoints:"Kazanılan Puan",logoAlt:"Logo"},r={xPoints:"{{points}} Puan",CUSTOMER_REGISTER:{title:"Hesap Oluştur"},CUSTOMER_REVIEW:{title:"Ürünlere Yorum Yap"},ENABLE_SUBSCRIPTION:{title:"İletişim İzni Verme"},ORDER_CREATE:{RECEIVE_POINTS_ON_SPEND:{title:"Harcadıkça Puan Kazan",description:"Harcanan her {{amount}} için {{points}} puan"},BASE:{title:"Sipariş Oluşturma",descriptionStaticMinimum:"Sipariş tutarının minimum {{amount}} olması gerekir.",descriptionStaticMaximum:"Sipariş tutarının maksimum {{amount}} olması gerekir.",descriptionOnlyCategory:"Siparişe {{category}} kategorisinden bir ürün eklenmesi gerekir.",descriptionOnlyProduct:"Siparişe {{product}} ürününün eklenmesi gerekir.",descriptionOnlyBrand:"Siparişe {{brand}} markasından bir ürün eklenmesi gerekir.",descriptionOnlyTag:"Siparişe {{tag}} etiketine sahip bir ürün eklenmesi gerekir.",genericCategory:"{{category}} kategorisinde",genericProduct:"{{product}} ürünü içeren",genericBrand:"{{brand}} markasında",genericTag:"{{tag}} etiketinde",descriptionWithFilter:"{{filter}} sipariş oluşturulması gerekir."}},BUY_PRODUCT:{title:"Ürün Satın Al"},CUSTOMER_SEGMENT:{title:"Müşteri Segmenti"}},t={earnedTitle:"Puan Kazanıldı",spentTitle:"Puan Harcandı",refundTitle:"Puan İptal Edildi",refillTitle:"Puan Geri Eklendi"},l={creditEarningMethods:"Puan Kazanma Yöntemleri",creditSpendingMethods:"Puan Harcama Yöntemleri",creditHistory:"Puan Geçmişi",loyaltyLevel:"Kademeler",loyaltyLevelScreen:{afterEarning:"kazandıktan sonra",reachNextTier:"{{tierName}} kademesine ulaşmak için {{points}} puan daha toplayın.",allTiersCompleted:"Tüm kademeleri tamamladınız!",currentTierDescription:"Şu an bu kademedesiniz.",multiplierDescription:"Bu kademeye geçtiğinizde kazandığınız puanlar <0>{{multiplier}}x</0> ile çarpılır."}},d={description:"Merhaba! 👋 Sadakat programımıza katıl, harcama yaptıkça ekstra indirimlerden yararlan!",altText:"Sadakat Widget"},o={common:e,main_screen:i,spendingMethods:a,header:n,earningMethods:r,history:t,screens:l,miniMode:d};export{e as common,o as default,r as earningMethods,n as header,t as history,i as main_screen,d as miniMode,l as screens,a as spendingMethods};
|
|
1
|
+
var e={points:"Puan",create:"Oluştur",allow:"İzin Ver",use:"Kullan",login:"Giriş Yap",convert:"Dönüştür"},i={earningMethodsTitle:"Puan Kazanma Yöntemleri",spendingMethodsTitle:"Kullanabileceğin Ödüller",programInfoTitle:"Program Bilgileri",earnPoints:"Puan Kazan",allRewards:"Tüm Ödüller",tiers:"Kademeler",pointHistory:"Puan Geçmişi",cartWarning:"Sepet oluşturmadan ödülleri kullanamazsınız.",appliedDiscount:{fixedAmount:"Sepetine {{amount}} indirim uygulandı.",freeShipping:"Sepetine ücretsiz kargo uygulandı.",ratio:"Sepetine {{amount}} indirim uygulandı.",freeProduct:"Sepetine hediye ürün eklendi.",generic:"Sepetine {{amount}} indirim uygulandı.",remove:"Kaldır",goToCheckout:"Ödeme Adımına Git"}},a={minPointLimit:"En az {{points}} puan dönüştürülebilir.",FIXED_AMOUNT:{title:"Tutar İndirimi",dynamicTitle:"Dinamik Tutar İndirimi"},RATIO:{title:"Yüzdesel İndirim"},FREE_SHIPPING:{title:"Ücretsiz Kargo"},FREE_PRODUCT:{title:"Hediye Ürün",description:"{{product}} ürünü ücretsiz olarak sepete eklenir."}},n={title:"Sadakat Programı",subtitle:"Harcama Yaptıkça Kazan",register_title:"Üye Olun",registerDescription:"Heyecan verici avantajların kilidini açmanın ve özel ödüllere erişim kartınızdır.",registerButton:"Şimdi Kayıt Ol",haveAccount:"Zaten bir hesabın var mı?",earnedPoints:"Kazanılan Puan",logoAlt:"Logo"},r={xPoints:"{{points}} Puan",CUSTOMER_REGISTER:{title:"Hesap Oluştur"},CUSTOMER_REVIEW:{title:"Ürünlere Yorum Yap"},ENABLE_SUBSCRIPTION:{title:"İletişim İzni Verme"},ORDER_CREATE:{RECEIVE_POINTS_ON_SPEND:{title:"Harcadıkça Puan Kazan",description:"Harcanan her {{amount}} için {{points}} puan"},BASE:{title:"Sipariş Oluşturma",descriptionStaticMinimum:"Sipariş tutarının minimum {{amount}} olması gerekir.",descriptionStaticMaximum:"Sipariş tutarının maksimum {{amount}} olması gerekir.",descriptionOnlyCategory:"Siparişe {{category}} kategorisinden bir ürün eklenmesi gerekir.",descriptionOnlyProduct:"Siparişe {{product}} ürününün eklenmesi gerekir.",descriptionOnlyBrand:"Siparişe {{brand}} markasından bir ürün eklenmesi gerekir.",descriptionOnlyTag:"Siparişe {{tag}} etiketine sahip bir ürün eklenmesi gerekir.",genericCategory:"{{category}} kategorisinde",genericProduct:"{{product}} ürünü içeren",genericBrand:"{{brand}} markasında",genericTag:"{{tag}} etiketinde",descriptionWithFilter:"{{filter}} sipariş oluşturulması gerekir."}},BUY_PRODUCT:{title:"Ürün Satın Al"},CUSTOMER_SEGMENT:{title:"Müşteri Segmenti"}},t={earnedTitle:"Puan Kazanıldı",spentTitle:"Puan Harcandı",refundTitle:"Puan İptal Edildi",refillTitle:"Puan Geri Eklendi"},l={creditEarningMethods:"Puan Kazanma Yöntemleri",creditSpendingMethods:"Puan Harcama Yöntemleri",creditHistory:"Puan Geçmişi",loyaltyLevel:"Kademeler",loyaltyLevelScreen:{afterEarning:"kazandıktan sonra",reachNextTier:"{{tierName}} kademesine ulaşmak için {{points}} puan daha toplayın.",allTiersCompleted:"Tüm kademeleri tamamladınız!",currentTierDescription:"Şu an bu kademedesiniz.",multiplierDescription:"Bu kademeye geçtiğinizde kazandığınız puanlar <0>{{multiplier}}x</0> ile çarpılır."}},d={description:"Merhaba! 👋 Sadakat programımıza katıl, harcama yaptıkça ekstra indirimlerden yararlan!",descriptionLoggedIn:"Merhaba! 👋 Sadakat puanlarını gör ve yeni görevlerini tamamla!",altText:"Sadakat Widget"},o={common:e,main_screen:i,spendingMethods:a,header:n,earningMethods:r,history:t,screens:l,miniMode:d};export{e as common,o as default,r as earningMethods,n as header,t as history,i as main_screen,d as miniMode,l as screens,a as spendingMethods};
|