lorgg-v2-components 0.2.2 → 0.2.3
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/components/setup/i18n.d.ts +523 -0
- package/dist/components/setup/locales/de.d.ts +40 -0
- package/dist/components/setup/locales/de.d.ts.map +1 -1
- package/dist/components/setup/locales/en.d.ts +43 -0
- package/dist/components/setup/locales/en.d.ts.map +1 -1
- package/dist/components/setup/locales/es.d.ts +40 -0
- package/dist/components/setup/locales/es.d.ts.map +1 -1
- package/dist/components/setup/locales/fr.d.ts +40 -0
- package/dist/components/setup/locales/fr.d.ts.map +1 -1
- package/dist/components/setup/locales/it.d.ts +40 -0
- package/dist/components/setup/locales/it.d.ts.map +1 -1
- package/dist/components/setup/locales/ja.d.ts +40 -0
- package/dist/components/setup/locales/ja.d.ts.map +1 -1
- package/dist/components/setup/locales/ko.d.ts +40 -0
- package/dist/components/setup/locales/ko.d.ts.map +1 -1
- package/dist/components/setup/locales/pl.d.ts +40 -0
- package/dist/components/setup/locales/pl.d.ts.map +1 -1
- package/dist/components/setup/locales/pt.d.ts +40 -0
- package/dist/components/setup/locales/pt.d.ts.map +1 -1
- package/dist/components/setup/locales/ru.d.ts +40 -0
- package/dist/components/setup/locales/ru.d.ts.map +1 -1
- package/dist/components/setup/locales/th.d.ts +40 -0
- package/dist/components/setup/locales/th.d.ts.map +1 -1
- package/dist/components/setup/locales/tr.d.ts +40 -0
- package/dist/components/setup/locales/tr.d.ts.map +1 -1
- package/dist/components/setup/locales/zh.d.ts +40 -0
- package/dist/components/setup/locales/zh.d.ts.map +1 -1
- package/dist/lorgg-components.cjs.js +47 -47
- package/dist/lorgg-components.es.js +967 -444
- package/dist/lorgg-components.umd.js +13 -13
- package/package.json +1 -1
|
@@ -379,5 +379,45 @@ declare const _default: {
|
|
|
379
379
|
buyPremium: string;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
|
+
premium: {
|
|
383
|
+
loading: string;
|
|
384
|
+
title: string;
|
|
385
|
+
loginToSubscribe: string;
|
|
386
|
+
verifyToSubscribe: string;
|
|
387
|
+
verifyHint: string;
|
|
388
|
+
loadingPaymentUi: string;
|
|
389
|
+
cancelAutoRenew: string;
|
|
390
|
+
resumeAutoRenew: string;
|
|
391
|
+
updatePaymentMethod: string;
|
|
392
|
+
cancelCompleted: string;
|
|
393
|
+
resumeCompleted: string;
|
|
394
|
+
subscriptionStatus: string;
|
|
395
|
+
subscriptionEvent: {
|
|
396
|
+
renews: string;
|
|
397
|
+
cancels: string;
|
|
398
|
+
};
|
|
399
|
+
errors: {
|
|
400
|
+
loadPayment: string;
|
|
401
|
+
loadSubscription: string;
|
|
402
|
+
cancel: string;
|
|
403
|
+
resume: string;
|
|
404
|
+
};
|
|
405
|
+
adFree: {
|
|
406
|
+
title: string;
|
|
407
|
+
price: string;
|
|
408
|
+
changeAction: string;
|
|
409
|
+
feature1: string;
|
|
410
|
+
feature2: string;
|
|
411
|
+
};
|
|
412
|
+
premium: {
|
|
413
|
+
title: string;
|
|
414
|
+
price: string;
|
|
415
|
+
changeAction: string;
|
|
416
|
+
feature1: string;
|
|
417
|
+
feature2: string;
|
|
418
|
+
feature3: string;
|
|
419
|
+
feature4: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
382
422
|
};
|
|
383
423
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/es.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqaE"}
|
|
@@ -379,5 +379,45 @@ declare const _default: {
|
|
|
379
379
|
buyPremium: string;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
|
+
premium: {
|
|
383
|
+
loading: string;
|
|
384
|
+
title: string;
|
|
385
|
+
loginToSubscribe: string;
|
|
386
|
+
verifyToSubscribe: string;
|
|
387
|
+
verifyHint: string;
|
|
388
|
+
loadingPaymentUi: string;
|
|
389
|
+
cancelAutoRenew: string;
|
|
390
|
+
resumeAutoRenew: string;
|
|
391
|
+
updatePaymentMethod: string;
|
|
392
|
+
cancelCompleted: string;
|
|
393
|
+
resumeCompleted: string;
|
|
394
|
+
subscriptionStatus: string;
|
|
395
|
+
subscriptionEvent: {
|
|
396
|
+
renews: string;
|
|
397
|
+
cancels: string;
|
|
398
|
+
};
|
|
399
|
+
errors: {
|
|
400
|
+
loadPayment: string;
|
|
401
|
+
loadSubscription: string;
|
|
402
|
+
cancel: string;
|
|
403
|
+
resume: string;
|
|
404
|
+
};
|
|
405
|
+
adFree: {
|
|
406
|
+
title: string;
|
|
407
|
+
price: string;
|
|
408
|
+
changeAction: string;
|
|
409
|
+
feature1: string;
|
|
410
|
+
feature2: string;
|
|
411
|
+
};
|
|
412
|
+
premium: {
|
|
413
|
+
title: string;
|
|
414
|
+
price: string;
|
|
415
|
+
changeAction: string;
|
|
416
|
+
feature1: string;
|
|
417
|
+
feature2: string;
|
|
418
|
+
feature3: string;
|
|
419
|
+
feature4: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
382
422
|
};
|
|
383
423
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/fr.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqaE"}
|
|
@@ -379,5 +379,45 @@ declare const _default: {
|
|
|
379
379
|
buyPremium: string;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
|
+
premium: {
|
|
383
|
+
loading: string;
|
|
384
|
+
title: string;
|
|
385
|
+
loginToSubscribe: string;
|
|
386
|
+
verifyToSubscribe: string;
|
|
387
|
+
verifyHint: string;
|
|
388
|
+
loadingPaymentUi: string;
|
|
389
|
+
cancelAutoRenew: string;
|
|
390
|
+
resumeAutoRenew: string;
|
|
391
|
+
updatePaymentMethod: string;
|
|
392
|
+
cancelCompleted: string;
|
|
393
|
+
resumeCompleted: string;
|
|
394
|
+
subscriptionStatus: string;
|
|
395
|
+
subscriptionEvent: {
|
|
396
|
+
renews: string;
|
|
397
|
+
cancels: string;
|
|
398
|
+
};
|
|
399
|
+
errors: {
|
|
400
|
+
loadPayment: string;
|
|
401
|
+
loadSubscription: string;
|
|
402
|
+
cancel: string;
|
|
403
|
+
resume: string;
|
|
404
|
+
};
|
|
405
|
+
adFree: {
|
|
406
|
+
title: string;
|
|
407
|
+
price: string;
|
|
408
|
+
changeAction: string;
|
|
409
|
+
feature1: string;
|
|
410
|
+
feature2: string;
|
|
411
|
+
};
|
|
412
|
+
premium: {
|
|
413
|
+
title: string;
|
|
414
|
+
price: string;
|
|
415
|
+
changeAction: string;
|
|
416
|
+
feature1: string;
|
|
417
|
+
feature2: string;
|
|
418
|
+
feature3: string;
|
|
419
|
+
feature4: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
382
422
|
};
|
|
383
423
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"it.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/it.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"it.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqaE"}
|
|
@@ -379,5 +379,45 @@ declare const _default: {
|
|
|
379
379
|
buyPremium: string;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
|
+
premium: {
|
|
383
|
+
loading: string;
|
|
384
|
+
title: string;
|
|
385
|
+
loginToSubscribe: string;
|
|
386
|
+
verifyToSubscribe: string;
|
|
387
|
+
verifyHint: string;
|
|
388
|
+
loadingPaymentUi: string;
|
|
389
|
+
cancelAutoRenew: string;
|
|
390
|
+
resumeAutoRenew: string;
|
|
391
|
+
updatePaymentMethod: string;
|
|
392
|
+
cancelCompleted: string;
|
|
393
|
+
resumeCompleted: string;
|
|
394
|
+
subscriptionStatus: string;
|
|
395
|
+
subscriptionEvent: {
|
|
396
|
+
renews: string;
|
|
397
|
+
cancels: string;
|
|
398
|
+
};
|
|
399
|
+
errors: {
|
|
400
|
+
loadPayment: string;
|
|
401
|
+
loadSubscription: string;
|
|
402
|
+
cancel: string;
|
|
403
|
+
resume: string;
|
|
404
|
+
};
|
|
405
|
+
adFree: {
|
|
406
|
+
title: string;
|
|
407
|
+
price: string;
|
|
408
|
+
changeAction: string;
|
|
409
|
+
feature1: string;
|
|
410
|
+
feature2: string;
|
|
411
|
+
};
|
|
412
|
+
premium: {
|
|
413
|
+
title: string;
|
|
414
|
+
price: string;
|
|
415
|
+
changeAction: string;
|
|
416
|
+
feature1: string;
|
|
417
|
+
feature2: string;
|
|
418
|
+
feature3: string;
|
|
419
|
+
feature4: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
382
422
|
};
|
|
383
423
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ja.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ja.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqaE"}
|
|
@@ -379,5 +379,45 @@ declare const _default: {
|
|
|
379
379
|
buyPremium: string;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
|
+
premium: {
|
|
383
|
+
loading: string;
|
|
384
|
+
title: string;
|
|
385
|
+
loginToSubscribe: string;
|
|
386
|
+
verifyToSubscribe: string;
|
|
387
|
+
verifyHint: string;
|
|
388
|
+
loadingPaymentUi: string;
|
|
389
|
+
cancelAutoRenew: string;
|
|
390
|
+
resumeAutoRenew: string;
|
|
391
|
+
updatePaymentMethod: string;
|
|
392
|
+
cancelCompleted: string;
|
|
393
|
+
resumeCompleted: string;
|
|
394
|
+
subscriptionStatus: string;
|
|
395
|
+
subscriptionEvent: {
|
|
396
|
+
renews: string;
|
|
397
|
+
cancels: string;
|
|
398
|
+
};
|
|
399
|
+
errors: {
|
|
400
|
+
loadPayment: string;
|
|
401
|
+
loadSubscription: string;
|
|
402
|
+
cancel: string;
|
|
403
|
+
resume: string;
|
|
404
|
+
};
|
|
405
|
+
adFree: {
|
|
406
|
+
title: string;
|
|
407
|
+
price: string;
|
|
408
|
+
changeAction: string;
|
|
409
|
+
feature1: string;
|
|
410
|
+
feature2: string;
|
|
411
|
+
};
|
|
412
|
+
premium: {
|
|
413
|
+
title: string;
|
|
414
|
+
price: string;
|
|
415
|
+
changeAction: string;
|
|
416
|
+
feature1: string;
|
|
417
|
+
feature2: string;
|
|
418
|
+
feature3: string;
|
|
419
|
+
feature4: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
382
422
|
};
|
|
383
423
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ko.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ko.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ko.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqaE"}
|
|
@@ -379,5 +379,45 @@ declare const _default: {
|
|
|
379
379
|
buyPremium: string;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
|
+
premium: {
|
|
383
|
+
loading: string;
|
|
384
|
+
title: string;
|
|
385
|
+
loginToSubscribe: string;
|
|
386
|
+
verifyToSubscribe: string;
|
|
387
|
+
verifyHint: string;
|
|
388
|
+
loadingPaymentUi: string;
|
|
389
|
+
cancelAutoRenew: string;
|
|
390
|
+
resumeAutoRenew: string;
|
|
391
|
+
updatePaymentMethod: string;
|
|
392
|
+
cancelCompleted: string;
|
|
393
|
+
resumeCompleted: string;
|
|
394
|
+
subscriptionStatus: string;
|
|
395
|
+
subscriptionEvent: {
|
|
396
|
+
renews: string;
|
|
397
|
+
cancels: string;
|
|
398
|
+
};
|
|
399
|
+
errors: {
|
|
400
|
+
loadPayment: string;
|
|
401
|
+
loadSubscription: string;
|
|
402
|
+
cancel: string;
|
|
403
|
+
resume: string;
|
|
404
|
+
};
|
|
405
|
+
adFree: {
|
|
406
|
+
title: string;
|
|
407
|
+
price: string;
|
|
408
|
+
changeAction: string;
|
|
409
|
+
feature1: string;
|
|
410
|
+
feature2: string;
|
|
411
|
+
};
|
|
412
|
+
premium: {
|
|
413
|
+
title: string;
|
|
414
|
+
price: string;
|
|
415
|
+
changeAction: string;
|
|
416
|
+
feature1: string;
|
|
417
|
+
feature2: string;
|
|
418
|
+
feature3: string;
|
|
419
|
+
feature4: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
382
422
|
};
|
|
383
423
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/pl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/pl.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqaE"}
|
|
@@ -379,5 +379,45 @@ declare const _default: {
|
|
|
379
379
|
buyPremium: string;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
|
+
premium: {
|
|
383
|
+
loading: string;
|
|
384
|
+
title: string;
|
|
385
|
+
loginToSubscribe: string;
|
|
386
|
+
verifyToSubscribe: string;
|
|
387
|
+
verifyHint: string;
|
|
388
|
+
loadingPaymentUi: string;
|
|
389
|
+
cancelAutoRenew: string;
|
|
390
|
+
resumeAutoRenew: string;
|
|
391
|
+
updatePaymentMethod: string;
|
|
392
|
+
cancelCompleted: string;
|
|
393
|
+
resumeCompleted: string;
|
|
394
|
+
subscriptionStatus: string;
|
|
395
|
+
subscriptionEvent: {
|
|
396
|
+
renews: string;
|
|
397
|
+
cancels: string;
|
|
398
|
+
};
|
|
399
|
+
errors: {
|
|
400
|
+
loadPayment: string;
|
|
401
|
+
loadSubscription: string;
|
|
402
|
+
cancel: string;
|
|
403
|
+
resume: string;
|
|
404
|
+
};
|
|
405
|
+
adFree: {
|
|
406
|
+
title: string;
|
|
407
|
+
price: string;
|
|
408
|
+
changeAction: string;
|
|
409
|
+
feature1: string;
|
|
410
|
+
feature2: string;
|
|
411
|
+
};
|
|
412
|
+
premium: {
|
|
413
|
+
title: string;
|
|
414
|
+
price: string;
|
|
415
|
+
changeAction: string;
|
|
416
|
+
feature1: string;
|
|
417
|
+
feature2: string;
|
|
418
|
+
feature3: string;
|
|
419
|
+
feature4: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
382
422
|
};
|
|
383
423
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/pt.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqaE"}
|
|
@@ -379,5 +379,45 @@ declare const _default: {
|
|
|
379
379
|
buyPremium: string;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
|
+
premium: {
|
|
383
|
+
loading: string;
|
|
384
|
+
title: string;
|
|
385
|
+
loginToSubscribe: string;
|
|
386
|
+
verifyToSubscribe: string;
|
|
387
|
+
verifyHint: string;
|
|
388
|
+
loadingPaymentUi: string;
|
|
389
|
+
cancelAutoRenew: string;
|
|
390
|
+
resumeAutoRenew: string;
|
|
391
|
+
updatePaymentMethod: string;
|
|
392
|
+
cancelCompleted: string;
|
|
393
|
+
resumeCompleted: string;
|
|
394
|
+
subscriptionStatus: string;
|
|
395
|
+
subscriptionEvent: {
|
|
396
|
+
renews: string;
|
|
397
|
+
cancels: string;
|
|
398
|
+
};
|
|
399
|
+
errors: {
|
|
400
|
+
loadPayment: string;
|
|
401
|
+
loadSubscription: string;
|
|
402
|
+
cancel: string;
|
|
403
|
+
resume: string;
|
|
404
|
+
};
|
|
405
|
+
adFree: {
|
|
406
|
+
title: string;
|
|
407
|
+
price: string;
|
|
408
|
+
changeAction: string;
|
|
409
|
+
feature1: string;
|
|
410
|
+
feature2: string;
|
|
411
|
+
};
|
|
412
|
+
premium: {
|
|
413
|
+
title: string;
|
|
414
|
+
price: string;
|
|
415
|
+
changeAction: string;
|
|
416
|
+
feature1: string;
|
|
417
|
+
feature2: string;
|
|
418
|
+
feature3: string;
|
|
419
|
+
feature4: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
382
422
|
};
|
|
383
423
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ru.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ru.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ru.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqaE"}
|
|
@@ -379,5 +379,45 @@ declare const _default: {
|
|
|
379
379
|
buyPremium: string;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
|
+
premium: {
|
|
383
|
+
loading: string;
|
|
384
|
+
title: string;
|
|
385
|
+
loginToSubscribe: string;
|
|
386
|
+
verifyToSubscribe: string;
|
|
387
|
+
verifyHint: string;
|
|
388
|
+
loadingPaymentUi: string;
|
|
389
|
+
cancelAutoRenew: string;
|
|
390
|
+
resumeAutoRenew: string;
|
|
391
|
+
updatePaymentMethod: string;
|
|
392
|
+
cancelCompleted: string;
|
|
393
|
+
resumeCompleted: string;
|
|
394
|
+
subscriptionStatus: string;
|
|
395
|
+
subscriptionEvent: {
|
|
396
|
+
renews: string;
|
|
397
|
+
cancels: string;
|
|
398
|
+
};
|
|
399
|
+
errors: {
|
|
400
|
+
loadPayment: string;
|
|
401
|
+
loadSubscription: string;
|
|
402
|
+
cancel: string;
|
|
403
|
+
resume: string;
|
|
404
|
+
};
|
|
405
|
+
adFree: {
|
|
406
|
+
title: string;
|
|
407
|
+
price: string;
|
|
408
|
+
changeAction: string;
|
|
409
|
+
feature1: string;
|
|
410
|
+
feature2: string;
|
|
411
|
+
};
|
|
412
|
+
premium: {
|
|
413
|
+
title: string;
|
|
414
|
+
price: string;
|
|
415
|
+
changeAction: string;
|
|
416
|
+
feature1: string;
|
|
417
|
+
feature2: string;
|
|
418
|
+
feature3: string;
|
|
419
|
+
feature4: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
382
422
|
};
|
|
383
423
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/th.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"th.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/th.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqaE"}
|
|
@@ -379,5 +379,45 @@ declare const _default: {
|
|
|
379
379
|
buyPremium: string;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
|
+
premium: {
|
|
383
|
+
loading: string;
|
|
384
|
+
title: string;
|
|
385
|
+
loginToSubscribe: string;
|
|
386
|
+
verifyToSubscribe: string;
|
|
387
|
+
verifyHint: string;
|
|
388
|
+
loadingPaymentUi: string;
|
|
389
|
+
cancelAutoRenew: string;
|
|
390
|
+
resumeAutoRenew: string;
|
|
391
|
+
updatePaymentMethod: string;
|
|
392
|
+
cancelCompleted: string;
|
|
393
|
+
resumeCompleted: string;
|
|
394
|
+
subscriptionStatus: string;
|
|
395
|
+
subscriptionEvent: {
|
|
396
|
+
renews: string;
|
|
397
|
+
cancels: string;
|
|
398
|
+
};
|
|
399
|
+
errors: {
|
|
400
|
+
loadPayment: string;
|
|
401
|
+
loadSubscription: string;
|
|
402
|
+
cancel: string;
|
|
403
|
+
resume: string;
|
|
404
|
+
};
|
|
405
|
+
adFree: {
|
|
406
|
+
title: string;
|
|
407
|
+
price: string;
|
|
408
|
+
changeAction: string;
|
|
409
|
+
feature1: string;
|
|
410
|
+
feature2: string;
|
|
411
|
+
};
|
|
412
|
+
premium: {
|
|
413
|
+
title: string;
|
|
414
|
+
price: string;
|
|
415
|
+
changeAction: string;
|
|
416
|
+
feature1: string;
|
|
417
|
+
feature2: string;
|
|
418
|
+
feature3: string;
|
|
419
|
+
feature4: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
382
422
|
};
|
|
383
423
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tr.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/tr.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tr.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/tr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqaE"}
|
|
@@ -379,5 +379,45 @@ declare const _default: {
|
|
|
379
379
|
buyPremium: string;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
|
+
premium: {
|
|
383
|
+
loading: string;
|
|
384
|
+
title: string;
|
|
385
|
+
loginToSubscribe: string;
|
|
386
|
+
verifyToSubscribe: string;
|
|
387
|
+
verifyHint: string;
|
|
388
|
+
loadingPaymentUi: string;
|
|
389
|
+
cancelAutoRenew: string;
|
|
390
|
+
resumeAutoRenew: string;
|
|
391
|
+
updatePaymentMethod: string;
|
|
392
|
+
cancelCompleted: string;
|
|
393
|
+
resumeCompleted: string;
|
|
394
|
+
subscriptionStatus: string;
|
|
395
|
+
subscriptionEvent: {
|
|
396
|
+
renews: string;
|
|
397
|
+
cancels: string;
|
|
398
|
+
};
|
|
399
|
+
errors: {
|
|
400
|
+
loadPayment: string;
|
|
401
|
+
loadSubscription: string;
|
|
402
|
+
cancel: string;
|
|
403
|
+
resume: string;
|
|
404
|
+
};
|
|
405
|
+
adFree: {
|
|
406
|
+
title: string;
|
|
407
|
+
price: string;
|
|
408
|
+
changeAction: string;
|
|
409
|
+
feature1: string;
|
|
410
|
+
feature2: string;
|
|
411
|
+
};
|
|
412
|
+
premium: {
|
|
413
|
+
title: string;
|
|
414
|
+
price: string;
|
|
415
|
+
changeAction: string;
|
|
416
|
+
feature1: string;
|
|
417
|
+
feature2: string;
|
|
418
|
+
feature3: string;
|
|
419
|
+
feature4: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
382
422
|
};
|
|
383
423
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/zh.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"zh.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqaE"}
|