connectfy-i18n 0.0.53 → 0.0.54
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/index.cjs +88 -4
- package/dist/index.d.cts +84 -0
- package/dist/index.d.ts +84 -0
- package/dist/index.mjs +88 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -625,7 +625,12 @@ var en_default = {
|
|
|
625
625
|
no_sent_requests: "No pending sent requests",
|
|
626
626
|
friend_requests_empty_hint: "When people want to connect with you, they'll appear here.",
|
|
627
627
|
start_searching: "Find People",
|
|
628
|
-
now_friends_with: "You and {{name}} are now friends!"
|
|
628
|
+
now_friends_with: "You and {{name}} are now friends!",
|
|
629
|
+
unread: "Unread",
|
|
630
|
+
friendship: "Friendship",
|
|
631
|
+
system: "System",
|
|
632
|
+
loading: "Loading\u2026",
|
|
633
|
+
load_more: "Load more"
|
|
629
634
|
},
|
|
630
635
|
enum: {
|
|
631
636
|
male: "Male",
|
|
@@ -762,6 +767,22 @@ var en_default = {
|
|
|
762
767
|
friendship_request_sent: "{{username}} sent you a friendship request",
|
|
763
768
|
friendship_request_accepted: "{{username}} accepted your friendship request",
|
|
764
769
|
friendship_request_declined: "{{username}} declined your friendship request"
|
|
770
|
+
},
|
|
771
|
+
header: "Notifications",
|
|
772
|
+
mark_all_as_read: "Mark all as read",
|
|
773
|
+
remove_selected: "Delete selected",
|
|
774
|
+
selected: "selected",
|
|
775
|
+
empty: "No notifications yet",
|
|
776
|
+
swipe_left_hint: "Swipe to act",
|
|
777
|
+
swipe_right_hint: "Swipe to select",
|
|
778
|
+
read: "Read",
|
|
779
|
+
unread: "Unread",
|
|
780
|
+
profile: "Profile",
|
|
781
|
+
filter: {
|
|
782
|
+
all: "All",
|
|
783
|
+
unread: "Unread",
|
|
784
|
+
friendship: "Friendship",
|
|
785
|
+
system: "System"
|
|
765
786
|
}
|
|
766
787
|
}
|
|
767
788
|
}
|
|
@@ -1366,7 +1387,12 @@ var az_default = {
|
|
|
1366
1387
|
no_sent_requests: "G\xF6nd\u0259rilmi\u015F ist\u0259k yoxdur",
|
|
1367
1388
|
friend_requests_empty_hint: "\u0130nsanlar siz\u0259 ist\u0259k g\xF6nd\u0259rdikd\u0259, onlar\u0131 burada g\xF6r\u0259c\u0259ksiniz.",
|
|
1368
1389
|
start_searching: "Axtar\u0131\u015Fa Ba\u015Fla",
|
|
1369
|
-
now_friends_with: "Art\u0131q {{name}} il\u0259 dostsunuz!"
|
|
1390
|
+
now_friends_with: "Art\u0131q {{name}} il\u0259 dostsunuz!",
|
|
1391
|
+
unread: "Oxunmam\u0131\u015F",
|
|
1392
|
+
friendship: "Dostluq",
|
|
1393
|
+
system: "Sistem",
|
|
1394
|
+
loading: "Y\xFCkl\u0259nir\u2026",
|
|
1395
|
+
load_more: "Daha \xE7ox y\xFCkl\u0259"
|
|
1370
1396
|
},
|
|
1371
1397
|
enum: {
|
|
1372
1398
|
male: "Ki\u015Fi",
|
|
@@ -1503,6 +1529,22 @@ var az_default = {
|
|
|
1503
1529
|
friendship_request_sent: "{{username}} siz\u0259 dostluq ist\u0259yi g\xF6nd\u0259rdi",
|
|
1504
1530
|
friendship_request_accepted: "{{username}} dostluq ist\u0259yinizi q\u0259bul etdi",
|
|
1505
1531
|
friendship_request_declined: "{{username}} dostluq ist\u0259yinizi r\u0259dd etdi"
|
|
1532
|
+
},
|
|
1533
|
+
header: "Bildiri\u015Fl\u0259r",
|
|
1534
|
+
mark_all_as_read: "Ham\u0131s\u0131n\u0131 oxunmu\u015F kimi i\u015Far\u0259l\u0259",
|
|
1535
|
+
remove_selected: "Se\xE7il\u0259nl\u0259ri sil",
|
|
1536
|
+
selected: "se\xE7ilib",
|
|
1537
|
+
empty: "H\u0259l\u0259 he\xE7 bir bildiri\u015F yoxdur",
|
|
1538
|
+
swipe_left_hint: "\u018Fm\u0259liyyat \xFC\xE7\xFCn s\xFCr\xFC\u015Fd\xFCr",
|
|
1539
|
+
swipe_right_hint: "Se\xE7m\u0259k \xFC\xE7\xFCn s\xFCr\xFC\u015Fd\xFCr",
|
|
1540
|
+
read: "Oxundu",
|
|
1541
|
+
unread: "Oxunmam\u0131\u015F",
|
|
1542
|
+
profile: "Profil",
|
|
1543
|
+
filter: {
|
|
1544
|
+
all: "Ham\u0131s\u0131",
|
|
1545
|
+
unread: "Oxunmam\u0131\u015F",
|
|
1546
|
+
friendship: "Dostluq",
|
|
1547
|
+
system: "Sistem"
|
|
1506
1548
|
}
|
|
1507
1549
|
}
|
|
1508
1550
|
}
|
|
@@ -2107,7 +2149,12 @@ var ru_default = {
|
|
|
2107
2149
|
no_sent_requests: "\u041D\u0435\u0442 \u0438\u0441\u0445\u043E\u0434\u044F\u0449\u0438\u0445 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432",
|
|
2108
2150
|
friend_requests_empty_hint: "\u041A\u043E\u0433\u0434\u0430 \u043B\u044E\u0434\u0438 \u0437\u0430\u0445\u043E\u0442\u044F\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u0432\u0430\u043C\u0438, \u043E\u043D\u0438 \u043F\u043E\u044F\u0432\u044F\u0442\u0441\u044F \u0437\u0434\u0435\u0441\u044C.",
|
|
2109
2151
|
start_searching: "\u041D\u0430\u0439\u0442\u0438 \u043B\u044E\u0434\u0435\u0439",
|
|
2110
|
-
now_friends_with: "\u0412\u044B \u0438 {{name}} \u0442\u0435\u043F\u0435\u0440\u044C \u0434\u0440\u0443\u0437\u044C\u044F!"
|
|
2152
|
+
now_friends_with: "\u0412\u044B \u0438 {{name}} \u0442\u0435\u043F\u0435\u0440\u044C \u0434\u0440\u0443\u0437\u044C\u044F!",
|
|
2153
|
+
unread: "\u041D\u0435\u043F\u0440\u043E\u0447\u0438\u0442\u0430\u043D\u043D\u044B\u0435",
|
|
2154
|
+
friendship: "\u0414\u0440\u0443\u0436\u0431\u0430",
|
|
2155
|
+
system: "\u0421\u0438\u0441\u0442\u0435\u043C\u0430",
|
|
2156
|
+
loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430\u2026",
|
|
2157
|
+
load_more: "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C \u0435\u0449\u0451"
|
|
2111
2158
|
},
|
|
2112
2159
|
enum: {
|
|
2113
2160
|
male: "\u041C\u0443\u0436\u0447\u0438\u043D\u0430",
|
|
@@ -2244,6 +2291,22 @@ var ru_default = {
|
|
|
2244
2291
|
friendship_request_sent: "{{username}} \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043B \u0432\u0430\u043C \u0437\u0430\u043F\u0440\u043E\u0441 \u0432 \u0434\u0440\u0443\u0437\u044C\u044F",
|
|
2245
2292
|
friendship_request_accepted: "{{username}} \u043F\u0440\u0438\u043D\u044F\u043B \u0432\u0430\u0448 \u0437\u0430\u043F\u0440\u043E\u0441 \u0432 \u0434\u0440\u0443\u0437\u044C\u044F",
|
|
2246
2293
|
friendship_request_declined: "{{username}} \u043E\u0442\u043A\u043B\u043E\u043D\u0438\u043B \u0432\u0430\u0448 \u0437\u0430\u043F\u0440\u043E\u0441 \u0432 \u0434\u0440\u0443\u0437\u044C\u044F"
|
|
2294
|
+
},
|
|
2295
|
+
header: "\u0423\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u044F",
|
|
2296
|
+
mark_all_as_read: "\u041E\u0442\u043C\u0435\u0442\u0438\u0442\u044C \u0432\u0441\u0435 \u043A\u0430\u043A \u043F\u0440\u043E\u0447\u0438\u0442\u0430\u043D\u043D\u044B\u0435",
|
|
2297
|
+
remove_selected: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435",
|
|
2298
|
+
selected: "\u0432\u044B\u0431\u0440\u0430\u043D\u043E",
|
|
2299
|
+
empty: "\u0423\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u0439 \u043F\u043E\u043A\u0430 \u043D\u0435\u0442",
|
|
2300
|
+
swipe_left_hint: "\u0421\u0432\u0430\u0439\u043F \u0434\u043B\u044F \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439",
|
|
2301
|
+
swipe_right_hint: "\u0421\u0432\u0430\u0439\u043F \u0434\u043B\u044F \u0432\u044B\u0431\u043E\u0440\u0430",
|
|
2302
|
+
read: "\u041F\u0440\u043E\u0447\u0438\u0442\u0430\u043D\u043E",
|
|
2303
|
+
unread: "\u041D\u0435\u043F\u0440\u043E\u0447\u0438\u0442\u0430\u043D\u043D\u043E\u0435",
|
|
2304
|
+
profile: "\u041F\u0440\u043E\u0444\u0438\u043B\u044C",
|
|
2305
|
+
filter: {
|
|
2306
|
+
all: "\u0412\u0441\u0435",
|
|
2307
|
+
unread: "\u041D\u0435\u043F\u0440\u043E\u0447\u0438\u0442\u0430\u043D\u043D\u044B\u0435",
|
|
2308
|
+
friendship: "\u0414\u0440\u0443\u0436\u0431\u0430",
|
|
2309
|
+
system: "\u0421\u0438\u0441\u0442\u0435\u043C\u0430"
|
|
2247
2310
|
}
|
|
2248
2311
|
}
|
|
2249
2312
|
}
|
|
@@ -2847,7 +2910,12 @@ var tr_default = {
|
|
|
2847
2910
|
no_sent_requests: "G\xF6nderilmi\u015F istek bulunmuyor",
|
|
2848
2911
|
friend_requests_empty_hint: "\u0130nsanlar sizinle ba\u011Flant\u0131 kurmak istedi\u011Finde burada g\xF6r\xFCnecekler.",
|
|
2849
2912
|
start_searching: "Ke\u015Ffetmeye Ba\u015Fla",
|
|
2850
|
-
now_friends_with: "{{name}} ile art\u0131k arkada\u015Fs\u0131n\u0131z!"
|
|
2913
|
+
now_friends_with: "{{name}} ile art\u0131k arkada\u015Fs\u0131n\u0131z!",
|
|
2914
|
+
unread: "Okunmam\u0131\u015F",
|
|
2915
|
+
friendship: "Arkada\u015Fl\u0131k",
|
|
2916
|
+
system: "Sistem",
|
|
2917
|
+
loading: "Y\xFCkleniyor\u2026",
|
|
2918
|
+
load_more: "Daha fazla y\xFCkle"
|
|
2851
2919
|
},
|
|
2852
2920
|
enum: {
|
|
2853
2921
|
male: "Erkek",
|
|
@@ -2984,6 +3052,22 @@ var tr_default = {
|
|
|
2984
3052
|
friendship_request_sent: "{{username}} size arkada\u015Fl\u0131k iste\u011Fi g\xF6nderdi.",
|
|
2985
3053
|
friendship_request_accepted: "{{username}} arkada\u015Fl\u0131k iste\u011Finizi kabul etti.",
|
|
2986
3054
|
friendship_request_declined: "{{username}} arkada\u015Fl\u0131k iste\u011Finizi reddetti."
|
|
3055
|
+
},
|
|
3056
|
+
header: "Bildirimler",
|
|
3057
|
+
mark_all_as_read: "T\xFCm\xFCn\xFC okundu olarak i\u015Faretle",
|
|
3058
|
+
remove_selected: "Se\xE7ilenleri sil",
|
|
3059
|
+
selected: "se\xE7ildi",
|
|
3060
|
+
empty: "Hen\xFCz bildirim yok",
|
|
3061
|
+
swipe_left_hint: "\u0130\u015Flem i\xE7in kayd\u0131r",
|
|
3062
|
+
swipe_right_hint: "Se\xE7mek i\xE7in kayd\u0131r",
|
|
3063
|
+
read: "Okundu",
|
|
3064
|
+
unread: "Okunmam\u0131\u015F",
|
|
3065
|
+
profile: "Profil",
|
|
3066
|
+
filter: {
|
|
3067
|
+
all: "T\xFCm\xFC",
|
|
3068
|
+
unread: "Okunmam\u0131\u015F",
|
|
3069
|
+
friendship: "Arkada\u015Fl\u0131k",
|
|
3070
|
+
system: "Sistem"
|
|
2987
3071
|
}
|
|
2988
3072
|
}
|
|
2989
3073
|
}
|
package/dist/index.d.cts
CHANGED
|
@@ -598,6 +598,11 @@ declare const resources: {
|
|
|
598
598
|
friend_requests_empty_hint: string;
|
|
599
599
|
start_searching: string;
|
|
600
600
|
now_friends_with: string;
|
|
601
|
+
unread: string;
|
|
602
|
+
friendship: string;
|
|
603
|
+
system: string;
|
|
604
|
+
loading: string;
|
|
605
|
+
load_more: string;
|
|
601
606
|
};
|
|
602
607
|
enum: {
|
|
603
608
|
male: string;
|
|
@@ -735,6 +740,22 @@ declare const resources: {
|
|
|
735
740
|
friendship_request_accepted: string;
|
|
736
741
|
friendship_request_declined: string;
|
|
737
742
|
};
|
|
743
|
+
header: string;
|
|
744
|
+
mark_all_as_read: string;
|
|
745
|
+
remove_selected: string;
|
|
746
|
+
selected: string;
|
|
747
|
+
empty: string;
|
|
748
|
+
swipe_left_hint: string;
|
|
749
|
+
swipe_right_hint: string;
|
|
750
|
+
read: string;
|
|
751
|
+
unread: string;
|
|
752
|
+
profile: string;
|
|
753
|
+
filter: {
|
|
754
|
+
all: string;
|
|
755
|
+
unread: string;
|
|
756
|
+
friendship: string;
|
|
757
|
+
system: string;
|
|
758
|
+
};
|
|
738
759
|
};
|
|
739
760
|
};
|
|
740
761
|
};
|
|
@@ -1337,6 +1358,11 @@ declare const resources: {
|
|
|
1337
1358
|
friend_requests_empty_hint: string;
|
|
1338
1359
|
start_searching: string;
|
|
1339
1360
|
now_friends_with: string;
|
|
1361
|
+
unread: string;
|
|
1362
|
+
friendship: string;
|
|
1363
|
+
system: string;
|
|
1364
|
+
loading: string;
|
|
1365
|
+
load_more: string;
|
|
1340
1366
|
};
|
|
1341
1367
|
enum: {
|
|
1342
1368
|
male: string;
|
|
@@ -1474,6 +1500,22 @@ declare const resources: {
|
|
|
1474
1500
|
friendship_request_accepted: string;
|
|
1475
1501
|
friendship_request_declined: string;
|
|
1476
1502
|
};
|
|
1503
|
+
header: string;
|
|
1504
|
+
mark_all_as_read: string;
|
|
1505
|
+
remove_selected: string;
|
|
1506
|
+
selected: string;
|
|
1507
|
+
empty: string;
|
|
1508
|
+
swipe_left_hint: string;
|
|
1509
|
+
swipe_right_hint: string;
|
|
1510
|
+
read: string;
|
|
1511
|
+
unread: string;
|
|
1512
|
+
profile: string;
|
|
1513
|
+
filter: {
|
|
1514
|
+
all: string;
|
|
1515
|
+
unread: string;
|
|
1516
|
+
friendship: string;
|
|
1517
|
+
system: string;
|
|
1518
|
+
};
|
|
1477
1519
|
};
|
|
1478
1520
|
};
|
|
1479
1521
|
};
|
|
@@ -2076,6 +2118,11 @@ declare const resources: {
|
|
|
2076
2118
|
friend_requests_empty_hint: string;
|
|
2077
2119
|
start_searching: string;
|
|
2078
2120
|
now_friends_with: string;
|
|
2121
|
+
unread: string;
|
|
2122
|
+
friendship: string;
|
|
2123
|
+
system: string;
|
|
2124
|
+
loading: string;
|
|
2125
|
+
load_more: string;
|
|
2079
2126
|
};
|
|
2080
2127
|
enum: {
|
|
2081
2128
|
male: string;
|
|
@@ -2213,6 +2260,22 @@ declare const resources: {
|
|
|
2213
2260
|
friendship_request_accepted: string;
|
|
2214
2261
|
friendship_request_declined: string;
|
|
2215
2262
|
};
|
|
2263
|
+
header: string;
|
|
2264
|
+
mark_all_as_read: string;
|
|
2265
|
+
remove_selected: string;
|
|
2266
|
+
selected: string;
|
|
2267
|
+
empty: string;
|
|
2268
|
+
swipe_left_hint: string;
|
|
2269
|
+
swipe_right_hint: string;
|
|
2270
|
+
read: string;
|
|
2271
|
+
unread: string;
|
|
2272
|
+
profile: string;
|
|
2273
|
+
filter: {
|
|
2274
|
+
all: string;
|
|
2275
|
+
unread: string;
|
|
2276
|
+
friendship: string;
|
|
2277
|
+
system: string;
|
|
2278
|
+
};
|
|
2216
2279
|
};
|
|
2217
2280
|
};
|
|
2218
2281
|
};
|
|
@@ -2814,6 +2877,11 @@ declare const resources: {
|
|
|
2814
2877
|
friend_requests_empty_hint: string;
|
|
2815
2878
|
start_searching: string;
|
|
2816
2879
|
now_friends_with: string;
|
|
2880
|
+
unread: string;
|
|
2881
|
+
friendship: string;
|
|
2882
|
+
system: string;
|
|
2883
|
+
loading: string;
|
|
2884
|
+
load_more: string;
|
|
2817
2885
|
};
|
|
2818
2886
|
enum: {
|
|
2819
2887
|
male: string;
|
|
@@ -2951,6 +3019,22 @@ declare const resources: {
|
|
|
2951
3019
|
friendship_request_accepted: string;
|
|
2952
3020
|
friendship_request_declined: string;
|
|
2953
3021
|
};
|
|
3022
|
+
header: string;
|
|
3023
|
+
mark_all_as_read: string;
|
|
3024
|
+
remove_selected: string;
|
|
3025
|
+
selected: string;
|
|
3026
|
+
empty: string;
|
|
3027
|
+
swipe_left_hint: string;
|
|
3028
|
+
swipe_right_hint: string;
|
|
3029
|
+
read: string;
|
|
3030
|
+
unread: string;
|
|
3031
|
+
profile: string;
|
|
3032
|
+
filter: {
|
|
3033
|
+
all: string;
|
|
3034
|
+
unread: string;
|
|
3035
|
+
friendship: string;
|
|
3036
|
+
system: string;
|
|
3037
|
+
};
|
|
2954
3038
|
};
|
|
2955
3039
|
};
|
|
2956
3040
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -598,6 +598,11 @@ declare const resources: {
|
|
|
598
598
|
friend_requests_empty_hint: string;
|
|
599
599
|
start_searching: string;
|
|
600
600
|
now_friends_with: string;
|
|
601
|
+
unread: string;
|
|
602
|
+
friendship: string;
|
|
603
|
+
system: string;
|
|
604
|
+
loading: string;
|
|
605
|
+
load_more: string;
|
|
601
606
|
};
|
|
602
607
|
enum: {
|
|
603
608
|
male: string;
|
|
@@ -735,6 +740,22 @@ declare const resources: {
|
|
|
735
740
|
friendship_request_accepted: string;
|
|
736
741
|
friendship_request_declined: string;
|
|
737
742
|
};
|
|
743
|
+
header: string;
|
|
744
|
+
mark_all_as_read: string;
|
|
745
|
+
remove_selected: string;
|
|
746
|
+
selected: string;
|
|
747
|
+
empty: string;
|
|
748
|
+
swipe_left_hint: string;
|
|
749
|
+
swipe_right_hint: string;
|
|
750
|
+
read: string;
|
|
751
|
+
unread: string;
|
|
752
|
+
profile: string;
|
|
753
|
+
filter: {
|
|
754
|
+
all: string;
|
|
755
|
+
unread: string;
|
|
756
|
+
friendship: string;
|
|
757
|
+
system: string;
|
|
758
|
+
};
|
|
738
759
|
};
|
|
739
760
|
};
|
|
740
761
|
};
|
|
@@ -1337,6 +1358,11 @@ declare const resources: {
|
|
|
1337
1358
|
friend_requests_empty_hint: string;
|
|
1338
1359
|
start_searching: string;
|
|
1339
1360
|
now_friends_with: string;
|
|
1361
|
+
unread: string;
|
|
1362
|
+
friendship: string;
|
|
1363
|
+
system: string;
|
|
1364
|
+
loading: string;
|
|
1365
|
+
load_more: string;
|
|
1340
1366
|
};
|
|
1341
1367
|
enum: {
|
|
1342
1368
|
male: string;
|
|
@@ -1474,6 +1500,22 @@ declare const resources: {
|
|
|
1474
1500
|
friendship_request_accepted: string;
|
|
1475
1501
|
friendship_request_declined: string;
|
|
1476
1502
|
};
|
|
1503
|
+
header: string;
|
|
1504
|
+
mark_all_as_read: string;
|
|
1505
|
+
remove_selected: string;
|
|
1506
|
+
selected: string;
|
|
1507
|
+
empty: string;
|
|
1508
|
+
swipe_left_hint: string;
|
|
1509
|
+
swipe_right_hint: string;
|
|
1510
|
+
read: string;
|
|
1511
|
+
unread: string;
|
|
1512
|
+
profile: string;
|
|
1513
|
+
filter: {
|
|
1514
|
+
all: string;
|
|
1515
|
+
unread: string;
|
|
1516
|
+
friendship: string;
|
|
1517
|
+
system: string;
|
|
1518
|
+
};
|
|
1477
1519
|
};
|
|
1478
1520
|
};
|
|
1479
1521
|
};
|
|
@@ -2076,6 +2118,11 @@ declare const resources: {
|
|
|
2076
2118
|
friend_requests_empty_hint: string;
|
|
2077
2119
|
start_searching: string;
|
|
2078
2120
|
now_friends_with: string;
|
|
2121
|
+
unread: string;
|
|
2122
|
+
friendship: string;
|
|
2123
|
+
system: string;
|
|
2124
|
+
loading: string;
|
|
2125
|
+
load_more: string;
|
|
2079
2126
|
};
|
|
2080
2127
|
enum: {
|
|
2081
2128
|
male: string;
|
|
@@ -2213,6 +2260,22 @@ declare const resources: {
|
|
|
2213
2260
|
friendship_request_accepted: string;
|
|
2214
2261
|
friendship_request_declined: string;
|
|
2215
2262
|
};
|
|
2263
|
+
header: string;
|
|
2264
|
+
mark_all_as_read: string;
|
|
2265
|
+
remove_selected: string;
|
|
2266
|
+
selected: string;
|
|
2267
|
+
empty: string;
|
|
2268
|
+
swipe_left_hint: string;
|
|
2269
|
+
swipe_right_hint: string;
|
|
2270
|
+
read: string;
|
|
2271
|
+
unread: string;
|
|
2272
|
+
profile: string;
|
|
2273
|
+
filter: {
|
|
2274
|
+
all: string;
|
|
2275
|
+
unread: string;
|
|
2276
|
+
friendship: string;
|
|
2277
|
+
system: string;
|
|
2278
|
+
};
|
|
2216
2279
|
};
|
|
2217
2280
|
};
|
|
2218
2281
|
};
|
|
@@ -2814,6 +2877,11 @@ declare const resources: {
|
|
|
2814
2877
|
friend_requests_empty_hint: string;
|
|
2815
2878
|
start_searching: string;
|
|
2816
2879
|
now_friends_with: string;
|
|
2880
|
+
unread: string;
|
|
2881
|
+
friendship: string;
|
|
2882
|
+
system: string;
|
|
2883
|
+
loading: string;
|
|
2884
|
+
load_more: string;
|
|
2817
2885
|
};
|
|
2818
2886
|
enum: {
|
|
2819
2887
|
male: string;
|
|
@@ -2951,6 +3019,22 @@ declare const resources: {
|
|
|
2951
3019
|
friendship_request_accepted: string;
|
|
2952
3020
|
friendship_request_declined: string;
|
|
2953
3021
|
};
|
|
3022
|
+
header: string;
|
|
3023
|
+
mark_all_as_read: string;
|
|
3024
|
+
remove_selected: string;
|
|
3025
|
+
selected: string;
|
|
3026
|
+
empty: string;
|
|
3027
|
+
swipe_left_hint: string;
|
|
3028
|
+
swipe_right_hint: string;
|
|
3029
|
+
read: string;
|
|
3030
|
+
unread: string;
|
|
3031
|
+
profile: string;
|
|
3032
|
+
filter: {
|
|
3033
|
+
all: string;
|
|
3034
|
+
unread: string;
|
|
3035
|
+
friendship: string;
|
|
3036
|
+
system: string;
|
|
3037
|
+
};
|
|
2954
3038
|
};
|
|
2955
3039
|
};
|
|
2956
3040
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -597,7 +597,12 @@ var en_default = {
|
|
|
597
597
|
no_sent_requests: "No pending sent requests",
|
|
598
598
|
friend_requests_empty_hint: "When people want to connect with you, they'll appear here.",
|
|
599
599
|
start_searching: "Find People",
|
|
600
|
-
now_friends_with: "You and {{name}} are now friends!"
|
|
600
|
+
now_friends_with: "You and {{name}} are now friends!",
|
|
601
|
+
unread: "Unread",
|
|
602
|
+
friendship: "Friendship",
|
|
603
|
+
system: "System",
|
|
604
|
+
loading: "Loading\u2026",
|
|
605
|
+
load_more: "Load more"
|
|
601
606
|
},
|
|
602
607
|
enum: {
|
|
603
608
|
male: "Male",
|
|
@@ -734,6 +739,22 @@ var en_default = {
|
|
|
734
739
|
friendship_request_sent: "{{username}} sent you a friendship request",
|
|
735
740
|
friendship_request_accepted: "{{username}} accepted your friendship request",
|
|
736
741
|
friendship_request_declined: "{{username}} declined your friendship request"
|
|
742
|
+
},
|
|
743
|
+
header: "Notifications",
|
|
744
|
+
mark_all_as_read: "Mark all as read",
|
|
745
|
+
remove_selected: "Delete selected",
|
|
746
|
+
selected: "selected",
|
|
747
|
+
empty: "No notifications yet",
|
|
748
|
+
swipe_left_hint: "Swipe to act",
|
|
749
|
+
swipe_right_hint: "Swipe to select",
|
|
750
|
+
read: "Read",
|
|
751
|
+
unread: "Unread",
|
|
752
|
+
profile: "Profile",
|
|
753
|
+
filter: {
|
|
754
|
+
all: "All",
|
|
755
|
+
unread: "Unread",
|
|
756
|
+
friendship: "Friendship",
|
|
757
|
+
system: "System"
|
|
737
758
|
}
|
|
738
759
|
}
|
|
739
760
|
}
|
|
@@ -1338,7 +1359,12 @@ var az_default = {
|
|
|
1338
1359
|
no_sent_requests: "G\xF6nd\u0259rilmi\u015F ist\u0259k yoxdur",
|
|
1339
1360
|
friend_requests_empty_hint: "\u0130nsanlar siz\u0259 ist\u0259k g\xF6nd\u0259rdikd\u0259, onlar\u0131 burada g\xF6r\u0259c\u0259ksiniz.",
|
|
1340
1361
|
start_searching: "Axtar\u0131\u015Fa Ba\u015Fla",
|
|
1341
|
-
now_friends_with: "Art\u0131q {{name}} il\u0259 dostsunuz!"
|
|
1362
|
+
now_friends_with: "Art\u0131q {{name}} il\u0259 dostsunuz!",
|
|
1363
|
+
unread: "Oxunmam\u0131\u015F",
|
|
1364
|
+
friendship: "Dostluq",
|
|
1365
|
+
system: "Sistem",
|
|
1366
|
+
loading: "Y\xFCkl\u0259nir\u2026",
|
|
1367
|
+
load_more: "Daha \xE7ox y\xFCkl\u0259"
|
|
1342
1368
|
},
|
|
1343
1369
|
enum: {
|
|
1344
1370
|
male: "Ki\u015Fi",
|
|
@@ -1475,6 +1501,22 @@ var az_default = {
|
|
|
1475
1501
|
friendship_request_sent: "{{username}} siz\u0259 dostluq ist\u0259yi g\xF6nd\u0259rdi",
|
|
1476
1502
|
friendship_request_accepted: "{{username}} dostluq ist\u0259yinizi q\u0259bul etdi",
|
|
1477
1503
|
friendship_request_declined: "{{username}} dostluq ist\u0259yinizi r\u0259dd etdi"
|
|
1504
|
+
},
|
|
1505
|
+
header: "Bildiri\u015Fl\u0259r",
|
|
1506
|
+
mark_all_as_read: "Ham\u0131s\u0131n\u0131 oxunmu\u015F kimi i\u015Far\u0259l\u0259",
|
|
1507
|
+
remove_selected: "Se\xE7il\u0259nl\u0259ri sil",
|
|
1508
|
+
selected: "se\xE7ilib",
|
|
1509
|
+
empty: "H\u0259l\u0259 he\xE7 bir bildiri\u015F yoxdur",
|
|
1510
|
+
swipe_left_hint: "\u018Fm\u0259liyyat \xFC\xE7\xFCn s\xFCr\xFC\u015Fd\xFCr",
|
|
1511
|
+
swipe_right_hint: "Se\xE7m\u0259k \xFC\xE7\xFCn s\xFCr\xFC\u015Fd\xFCr",
|
|
1512
|
+
read: "Oxundu",
|
|
1513
|
+
unread: "Oxunmam\u0131\u015F",
|
|
1514
|
+
profile: "Profil",
|
|
1515
|
+
filter: {
|
|
1516
|
+
all: "Ham\u0131s\u0131",
|
|
1517
|
+
unread: "Oxunmam\u0131\u015F",
|
|
1518
|
+
friendship: "Dostluq",
|
|
1519
|
+
system: "Sistem"
|
|
1478
1520
|
}
|
|
1479
1521
|
}
|
|
1480
1522
|
}
|
|
@@ -2079,7 +2121,12 @@ var ru_default = {
|
|
|
2079
2121
|
no_sent_requests: "\u041D\u0435\u0442 \u0438\u0441\u0445\u043E\u0434\u044F\u0449\u0438\u0445 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432",
|
|
2080
2122
|
friend_requests_empty_hint: "\u041A\u043E\u0433\u0434\u0430 \u043B\u044E\u0434\u0438 \u0437\u0430\u0445\u043E\u0442\u044F\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u0432\u0430\u043C\u0438, \u043E\u043D\u0438 \u043F\u043E\u044F\u0432\u044F\u0442\u0441\u044F \u0437\u0434\u0435\u0441\u044C.",
|
|
2081
2123
|
start_searching: "\u041D\u0430\u0439\u0442\u0438 \u043B\u044E\u0434\u0435\u0439",
|
|
2082
|
-
now_friends_with: "\u0412\u044B \u0438 {{name}} \u0442\u0435\u043F\u0435\u0440\u044C \u0434\u0440\u0443\u0437\u044C\u044F!"
|
|
2124
|
+
now_friends_with: "\u0412\u044B \u0438 {{name}} \u0442\u0435\u043F\u0435\u0440\u044C \u0434\u0440\u0443\u0437\u044C\u044F!",
|
|
2125
|
+
unread: "\u041D\u0435\u043F\u0440\u043E\u0447\u0438\u0442\u0430\u043D\u043D\u044B\u0435",
|
|
2126
|
+
friendship: "\u0414\u0440\u0443\u0436\u0431\u0430",
|
|
2127
|
+
system: "\u0421\u0438\u0441\u0442\u0435\u043C\u0430",
|
|
2128
|
+
loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430\u2026",
|
|
2129
|
+
load_more: "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C \u0435\u0449\u0451"
|
|
2083
2130
|
},
|
|
2084
2131
|
enum: {
|
|
2085
2132
|
male: "\u041C\u0443\u0436\u0447\u0438\u043D\u0430",
|
|
@@ -2216,6 +2263,22 @@ var ru_default = {
|
|
|
2216
2263
|
friendship_request_sent: "{{username}} \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043B \u0432\u0430\u043C \u0437\u0430\u043F\u0440\u043E\u0441 \u0432 \u0434\u0440\u0443\u0437\u044C\u044F",
|
|
2217
2264
|
friendship_request_accepted: "{{username}} \u043F\u0440\u0438\u043D\u044F\u043B \u0432\u0430\u0448 \u0437\u0430\u043F\u0440\u043E\u0441 \u0432 \u0434\u0440\u0443\u0437\u044C\u044F",
|
|
2218
2265
|
friendship_request_declined: "{{username}} \u043E\u0442\u043A\u043B\u043E\u043D\u0438\u043B \u0432\u0430\u0448 \u0437\u0430\u043F\u0440\u043E\u0441 \u0432 \u0434\u0440\u0443\u0437\u044C\u044F"
|
|
2266
|
+
},
|
|
2267
|
+
header: "\u0423\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u044F",
|
|
2268
|
+
mark_all_as_read: "\u041E\u0442\u043C\u0435\u0442\u0438\u0442\u044C \u0432\u0441\u0435 \u043A\u0430\u043A \u043F\u0440\u043E\u0447\u0438\u0442\u0430\u043D\u043D\u044B\u0435",
|
|
2269
|
+
remove_selected: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435",
|
|
2270
|
+
selected: "\u0432\u044B\u0431\u0440\u0430\u043D\u043E",
|
|
2271
|
+
empty: "\u0423\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u0439 \u043F\u043E\u043A\u0430 \u043D\u0435\u0442",
|
|
2272
|
+
swipe_left_hint: "\u0421\u0432\u0430\u0439\u043F \u0434\u043B\u044F \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439",
|
|
2273
|
+
swipe_right_hint: "\u0421\u0432\u0430\u0439\u043F \u0434\u043B\u044F \u0432\u044B\u0431\u043E\u0440\u0430",
|
|
2274
|
+
read: "\u041F\u0440\u043E\u0447\u0438\u0442\u0430\u043D\u043E",
|
|
2275
|
+
unread: "\u041D\u0435\u043F\u0440\u043E\u0447\u0438\u0442\u0430\u043D\u043D\u043E\u0435",
|
|
2276
|
+
profile: "\u041F\u0440\u043E\u0444\u0438\u043B\u044C",
|
|
2277
|
+
filter: {
|
|
2278
|
+
all: "\u0412\u0441\u0435",
|
|
2279
|
+
unread: "\u041D\u0435\u043F\u0440\u043E\u0447\u0438\u0442\u0430\u043D\u043D\u044B\u0435",
|
|
2280
|
+
friendship: "\u0414\u0440\u0443\u0436\u0431\u0430",
|
|
2281
|
+
system: "\u0421\u0438\u0441\u0442\u0435\u043C\u0430"
|
|
2219
2282
|
}
|
|
2220
2283
|
}
|
|
2221
2284
|
}
|
|
@@ -2819,7 +2882,12 @@ var tr_default = {
|
|
|
2819
2882
|
no_sent_requests: "G\xF6nderilmi\u015F istek bulunmuyor",
|
|
2820
2883
|
friend_requests_empty_hint: "\u0130nsanlar sizinle ba\u011Flant\u0131 kurmak istedi\u011Finde burada g\xF6r\xFCnecekler.",
|
|
2821
2884
|
start_searching: "Ke\u015Ffetmeye Ba\u015Fla",
|
|
2822
|
-
now_friends_with: "{{name}} ile art\u0131k arkada\u015Fs\u0131n\u0131z!"
|
|
2885
|
+
now_friends_with: "{{name}} ile art\u0131k arkada\u015Fs\u0131n\u0131z!",
|
|
2886
|
+
unread: "Okunmam\u0131\u015F",
|
|
2887
|
+
friendship: "Arkada\u015Fl\u0131k",
|
|
2888
|
+
system: "Sistem",
|
|
2889
|
+
loading: "Y\xFCkleniyor\u2026",
|
|
2890
|
+
load_more: "Daha fazla y\xFCkle"
|
|
2823
2891
|
},
|
|
2824
2892
|
enum: {
|
|
2825
2893
|
male: "Erkek",
|
|
@@ -2956,6 +3024,22 @@ var tr_default = {
|
|
|
2956
3024
|
friendship_request_sent: "{{username}} size arkada\u015Fl\u0131k iste\u011Fi g\xF6nderdi.",
|
|
2957
3025
|
friendship_request_accepted: "{{username}} arkada\u015Fl\u0131k iste\u011Finizi kabul etti.",
|
|
2958
3026
|
friendship_request_declined: "{{username}} arkada\u015Fl\u0131k iste\u011Finizi reddetti."
|
|
3027
|
+
},
|
|
3028
|
+
header: "Bildirimler",
|
|
3029
|
+
mark_all_as_read: "T\xFCm\xFCn\xFC okundu olarak i\u015Faretle",
|
|
3030
|
+
remove_selected: "Se\xE7ilenleri sil",
|
|
3031
|
+
selected: "se\xE7ildi",
|
|
3032
|
+
empty: "Hen\xFCz bildirim yok",
|
|
3033
|
+
swipe_left_hint: "\u0130\u015Flem i\xE7in kayd\u0131r",
|
|
3034
|
+
swipe_right_hint: "Se\xE7mek i\xE7in kayd\u0131r",
|
|
3035
|
+
read: "Okundu",
|
|
3036
|
+
unread: "Okunmam\u0131\u015F",
|
|
3037
|
+
profile: "Profil",
|
|
3038
|
+
filter: {
|
|
3039
|
+
all: "T\xFCm\xFC",
|
|
3040
|
+
unread: "Okunmam\u0131\u015F",
|
|
3041
|
+
friendship: "Arkada\u015Fl\u0131k",
|
|
3042
|
+
system: "Sistem"
|
|
2959
3043
|
}
|
|
2960
3044
|
}
|
|
2961
3045
|
}
|