connectfy-i18n 0.0.26 → 0.0.28
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 +278 -190
- package/dist/index.d.cts +88 -0
- package/dist/index.d.ts +88 -0
- package/dist/index.mjs +278 -190
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -180,6 +180,8 @@ declare const resources: {
|
|
|
180
180
|
phone_number_changed_successfully: string;
|
|
181
181
|
account_deleted: string;
|
|
182
182
|
logout_successfull: string;
|
|
183
|
+
restore_account_successful: string;
|
|
184
|
+
account_deactivated: string;
|
|
183
185
|
};
|
|
184
186
|
common: {
|
|
185
187
|
login: string;
|
|
@@ -425,6 +427,26 @@ declare const resources: {
|
|
|
425
427
|
logout: string;
|
|
426
428
|
logout_desc: string;
|
|
427
429
|
logout_confirm: string;
|
|
430
|
+
restoring_account: string;
|
|
431
|
+
deactivate_account_desc: string;
|
|
432
|
+
confirm: string;
|
|
433
|
+
profile: string;
|
|
434
|
+
blocklist: string;
|
|
435
|
+
my_friends: string;
|
|
436
|
+
lastSeen: string;
|
|
437
|
+
friends: string;
|
|
438
|
+
blocked: string;
|
|
439
|
+
personal_information: string;
|
|
440
|
+
edit: string;
|
|
441
|
+
gender: string;
|
|
442
|
+
location: string;
|
|
443
|
+
bio: string;
|
|
444
|
+
social_links: string;
|
|
445
|
+
add_link: string;
|
|
446
|
+
no_social_links: string;
|
|
447
|
+
open: string;
|
|
448
|
+
copy: string;
|
|
449
|
+
remove: string;
|
|
428
450
|
};
|
|
429
451
|
enum: {
|
|
430
452
|
male: string;
|
|
@@ -712,6 +734,8 @@ declare const resources: {
|
|
|
712
734
|
phone_number_changed_successfully: string;
|
|
713
735
|
account_deleted: string;
|
|
714
736
|
logout_successfull: string;
|
|
737
|
+
restore_account_successful: string;
|
|
738
|
+
account_deactivated: string;
|
|
715
739
|
};
|
|
716
740
|
common: {
|
|
717
741
|
login: string;
|
|
@@ -957,6 +981,26 @@ declare const resources: {
|
|
|
957
981
|
logout: string;
|
|
958
982
|
logout_desc: string;
|
|
959
983
|
logout_confirm: string;
|
|
984
|
+
restoring_account: string;
|
|
985
|
+
deactivate_account_desc: string;
|
|
986
|
+
confirm: string;
|
|
987
|
+
profile: string;
|
|
988
|
+
blocklist: string;
|
|
989
|
+
my_friends: string;
|
|
990
|
+
lastSeen: string;
|
|
991
|
+
friends: string;
|
|
992
|
+
blocked: string;
|
|
993
|
+
personal_information: string;
|
|
994
|
+
edit: string;
|
|
995
|
+
gender: string;
|
|
996
|
+
location: string;
|
|
997
|
+
bio: string;
|
|
998
|
+
social_links: string;
|
|
999
|
+
add_link: string;
|
|
1000
|
+
no_social_links: string;
|
|
1001
|
+
open: string;
|
|
1002
|
+
copy: string;
|
|
1003
|
+
remove: string;
|
|
960
1004
|
};
|
|
961
1005
|
enum: {
|
|
962
1006
|
male: string;
|
|
@@ -1244,6 +1288,8 @@ declare const resources: {
|
|
|
1244
1288
|
phone_number_changed_successfully: string;
|
|
1245
1289
|
account_deleted: string;
|
|
1246
1290
|
logout_successfull: string;
|
|
1291
|
+
restore_account_successful: string;
|
|
1292
|
+
account_deactivated: string;
|
|
1247
1293
|
};
|
|
1248
1294
|
common: {
|
|
1249
1295
|
login: string;
|
|
@@ -1489,6 +1535,26 @@ declare const resources: {
|
|
|
1489
1535
|
logout: string;
|
|
1490
1536
|
logout_desc: string;
|
|
1491
1537
|
logout_confirm: string;
|
|
1538
|
+
restoring_account: string;
|
|
1539
|
+
deactivate_account_desc: string;
|
|
1540
|
+
confirm: string;
|
|
1541
|
+
profile: string;
|
|
1542
|
+
blocklist: string;
|
|
1543
|
+
my_friends: string;
|
|
1544
|
+
lastSeen: string;
|
|
1545
|
+
friends: string;
|
|
1546
|
+
blocked: string;
|
|
1547
|
+
personal_information: string;
|
|
1548
|
+
edit: string;
|
|
1549
|
+
gender: string;
|
|
1550
|
+
location: string;
|
|
1551
|
+
bio: string;
|
|
1552
|
+
social_links: string;
|
|
1553
|
+
add_link: string;
|
|
1554
|
+
no_social_links: string;
|
|
1555
|
+
open: string;
|
|
1556
|
+
copy: string;
|
|
1557
|
+
remove: string;
|
|
1492
1558
|
};
|
|
1493
1559
|
enum: {
|
|
1494
1560
|
male: string;
|
|
@@ -1776,6 +1842,8 @@ declare const resources: {
|
|
|
1776
1842
|
phone_number_changed_successfully: string;
|
|
1777
1843
|
account_deleted: string;
|
|
1778
1844
|
logout_successfull: string;
|
|
1845
|
+
restore_account_successful: string;
|
|
1846
|
+
account_deactivated: string;
|
|
1779
1847
|
};
|
|
1780
1848
|
common: {
|
|
1781
1849
|
login: string;
|
|
@@ -2021,6 +2089,26 @@ declare const resources: {
|
|
|
2021
2089
|
logout: string;
|
|
2022
2090
|
logout_desc: string;
|
|
2023
2091
|
logout_confirm: string;
|
|
2092
|
+
restoring_account: string;
|
|
2093
|
+
deactivate_account_desc: string;
|
|
2094
|
+
confirm: string;
|
|
2095
|
+
profile: string;
|
|
2096
|
+
blocklist: string;
|
|
2097
|
+
my_friends: string;
|
|
2098
|
+
lastSeen: string;
|
|
2099
|
+
friends: string;
|
|
2100
|
+
blocked: string;
|
|
2101
|
+
personal_information: string;
|
|
2102
|
+
edit: string;
|
|
2103
|
+
gender: string;
|
|
2104
|
+
location: string;
|
|
2105
|
+
bio: string;
|
|
2106
|
+
social_links: string;
|
|
2107
|
+
add_link: string;
|
|
2108
|
+
no_social_links: string;
|
|
2109
|
+
open: string;
|
|
2110
|
+
copy: string;
|
|
2111
|
+
remove: string;
|
|
2024
2112
|
};
|
|
2025
2113
|
enum: {
|
|
2026
2114
|
male: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -180,6 +180,8 @@ declare const resources: {
|
|
|
180
180
|
phone_number_changed_successfully: string;
|
|
181
181
|
account_deleted: string;
|
|
182
182
|
logout_successfull: string;
|
|
183
|
+
restore_account_successful: string;
|
|
184
|
+
account_deactivated: string;
|
|
183
185
|
};
|
|
184
186
|
common: {
|
|
185
187
|
login: string;
|
|
@@ -425,6 +427,26 @@ declare const resources: {
|
|
|
425
427
|
logout: string;
|
|
426
428
|
logout_desc: string;
|
|
427
429
|
logout_confirm: string;
|
|
430
|
+
restoring_account: string;
|
|
431
|
+
deactivate_account_desc: string;
|
|
432
|
+
confirm: string;
|
|
433
|
+
profile: string;
|
|
434
|
+
blocklist: string;
|
|
435
|
+
my_friends: string;
|
|
436
|
+
lastSeen: string;
|
|
437
|
+
friends: string;
|
|
438
|
+
blocked: string;
|
|
439
|
+
personal_information: string;
|
|
440
|
+
edit: string;
|
|
441
|
+
gender: string;
|
|
442
|
+
location: string;
|
|
443
|
+
bio: string;
|
|
444
|
+
social_links: string;
|
|
445
|
+
add_link: string;
|
|
446
|
+
no_social_links: string;
|
|
447
|
+
open: string;
|
|
448
|
+
copy: string;
|
|
449
|
+
remove: string;
|
|
428
450
|
};
|
|
429
451
|
enum: {
|
|
430
452
|
male: string;
|
|
@@ -712,6 +734,8 @@ declare const resources: {
|
|
|
712
734
|
phone_number_changed_successfully: string;
|
|
713
735
|
account_deleted: string;
|
|
714
736
|
logout_successfull: string;
|
|
737
|
+
restore_account_successful: string;
|
|
738
|
+
account_deactivated: string;
|
|
715
739
|
};
|
|
716
740
|
common: {
|
|
717
741
|
login: string;
|
|
@@ -957,6 +981,26 @@ declare const resources: {
|
|
|
957
981
|
logout: string;
|
|
958
982
|
logout_desc: string;
|
|
959
983
|
logout_confirm: string;
|
|
984
|
+
restoring_account: string;
|
|
985
|
+
deactivate_account_desc: string;
|
|
986
|
+
confirm: string;
|
|
987
|
+
profile: string;
|
|
988
|
+
blocklist: string;
|
|
989
|
+
my_friends: string;
|
|
990
|
+
lastSeen: string;
|
|
991
|
+
friends: string;
|
|
992
|
+
blocked: string;
|
|
993
|
+
personal_information: string;
|
|
994
|
+
edit: string;
|
|
995
|
+
gender: string;
|
|
996
|
+
location: string;
|
|
997
|
+
bio: string;
|
|
998
|
+
social_links: string;
|
|
999
|
+
add_link: string;
|
|
1000
|
+
no_social_links: string;
|
|
1001
|
+
open: string;
|
|
1002
|
+
copy: string;
|
|
1003
|
+
remove: string;
|
|
960
1004
|
};
|
|
961
1005
|
enum: {
|
|
962
1006
|
male: string;
|
|
@@ -1244,6 +1288,8 @@ declare const resources: {
|
|
|
1244
1288
|
phone_number_changed_successfully: string;
|
|
1245
1289
|
account_deleted: string;
|
|
1246
1290
|
logout_successfull: string;
|
|
1291
|
+
restore_account_successful: string;
|
|
1292
|
+
account_deactivated: string;
|
|
1247
1293
|
};
|
|
1248
1294
|
common: {
|
|
1249
1295
|
login: string;
|
|
@@ -1489,6 +1535,26 @@ declare const resources: {
|
|
|
1489
1535
|
logout: string;
|
|
1490
1536
|
logout_desc: string;
|
|
1491
1537
|
logout_confirm: string;
|
|
1538
|
+
restoring_account: string;
|
|
1539
|
+
deactivate_account_desc: string;
|
|
1540
|
+
confirm: string;
|
|
1541
|
+
profile: string;
|
|
1542
|
+
blocklist: string;
|
|
1543
|
+
my_friends: string;
|
|
1544
|
+
lastSeen: string;
|
|
1545
|
+
friends: string;
|
|
1546
|
+
blocked: string;
|
|
1547
|
+
personal_information: string;
|
|
1548
|
+
edit: string;
|
|
1549
|
+
gender: string;
|
|
1550
|
+
location: string;
|
|
1551
|
+
bio: string;
|
|
1552
|
+
social_links: string;
|
|
1553
|
+
add_link: string;
|
|
1554
|
+
no_social_links: string;
|
|
1555
|
+
open: string;
|
|
1556
|
+
copy: string;
|
|
1557
|
+
remove: string;
|
|
1492
1558
|
};
|
|
1493
1559
|
enum: {
|
|
1494
1560
|
male: string;
|
|
@@ -1776,6 +1842,8 @@ declare const resources: {
|
|
|
1776
1842
|
phone_number_changed_successfully: string;
|
|
1777
1843
|
account_deleted: string;
|
|
1778
1844
|
logout_successfull: string;
|
|
1845
|
+
restore_account_successful: string;
|
|
1846
|
+
account_deactivated: string;
|
|
1779
1847
|
};
|
|
1780
1848
|
common: {
|
|
1781
1849
|
login: string;
|
|
@@ -2021,6 +2089,26 @@ declare const resources: {
|
|
|
2021
2089
|
logout: string;
|
|
2022
2090
|
logout_desc: string;
|
|
2023
2091
|
logout_confirm: string;
|
|
2092
|
+
restoring_account: string;
|
|
2093
|
+
deactivate_account_desc: string;
|
|
2094
|
+
confirm: string;
|
|
2095
|
+
profile: string;
|
|
2096
|
+
blocklist: string;
|
|
2097
|
+
my_friends: string;
|
|
2098
|
+
lastSeen: string;
|
|
2099
|
+
friends: string;
|
|
2100
|
+
blocked: string;
|
|
2101
|
+
personal_information: string;
|
|
2102
|
+
edit: string;
|
|
2103
|
+
gender: string;
|
|
2104
|
+
location: string;
|
|
2105
|
+
bio: string;
|
|
2106
|
+
social_links: string;
|
|
2107
|
+
add_link: string;
|
|
2108
|
+
no_social_links: string;
|
|
2109
|
+
open: string;
|
|
2110
|
+
copy: string;
|
|
2111
|
+
remove: string;
|
|
2024
2112
|
};
|
|
2025
2113
|
enum: {
|
|
2026
2114
|
male: string;
|