lorgg-v2-components 0.2.1 → 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.
Files changed (31) hide show
  1. package/dist/components/setup/i18n.d.ts +758 -0
  2. package/dist/components/setup/locales/de.d.ts +58 -0
  3. package/dist/components/setup/locales/de.d.ts.map +1 -1
  4. package/dist/components/setup/locales/en.d.ts +62 -0
  5. package/dist/components/setup/locales/en.d.ts.map +1 -1
  6. package/dist/components/setup/locales/es.d.ts +58 -0
  7. package/dist/components/setup/locales/es.d.ts.map +1 -1
  8. package/dist/components/setup/locales/fr.d.ts +58 -0
  9. package/dist/components/setup/locales/fr.d.ts.map +1 -1
  10. package/dist/components/setup/locales/it.d.ts +58 -0
  11. package/dist/components/setup/locales/it.d.ts.map +1 -1
  12. package/dist/components/setup/locales/ja.d.ts +58 -0
  13. package/dist/components/setup/locales/ja.d.ts.map +1 -1
  14. package/dist/components/setup/locales/ko.d.ts +58 -0
  15. package/dist/components/setup/locales/ko.d.ts.map +1 -1
  16. package/dist/components/setup/locales/pl.d.ts +58 -0
  17. package/dist/components/setup/locales/pl.d.ts.map +1 -1
  18. package/dist/components/setup/locales/pt.d.ts +58 -0
  19. package/dist/components/setup/locales/pt.d.ts.map +1 -1
  20. package/dist/components/setup/locales/ru.d.ts +58 -0
  21. package/dist/components/setup/locales/ru.d.ts.map +1 -1
  22. package/dist/components/setup/locales/th.d.ts +58 -0
  23. package/dist/components/setup/locales/th.d.ts.map +1 -1
  24. package/dist/components/setup/locales/tr.d.ts +58 -0
  25. package/dist/components/setup/locales/tr.d.ts.map +1 -1
  26. package/dist/components/setup/locales/zh.d.ts +58 -0
  27. package/dist/components/setup/locales/zh.d.ts.map +1 -1
  28. package/dist/lorgg-components.cjs.js +47 -47
  29. package/dist/lorgg-components.es.js +1202 -444
  30. package/dist/lorgg-components.umd.js +13 -13
  31. package/package.json +1 -1
@@ -397,6 +397,68 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
397
397
  winrateAgainstRegion: string;
398
398
  commonOpponents: string;
399
399
  };
400
+ ads: {
401
+ supportLorgg: string;
402
+ disableAdBlock: string;
403
+ considerDonating: string;
404
+ considerDonatingOr: string;
405
+ considerPremium: string;
406
+ premiumModal: {
407
+ title: string;
408
+ description: string;
409
+ benefits: {
410
+ title: string;
411
+ noAds: string;
412
+ supportDevelopment: string;
413
+ exclusiveFeatures: string;
414
+ };
415
+ close: string;
416
+ buyPremium: string;
417
+ };
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
+ };
400
462
  navigation: {
401
463
  searchPlaceholder: string;
402
464
  };
@@ -785,6 +847,64 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
785
847
  navigation: {
786
848
  searchPlaceholder: string;
787
849
  };
850
+ ads: {
851
+ supportLorgg: string;
852
+ disableAdBlock: string;
853
+ considerDonating: string;
854
+ considerDonatingOr: string;
855
+ considerPremium: string;
856
+ premiumModal: {
857
+ title: string;
858
+ benefits: {
859
+ title: string;
860
+ noAds: string;
861
+ supportDevelopment: string;
862
+ exclusiveFeatures: string;
863
+ };
864
+ close: string;
865
+ buyPremium: string;
866
+ };
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
+ };
788
908
  };
