@juo/orion-extensions 0.10.2 → 0.11.0
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/dist/cs-CkBa54eD.js +89 -0
- package/dist/de-CPRJRab0.js +89 -0
- package/dist/es-CQoo17kt.js +89 -0
- package/dist/extensions.js +197 -116
- package/dist/fr-DzCAo5LI.js +89 -0
- package/dist/hu-ywN6j-km.js +89 -0
- package/dist/nl-BhpUGLYx.js +89 -0
- package/dist/pl-sN_bBWgE.js +89 -0
- package/dist/pt-BYE93EVG.js +89 -0
- package/dist/sk-DQZc55Jx.js +89 -0
- package/dist/sl-CUzueLNl.js +89 -0
- package/dist/style.css +59 -11
- package/package.json +3 -3
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
const Login = {
|
|
2
|
+
loginViewTitle: "Se connecter",
|
|
3
|
+
checkEmailTitle: "Vérifiez votre e-mail",
|
|
4
|
+
subtitle: "Modifiez vos produits, options de livraison et de paiement ou mettez à jour le statut de votre abonnement",
|
|
5
|
+
separatorText: "ou se connecter avec"
|
|
6
|
+
};
|
|
7
|
+
const fr = {
|
|
8
|
+
"action:show_content": {
|
|
9
|
+
headerText: "Gardez le cap",
|
|
10
|
+
subheaderText: "Vous avez déjà accumulé des avantages précieux avec votre abonnement actuel. Nous souhaitons continuer à améliorer votre expérience. Si quelque chose n'a pas fonctionné comme prévu, nous sommes là pour arranger cela.",
|
|
11
|
+
calloutLabel: "Des avantages à conserver",
|
|
12
|
+
buttonLabel: "Continuer"
|
|
13
|
+
},
|
|
14
|
+
"action:choice": {
|
|
15
|
+
headline: "Que souhaitez-vous faire ?",
|
|
16
|
+
description: ""
|
|
17
|
+
},
|
|
18
|
+
"action:show_confirmation": {
|
|
19
|
+
headerText: "Succès !",
|
|
20
|
+
subheaderText: "",
|
|
21
|
+
externalLinkLabel: "Partagez votre avis sur Google",
|
|
22
|
+
closeButtonText: "Fermer"
|
|
23
|
+
},
|
|
24
|
+
"action:collect_feedback": {
|
|
25
|
+
headerText: "Avant de partir",
|
|
26
|
+
subheaderText: "Votre avis compte ! Aidez-nous à nous améliorer en nous indiquant la raison principale de l'annulation de votre abonnement",
|
|
27
|
+
placeholder: "Dites-nous en plus...",
|
|
28
|
+
submitButtonText: "Envoyer",
|
|
29
|
+
skipButtonText: "Passer"
|
|
30
|
+
},
|
|
31
|
+
"action:poll": {
|
|
32
|
+
headerText: "Pourquoi souhaitez-vous annuler votre abonnement ?",
|
|
33
|
+
subheaderText: "Votre avis compte ! Aidez-nous à nous améliorer en nous indiquant la raison principale de l'annulation de votre abonnement",
|
|
34
|
+
submitButtonText: "Envoyer"
|
|
35
|
+
},
|
|
36
|
+
"action:offer_discount": {
|
|
37
|
+
headerText: "Avant de partir",
|
|
38
|
+
subheaderText: "Nous aimerions vous offrir une réduction sur votre abonnement si vous décidiez de le poursuivre. Vous pouvez toujours ajuster la fréquence de livraison.",
|
|
39
|
+
discountTitle: "Profitez de votre réduction",
|
|
40
|
+
acceptButtonText: "Accepter",
|
|
41
|
+
declineButtonText: "Refuser"
|
|
42
|
+
},
|
|
43
|
+
"action:offer_free_product": {
|
|
44
|
+
headerText: "Avant de partir",
|
|
45
|
+
subheaderText: "Nous aimerions vous offrir un produit gratuit si vous décidiez de poursuivre votre abonnement. Vous pouvez toujours ajuster la fréquence de livraison.",
|
|
46
|
+
acceptButtonText: "Accepter",
|
|
47
|
+
declineButtonText: "Refuser",
|
|
48
|
+
freeGiftBadgeText: "Cadeau gratuit",
|
|
49
|
+
regularPriceLabel: "Prix régulier"
|
|
50
|
+
},
|
|
51
|
+
"action:offer_swap_product": {
|
|
52
|
+
headerText: "Essayez un autre produit",
|
|
53
|
+
subheaderText: "Vous n'êtes pas obligé de garder le même produit. Échangez-le contre autre chose et conservez votre réduction.",
|
|
54
|
+
searchPlaceholder: "Rechercher un produit",
|
|
55
|
+
acceptButtonText: "Confirmer",
|
|
56
|
+
declineButtonText: "Refuser"
|
|
57
|
+
},
|
|
58
|
+
"action:offer_skip": {
|
|
59
|
+
headerText: "Avant de partir",
|
|
60
|
+
subheaderText: "Reportez votre prochaine commande au lieu d'annuler et conservez votre réduction !",
|
|
61
|
+
acceptButtonText: "Continuer",
|
|
62
|
+
declineButtonText: "Refuser"
|
|
63
|
+
},
|
|
64
|
+
"action:offer_renew": {
|
|
65
|
+
headerText: "Avant de partir",
|
|
66
|
+
subheaderText: "Déjà épuisé ? Renouvelez maintenant et recevez un réapprovisionnement dès que possible !",
|
|
67
|
+
calloutLabel: "Bien joué",
|
|
68
|
+
acceptButtonText: "Accepter",
|
|
69
|
+
declineButtonText: "Refuser"
|
|
70
|
+
},
|
|
71
|
+
"action:offer_selection": {
|
|
72
|
+
headerText: "Pourquoi souhaitez-vous annuler votre abonnement ?",
|
|
73
|
+
subheaderText: "Votre avis compte ! Aidez-nous à nous améliorer en nous indiquant la raison principale de l'annulation de votre abonnement",
|
|
74
|
+
acceptButtonText: "Accepter",
|
|
75
|
+
declineButtonText: "Refuser"
|
|
76
|
+
},
|
|
77
|
+
"action:offer_change_frequency": {
|
|
78
|
+
headline: "Avant de partir",
|
|
79
|
+
description: "Modifiez le calendrier de livraison pour qu'il arrive exactement quand vous en avez besoin. Toutes les commandes suivantes seront basées sur la nouvelle fréquence.",
|
|
80
|
+
dropdownLabel: "Livraison tous les",
|
|
81
|
+
acceptLabel: "Confirmer",
|
|
82
|
+
declineLabel: "Refuser"
|
|
83
|
+
},
|
|
84
|
+
Login
|
|
85
|
+
};
|
|
86
|
+
export {
|
|
87
|
+
Login,
|
|
88
|
+
fr as default
|
|
89
|
+
};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
const Login = {
|
|
2
|
+
loginViewTitle: "Bejelentkezés",
|
|
3
|
+
checkEmailTitle: "Ellenőrizd az e-mailed",
|
|
4
|
+
subtitle: "Módosítsd a termékeidet, szállítási és fizetési lehetőségeidet, vagy frissítsd az előfizetésed állapotát",
|
|
5
|
+
separatorText: "vagy jelentkezz be ezzel"
|
|
6
|
+
};
|
|
7
|
+
const hu = {
|
|
8
|
+
"action:show_content": {
|
|
9
|
+
headerText: "Ne veszítsd el a lendületet",
|
|
10
|
+
subheaderText: "Jelenlegi csomagoddal már értékes előnyöket gyűjtöttél. Szeretnénk tovább javítani az élményedet. Ha valami nem a várt módon működött, itt vagyunk, hogy jobbá tegyük.",
|
|
11
|
+
calloutLabel: "Megőrzésre érdemes előnyök",
|
|
12
|
+
buttonLabel: "Tovább"
|
|
13
|
+
},
|
|
14
|
+
"action:choice": {
|
|
15
|
+
headline: "Mit szeretnél tenni?",
|
|
16
|
+
description: ""
|
|
17
|
+
},
|
|
18
|
+
"action:show_confirmation": {
|
|
19
|
+
headerText: "Siker!",
|
|
20
|
+
subheaderText: "",
|
|
21
|
+
externalLinkLabel: "Oszd meg véleményed a Google-ön",
|
|
22
|
+
closeButtonText: "Bezárás"
|
|
23
|
+
},
|
|
24
|
+
"action:collect_feedback": {
|
|
25
|
+
headerText: "Mielőtt elmennél",
|
|
26
|
+
subheaderText: "A véleményed fontos! Segíts nekünk fejlődni azzal, hogy elmondod az előfizetésed lemondásának fő okát",
|
|
27
|
+
placeholder: "Mesélj többet...",
|
|
28
|
+
submitButtonText: "Küldés",
|
|
29
|
+
skipButtonText: "Kihagyás"
|
|
30
|
+
},
|
|
31
|
+
"action:poll": {
|
|
32
|
+
headerText: "Miért szeretnéd lemondani az előfizetésed?",
|
|
33
|
+
subheaderText: "A véleményed fontos! Segíts nekünk fejlődni azzal, hogy elmondod az előfizetésed lemondásának fő okát",
|
|
34
|
+
submitButtonText: "Küldés"
|
|
35
|
+
},
|
|
36
|
+
"action:offer_discount": {
|
|
37
|
+
headerText: "Mielőtt elmennél",
|
|
38
|
+
subheaderText: "Szeretnénk kedvezményt ajánlani az előfizetésedre, ha úgy döntesz, hogy folytatod. A szállítási gyakoriságot bármikor módosíthatod.",
|
|
39
|
+
discountTitle: "Szerezd meg a kedvezményed",
|
|
40
|
+
acceptButtonText: "Elfogadom",
|
|
41
|
+
declineButtonText: "Elutasítom"
|
|
42
|
+
},
|
|
43
|
+
"action:offer_free_product": {
|
|
44
|
+
headerText: "Mielőtt elmennél",
|
|
45
|
+
subheaderText: "Szeretnénk egy ingyenes terméket ajánlani, ha úgy döntesz, hogy folytatod az előfizetésed. A szállítási gyakoriságot bármikor módosíthatod.",
|
|
46
|
+
acceptButtonText: "Elfogadom",
|
|
47
|
+
declineButtonText: "Elutasítom",
|
|
48
|
+
freeGiftBadgeText: "Ingyenes ajándék",
|
|
49
|
+
regularPriceLabel: "Normál ár"
|
|
50
|
+
},
|
|
51
|
+
"action:offer_swap_product": {
|
|
52
|
+
headerText: "Próbálj ki egy másik terméket",
|
|
53
|
+
subheaderText: "Nem kell örökké ugyanannál a terméknél maradnod. Cseréld le valami másra és tartsd meg a kedvezményed.",
|
|
54
|
+
searchPlaceholder: "Termék keresése",
|
|
55
|
+
acceptButtonText: "Megerősítés",
|
|
56
|
+
declineButtonText: "Elutasítom"
|
|
57
|
+
},
|
|
58
|
+
"action:offer_skip": {
|
|
59
|
+
headerText: "Mielőtt elmennél",
|
|
60
|
+
subheaderText: "A lemondás helyett hagyd ki a következő rendelésed és tartsd meg a kedvezményed!",
|
|
61
|
+
acceptButtonText: "Tovább",
|
|
62
|
+
declineButtonText: "Elutasítom"
|
|
63
|
+
},
|
|
64
|
+
"action:offer_renew": {
|
|
65
|
+
headerText: "Mielőtt elmennél",
|
|
66
|
+
subheaderText: "Már elfogyott? Újítsd meg most, és kapj utánpótlást minél hamarabb!",
|
|
67
|
+
calloutLabel: "Szép munka",
|
|
68
|
+
acceptButtonText: "Elfogadom",
|
|
69
|
+
declineButtonText: "Elutasítom"
|
|
70
|
+
},
|
|
71
|
+
"action:offer_selection": {
|
|
72
|
+
headerText: "Miért szeretnéd lemondani az előfizetésed?",
|
|
73
|
+
subheaderText: "A véleményed fontos! Segíts nekünk fejlődni azzal, hogy elmondod az előfizetésed lemondásának fő okát",
|
|
74
|
+
acceptButtonText: "Elfogadom",
|
|
75
|
+
declineButtonText: "Elutasítom"
|
|
76
|
+
},
|
|
77
|
+
"action:offer_change_frequency": {
|
|
78
|
+
headline: "Mielőtt elmennél",
|
|
79
|
+
description: "Változtasd meg a szállítási ütemezést, hogy pontosan akkor érkezzen, amikor szükséged van rá. Minden további rendelés az új gyakoriságon fog alapulni.",
|
|
80
|
+
dropdownLabel: "Szállítás minden",
|
|
81
|
+
acceptLabel: "Megerősítés",
|
|
82
|
+
declineLabel: "Elutasítom"
|
|
83
|
+
},
|
|
84
|
+
Login
|
|
85
|
+
};
|
|
86
|
+
export {
|
|
87
|
+
Login,
|
|
88
|
+
hu as default
|
|
89
|
+
};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
const Login = {
|
|
2
|
+
loginViewTitle: "Inloggen",
|
|
3
|
+
checkEmailTitle: "Controleer je e-mail",
|
|
4
|
+
subtitle: "Wijzig je producten, bezorg- en betaalopties of werk de status van je abonnement bij",
|
|
5
|
+
separatorText: "of inloggen met"
|
|
6
|
+
};
|
|
7
|
+
const nl = {
|
|
8
|
+
"action:show_content": {
|
|
9
|
+
headerText: "Verlies het momentum niet",
|
|
10
|
+
subheaderText: "Je hebt al waardevolle voordelen verzameld met je huidige abonnement. We willen je ervaring graag blijven verbeteren. Als iets niet werkte zoals verwacht, zijn we er om het beter te maken.",
|
|
11
|
+
calloutLabel: "Voordelen die het waard zijn",
|
|
12
|
+
buttonLabel: "Doorgaan"
|
|
13
|
+
},
|
|
14
|
+
"action:choice": {
|
|
15
|
+
headline: "Wat wil je doen?",
|
|
16
|
+
description: ""
|
|
17
|
+
},
|
|
18
|
+
"action:show_confirmation": {
|
|
19
|
+
headerText: "Gelukt!",
|
|
20
|
+
subheaderText: "",
|
|
21
|
+
externalLinkLabel: "Deel je beoordeling op Google",
|
|
22
|
+
closeButtonText: "Sluiten"
|
|
23
|
+
},
|
|
24
|
+
"action:collect_feedback": {
|
|
25
|
+
headerText: "Voordat je gaat",
|
|
26
|
+
subheaderText: "Jouw mening is belangrijk! Help ons verbeteren door je belangrijkste reden voor het opzeggen van je abonnement te delen",
|
|
27
|
+
placeholder: "Vertel ons meer...",
|
|
28
|
+
submitButtonText: "Versturen",
|
|
29
|
+
skipButtonText: "Overslaan"
|
|
30
|
+
},
|
|
31
|
+
"action:poll": {
|
|
32
|
+
headerText: "Waarom wil je je abonnement opzeggen?",
|
|
33
|
+
subheaderText: "Jouw mening is belangrijk! Help ons verbeteren door je belangrijkste reden voor het opzeggen van je abonnement te delen",
|
|
34
|
+
submitButtonText: "Versturen"
|
|
35
|
+
},
|
|
36
|
+
"action:offer_discount": {
|
|
37
|
+
headerText: "Voordat je gaat",
|
|
38
|
+
subheaderText: "We willen je graag een korting aanbieden op je abonnement als je besluit om door te gaan. Je kunt altijd de bezorgfrequentie aanpassen.",
|
|
39
|
+
discountTitle: "Pak je korting",
|
|
40
|
+
acceptButtonText: "Accepteren",
|
|
41
|
+
declineButtonText: "Weigeren"
|
|
42
|
+
},
|
|
43
|
+
"action:offer_free_product": {
|
|
44
|
+
headerText: "Voordat je gaat",
|
|
45
|
+
subheaderText: "We willen je graag een gratis product aanbieden als je besluit je abonnement voort te zetten. Je kunt altijd de bezorgfrequentie aanpassen.",
|
|
46
|
+
acceptButtonText: "Accepteren",
|
|
47
|
+
declineButtonText: "Weigeren",
|
|
48
|
+
freeGiftBadgeText: "Gratis cadeau",
|
|
49
|
+
regularPriceLabel: "Normale prijs"
|
|
50
|
+
},
|
|
51
|
+
"action:offer_swap_product": {
|
|
52
|
+
headerText: "Probeer een ander product",
|
|
53
|
+
subheaderText: "Je hoeft niet bij hetzelfde product te blijven. Wissel het om voor iets anders en behoud je korting.",
|
|
54
|
+
searchPlaceholder: "Product zoeken",
|
|
55
|
+
acceptButtonText: "Bevestigen",
|
|
56
|
+
declineButtonText: "Weigeren"
|
|
57
|
+
},
|
|
58
|
+
"action:offer_skip": {
|
|
59
|
+
headerText: "Voordat je gaat",
|
|
60
|
+
subheaderText: "Sla je volgende bestelling over in plaats van op te zeggen en behoud je korting!",
|
|
61
|
+
acceptButtonText: "Doorgaan",
|
|
62
|
+
declineButtonText: "Weigeren"
|
|
63
|
+
},
|
|
64
|
+
"action:offer_renew": {
|
|
65
|
+
headerText: "Voordat je gaat",
|
|
66
|
+
subheaderText: "Al op? Verleng nu en ontvang zo snel mogelijk een nieuwe levering!",
|
|
67
|
+
calloutLabel: "Goed gedaan",
|
|
68
|
+
acceptButtonText: "Accepteren",
|
|
69
|
+
declineButtonText: "Weigeren"
|
|
70
|
+
},
|
|
71
|
+
"action:offer_selection": {
|
|
72
|
+
headerText: "Waarom wil je je abonnement opzeggen?",
|
|
73
|
+
subheaderText: "Jouw mening is belangrijk! Help ons verbeteren door je belangrijkste reden voor het opzeggen van je abonnement te delen",
|
|
74
|
+
acceptButtonText: "Accepteren",
|
|
75
|
+
declineButtonText: "Weigeren"
|
|
76
|
+
},
|
|
77
|
+
"action:offer_change_frequency": {
|
|
78
|
+
headline: "Voordat je gaat",
|
|
79
|
+
description: "Pas het bezorgschema aan zodat het precies aankomt wanneer je het nodig hebt. Alle volgende bestellingen worden gebaseerd op de nieuwe frequentie.",
|
|
80
|
+
dropdownLabel: "Levering elke",
|
|
81
|
+
acceptLabel: "Bevestigen",
|
|
82
|
+
declineLabel: "Weigeren"
|
|
83
|
+
},
|
|
84
|
+
Login
|
|
85
|
+
};
|
|
86
|
+
export {
|
|
87
|
+
Login,
|
|
88
|
+
nl as default
|
|
89
|
+
};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
const Login = {
|
|
2
|
+
loginViewTitle: "Zaloguj się",
|
|
3
|
+
checkEmailTitle: "Sprawdź swój e-mail",
|
|
4
|
+
subtitle: "Zmień swoje produkty, opcje dostawy i płatności lub zaktualizuj status swojej subskrypcji",
|
|
5
|
+
separatorText: "lub zaloguj się przez"
|
|
6
|
+
};
|
|
7
|
+
const pl = {
|
|
8
|
+
"action:show_content": {
|
|
9
|
+
headerText: "Nie trać rozpędu",
|
|
10
|
+
subheaderText: "Zgromadziłeś już cenne korzyści w ramach obecnego planu. Chcemy nadal ulepszać Twoje doświadczenie. Jeśli coś nie zadziałało zgodnie z oczekiwaniami, jesteśmy tutaj, aby to naprawić.",
|
|
11
|
+
calloutLabel: "Korzyści warte zachowania",
|
|
12
|
+
buttonLabel: "Kontynuuj"
|
|
13
|
+
},
|
|
14
|
+
"action:choice": {
|
|
15
|
+
headline: "Co chcesz zrobić?",
|
|
16
|
+
description: ""
|
|
17
|
+
},
|
|
18
|
+
"action:show_confirmation": {
|
|
19
|
+
headerText: "Sukces!",
|
|
20
|
+
subheaderText: "",
|
|
21
|
+
externalLinkLabel: "Podziel się opinią na Google",
|
|
22
|
+
closeButtonText: "Zamknij"
|
|
23
|
+
},
|
|
24
|
+
"action:collect_feedback": {
|
|
25
|
+
headerText: "Zanim odejdziesz",
|
|
26
|
+
subheaderText: "Twoja opinia jest ważna! Pomóż nam się poprawić, podając główny powód rezygnacji z subskrypcji",
|
|
27
|
+
placeholder: "Powiedz nam więcej...",
|
|
28
|
+
submitButtonText: "Wyślij",
|
|
29
|
+
skipButtonText: "Pomiń"
|
|
30
|
+
},
|
|
31
|
+
"action:poll": {
|
|
32
|
+
headerText: "Dlaczego chcesz anulować subskrypcję?",
|
|
33
|
+
subheaderText: "Twoja opinia jest ważna! Pomóż nam się poprawić, podając główny powód rezygnacji z subskrypcji",
|
|
34
|
+
submitButtonText: "Wyślij"
|
|
35
|
+
},
|
|
36
|
+
"action:offer_discount": {
|
|
37
|
+
headerText: "Zanim odejdziesz",
|
|
38
|
+
subheaderText: "Chcielibyśmy zaoferować Ci zniżkę na subskrypcję, jeśli zdecydujesz się ją kontynuować. Zawsze możesz dostosować częstotliwość dostaw.",
|
|
39
|
+
discountTitle: "Odbierz swoją zniżkę",
|
|
40
|
+
acceptButtonText: "Akceptuj",
|
|
41
|
+
declineButtonText: "Odrzuć"
|
|
42
|
+
},
|
|
43
|
+
"action:offer_free_product": {
|
|
44
|
+
headerText: "Zanim odejdziesz",
|
|
45
|
+
subheaderText: "Chcielibyśmy zaoferować Ci darmowy produkt, jeśli zdecydujesz się kontynuować subskrypcję. Zawsze możesz dostosować częstotliwość dostaw.",
|
|
46
|
+
acceptButtonText: "Akceptuj",
|
|
47
|
+
declineButtonText: "Odrzuć",
|
|
48
|
+
freeGiftBadgeText: "Darmowy prezent",
|
|
49
|
+
regularPriceLabel: "Cena regularna"
|
|
50
|
+
},
|
|
51
|
+
"action:offer_swap_product": {
|
|
52
|
+
headerText: "Wypróbuj inny produkt",
|
|
53
|
+
subheaderText: "Nie musisz trzymać się tego samego produktu. Zamień go na coś innego i zachowaj swoją zniżkę.",
|
|
54
|
+
searchPlaceholder: "Szukaj produktu",
|
|
55
|
+
acceptButtonText: "Potwierdź",
|
|
56
|
+
declineButtonText: "Odrzuć"
|
|
57
|
+
},
|
|
58
|
+
"action:offer_skip": {
|
|
59
|
+
headerText: "Zanim odejdziesz",
|
|
60
|
+
subheaderText: "Pomiń następne zamówienie zamiast anulować i zachowaj swoją zniżkę!",
|
|
61
|
+
acceptButtonText: "Kontynuuj",
|
|
62
|
+
declineButtonText: "Odrzuć"
|
|
63
|
+
},
|
|
64
|
+
"action:offer_renew": {
|
|
65
|
+
headerText: "Zanim odejdziesz",
|
|
66
|
+
subheaderText: "Już się skończyło? Odnów teraz i otrzymaj uzupełnienie jak najszybciej!",
|
|
67
|
+
calloutLabel: "Świetnie Ci idzie",
|
|
68
|
+
acceptButtonText: "Akceptuj",
|
|
69
|
+
declineButtonText: "Odrzuć"
|
|
70
|
+
},
|
|
71
|
+
"action:offer_selection": {
|
|
72
|
+
headerText: "Dlaczego chcesz anulować subskrypcję?",
|
|
73
|
+
subheaderText: "Twoja opinia jest ważna! Pomóż nam się poprawić, podając główny powód rezygnacji z subskrypcji",
|
|
74
|
+
acceptButtonText: "Akceptuj",
|
|
75
|
+
declineButtonText: "Odrzuć"
|
|
76
|
+
},
|
|
77
|
+
"action:offer_change_frequency": {
|
|
78
|
+
headline: "Zanim odejdziesz",
|
|
79
|
+
description: "Zmień harmonogram dostaw, aby przesyłka dotarła dokładnie wtedy, gdy jej potrzebujesz. Wszystkie kolejne zamówienia będą oparte na nowej częstotliwości.",
|
|
80
|
+
dropdownLabel: "Dostawa co",
|
|
81
|
+
acceptLabel: "Potwierdź",
|
|
82
|
+
declineLabel: "Odrzuć"
|
|
83
|
+
},
|
|
84
|
+
Login
|
|
85
|
+
};
|
|
86
|
+
export {
|
|
87
|
+
Login,
|
|
88
|
+
pl as default
|
|
89
|
+
};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
const Login = {
|
|
2
|
+
loginViewTitle: "Iniciar sessão",
|
|
3
|
+
checkEmailTitle: "Verifique o seu e-mail",
|
|
4
|
+
subtitle: "Altere os seus produtos, opções de entrega e pagamento ou atualize o estado da sua subscrição",
|
|
5
|
+
separatorText: "ou iniciar sessão com"
|
|
6
|
+
};
|
|
7
|
+
const pt = {
|
|
8
|
+
"action:show_content": {
|
|
9
|
+
headerText: "Não perca o ritmo",
|
|
10
|
+
subheaderText: "Já acumulou benefícios valiosos com o seu plano atual. Adoraríamos continuar a melhorar a sua experiência. Se algo não funcionou como esperado, estamos aqui para resolver.",
|
|
11
|
+
calloutLabel: "Benefícios que valem a pena",
|
|
12
|
+
buttonLabel: "Continuar"
|
|
13
|
+
},
|
|
14
|
+
"action:choice": {
|
|
15
|
+
headline: "O que gostaria de fazer?",
|
|
16
|
+
description: ""
|
|
17
|
+
},
|
|
18
|
+
"action:show_confirmation": {
|
|
19
|
+
headerText: "Sucesso!",
|
|
20
|
+
subheaderText: "",
|
|
21
|
+
externalLinkLabel: "Partilhe a sua avaliação no Google",
|
|
22
|
+
closeButtonText: "Fechar"
|
|
23
|
+
},
|
|
24
|
+
"action:collect_feedback": {
|
|
25
|
+
headerText: "Antes de sair",
|
|
26
|
+
subheaderText: "A sua opinião é importante! Ajude-nos a melhorar, indicando o principal motivo para cancelar a sua subscrição",
|
|
27
|
+
placeholder: "Conte-nos mais...",
|
|
28
|
+
submitButtonText: "Enviar",
|
|
29
|
+
skipButtonText: "Saltar"
|
|
30
|
+
},
|
|
31
|
+
"action:poll": {
|
|
32
|
+
headerText: "Porque quer cancelar a sua subscrição?",
|
|
33
|
+
subheaderText: "A sua opinião é importante! Ajude-nos a melhorar, indicando o principal motivo para cancelar a sua subscrição",
|
|
34
|
+
submitButtonText: "Enviar"
|
|
35
|
+
},
|
|
36
|
+
"action:offer_discount": {
|
|
37
|
+
headerText: "Antes de sair",
|
|
38
|
+
subheaderText: "Gostaríamos de lhe oferecer um desconto na sua subscrição se decidir mantê-la. Pode sempre ajustar a frequência de entrega.",
|
|
39
|
+
discountTitle: "Obtenha o seu desconto",
|
|
40
|
+
acceptButtonText: "Aceitar",
|
|
41
|
+
declineButtonText: "Recusar"
|
|
42
|
+
},
|
|
43
|
+
"action:offer_free_product": {
|
|
44
|
+
headerText: "Antes de sair",
|
|
45
|
+
subheaderText: "Gostaríamos de lhe oferecer um produto grátis se decidir manter a sua subscrição. Pode sempre ajustar a frequência de entrega.",
|
|
46
|
+
acceptButtonText: "Aceitar",
|
|
47
|
+
declineButtonText: "Recusar",
|
|
48
|
+
freeGiftBadgeText: "Presente grátis",
|
|
49
|
+
regularPriceLabel: "Preço normal"
|
|
50
|
+
},
|
|
51
|
+
"action:offer_swap_product": {
|
|
52
|
+
headerText: "Experimente um produto diferente",
|
|
53
|
+
subheaderText: "Não tem de ficar com o mesmo produto para sempre. Troque-o por outro e mantenha o seu desconto.",
|
|
54
|
+
searchPlaceholder: "Pesquisar produto",
|
|
55
|
+
acceptButtonText: "Confirmar",
|
|
56
|
+
declineButtonText: "Recusar"
|
|
57
|
+
},
|
|
58
|
+
"action:offer_skip": {
|
|
59
|
+
headerText: "Antes de sair",
|
|
60
|
+
subheaderText: "Salte a sua próxima encomenda em vez de cancelar e mantenha o seu desconto!",
|
|
61
|
+
acceptButtonText: "Continuar",
|
|
62
|
+
declineButtonText: "Recusar"
|
|
63
|
+
},
|
|
64
|
+
"action:offer_renew": {
|
|
65
|
+
headerText: "Antes de sair",
|
|
66
|
+
subheaderText: "Já acabou? Renove agora e receba uma reposição o mais rápido possível!",
|
|
67
|
+
calloutLabel: "Muito bem",
|
|
68
|
+
acceptButtonText: "Aceitar",
|
|
69
|
+
declineButtonText: "Recusar"
|
|
70
|
+
},
|
|
71
|
+
"action:offer_selection": {
|
|
72
|
+
headerText: "Porque quer cancelar a sua subscrição?",
|
|
73
|
+
subheaderText: "A sua opinião é importante! Ajude-nos a melhorar, indicando o principal motivo para cancelar a sua subscrição",
|
|
74
|
+
acceptButtonText: "Aceitar",
|
|
75
|
+
declineButtonText: "Recusar"
|
|
76
|
+
},
|
|
77
|
+
"action:offer_change_frequency": {
|
|
78
|
+
headline: "Antes de sair",
|
|
79
|
+
description: "Altere o calendário de entregas para que chegue exatamente quando precisar. Todas as encomendas seguintes serão baseadas na nova frequência.",
|
|
80
|
+
dropdownLabel: "Entrega a cada",
|
|
81
|
+
acceptLabel: "Confirmar",
|
|
82
|
+
declineLabel: "Recusar"
|
|
83
|
+
},
|
|
84
|
+
Login
|
|
85
|
+
};
|
|
86
|
+
export {
|
|
87
|
+
Login,
|
|
88
|
+
pt as default
|
|
89
|
+
};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
const Login = {
|
|
2
|
+
loginViewTitle: "Prihlásiť sa",
|
|
3
|
+
checkEmailTitle: "Skontrolujte svoj e-mail",
|
|
4
|
+
subtitle: "Zmeňte svoje produkty, možnosti doručenia a platby alebo aktualizujte stav svojho predplatného",
|
|
5
|
+
separatorText: "alebo sa prihláste cez"
|
|
6
|
+
};
|
|
7
|
+
const sk = {
|
|
8
|
+
"action:show_content": {
|
|
9
|
+
headerText: "Nestrácajte tempo",
|
|
10
|
+
subheaderText: "S vaším aktuálnym plánom ste už získali cenné výhody. Radi by sme vaše skúsenosti ďalej zlepšovali. Ak niečo nefungovalo podľa očakávaní, sme tu, aby sme to napravili.",
|
|
11
|
+
calloutLabel: "Výhody, ktoré sa oplatí zachovať",
|
|
12
|
+
buttonLabel: "Pokračovať"
|
|
13
|
+
},
|
|
14
|
+
"action:choice": {
|
|
15
|
+
headline: "Čo by ste chceli urobiť?",
|
|
16
|
+
description: ""
|
|
17
|
+
},
|
|
18
|
+
"action:show_confirmation": {
|
|
19
|
+
headerText: "Úspech!",
|
|
20
|
+
subheaderText: "",
|
|
21
|
+
externalLinkLabel: "Zdieľajte svoju recenziu na Google",
|
|
22
|
+
closeButtonText: "Zavrieť"
|
|
23
|
+
},
|
|
24
|
+
"action:collect_feedback": {
|
|
25
|
+
headerText: "Skôr než odídete",
|
|
26
|
+
subheaderText: "Váš názor je dôležitý! Pomôžte nám sa zlepšiť tým, že nám poviete hlavný dôvod zrušenia vášho predplatného",
|
|
27
|
+
placeholder: "Povedzte nám viac...",
|
|
28
|
+
submitButtonText: "Odoslať",
|
|
29
|
+
skipButtonText: "Preskočiť"
|
|
30
|
+
},
|
|
31
|
+
"action:poll": {
|
|
32
|
+
headerText: "Prečo chcete zrušiť predplatné?",
|
|
33
|
+
subheaderText: "Váš názor je dôležitý! Pomôžte nám sa zlepšiť tým, že nám poviete hlavný dôvod zrušenia vášho predplatného",
|
|
34
|
+
submitButtonText: "Odoslať"
|
|
35
|
+
},
|
|
36
|
+
"action:offer_discount": {
|
|
37
|
+
headerText: "Skôr než odídete",
|
|
38
|
+
subheaderText: "Radi by sme vám ponúkli zľavu na predplatné, ak sa rozhodnete pokračovať. Frekvenciu doručovania môžete kedykoľvek upraviť.",
|
|
39
|
+
discountTitle: "Získajte svoju zľavu",
|
|
40
|
+
acceptButtonText: "Prijať",
|
|
41
|
+
declineButtonText: "Odmietnuť"
|
|
42
|
+
},
|
|
43
|
+
"action:offer_free_product": {
|
|
44
|
+
headerText: "Skôr než odídete",
|
|
45
|
+
subheaderText: "Radi by sme vám ponúkli produkt zadarmo, ak sa rozhodnete pokračovať v predplatnom. Frekvenciu doručovania môžete kedykoľvek upraviť.",
|
|
46
|
+
acceptButtonText: "Prijať",
|
|
47
|
+
declineButtonText: "Odmietnuť",
|
|
48
|
+
freeGiftBadgeText: "Darček zadarmo",
|
|
49
|
+
regularPriceLabel: "Bežná cena"
|
|
50
|
+
},
|
|
51
|
+
"action:offer_swap_product": {
|
|
52
|
+
headerText: "Vyskúšajte iný produkt",
|
|
53
|
+
subheaderText: "Nemusíte zostať pri tom istom produkte. Vymeňte ho za niečo iné a ponechajte si svoju zľavu.",
|
|
54
|
+
searchPlaceholder: "Hľadať produkt",
|
|
55
|
+
acceptButtonText: "Potvrdiť",
|
|
56
|
+
declineButtonText: "Odmietnuť"
|
|
57
|
+
},
|
|
58
|
+
"action:offer_skip": {
|
|
59
|
+
headerText: "Skôr než odídete",
|
|
60
|
+
subheaderText: "Preskočte ďalšiu objednávku namiesto zrušenia a ponechajte si svoju zľavu!",
|
|
61
|
+
acceptButtonText: "Pokračovať",
|
|
62
|
+
declineButtonText: "Odmietnuť"
|
|
63
|
+
},
|
|
64
|
+
"action:offer_renew": {
|
|
65
|
+
headerText: "Skôr než odídete",
|
|
66
|
+
subheaderText: "Už vám došiel? Obnovte teraz a získajte doplnenie čo najskôr!",
|
|
67
|
+
calloutLabel: "Skvelá práca",
|
|
68
|
+
acceptButtonText: "Prijať",
|
|
69
|
+
declineButtonText: "Odmietnuť"
|
|
70
|
+
},
|
|
71
|
+
"action:offer_selection": {
|
|
72
|
+
headerText: "Prečo chcete zrušiť predplatné?",
|
|
73
|
+
subheaderText: "Váš názor je dôležitý! Pomôžte nám sa zlepšiť tým, že nám poviete hlavný dôvod zrušenia vášho predplatného",
|
|
74
|
+
acceptButtonText: "Prijať",
|
|
75
|
+
declineButtonText: "Odmietnuť"
|
|
76
|
+
},
|
|
77
|
+
"action:offer_change_frequency": {
|
|
78
|
+
headline: "Skôr než odídete",
|
|
79
|
+
description: "Zmeňte plán doručovania tak, aby vám zásielka prišla presne vtedy, keď ju potrebujete. Všetky nasledujúce objednávky sa budú riadiť novou frekvenciou.",
|
|
80
|
+
dropdownLabel: "Doručenie každých",
|
|
81
|
+
acceptLabel: "Potvrdiť",
|
|
82
|
+
declineLabel: "Odmietnuť"
|
|
83
|
+
},
|
|
84
|
+
Login
|
|
85
|
+
};
|
|
86
|
+
export {
|
|
87
|
+
Login,
|
|
88
|
+
sk as default
|
|
89
|
+
};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
const Login = {
|
|
2
|
+
loginViewTitle: "Prijava",
|
|
3
|
+
checkEmailTitle: "Preverite svoj e-poštni naslov",
|
|
4
|
+
subtitle: "Spremenite svoje izdelke, možnosti dostave in plačila ali posodobite stanje svoje naročnine",
|
|
5
|
+
separatorText: "ali se prijavite z"
|
|
6
|
+
};
|
|
7
|
+
const sl = {
|
|
8
|
+
"action:show_content": {
|
|
9
|
+
headerText: "Ne izgubite zagona",
|
|
10
|
+
subheaderText: "Z vašim trenutnim naročniškim načrtom ste že zbrali dragocene ugodnosti. Radi bi še naprej izboljševali vašo izkušnjo. Če kaj ni delovalo po pričakovanjih, smo tu, da to popravimo.",
|
|
11
|
+
calloutLabel: "Ugodnosti, ki jih je vredno obdržati",
|
|
12
|
+
buttonLabel: "Nadaljuj"
|
|
13
|
+
},
|
|
14
|
+
"action:choice": {
|
|
15
|
+
headline: "Kaj bi radi storili?",
|
|
16
|
+
description: ""
|
|
17
|
+
},
|
|
18
|
+
"action:show_confirmation": {
|
|
19
|
+
headerText: "Uspeh!",
|
|
20
|
+
subheaderText: "",
|
|
21
|
+
externalLinkLabel: "Delite svojo oceno na Googlu",
|
|
22
|
+
closeButtonText: "Zapri"
|
|
23
|
+
},
|
|
24
|
+
"action:collect_feedback": {
|
|
25
|
+
headerText: "Preden greste",
|
|
26
|
+
subheaderText: "Vaše mnenje je pomembno! Pomagajte nam se izboljšati tako, da nam poveste glavni razlog za preklic naročnine",
|
|
27
|
+
placeholder: "Povejte nam več...",
|
|
28
|
+
submitButtonText: "Pošlji",
|
|
29
|
+
skipButtonText: "Preskoči"
|
|
30
|
+
},
|
|
31
|
+
"action:poll": {
|
|
32
|
+
headerText: "Zakaj želite preklicati naročnino?",
|
|
33
|
+
subheaderText: "Vaše mnenje je pomembno! Pomagajte nam se izboljšati tako, da nam poveste glavni razlog za preklic naročnine",
|
|
34
|
+
submitButtonText: "Pošlji"
|
|
35
|
+
},
|
|
36
|
+
"action:offer_discount": {
|
|
37
|
+
headerText: "Preden greste",
|
|
38
|
+
subheaderText: "Radi bi vam ponudili popust na naročnino, če se odločite nadaljevati. Pogostost dostave lahko kadar koli prilagodite.",
|
|
39
|
+
discountTitle: "Pridobite svoj popust",
|
|
40
|
+
acceptButtonText: "Sprejmi",
|
|
41
|
+
declineButtonText: "Zavrni"
|
|
42
|
+
},
|
|
43
|
+
"action:offer_free_product": {
|
|
44
|
+
headerText: "Preden greste",
|
|
45
|
+
subheaderText: "Radi bi vam ponudili brezplačen izdelek, če se odločite nadaljevati z naročnino. Pogostost dostave lahko kadar koli prilagodite.",
|
|
46
|
+
acceptButtonText: "Sprejmi",
|
|
47
|
+
declineButtonText: "Zavrni",
|
|
48
|
+
freeGiftBadgeText: "Brezplačno darilo",
|
|
49
|
+
regularPriceLabel: "Redna cena"
|
|
50
|
+
},
|
|
51
|
+
"action:offer_swap_product": {
|
|
52
|
+
headerText: "Preizkusite drug izdelek",
|
|
53
|
+
subheaderText: "Ni vam treba ostati pri istem izdelku. Zamenjajte ga za kaj drugega in obdržite svoj popust.",
|
|
54
|
+
searchPlaceholder: "Iskanje izdelka",
|
|
55
|
+
acceptButtonText: "Potrdi",
|
|
56
|
+
declineButtonText: "Zavrni"
|
|
57
|
+
},
|
|
58
|
+
"action:offer_skip": {
|
|
59
|
+
headerText: "Preden greste",
|
|
60
|
+
subheaderText: "Preskočite naslednje naročilo namesto preklica in obdržite svoj popust!",
|
|
61
|
+
acceptButtonText: "Nadaljuj",
|
|
62
|
+
declineButtonText: "Zavrni"
|
|
63
|
+
},
|
|
64
|
+
"action:offer_renew": {
|
|
65
|
+
headerText: "Preden greste",
|
|
66
|
+
subheaderText: "Že porabljeno? Obnovite zdaj in prejmite dopolnitev čim prej!",
|
|
67
|
+
calloutLabel: "Odlično opravljeno",
|
|
68
|
+
acceptButtonText: "Sprejmi",
|
|
69
|
+
declineButtonText: "Zavrni"
|
|
70
|
+
},
|
|
71
|
+
"action:offer_selection": {
|
|
72
|
+
headerText: "Zakaj želite preklicati naročnino?",
|
|
73
|
+
subheaderText: "Vaše mnenje je pomembno! Pomagajte nam se izboljšati tako, da nam poveste glavni razlog za preklic naročnine",
|
|
74
|
+
acceptButtonText: "Sprejmi",
|
|
75
|
+
declineButtonText: "Zavrni"
|
|
76
|
+
},
|
|
77
|
+
"action:offer_change_frequency": {
|
|
78
|
+
headline: "Preden greste",
|
|
79
|
+
description: "Spremenite urnik dostave, da prispe točno takrat, ko ga potrebujete. Vsa naslednja naročila bodo temeljila na novi pogostosti.",
|
|
80
|
+
dropdownLabel: "Dostava vsakih",
|
|
81
|
+
acceptLabel: "Potrdi",
|
|
82
|
+
declineLabel: "Zavrni"
|
|
83
|
+
},
|
|
84
|
+
Login
|
|
85
|
+
};
|
|
86
|
+
export {
|
|
87
|
+
Login,
|
|
88
|
+
sl as default
|
|
89
|
+
};
|