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
|
@@ -416,6 +416,49 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
416
416
|
buyPremium: string;
|
|
417
417
|
};
|
|
418
418
|
};
|
|
419
|
+
premium: {
|
|
420
|
+
loading: string;
|
|
421
|
+
title: string;
|
|
422
|
+
description: string;
|
|
423
|
+
loginToSubscribe: string;
|
|
424
|
+
verifyToSubscribe: string;
|
|
425
|
+
verifyHint: string;
|
|
426
|
+
loadingPaymentUi: string;
|
|
427
|
+
cancelAutoRenew: string;
|
|
428
|
+
resumeAutoRenew: string;
|
|
429
|
+
updatePaymentMethod: string;
|
|
430
|
+
cancelSubmittedPending: string;
|
|
431
|
+
cancelCompleted: string;
|
|
432
|
+
resumeSubmittedPending: string;
|
|
433
|
+
resumeCompleted: string;
|
|
434
|
+
subscriptionStatus: string;
|
|
435
|
+
subscriptionEvent: {
|
|
436
|
+
renews: string;
|
|
437
|
+
cancels: string;
|
|
438
|
+
};
|
|
439
|
+
errors: {
|
|
440
|
+
loadPayment: string;
|
|
441
|
+
loadSubscription: string;
|
|
442
|
+
cancel: string;
|
|
443
|
+
resume: string;
|
|
444
|
+
};
|
|
445
|
+
adFree: {
|
|
446
|
+
title: string;
|
|
447
|
+
price: string;
|
|
448
|
+
changeAction: string;
|
|
449
|
+
feature1: string;
|
|
450
|
+
feature2: string;
|
|
451
|
+
};
|
|
452
|
+
premium: {
|
|
453
|
+
title: string;
|
|
454
|
+
price: string;
|
|
455
|
+
changeAction: string;
|
|
456
|
+
feature1: string;
|
|
457
|
+
feature2: string;
|
|
458
|
+
feature3: string;
|
|
459
|
+
feature4: string;
|
|
460
|
+
};
|
|
461
|
+
};
|
|
419
462
|
navigation: {
|
|
420
463
|
searchPlaceholder: string;
|
|
421
464
|
};
|
|
@@ -822,6 +865,46 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
822
865
|
buyPremium: string;
|
|
823
866
|
};
|
|
824
867
|
};
|
|
868
|
+
premium: {
|
|
869
|
+
loading: string;
|
|
870
|
+
title: string;
|
|
871
|
+
loginToSubscribe: string;
|
|
872
|
+
verifyToSubscribe: string;
|
|
873
|
+
verifyHint: string;
|
|
874
|
+
loadingPaymentUi: string;
|
|
875
|
+
cancelAutoRenew: string;
|
|
876
|
+
resumeAutoRenew: string;
|
|
877
|
+
updatePaymentMethod: string;
|
|
878
|
+
cancelCompleted: string;
|
|
879
|
+
resumeCompleted: string;
|
|
880
|
+
subscriptionStatus: string;
|
|
881
|
+
subscriptionEvent: {
|
|
882
|
+
renews: string;
|
|
883
|
+
cancels: string;
|
|
884
|
+
};
|
|
885
|
+
errors: {
|
|
886
|
+
loadPayment: string;
|
|
887
|
+
loadSubscription: string;
|
|
888
|
+
cancel: string;
|
|
889
|
+
resume: string;
|
|
890
|
+
};
|
|
891
|
+
adFree: {
|
|
892
|
+
title: string;
|
|
893
|
+
price: string;
|
|
894
|
+
changeAction: string;
|
|
895
|
+
feature1: string;
|
|
896
|
+
feature2: string;
|
|
897
|
+
};
|
|
898
|
+
premium: {
|
|
899
|
+
title: string;
|
|
900
|
+
price: string;
|
|
901
|
+
changeAction: string;
|
|
902
|
+
feature1: string;
|
|
903
|
+
feature2: string;
|
|
904
|
+
feature3: string;
|
|
905
|
+
feature4: string;
|
|
906
|
+
};
|
|
907
|
+
};
|
|
825
908
|
};
|
|
826
909
|
es: {
|
|
827
910
|
cardLottery: {
|
|
@@ -1204,6 +1287,46 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
1204
1287
|
buyPremium: string;
|
|
1205
1288
|
};
|
|
1206
1289
|
};
|
|
1290
|
+
premium: {
|
|
1291
|
+
loading: string;
|
|
1292
|
+
title: string;
|
|
1293
|
+
loginToSubscribe: string;
|
|
1294
|
+
verifyToSubscribe: string;
|
|
1295
|
+
verifyHint: string;
|
|
1296
|
+
loadingPaymentUi: string;
|
|
1297
|
+
cancelAutoRenew: string;
|
|
1298
|
+
resumeAutoRenew: string;
|
|
1299
|
+
updatePaymentMethod: string;
|
|
1300
|
+
cancelCompleted: string;
|
|
1301
|
+
resumeCompleted: string;
|
|
1302
|
+
subscriptionStatus: string;
|
|
1303
|
+
subscriptionEvent: {
|
|
1304
|
+
renews: string;
|
|
1305
|
+
cancels: string;
|
|
1306
|
+
};
|
|
1307
|
+
errors: {
|
|
1308
|
+
loadPayment: string;
|
|
1309
|
+
loadSubscription: string;
|
|
1310
|
+
cancel: string;
|
|
1311
|
+
resume: string;
|
|
1312
|
+
};
|
|
1313
|
+
adFree: {
|
|
1314
|
+
title: string;
|
|
1315
|
+
price: string;
|
|
1316
|
+
changeAction: string;
|
|
1317
|
+
feature1: string;
|
|
1318
|
+
feature2: string;
|
|
1319
|
+
};
|
|
1320
|
+
premium: {
|
|
1321
|
+
title: string;
|
|
1322
|
+
price: string;
|
|
1323
|
+
changeAction: string;
|
|
1324
|
+
feature1: string;
|
|
1325
|
+
feature2: string;
|
|
1326
|
+
feature3: string;
|
|
1327
|
+
feature4: string;
|
|
1328
|
+
};
|
|
1329
|
+
};
|
|
1207
1330
|
};
|
|
1208
1331
|
fr: {
|
|
1209
1332
|
cardLottery: {
|
|
@@ -1586,6 +1709,46 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
1586
1709
|
buyPremium: string;
|
|
1587
1710
|
};
|
|
1588
1711
|
};
|
|
1712
|
+
premium: {
|
|
1713
|
+
loading: string;
|
|
1714
|
+
title: string;
|
|
1715
|
+
loginToSubscribe: string;
|
|
1716
|
+
verifyToSubscribe: string;
|
|
1717
|
+
verifyHint: string;
|
|
1718
|
+
loadingPaymentUi: string;
|
|
1719
|
+
cancelAutoRenew: string;
|
|
1720
|
+
resumeAutoRenew: string;
|
|
1721
|
+
updatePaymentMethod: string;
|
|
1722
|
+
cancelCompleted: string;
|
|
1723
|
+
resumeCompleted: string;
|
|
1724
|
+
subscriptionStatus: string;
|
|
1725
|
+
subscriptionEvent: {
|
|
1726
|
+
renews: string;
|
|
1727
|
+
cancels: string;
|
|
1728
|
+
};
|
|
1729
|
+
errors: {
|
|
1730
|
+
loadPayment: string;
|
|
1731
|
+
loadSubscription: string;
|
|
1732
|
+
cancel: string;
|
|
1733
|
+
resume: string;
|
|
1734
|
+
};
|
|
1735
|
+
adFree: {
|
|
1736
|
+
title: string;
|
|
1737
|
+
price: string;
|
|
1738
|
+
changeAction: string;
|
|
1739
|
+
feature1: string;
|
|
1740
|
+
feature2: string;
|
|
1741
|
+
};
|
|
1742
|
+
premium: {
|
|
1743
|
+
title: string;
|
|
1744
|
+
price: string;
|
|
1745
|
+
changeAction: string;
|
|
1746
|
+
feature1: string;
|
|
1747
|
+
feature2: string;
|
|
1748
|
+
feature3: string;
|
|
1749
|
+
feature4: string;
|
|
1750
|
+
};
|
|
1751
|
+
};
|
|
1589
1752
|
};
|
|
1590
1753
|
it: {
|
|
1591
1754
|
cardLottery: {
|
|
@@ -1968,6 +2131,46 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
1968
2131
|
buyPremium: string;
|
|
1969
2132
|
};
|
|
1970
2133
|
};
|
|
2134
|
+
premium: {
|
|
2135
|
+
loading: string;
|
|
2136
|
+
title: string;
|
|
2137
|
+
loginToSubscribe: string;
|
|
2138
|
+
verifyToSubscribe: string;
|
|
2139
|
+
verifyHint: string;
|
|
2140
|
+
loadingPaymentUi: string;
|
|
2141
|
+
cancelAutoRenew: string;
|
|
2142
|
+
resumeAutoRenew: string;
|
|
2143
|
+
updatePaymentMethod: string;
|
|
2144
|
+
cancelCompleted: string;
|
|
2145
|
+
resumeCompleted: string;
|
|
2146
|
+
subscriptionStatus: string;
|
|
2147
|
+
subscriptionEvent: {
|
|
2148
|
+
renews: string;
|
|
2149
|
+
cancels: string;
|
|
2150
|
+
};
|
|
2151
|
+
errors: {
|
|
2152
|
+
loadPayment: string;
|
|
2153
|
+
loadSubscription: string;
|
|
2154
|
+
cancel: string;
|
|
2155
|
+
resume: string;
|
|
2156
|
+
};
|
|
2157
|
+
adFree: {
|
|
2158
|
+
title: string;
|
|
2159
|
+
price: string;
|
|
2160
|
+
changeAction: string;
|
|
2161
|
+
feature1: string;
|
|
2162
|
+
feature2: string;
|
|
2163
|
+
};
|
|
2164
|
+
premium: {
|
|
2165
|
+
title: string;
|
|
2166
|
+
price: string;
|
|
2167
|
+
changeAction: string;
|
|
2168
|
+
feature1: string;
|
|
2169
|
+
feature2: string;
|
|
2170
|
+
feature3: string;
|
|
2171
|
+
feature4: string;
|
|
2172
|
+
};
|
|
2173
|
+
};
|
|
1971
2174
|
};
|
|
1972
2175
|
ja: {
|
|
1973
2176
|
cardLottery: {
|
|
@@ -2350,6 +2553,46 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
2350
2553
|
buyPremium: string;
|
|
2351
2554
|
};
|
|
2352
2555
|
};
|
|
2556
|
+
premium: {
|
|
2557
|
+
loading: string;
|
|
2558
|
+
title: string;
|
|
2559
|
+
loginToSubscribe: string;
|
|
2560
|
+
verifyToSubscribe: string;
|
|
2561
|
+
verifyHint: string;
|
|
2562
|
+
loadingPaymentUi: string;
|
|
2563
|
+
cancelAutoRenew: string;
|
|
2564
|
+
resumeAutoRenew: string;
|
|
2565
|
+
updatePaymentMethod: string;
|
|
2566
|
+
cancelCompleted: string;
|
|
2567
|
+
resumeCompleted: string;
|
|
2568
|
+
subscriptionStatus: string;
|
|
2569
|
+
subscriptionEvent: {
|
|
2570
|
+
renews: string;
|
|
2571
|
+
cancels: string;
|
|
2572
|
+
};
|
|
2573
|
+
errors: {
|
|
2574
|
+
loadPayment: string;
|
|
2575
|
+
loadSubscription: string;
|
|
2576
|
+
cancel: string;
|
|
2577
|
+
resume: string;
|
|
2578
|
+
};
|
|
2579
|
+
adFree: {
|
|
2580
|
+
title: string;
|
|
2581
|
+
price: string;
|
|
2582
|
+
changeAction: string;
|
|
2583
|
+
feature1: string;
|
|
2584
|
+
feature2: string;
|
|
2585
|
+
};
|
|
2586
|
+
premium: {
|
|
2587
|
+
title: string;
|
|
2588
|
+
price: string;
|
|
2589
|
+
changeAction: string;
|
|
2590
|
+
feature1: string;
|
|
2591
|
+
feature2: string;
|
|
2592
|
+
feature3: string;
|
|
2593
|
+
feature4: string;
|
|
2594
|
+
};
|
|
2595
|
+
};
|
|
2353
2596
|
};
|
|
2354
2597
|
ko: {
|
|
2355
2598
|
cardLottery: {
|
|
@@ -2732,6 +2975,46 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
2732
2975
|
buyPremium: string;
|
|
2733
2976
|
};
|
|
2734
2977
|
};
|
|
2978
|
+
premium: {
|
|
2979
|
+
loading: string;
|
|
2980
|
+
title: string;
|
|
2981
|
+
loginToSubscribe: string;
|
|
2982
|
+
verifyToSubscribe: string;
|
|
2983
|
+
verifyHint: string;
|
|
2984
|
+
loadingPaymentUi: string;
|
|
2985
|
+
cancelAutoRenew: string;
|
|
2986
|
+
resumeAutoRenew: string;
|
|
2987
|
+
updatePaymentMethod: string;
|
|
2988
|
+
cancelCompleted: string;
|
|
2989
|
+
resumeCompleted: string;
|
|
2990
|
+
subscriptionStatus: string;
|
|
2991
|
+
subscriptionEvent: {
|
|
2992
|
+
renews: string;
|
|
2993
|
+
cancels: string;
|
|
2994
|
+
};
|
|
2995
|
+
errors: {
|
|
2996
|
+
loadPayment: string;
|
|
2997
|
+
loadSubscription: string;
|
|
2998
|
+
cancel: string;
|
|
2999
|
+
resume: string;
|
|
3000
|
+
};
|
|
3001
|
+
adFree: {
|
|
3002
|
+
title: string;
|
|
3003
|
+
price: string;
|
|
3004
|
+
changeAction: string;
|
|
3005
|
+
feature1: string;
|
|
3006
|
+
feature2: string;
|
|
3007
|
+
};
|
|
3008
|
+
premium: {
|
|
3009
|
+
title: string;
|
|
3010
|
+
price: string;
|
|
3011
|
+
changeAction: string;
|
|
3012
|
+
feature1: string;
|
|
3013
|
+
feature2: string;
|
|
3014
|
+
feature3: string;
|
|
3015
|
+
feature4: string;
|
|
3016
|
+
};
|
|
3017
|
+
};
|
|
2735
3018
|
};
|
|
2736
3019
|
pl: {
|
|
2737
3020
|
cardLottery: {
|
|
@@ -3114,6 +3397,46 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
3114
3397
|
buyPremium: string;
|
|
3115
3398
|
};
|
|
3116
3399
|
};
|
|
3400
|
+
premium: {
|
|
3401
|
+
loading: string;
|
|
3402
|
+
title: string;
|
|
3403
|
+
loginToSubscribe: string;
|
|
3404
|
+
verifyToSubscribe: string;
|
|
3405
|
+
verifyHint: string;
|
|
3406
|
+
loadingPaymentUi: string;
|
|
3407
|
+
cancelAutoRenew: string;
|
|
3408
|
+
resumeAutoRenew: string;
|
|
3409
|
+
updatePaymentMethod: string;
|
|
3410
|
+
cancelCompleted: string;
|
|
3411
|
+
resumeCompleted: string;
|
|
3412
|
+
subscriptionStatus: string;
|
|
3413
|
+
subscriptionEvent: {
|
|
3414
|
+
renews: string;
|
|
3415
|
+
cancels: string;
|
|
3416
|
+
};
|
|
3417
|
+
errors: {
|
|
3418
|
+
loadPayment: string;
|
|
3419
|
+
loadSubscription: string;
|
|
3420
|
+
cancel: string;
|
|
3421
|
+
resume: string;
|
|
3422
|
+
};
|
|
3423
|
+
adFree: {
|
|
3424
|
+
title: string;
|
|
3425
|
+
price: string;
|
|
3426
|
+
changeAction: string;
|
|
3427
|
+
feature1: string;
|
|
3428
|
+
feature2: string;
|
|
3429
|
+
};
|
|
3430
|
+
premium: {
|
|
3431
|
+
title: string;
|
|
3432
|
+
price: string;
|
|
3433
|
+
changeAction: string;
|
|
3434
|
+
feature1: string;
|
|
3435
|
+
feature2: string;
|
|
3436
|
+
feature3: string;
|
|
3437
|
+
feature4: string;
|
|
3438
|
+
};
|
|
3439
|
+
};
|
|
3117
3440
|
};
|
|
3118
3441
|
pt: {
|
|
3119
3442
|
cardLottery: {
|
|
@@ -3496,6 +3819,46 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
3496
3819
|
buyPremium: string;
|
|
3497
3820
|
};
|
|
3498
3821
|
};
|
|
3822
|
+
premium: {
|
|
3823
|
+
loading: string;
|
|
3824
|
+
title: string;
|
|
3825
|
+
loginToSubscribe: string;
|
|
3826
|
+
verifyToSubscribe: string;
|
|
3827
|
+
verifyHint: string;
|
|
3828
|
+
loadingPaymentUi: string;
|
|
3829
|
+
cancelAutoRenew: string;
|
|
3830
|
+
resumeAutoRenew: string;
|
|
3831
|
+
updatePaymentMethod: string;
|
|
3832
|
+
cancelCompleted: string;
|
|
3833
|
+
resumeCompleted: string;
|
|
3834
|
+
subscriptionStatus: string;
|
|
3835
|
+
subscriptionEvent: {
|
|
3836
|
+
renews: string;
|
|
3837
|
+
cancels: string;
|
|
3838
|
+
};
|
|
3839
|
+
errors: {
|
|
3840
|
+
loadPayment: string;
|
|
3841
|
+
loadSubscription: string;
|
|
3842
|
+
cancel: string;
|
|
3843
|
+
resume: string;
|
|
3844
|
+
};
|
|
3845
|
+
adFree: {
|
|
3846
|
+
title: string;
|
|
3847
|
+
price: string;
|
|
3848
|
+
changeAction: string;
|
|
3849
|
+
feature1: string;
|
|
3850
|
+
feature2: string;
|
|
3851
|
+
};
|
|
3852
|
+
premium: {
|
|
3853
|
+
title: string;
|
|
3854
|
+
price: string;
|
|
3855
|
+
changeAction: string;
|
|
3856
|
+
feature1: string;
|
|
3857
|
+
feature2: string;
|
|
3858
|
+
feature3: string;
|
|
3859
|
+
feature4: string;
|
|
3860
|
+
};
|
|
3861
|
+
};
|
|
3499
3862
|
};
|
|
3500
3863
|
th: {
|
|
3501
3864
|
cardLottery: {
|
|
@@ -3878,6 +4241,46 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
3878
4241
|
buyPremium: string;
|
|
3879
4242
|
};
|
|
3880
4243
|
};
|
|
4244
|
+
premium: {
|
|
4245
|
+
loading: string;
|
|
4246
|
+
title: string;
|
|
4247
|
+
loginToSubscribe: string;
|
|
4248
|
+
verifyToSubscribe: string;
|
|
4249
|
+
verifyHint: string;
|
|
4250
|
+
loadingPaymentUi: string;
|
|
4251
|
+
cancelAutoRenew: string;
|
|
4252
|
+
resumeAutoRenew: string;
|
|
4253
|
+
updatePaymentMethod: string;
|
|
4254
|
+
cancelCompleted: string;
|
|
4255
|
+
resumeCompleted: string;
|
|
4256
|
+
subscriptionStatus: string;
|
|
4257
|
+
subscriptionEvent: {
|
|
4258
|
+
renews: string;
|
|
4259
|
+
cancels: string;
|
|
4260
|
+
};
|
|
4261
|
+
errors: {
|
|
4262
|
+
loadPayment: string;
|
|
4263
|
+
loadSubscription: string;
|
|
4264
|
+
cancel: string;
|
|
4265
|
+
resume: string;
|
|
4266
|
+
};
|
|
4267
|
+
adFree: {
|
|
4268
|
+
title: string;
|
|
4269
|
+
price: string;
|
|
4270
|
+
changeAction: string;
|
|
4271
|
+
feature1: string;
|
|
4272
|
+
feature2: string;
|
|
4273
|
+
};
|
|
4274
|
+
premium: {
|
|
4275
|
+
title: string;
|
|
4276
|
+
price: string;
|
|
4277
|
+
changeAction: string;
|
|
4278
|
+
feature1: string;
|
|
4279
|
+
feature2: string;
|
|
4280
|
+
feature3: string;
|
|
4281
|
+
feature4: string;
|
|
4282
|
+
};
|
|
4283
|
+
};
|
|
3881
4284
|
};
|
|
3882
4285
|
tr: {
|
|
3883
4286
|
cardLottery: {
|
|
@@ -4260,6 +4663,46 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
4260
4663
|
buyPremium: string;
|
|
4261
4664
|
};
|
|
4262
4665
|
};
|
|
4666
|
+
premium: {
|
|
4667
|
+
loading: string;
|
|
4668
|
+
title: string;
|
|
4669
|
+
loginToSubscribe: string;
|
|
4670
|
+
verifyToSubscribe: string;
|
|
4671
|
+
verifyHint: string;
|
|
4672
|
+
loadingPaymentUi: string;
|
|
4673
|
+
cancelAutoRenew: string;
|
|
4674
|
+
resumeAutoRenew: string;
|
|
4675
|
+
updatePaymentMethod: string;
|
|
4676
|
+
cancelCompleted: string;
|
|
4677
|
+
resumeCompleted: string;
|
|
4678
|
+
subscriptionStatus: string;
|
|
4679
|
+
subscriptionEvent: {
|
|
4680
|
+
renews: string;
|
|
4681
|
+
cancels: string;
|
|
4682
|
+
};
|
|
4683
|
+
errors: {
|
|
4684
|
+
loadPayment: string;
|
|
4685
|
+
loadSubscription: string;
|
|
4686
|
+
cancel: string;
|
|
4687
|
+
resume: string;
|
|
4688
|
+
};
|
|
4689
|
+
adFree: {
|
|
4690
|
+
title: string;
|
|
4691
|
+
price: string;
|
|
4692
|
+
changeAction: string;
|
|
4693
|
+
feature1: string;
|
|
4694
|
+
feature2: string;
|
|
4695
|
+
};
|
|
4696
|
+
premium: {
|
|
4697
|
+
title: string;
|
|
4698
|
+
price: string;
|
|
4699
|
+
changeAction: string;
|
|
4700
|
+
feature1: string;
|
|
4701
|
+
feature2: string;
|
|
4702
|
+
feature3: string;
|
|
4703
|
+
feature4: string;
|
|
4704
|
+
};
|
|
4705
|
+
};
|
|
4263
4706
|
};
|
|
4264
4707
|
ru: {
|
|
4265
4708
|
cardLottery: {
|
|
@@ -4642,6 +5085,46 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
4642
5085
|
buyPremium: string;
|
|
4643
5086
|
};
|
|
4644
5087
|
};
|
|
5088
|
+
premium: {
|
|
5089
|
+
loading: string;
|
|
5090
|
+
title: string;
|
|
5091
|
+
loginToSubscribe: string;
|
|
5092
|
+
verifyToSubscribe: string;
|
|
5093
|
+
verifyHint: string;
|
|
5094
|
+
loadingPaymentUi: string;
|
|
5095
|
+
cancelAutoRenew: string;
|
|
5096
|
+
resumeAutoRenew: string;
|
|
5097
|
+
updatePaymentMethod: string;
|
|
5098
|
+
cancelCompleted: string;
|
|
5099
|
+
resumeCompleted: string;
|
|
5100
|
+
subscriptionStatus: string;
|
|
5101
|
+
subscriptionEvent: {
|
|
5102
|
+
renews: string;
|
|
5103
|
+
cancels: string;
|
|
5104
|
+
};
|
|
5105
|
+
errors: {
|
|
5106
|
+
loadPayment: string;
|
|
5107
|
+
loadSubscription: string;
|
|
5108
|
+
cancel: string;
|
|
5109
|
+
resume: string;
|
|
5110
|
+
};
|
|
5111
|
+
adFree: {
|
|
5112
|
+
title: string;
|
|
5113
|
+
price: string;
|
|
5114
|
+
changeAction: string;
|
|
5115
|
+
feature1: string;
|
|
5116
|
+
feature2: string;
|
|
5117
|
+
};
|
|
5118
|
+
premium: {
|
|
5119
|
+
title: string;
|
|
5120
|
+
price: string;
|
|
5121
|
+
changeAction: string;
|
|
5122
|
+
feature1: string;
|
|
5123
|
+
feature2: string;
|
|
5124
|
+
feature3: string;
|
|
5125
|
+
feature4: string;
|
|
5126
|
+
};
|
|
5127
|
+
};
|
|
4645
5128
|
};
|
|
4646
5129
|
zh: {
|
|
4647
5130
|
cardLottery: {
|
|
@@ -5024,5 +5507,45 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
|
|
|
5024
5507
|
buyPremium: string;
|
|
5025
5508
|
};
|
|
5026
5509
|
};
|
|
5510
|
+
premium: {
|
|
5511
|
+
loading: string;
|
|
5512
|
+
title: string;
|
|
5513
|
+
loginToSubscribe: string;
|
|
5514
|
+
verifyToSubscribe: string;
|
|
5515
|
+
verifyHint: string;
|
|
5516
|
+
loadingPaymentUi: string;
|
|
5517
|
+
cancelAutoRenew: string;
|
|
5518
|
+
resumeAutoRenew: string;
|
|
5519
|
+
updatePaymentMethod: string;
|
|
5520
|
+
cancelCompleted: string;
|
|
5521
|
+
resumeCompleted: string;
|
|
5522
|
+
subscriptionStatus: string;
|
|
5523
|
+
subscriptionEvent: {
|
|
5524
|
+
renews: string;
|
|
5525
|
+
cancels: string;
|
|
5526
|
+
};
|
|
5527
|
+
errors: {
|
|
5528
|
+
loadPayment: string;
|
|
5529
|
+
loadSubscription: string;
|
|
5530
|
+
cancel: string;
|
|
5531
|
+
resume: string;
|
|
5532
|
+
};
|
|
5533
|
+
adFree: {
|
|
5534
|
+
title: string;
|
|
5535
|
+
price: string;
|
|
5536
|
+
changeAction: string;
|
|
5537
|
+
feature1: string;
|
|
5538
|
+
feature2: string;
|
|
5539
|
+
};
|
|
5540
|
+
premium: {
|
|
5541
|
+
title: string;
|
|
5542
|
+
price: string;
|
|
5543
|
+
changeAction: string;
|
|
5544
|
+
feature1: string;
|
|
5545
|
+
feature2: string;
|
|
5546
|
+
feature3: string;
|
|
5547
|
+
feature4: string;
|
|
5548
|
+
};
|
|
5549
|
+
};
|
|
5027
5550
|
};
|
|
5028
5551
|
}, {}, {}, string, false>;
|
|
@@ -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":"de.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/de.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqaE"}
|
|
@@ -415,6 +415,49 @@ declare const _default: {
|
|
|
415
415
|
buyPremium: string;
|
|
416
416
|
};
|
|
417
417
|
};
|
|
418
|
+
premium: {
|
|
419
|
+
loading: string;
|
|
420
|
+
title: string;
|
|
421
|
+
description: string;
|
|
422
|
+
loginToSubscribe: string;
|
|
423
|
+
verifyToSubscribe: string;
|
|
424
|
+
verifyHint: string;
|
|
425
|
+
loadingPaymentUi: string;
|
|
426
|
+
cancelAutoRenew: string;
|
|
427
|
+
resumeAutoRenew: string;
|
|
428
|
+
updatePaymentMethod: string;
|
|
429
|
+
cancelSubmittedPending: string;
|
|
430
|
+
cancelCompleted: string;
|
|
431
|
+
resumeSubmittedPending: string;
|
|
432
|
+
resumeCompleted: string;
|
|
433
|
+
subscriptionStatus: string;
|
|
434
|
+
subscriptionEvent: {
|
|
435
|
+
renews: string;
|
|
436
|
+
cancels: string;
|
|
437
|
+
};
|
|
438
|
+
errors: {
|
|
439
|
+
loadPayment: string;
|
|
440
|
+
loadSubscription: string;
|
|
441
|
+
cancel: string;
|
|
442
|
+
resume: string;
|
|
443
|
+
};
|
|
444
|
+
adFree: {
|
|
445
|
+
title: string;
|
|
446
|
+
price: string;
|
|
447
|
+
changeAction: string;
|
|
448
|
+
feature1: string;
|
|
449
|
+
feature2: string;
|
|
450
|
+
};
|
|
451
|
+
premium: {
|
|
452
|
+
title: string;
|
|
453
|
+
price: string;
|
|
454
|
+
changeAction: string;
|
|
455
|
+
feature1: string;
|
|
456
|
+
feature2: string;
|
|
457
|
+
feature3: string;
|
|
458
|
+
feature4: string;
|
|
459
|
+
};
|
|
460
|
+
};
|
|
418
461
|
navigation: {
|
|
419
462
|
searchPlaceholder: string;
|
|
420
463
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/en.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqeE"}
|