@ikas/loyalty-widget-renderer 1.0.0-alpha.66 → 1.0.0-alpha.67

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.
@@ -1,2 +1,619 @@
1
+ export declare const resources: {
2
+ tr: {
3
+ translation: {
4
+ common: {
5
+ points: string;
6
+ view: string;
7
+ create: string;
8
+ allow: string;
9
+ use: string;
10
+ review: string;
11
+ login: string;
12
+ register: string;
13
+ convert: string;
14
+ };
15
+ main_screen: {
16
+ earningMethodsTitle: string;
17
+ spendingMethodsTitle: string;
18
+ programInfoTitle: string;
19
+ earnPoints: string;
20
+ allRewards: string;
21
+ tiers: string;
22
+ pointHistory: string;
23
+ cartWarning: string;
24
+ appliedDiscount: {
25
+ fixedAmount: string;
26
+ freeShipping: string;
27
+ ratio: string;
28
+ freeProduct: string;
29
+ generic: string;
30
+ remove: string;
31
+ goToCheckout: string;
32
+ };
33
+ };
34
+ spendingMethods: {
35
+ minPointLimit: string;
36
+ FIXED_AMOUNT: {
37
+ title: string;
38
+ dynamicTitle: string;
39
+ };
40
+ RATIO: {
41
+ title: string;
42
+ };
43
+ FREE_SHIPPING: {
44
+ title: string;
45
+ };
46
+ FREE_PRODUCT: {
47
+ title: string;
48
+ description: string;
49
+ };
50
+ };
51
+ header: {
52
+ title: string;
53
+ subtitle: string;
54
+ register_title: string;
55
+ registerDescription: string;
56
+ registerButton: string;
57
+ haveAccount: string;
58
+ earnedPoints: string;
59
+ };
60
+ earningMethods: {
61
+ xPoints: string;
62
+ xPointsForEachProduct: string;
63
+ CUSTOMER_REGISTER: {
64
+ title: string;
65
+ };
66
+ CUSTOMER_REVIEW: {
67
+ title: string;
68
+ };
69
+ ENABLE_SUBSCRIPTION: {
70
+ title: string;
71
+ };
72
+ ORDER_CREATE: {
73
+ RECEIVE_POINTS_ON_SPEND: {
74
+ title: string;
75
+ description: string;
76
+ };
77
+ BASE: {
78
+ title: string;
79
+ descriptionStaticMinimum: string;
80
+ descriptionStaticMaximum: string;
81
+ descriptionDynamicMinimum: string;
82
+ descriptionDynamicMaximum: string;
83
+ descriptionOnlyCategory: string;
84
+ descriptionOnlyProduct: string;
85
+ descriptionOnlyBrand: string;
86
+ descriptionOnlyTag: string;
87
+ genericCategory: string;
88
+ genericProduct: string;
89
+ genericBrand: string;
90
+ genericTag: string;
91
+ descriptionSuffix: string;
92
+ };
93
+ };
94
+ BUY_PRODUCT: {
95
+ title: string;
96
+ description: string;
97
+ };
98
+ CUSTOMER_SEGMENT: {
99
+ title: string;
100
+ };
101
+ };
102
+ history: {
103
+ earnedTitle: string;
104
+ spentTitle: string;
105
+ };
106
+ screens: {
107
+ creditEarningMethods: string;
108
+ creditSpendingMethods: string;
109
+ creditHistory: string;
110
+ loyaltyLevel: string;
111
+ loyaltyLevelScreen: {
112
+ afterEarning: string;
113
+ multiplierPrefix: string;
114
+ multiplierSuffix: string;
115
+ reachNextTier: string;
116
+ allTiersCompleted: string;
117
+ currentTierDescription: string;
118
+ };
119
+ };
120
+ miniMode: {
121
+ description: string;
122
+ };
123
+ };
124
+ };
125
+ en: {
126
+ translation: {
127
+ common: {
128
+ points: string;
129
+ view: string;
130
+ create: string;
131
+ allow: string;
132
+ use: string;
133
+ review: string;
134
+ login: string;
135
+ register: string;
136
+ convert: string;
137
+ };
138
+ main_screen: {
139
+ earningMethodsTitle: string;
140
+ spendingMethodsTitle: string;
141
+ programInfoTitle: string;
142
+ earnPoints: string;
143
+ allRewards: string;
144
+ tiers: string;
145
+ pointHistory: string;
146
+ cartWarning: string;
147
+ appliedDiscount: {
148
+ fixedAmount: string;
149
+ freeShipping: string;
150
+ ratio: string;
151
+ freeProduct: string;
152
+ generic: string;
153
+ remove: string;
154
+ goToCheckout: string;
155
+ };
156
+ };
157
+ spendingMethods: {
158
+ minPointLimit: string;
159
+ FIXED_AMOUNT: {
160
+ title: string;
161
+ dynamicTitle: string;
162
+ };
163
+ RATIO: {
164
+ title: string;
165
+ };
166
+ FREE_SHIPPING: {
167
+ title: string;
168
+ };
169
+ FREE_PRODUCT: {
170
+ title: string;
171
+ description: string;
172
+ };
173
+ };
174
+ header: {
175
+ title: string;
176
+ subtitle: string;
177
+ register_title: string;
178
+ registerDescription: string;
179
+ registerButton: string;
180
+ haveAccount: string;
181
+ earnedPoints: string;
182
+ };
183
+ earningMethods: {
184
+ xPoints: string;
185
+ xPointsForEachProduct: string;
186
+ CUSTOMER_REGISTER: {
187
+ title: string;
188
+ };
189
+ CUSTOMER_REVIEW: {
190
+ title: string;
191
+ };
192
+ ENABLE_SUBSCRIPTION: {
193
+ title: string;
194
+ };
195
+ ORDER_CREATE: {
196
+ RECEIVE_POINTS_ON_SPEND: {
197
+ title: string;
198
+ description: string;
199
+ };
200
+ BASE: {
201
+ title: string;
202
+ descriptionStaticMinimum: string;
203
+ descriptionStaticMaximum: string;
204
+ descriptionDynamicMinimum: string;
205
+ descriptionDynamicMaximum: string;
206
+ descriptionOnlyCategory: string;
207
+ descriptionOnlyProduct: string;
208
+ descriptionOnlyBrand: string;
209
+ descriptionOnlyTag: string;
210
+ genericCategory: string;
211
+ genericProduct: string;
212
+ genericBrand: string;
213
+ genericTag: string;
214
+ descriptionSuffix: string;
215
+ };
216
+ };
217
+ BUY_PRODUCT: {
218
+ title: string;
219
+ description: string;
220
+ };
221
+ CUSTOMER_SEGMENT: {
222
+ title: string;
223
+ };
224
+ };
225
+ history: {
226
+ earnedTitle: string;
227
+ spentTitle: string;
228
+ };
229
+ screens: {
230
+ creditEarningMethods: string;
231
+ creditSpendingMethods: string;
232
+ creditHistory: string;
233
+ loyaltyLevel: string;
234
+ loyaltyLevelScreen: {
235
+ afterEarning: string;
236
+ multiplierPrefix: string;
237
+ multiplierSuffix: string;
238
+ reachNextTier: string;
239
+ allTiersCompleted: string;
240
+ currentTierDescription: string;
241
+ };
242
+ };
243
+ miniMode: {
244
+ description: string;
245
+ };
246
+ };
247
+ };
248
+ de: {
249
+ translation: {
250
+ common: {
251
+ points: string;
252
+ view: string;
253
+ create: string;
254
+ allow: string;
255
+ use: string;
256
+ review: string;
257
+ login: string;
258
+ register: string;
259
+ convert: string;
260
+ };
261
+ main_screen: {
262
+ earningMethodsTitle: string;
263
+ spendingMethodsTitle: string;
264
+ programInfoTitle: string;
265
+ earnPoints: string;
266
+ allRewards: string;
267
+ tiers: string;
268
+ pointHistory: string;
269
+ cartWarning: string;
270
+ appliedDiscount: {
271
+ fixedAmount: string;
272
+ freeShipping: string;
273
+ ratio: string;
274
+ freeProduct: string;
275
+ generic: string;
276
+ remove: string;
277
+ goToCheckout: string;
278
+ };
279
+ };
280
+ spendingMethods: {
281
+ minPointLimit: string;
282
+ FIXED_AMOUNT: {
283
+ title: string;
284
+ dynamicTitle: string;
285
+ };
286
+ RATIO: {
287
+ title: string;
288
+ };
289
+ FREE_SHIPPING: {
290
+ title: string;
291
+ };
292
+ FREE_PRODUCT: {
293
+ title: string;
294
+ description: string;
295
+ };
296
+ };
297
+ header: {
298
+ title: string;
299
+ subtitle: string;
300
+ register_title: string;
301
+ registerDescription: string;
302
+ registerButton: string;
303
+ haveAccount: string;
304
+ earnedPoints: string;
305
+ };
306
+ earningMethods: {
307
+ xPoints: string;
308
+ xPointsForEachProduct: string;
309
+ CUSTOMER_REGISTER: {
310
+ title: string;
311
+ };
312
+ CUSTOMER_REVIEW: {
313
+ title: string;
314
+ };
315
+ ENABLE_SUBSCRIPTION: {
316
+ title: string;
317
+ };
318
+ ORDER_CREATE: {
319
+ RECEIVE_POINTS_ON_SPEND: {
320
+ title: string;
321
+ description: string;
322
+ };
323
+ BASE: {
324
+ title: string;
325
+ descriptionStaticMinimum: string;
326
+ descriptionStaticMaximum: string;
327
+ descriptionDynamicMinimum: string;
328
+ descriptionDynamicMaximum: string;
329
+ descriptionOnlyCategory: string;
330
+ descriptionOnlyProduct: string;
331
+ descriptionOnlyBrand: string;
332
+ descriptionOnlyTag: string;
333
+ genericCategory: string;
334
+ genericProduct: string;
335
+ genericBrand: string;
336
+ genericTag: string;
337
+ descriptionSuffix: string;
338
+ };
339
+ };
340
+ BUY_PRODUCT: {
341
+ title: string;
342
+ description: string;
343
+ };
344
+ CUSTOMER_SEGMENT: {
345
+ title: string;
346
+ };
347
+ };
348
+ history: {
349
+ earnedTitle: string;
350
+ spentTitle: string;
351
+ };
352
+ screens: {
353
+ creditEarningMethods: string;
354
+ creditSpendingMethods: string;
355
+ creditHistory: string;
356
+ loyaltyLevel: string;
357
+ loyaltyLevelScreen: {
358
+ afterEarning: string;
359
+ multiplierPrefix: string;
360
+ multiplierSuffix: string;
361
+ reachNextTier: string;
362
+ allTiersCompleted: string;
363
+ currentTierDescription: string;
364
+ };
365
+ };
366
+ miniMode: {
367
+ description: string;
368
+ };
369
+ };
370
+ };
371
+ nl: {
372
+ translation: {
373
+ common: {
374
+ points: string;
375
+ view: string;
376
+ create: string;
377
+ allow: string;
378
+ use: string;
379
+ review: string;
380
+ login: string;
381
+ register: string;
382
+ convert: string;
383
+ };
384
+ main_screen: {
385
+ earningMethodsTitle: string;
386
+ spendingMethodsTitle: string;
387
+ programInfoTitle: string;
388
+ earnPoints: string;
389
+ allRewards: string;
390
+ tiers: string;
391
+ pointHistory: string;
392
+ cartWarning: string;
393
+ appliedDiscount: {
394
+ fixedAmount: string;
395
+ freeShipping: string;
396
+ ratio: string;
397
+ freeProduct: string;
398
+ generic: string;
399
+ remove: string;
400
+ goToCheckout: string;
401
+ };
402
+ };
403
+ spendingMethods: {
404
+ minPointLimit: string;
405
+ FIXED_AMOUNT: {
406
+ title: string;
407
+ dynamicTitle: string;
408
+ };
409
+ RATIO: {
410
+ title: string;
411
+ };
412
+ FREE_SHIPPING: {
413
+ title: string;
414
+ };
415
+ FREE_PRODUCT: {
416
+ title: string;
417
+ description: string;
418
+ };
419
+ };
420
+ header: {
421
+ title: string;
422
+ subtitle: string;
423
+ register_title: string;
424
+ registerDescription: string;
425
+ registerButton: string;
426
+ haveAccount: string;
427
+ earnedPoints: string;
428
+ };
429
+ earningMethods: {
430
+ xPoints: string;
431
+ xPointsForEachProduct: string;
432
+ CUSTOMER_REGISTER: {
433
+ title: string;
434
+ };
435
+ CUSTOMER_REVIEW: {
436
+ title: string;
437
+ };
438
+ ENABLE_SUBSCRIPTION: {
439
+ title: string;
440
+ };
441
+ ORDER_CREATE: {
442
+ RECEIVE_POINTS_ON_SPEND: {
443
+ title: string;
444
+ description: string;
445
+ };
446
+ BASE: {
447
+ title: string;
448
+ descriptionStaticMinimum: string;
449
+ descriptionStaticMaximum: string;
450
+ descriptionDynamicMinimum: string;
451
+ descriptionDynamicMaximum: string;
452
+ descriptionOnlyCategory: string;
453
+ descriptionOnlyProduct: string;
454
+ descriptionOnlyBrand: string;
455
+ descriptionOnlyTag: string;
456
+ genericCategory: string;
457
+ genericProduct: string;
458
+ genericBrand: string;
459
+ genericTag: string;
460
+ descriptionSuffix: string;
461
+ };
462
+ };
463
+ BUY_PRODUCT: {
464
+ title: string;
465
+ description: string;
466
+ };
467
+ CUSTOMER_SEGMENT: {
468
+ title: string;
469
+ };
470
+ };
471
+ history: {
472
+ earnedTitle: string;
473
+ spentTitle: string;
474
+ };
475
+ screens: {
476
+ creditEarningMethods: string;
477
+ creditSpendingMethods: string;
478
+ creditHistory: string;
479
+ loyaltyLevel: string;
480
+ loyaltyLevelScreen: {
481
+ afterEarning: string;
482
+ multiplierPrefix: string;
483
+ multiplierSuffix: string;
484
+ reachNextTier: string;
485
+ allTiersCompleted: string;
486
+ currentTierDescription: string;
487
+ };
488
+ };
489
+ miniMode: {
490
+ description: string;
491
+ };
492
+ };
493
+ };
494
+ fr: {
495
+ translation: {
496
+ common: {
497
+ points: string;
498
+ view: string;
499
+ create: string;
500
+ allow: string;
501
+ use: string;
502
+ review: string;
503
+ login: string;
504
+ register: string;
505
+ convert: string;
506
+ };
507
+ main_screen: {
508
+ earningMethodsTitle: string;
509
+ spendingMethodsTitle: string;
510
+ programInfoTitle: string;
511
+ earnPoints: string;
512
+ allRewards: string;
513
+ tiers: string;
514
+ pointHistory: string;
515
+ cartWarning: string;
516
+ appliedDiscount: {
517
+ fixedAmount: string;
518
+ freeShipping: string;
519
+ ratio: string;
520
+ freeProduct: string;
521
+ generic: string;
522
+ remove: string;
523
+ goToCheckout: string;
524
+ };
525
+ };
526
+ spendingMethods: {
527
+ minPointLimit: string;
528
+ FIXED_AMOUNT: {
529
+ title: string;
530
+ dynamicTitle: string;
531
+ };
532
+ RATIO: {
533
+ title: string;
534
+ };
535
+ FREE_SHIPPING: {
536
+ title: string;
537
+ };
538
+ FREE_PRODUCT: {
539
+ title: string;
540
+ description: string;
541
+ };
542
+ };
543
+ header: {
544
+ title: string;
545
+ subtitle: string;
546
+ register_title: string;
547
+ registerDescription: string;
548
+ registerButton: string;
549
+ haveAccount: string;
550
+ earnedPoints: string;
551
+ };
552
+ earningMethods: {
553
+ xPoints: string;
554
+ xPointsForEachProduct: string;
555
+ CUSTOMER_REGISTER: {
556
+ title: string;
557
+ };
558
+ CUSTOMER_REVIEW: {
559
+ title: string;
560
+ };
561
+ ENABLE_SUBSCRIPTION: {
562
+ title: string;
563
+ };
564
+ ORDER_CREATE: {
565
+ RECEIVE_POINTS_ON_SPEND: {
566
+ title: string;
567
+ description: string;
568
+ };
569
+ BASE: {
570
+ title: string;
571
+ descriptionStaticMinimum: string;
572
+ descriptionStaticMaximum: string;
573
+ descriptionDynamicMinimum: string;
574
+ descriptionDynamicMaximum: string;
575
+ descriptionOnlyCategory: string;
576
+ descriptionOnlyProduct: string;
577
+ descriptionOnlyBrand: string;
578
+ descriptionOnlyTag: string;
579
+ genericCategory: string;
580
+ genericProduct: string;
581
+ genericBrand: string;
582
+ genericTag: string;
583
+ descriptionSuffix: string;
584
+ };
585
+ };
586
+ BUY_PRODUCT: {
587
+ title: string;
588
+ description: string;
589
+ };
590
+ CUSTOMER_SEGMENT: {
591
+ title: string;
592
+ };
593
+ };
594
+ history: {
595
+ earnedTitle: string;
596
+ spentTitle: string;
597
+ };
598
+ screens: {
599
+ creditEarningMethods: string;
600
+ creditSpendingMethods: string;
601
+ creditHistory: string;
602
+ loyaltyLevel: string;
603
+ loyaltyLevelScreen: {
604
+ afterEarning: string;
605
+ multiplierPrefix: string;
606
+ multiplierSuffix: string;
607
+ reachNextTier: string;
608
+ allTiersCompleted: string;
609
+ currentTierDescription: string;
610
+ };
611
+ };
612
+ miniMode: {
613
+ description: string;
614
+ };
615
+ };
616
+ };
617
+ };
1
618
  declare const i18nInstance: import("i18next").i18n;