789
909
  es: {
790
910
  cardLottery: {
@@ -1149,6 +1269,64 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
1149
1269
  navigation: {
1150
1270
  searchPlaceholder: string;
1151
1271
  };
1272
+ ads: {
1273
+ supportLorgg: string;
1274
+ disableAdBlock: string;
1275
+ considerDonating: string;
1276
+ considerDonatingOr: string;
1277
+ considerPremium: string;
1278
+ premiumModal: {
1279
+ title: string;
1280
+ benefits: {
1281
+ title: string;
1282
+ noAds: string;
1283
+ supportDevelopment: string;
1284
+ exclusiveFeatures: string;
1285
+ };
1286
+ close: string;
1287
+ buyPremium: string;
1288
+ };
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
+ };
1152
1330
  };
1153
1331
  fr: {
1154
1332
  cardLottery: {
@@ -1513,6 +1691,64 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
1513
1691
  navigation: {
1514
1692
  searchPlaceholder: string;
1515
1693
  };
1694
+ ads: {
1695
+ supportLorgg: string;
1696
+ disableAdBlock: string;
1697
+ considerDonating: string;
1698
+ considerDonatingOr: string;
1699
+ considerPremium: string;
1700
+ premiumModal: {
1701
+ title: string;
1702
+ benefits: {
1703
+ title: string;
1704
+ noAds: string;
1705
+ supportDevelopment: string;
1706
+ exclusiveFeatures: string;
1707
+ };
1708
+ close: string;
1709
+ buyPremium: string;
1710
+ };
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
+ };
1516
1752
  };
1517
1753
  it: {
1518
1754
  cardLottery: {
@@ -1877,6 +2113,64 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
1877
2113
  navigation: {
1878
2114
  searchPlaceholder: string;
1879
2115
  };
2116
+ ads: {
2117
+ supportLorgg: string;
2118
+ disableAdBlock: string;
2119
+ considerDonating: string;
2120
+ considerDonatingOr: string;
2121
+ considerPremium: string;
2122
+ premiumModal: {
2123
+ title: string;
2124
+ benefits: {
2125
+ title: string;
2126
+ noAds: string;
2127
+ supportDevelopment: string;
2128
+ exclusiveFeatures: string;
2129
+ };
2130
+ close: string;
2131
+ buyPremium: string;
2132
+ };
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
+ };
1880
2174
  };
1881
2175
  ja: {
1882
2176
  cardLottery: {
@@ -2241,6 +2535,64 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
2241
2535
  navigation: {
2242
2536
  searchPlaceholder: string;
2243
2537
  };
2538
+ ads: {
2539
+ supportLorgg: string;
2540
+ disableAdBlock: string;
2541
+ considerDonating: string;
2542
+ considerDonatingOr: string;
2543
+ considerPremium: string;
2544
+ premiumModal: {
2545
+ title: string;
2546
+ benefits: {
2547
+ title: string;
2548
+ noAds: string;
2549
+ supportDevelopment: string;
2550
+ exclusiveFeatures: string;
2551
+ };
2552
+ close: string;
2553
+ buyPremium: string;
2554
+ };
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
+ };
2244
2596
  };
2245
2597
  ko: {
2246
2598
  cardLottery: {
@@ -2605,6 +2957,64 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
2605
2957
  navigation: {
2606
2958
  searchPlaceholder: string;
2607
2959
  };
2960
+ ads: {
2961
+ supportLorgg: string;
2962
+ disableAdBlock: string;
2963
+ considerDonating: string;
2964
+ considerDonatingOr: string;
2965
+ considerPremium: string;
2966
+ premiumModal: {
2967
+ title: string;
2968
+ benefits: {
2969
+ title: string;
2970
+ noAds: string;
2971
+ supportDevelopment: string;
2972
+ exclusiveFeatures: string;
2973
+ };
2974
+ close: string;
2975
+ buyPremium: string;
2976
+ };
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
+ };
2608
3018
  };
2609
3019
  pl: {
2610
3020
  cardLottery: {
@@ -2969,6 +3379,64 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
2969
3379
  navigation: {
2970
3380
  searchPlaceholder: string;
2971
3381
  };
3382
+ ads: {
3383
+ supportLorgg: string;
3384
+ disableAdBlock: string;
3385
+ considerDonating: string;
3386
+ considerDonatingOr: string;
3387
+ considerPremium: string;
3388
+ premiumModal: {
3389
+ title: string;
3390
+ benefits: {
3391
+ title: string;
3392
+ noAds: string;
3393
+ supportDevelopment: string;
3394
+ exclusiveFeatures: string;
3395
+ };
3396
+ close: string;
3397
+ buyPremium: string;
3398
+ };
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
+ };
2972
3440
  };
2973
3441
  pt: {
2974
3442
  cardLottery: {
@@ -3333,6 +3801,64 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
3333
3801
  navigation: {
3334
3802
  searchPlaceholder: string;
3335
3803
  };
3804
+ ads: {
3805
+ supportLorgg: string;
3806
+ disableAdBlock: string;
3807
+ considerDonating: string;
3808
+ considerDonatingOr: string;
3809
+ considerPremium: string;
3810
+ premiumModal: {
3811
+ title: string;
3812
+ benefits: {
3813
+ title: string;
3814
+ noAds: string;
3815
+ supportDevelopment: string;
3816
+ exclusiveFeatures: string;
3817
+ };
3818
+ close: string;
3819
+ buyPremium: string;
3820
+ };
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
+ };
3336
3862
  };
3337
3863
  th: {
3338
3864
  cardLottery: {
@@ -3697,6 +4223,64 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
3697
4223
  navigation: {
3698
4224
  searchPlaceholder: string;
3699
4225
  };
4226
+ ads: {
4227
+ supportLorgg: string;
4228
+ disableAdBlock: string;
4229
+ considerDonating: string;
4230
+ considerDonatingOr: string;
4231
+ considerPremium: string;
4232
+ premiumModal: {
4233
+ title: string;
4234
+ benefits: {
4235
+ title: string;
4236
+ noAds: string;
4237
+ supportDevelopment: string;
4238
+ exclusiveFeatures: string;
4239
+ };
4240
+ close: string;
4241
+ buyPremium: string;
4242
+ };
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
+ };
3700
4284
  };
3701
4285
  tr: {
3702
4286
  cardLottery: {
@@ -4061,6 +4645,64 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
4061
4645
  navigation: {
4062
4646
  searchPlaceholder: string;
4063
4647
  };
4648
+ ads: {
4649
+ supportLorgg: string;
4650
+ disableAdBlock: string;
4651
+ considerDonating: string;
4652
+ considerDonatingOr: string;
4653
+ considerPremium: string;
4654
+ premiumModal: {
4655
+ title: string;
4656
+ benefits: {
4657
+ title: string;
4658
+ noAds: string;
4659
+ supportDevelopment: string;
4660
+ exclusiveFeatures: string;
4661
+ };
4662
+ close: string;
4663
+ buyPremium: string;
4664
+ };
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
+ };
4064
4706
  };
4065
4707
  ru: {
4066
4708
  cardLottery: {
@@ -4425,6 +5067,64 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
4425
5067
  navigation: {
4426
5068
  searchPlaceholder: string;
4427
5069
  };
5070
+ ads: {
5071
+ supportLorgg: string;
5072
+ disableAdBlock: string;
5073
+ considerDonating: string;
5074
+ considerDonatingOr: string;
5075
+ considerPremium: string;
5076
+ premiumModal: {
5077
+ title: string;
5078
+ benefits: {
5079
+ title: string;
5080
+ noAds: string;
5081
+ supportDevelopment: string;
5082
+ exclusiveFeatures: string;
5083
+ };
5084
+ close: string;
5085
+ buyPremium: string;
5086
+ };
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
+ };
4428
5128
  };
4429
5129
  zh: {
4430
5130
  cardLottery: {
@@ -4789,5 +5489,63 @@ export declare function setupi18n(locale?: string): import("vue-i18n").I18n<{
4789
5489
  navigation: {
4790
5490
  searchPlaceholder: string;
4791
5491
  };
5492
+ ads: {
5493
+ supportLorgg: string;
5494
+ disableAdBlock: string;
5495
+ considerDonating: string;
5496
+ considerDonatingOr: string;
5497
+ considerPremium: string;
5498
+ premiumModal: {
5499
+ title: string;
5500
+ benefits: {
5501
+ title: string;
5502
+ noAds: string;
5503
+ supportDevelopment: string;
5504
+ exclusiveFeatures: string;
5505
+ };
5506
+ close: string;
5507
+ buyPremium: string;
5508
+ };
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
+ };
4792
5550
  };
4793
5551
  }, {}, {}, string, false>;