@neko-os/rc-subscription 0.1.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/README.md +142 -0
- package/dist/config.js +5 -0
- package/dist/containers/SubscriptionHandler.js +75 -0
- package/dist/containers/SubscriptionRequired.js +11 -0
- package/dist/containers/SubscriptionRequiredCTA.js +37 -0
- package/dist/containers/paywall/Paywall.js +130 -0
- package/dist/containers/paywall/PaywallFeatures.js +42 -0
- package/dist/containers/paywall/PaywallFooter.js +16 -0
- package/dist/containers/paywall/PaywallHero.js +33 -0
- package/dist/containers/paywall/PaywallPlanCard.js +71 -0
- package/dist/containers/paywall/PaywallReturnIcon.js +8 -0
- package/dist/containers/paywall/_request/usePaywallActions.js +39 -0
- package/dist/index.js +6 -0
- package/dist/locales/cs.js +30 -0
- package/dist/locales/da.js +30 -0
- package/dist/locales/de.js +30 -0
- package/dist/locales/el.js +30 -0
- package/dist/locales/en.js +30 -0
- package/dist/locales/es.js +30 -0
- package/dist/locales/fi.js +30 -0
- package/dist/locales/fr.js +30 -0
- package/dist/locales/hi.js +30 -0
- package/dist/locales/hu.js +30 -0
- package/dist/locales/id.js +30 -0
- package/dist/locales/index.js +63 -0
- package/dist/locales/it.js +30 -0
- package/dist/locales/ja.js +30 -0
- package/dist/locales/ko.js +30 -0
- package/dist/locales/nl.js +30 -0
- package/dist/locales/no.js +30 -0
- package/dist/locales/pl.js +30 -0
- package/dist/locales/pt.js +30 -0
- package/dist/locales/ro.js +30 -0
- package/dist/locales/ru.js +30 -0
- package/dist/locales/sv.js +30 -0
- package/dist/locales/th.js +30 -0
- package/dist/locales/tr.js +30 -0
- package/dist/locales/uk.js +30 -0
- package/dist/locales/vi.js +30 -0
- package/dist/locales/zh.js +30 -0
- package/dist/views/active/ActiveSubscriptionView.js +51 -0
- package/package.json +53 -0
- package/src/config.js +5 -0
- package/src/containers/SubscriptionHandler.js +75 -0
- package/src/containers/SubscriptionRequired.js +11 -0
- package/src/containers/SubscriptionRequiredCTA.js +37 -0
- package/src/containers/paywall/Paywall.js +130 -0
- package/src/containers/paywall/PaywallFeatures.js +42 -0
- package/src/containers/paywall/PaywallFooter.js +16 -0
- package/src/containers/paywall/PaywallHero.js +33 -0
- package/src/containers/paywall/PaywallPlanCard.js +71 -0
- package/src/containers/paywall/PaywallReturnIcon.js +8 -0
- package/src/containers/paywall/_request/usePaywallActions.js +39 -0
- package/src/index.js +6 -0
- package/src/locales/cs.js +30 -0
- package/src/locales/da.js +30 -0
- package/src/locales/de.js +30 -0
- package/src/locales/el.js +30 -0
- package/src/locales/en.js +30 -0
- package/src/locales/es.js +30 -0
- package/src/locales/fi.js +30 -0
- package/src/locales/fr.js +30 -0
- package/src/locales/hi.js +30 -0
- package/src/locales/hu.js +30 -0
- package/src/locales/id.js +30 -0
- package/src/locales/index.js +63 -0
- package/src/locales/it.js +30 -0
- package/src/locales/ja.js +30 -0
- package/src/locales/ko.js +30 -0
- package/src/locales/nl.js +30 -0
- package/src/locales/no.js +30 -0
- package/src/locales/pl.js +30 -0
- package/src/locales/pt.js +30 -0
- package/src/locales/ro.js +30 -0
- package/src/locales/ru.js +30 -0
- package/src/locales/sv.js +30 -0
- package/src/locales/th.js +30 -0
- package/src/locales/tr.js +30 -0
- package/src/locales/uk.js +30 -0
- package/src/locales/vi.js +30 -0
- package/src/locales/zh.js +30 -0
- package/src/views/active/ActiveSubscriptionView.js +51 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionCS = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Predplatne'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Prejdi na Premium',
|
|
7
|
+
subtitle: 'Odemkni vsechny funkce',
|
|
8
|
+
cta: 'Pokracovat',
|
|
9
|
+
ctaTrial: 'Zahajit zkusebni obdobi',
|
|
10
|
+
restore: 'Obnovit nakupy',
|
|
11
|
+
monthly: 'Mesicne',
|
|
12
|
+
yearly: 'Rocne',
|
|
13
|
+
lifetime: 'Dozivotne',
|
|
14
|
+
perMonth: '{{price}}/mes.',
|
|
15
|
+
save: 'Usetri {{percent}} %',
|
|
16
|
+
freeTrial: '{{count}} dni zdarma',
|
|
17
|
+
free: 'Zdarma',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Odemknout plny pristup'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Predplatne',
|
|
25
|
+
plan: 'Plan',
|
|
26
|
+
expires: 'Vyprsi',
|
|
27
|
+
lifetime: 'Dozivotni pristup',
|
|
28
|
+
manage: 'Spravovat predplatne'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionDA = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Abonnement'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Bliv Premium',
|
|
7
|
+
subtitle: 'Las alle funktioner op',
|
|
8
|
+
cta: 'Fortsaet',
|
|
9
|
+
ctaTrial: 'Start gratis proveperiode',
|
|
10
|
+
restore: 'Gendan kob',
|
|
11
|
+
monthly: 'Manedligt',
|
|
12
|
+
yearly: 'Arligt',
|
|
13
|
+
lifetime: 'Livstid',
|
|
14
|
+
perMonth: '{{price}}/md.',
|
|
15
|
+
save: 'Spar {{percent}} %',
|
|
16
|
+
freeTrial: '{{count}} dage gratis',
|
|
17
|
+
free: 'Gratis',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Las fuld adgang op'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Abonnement',
|
|
25
|
+
plan: 'Plan',
|
|
26
|
+
expires: 'Udlober',
|
|
27
|
+
lifetime: 'Livstidsadgang',
|
|
28
|
+
manage: 'Administrer abonnement'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionDE = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Abonnement'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Premium holen',
|
|
7
|
+
subtitle: 'Alle Funktionen freischalten',
|
|
8
|
+
cta: 'Weiter',
|
|
9
|
+
ctaTrial: 'Kostenlos testen',
|
|
10
|
+
restore: 'Kaeufe wiederherstellen',
|
|
11
|
+
monthly: 'Monatlich',
|
|
12
|
+
yearly: 'Jaehrlich',
|
|
13
|
+
lifetime: 'Lebenslang',
|
|
14
|
+
perMonth: '{{price}}/Monat',
|
|
15
|
+
save: '{{percent}} % sparen',
|
|
16
|
+
freeTrial: '{{count}} Tage kostenlos',
|
|
17
|
+
free: 'Kostenlos',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Vollen Zugang freischalten'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Abonnement',
|
|
25
|
+
plan: 'Tarif',
|
|
26
|
+
expires: 'Laeuft ab',
|
|
27
|
+
lifetime: 'Lebenslanger Zugang',
|
|
28
|
+
manage: 'Abonnement verwalten'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionEL = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Syndromi'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Apokti to Premium',
|
|
7
|
+
subtitle: 'Xekleidose oles tis dynatotites',
|
|
8
|
+
cta: 'Synecheia',
|
|
9
|
+
ctaTrial: 'Enarxi dorean dokimis',
|
|
10
|
+
restore: 'Epanafora agoron',
|
|
11
|
+
monthly: 'Miniaia',
|
|
12
|
+
yearly: 'Etisia',
|
|
13
|
+
lifetime: 'Dia viou',
|
|
14
|
+
perMonth: '{{price}}/mina',
|
|
15
|
+
save: 'Exoikonomisi {{percent}}%',
|
|
16
|
+
freeTrial: '{{count}} imeres dorean',
|
|
17
|
+
free: 'Dorean',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Xekleidoma plirous prosvasis'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Syndromi',
|
|
25
|
+
plan: 'Plano',
|
|
26
|
+
expires: 'Ligei',
|
|
27
|
+
lifetime: 'Dia viou prosvasi',
|
|
28
|
+
manage: 'Diacheirisi syndromis'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionEN = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Subscription'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Unlock Full Access',
|
|
7
|
+
subtitle: 'Track your habits without limits',
|
|
8
|
+
cta: 'Continue',
|
|
9
|
+
ctaTrial: 'Start free trial',
|
|
10
|
+
restore: 'Restore purchases',
|
|
11
|
+
monthly: 'Monthly',
|
|
12
|
+
yearly: 'Yearly',
|
|
13
|
+
lifetime: 'Lifetime',
|
|
14
|
+
perMonth: '{{price}}/mo',
|
|
15
|
+
save: 'Save {{percent}}%',
|
|
16
|
+
freeTrial: '{{count}} days free',
|
|
17
|
+
free: 'Free',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Unlock full access'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Subscription',
|
|
25
|
+
plan: 'Plan',
|
|
26
|
+
expires: 'Expires',
|
|
27
|
+
lifetime: 'Lifetime access',
|
|
28
|
+
manage: 'Manage subscription'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionES = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Suscripcion'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Hazte Premium',
|
|
7
|
+
subtitle: 'Desbloquea todas las funciones',
|
|
8
|
+
cta: 'Continuar',
|
|
9
|
+
ctaTrial: 'Iniciar prueba gratuita',
|
|
10
|
+
restore: 'Restaurar compras',
|
|
11
|
+
monthly: 'Mensual',
|
|
12
|
+
yearly: 'Anual',
|
|
13
|
+
lifetime: 'De por vida',
|
|
14
|
+
perMonth: '{{price}}/mes',
|
|
15
|
+
save: 'Ahorra {{percent}} %',
|
|
16
|
+
freeTrial: '{{count}} dias gratis',
|
|
17
|
+
free: 'Gratis',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Desbloquear acceso completo'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Suscripcion',
|
|
25
|
+
plan: 'Plan',
|
|
26
|
+
expires: 'Expira',
|
|
27
|
+
lifetime: 'Acceso de por vida',
|
|
28
|
+
manage: 'Gestionar suscripcion'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionFI = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Tilaus'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Hanki Premium',
|
|
7
|
+
subtitle: 'Avaa kaikki ominaisuudet',
|
|
8
|
+
cta: 'Jatka',
|
|
9
|
+
ctaTrial: 'Aloita ilmainen kokeilu',
|
|
10
|
+
restore: 'Palauta ostokset',
|
|
11
|
+
monthly: 'Kuukausittain',
|
|
12
|
+
yearly: 'Vuosittain',
|
|
13
|
+
lifetime: 'Elinaika',
|
|
14
|
+
perMonth: '{{price}}/kk',
|
|
15
|
+
save: 'Saaesta {{percent}} %',
|
|
16
|
+
freeTrial: '{{count}} paeivaea ilmaiseksi',
|
|
17
|
+
free: 'Ilmainen',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Avaa taeysi paeaesy'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Tilaus',
|
|
25
|
+
plan: 'Paketti',
|
|
26
|
+
expires: 'Paeattyy',
|
|
27
|
+
lifetime: 'Elinikaeinen paeaesy',
|
|
28
|
+
manage: 'Hallitse tilausta'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionFR = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Abonnement'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Passer Premium',
|
|
7
|
+
subtitle: 'Debloquer toutes les fonctionnalites',
|
|
8
|
+
cta: 'Continuer',
|
|
9
|
+
ctaTrial: 'Demarrer l\'essai gratuit',
|
|
10
|
+
restore: 'Restaurer les achats',
|
|
11
|
+
monthly: 'Mensuel',
|
|
12
|
+
yearly: 'Annuel',
|
|
13
|
+
lifetime: 'A vie',
|
|
14
|
+
perMonth: '{{price}}/mois',
|
|
15
|
+
save: 'Economisez {{percent}} %',
|
|
16
|
+
freeTrial: '{{count}} jours gratuits',
|
|
17
|
+
free: 'Gratuit',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Debloquer l\'acces complet'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Abonnement',
|
|
25
|
+
plan: 'Forfait',
|
|
26
|
+
expires: 'Expire',
|
|
27
|
+
lifetime: 'Acces a vie',
|
|
28
|
+
manage: 'Gerer l\'abonnement'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionHI = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Sadasayata'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Premium paaen',
|
|
7
|
+
subtitle: 'Sabhee suvidhaen kholeen',
|
|
8
|
+
cta: 'Jaree rakhen',
|
|
9
|
+
ctaTrial: 'Nishulk pareekshan shuru karen',
|
|
10
|
+
restore: 'Khareedaaree punastaapeet karen',
|
|
11
|
+
monthly: 'Maaseek',
|
|
12
|
+
yearly: 'Vaarshik',
|
|
13
|
+
lifetime: 'Aajeevon',
|
|
14
|
+
perMonth: '{{price}}/mahina',
|
|
15
|
+
save: '{{percent}}% bachaen',
|
|
16
|
+
freeTrial: '{{count}} din nishulk',
|
|
17
|
+
free: 'Nishulk',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Poorn pahunch kholeen'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Sadasayata',
|
|
25
|
+
plan: 'Yojana',
|
|
26
|
+
expires: 'Samaapt hota hai',
|
|
27
|
+
lifetime: 'Aajeevon pahunch',
|
|
28
|
+
manage: 'Sadasayata prabandheit karen'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionHU = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Elofizetes'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Valts Premiumra',
|
|
7
|
+
subtitle: 'Minden funkcio feloldasa',
|
|
8
|
+
cta: 'Folytatas',
|
|
9
|
+
ctaTrial: 'Ingyenes proba inditasa',
|
|
10
|
+
restore: 'Vasarlasok visszaallitasa',
|
|
11
|
+
monthly: 'Havi',
|
|
12
|
+
yearly: 'Eves',
|
|
13
|
+
lifetime: 'Elettartam',
|
|
14
|
+
perMonth: '{{price}}/ho',
|
|
15
|
+
save: '{{percent}}% megtakaritas',
|
|
16
|
+
freeTrial: '{{count}} nap ingyenes',
|
|
17
|
+
free: 'Ingyenes',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Teljes hozzaferes feloldasa'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Elofizetes',
|
|
25
|
+
plan: 'Csomag',
|
|
26
|
+
expires: 'Lejar',
|
|
27
|
+
lifetime: 'Elettartam hozzaferes',
|
|
28
|
+
manage: 'Elofizetes kezelese'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionID = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Langganan'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Jadi Premium',
|
|
7
|
+
subtitle: 'Buka semua fitur',
|
|
8
|
+
cta: 'Lanjutkan',
|
|
9
|
+
ctaTrial: 'Mulai uji coba gratis',
|
|
10
|
+
restore: 'Pulihkan pembelian',
|
|
11
|
+
monthly: 'Bulanan',
|
|
12
|
+
yearly: 'Tahunan',
|
|
13
|
+
lifetime: 'Seumur hidup',
|
|
14
|
+
perMonth: '{{price}}/bln',
|
|
15
|
+
save: 'Hemat {{percent}}%',
|
|
16
|
+
freeTrial: '{{count}} hari gratis',
|
|
17
|
+
free: 'Gratis',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Buka akses penuh'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Langganan',
|
|
25
|
+
plan: 'Paket',
|
|
26
|
+
expires: 'Berakhir',
|
|
27
|
+
lifetime: 'Akses seumur hidup',
|
|
28
|
+
manage: 'Kelola langganan'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
function _slicedToArray(r, e) {return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();}function _nonIterableRest() {throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(r, a) {if (r) {if ("string" == typeof r) return _arrayLikeToArray(r, a);var t = {}.toString.call(r).slice(8, -1);return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;}}function _arrayLikeToArray(r, a) {(null == a || a > r.length) && (a = r.length);for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];return n;}function _iterableToArrayLimit(r, l) {var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];if (null != t) {var e,n,i,u,a = [],f = !0,o = !1;try {if (i = (t = t.call(r)).next, 0 === l) {if (Object(t) !== t) return;f = !1;} else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);} catch (r) {o = !0, n = r;} finally {try {if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;} finally {if (o) throw n;}}return a;}}function _arrayWithHoles(r) {if (Array.isArray(r)) return r;}import { subscriptionCS } from "./cs";
|
|
2
|
+
import { subscriptionDA } from "./da";
|
|
3
|
+
import { subscriptionDE } from "./de";
|
|
4
|
+
import { subscriptionEL } from "./el";
|
|
5
|
+
import { subscriptionEN } from "./en";
|
|
6
|
+
import { subscriptionES } from "./es";
|
|
7
|
+
import { subscriptionFI } from "./fi";
|
|
8
|
+
import { subscriptionFR } from "./fr";
|
|
9
|
+
import { subscriptionHI } from "./hi";
|
|
10
|
+
import { subscriptionHU } from "./hu";
|
|
11
|
+
import { subscriptionID } from "./id";
|
|
12
|
+
import { subscriptionIT } from "./it";
|
|
13
|
+
import { subscriptionJA } from "./ja";
|
|
14
|
+
import { subscriptionKO } from "./ko";
|
|
15
|
+
import { subscriptionNL } from "./nl";
|
|
16
|
+
import { subscriptionNO } from "./no";
|
|
17
|
+
import { subscriptionPL } from "./pl";
|
|
18
|
+
import { subscriptionPT } from "./pt";
|
|
19
|
+
import { subscriptionRO } from "./ro";
|
|
20
|
+
import { subscriptionRU } from "./ru";
|
|
21
|
+
import { subscriptionSV } from "./sv";
|
|
22
|
+
import { subscriptionTH } from "./th";
|
|
23
|
+
import { subscriptionTR } from "./tr";
|
|
24
|
+
import { subscriptionUK } from "./uk";
|
|
25
|
+
import { subscriptionVI } from "./vi";
|
|
26
|
+
import { subscriptionZH } from "./zh";
|
|
27
|
+
|
|
28
|
+
var locales = {
|
|
29
|
+
cs: subscriptionCS,
|
|
30
|
+
da: subscriptionDA,
|
|
31
|
+
de: subscriptionDE,
|
|
32
|
+
el: subscriptionEL,
|
|
33
|
+
en: subscriptionEN,
|
|
34
|
+
es: subscriptionES,
|
|
35
|
+
fi: subscriptionFI,
|
|
36
|
+
fr: subscriptionFR,
|
|
37
|
+
hi: subscriptionHI,
|
|
38
|
+
hu: subscriptionHU,
|
|
39
|
+
id: subscriptionID,
|
|
40
|
+
it: subscriptionIT,
|
|
41
|
+
ja: subscriptionJA,
|
|
42
|
+
ko: subscriptionKO,
|
|
43
|
+
nl: subscriptionNL,
|
|
44
|
+
no: subscriptionNO,
|
|
45
|
+
pl: subscriptionPL,
|
|
46
|
+
pt: subscriptionPT,
|
|
47
|
+
ro: subscriptionRO,
|
|
48
|
+
ru: subscriptionRU,
|
|
49
|
+
sv: subscriptionSV,
|
|
50
|
+
th: subscriptionTH,
|
|
51
|
+
tr: subscriptionTR,
|
|
52
|
+
uk: subscriptionUK,
|
|
53
|
+
vi: subscriptionVI,
|
|
54
|
+
zh: subscriptionZH
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
export function registerSubscriptionLocales(i18n) {
|
|
58
|
+
Object.entries(locales).forEach(function (_ref) {var _ref2 = _slicedToArray(_ref, 2),lang = _ref2[0],data = _ref2[1];
|
|
59
|
+
if (i18n.resources[lang]) {
|
|
60
|
+
i18n.addResources(lang, 'subscription', data);
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionIT = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Abbonamento'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Passa a Premium',
|
|
7
|
+
subtitle: 'Sblocca tutte le funzionalita',
|
|
8
|
+
cta: 'Continua',
|
|
9
|
+
ctaTrial: 'Inizia la prova gratuita',
|
|
10
|
+
restore: 'Ripristina acquisti',
|
|
11
|
+
monthly: 'Mensile',
|
|
12
|
+
yearly: 'Annuale',
|
|
13
|
+
lifetime: 'A vita',
|
|
14
|
+
perMonth: '{{price}}/mese',
|
|
15
|
+
save: 'Risparmia {{percent}}%',
|
|
16
|
+
freeTrial: '{{count}} giorni gratis',
|
|
17
|
+
free: 'Gratis',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Sblocca accesso completo'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Abbonamento',
|
|
25
|
+
plan: 'Piano',
|
|
26
|
+
expires: 'Scade',
|
|
27
|
+
lifetime: 'Accesso a vita',
|
|
28
|
+
manage: 'Gestisci abbonamento'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionJA = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'サブスクリプション'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'プレミアムにする',
|
|
7
|
+
subtitle: 'すべての機能を解放',
|
|
8
|
+
cta: '続ける',
|
|
9
|
+
ctaTrial: '無料トライアルを開始',
|
|
10
|
+
restore: '購入を復元',
|
|
11
|
+
monthly: '月額',
|
|
12
|
+
yearly: '年額',
|
|
13
|
+
lifetime: '買い切り',
|
|
14
|
+
perMonth: '{{price}}/月',
|
|
15
|
+
save: '{{percent}}%お得',
|
|
16
|
+
freeTrial: '{{count}}日間無料',
|
|
17
|
+
free: '無料',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'フルアクセスを解放'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'サブスクリプション',
|
|
25
|
+
plan: 'プラン',
|
|
26
|
+
expires: '有効期限',
|
|
27
|
+
lifetime: '永久アクセス',
|
|
28
|
+
manage: 'サブスクリプションを管理'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionKO = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: '구독'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: '프리미엄으로 전환',
|
|
7
|
+
subtitle: '모든 기능 잠금 해제',
|
|
8
|
+
cta: '계속',
|
|
9
|
+
ctaTrial: '무료 체험 시작',
|
|
10
|
+
restore: '구매 복원',
|
|
11
|
+
monthly: '월간',
|
|
12
|
+
yearly: '연간',
|
|
13
|
+
lifetime: '평생',
|
|
14
|
+
perMonth: '{{price}}/월',
|
|
15
|
+
save: '{{percent}}% 절약',
|
|
16
|
+
freeTrial: '{{count}}일 무료',
|
|
17
|
+
free: '무료',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: '전체 액세스 잠금 해제'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: '구독',
|
|
25
|
+
plan: '요금제',
|
|
26
|
+
expires: '만료',
|
|
27
|
+
lifetime: '평생 액세스',
|
|
28
|
+
manage: '구독 관리'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionNL = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Abonnement'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Ga Premium',
|
|
7
|
+
subtitle: 'Ontgrendel alle functies',
|
|
8
|
+
cta: 'Doorgaan',
|
|
9
|
+
ctaTrial: 'Start gratis proefperiode',
|
|
10
|
+
restore: 'Aankopen herstellen',
|
|
11
|
+
monthly: 'Maandelijks',
|
|
12
|
+
yearly: 'Jaarlijks',
|
|
13
|
+
lifetime: 'Levenslang',
|
|
14
|
+
perMonth: '{{price}}/mnd',
|
|
15
|
+
save: 'Bespaar {{percent}}%',
|
|
16
|
+
freeTrial: '{{count}} dagen gratis',
|
|
17
|
+
free: 'Gratis',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Ontgrendel volledige toegang'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Abonnement',
|
|
25
|
+
plan: 'Plan',
|
|
26
|
+
expires: 'Verloopt',
|
|
27
|
+
lifetime: 'Levenslange toegang',
|
|
28
|
+
manage: 'Abonnement beheren'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionNO = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Abonnement'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Bli Premium',
|
|
7
|
+
subtitle: 'Lås opp alle funksjoner',
|
|
8
|
+
cta: 'Fortsett',
|
|
9
|
+
ctaTrial: 'Start gratis prøveperiode',
|
|
10
|
+
restore: 'Gjenopprett kjøp',
|
|
11
|
+
monthly: 'Månedlig',
|
|
12
|
+
yearly: 'Årlig',
|
|
13
|
+
lifetime: 'Livstid',
|
|
14
|
+
perMonth: '{{price}}/mnd',
|
|
15
|
+
save: 'Spar {{percent}}%',
|
|
16
|
+
freeTrial: '{{count}} dager gratis',
|
|
17
|
+
free: 'Gratis',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Lås opp full tilgang'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Abonnement',
|
|
25
|
+
plan: 'Plan',
|
|
26
|
+
expires: 'Utløper',
|
|
27
|
+
lifetime: 'Livstidstilgang',
|
|
28
|
+
manage: 'Administrer abonnement'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionPL = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Subskrypcja'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Przejdź na Premium',
|
|
7
|
+
subtitle: 'Odblokuj wszystkie funkcje',
|
|
8
|
+
cta: 'Kontynuuj',
|
|
9
|
+
ctaTrial: 'Rozpocznij bezpłatny okres próbny',
|
|
10
|
+
restore: 'Przywróć zakupy',
|
|
11
|
+
monthly: 'Miesięcznie',
|
|
12
|
+
yearly: 'Rocznie',
|
|
13
|
+
lifetime: 'Dożywotnio',
|
|
14
|
+
perMonth: '{{price}}/mies.',
|
|
15
|
+
save: 'Oszczędź {{percent}}%',
|
|
16
|
+
freeTrial: '{{count}} dni za darmo',
|
|
17
|
+
free: 'Bezpłatny',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Odblokuj pełny dostęp'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Subskrypcja',
|
|
25
|
+
plan: 'Plan',
|
|
26
|
+
expires: 'Wygasa',
|
|
27
|
+
lifetime: 'Dostęp dożywotni',
|
|
28
|
+
manage: 'Zarządzaj subskrypcją'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionPT = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Assinatura'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Seja Premium',
|
|
7
|
+
subtitle: 'Desbloqueie todos os recursos',
|
|
8
|
+
cta: 'Continuar',
|
|
9
|
+
ctaTrial: 'Iniciar teste gratuito',
|
|
10
|
+
restore: 'Restaurar compras',
|
|
11
|
+
monthly: 'Mensal',
|
|
12
|
+
yearly: 'Anual',
|
|
13
|
+
lifetime: 'Vitalício',
|
|
14
|
+
perMonth: '{{price}}/mês',
|
|
15
|
+
save: 'Economize {{percent}}%',
|
|
16
|
+
freeTrial: '{{count}} dias grátis',
|
|
17
|
+
free: 'Grátis',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Desbloquear acesso completo'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Assinatura',
|
|
25
|
+
plan: 'Plano',
|
|
26
|
+
expires: 'Expira',
|
|
27
|
+
lifetime: 'Acesso vitalício',
|
|
28
|
+
manage: 'Gerenciar assinatura'
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var subscriptionRO = {
|
|
2
|
+
settings: {
|
|
3
|
+
linkLabel: 'Abonament'
|
|
4
|
+
},
|
|
5
|
+
paywall: {
|
|
6
|
+
title: 'Treci la Premium',
|
|
7
|
+
subtitle: 'Deblochează toate funcțiile',
|
|
8
|
+
cta: 'Continuă',
|
|
9
|
+
ctaTrial: 'Începe perioada de probă gratuită',
|
|
10
|
+
restore: 'Restaurează achizițiile',
|
|
11
|
+
monthly: 'Lunar',
|
|
12
|
+
yearly: 'Anual',
|
|
13
|
+
lifetime: 'Pe viață',
|
|
14
|
+
perMonth: '{{price}}/lună',
|
|
15
|
+
save: 'Economisești {{percent}}%',
|
|
16
|
+
freeTrial: '{{count}} zile gratuit',
|
|
17
|
+
free: 'Gratuit',
|
|
18
|
+
pro: 'Pro'
|
|
19
|
+
},
|
|
20
|
+
cta: {
|
|
21
|
+
unlock: 'Deblochează accesul complet'
|
|
22
|
+
},
|
|
23
|
+
active: {
|
|
24
|
+
title: 'Abonament',
|
|
25
|
+
plan: 'Plan',
|
|
26
|
+
expires: 'Expiră',
|
|
27
|
+
lifetime: 'Acces pe viață',
|
|
28
|
+
manage: 'Gestionează abonamentul'
|
|
29
|
+
}
|
|
30
|
+
};
|