2
619
  export default i18nInstance;
@@ -1 +1 @@
1
- import t from'./../../ext/i18next/dist/esm/i18next.js';import"react";import{initReactI18next as e}from'./../../ext/react-i18next/dist/es/context.js';import o from"./locales/tr.json.js";import r from"./locales/en.json.js";var s={tr:{translation:o},en:{translation:r}},n=t.createInstance();n.use(e).init({resources:s,lng:"tr",fallbackLng:"tr",interpolation:{escapeValue:!1}});export{n as default};
1
+ import"react";import{initReactI18next as o}from'./../../ext/react-i18next/dist/es/context.js';import t from'./../../ext/i18next/dist/esm/i18next.js';import e from"./locales/de.json.js";import s from"./locales/en.json.js";import n from"./locales/fr.json.js";import r from"./locales/nl.json.js";import a from"./locales/tr.json.js";var l={tr:{translation:a},en:{translation:s},de:{translation:e},nl:{translation:r},fr:{translation:n}},i=t.createInstance();i.use(o).init({resources:l,lng:"tr",fallbackLng:"en",interpolation:{escapeValue:!1}});export{i as default,l as resources};
@@ -0,0 +1 @@
1
+ var e={points:"Punkte",view:"Ansehen",create:"Erstellen",allow:"Erlauben",use:"Benutzen",review:"Bewerten",login:"Anmelden",register:"Registrieren",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",xPointsForEachProduct:"{{points}} Punkte pro Produkt",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.",descriptionDynamicMinimum:"Bestellwert muss mindestens {{amount}} betragen. Ein Produkt aus der Kategorie {{category}} muss hinzugefügt werden.",descriptionDynamicMaximum:"Bestellwert darf maximal {{amount}} betragen. Ein Produkt aus der Kategorie {{category}} muss hinzugefügt werden.",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}}",descriptionSuffix:"eine Bestellung muss aufgegeben werden."}},BUY_PRODUCT:{title:"Produkt kaufen",description:"Ein Produkt aus der Kategorie {{category}} muss gekauft werden."},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",multiplierPrefix:"Punkte, die Sie beim Erreichen dieser Stufe verdienen, werden mit",multiplierSuffix:"multipliziert.",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."}},u={description:"Hallo! :wave: 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 +1 @@
1
- var e={points:"Points",view:"View",create:"Create",allow:"Allow",use:"Use",review:"Review",login:"Login",register:"Register"},t={earningMethodsTitle:"Ways to Earn Points",programInfoTitle:"Program Information",cartWarning:"You cannot use rewards without creating a cart.",appliedDiscount:{fixedAmount:"{{amount}} discount has been applied to your cart.",freeShipping:"Free shipping has been applied to your cart.",ratio:"{{amount}} discount has been applied to your cart.",freeProduct:"A free product has been added to your cart.",generic:"{{amount}} discount has been applied to your cart.",remove:"Remove",goToCheckout:"Go to Checkout"}},r={title:"Loyalty Program",subtitle:"Earn as You Spend",register_title:"Join Now",registerDescription:"Unlock exciting benefits and get access to exclusive rewards.",registerButton:"Register Now",haveAccount:"Already have an account?",earnedPoints:"Earned Points"},o={minPointLimit:"Minimum {{points}} points can be converted.",FIXED_AMOUNT:{title:"Fixed Amount Discount"},RATIO:{title:"Percentage Discount"},FREE_SHIPPING:{title:"Free Shipping"},FREE_PRODUCT:{title:"Free Product",description:"{{product}} product will be added to cart for free."}},i={spent_amount_description:"{{points}} points for every {{amount}}₺ spent",min_order_amount_description:"Minimum order amount must be {{amount}} TL.",category_filter_description:"A product from {{category}} category must be added to the order.",product_filter_description:"Product {{product}} must be added to the order."},n={xPoints:"{{points}} Points",xPointsForEachProduct:"{{points}} points per product",CUSTOMER_REGISTER:{title:"Create Account"},CUSTOMER_REVIEW:{title:"Review Products"},ENABLE_SUBSCRIPTION:{title:"Subscribe to Communication"},ORDER_CREATE:{RECEIVE_POINTS_ON_SPEND:{title:"Earn as You Spend",description:"{{points}} points for every {{amount}} spent"},BASE:{title:"Create Order",descriptionStaticMinimum:"Minimum order amount must be {{amount}}.",descriptionStaticMaximum:"Maximum order amount must be {{amount}}.",descriptionDynamicMinimum:"Minimum order amount must be {{amount}}. A product from {{category}} category must be added to the order.",descriptionDynamicMaximum:"Maximum order amount must be {{amount}}. A product from {{category}} category must be added to the order.",descriptionOnlyCategory:"A product from {{category}} category must be added to the order.",descriptionOnlyProduct:"Product {{product}} must be added to the order.",descriptionOnlyBrand:"A product from {{brand}} brand must be added to the order.",descriptionOnlyTag:"A product with {{tag}} tag must be added to the order."}},BUY_PRODUCT:{title:"Buy Product",description:"A product from {{category}} category must be purchased."},CUSTOMER_SEGMENT:{title:"Customer Segment"}},a={creditEarningMethods:"Credit Earning Methods",creditSpendingMethods:"Credit Spending Methods",creditHistory:"Credit History",loyaltyLevel:"Loyalty Level",loyaltyLevelScreen:{afterEarning:"after earning",multiplierPrefix:"Points earned when you reach this tier are multiplied by",multiplierSuffix:".",reachNextTier:"Collect {{points}} more points to reach {{tierName}} tier.",allTiersCompleted:"You have completed all tiers!",currentTierDescription:"You are currently at this level."}},d={common:e,main_screen:t,header:r,spendingMethods:o,earning_methods:i,earningMethods:n,screens:a};export{e as common,d as default,n as earningMethods,i as earning_methods,r as header,t as main_screen,a as screens,o as spendingMethods};
1
+ var t={points:"Points",view:"View",create:"Create",allow:"Allow",use:"Use",review:"Review",login:"Login",register:"Register",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."}},r={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"},i={xPoints:"{{points}} Points",xPointsForEachProduct:"{{points}} points per product",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}}.",descriptionDynamicMinimum:"Order amount must be at least {{amount}}. A product from {{category}} category must be added to order.",descriptionDynamicMaximum:"Order amount must be at most {{amount}}. A product from {{category}} category must be added to order.",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",descriptionSuffix:"an order must be created."}},BUY_PRODUCT:{title:"Buy Product",description:"A product from {{category}} category must be purchased."},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",multiplierPrefix:"Points earned when you move to this tier are multiplied by",multiplierSuffix:".",reachNextTier:"Collect {{points}} more points to reach {{tierName}} tier.",allTiersCompleted:"You have completed all tiers!",currentTierDescription:"You are currently in this tier."}},s={description:"Hello! :wave: Join our loyalty program, benefit from extra discounts as you spend!"},d={common:t,main_screen:e,spendingMethods:o,header:r,earningMethods:i,history:n,screens:a,miniMode:s};export{t as common,d as default,i as earningMethods,r as header,n as history,e as main_screen,s as miniMode,a as screens,o as spendingMethods};
@@ -0,0 +1 @@
1
+ var e={points:"Points",view:"Voir",create:"Créer",allow:"Autoriser",use:"Utiliser",review:"Avis",login:"Connexion",register:"S'inscrire",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",xPointsForEachProduct:"{{points}} points par produit",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}}.",descriptionDynamicMinimum:"Le montant de la commande doit être d'au moins {{amount}}. Un produit de la catégorie {{category}} doit être ajouté.",descriptionDynamicMaximum:"Le montant de la commande doit être d'au plus {{amount}}. Un produit de la catégorie {{category}} doit être ajouté.",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}}",descriptionSuffix:"une commande doit être créée."}},BUY_PRODUCT:{title:"Acheter un produit",description:"Un produit de la catégorie {{category}} doit être acheté."},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é",multiplierPrefix:"Les points gagnés lorsque vous atteignez ce niveau sont multipliés par",multiplierSuffix:".",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."}},s={description:"Bonjour ! :wave: 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};
@@ -0,0 +1 @@
1
+ var e={points:"Punten",view:"Bekijken",create:"Aanmaken",allow:"Toestaan",use:"Gebruiken",review:"Beoordelen",login:"Inloggen",register:"Registreren",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"},o={xPoints:"{{points}} Punten",xPointsForEachProduct:"{{points}} punten per product",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.",descriptionDynamicMinimum:"Bestelbedrag moet minimaal {{amount}} zijn. Een product uit categorie {{category}} moet worden toegevoegd.",descriptionDynamicMaximum:"Bestelbedrag mag maximaal {{amount}} zijn. Een product uit categorie {{category}} moet worden toegevoegd.",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}}",descriptionSuffix:"een bestelling moet worden aangemaakt."}},BUY_PRODUCT:{title:"Product kopen",description:"Een product uit categorie {{category}} moet worden gekocht."},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",multiplierPrefix:"Punten verdiend bij het bereiken van dit niveau worden vermenigvuldigd met",multiplierSuffix:".",reachNextTier:"Verzamel nog {{points}} punten om niveau {{tierName}} te bereiken.",allTiersCompleted:"U heeft alle niveaus voltooid!",currentTierDescription:"U bevindt zich momenteel in dit niveau."}},d={description:"Hallo! :wave: Word lid van ons loyaliteitsprogramma, profiteer van extra kortingen terwijl u uitgeeft!"},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};