ui.shipaid.com 0.3.140 → 0.3.142

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.
@@ -9,6 +9,22 @@ const actions = {
9
9
  remove: "Entfernen",
10
10
  loading: "Lädt..."
11
11
  };
12
+ const plus = {
13
+ benefits: {
14
+ title: "Vorteile:",
15
+ "protected": "Geschützt: Liefergarantie bei Verlust, Diebstahl oder Beschädigung",
16
+ "free-gift": "Gratisgeschenk: 5 $ Spende an eine Wohltätigkeitsorganisation Ihrer Wahl, kostenlos",
17
+ tree: "Baum gepflanzt: Bei jeder Bestellung wird ein Baum in Ihrem Namen gepflanzt"
18
+ },
19
+ "see-details": "Details ansehen",
20
+ "learn-more": "Mehr erfahren",
21
+ suffix: {
22
+ "free-gift": " | Gratisgeschenk",
23
+ tree: " | Baum gepflanzt",
24
+ "no-gift": ", kein Geschenk",
25
+ "with-free-gift": "& Gratisgeschenk"
26
+ }
27
+ };
12
28
  const de = {
13
29
  loading,
14
30
  title,
@@ -35,11 +51,39 @@ const de = {
35
51
  reforestation: "Wiederaufforstung"
36
52
  }
37
53
  },
54
+ plus,
38
55
  "checkout-plus": {
39
56
  title: "Liefergarantie",
40
57
  checkout: "ZUR KASSE",
41
58
  "checkout-title": "Zur Kasse",
42
- "continue": "Zur Kasse - nicht geschützt"
59
+ "continue": "Zur Kasse - nicht geschützt",
60
+ labels: {
61
+ cta: "Checkout+",
62
+ "protected": "Geschützt"
63
+ },
64
+ buttons: {
65
+ primary: "CHECKOUT+ Geschützt",
66
+ secondary: "Zur Kasse",
67
+ "continue-without": "Ohne Liefergarantie fortfahren"
68
+ },
69
+ aria: {
70
+ shipping: "Versandschutz"
71
+ }
72
+ },
73
+ "add-cart-plus": {
74
+ labels: {
75
+ cta: "In den Warenkorb+",
76
+ "protected": "Geschützt"
77
+ },
78
+ buttons: {
79
+ primary: "In den Warenkorb + Versandschutz",
80
+ "primary-protected": "IN DEN WARENKORB+ Geschützt",
81
+ loading: "Wird hinzugefügt...",
82
+ "not-protected": "In den Warenkorb — nicht geschützt"
83
+ },
84
+ aria: {
85
+ shipping: "Versandschutz"
86
+ }
43
87
  },
