@ikas/loyalty-widget-renderer 1.0.0-alpha.73 → 1.0.0-alpha.74
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 +10 -0
- package/build/renderer/components/mini-mode-button/index.js +1 -1
- package/build/renderer/screens/main-screen/header/logo-section/index.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 +1 -1
- package/build/storefront-widget-script-injector.iife.js.map +1 -1
- package/package.json +1 -1
package/build/locales.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ declare const locales: {
|
|
|
52
52
|
registerButton: string;
|
|
53
53
|
haveAccount: string;
|
|
54
54
|
earnedPoints: string;
|
|
55
|
+
logoAlt: string;
|
|
55
56
|
};
|
|
56
57
|
earningMethods: {
|
|
57
58
|
xPoints: string;
|
|
@@ -110,6 +111,7 @@ declare const locales: {
|
|
|
110
111
|
};
|
|
111
112
|
miniMode: {
|
|
112
113
|
description: string;
|
|
114
|
+
altText: string;
|
|
113
115
|
};
|
|
114
116
|
};
|
|
115
117
|
en: {
|
|
@@ -165,6 +167,7 @@ declare const locales: {
|
|
|
165
167
|
registerButton: string;
|
|
166
168
|
haveAccount: string;
|
|
167
169
|
earnedPoints: string;
|
|
170
|
+
logoAlt: string;
|
|
168
171
|
};
|
|
169
172
|
earningMethods: {
|
|
170
173
|
xPoints: string;
|
|
@@ -223,6 +226,7 @@ declare const locales: {
|
|
|
223
226
|
};
|
|
224
227
|
miniMode: {
|
|
225
228
|
description: string;
|
|
229
|
+
altText: string;
|
|
226
230
|
};
|
|
227
231
|
};
|
|
228
232
|
de: {
|
|
@@ -278,6 +282,7 @@ declare const locales: {
|
|
|
278
282
|
registerButton: string;
|
|
279
283
|
haveAccount: string;
|
|
280
284
|
earnedPoints: string;
|
|
285
|
+
logoAlt: string;
|
|
281
286
|
};
|
|
282
287
|
earningMethods: {
|
|
283
288
|
xPoints: string;
|
|
@@ -336,6 +341,7 @@ declare const locales: {
|
|
|
336
341
|
};
|
|
337
342
|
miniMode: {
|
|
338
343
|
description: string;
|
|
344
|
+
altText: string;
|
|
339
345
|
};
|
|
340
346
|
};
|
|
341
347
|
nl: {
|
|
@@ -391,6 +397,7 @@ declare const locales: {
|
|
|
391
397
|
registerButton: string;
|
|
392
398
|
haveAccount: string;
|
|
393
399
|
earnedPoints: string;
|
|
400
|
+
logoAlt: string;
|
|
394
401
|
};
|
|
395
402
|
earningMethods: {
|
|
396
403
|
xPoints: string;
|
|
@@ -449,6 +456,7 @@ declare const locales: {
|
|
|
449
456
|
};
|
|
450
457
|
miniMode: {
|
|
451
458
|
description: string;
|
|
459
|
+
altText: string;
|
|
452
460
|
};
|
|
453
461
|
};
|
|
454
462
|
fr: {
|
|
@@ -504,6 +512,7 @@ declare const locales: {
|
|
|
504
512
|
registerButton: string;
|
|
505
513
|
haveAccount: string;
|
|
506
514
|
earnedPoints: string;
|
|
515
|
+
logoAlt: string;
|
|
507
516
|
};
|
|
508
517
|
earningMethods: {
|
|
509
518
|
xPoints: string;
|
|
@@ -562,6 +571,7 @@ declare const locales: {
|
|
|
562
571
|
};
|
|
563
572
|
miniMode: {
|
|
564
573
|
description: string;
|
|
574
|
+
altText: string;
|
|
565
575
|
};
|
|
566
576
|
};
|
|
567
577
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{observer as
|
|
1
|
+
import{observer as e}from"mobx-react";import o from"react";import'./../../../ext/react-i18next/dist/es/context.js';import{useTranslation as t}from'./../../../ext/react-i18next/dist/es/useTranslation.js';import{ImageTypeEnum as r}from"../../../models/loyalty-widget/types/index.js";import{WidgetMode as i}from"../../../models/types/index.js";import{Container as l,Logo as m,Emoji as s}from"./style.js";var n=e(function(e){var n=e.viewModel,a=t().t,d=n.loyaltyWidget.miniMode,c=d.logo.type===r.SHOW&&!!d.logo.src;return o.createElement(l,{$hasImg:c,$bgColor:d.bgColor||void 0,onClick:function(e){e.stopPropagation(),n.setWidgetMode(i.WIDGET_MODE)}},c?o.createElement(m,{src:d.logo.src,alt:a("miniMode.altText")}):o.createElement(s,null,d.emoji))});export{n as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{observer as
|
|
1
|
+
import{observer as e}from"mobx-react";import t from"react";import'./../../../../../ext/react-i18next/dist/es/context.js';import{useTranslation as o}from'./../../../../../ext/react-i18next/dist/es/useTranslation.js';import{Container as r,Logo as a}from"./style.js";var m=e(function(e){var m=o().t;return t.createElement(r,null,t.createElement(a,{src:e.logo.src,alt:m("header.logoAlt"),$maxHeight:e.logo.maxHeight}))});export{m as default};
|
|
@@ -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"},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"},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!"},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"},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 +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"}},
|
|
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"},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 +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"},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"},a={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>."}},s={description:"Bonjour ! 👋 Rejoignez notre programme de fidélité, bénéficiez de réductions supplémentaires en dépensant !"},d={common:e,main_screen:t,spendingMethods:i,header:n,earningMethods:o,history:r,screens:a,miniMode:s};export{e as common,d as default,o as earningMethods,n as header,r as history,t as main_screen,s as miniMode,a as screens,i as spendingMethods};
|
|
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"},a={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>."}},s={description:"Bonjour ! 👋 Rejoignez notre programme de fidélité, bénéficiez de réductions supplémentaires en dépensant !",altText:"Programme de fidélité"},d={common:e,main_screen:t,spendingMethods:i,header:n,earningMethods:o,history:r,screens:a,miniMode:s};export{e as common,d as default,o as earningMethods,n as header,r as history,t as main_screen,s as miniMode,a 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"},
|
|
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"},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!",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"},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ı"},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!"},
|
|
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ı"},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};
|