@polyipseity/obsidian-plugin-library 1.14.1 → 1.14.2
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/assets/locales.d.ts +196 -0
- package/dist/assets/locales.d.ts.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
package/dist/assets/locales.d.ts
CHANGED
|
@@ -118,6 +118,10 @@ export declare namespace LibraryLocales {
|
|
|
118
118
|
language: string;
|
|
119
119
|
language_one: string;
|
|
120
120
|
language_other: string;
|
|
121
|
+
list: string;
|
|
122
|
+
"list-description_one": string;
|
|
123
|
+
"list-description_other": string;
|
|
124
|
+
"list-description_zero": string;
|
|
121
125
|
notice: string;
|
|
122
126
|
open: string;
|
|
123
127
|
open_gerund: string;
|
|
@@ -246,6 +250,10 @@ export declare namespace LibraryLocales {
|
|
|
246
250
|
language: string;
|
|
247
251
|
language_one: string;
|
|
248
252
|
language_other: string;
|
|
253
|
+
list: string;
|
|
254
|
+
"list-description_one": string;
|
|
255
|
+
"list-description_other": string;
|
|
256
|
+
"list-description_zero": string;
|
|
249
257
|
notice: string;
|
|
250
258
|
open: string;
|
|
251
259
|
open_gerund: string;
|
|
@@ -374,6 +382,10 @@ export declare namespace LibraryLocales {
|
|
|
374
382
|
language: string;
|
|
375
383
|
language_one: string;
|
|
376
384
|
language_other: string;
|
|
385
|
+
list: string;
|
|
386
|
+
"list-description_one": string;
|
|
387
|
+
"list-description_other": string;
|
|
388
|
+
"list-description_zero": string;
|
|
377
389
|
notice: string;
|
|
378
390
|
open: string;
|
|
379
391
|
open_gerund: string;
|
|
@@ -502,6 +514,10 @@ export declare namespace LibraryLocales {
|
|
|
502
514
|
language: string;
|
|
503
515
|
language_one: string;
|
|
504
516
|
language_other: string;
|
|
517
|
+
list: string;
|
|
518
|
+
"list-description_one": string;
|
|
519
|
+
"list-description_other": string;
|
|
520
|
+
"list-description_zero": string;
|
|
505
521
|
notice: string;
|
|
506
522
|
open: string;
|
|
507
523
|
open_gerund: string;
|
|
@@ -630,6 +646,10 @@ export declare namespace LibraryLocales {
|
|
|
630
646
|
language: string;
|
|
631
647
|
language_one: string;
|
|
632
648
|
language_other: string;
|
|
649
|
+
list: string;
|
|
650
|
+
"list-description_one": string;
|
|
651
|
+
"list-description_other": string;
|
|
652
|
+
"list-description_zero": string;
|
|
633
653
|
notice: string;
|
|
634
654
|
open: string;
|
|
635
655
|
open_gerund: string;
|
|
@@ -758,6 +778,10 @@ export declare namespace LibraryLocales {
|
|
|
758
778
|
language: string;
|
|
759
779
|
language_one: string;
|
|
760
780
|
language_other: string;
|
|
781
|
+
list: string;
|
|
782
|
+
"list-description_one": string;
|
|
783
|
+
"list-description_other": string;
|
|
784
|
+
"list-description_zero": string;
|
|
761
785
|
notice: string;
|
|
762
786
|
open: string;
|
|
763
787
|
open_gerund: string;
|
|
@@ -886,6 +910,10 @@ export declare namespace LibraryLocales {
|
|
|
886
910
|
language: string;
|
|
887
911
|
language_one: string;
|
|
888
912
|
language_other: string;
|
|
913
|
+
list: string;
|
|
914
|
+
"list-description_one": string;
|
|
915
|
+
"list-description_other": string;
|
|
916
|
+
"list-description_zero": string;
|
|
889
917
|
notice: string;
|
|
890
918
|
open: string;
|
|
891
919
|
open_gerund: string;
|
|
@@ -1014,6 +1042,10 @@ export declare namespace LibraryLocales {
|
|
|
1014
1042
|
language: string;
|
|
1015
1043
|
language_one: string;
|
|
1016
1044
|
language_other: string;
|
|
1045
|
+
list: string;
|
|
1046
|
+
"list-description_one": string;
|
|
1047
|
+
"list-description_other": string;
|
|
1048
|
+
"list-description_zero": string;
|
|
1017
1049
|
notice: string;
|
|
1018
1050
|
open: string;
|
|
1019
1051
|
open_gerund: string;
|
|
@@ -1142,6 +1174,10 @@ export declare namespace LibraryLocales {
|
|
|
1142
1174
|
language: string;
|
|
1143
1175
|
language_one: string;
|
|
1144
1176
|
language_other: string;
|
|
1177
|
+
list: string;
|
|
1178
|
+
"list-description_one": string;
|
|
1179
|
+
"list-description_other": string;
|
|
1180
|
+
"list-description_zero": string;
|
|
1145
1181
|
notice: string;
|
|
1146
1182
|
open: string;
|
|
1147
1183
|
open_gerund: string;
|
|
@@ -1270,6 +1306,10 @@ export declare namespace LibraryLocales {
|
|
|
1270
1306
|
language: string;
|
|
1271
1307
|
language_one: string;
|
|
1272
1308
|
language_other: string;
|
|
1309
|
+
list: string;
|
|
1310
|
+
"list-description_one": string;
|
|
1311
|
+
"list-description_other": string;
|
|
1312
|
+
"list-description_zero": string;
|
|
1273
1313
|
notice: string;
|
|
1274
1314
|
open: string;
|
|
1275
1315
|
open_gerund: string;
|
|
@@ -1398,6 +1438,10 @@ export declare namespace LibraryLocales {
|
|
|
1398
1438
|
language: string;
|
|
1399
1439
|
language_one: string;
|
|
1400
1440
|
language_other: string;
|
|
1441
|
+
list: string;
|
|
1442
|
+
"list-description_one": string;
|
|
1443
|
+
"list-description_other": string;
|
|
1444
|
+
"list-description_zero": string;
|
|
1401
1445
|
notice: string;
|
|
1402
1446
|
open: string;
|
|
1403
1447
|
open_gerund: string;
|
|
@@ -1526,6 +1570,10 @@ export declare namespace LibraryLocales {
|
|
|
1526
1570
|
language: string;
|
|
1527
1571
|
language_one: string;
|
|
1528
1572
|
language_other: string;
|
|
1573
|
+
list: string;
|
|
1574
|
+
"list-description_one": string;
|
|
1575
|
+
"list-description_other": string;
|
|
1576
|
+
"list-description_zero": string;
|
|
1529
1577
|
notice: string;
|
|
1530
1578
|
open: string;
|
|
1531
1579
|
open_gerund: string;
|
|
@@ -1600,6 +1648,8 @@ export declare namespace LibraryLocales {
|
|
|
1600
1648
|
"cancel-icon": string;
|
|
1601
1649
|
"confirm-icon": string;
|
|
1602
1650
|
"data-icon": string;
|
|
1651
|
+
"edit-icon": string;
|
|
1652
|
+
"edit-list-icon": string;
|
|
1603
1653
|
"input-from-clipboard-icon": string;
|
|
1604
1654
|
"input-from-file-icon": string;
|
|
1605
1655
|
"load-icon": string;
|
|
@@ -1764,6 +1814,10 @@ export declare namespace LibraryLocales {
|
|
|
1764
1814
|
language: string;
|
|
1765
1815
|
language_one: string;
|
|
1766
1816
|
language_other: string;
|
|
1817
|
+
list: string;
|
|
1818
|
+
"list-description_one": string;
|
|
1819
|
+
"list-description_other": string;
|
|
1820
|
+
"list-description_zero": string;
|
|
1767
1821
|
notice: string;
|
|
1768
1822
|
open: string;
|
|
1769
1823
|
open_gerund: string;
|
|
@@ -1892,6 +1946,10 @@ export declare namespace LibraryLocales {
|
|
|
1892
1946
|
language: string;
|
|
1893
1947
|
language_one: string;
|
|
1894
1948
|
language_other: string;
|
|
1949
|
+
list: string;
|
|
1950
|
+
"list-description_one": string;
|
|
1951
|
+
"list-description_other": string;
|
|
1952
|
+
"list-description_zero": string;
|
|
1895
1953
|
notice: string;
|
|
1896
1954
|
open: string;
|
|
1897
1955
|
open_gerund: string;
|
|
@@ -2020,6 +2078,10 @@ export declare namespace LibraryLocales {
|
|
|
2020
2078
|
language: string;
|
|
2021
2079
|
language_one: string;
|
|
2022
2080
|
language_other: string;
|
|
2081
|
+
list: string;
|
|
2082
|
+
"list-description_one": string;
|
|
2083
|
+
"list-description_other": string;
|
|
2084
|
+
"list-description_zero": string;
|
|
2023
2085
|
notice: string;
|
|
2024
2086
|
open: string;
|
|
2025
2087
|
open_gerund: string;
|
|
@@ -2148,6 +2210,10 @@ export declare namespace LibraryLocales {
|
|
|
2148
2210
|
language: string;
|
|
2149
2211
|
language_one: string;
|
|
2150
2212
|
language_other: string;
|
|
2213
|
+
list: string;
|
|
2214
|
+
"list-description_one": string;
|
|
2215
|
+
"list-description_other": string;
|
|
2216
|
+
"list-description_zero": string;
|
|
2151
2217
|
notice: string;
|
|
2152
2218
|
open: string;
|
|
2153
2219
|
open_gerund: string;
|
|
@@ -2276,6 +2342,10 @@ export declare namespace LibraryLocales {
|
|
|
2276
2342
|
language: string;
|
|
2277
2343
|
language_one: string;
|
|
2278
2344
|
language_other: string;
|
|
2345
|
+
list: string;
|
|
2346
|
+
"list-description_one": string;
|
|
2347
|
+
"list-description_other": string;
|
|
2348
|
+
"list-description_zero": string;
|
|
2279
2349
|
notice: string;
|
|
2280
2350
|
open: string;
|
|
2281
2351
|
open_gerund: string;
|
|
@@ -2404,6 +2474,10 @@ export declare namespace LibraryLocales {
|
|
|
2404
2474
|
language: string;
|
|
2405
2475
|
language_one: string;
|
|
2406
2476
|
language_other: string;
|
|
2477
|
+
list: string;
|
|
2478
|
+
"list-description_one": string;
|
|
2479
|
+
"list-description_other": string;
|
|
2480
|
+
"list-description_zero": string;
|
|
2407
2481
|
notice: string;
|
|
2408
2482
|
open: string;
|
|
2409
2483
|
open_gerund: string;
|
|
@@ -2532,6 +2606,10 @@ export declare namespace LibraryLocales {
|
|
|
2532
2606
|
language: string;
|
|
2533
2607
|
language_one: string;
|
|
2534
2608
|
language_other: string;
|
|
2609
|
+
list: string;
|
|
2610
|
+
"list-description_one": string;
|
|
2611
|
+
"list-description_other": string;
|
|
2612
|
+
"list-description_zero": string;
|
|
2535
2613
|
notice: string;
|
|
2536
2614
|
open: string;
|
|
2537
2615
|
open_gerund: string;
|
|
@@ -2660,6 +2738,10 @@ export declare namespace LibraryLocales {
|
|
|
2660
2738
|
language: string;
|
|
2661
2739
|
language_one: string;
|
|
2662
2740
|
language_other: string;
|
|
2741
|
+
list: string;
|
|
2742
|
+
"list-description_one": string;
|
|
2743
|
+
"list-description_other": string;
|
|
2744
|
+
"list-description_zero": string;
|
|
2663
2745
|
notice: string;
|
|
2664
2746
|
open: string;
|
|
2665
2747
|
open_gerund: string;
|
|
@@ -2788,6 +2870,10 @@ export declare namespace LibraryLocales {
|
|
|
2788
2870
|
language: string;
|
|
2789
2871
|
language_one: string;
|
|
2790
2872
|
language_other: string;
|
|
2873
|
+
list: string;
|
|
2874
|
+
"list-description_one": string;
|
|
2875
|
+
"list-description_other": string;
|
|
2876
|
+
"list-description_zero": string;
|
|
2791
2877
|
notice: string;
|
|
2792
2878
|
open: string;
|
|
2793
2879
|
open_gerund: string;
|
|
@@ -2916,6 +3002,10 @@ export declare namespace LibraryLocales {
|
|
|
2916
3002
|
language: string;
|
|
2917
3003
|
language_one: string;
|
|
2918
3004
|
language_other: string;
|
|
3005
|
+
list: string;
|
|
3006
|
+
"list-description_one": string;
|
|
3007
|
+
"list-description_other": string;
|
|
3008
|
+
"list-description_zero": string;
|
|
2919
3009
|
notice: string;
|
|
2920
3010
|
open: string;
|
|
2921
3011
|
open_gerund: string;
|
|
@@ -3044,6 +3134,10 @@ export declare namespace LibraryLocales {
|
|
|
3044
3134
|
language: string;
|
|
3045
3135
|
language_one: string;
|
|
3046
3136
|
language_other: string;
|
|
3137
|
+
list: string;
|
|
3138
|
+
"list-description_one": string;
|
|
3139
|
+
"list-description_other": string;
|
|
3140
|
+
"list-description_zero": string;
|
|
3047
3141
|
notice: string;
|
|
3048
3142
|
open: string;
|
|
3049
3143
|
open_gerund: string;
|
|
@@ -3172,6 +3266,10 @@ export declare namespace LibraryLocales {
|
|
|
3172
3266
|
language: string;
|
|
3173
3267
|
language_one: string;
|
|
3174
3268
|
language_other: string;
|
|
3269
|
+
list: string;
|
|
3270
|
+
"list-description_one": string;
|
|
3271
|
+
"list-description_other": string;
|
|
3272
|
+
"list-description_zero": string;
|
|
3175
3273
|
notice: string;
|
|
3176
3274
|
open: string;
|
|
3177
3275
|
open_gerund: string;
|
|
@@ -3300,6 +3398,10 @@ export declare namespace LibraryLocales {
|
|
|
3300
3398
|
language: string;
|
|
3301
3399
|
language_one: string;
|
|
3302
3400
|
language_other: string;
|
|
3401
|
+
list: string;
|
|
3402
|
+
"list-description_one": string;
|
|
3403
|
+
"list-description_other": string;
|
|
3404
|
+
"list-description_zero": string;
|
|
3303
3405
|
notice: string;
|
|
3304
3406
|
open: string;
|
|
3305
3407
|
open_gerund: string;
|
|
@@ -3428,6 +3530,10 @@ export declare namespace LibraryLocales {
|
|
|
3428
3530
|
language: string;
|
|
3429
3531
|
language_one: string;
|
|
3430
3532
|
language_other: string;
|
|
3533
|
+
list: string;
|
|
3534
|
+
"list-description_one": string;
|
|
3535
|
+
"list-description_other": string;
|
|
3536
|
+
"list-description_zero": string;
|
|
3431
3537
|
notice: string;
|
|
3432
3538
|
open: string;
|
|
3433
3539
|
open_gerund: string;
|
|
@@ -3556,6 +3662,10 @@ export declare namespace LibraryLocales {
|
|
|
3556
3662
|
language: string;
|
|
3557
3663
|
language_one: string;
|
|
3558
3664
|
language_other: string;
|
|
3665
|
+
list: string;
|
|
3666
|
+
"list-description_one": string;
|
|
3667
|
+
"list-description_other": string;
|
|
3668
|
+
"list-description_zero": string;
|
|
3559
3669
|
notice: string;
|
|
3560
3670
|
open: string;
|
|
3561
3671
|
open_gerund: string;
|
|
@@ -3684,6 +3794,10 @@ export declare namespace LibraryLocales {
|
|
|
3684
3794
|
language: string;
|
|
3685
3795
|
language_one: string;
|
|
3686
3796
|
language_other: string;
|
|
3797
|
+
list: string;
|
|
3798
|
+
"list-description_one": string;
|
|
3799
|
+
"list-description_other": string;
|
|
3800
|
+
"list-description_zero": string;
|
|
3687
3801
|
notice: string;
|
|
3688
3802
|
open: string;
|
|
3689
3803
|
open_gerund: string;
|
|
@@ -3812,6 +3926,10 @@ export declare namespace LibraryLocales {
|
|
|
3812
3926
|
language: string;
|
|
3813
3927
|
language_one: string;
|
|
3814
3928
|
language_other: string;
|
|
3929
|
+
list: string;
|
|
3930
|
+
"list-description_one": string;
|
|
3931
|
+
"list-description_other": string;
|
|
3932
|
+
"list-description_zero": string;
|
|
3815
3933
|
notice: string;
|
|
3816
3934
|
open: string;
|
|
3817
3935
|
open_gerund: string;
|
|
@@ -3940,6 +4058,10 @@ export declare namespace LibraryLocales {
|
|
|
3940
4058
|
language: string;
|
|
3941
4059
|
language_one: string;
|
|
3942
4060
|
language_other: string;
|
|
4061
|
+
list: string;
|
|
4062
|
+
"list-description_one": string;
|
|
4063
|
+
"list-description_other": string;
|
|
4064
|
+
"list-description_zero": string;
|
|
3943
4065
|
notice: string;
|
|
3944
4066
|
open: string;
|
|
3945
4067
|
open_gerund: string;
|
|
@@ -4068,6 +4190,10 @@ export declare namespace LibraryLocales {
|
|
|
4068
4190
|
language: string;
|
|
4069
4191
|
language_one: string;
|
|
4070
4192
|
language_other: string;
|
|
4193
|
+
list: string;
|
|
4194
|
+
"list-description_one": string;
|
|
4195
|
+
"list-description_other": string;
|
|
4196
|
+
"list-description_zero": string;
|
|
4071
4197
|
notice: string;
|
|
4072
4198
|
open: string;
|
|
4073
4199
|
open_gerund: string;
|
|
@@ -4196,6 +4322,10 @@ export declare namespace LibraryLocales {
|
|
|
4196
4322
|
language: string;
|
|
4197
4323
|
language_one: string;
|
|
4198
4324
|
language_other: string;
|
|
4325
|
+
list: string;
|
|
4326
|
+
"list-description_one": string;
|
|
4327
|
+
"list-description_other": string;
|
|
4328
|
+
"list-description_zero": string;
|
|
4199
4329
|
notice: string;
|
|
4200
4330
|
open: string;
|
|
4201
4331
|
open_gerund: string;
|
|
@@ -4324,6 +4454,10 @@ export declare namespace LibraryLocales {
|
|
|
4324
4454
|
language: string;
|
|
4325
4455
|
language_one: string;
|
|
4326
4456
|
language_other: string;
|
|
4457
|
+
list: string;
|
|
4458
|
+
"list-description_one": string;
|
|
4459
|
+
"list-description_other": string;
|
|
4460
|
+
"list-description_zero": string;
|
|
4327
4461
|
notice: string;
|
|
4328
4462
|
open: string;
|
|
4329
4463
|
open_gerund: string;
|
|
@@ -4452,6 +4586,10 @@ export declare namespace LibraryLocales {
|
|
|
4452
4586
|
language: string;
|
|
4453
4587
|
language_one: string;
|
|
4454
4588
|
language_other: string;
|
|
4589
|
+
list: string;
|
|
4590
|
+
"list-description_one": string;
|
|
4591
|
+
"list-description_other": string;
|
|
4592
|
+
"list-description_zero": string;
|
|
4455
4593
|
notice: string;
|
|
4456
4594
|
open: string;
|
|
4457
4595
|
open_gerund: string;
|
|
@@ -4580,6 +4718,10 @@ export declare namespace LibraryLocales {
|
|
|
4580
4718
|
language: string;
|
|
4581
4719
|
language_one: string;
|
|
4582
4720
|
language_other: string;
|
|
4721
|
+
list: string;
|
|
4722
|
+
"list-description_one": string;
|
|
4723
|
+
"list-description_other": string;
|
|
4724
|
+
"list-description_zero": string;
|
|
4583
4725
|
notice: string;
|
|
4584
4726
|
open: string;
|
|
4585
4727
|
open_gerund: string;
|
|
@@ -4708,6 +4850,10 @@ export declare namespace LibraryLocales {
|
|
|
4708
4850
|
language: string;
|
|
4709
4851
|
language_one: string;
|
|
4710
4852
|
language_other: string;
|
|
4853
|
+
list: string;
|
|
4854
|
+
"list-description_one": string;
|
|
4855
|
+
"list-description_other": string;
|
|
4856
|
+
"list-description_zero": string;
|
|
4711
4857
|
notice: string;
|
|
4712
4858
|
open: string;
|
|
4713
4859
|
open_gerund: string;
|
|
@@ -4836,6 +4982,10 @@ export declare namespace LibraryLocales {
|
|
|
4836
4982
|
language: string;
|
|
4837
4983
|
language_one: string;
|
|
4838
4984
|
language_other: string;
|
|
4985
|
+
list: string;
|
|
4986
|
+
"list-description_one": string;
|
|
4987
|
+
"list-description_other": string;
|
|
4988
|
+
"list-description_zero": string;
|
|
4839
4989
|
notice: string;
|
|
4840
4990
|
open: string;
|
|
4841
4991
|
open_gerund: string;
|
|
@@ -4964,6 +5114,10 @@ export declare namespace LibraryLocales {
|
|
|
4964
5114
|
language: string;
|
|
4965
5115
|
language_one: string;
|
|
4966
5116
|
language_other: string;
|
|
5117
|
+
list: string;
|
|
5118
|
+
"list-description_one": string;
|
|
5119
|
+
"list-description_other": string;
|
|
5120
|
+
"list-description_zero": string;
|
|
4967
5121
|
notice: string;
|
|
4968
5122
|
open: string;
|
|
4969
5123
|
open_gerund: string;
|
|
@@ -5092,6 +5246,10 @@ export declare namespace LibraryLocales {
|
|
|
5092
5246
|
language: string;
|
|
5093
5247
|
language_one: string;
|
|
5094
5248
|
language_other: string;
|
|
5249
|
+
list: string;
|
|
5250
|
+
"list-description_one": string;
|
|
5251
|
+
"list-description_other": string;
|
|
5252
|
+
"list-description_zero": string;
|
|
5095
5253
|
notice: string;
|
|
5096
5254
|
open: string;
|
|
5097
5255
|
open_gerund: string;
|
|
@@ -5220,6 +5378,10 @@ export declare namespace LibraryLocales {
|
|
|
5220
5378
|
language: string;
|
|
5221
5379
|
language_one: string;
|
|
5222
5380
|
language_other: string;
|
|
5381
|
+
list: string;
|
|
5382
|
+
"list-description_one": string;
|
|
5383
|
+
"list-description_other": string;
|
|
5384
|
+
"list-description_zero": string;
|
|
5223
5385
|
notice: string;
|
|
5224
5386
|
open: string;
|
|
5225
5387
|
open_gerund: string;
|
|
@@ -5348,6 +5510,10 @@ export declare namespace LibraryLocales {
|
|
|
5348
5510
|
language: string;
|
|
5349
5511
|
language_one: string;
|
|
5350
5512
|
language_other: string;
|
|
5513
|
+
list: string;
|
|
5514
|
+
"list-description_one": string;
|
|
5515
|
+
"list-description_other": string;
|
|
5516
|
+
"list-description_zero": string;
|
|
5351
5517
|
notice: string;
|
|
5352
5518
|
open: string;
|
|
5353
5519
|
open_gerund: string;
|
|
@@ -5476,6 +5642,10 @@ export declare namespace LibraryLocales {
|
|
|
5476
5642
|
language: string;
|
|
5477
5643
|
language_one: string;
|
|
5478
5644
|
language_other: string;
|
|
5645
|
+
list: string;
|
|
5646
|
+
"list-description_one": string;
|
|
5647
|
+
"list-description_other": string;
|
|
5648
|
+
"list-description_zero": string;
|
|
5479
5649
|
notice: string;
|
|
5480
5650
|
open: string;
|
|
5481
5651
|
open_gerund: string;
|
|
@@ -5604,6 +5774,10 @@ export declare namespace LibraryLocales {
|
|
|
5604
5774
|
language: string;
|
|
5605
5775
|
language_one: string;
|
|
5606
5776
|
language_other: string;
|
|
5777
|
+
list: string;
|
|
5778
|
+
"list-description_one": string;
|
|
5779
|
+
"list-description_other": string;
|
|
5780
|
+
"list-description_zero": string;
|
|
5607
5781
|
notice: string;
|
|
5608
5782
|
open: string;
|
|
5609
5783
|
open_gerund: string;
|
|
@@ -5732,6 +5906,10 @@ export declare namespace LibraryLocales {
|
|
|
5732
5906
|
language: string;
|
|
5733
5907
|
language_one: string;
|
|
5734
5908
|
language_other: string;
|
|
5909
|
+
list: string;
|
|
5910
|
+
"list-description_one": string;
|
|
5911
|
+
"list-description_other": string;
|
|
5912
|
+
"list-description_zero": string;
|
|
5735
5913
|
notice: string;
|
|
5736
5914
|
open: string;
|
|
5737
5915
|
open_gerund: string;
|
|
@@ -5860,6 +6038,10 @@ export declare namespace LibraryLocales {
|
|
|
5860
6038
|
language: string;
|
|
5861
6039
|
language_one: string;
|
|
5862
6040
|
language_other: string;
|
|
6041
|
+
list: string;
|
|
6042
|
+
"list-description_one": string;
|
|
6043
|
+
"list-description_other": string;
|
|
6044
|
+
"list-description_zero": string;
|
|
5863
6045
|
notice: string;
|
|
5864
6046
|
open: string;
|
|
5865
6047
|
open_gerund: string;
|
|
@@ -5988,6 +6170,10 @@ export declare namespace LibraryLocales {
|
|
|
5988
6170
|
language: string;
|
|
5989
6171
|
language_one: string;
|
|
5990
6172
|
language_other: string;
|
|
6173
|
+
list: string;
|
|
6174
|
+
"list-description_one": string;
|
|
6175
|
+
"list-description_other": string;
|
|
6176
|
+
"list-description_zero": string;
|
|
5991
6177
|
notice: string;
|
|
5992
6178
|
open: string;
|
|
5993
6179
|
open_gerund: string;
|
|
@@ -6116,6 +6302,10 @@ export declare namespace LibraryLocales {
|
|
|
6116
6302
|
language: string;
|
|
6117
6303
|
language_one: string;
|
|
6118
6304
|
language_other: string;
|
|
6305
|
+
list: string;
|
|
6306
|
+
"list-description_one": string;
|
|
6307
|
+
"list-description_other": string;
|
|
6308
|
+
"list-description_zero": string;
|
|
6119
6309
|
notice: string;
|
|
6120
6310
|
open: string;
|
|
6121
6311
|
open_gerund: string;
|
|
@@ -6236,6 +6426,9 @@ export declare namespace LibraryLocales {
|
|
|
6236
6426
|
frontmatter: string;
|
|
6237
6427
|
import: string;
|
|
6238
6428
|
language: string;
|
|
6429
|
+
list: string;
|
|
6430
|
+
"list-description_other": string;
|
|
6431
|
+
"list-description_zero": string;
|
|
6239
6432
|
notice: string;
|
|
6240
6433
|
open: string;
|
|
6241
6434
|
ordinal: string;
|
|
@@ -6350,6 +6543,9 @@ export declare namespace LibraryLocales {
|
|
|
6350
6543
|
frontmatter: string;
|
|
6351
6544
|
import: string;
|
|
6352
6545
|
language: string;
|
|
6546
|
+
list: string;
|
|
6547
|
+
"list-description_other": string;
|
|
6548
|
+
"list-description_zero": string;
|
|
6353
6549
|
notice: string;
|
|
6354
6550
|
open: string;
|
|
6355
6551
|
ordinal: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../../assets/locales.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEX,eAAe,EACf,OAAO,EACP,YAAY,EACZ,SAAS,EACT,MAAM,eAAe,CAAA;AACtB,OAAO,KAAK,EACX,cAAc,EACd,gBAAgB,EAChB,QAAQ,EACR,OAAO,EACP,MAAM,qBAAqB,CAAA;AAC5B,OAAO,KAAK,EAEX,cAAc,EACd,aAAa,EACb,MAAM,oBAAoB,CAAA;AAU3B,OAAO,KAAK,MAAM,cAAc,CAAA;AAEhC,MAAM,MAAM,eAAe,CAAC,CAAC,IAAI,CAAC,SAAS,OAAO,GAAG,CAAC,GAEnD,CAAC,SAAS,EAAE,GAAG;KACf,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,SAAS,GAAG,MAAM,EAAE,IAAI,MAAM,EAAE,GAAG,EAAE,GAAG,CAAC,GAC3D,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACrB,GAAG,SAAS,CAAC,CAAC,CAAC,SAAS,IAAI,GAAG,OAAO,GAAG,CAAC,CAAA;AAC5C,wBAAgB,UAAU,CAAC,QAAQ,4HAQlC;AACD,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,aAAa,EAAE,OAAO,SAAS,MAAM,CAAC,IAAI;KAC7E,CAAC,IAAI,MAAM,CAAC,CAAC,OAAO,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CAC3D,CAAA;AAED,MAAM,MAAM,cAAc,CAAC,EAAE,SAAS,SAAS,aAAa,EAAE,IAAI;KAChE,CAAC,IAAI,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,GAChC,QAAQ,CAAC,eAAe,CAAC,SAAS,gBAAgB,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;CACrE,CAAA;AACD,MAAM,MAAM,eAAe,CAAC,EAAE,SAAS,SAAS,cAAc,EAAE,IAAI;KAClE,CAAC,IAAI,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,GAAG,MAAM,WAAW,CAAC,UAAU,CAC9D,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,gBAAgB,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAExE,CAAC,CAAC,CAAC;CACL,CAAA;AACD,wBAAgB,cAAc,CAAC,KAAK,CAAC,EAAE,SAAS,SAAS,aAAa,EAAE,EACvE,GAAG,SAAS,EAAE,EAAE,GACd,YAAY,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC,CAyBlC;AAED,yBAAiB,cAAc,CAAC;IACxB,MACN,WAAW,QAAQ,EACnB,gBAAgB,OAAO,EACvB,iBAAiB,gBAAgB,EACjC,kBAAkB;;;;;KAOhB,EACF,UAAU;8EACmB,MAAM;6EACP,MAAM;gFACH,MAAM;KACV,CAAA;IAGrB,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../../assets/locales.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA2MI,CAAA;IAC1B,KAAY,SAAS,GACpB,cAAc,CAAC,OAAO,SAAS,EAAE,OAAO,gBAAgB,CAAC,CAAA;IAC1D,KAAY,UAAU,GAAG,SAAS,CAAC,aAAa,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA;IAC/D,MAAM,UAAU,+CAAuD,CAAA;IAC9E,KAAY,SAAS,GAAG,SAAS;QAChC,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,OAAO;QACP,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,IAAI;QACJ,SAAS;QACT,SAAS;KACT,CAAA;IACM,MAAM,SAAS,8TAEwC,CAAA;CAC9D"}
|