44
88
  "impact-activated": {
45
89
  title: "Schutz",
@@ -55,5 +99,6 @@ export {
55
99
  description,
56
100
  footer,
57
101
  loading,
102
+ plus,
58
103
  title
59
104
  };
@@ -9,6 +9,22 @@ const actions = {
9
9
  remove: "Eliminar",
10
10
  loading: "Cargando..."
11
11
  };
12
+ const plus = {
13
+ benefits: {
14
+ title: "Beneficios:",
15
+ "protected": "Protegido: garantía de entrega contra pérdida, robo o daño",
16
+ "free-gift": "Regalo: donación de $5 a la organización benéfica de tu elección, sin costo",
17
+ tree: "Árbol plantado: un árbol plantado a tu nombre con cada pedido"
18
+ },
19
+ "see-details": "Ver detalles",
20
+ "learn-more": "Más información",
21
+ suffix: {
22
+ "free-gift": " | Regalo",
23
+ tree: " | Árbol plantado",
24
+ "no-gift": ", sin regalo",
25
+ "with-free-gift": "& Regalo"
26
+ }
27
+ };
12
28
  const es = {
13
29
  loading,
14
30
  title,
@@ -34,11 +50,39 @@ const es = {
34
50
  reforestation: "Reforestación"
35
51
  }
36
52
  },
53
+ plus,
37
54
  "checkout-plus": {
38
55
  title: "Garantía de entrega",
39
56
  checkout: "PAGAR",
40
57
  "checkout-title": "Pagar",
41
- "continue": "Pagar - sin protección"
58
+ "continue": "Pagar - sin protección",
59
+ labels: {
60
+ cta: "Checkout+",
61
+ "protected": "Protegido"
62
+ },
63
+ buttons: {
64
+ primary: "CHECKOUT+ Protegido",
65
+ secondary: "Pagar",
66
+ "continue-without": "Continuar sin garantía de entrega"
67
+ },
68
+ aria: {
69
+ shipping: "Protección de envío"
70
+ }
71
+ },
72
+ "add-cart-plus": {
73
+ labels: {
74
+ cta: "Agregar al carrito+",
75
+ "protected": "Protegido"
76
+ },
77
+ buttons: {
78
+ primary: "Agregar al carrito + protección de envío",
79
+ "primary-protected": "AGREGAR AL CARRITO+ Protegido",
80
+ loading: "Agregando...",
81
+ "not-protected": "Agregar al carrito — sin protección"
82
+ },
83
+ aria: {
84
+ shipping: "Protección de envío"
85
+ }
42
86
  },
43
87
  "impact-activated": {
44
88
  title: "Protección",
@@ -54,5 +98,6 @@ export {
54
98
  description,
55
99
  footer,
56
100
  loading,
101
+ plus,
57
102
  title
58
103
  };
@@ -9,6 +9,22 @@ const actions = {
9
9
  remove: "Retirer",
10
10
  loading: "Chargement..."
11
11
  };
12
+ const plus = {
13
+ benefits: {
14
+ title: "Avantages :",
15
+ "protected": "Protégé : garantie de livraison contre la perte, le vol ou les dommages",
16
+ "free-gift": "Cadeau gratuit : don de 5 $ à l'association de votre choix, offert",
17
+ tree: "Arbre planté : un arbre planté en votre nom à chaque commande"
18
+ },
19
+ "see-details": "Voir les détails",
20
+ "learn-more": "En savoir plus",
21
+ suffix: {
22
+ "free-gift": " | Cadeau gratuit",
23
+ tree: " | Arbre planté",
24
+ "no-gift": ", sans cadeau",
25
+ "with-free-gift": "& Cadeau gratuit"
26
+ }
27
+ };
12
28
  const fr = {
13
29
  loading,
14
30
  title,
@@ -35,11 +51,39 @@ const fr = {
35
51
  reforestation: "Reforestation"
36
52
  }
37
53
  },
54
+ plus,
38
55
  "checkout-plus": {
39
56
  title: "Garantie de livraison",
40
57
  checkout: "PAYER",
41
58
  "checkout-title": "Paiement",
42
- "continue": "Payer - non protégé"
59
+ "continue": "Payer - non protégé",
60
+ labels: {
61
+ cta: "Checkout+",
62
+ "protected": "Protégé"
63
+ },
64
+ buttons: {
65
+ primary: "CHECKOUT+ Protégé",
66
+ secondary: "Paiement",
67
+ "continue-without": "Continuer sans garantie de livraison"
68
+ },
69
+ aria: {
70
+ shipping: "Protection d'expédition"
71
+ }
72
+ },
73
+ "add-cart-plus": {
74
+ labels: {
75
+ cta: "Ajouter au panier+",
76
+ "protected": "Protégé"
77
+ },
78
+ buttons: {
79
+ primary: "Ajouter au panier + protection d'expédition",
80
+ "primary-protected": "AJOUTER AU PANIER+ Protégé",
81
+ loading: "Ajout en cours...",
82
+ "not-protected": "Ajouter au panier — non protégé"
83
+ },
84
+ aria: {
85
+ shipping: "Protection d'expédition"
86
+ }
43
87
  },
44
88
  "impact-activated": {
45
89
  title: "Protection",
@@ -55,5 +99,6 @@ export {
55
99
  description,
56
100
  footer,
57
101
  loading,
102
+ plus,
58
103
  title
59
104
  };
@@ -9,6 +9,22 @@ const actions = {
9
9
  remove: "Rimuovere",
10
10
  loading: "Caricamento ..."
11
11
  };
12
+ const plus = {
13
+ benefits: {
14
+ title: "Vantaggi:",
15
+ "protected": "Protetto: garanzia di consegna contro perdita, furto o danni",
16
+ "free-gift": "Regalo gratuito: donazione di 5 $ all'ente benefico che preferisci, a costo zero",
17
+ tree: "Albero piantato: un albero piantato a tuo nome con ogni ordine"
18
+ },
19
+ "see-details": "Vedi dettagli",
20
+ "learn-more": "Scopri di più",
21
+ suffix: {
22
+ "free-gift": " | Regalo gratuito",
23
+ tree: " | Albero piantato",
24
+ "no-gift": ", senza regalo",
25
+ "with-free-gift": "& Regalo gratuito"
26
+ }
27
+ };
12
28
  const it = {
13
29
  loading,
14
30
  title,
@@ -35,11 +51,39 @@ const it = {
35
51
  reforestation: "Riforestazione"
36
52
  }
37
53
  },
54
+ plus,
38
55
  "checkout-plus": {
39
56
  title: "Garanzia di consegna",
40
57
  checkout: "PAGARE",
41
58
  "checkout-title": "Pagare",
42
- "continue": "Pagare - non protetto"
59
+ "continue": "Pagare - non protetto",
60
+ labels: {
61
+ cta: "Checkout+",
62
+ "protected": "Protetto"
63
+ },
64
+ buttons: {
65
+ primary: "CHECKOUT+ Protetto",
66
+ secondary: "Pagare",
67
+ "continue-without": "Continua senza garanzia di consegna"
68
+ },
69
+ aria: {
70
+ shipping: "Protezione di spedizione"
71
+ }
72
+ },
73
+ "add-cart-plus": {
74
+ labels: {
75
+ cta: "Aggiungi al carrello+",
76
+ "protected": "Protetto"
77
+ },
78
+ buttons: {
79
+ primary: "Aggiungi al carrello + protezione di spedizione",
80
+ "primary-protected": "AGGIUNGI AL CARRELLO+ Protetto",
81
+ loading: "Aggiunta in corso...",
82
+ "not-protected": "Aggiungi al carrello — non protetto"
83
+ },
84
+ aria: {
85
+ shipping: "Protezione di spedizione"
86
+ }
43
87
  },
44
88
  "impact-activated": {
45
89
  title: "Protezione",
@@ -55,5 +99,6 @@ export {
55
99
  description,
56
100
  footer,
57
101
  loading,
102
+ plus,
58
103
  title
59
104
  };
@@ -9,6 +9,22 @@ const actions = {
9
9
  remove: "Verwijderen",
10
10
  loading: "Bezig met laden..."
11
11
  };
12
+ const plus = {
13
+ benefits: {
14
+ title: "Voordelen:",
15
+ "protected": "Beschermd: bezorggarantie tegen verlies, diefstal of schade",
16
+ "free-gift": "Gratis cadeau: $5-donatie aan een goed doel naar keuze, kosteloos",
17
+ tree: "Boom geplant: bij elke bestelling wordt er een boom op jouw naam geplant"
18
+ },
19
+ "see-details": "Bekijk details",
20
+ "learn-more": "Meer weten",
21
+ suffix: {
22
+ "free-gift": " | Gratis cadeau",
23
+ tree: " | Boom geplant",
24
+ "no-gift": ", geen cadeau",
25
+ "with-free-gift": "& Gratis cadeau"
26
+ }
27
+ };
12
28
  const nl = {
13
29
  loading,
14
30
  title,
@@ -34,11 +50,39 @@ const nl = {
34
50
  reforestation: "Herbebossing"
35
51
  }
36
52
  },
53
+ plus,
37
54
  "checkout-plus": {
38
55
  title: "Bezorggarantie",
39
56
  checkout: "AFREKENEN",
40
57
  "checkout-title": "Afrekenen",
41
- "continue": "Afrekenen - niet beschermd"
58
+ "continue": "Afrekenen - niet beschermd",
59
+ labels: {
60
+ cta: "Checkout+",
61
+ "protected": "Beschermd"
62
+ },
63
+ buttons: {
64
+ primary: "CHECKOUT+ Beschermd",
65
+ secondary: "Afrekenen",
66
+ "continue-without": "Doorgaan zonder bezorggarantie"
67
+ },
68
+ aria: {
69
+ shipping: "Verzendbescherming"
70
+ }
71
+ },
72
+ "add-cart-plus": {
73
+ labels: {
74
+ cta: "In winkelwagen+",
75
+ "protected": "Beschermd"
76
+ },
77
+ buttons: {
78
+ primary: "Toevoegen aan winkelwagen + verzendbescherming",
79
+ "primary-protected": "IN WINKELWAGEN+ Beschermd",
80
+ loading: "Bezig met toevoegen...",
81
+ "not-protected": "Toevoegen aan winkelwagen — niet beschermd"
82
+ },
83
+ aria: {
84
+ shipping: "Verzendbescherming"
85
+ }
42
86
  },
43
87
  "impact-activated": {
44
88
  title: "Bescherming",
@@ -54,5 +98,6 @@ export {
54
98
  description,
55
99
  footer,
56
100
  loading,
101
+ plus,
57
102
  title
58
103
  };
@@ -9,6 +9,22 @@ const actions = {
9
9
  remove: "Remover",
10
10
  loading: "Carregando..."
11
11
  };
12
+ const plus = {
13
+ benefits: {
14
+ title: "Benefícios:",
15
+ "protected": "Protegido: garantia de entrega contra perda, roubo ou dano",
16
+ "free-gift": "Brinde: doação de US$ 5 para uma instituição escolhida por você, sem custo",
17
+ tree: "Árvore plantada: uma árvore plantada em seu nome a cada pedido"
18
+ },
19
+ "see-details": "Ver detalhes",
20
+ "learn-more": "Saiba mais",
21
+ suffix: {
22
+ "free-gift": " | Brinde",
23
+ tree: " | Árvore plantada",
24
+ "no-gift": ", sem brinde",
25
+ "with-free-gift": "& Brinde"
26
+ }
27
+ };
12
28
  const pt = {
13
29
  loading,
14
30
  title,
@@ -35,11 +51,39 @@ const pt = {
35
51
  reforestation: "Reflorestamento"
36
52
  }
37
53
  },
54
+ plus,
38
55
  "checkout-plus": {
39
56
  title: "Delivery Guarantee",
40
57
  checkout: "CHECKOUT",
41
58
  "checkout-title": "Checkout",
42
- "continue": "Checkout- not protected"
59
+ "continue": "Checkout- not protected",
60
+ labels: {
61
+ cta: "Checkout+",
62
+ "protected": "Protegido"
63
+ },
64
+ buttons: {
65
+ primary: "CHECKOUT+ Protegido",
66
+ secondary: "Checkout",
67
+ "continue-without": "Continuar sem garantia de entrega"
68
+ },
69
+ aria: {
70
+ shipping: "Proteção de envio"
71
+ }
72
+ },
73
+ "add-cart-plus": {
74
+ labels: {
75
+ cta: "Adicionar ao carrinho+",
76
+ "protected": "Protegido"
77
+ },
78
+ buttons: {
79
+ primary: "Adicionar ao carrinho + proteção de envio",
80
+ "primary-protected": "ADICIONAR AO CARRINHO+ Protegido",
81
+ loading: "Adicionando...",
82
+ "not-protected": "Adicionar ao carrinho — sem proteção"
83
+ },
84
+ aria: {
85
+ shipping: "Proteção de envio"
86
+ }
43
87
  },
44
88
  "impact-activated": {
45
89
  title: "Protection",
@@ -55,5 +99,6 @@ export {
55
99
  description,
56
100
  footer,
57
101
  loading,
102
+ plus,
58
103
  title
59
104
  };