connectfy-i18n 0.0.25 → 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 +330 -178
- package/dist/index.d.cts +152 -0
- package/dist/index.d.ts +152 -0
- package/dist/index.mjs +330 -178
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -178,6 +178,10 @@ declare const resources: {
|
|
|
178
178
|
google_login_error: string;
|
|
179
179
|
phone_number_removed_successfully: string;
|
|
180
180
|
phone_number_changed_successfully: string;
|
|
181
|
+
account_deleted: string;
|
|
182
|
+
logout_successfull: string;
|
|
183
|
+
restore_account_successful: string;
|
|
184
|
+
account_deactivated: string;
|
|
181
185
|
};
|
|
182
186
|
common: {
|
|
183
187
|
login: string;
|
|
@@ -409,6 +413,40 @@ declare const resources: {
|
|
|
409
413
|
reset_settings_subtitle: string;
|
|
410
414
|
general_settings_reset: string;
|
|
411
415
|
reset: string;
|
|
416
|
+
selectReason: string;
|
|
417
|
+
notUseful: string;
|
|
418
|
+
privacyConcerns: string;
|
|
419
|
+
foundAlternative: string;
|
|
420
|
+
technicalIssues: string;
|
|
421
|
+
other: string;
|
|
422
|
+
delete_account_title: string;
|
|
423
|
+
delete_account_description: string;
|
|
424
|
+
delete_account_reason_label: string;
|
|
425
|
+
deleting: string;
|
|
426
|
+
delete_account_confirm: string;
|
|
427
|
+
logout: string;
|
|
428
|
+
logout_desc: string;
|
|
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;
|
|
412
450
|
};
|
|
413
451
|
enum: {
|
|
414
452
|
male: string;
|
|
@@ -694,6 +732,10 @@ declare const resources: {
|
|
|
694
732
|
google_login_error: string;
|
|
695
733
|
phone_number_removed_successfully: string;
|
|
696
734
|
phone_number_changed_successfully: string;
|
|
735
|
+
account_deleted: string;
|
|
736
|
+
logout_successfull: string;
|
|
737
|
+
restore_account_successful: string;
|
|
738
|
+
account_deactivated: string;
|
|
697
739
|
};
|
|
698
740
|
common: {
|
|
699
741
|
login: string;
|
|
@@ -925,6 +967,40 @@ declare const resources: {
|
|
|
925
967
|
reset_settings_subtitle: string;
|
|
926
968
|
general_settings_reset: string;
|
|
927
969
|
reset: string;
|
|
970
|
+
selectReason: string;
|
|
971
|
+
notUseful: string;
|
|
972
|
+
privacyConcerns: string;
|
|
973
|
+
foundAlternative: string;
|
|
974
|
+
technicalIssues: string;
|
|
975
|
+
other: string;
|
|
976
|
+
delete_account_title: string;
|
|
977
|
+
delete_account_description: string;
|
|
978
|
+
delete_account_reason_label: string;
|
|
979
|
+
deleting: string;
|
|
980
|
+
delete_account_confirm: string;
|
|
981
|
+
logout: string;
|
|
982
|
+
logout_desc: string;
|
|
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;
|
|
928
1004
|
};
|
|
929
1005
|
enum: {
|
|
930
1006
|
male: string;
|
|
@@ -1210,6 +1286,10 @@ declare const resources: {
|
|
|
1210
1286
|
google_login_error: string;
|
|
1211
1287
|
phone_number_removed_successfully: string;
|
|
1212
1288
|
phone_number_changed_successfully: string;
|
|
1289
|
+
account_deleted: string;
|
|
1290
|
+
logout_successfull: string;
|
|
1291
|
+
restore_account_successful: string;
|
|
1292
|
+
account_deactivated: string;
|
|
1213
1293
|
};
|
|
1214
1294
|
common: {
|
|
1215
1295
|
login: string;
|
|
@@ -1441,6 +1521,40 @@ declare const resources: {
|
|
|
1441
1521
|
reset_settings_subtitle: string;
|
|
1442
1522
|
general_settings_reset: string;
|
|
1443
1523
|
reset: string;
|
|
1524
|
+
selectReason: string;
|
|
1525
|
+
notUseful: string;
|
|
1526
|
+
privacyConcerns: string;
|
|
1527
|
+
foundAlternative: string;
|
|
1528
|
+
technicalIssues: string;
|
|
1529
|
+
other: string;
|
|
1530
|
+
delete_account_title: string;
|
|
1531
|
+
delete_account_description: string;
|
|
1532
|
+
delete_account_reason_label: string;
|
|
1533
|
+
deleting: string;
|
|
1534
|
+
delete_account_confirm: string;
|
|
1535
|
+
logout: string;
|
|
1536
|
+
logout_desc: string;
|
|
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;
|
|
1444
1558
|
};
|
|
1445
1559
|
enum: {
|
|
1446
1560
|
male: string;
|
|
@@ -1726,6 +1840,10 @@ declare const resources: {
|
|
|
1726
1840
|
google_login_error: string;
|
|
1727
1841
|
phone_number_removed_successfully: string;
|
|
1728
1842
|
phone_number_changed_successfully: string;
|
|
1843
|
+
account_deleted: string;
|
|
1844
|
+
logout_successfull: string;
|
|
1845
|
+
restore_account_successful: string;
|
|
1846
|
+
account_deactivated: string;
|
|
1729
1847
|
};
|
|
1730
1848
|
common: {
|
|
1731
1849
|
login: string;
|
|
@@ -1957,6 +2075,40 @@ declare const resources: {
|
|
|
1957
2075
|
reset_settings_subtitle: string;
|
|
1958
2076
|
general_settings_reset: string;
|
|
1959
2077
|
reset: string;
|
|
2078
|
+
selectReason: string;
|
|
2079
|
+
notUseful: string;
|
|
2080
|
+
privacyConcerns: string;
|
|
2081
|
+
foundAlternative: string;
|
|
2082
|
+
technicalIssues: string;
|
|
2083
|
+
other: string;
|
|
2084
|
+
delete_account_title: string;
|
|
2085
|
+
delete_account_description: string;
|
|
2086
|
+
delete_account_reason_label: string;
|
|
2087
|
+
deleting: string;
|
|
2088
|
+
delete_account_confirm: string;
|
|
2089
|
+
logout: string;
|
|
2090
|
+
logout_desc: string;
|
|
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;
|
|
1960
2112
|
};
|
|
1961
2113
|
enum: {
|
|
1962
2114
|
male: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -178,6 +178,10 @@ declare const resources: {
|
|
|
178
178
|
google_login_error: string;
|
|
179
179
|
phone_number_removed_successfully: string;
|
|
180
180
|
phone_number_changed_successfully: string;
|
|
181
|
+
account_deleted: string;
|
|
182
|
+
logout_successfull: string;
|
|
183
|
+
restore_account_successful: string;
|
|
184
|
+
account_deactivated: string;
|
|
181
185
|
};
|
|
182
186
|
common: {
|
|
183
187
|
login: string;
|
|
@@ -409,6 +413,40 @@ declare const resources: {
|
|
|
409
413
|
reset_settings_subtitle: string;
|
|
410
414
|
general_settings_reset: string;
|
|
411
415
|
reset: string;
|
|
416
|
+
selectReason: string;
|
|
417
|
+
notUseful: string;
|
|
418
|
+
privacyConcerns: string;
|
|
419
|
+
foundAlternative: string;
|
|
420
|
+
technicalIssues: string;
|
|
421
|
+
other: string;
|
|
422
|
+
delete_account_title: string;
|
|
423
|
+
delete_account_description: string;
|
|
424
|
+
delete_account_reason_label: string;
|
|
425
|
+
deleting: string;
|
|
426
|
+
delete_account_confirm: string;
|
|
427
|
+
logout: string;
|
|
428
|
+
logout_desc: string;
|
|
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;
|
|
412
450
|
};
|
|
413
451
|
enum: {
|
|
414
452
|
male: string;
|
|
@@ -694,6 +732,10 @@ declare const resources: {
|
|
|
694
732
|
google_login_error: string;
|
|
695
733
|
phone_number_removed_successfully: string;
|
|
696
734
|
phone_number_changed_successfully: string;
|
|
735
|
+
account_deleted: string;
|
|
736
|
+
logout_successfull: string;
|
|
737
|
+
restore_account_successful: string;
|
|
738
|
+
account_deactivated: string;
|
|
697
739
|
};
|
|
698
740
|
common: {
|
|
699
741
|
login: string;
|
|
@@ -925,6 +967,40 @@ declare const resources: {
|
|
|
925
967
|
reset_settings_subtitle: string;
|
|
926
968
|
general_settings_reset: string;
|
|
927
969
|
reset: string;
|
|
970
|
+
selectReason: string;
|
|
971
|
+
notUseful: string;
|
|
972
|
+
privacyConcerns: string;
|
|
973
|
+
foundAlternative: string;
|
|
974
|
+
technicalIssues: string;
|
|
975
|
+
other: string;
|
|
976
|
+
delete_account_title: string;
|
|
977
|
+
delete_account_description: string;
|
|
978
|
+
delete_account_reason_label: string;
|
|
979
|
+
deleting: string;
|
|
980
|
+
delete_account_confirm: string;
|
|
981
|
+
logout: string;
|
|
982
|
+
logout_desc: string;
|
|
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;
|
|
928
1004
|
};
|
|
929
1005
|
enum: {
|
|
930
1006
|
male: string;
|
|
@@ -1210,6 +1286,10 @@ declare const resources: {
|
|
|
1210
1286
|
google_login_error: string;
|
|
1211
1287
|
phone_number_removed_successfully: string;
|
|
1212
1288
|
phone_number_changed_successfully: string;
|
|
1289
|
+
account_deleted: string;
|
|
1290
|
+
logout_successfull: string;
|
|
1291
|
+
restore_account_successful: string;
|
|
1292
|
+
account_deactivated: string;
|
|
1213
1293
|
};
|
|
1214
1294
|
common: {
|
|
1215
1295
|
login: string;
|
|
@@ -1441,6 +1521,40 @@ declare const resources: {
|
|
|
1441
1521
|
reset_settings_subtitle: string;
|
|
1442
1522
|
general_settings_reset: string;
|
|
1443
1523
|
reset: string;
|
|
1524
|
+
selectReason: string;
|
|
1525
|
+
notUseful: string;
|
|
1526
|
+
privacyConcerns: string;
|
|
1527
|
+
foundAlternative: string;
|
|
1528
|
+
technicalIssues: string;
|
|
1529
|
+
other: string;
|
|
1530
|
+
delete_account_title: string;
|
|
1531
|
+
delete_account_description: string;
|
|
1532
|
+
delete_account_reason_label: string;
|
|
1533
|
+
deleting: string;
|
|
1534
|
+
delete_account_confirm: string;
|
|
1535
|
+
logout: string;
|
|
1536
|
+
logout_desc: string;
|
|
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;
|
|
1444
1558
|
};
|
|
1445
1559
|
enum: {
|
|
1446
1560
|
male: string;
|
|
@@ -1726,6 +1840,10 @@ declare const resources: {
|
|
|
1726
1840
|
google_login_error: string;
|
|
1727
1841
|
phone_number_removed_successfully: string;
|
|
1728
1842
|
phone_number_changed_successfully: string;
|
|
1843
|
+
account_deleted: string;
|
|
1844
|
+
logout_successfull: string;
|
|
1845
|
+
restore_account_successful: string;
|
|
1846
|
+
account_deactivated: string;
|
|
1729
1847
|
};
|
|
1730
1848
|
common: {
|
|
1731
1849
|
login: string;
|
|
@@ -1957,6 +2075,40 @@ declare const resources: {
|
|
|
1957
2075
|
reset_settings_subtitle: string;
|
|
1958
2076
|
general_settings_reset: string;
|
|
1959
2077
|
reset: string;
|
|
2078
|
+
selectReason: string;
|
|
2079
|
+
notUseful: string;
|
|
2080
|
+
privacyConcerns: string;
|
|
2081
|
+
foundAlternative: string;
|
|
2082
|
+
technicalIssues: string;
|
|
2083
|
+
other: string;
|
|
2084
|
+
delete_account_title: string;
|
|
2085
|
+
delete_account_description: string;
|
|
2086
|
+
delete_account_reason_label: string;
|
|
2087
|
+
deleting: string;
|
|
2088
|
+
delete_account_confirm: string;
|
|
2089
|
+
logout: string;
|
|
2090
|
+
logout_desc: string;
|
|
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;
|
|
1960
2112
|
};
|
|
1961
2113
|
enum: {
|
|
1962
2114
|
male: string;
|