connectfy-i18n 0.0.19 → 0.0.21
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 +144 -16
- package/dist/index.d.cts +132 -4
- package/dist/index.d.ts +132 -4
- package/dist/index.mjs +144 -16
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -154,6 +154,18 @@ var en_default = {
|
|
|
154
154
|
support: "If you have any questions or need assistance, feel free to contact our support team at",
|
|
155
155
|
signature: "Best regards,",
|
|
156
156
|
team: "Connectfy Team"
|
|
157
|
+
},
|
|
158
|
+
change_email: {
|
|
159
|
+
team: "The Connectfy Team",
|
|
160
|
+
intro: "We received a request to change your email address. If you didn't request this change, please ignore this email.",
|
|
161
|
+
subject: "Confirm Your Email Change",
|
|
162
|
+
support: "If you need assistance, feel free to contact us at",
|
|
163
|
+
button: "Confirm Email Change",
|
|
164
|
+
fallback: "If the button above doesn't work, click the link below:",
|
|
165
|
+
thank_you: "Thank you for being part of our community!",
|
|
166
|
+
instruction: "Click the button below to confirm your new email address.",
|
|
167
|
+
expiry: "This link will expire in 1 hour.",
|
|
168
|
+
mail_subject: "Confirm Your Email Address Change"
|
|
157
169
|
}
|
|
158
170
|
},
|
|
159
171
|
error_messages: {
|
|
@@ -165,7 +177,15 @@ var en_default = {
|
|
|
165
177
|
try_again: "Try again",
|
|
166
178
|
permission_dismissed: "Permission request was dismissed",
|
|
167
179
|
process_failed: "Something went wrong. Please try again later",
|
|
168
|
-
|
|
180
|
+
this_field_required: "This field required",
|
|
181
|
+
invalid_choice: "Invalid choice",
|
|
182
|
+
invalid_email_format: "Please enter a valid email address",
|
|
183
|
+
email_too_long: "Email must be at most 254 characters",
|
|
184
|
+
email_local_part_too_long: "The part before @ must be at most 64 characters",
|
|
185
|
+
email_consecutive_dots: "Email must not contain consecutive dots",
|
|
186
|
+
email_invalid_local_chars: "Email contains invalid characters before @",
|
|
187
|
+
email_invalid_domain: "Email domain is invalid",
|
|
188
|
+
password_is_required: "Password is required"
|
|
169
189
|
},
|
|
170
190
|
user_messages: {
|
|
171
191
|
verify_successful: "Verification completed successfully",
|
|
@@ -174,7 +194,14 @@ var en_default = {
|
|
|
174
194
|
signup_successful: "Signup completed successfully",
|
|
175
195
|
password_generated_message: "Your new password has been created and copied to your clipboard. We haven\u2019t saved it anywhere, so make sure to store it safely \u2014 for example, in a password manager or a secure note",
|
|
176
196
|
reset_password_successfull: "Your password has been successfully reset",
|
|
177
|
-
information_updated: "Information updated"
|
|
197
|
+
information_updated: "Information updated",
|
|
198
|
+
email_confirmation_sent: "Confirmation email sent",
|
|
199
|
+
check_inbox_for_confirmation: "A confirmation message has been sent to {{email}}. Please check your inbox and spam folder.",
|
|
200
|
+
check_inbox: "A confirmation message has been sent. Please check your inbox and spam folder.",
|
|
201
|
+
resend_confirmation: "Resend confirmation",
|
|
202
|
+
email_changed_successfully: "Email changed successfully",
|
|
203
|
+
password_changed_successfully: "Password changed successfully",
|
|
204
|
+
username_changed_successfully: "Username changed successfully"
|
|
178
205
|
},
|
|
179
206
|
common: {
|
|
180
207
|
login: "Login",
|
|
@@ -334,6 +361,8 @@ var en_default = {
|
|
|
334
361
|
location_visibility: "Who can see my location",
|
|
335
362
|
social_visibility: "Who can see my social media links",
|
|
336
363
|
last_seen_visibility: "Who can see my last seen",
|
|
364
|
+
birthday_date_visibility: "Who can see my birthday date",
|
|
365
|
+
avatar_visibility: "Who can see my avatar",
|
|
337
366
|
privacy_level: "Privacy Level",
|
|
338
367
|
notification_header: "Notification Settings",
|
|
339
368
|
notification_subheader: "Manage your notification preferences and sounds",
|
|
@@ -382,9 +411,12 @@ var en_default = {
|
|
|
382
411
|
unsaved_changes_message: "You have unsaved changes. Are you sure you want to leave?",
|
|
383
412
|
discard: "Discard",
|
|
384
413
|
save: "Save",
|
|
385
|
-
this_field_required: "This field required",
|
|
386
414
|
authentication_required: "Authentication required",
|
|
387
|
-
enter_password_to_continue: "Enter your password to continue"
|
|
415
|
+
enter_password_to_continue: "Enter your password to continue",
|
|
416
|
+
ok: "OK",
|
|
417
|
+
update_email_description: "We'll send a confirmation link to the new address.",
|
|
418
|
+
change_password_description: "Set a new password for your account.",
|
|
419
|
+
update_username_description: "Your new username will be shown on your profile."
|
|
388
420
|
},
|
|
389
421
|
enum: {
|
|
390
422
|
male: "Male",
|
|
@@ -620,6 +652,18 @@ var az_default = {
|
|
|
620
652
|
support: "Sual\u0131n\u0131z varsa v\u0259 ya k\xF6m\u0259y\u0259 ehtiyac\u0131n\u0131z olarsa, d\u0259st\u0259k komandam\u0131zla \u0259laq\u0259 saxlaya bil\u0259rsiniz:",
|
|
621
653
|
signature: "H\xF6rm\u0259tl\u0259,",
|
|
622
654
|
team: "Connectfy Komandas\u0131"
|
|
655
|
+
},
|
|
656
|
+
change_email: {
|
|
657
|
+
team: "Connectfy Komandas\u0131",
|
|
658
|
+
intro: "Yeni e-po\xE7ta \xFCnvan\u0131 t\u0259l\u0259biniz q\u0259bul edilib. \u018Fg\u0259r bu t\u0259l\u0259bi siz etm\u0259misinizs\u0259, bu e-m\u0259ktubu n\u0259z\u0259rd\u0259n ke\xE7irm\u0259yin.",
|
|
659
|
+
subject: "E-po\xE7ta \xDCnvan\u0131n\u0131z\u0131 D\u0259yi\u015Fdirm\u0259yi T\u0259sdiql\u0259yin",
|
|
660
|
+
support: "Yard\u0131m almaq \xFC\xE7\xFCn biziml\u0259 \u0259laq\u0259 saxlaya bil\u0259rsiniz",
|
|
661
|
+
button: "E-po\xE7ta D\u0259yi\u015Fiklikl\u0259rini T\u0259sdiql\u0259yin",
|
|
662
|
+
fallback: "Yuxar\u0131dak\u0131 d\xFCym\u0259 i\u015Fl\u0259m\u0259zs\u0259, a\u015Fa\u011F\u0131dak\u0131 linki istifad\u0259 edin:",
|
|
663
|
+
thank_you: "Bizim icmam\u0131z\u0131n bir hiss\u0259si oldu\u011Funuz \xFC\xE7\xFCn t\u0259\u015F\u0259kk\xFCr edirik!",
|
|
664
|
+
instruction: "Yeni e-po\xE7ta \xFCnvan\u0131n\u0131z\u0131 t\u0259sdiql\u0259m\u0259k \xFC\xE7\xFCn a\u015Fa\u011F\u0131dak\u0131 d\xFCym\u0259y\u0259 klikl\u0259yin.",
|
|
665
|
+
expiry: "Bu ba\u011Flant\u0131 1 saat \u0259rzind\u0259 etibarl\u0131d\u0131r.",
|
|
666
|
+
mail_subject: "E-po\xE7ta \xDCnvan\u0131n\u0131z\u0131 D\u0259yi\u015Fdirm\u0259yi T\u0259sdiql\u0259yin"
|
|
623
667
|
}
|
|
624
668
|
},
|
|
625
669
|
error_messages: {
|
|
@@ -631,7 +675,15 @@ var az_default = {
|
|
|
631
675
|
try_again: "Yenid\u0259n c\u0259hd et",
|
|
632
676
|
permission_dismissed: "\u0130caz\u0259 t\u0259l\u0259bi r\u0259dd edildi",
|
|
633
677
|
process_failed: "N\u0259s\u0259 s\u0259hv oldu. Z\u0259hm\u0259t olmasa bir q\u0259d\u0259r sonra yenid\u0259n c\u0259hd edin",
|
|
634
|
-
|
|
678
|
+
this_field_required: "Bu sah\u0259 m\u0259cburidir",
|
|
679
|
+
invalid_choice: "Yanl\u0131\u015F se\xE7im",
|
|
680
|
+
invalid_email_format: "Z\u0259hm\u0259t olmasa d\xFCzg\xFCn e-po\xE7t \xFCnvan\u0131 daxil edin",
|
|
681
|
+
email_too_long: "E-po\xE7t \u0259n \xE7ox 254 simvol olmal\u0131d\u0131r",
|
|
682
|
+
email_local_part_too_long: "@-dan \u0259vv\u0259lki hiss\u0259 \u0259n \xE7ox 64 simvol olmal\u0131d\u0131r",
|
|
683
|
+
email_consecutive_dots: "E-po\xE7tda ard\u0131c\u0131l n\xF6qt\u0259l\u0259r ola bilm\u0259z",
|
|
684
|
+
email_invalid_local_chars: "E-po\xE7tun @-dan \u0259vv\u0259lki hiss\u0259sind\u0259 yaramayan simvollar var",
|
|
685
|
+
email_invalid_domain: "E-po\xE7t domeni etibars\u0131zd\u0131r",
|
|
686
|
+
password_is_required: "\u015Eifr\u0259 t\u0259l\u0259b olunur"
|
|
635
687
|
},
|
|
636
688
|
user_messages: {
|
|
637
689
|
verify_successful: "T\u0259sdiql\u0259m\u0259 u\u011Furla tamamland\u0131",
|
|
@@ -640,7 +692,14 @@ var az_default = {
|
|
|
640
692
|
signup_successful: "Qeydiyyat u\u011Furla tamamland\u0131",
|
|
641
693
|
password_generated_message: "Yeni \u015Fifr\u0259niz yarad\u0131l\u0131b v\u0259 clipboard-a kopyalan\u0131b. Biz onu he\xE7 yerd\u0259 saxlamam\u0131\u015F\u0131q, ona g\xF6r\u0259 xahi\u015F olunur, etibarl\u0131 bir yerd\u0259 (m\u0259s\u0259l\u0259n, \u015Fifr\u0259 menecerind\u0259 v\u0259 ya qorunan qeydd\u0259) saxlay\u0131n.",
|
|
642
694
|
reset_password_successfull: "\u015Eifr\u0259niz u\u011Furla s\u0131f\u0131rland\u0131",
|
|
643
|
-
information_updated: "M\u0259lumat yenil\u0259ndi"
|
|
695
|
+
information_updated: "M\u0259lumat yenil\u0259ndi",
|
|
696
|
+
email_confirmation_sent: "T\u0259sdiq e-po\xE7tu g\xF6nd\u0259rildi",
|
|
697
|
+
check_inbox_for_confirmation: "T\u0259sdiq mesaj\u0131 {{email}} \xFCnvan\u0131na g\xF6nd\u0259rildi. Z\u0259hm\u0259t olmasa inbox v\u0259 spam qovlu\u011Funu yoxlay\u0131n.",
|
|
698
|
+
check_inbox: "T\u0259sdiq mesaj\u0131 g\xF6nd\u0259rildi. Z\u0259hm\u0259t olmasa inbox v\u0259 spam qovlu\u011Funu yoxlay\u0131n.",
|
|
699
|
+
resend_confirmation: "T\u0259sdiqi yenid\u0259n g\xF6nd\u0259r",
|
|
700
|
+
email_changed_successfully: "E-po\xE7t u\u011Furla d\u0259yi\u015Fdirildi",
|
|
701
|
+
password_changed_successfully: "\u015Eifr\u0259 u\u011Furla d\u0259yi\u015Fdirildi",
|
|
702
|
+
username_changed_successfully: "\u0130stifad\u0259\xE7i ad\u0131 u\u011Furla d\u0259yi\u015Fdirildi"
|
|
644
703
|
},
|
|
645
704
|
common: {
|
|
646
705
|
login: "Daxil ol",
|
|
@@ -800,6 +859,8 @@ var az_default = {
|
|
|
800
859
|
location_visibility: "M\u0259kan\u0131m\u0131 kim g\xF6r\u0259 bil\u0259r",
|
|
801
860
|
social_visibility: "Sosial media linkl\u0259rimi kim g\xF6r\u0259 bil\u0259r",
|
|
802
861
|
last_seen_visibility: "Son g\xF6r\xFClm\u0259mi kim g\xF6r\u0259 bil\u0259r",
|
|
862
|
+
birthday_date_visibility: "Do\u011Fum tariximi kim g\xF6r\u0259 bil\u0259r",
|
|
863
|
+
avatar_visibility: "Profil \u015F\u0259klimi kim g\xF6r\u0259 bil\u0259r",
|
|
803
864
|
privacy_level: "M\u0259xfilik S\u0259viyy\u0259si",
|
|
804
865
|
notification_header: "Bildiri\u015F Parametrl\u0259ri",
|
|
805
866
|
notification_subheader: "Bildiri\u015F s\u0259s v\u0259 \xFCst\xFCnl\xFCkl\u0259rinizi idar\u0259 edin",
|
|
@@ -848,9 +909,12 @@ var az_default = {
|
|
|
848
909
|
unsaved_changes_message: "Yadda saxlanmam\u0131\u015F d\u0259yi\u015Fiklikl\u0259riniz var. \xC7\u0131xmaq ist\u0259diyiniz\u0259 \u0259minsiniz?",
|
|
849
910
|
discard: "D\u0259yi\u015Fiklikl\u0259ri geri qaytar",
|
|
850
911
|
save: "Yadda saxla",
|
|
851
|
-
this_field_required: "Bu sah\u0259 m\u0259cburidir",
|
|
852
912
|
authentication_required: "Kimlik t\u0259sdiql\u0259m\u0259si t\u0259l\u0259b olunur",
|
|
853
|
-
enter_password_to_continue: "Davam etm\u0259k \xFC\xE7\xFCn \u015Fifr\u0259nizi daxil edin"
|
|
913
|
+
enter_password_to_continue: "Davam etm\u0259k \xFC\xE7\xFCn \u015Fifr\u0259nizi daxil edin",
|
|
914
|
+
ok: "OK",
|
|
915
|
+
update_email_description: "Yeni e-po\xE7t \xFCnvan\u0131na t\u0259sdiq linki g\xF6nd\u0259r\u0259c\u0259yik.",
|
|
916
|
+
change_password_description: "Hesab\u0131n\u0131z \xFC\xE7\xFCn yeni \u015Fifr\u0259 t\u0259yin edin.",
|
|
917
|
+
update_username_description: "Yeni istifad\u0259\xE7i ad\u0131 profilinizd\u0259 g\xF6r\xFCn\u0259c\u0259k."
|
|
854
918
|
},
|
|
855
919
|
enum: {
|
|
856
920
|
male: "Ki\u015Fi",
|
|
@@ -1086,6 +1150,18 @@ var ru_default = {
|
|
|
1086
1150
|
support: "\u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043D\u0443\u0436\u043D\u0430 \u043F\u043E\u043C\u043E\u0449\u044C, \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044C \u0432 \u043D\u0430\u0448\u0443 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443",
|
|
1087
1151
|
signature: "\u0421 \u0443\u0432\u0430\u0436\u0435\u043D\u0438\u0435\u043C,",
|
|
1088
1152
|
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy"
|
|
1153
|
+
},
|
|
1154
|
+
change_email: {
|
|
1155
|
+
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy",
|
|
1156
|
+
intro: "\u041C\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u043B\u0438 \u0437\u0430\u043F\u0440\u043E\u0441 \u043D\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0432\u0430\u0448\u0435\u0433\u043E \u0430\u0434\u0440\u0435\u0441\u0430 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B. \u0415\u0441\u043B\u0438 \u0432\u044B \u043D\u0435 \u0437\u0430\u043F\u0440\u0430\u0448\u0438\u0432\u0430\u043B\u0438 \u044D\u0442\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435, \u043F\u0440\u043E\u0441\u0442\u043E \u043F\u0440\u043E\u0438\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0439\u0442\u0435 \u044D\u0442\u043E \u043F\u0438\u0441\u044C\u043C\u043E.",
|
|
1157
|
+
subject: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0432\u0430\u0448\u0435\u0433\u043E \u0430\u0434\u0440\u0435\u0441\u0430 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B",
|
|
1158
|
+
support: "\u0415\u0441\u043B\u0438 \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u0430 \u043F\u043E\u043C\u043E\u0449\u044C, \u043D\u0435 \u0441\u0442\u0435\u0441\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043E\u0431\u0440\u0430\u0449\u0430\u0442\u044C\u0441\u044F \u043A \u043D\u0430\u043C \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443",
|
|
1159
|
+
button: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B",
|
|
1160
|
+
fallback: "\u0415\u0441\u043B\u0438 \u043A\u043D\u043E\u043F\u043A\u0430 \u043D\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435:",
|
|
1161
|
+
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E, \u0447\u0442\u043E \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0447\u0430\u0441\u0442\u044C\u044E \u043D\u0430\u0448\u0435\u0433\u043E \u0441\u043E\u043E\u0431\u0449\u0435\u0441\u0442\u0432\u0430!",
|
|
1162
|
+
instruction: "\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C \u0432\u0430\u0448 \u043D\u043E\u0432\u044B\u0439 \u0430\u0434\u0440\u0435\u0441 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B.",
|
|
1163
|
+
expiry: "\u0421\u0441\u044B\u043B\u043A\u0430 \u0431\u0443\u0434\u0435\u0442 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u0430 \u0432 \u0442\u0435\u0447\u0435\u043D\u0438\u0435 1 \u0447\u0430\u0441\u0430.",
|
|
1164
|
+
mail_subject: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0432\u0430\u0448\u0435\u0433\u043E \u0430\u0434\u0440\u0435\u0441\u0430 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B"
|
|
1089
1165
|
}
|
|
1090
1166
|
},
|
|
1091
1167
|
error_messages: {
|
|
@@ -1097,7 +1173,15 @@ var ru_default = {
|
|
|
1097
1173
|
try_again: "\u041F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0441\u043D\u043E\u0432\u0430",
|
|
1098
1174
|
permission_dismissed: "\u0417\u0430\u043F\u0440\u043E\u0441 \u043D\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435 \u0431\u044B\u043B \u043E\u0442\u043A\u043B\u043E\u043D\u0451\u043D",
|
|
1099
1175
|
process_failed: "\u041F\u0440\u043E\u0438\u0437\u043E\u0448\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435",
|
|
1100
|
-
|
|
1176
|
+
this_field_required: "\u042D\u0442\u043E \u043F\u043E\u043B\u0435 \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E",
|
|
1177
|
+
invalid_choice: "\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u044B\u0431\u043E\u0440",
|
|
1178
|
+
invalid_email_format: "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u044B\u0439 \u0430\u0434\u0440\u0435\u0441 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B",
|
|
1179
|
+
email_too_long: "\u0410\u0434\u0440\u0435\u0441 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B \u043D\u0435 \u0434\u043E\u043B\u0436\u0435\u043D \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u0442\u044C 254 \u0441\u0438\u043C\u0432\u043E\u043B\u0430",
|
|
1180
|
+
email_local_part_too_long: "\u0427\u0430\u0441\u0442\u044C \u0434\u043E @ \u043D\u0435 \u0434\u043E\u043B\u0436\u043D\u0430 \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u0442\u044C 64 \u0441\u0438\u043C\u0432\u043E\u043B\u0430",
|
|
1181
|
+
email_consecutive_dots: "\u0412 \u0430\u0434\u0440\u0435\u0441\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u0432\u0443\u0445 \u0442\u043E\u0447\u0435\u043A \u043F\u043E\u0434\u0440\u044F\u0434",
|
|
1182
|
+
email_invalid_local_chars: "\u0412 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u0441\u044F \u043D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B",
|
|
1183
|
+
email_invalid_domain: "\u0414\u043E\u043C\u0435\u043D \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B \u043D\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u0435\u043D",
|
|
1184
|
+
password_is_required: "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u043F\u0430\u0440\u043E\u043B\u044C"
|
|
1101
1185
|
},
|
|
1102
1186
|
user_messages: {
|
|
1103
1187
|
verify_successful: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u043E",
|
|
@@ -1106,7 +1190,14 @@ var ru_default = {
|
|
|
1106
1190
|
signup_successful: "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044F \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0430",
|
|
1107
1191
|
password_generated_message: "\u0412\u0430\u0448 \u043D\u043E\u0432\u044B\u0439 \u043F\u0430\u0440\u043E\u043B\u044C \u0441\u043E\u0437\u0434\u0430\u043D \u0438 \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430. \u041C\u044B \u043D\u0438\u0433\u0434\u0435 \u0435\u0433\u043E \u043D\u0435 \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u043B\u0438, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u0435 \u0435\u0433\u043E \u0432 \u043D\u0430\u0434\u0451\u0436\u043D\u043E\u043C \u043C\u0435\u0441\u0442\u0435 \u2014 \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0432 \u043C\u0435\u043D\u0435\u0434\u0436\u0435\u0440\u0435 \u043F\u0430\u0440\u043E\u043B\u0435\u0439 \u0438\u043B\u0438 \u0437\u0430\u0449\u0438\u0449\u0451\u043D\u043D\u043E\u0439 \u0437\u0430\u043C\u0435\u0442\u043A\u0435",
|
|
1108
1192
|
reset_password_successfull: "\u0412\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C \u0431\u044B\u043B \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0441\u0431\u0440\u043E\u0448\u0435\u043D",
|
|
1109
|
-
information_updated: "\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0430"
|
|
1193
|
+
information_updated: "\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0430",
|
|
1194
|
+
email_confirmation_sent: "\u041F\u0438\u0441\u044C\u043C\u043E \u0441 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435\u043C \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043E",
|
|
1195
|
+
check_inbox_for_confirmation: "\u041F\u0438\u0441\u044C\u043C\u043E \u0441 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435\u043C \u0431\u044B\u043B\u043E \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043E \u043D\u0430 {{email}}. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0430\u043F\u043A\u0438 \xAB\u0412\u0445\u043E\u0434\u044F\u0449\u0438\u0435\xBB \u0438 \xAB\u0421\u043F\u0430\u043C\xBB.",
|
|
1196
|
+
check_inbox: "\u041F\u0438\u0441\u044C\u043C\u043E \u0441 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435\u043C \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043E. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0430\u043F\u043A\u0438 \xAB\u0412\u0445\u043E\u0434\u044F\u0449\u0438\u0435\xBB \u0438 \xAB\u0421\u043F\u0430\u043C\xBB.",
|
|
1197
|
+
resend_confirmation: "\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437",
|
|
1198
|
+
email_changed_successfully: "\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430",
|
|
1199
|
+
password_changed_successfully: "\u041F\u0430\u0440\u043E\u043B\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u0437\u043C\u0435\u043D\u0451\u043D",
|
|
1200
|
+
username_changed_successfully: "\u0418\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E"
|
|
1110
1201
|
},
|
|
1111
1202
|
common: {
|
|
1112
1203
|
login: "\u0412\u043E\u0439\u0442\u0438",
|
|
@@ -1266,6 +1357,8 @@ var ru_default = {
|
|
|
1266
1357
|
location_visibility: "\u041A\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u0438\u0434\u0435\u0442\u044C \u043C\u043E\u0435 \u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435",
|
|
1267
1358
|
social_visibility: "\u041A\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u0438\u0434\u0435\u0442\u044C \u043C\u043E\u0438 \u0441\u0441\u044B\u043B\u043A\u0438 \u043D\u0430 \u0441\u043E\u0446\u0441\u0435\u0442\u0438",
|
|
1268
1359
|
last_seen_visibility: "\u041A\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u0438\u0434\u0435\u0442\u044C \u043C\u043E\u0439 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0439 \u0432\u0438\u0437\u0438\u0442",
|
|
1360
|
+
birthday_date_visibility: "\u041A\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u0438\u0434\u0435\u0442\u044C \u043C\u043E\u044E \u0434\u0430\u0442\u0443 \u0440\u043E\u0436\u0434\u0435\u043D\u0438\u044F",
|
|
1361
|
+
avatar_visibility: "\u041A\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u0438\u0434\u0435\u0442\u044C \u043C\u043E\u0439 \u0430\u0432\u0430\u0442\u0430\u0440",
|
|
1269
1362
|
privacy_level: "\u0423\u0440\u043E\u0432\u0435\u043D\u044C \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0441\u0442\u0438",
|
|
1270
1363
|
notification_header: "\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0443\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u0439",
|
|
1271
1364
|
notification_subheader: "\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u0441\u0432\u043E\u0438\u043C\u0438 \u0443\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0438 \u0437\u0432\u0443\u043A\u0430\u043C\u0438",
|
|
@@ -1314,9 +1407,12 @@ var ru_default = {
|
|
|
1314
1407
|
unsaved_changes_message: "\u0423 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043D\u0435\u0441\u043E\u0445\u0440\u0430\u043D\u0451\u043D\u043D\u044B\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F. \u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0432\u044B\u0439\u0442\u0438?",
|
|
1315
1408
|
discard: "\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F",
|
|
1316
1409
|
save: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C",
|
|
1317
|
-
this_field_required: "\u042D\u0442\u043E \u043F\u043E\u043B\u0435 \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E",
|
|
1318
1410
|
authentication_required: "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u043B\u0438\u0447\u043D\u043E\u0441\u0442\u0438",
|
|
1319
|
-
enter_password_to_continue: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u0430\u0440\u043E\u043B\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C"
|
|
1411
|
+
enter_password_to_continue: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u0430\u0440\u043E\u043B\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C",
|
|
1412
|
+
ok: "\u041E\u041A",
|
|
1413
|
+
update_email_description: "\u041C\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043C \u0441\u0441\u044B\u043B\u043A\u0443 \u0434\u043B\u044F \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u044F \u043D\u0430 \u043D\u043E\u0432\u044B\u0439 \u0430\u0434\u0440\u0435\u0441 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B.",
|
|
1414
|
+
change_password_description: "\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043D\u043E\u0432\u044B\u0439 \u043F\u0430\u0440\u043E\u043B\u044C \u0434\u043B\u044F \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0451\u0442\u043D\u043E\u0439 \u0437\u0430\u043F\u0438\u0441\u0438.",
|
|
1415
|
+
update_username_description: "\u041D\u043E\u0432\u043E\u0435 \u0438\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u0432\u0430\u0448\u0435\u043C \u043F\u0440\u043E\u0444\u0438\u043B\u0435."
|
|
1320
1416
|
},
|
|
1321
1417
|
enum: {
|
|
1322
1418
|
male: "\u041C\u0443\u0436\u0447\u0438\u043D\u0430",
|
|
@@ -1552,6 +1648,18 @@ var tr_default = {
|
|
|
1552
1648
|
support: "Herhangi bir sorunuz veya yard\u0131ma ihtiyac\u0131n\u0131z olursa, destek ekibimizle ileti\u015Fime ge\xE7in:",
|
|
1553
1649
|
signature: "Sayg\u0131lar\u0131m\u0131zla,",
|
|
1554
1650
|
team: "Connectfy Ekibi"
|
|
1651
|
+
},
|
|
1652
|
+
change_email: {
|
|
1653
|
+
team: "Connectfy Ekibi",
|
|
1654
|
+
intro: "Yeni e-posta adresi talebiniz al\u0131nd\u0131. E\u011Fer bu talebi siz yapmad\u0131ysan\u0131z, bu e-postay\u0131 g\xF6rmezden gelebilirsiniz.",
|
|
1655
|
+
subject: "E-posta De\u011Fi\u015Fikli\u011Finizi Onaylay\u0131n",
|
|
1656
|
+
support: "Yard\u0131m almak i\xE7in bizimle ileti\u015Fime ge\xE7ebilirsiniz",
|
|
1657
|
+
button: "E-posta De\u011Fi\u015Fikli\u011Fini Onayla",
|
|
1658
|
+
fallback: "E\u011Fer yukar\u0131daki buton \xE7al\u0131\u015Fmazsa, a\u015Fa\u011F\u0131daki linki t\u0131klay\u0131n:",
|
|
1659
|
+
thank_you: "Toplulu\u011Fumuzun bir par\xE7as\u0131 oldu\u011Funuz i\xE7in te\u015Fekk\xFCr ederiz!",
|
|
1660
|
+
instruction: "Yeni e-posta adresinizi onaylamak i\xE7in a\u015Fa\u011F\u0131daki butona t\u0131klay\u0131n.",
|
|
1661
|
+
expiry: "Bu ba\u011Flant\u0131 1 saat i\xE7inde ge\xE7erlidir.",
|
|
1662
|
+
mail_subject: "E-posta Adresi De\u011Fi\u015Fikli\u011Finizi Onaylay\u0131n"
|
|
1555
1663
|
}
|
|
1556
1664
|
},
|
|
1557
1665
|
error_messages: {
|
|
@@ -1563,7 +1671,15 @@ var tr_default = {
|
|
|
1563
1671
|
try_again: "Tekrar dene",
|
|
1564
1672
|
permission_dismissed: "\u0130zin iste\u011Fi reddedildi",
|
|
1565
1673
|
process_failed: "Bir \u015Feyler ters gitti. L\xFCtfen daha sonra tekrar deneyin",
|
|
1566
|
-
|
|
1674
|
+
this_field_required: "Bu alan zorunludur",
|
|
1675
|
+
invalid_choice: "Ge\xE7ersiz se\xE7im",
|
|
1676
|
+
invalid_email_format: "L\xFCtfen ge\xE7erli bir e-posta adresi girin",
|
|
1677
|
+
email_too_long: "E-posta en fazla 254 karakter olmal\u0131d\u0131r",
|
|
1678
|
+
email_local_part_too_long: "@ \xF6ncesi en fazla 64 karakter olabilir",
|
|
1679
|
+
email_consecutive_dots: "E-postada ard\u0131\u015F\u0131k nokta olamaz",
|
|
1680
|
+
email_invalid_local_chars: "E-postan\u0131n @ \xF6ncesinde ge\xE7ersiz karakterler var",
|
|
1681
|
+
email_invalid_domain: "E-posta alan ad\u0131 ge\xE7ersiz",
|
|
1682
|
+
password_is_required: "\u015Eifre gerekli"
|
|
1567
1683
|
},
|
|
1568
1684
|
user_messages: {
|
|
1569
1685
|
verify_successful: "Do\u011Frulama ba\u015Far\u0131yla tamamland\u0131",
|
|
@@ -1572,7 +1688,14 @@ var tr_default = {
|
|
|
1572
1688
|
signup_successful: "Kay\u0131t ba\u015Far\u0131yla tamamland\u0131",
|
|
1573
1689
|
password_generated_message: "Yeni parolan\u0131z olu\u015Fturuldu ve panoya kopyaland\u0131. Biz parolay\u0131 hi\xE7bir yerde saklamad\u0131k, bu y\xFCzden l\xFCtfen g\xFCvenli bir yerde (\xF6rne\u011Fin parola y\xF6neticisinde veya g\xFCvenli bir notta) saklay\u0131n",
|
|
1574
1690
|
reset_password_successfull: "\u015Eifreniz ba\u015Far\u0131yla s\u0131f\u0131rland\u0131",
|
|
1575
|
-
information_updated: "Bilgiler g\xFCncellendi"
|
|
1691
|
+
information_updated: "Bilgiler g\xFCncellendi",
|
|
1692
|
+
email_confirmation_sent: "Onay e-postas\u0131 g\xF6nderildi",
|
|
1693
|
+
check_inbox_for_confirmation: "{{email}} adresine onay mesaj\u0131 g\xF6nderildi. L\xFCtfen gelen kutunuzu ve spam klas\xF6r\xFCn\xFC kontrol edin.",
|
|
1694
|
+
check_inbox: "Onay mesaj\u0131 g\xF6nderildi. L\xFCtfen gelen kutunuzu ve spam klas\xF6r\xFCn\xFC kontrol edin.",
|
|
1695
|
+
resend_confirmation: "Onay\u0131 tekrar g\xF6nder",
|
|
1696
|
+
email_changed_successfully: "E-posta ba\u015Far\u0131yla de\u011Fi\u015Ftirildi",
|
|
1697
|
+
password_changed_successfully: "\u015Eifre ba\u015Far\u0131yla de\u011Fi\u015Ftirildi",
|
|
1698
|
+
username_changed_successfully: "Kullan\u0131c\u0131 ad\u0131 ba\u015Far\u0131yla de\u011Fi\u015Ftirildi"
|
|
1576
1699
|
},
|
|
1577
1700
|
common: {
|
|
1578
1701
|
login: "Giri\u015F yap",
|
|
@@ -1732,6 +1855,8 @@ var tr_default = {
|
|
|
1732
1855
|
location_visibility: "Konumumu kim g\xF6rebilir",
|
|
1733
1856
|
social_visibility: "Sosyal medya ba\u011Flant\u0131lar\u0131m\u0131 kim g\xF6rebilir",
|
|
1734
1857
|
last_seen_visibility: "Son g\xF6r\xFClmemi kim g\xF6rebilir",
|
|
1858
|
+
birthday_date_visibility: "Do\u011Fum tarihimi kim g\xF6rebilir",
|
|
1859
|
+
avatar_visibility: "Profil resmimi kim g\xF6rebilir",
|
|
1735
1860
|
privacy_level: "Gizlilik Seviyesi",
|
|
1736
1861
|
notification_header: "Bildirim Ayarlar\u0131",
|
|
1737
1862
|
notification_subheader: "Bildirim tercihlerinizi ve sesleri y\xF6netin",
|
|
@@ -1780,9 +1905,12 @@ var tr_default = {
|
|
|
1780
1905
|
unsaved_changes_message: "Kaydedilmemi\u015F de\u011Fi\u015Fiklikleriniz var. \xC7\u0131kmak istedi\u011Finize emin misiniz?",
|
|
1781
1906
|
discard: "De\u011Fi\u015Fiklikleri geri al",
|
|
1782
1907
|
save: "Kaydet",
|
|
1783
|
-
this_field_required: "Bu alan zorunludur",
|
|
1784
1908
|
authentication_required: "Kimlik do\u011Frulamas\u0131 gerekiyor",
|
|
1785
|
-
enter_password_to_continue: "Devam etmek i\xE7in \u015Fifrenizi girin"
|
|
1909
|
+
enter_password_to_continue: "Devam etmek i\xE7in \u015Fifrenizi girin",
|
|
1910
|
+
ok: "Tamam",
|
|
1911
|
+
update_email_description: "Yeni e-posta adresinize onay ba\u011Flant\u0131s\u0131 g\xF6nderece\u011Fiz.",
|
|
1912
|
+
change_password_description: "Hesab\u0131n\u0131z i\xE7in yeni bir \u015Fifre belirleyin.",
|
|
1913
|
+
update_username_description: "Yeni kullan\u0131c\u0131 ad\u0131n\u0131z profilinizde g\xF6r\xFCnt\xFClenecektir."
|
|
1786
1914
|
},
|
|
1787
1915
|
enum: {
|
|
1788
1916
|
male: "Erkek",
|
package/dist/index.d.cts
CHANGED
|
@@ -127,6 +127,18 @@ declare const resources: {
|
|
|
127
127
|
signature: string;
|
|
128
128
|
team: string;
|
|
129
129
|
};
|
|
130
|
+
change_email: {
|
|
131
|
+
team: string;
|
|
132
|
+
intro: string;
|
|
133
|
+
subject: string;
|
|
134
|
+
support: string;
|
|
135
|
+
button: string;
|
|
136
|
+
fallback: string;
|
|
137
|
+
thank_you: string;
|
|
138
|
+
instruction: string;
|
|
139
|
+
expiry: string;
|
|
140
|
+
mail_subject: string;
|
|
141
|
+
};
|
|
130
142
|
};
|
|
131
143
|
error_messages: {
|
|
132
144
|
invalid_phone_number_length: string;
|
|
@@ -137,7 +149,15 @@ declare const resources: {
|
|
|
137
149
|
try_again: string;
|
|
138
150
|
permission_dismissed: string;
|
|
139
151
|
process_failed: string;
|
|
152
|
+
this_field_required: string;
|
|
140
153
|
invalid_choice: string;
|
|
154
|
+
invalid_email_format: string;
|
|
155
|
+
email_too_long: string;
|
|
156
|
+
email_local_part_too_long: string;
|
|
157
|
+
email_consecutive_dots: string;
|
|
158
|
+
email_invalid_local_chars: string;
|
|
159
|
+
email_invalid_domain: string;
|
|
160
|
+
password_is_required: string;
|
|
141
161
|
};
|
|
142
162
|
user_messages: {
|
|
143
163
|
verify_successful: string;
|
|
@@ -147,6 +167,13 @@ declare const resources: {
|
|
|
147
167
|
password_generated_message: string;
|
|
148
168
|
reset_password_successfull: string;
|
|
149
169
|
information_updated: string;
|
|
170
|
+
email_confirmation_sent: string;
|
|
171
|
+
check_inbox_for_confirmation: string;
|
|
172
|
+
check_inbox: string;
|
|
173
|
+
resend_confirmation: string;
|
|
174
|
+
email_changed_successfully: string;
|
|
175
|
+
password_changed_successfully: string;
|
|
176
|
+
username_changed_successfully: string;
|
|
150
177
|
};
|
|
151
178
|
common: {
|
|
152
179
|
login: string;
|
|
@@ -306,6 +333,8 @@ declare const resources: {
|
|
|
306
333
|
location_visibility: string;
|
|
307
334
|
social_visibility: string;
|
|
308
335
|
last_seen_visibility: string;
|
|
336
|
+
birthday_date_visibility: string;
|
|
337
|
+
avatar_visibility: string;
|
|
309
338
|
privacy_level: string;
|
|
310
339
|
notification_header: string;
|
|
311
340
|
notification_subheader: string;
|
|
@@ -354,9 +383,12 @@ declare const resources: {
|
|
|
354
383
|
unsaved_changes_message: string;
|
|
355
384
|
discard: string;
|
|
356
385
|
save: string;
|
|
357
|
-
this_field_required: string;
|
|
358
386
|
authentication_required: string;
|
|
359
387
|
enter_password_to_continue: string;
|
|
388
|
+
ok: string;
|
|
389
|
+
update_email_description: string;
|
|
390
|
+
change_password_description: string;
|
|
391
|
+
update_username_description: string;
|
|
360
392
|
};
|
|
361
393
|
enum: {
|
|
362
394
|
male: string;
|
|
@@ -591,6 +623,18 @@ declare const resources: {
|
|
|
591
623
|
signature: string;
|
|
592
624
|
team: string;
|
|
593
625
|
};
|
|
626
|
+
change_email: {
|
|
627
|
+
team: string;
|
|
628
|
+
intro: string;
|
|
629
|
+
subject: string;
|
|
630
|
+
support: string;
|
|
631
|
+
button: string;
|
|
632
|
+
fallback: string;
|
|
633
|
+
thank_you: string;
|
|
634
|
+
instruction: string;
|
|
635
|
+
expiry: string;
|
|
636
|
+
mail_subject: string;
|
|
637
|
+
};
|
|
594
638
|
};
|
|
595
639
|
error_messages: {
|
|
596
640
|
invalid_phone_number_length: string;
|
|
@@ -601,7 +645,15 @@ declare const resources: {
|
|
|
601
645
|
try_again: string;
|
|
602
646
|
permission_dismissed: string;
|
|
603
647
|
process_failed: string;
|
|
648
|
+
this_field_required: string;
|
|
604
649
|
invalid_choice: string;
|
|
650
|
+
invalid_email_format: string;
|
|
651
|
+
email_too_long: string;
|
|
652
|
+
email_local_part_too_long: string;
|
|
653
|
+
email_consecutive_dots: string;
|
|
654
|
+
email_invalid_local_chars: string;
|
|
655
|
+
email_invalid_domain: string;
|
|
656
|
+
password_is_required: string;
|
|
605
657
|
};
|
|
606
658
|
user_messages: {
|
|
607
659
|
verify_successful: string;
|
|
@@ -611,6 +663,13 @@ declare const resources: {
|
|
|
611
663
|
password_generated_message: string;
|
|
612
664
|
reset_password_successfull: string;
|
|
613
665
|
information_updated: string;
|
|
666
|
+
email_confirmation_sent: string;
|
|
667
|
+
check_inbox_for_confirmation: string;
|
|
668
|
+
check_inbox: string;
|
|
669
|
+
resend_confirmation: string;
|
|
670
|
+
email_changed_successfully: string;
|
|
671
|
+
password_changed_successfully: string;
|
|
672
|
+
username_changed_successfully: string;
|
|
614
673
|
};
|
|
615
674
|
common: {
|
|
616
675
|
login: string;
|
|
@@ -770,6 +829,8 @@ declare const resources: {
|
|
|
770
829
|
location_visibility: string;
|
|
771
830
|
social_visibility: string;
|
|
772
831
|
last_seen_visibility: string;
|
|
832
|
+
birthday_date_visibility: string;
|
|
833
|
+
avatar_visibility: string;
|
|
773
834
|
privacy_level: string;
|
|
774
835
|
notification_header: string;
|
|
775
836
|
notification_subheader: string;
|
|
@@ -818,9 +879,12 @@ declare const resources: {
|
|
|
818
879
|
unsaved_changes_message: string;
|
|
819
880
|
discard: string;
|
|
820
881
|
save: string;
|
|
821
|
-
this_field_required: string;
|
|
822
882
|
authentication_required: string;
|
|
823
883
|
enter_password_to_continue: string;
|
|
884
|
+
ok: string;
|
|
885
|
+
update_email_description: string;
|
|
886
|
+
change_password_description: string;
|
|
887
|
+
update_username_description: string;
|
|
824
888
|
};
|
|
825
889
|
enum: {
|
|
826
890
|
male: string;
|
|
@@ -1055,6 +1119,18 @@ declare const resources: {
|
|
|
1055
1119
|
signature: string;
|
|
1056
1120
|
team: string;
|
|
1057
1121
|
};
|
|
1122
|
+
change_email: {
|
|
1123
|
+
team: string;
|
|
1124
|
+
intro: string;
|
|
1125
|
+
subject: string;
|
|
1126
|
+
support: string;
|
|
1127
|
+
button: string;
|
|
1128
|
+
fallback: string;
|
|
1129
|
+
thank_you: string;
|
|
1130
|
+
instruction: string;
|
|
1131
|
+
expiry: string;
|
|
1132
|
+
mail_subject: string;
|
|
1133
|
+
};
|
|
1058
1134
|
};
|
|
1059
1135
|
error_messages: {
|
|
1060
1136
|
invalid_phone_number_length: string;
|
|
@@ -1065,7 +1141,15 @@ declare const resources: {
|
|
|
1065
1141
|
try_again: string;
|
|
1066
1142
|
permission_dismissed: string;
|
|
1067
1143
|
process_failed: string;
|
|
1144
|
+
this_field_required: string;
|
|
1068
1145
|
invalid_choice: string;
|
|
1146
|
+
invalid_email_format: string;
|
|
1147
|
+
email_too_long: string;
|
|
1148
|
+
email_local_part_too_long: string;
|
|
1149
|
+
email_consecutive_dots: string;
|
|
1150
|
+
email_invalid_local_chars: string;
|
|
1151
|
+
email_invalid_domain: string;
|
|
1152
|
+
password_is_required: string;
|
|
1069
1153
|
};
|
|
1070
1154
|
user_messages: {
|
|
1071
1155
|
verify_successful: string;
|
|
@@ -1075,6 +1159,13 @@ declare const resources: {
|
|
|
1075
1159
|
password_generated_message: string;
|
|
1076
1160
|
reset_password_successfull: string;
|
|
1077
1161
|
information_updated: string;
|
|
1162
|
+
email_confirmation_sent: string;
|
|
1163
|
+
check_inbox_for_confirmation: string;
|
|
1164
|
+
check_inbox: string;
|
|
1165
|
+
resend_confirmation: string;
|
|
1166
|
+
email_changed_successfully: string;
|
|
1167
|
+
password_changed_successfully: string;
|
|
1168
|
+
username_changed_successfully: string;
|
|
1078
1169
|
};
|
|
1079
1170
|
common: {
|
|
1080
1171
|
login: string;
|
|
@@ -1234,6 +1325,8 @@ declare const resources: {
|
|
|
1234
1325
|
location_visibility: string;
|
|
1235
1326
|
social_visibility: string;
|
|
1236
1327
|
last_seen_visibility: string;
|
|
1328
|
+
birthday_date_visibility: string;
|
|
1329
|
+
avatar_visibility: string;
|
|
1237
1330
|
privacy_level: string;
|
|
1238
1331
|
notification_header: string;
|
|
1239
1332
|
notification_subheader: string;
|
|
@@ -1282,9 +1375,12 @@ declare const resources: {
|
|
|
1282
1375
|
unsaved_changes_message: string;
|
|
1283
1376
|
discard: string;
|
|
1284
1377
|
save: string;
|
|
1285
|
-
this_field_required: string;
|
|
1286
1378
|
authentication_required: string;
|
|
1287
1379
|
enter_password_to_continue: string;
|
|
1380
|
+
ok: string;
|
|
1381
|
+
update_email_description: string;
|
|
1382
|
+
change_password_description: string;
|
|
1383
|
+
update_username_description: string;
|
|
1288
1384
|
};
|
|
1289
1385
|
enum: {
|
|
1290
1386
|
male: string;
|
|
@@ -1519,6 +1615,18 @@ declare const resources: {
|
|
|
1519
1615
|
signature: string;
|
|
1520
1616
|
team: string;
|
|
1521
1617
|
};
|
|
1618
|
+
change_email: {
|
|
1619
|
+
team: string;
|
|
1620
|
+
intro: string;
|
|
1621
|
+
subject: string;
|
|
1622
|
+
support: string;
|
|
1623
|
+
button: string;
|
|
1624
|
+
fallback: string;
|
|
1625
|
+
thank_you: string;
|
|
1626
|
+
instruction: string;
|
|
1627
|
+
expiry: string;
|
|
1628
|
+
mail_subject: string;
|
|
1629
|
+
};
|
|
1522
1630
|
};
|
|
1523
1631
|
error_messages: {
|
|
1524
1632
|
invalid_phone_number_length: string;
|
|
@@ -1529,7 +1637,15 @@ declare const resources: {
|
|
|
1529
1637
|
try_again: string;
|
|
1530
1638
|
permission_dismissed: string;
|
|
1531
1639
|
process_failed: string;
|
|
1640
|
+
this_field_required: string;
|
|
1532
1641
|
invalid_choice: string;
|
|
1642
|
+
invalid_email_format: string;
|
|
1643
|
+
email_too_long: string;
|
|
1644
|
+
email_local_part_too_long: string;
|
|
1645
|
+
email_consecutive_dots: string;
|
|
1646
|
+
email_invalid_local_chars: string;
|
|
1647
|
+
email_invalid_domain: string;
|
|
1648
|
+
password_is_required: string;
|
|
1533
1649
|
};
|
|
1534
1650
|
user_messages: {
|
|
1535
1651
|
verify_successful: string;
|
|
@@ -1539,6 +1655,13 @@ declare const resources: {
|
|
|
1539
1655
|
password_generated_message: string;
|
|
1540
1656
|
reset_password_successfull: string;
|
|
1541
1657
|
information_updated: string;
|
|
1658
|
+
email_confirmation_sent: string;
|
|
1659
|
+
check_inbox_for_confirmation: string;
|
|
1660
|
+
check_inbox: string;
|
|
1661
|
+
resend_confirmation: string;
|
|
1662
|
+
email_changed_successfully: string;
|
|
1663
|
+
password_changed_successfully: string;
|
|
1664
|
+
username_changed_successfully: string;
|
|
1542
1665
|
};
|
|
1543
1666
|
common: {
|
|
1544
1667
|
login: string;
|
|
@@ -1698,6 +1821,8 @@ declare const resources: {
|
|
|
1698
1821
|
location_visibility: string;
|
|
1699
1822
|
social_visibility: string;
|
|
1700
1823
|
last_seen_visibility: string;
|
|
1824
|
+
birthday_date_visibility: string;
|
|
1825
|
+
avatar_visibility: string;
|
|
1701
1826
|
privacy_level: string;
|
|
1702
1827
|
notification_header: string;
|
|
1703
1828
|
notification_subheader: string;
|
|
@@ -1746,9 +1871,12 @@ declare const resources: {
|
|
|
1746
1871
|
unsaved_changes_message: string;
|
|
1747
1872
|
discard: string;
|
|
1748
1873
|
save: string;
|
|
1749
|
-
this_field_required: string;
|
|
1750
1874
|
authentication_required: string;
|
|
1751
1875
|
enter_password_to_continue: string;
|
|
1876
|
+
ok: string;
|
|
1877
|
+
update_email_description: string;
|
|
1878
|
+
change_password_description: string;
|
|
1879
|
+
update_username_description: string;
|
|
1752
1880
|
};
|
|
1753
1881
|
enum: {
|
|
1754
1882
|
male: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -127,6 +127,18 @@ declare const resources: {
|
|
|
127
127
|
signature: string;
|
|
128
128
|
team: string;
|
|
129
129
|
};
|
|
130
|
+
change_email: {
|
|
131
|
+
team: string;
|
|
132
|
+
intro: string;
|
|
133
|
+
subject: string;
|
|
134
|
+
support: string;
|
|
135
|
+
button: string;
|
|
136
|
+
fallback: string;
|
|
137
|
+
thank_you: string;
|
|
138
|
+
instruction: string;
|
|
139
|
+
expiry: string;
|
|
140
|
+
mail_subject: string;
|
|
141
|
+
};
|
|
130
142
|
};
|
|
131
143
|
error_messages: {
|
|
132
144
|
invalid_phone_number_length: string;
|
|
@@ -137,7 +149,15 @@ declare const resources: {
|
|
|
137
149
|
try_again: string;
|
|
138
150
|
permission_dismissed: string;
|
|
139
151
|
process_failed: string;
|
|
152
|
+
this_field_required: string;
|
|
140
153
|
invalid_choice: string;
|
|
154
|
+
invalid_email_format: string;
|
|
155
|
+
email_too_long: string;
|
|
156
|
+
email_local_part_too_long: string;
|
|
157
|
+
email_consecutive_dots: string;
|
|
158
|
+
email_invalid_local_chars: string;
|
|
159
|
+
email_invalid_domain: string;
|
|
160
|
+
password_is_required: string;
|
|
141
161
|
};
|
|
142
162
|
user_messages: {
|
|
143
163
|
verify_successful: string;
|
|
@@ -147,6 +167,13 @@ declare const resources: {
|
|
|
147
167
|
password_generated_message: string;
|
|
148
168
|
reset_password_successfull: string;
|
|
149
169
|
information_updated: string;
|
|
170
|
+
email_confirmation_sent: string;
|
|
171
|
+
check_inbox_for_confirmation: string;
|
|
172
|
+
check_inbox: string;
|
|
173
|
+
resend_confirmation: string;
|
|
174
|
+
email_changed_successfully: string;
|
|
175
|
+
password_changed_successfully: string;
|
|
176
|
+
username_changed_successfully: string;
|
|
150
177
|
};
|
|
151
178
|
common: {
|
|
152
179
|
login: string;
|
|
@@ -306,6 +333,8 @@ declare const resources: {
|
|
|
306
333
|
location_visibility: string;
|
|
307
334
|
social_visibility: string;
|
|
308
335
|
last_seen_visibility: string;
|
|
336
|
+
birthday_date_visibility: string;
|
|
337
|
+
avatar_visibility: string;
|
|
309
338
|
privacy_level: string;
|
|
310
339
|
notification_header: string;
|
|
311
340
|
notification_subheader: string;
|
|
@@ -354,9 +383,12 @@ declare const resources: {
|
|
|
354
383
|
unsaved_changes_message: string;
|
|
355
384
|
discard: string;
|
|
356
385
|
save: string;
|
|
357
|
-
this_field_required: string;
|
|
358
386
|
authentication_required: string;
|
|
359
387
|
enter_password_to_continue: string;
|
|
388
|
+
ok: string;
|
|
389
|
+
update_email_description: string;
|
|
390
|
+
change_password_description: string;
|
|
391
|
+
update_username_description: string;
|
|
360
392
|
};
|
|
361
393
|
enum: {
|
|
362
394
|
male: string;
|
|
@@ -591,6 +623,18 @@ declare const resources: {
|
|
|
591
623
|
signature: string;
|
|
592
624
|
team: string;
|
|
593
625
|
};
|
|
626
|
+
change_email: {
|
|
627
|
+
team: string;
|
|
628
|
+
intro: string;
|
|
629
|
+
subject: string;
|
|
630
|
+
support: string;
|
|
631
|
+
button: string;
|
|
632
|
+
fallback: string;
|
|
633
|
+
thank_you: string;
|
|
634
|
+
instruction: string;
|
|
635
|
+
expiry: string;
|
|
636
|
+
mail_subject: string;
|
|
637
|
+
};
|
|
594
638
|
};
|
|
595
639
|
error_messages: {
|
|
596
640
|
invalid_phone_number_length: string;
|
|
@@ -601,7 +645,15 @@ declare const resources: {
|
|
|
601
645
|
try_again: string;
|
|
602
646
|
permission_dismissed: string;
|
|
603
647
|
process_failed: string;
|
|
648
|
+
this_field_required: string;
|
|
604
649
|
invalid_choice: string;
|
|
650
|
+
invalid_email_format: string;
|
|
651
|
+
email_too_long: string;
|
|
652
|
+
email_local_part_too_long: string;
|
|
653
|
+
email_consecutive_dots: string;
|
|
654
|
+
email_invalid_local_chars: string;
|
|
655
|
+
email_invalid_domain: string;
|
|
656
|
+
password_is_required: string;
|
|
605
657
|
};
|
|
606
658
|
user_messages: {
|
|
607
659
|
verify_successful: string;
|
|
@@ -611,6 +663,13 @@ declare const resources: {
|
|
|
611
663
|
password_generated_message: string;
|
|
612
664
|
reset_password_successfull: string;
|
|
613
665
|
information_updated: string;
|
|
666
|
+
email_confirmation_sent: string;
|
|
667
|
+
check_inbox_for_confirmation: string;
|
|
668
|
+
check_inbox: string;
|
|
669
|
+
resend_confirmation: string;
|
|
670
|
+
email_changed_successfully: string;
|
|
671
|
+
password_changed_successfully: string;
|
|
672
|
+
username_changed_successfully: string;
|
|
614
673
|
};
|
|
615
674
|
common: {
|
|
616
675
|
login: string;
|
|
@@ -770,6 +829,8 @@ declare const resources: {
|
|
|
770
829
|
location_visibility: string;
|
|
771
830
|
social_visibility: string;
|
|
772
831
|
last_seen_visibility: string;
|
|
832
|
+
birthday_date_visibility: string;
|
|
833
|
+
avatar_visibility: string;
|
|
773
834
|
privacy_level: string;
|
|
774
835
|
notification_header: string;
|
|
775
836
|
notification_subheader: string;
|
|
@@ -818,9 +879,12 @@ declare const resources: {
|
|
|
818
879
|
unsaved_changes_message: string;
|
|
819
880
|
discard: string;
|
|
820
881
|
save: string;
|
|
821
|
-
this_field_required: string;
|
|
822
882
|
authentication_required: string;
|
|
823
883
|
enter_password_to_continue: string;
|
|
884
|
+
ok: string;
|
|
885
|
+
update_email_description: string;
|
|
886
|
+
change_password_description: string;
|
|
887
|
+
update_username_description: string;
|
|
824
888
|
};
|
|
825
889
|
enum: {
|
|
826
890
|
male: string;
|
|
@@ -1055,6 +1119,18 @@ declare const resources: {
|
|
|
1055
1119
|
signature: string;
|
|
1056
1120
|
team: string;
|
|
1057
1121
|
};
|
|
1122
|
+
change_email: {
|
|
1123
|
+
team: string;
|
|
1124
|
+
intro: string;
|
|
1125
|
+
subject: string;
|
|
1126
|
+
support: string;
|
|
1127
|
+
button: string;
|
|
1128
|
+
fallback: string;
|
|
1129
|
+
thank_you: string;
|
|
1130
|
+
instruction: string;
|
|
1131
|
+
expiry: string;
|
|
1132
|
+
mail_subject: string;
|
|
1133
|
+
};
|
|
1058
1134
|
};
|
|
1059
1135
|
error_messages: {
|
|
1060
1136
|
invalid_phone_number_length: string;
|
|
@@ -1065,7 +1141,15 @@ declare const resources: {
|
|
|
1065
1141
|
try_again: string;
|
|
1066
1142
|
permission_dismissed: string;
|
|
1067
1143
|
process_failed: string;
|
|
1144
|
+
this_field_required: string;
|
|
1068
1145
|
invalid_choice: string;
|
|
1146
|
+
invalid_email_format: string;
|
|
1147
|
+
email_too_long: string;
|
|
1148
|
+
email_local_part_too_long: string;
|
|
1149
|
+
email_consecutive_dots: string;
|
|
1150
|
+
email_invalid_local_chars: string;
|
|
1151
|
+
email_invalid_domain: string;
|
|
1152
|
+
password_is_required: string;
|
|
1069
1153
|
};
|
|
1070
1154
|
user_messages: {
|
|
1071
1155
|
verify_successful: string;
|
|
@@ -1075,6 +1159,13 @@ declare const resources: {
|
|
|
1075
1159
|
password_generated_message: string;
|
|
1076
1160
|
reset_password_successfull: string;
|
|
1077
1161
|
information_updated: string;
|
|
1162
|
+
email_confirmation_sent: string;
|
|
1163
|
+
check_inbox_for_confirmation: string;
|
|
1164
|
+
check_inbox: string;
|
|
1165
|
+
resend_confirmation: string;
|
|
1166
|
+
email_changed_successfully: string;
|
|
1167
|
+
password_changed_successfully: string;
|
|
1168
|
+
username_changed_successfully: string;
|
|
1078
1169
|
};
|
|
1079
1170
|
common: {
|
|
1080
1171
|
login: string;
|
|
@@ -1234,6 +1325,8 @@ declare const resources: {
|
|
|
1234
1325
|
location_visibility: string;
|
|
1235
1326
|
social_visibility: string;
|
|
1236
1327
|
last_seen_visibility: string;
|
|
1328
|
+
birthday_date_visibility: string;
|
|
1329
|
+
avatar_visibility: string;
|
|
1237
1330
|
privacy_level: string;
|
|
1238
1331
|
notification_header: string;
|
|
1239
1332
|
notification_subheader: string;
|
|
@@ -1282,9 +1375,12 @@ declare const resources: {
|
|
|
1282
1375
|
unsaved_changes_message: string;
|
|
1283
1376
|
discard: string;
|
|
1284
1377
|
save: string;
|
|
1285
|
-
this_field_required: string;
|
|
1286
1378
|
authentication_required: string;
|
|
1287
1379
|
enter_password_to_continue: string;
|
|
1380
|
+
ok: string;
|
|
1381
|
+
update_email_description: string;
|
|
1382
|
+
change_password_description: string;
|
|
1383
|
+
update_username_description: string;
|
|
1288
1384
|
};
|
|
1289
1385
|
enum: {
|
|
1290
1386
|
male: string;
|
|
@@ -1519,6 +1615,18 @@ declare const resources: {
|
|
|
1519
1615
|
signature: string;
|
|
1520
1616
|
team: string;
|
|
1521
1617
|
};
|
|
1618
|
+
change_email: {
|
|
1619
|
+
team: string;
|
|
1620
|
+
intro: string;
|
|
1621
|
+
subject: string;
|
|
1622
|
+
support: string;
|
|
1623
|
+
button: string;
|
|
1624
|
+
fallback: string;
|
|
1625
|
+
thank_you: string;
|
|
1626
|
+
instruction: string;
|
|
1627
|
+
expiry: string;
|
|
1628
|
+
mail_subject: string;
|
|
1629
|
+
};
|
|
1522
1630
|
};
|
|
1523
1631
|
error_messages: {
|
|
1524
1632
|
invalid_phone_number_length: string;
|
|
@@ -1529,7 +1637,15 @@ declare const resources: {
|
|
|
1529
1637
|
try_again: string;
|
|
1530
1638
|
permission_dismissed: string;
|
|
1531
1639
|
process_failed: string;
|
|
1640
|
+
this_field_required: string;
|
|
1532
1641
|
invalid_choice: string;
|
|
1642
|
+
invalid_email_format: string;
|
|
1643
|
+
email_too_long: string;
|
|
1644
|
+
email_local_part_too_long: string;
|
|
1645
|
+
email_consecutive_dots: string;
|
|
1646
|
+
email_invalid_local_chars: string;
|
|
1647
|
+
email_invalid_domain: string;
|
|
1648
|
+
password_is_required: string;
|
|
1533
1649
|
};
|
|
1534
1650
|
user_messages: {
|
|
1535
1651
|
verify_successful: string;
|
|
@@ -1539,6 +1655,13 @@ declare const resources: {
|
|
|
1539
1655
|
password_generated_message: string;
|
|
1540
1656
|
reset_password_successfull: string;
|
|
1541
1657
|
information_updated: string;
|
|
1658
|
+
email_confirmation_sent: string;
|
|
1659
|
+
check_inbox_for_confirmation: string;
|
|
1660
|
+
check_inbox: string;
|
|
1661
|
+
resend_confirmation: string;
|
|
1662
|
+
email_changed_successfully: string;
|
|
1663
|
+
password_changed_successfully: string;
|
|
1664
|
+
username_changed_successfully: string;
|
|
1542
1665
|
};
|
|
1543
1666
|
common: {
|
|
1544
1667
|
login: string;
|
|
@@ -1698,6 +1821,8 @@ declare const resources: {
|
|
|
1698
1821
|
location_visibility: string;
|
|
1699
1822
|
social_visibility: string;
|
|
1700
1823
|
last_seen_visibility: string;
|
|
1824
|
+
birthday_date_visibility: string;
|
|
1825
|
+
avatar_visibility: string;
|
|
1701
1826
|
privacy_level: string;
|
|
1702
1827
|
notification_header: string;
|
|
1703
1828
|
notification_subheader: string;
|
|
@@ -1746,9 +1871,12 @@ declare const resources: {
|
|
|
1746
1871
|
unsaved_changes_message: string;
|
|
1747
1872
|
discard: string;
|
|
1748
1873
|
save: string;
|
|
1749
|
-
this_field_required: string;
|
|
1750
1874
|
authentication_required: string;
|
|
1751
1875
|
enter_password_to_continue: string;
|
|
1876
|
+
ok: string;
|
|
1877
|
+
update_email_description: string;
|
|
1878
|
+
change_password_description: string;
|
|
1879
|
+
update_username_description: string;
|
|
1752
1880
|
};
|
|
1753
1881
|
enum: {
|
|
1754
1882
|
male: string;
|
package/dist/index.mjs
CHANGED
|
@@ -126,6 +126,18 @@ var en_default = {
|
|
|
126
126
|
support: "If you have any questions or need assistance, feel free to contact our support team at",
|
|
127
127
|
signature: "Best regards,",
|
|
128
128
|
team: "Connectfy Team"
|
|
129
|
+
},
|
|
130
|
+
change_email: {
|
|
131
|
+
team: "The Connectfy Team",
|
|
132
|
+
intro: "We received a request to change your email address. If you didn't request this change, please ignore this email.",
|
|
133
|
+
subject: "Confirm Your Email Change",
|
|
134
|
+
support: "If you need assistance, feel free to contact us at",
|
|
135
|
+
button: "Confirm Email Change",
|
|
136
|
+
fallback: "If the button above doesn't work, click the link below:",
|
|
137
|
+
thank_you: "Thank you for being part of our community!",
|
|
138
|
+
instruction: "Click the button below to confirm your new email address.",
|
|
139
|
+
expiry: "This link will expire in 1 hour.",
|
|
140
|
+
mail_subject: "Confirm Your Email Address Change"
|
|
129
141
|
}
|
|
130
142
|
},
|
|
131
143
|
error_messages: {
|
|
@@ -137,7 +149,15 @@ var en_default = {
|
|
|
137
149
|
try_again: "Try again",
|
|
138
150
|
permission_dismissed: "Permission request was dismissed",
|
|
139
151
|
process_failed: "Something went wrong. Please try again later",
|
|
140
|
-
|
|
152
|
+
this_field_required: "This field required",
|
|
153
|
+
invalid_choice: "Invalid choice",
|
|
154
|
+
invalid_email_format: "Please enter a valid email address",
|
|
155
|
+
email_too_long: "Email must be at most 254 characters",
|
|
156
|
+
email_local_part_too_long: "The part before @ must be at most 64 characters",
|
|
157
|
+
email_consecutive_dots: "Email must not contain consecutive dots",
|
|
158
|
+
email_invalid_local_chars: "Email contains invalid characters before @",
|
|
159
|
+
email_invalid_domain: "Email domain is invalid",
|
|
160
|
+
password_is_required: "Password is required"
|
|
141
161
|
},
|
|
142
162
|
user_messages: {
|
|
143
163
|
verify_successful: "Verification completed successfully",
|
|
@@ -146,7 +166,14 @@ var en_default = {
|
|
|
146
166
|
signup_successful: "Signup completed successfully",
|
|
147
167
|
password_generated_message: "Your new password has been created and copied to your clipboard. We haven\u2019t saved it anywhere, so make sure to store it safely \u2014 for example, in a password manager or a secure note",
|
|
148
168
|
reset_password_successfull: "Your password has been successfully reset",
|
|
149
|
-
information_updated: "Information updated"
|
|
169
|
+
information_updated: "Information updated",
|
|
170
|
+
email_confirmation_sent: "Confirmation email sent",
|
|
171
|
+
check_inbox_for_confirmation: "A confirmation message has been sent to {{email}}. Please check your inbox and spam folder.",
|
|
172
|
+
check_inbox: "A confirmation message has been sent. Please check your inbox and spam folder.",
|
|
173
|
+
resend_confirmation: "Resend confirmation",
|
|
174
|
+
email_changed_successfully: "Email changed successfully",
|
|
175
|
+
password_changed_successfully: "Password changed successfully",
|
|
176
|
+
username_changed_successfully: "Username changed successfully"
|
|
150
177
|
},
|
|
151
178
|
common: {
|
|
152
179
|
login: "Login",
|
|
@@ -306,6 +333,8 @@ var en_default = {
|
|
|
306
333
|
location_visibility: "Who can see my location",
|
|
307
334
|
social_visibility: "Who can see my social media links",
|
|
308
335
|
last_seen_visibility: "Who can see my last seen",
|
|
336
|
+
birthday_date_visibility: "Who can see my birthday date",
|
|
337
|
+
avatar_visibility: "Who can see my avatar",
|
|
309
338
|
privacy_level: "Privacy Level",
|
|
310
339
|
notification_header: "Notification Settings",
|
|
311
340
|
notification_subheader: "Manage your notification preferences and sounds",
|
|
@@ -354,9 +383,12 @@ var en_default = {
|
|
|
354
383
|
unsaved_changes_message: "You have unsaved changes. Are you sure you want to leave?",
|
|
355
384
|
discard: "Discard",
|
|
356
385
|
save: "Save",
|
|
357
|
-
this_field_required: "This field required",
|
|
358
386
|
authentication_required: "Authentication required",
|
|
359
|
-
enter_password_to_continue: "Enter your password to continue"
|
|
387
|
+
enter_password_to_continue: "Enter your password to continue",
|
|
388
|
+
ok: "OK",
|
|
389
|
+
update_email_description: "We'll send a confirmation link to the new address.",
|
|
390
|
+
change_password_description: "Set a new password for your account.",
|
|
391
|
+
update_username_description: "Your new username will be shown on your profile."
|
|
360
392
|
},
|
|
361
393
|
enum: {
|
|
362
394
|
male: "Male",
|
|
@@ -592,6 +624,18 @@ var az_default = {
|
|
|
592
624
|
support: "Sual\u0131n\u0131z varsa v\u0259 ya k\xF6m\u0259y\u0259 ehtiyac\u0131n\u0131z olarsa, d\u0259st\u0259k komandam\u0131zla \u0259laq\u0259 saxlaya bil\u0259rsiniz:",
|
|
593
625
|
signature: "H\xF6rm\u0259tl\u0259,",
|
|
594
626
|
team: "Connectfy Komandas\u0131"
|
|
627
|
+
},
|
|
628
|
+
change_email: {
|
|
629
|
+
team: "Connectfy Komandas\u0131",
|
|
630
|
+
intro: "Yeni e-po\xE7ta \xFCnvan\u0131 t\u0259l\u0259biniz q\u0259bul edilib. \u018Fg\u0259r bu t\u0259l\u0259bi siz etm\u0259misinizs\u0259, bu e-m\u0259ktubu n\u0259z\u0259rd\u0259n ke\xE7irm\u0259yin.",
|
|
631
|
+
subject: "E-po\xE7ta \xDCnvan\u0131n\u0131z\u0131 D\u0259yi\u015Fdirm\u0259yi T\u0259sdiql\u0259yin",
|
|
632
|
+
support: "Yard\u0131m almaq \xFC\xE7\xFCn biziml\u0259 \u0259laq\u0259 saxlaya bil\u0259rsiniz",
|
|
633
|
+
button: "E-po\xE7ta D\u0259yi\u015Fiklikl\u0259rini T\u0259sdiql\u0259yin",
|
|
634
|
+
fallback: "Yuxar\u0131dak\u0131 d\xFCym\u0259 i\u015Fl\u0259m\u0259zs\u0259, a\u015Fa\u011F\u0131dak\u0131 linki istifad\u0259 edin:",
|
|
635
|
+
thank_you: "Bizim icmam\u0131z\u0131n bir hiss\u0259si oldu\u011Funuz \xFC\xE7\xFCn t\u0259\u015F\u0259kk\xFCr edirik!",
|
|
636
|
+
instruction: "Yeni e-po\xE7ta \xFCnvan\u0131n\u0131z\u0131 t\u0259sdiql\u0259m\u0259k \xFC\xE7\xFCn a\u015Fa\u011F\u0131dak\u0131 d\xFCym\u0259y\u0259 klikl\u0259yin.",
|
|
637
|
+
expiry: "Bu ba\u011Flant\u0131 1 saat \u0259rzind\u0259 etibarl\u0131d\u0131r.",
|
|
638
|
+
mail_subject: "E-po\xE7ta \xDCnvan\u0131n\u0131z\u0131 D\u0259yi\u015Fdirm\u0259yi T\u0259sdiql\u0259yin"
|
|
595
639
|
}
|
|
596
640
|
},
|
|
597
641
|
error_messages: {
|
|
@@ -603,7 +647,15 @@ var az_default = {
|
|
|
603
647
|
try_again: "Yenid\u0259n c\u0259hd et",
|
|
604
648
|
permission_dismissed: "\u0130caz\u0259 t\u0259l\u0259bi r\u0259dd edildi",
|
|
605
649
|
process_failed: "N\u0259s\u0259 s\u0259hv oldu. Z\u0259hm\u0259t olmasa bir q\u0259d\u0259r sonra yenid\u0259n c\u0259hd edin",
|
|
606
|
-
|
|
650
|
+
this_field_required: "Bu sah\u0259 m\u0259cburidir",
|
|
651
|
+
invalid_choice: "Yanl\u0131\u015F se\xE7im",
|
|
652
|
+
invalid_email_format: "Z\u0259hm\u0259t olmasa d\xFCzg\xFCn e-po\xE7t \xFCnvan\u0131 daxil edin",
|
|
653
|
+
email_too_long: "E-po\xE7t \u0259n \xE7ox 254 simvol olmal\u0131d\u0131r",
|
|
654
|
+
email_local_part_too_long: "@-dan \u0259vv\u0259lki hiss\u0259 \u0259n \xE7ox 64 simvol olmal\u0131d\u0131r",
|
|
655
|
+
email_consecutive_dots: "E-po\xE7tda ard\u0131c\u0131l n\xF6qt\u0259l\u0259r ola bilm\u0259z",
|
|
656
|
+
email_invalid_local_chars: "E-po\xE7tun @-dan \u0259vv\u0259lki hiss\u0259sind\u0259 yaramayan simvollar var",
|
|
657
|
+
email_invalid_domain: "E-po\xE7t domeni etibars\u0131zd\u0131r",
|
|
658
|
+
password_is_required: "\u015Eifr\u0259 t\u0259l\u0259b olunur"
|
|
607
659
|
},
|
|
608
660
|
user_messages: {
|
|
609
661
|
verify_successful: "T\u0259sdiql\u0259m\u0259 u\u011Furla tamamland\u0131",
|
|
@@ -612,7 +664,14 @@ var az_default = {
|
|
|
612
664
|
signup_successful: "Qeydiyyat u\u011Furla tamamland\u0131",
|
|
613
665
|
password_generated_message: "Yeni \u015Fifr\u0259niz yarad\u0131l\u0131b v\u0259 clipboard-a kopyalan\u0131b. Biz onu he\xE7 yerd\u0259 saxlamam\u0131\u015F\u0131q, ona g\xF6r\u0259 xahi\u015F olunur, etibarl\u0131 bir yerd\u0259 (m\u0259s\u0259l\u0259n, \u015Fifr\u0259 menecerind\u0259 v\u0259 ya qorunan qeydd\u0259) saxlay\u0131n.",
|
|
614
666
|
reset_password_successfull: "\u015Eifr\u0259niz u\u011Furla s\u0131f\u0131rland\u0131",
|
|
615
|
-
information_updated: "M\u0259lumat yenil\u0259ndi"
|
|
667
|
+
information_updated: "M\u0259lumat yenil\u0259ndi",
|
|
668
|
+
email_confirmation_sent: "T\u0259sdiq e-po\xE7tu g\xF6nd\u0259rildi",
|
|
669
|
+
check_inbox_for_confirmation: "T\u0259sdiq mesaj\u0131 {{email}} \xFCnvan\u0131na g\xF6nd\u0259rildi. Z\u0259hm\u0259t olmasa inbox v\u0259 spam qovlu\u011Funu yoxlay\u0131n.",
|
|
670
|
+
check_inbox: "T\u0259sdiq mesaj\u0131 g\xF6nd\u0259rildi. Z\u0259hm\u0259t olmasa inbox v\u0259 spam qovlu\u011Funu yoxlay\u0131n.",
|
|
671
|
+
resend_confirmation: "T\u0259sdiqi yenid\u0259n g\xF6nd\u0259r",
|
|
672
|
+
email_changed_successfully: "E-po\xE7t u\u011Furla d\u0259yi\u015Fdirildi",
|
|
673
|
+
password_changed_successfully: "\u015Eifr\u0259 u\u011Furla d\u0259yi\u015Fdirildi",
|
|
674
|
+
username_changed_successfully: "\u0130stifad\u0259\xE7i ad\u0131 u\u011Furla d\u0259yi\u015Fdirildi"
|
|
616
675
|
},
|
|
617
676
|
common: {
|
|
618
677
|
login: "Daxil ol",
|
|
@@ -772,6 +831,8 @@ var az_default = {
|
|
|
772
831
|
location_visibility: "M\u0259kan\u0131m\u0131 kim g\xF6r\u0259 bil\u0259r",
|
|
773
832
|
social_visibility: "Sosial media linkl\u0259rimi kim g\xF6r\u0259 bil\u0259r",
|
|
774
833
|
last_seen_visibility: "Son g\xF6r\xFClm\u0259mi kim g\xF6r\u0259 bil\u0259r",
|
|
834
|
+
birthday_date_visibility: "Do\u011Fum tariximi kim g\xF6r\u0259 bil\u0259r",
|
|
835
|
+
avatar_visibility: "Profil \u015F\u0259klimi kim g\xF6r\u0259 bil\u0259r",
|
|
775
836
|
privacy_level: "M\u0259xfilik S\u0259viyy\u0259si",
|
|
776
837
|
notification_header: "Bildiri\u015F Parametrl\u0259ri",
|
|
777
838
|
notification_subheader: "Bildiri\u015F s\u0259s v\u0259 \xFCst\xFCnl\xFCkl\u0259rinizi idar\u0259 edin",
|
|
@@ -820,9 +881,12 @@ var az_default = {
|
|
|
820
881
|
unsaved_changes_message: "Yadda saxlanmam\u0131\u015F d\u0259yi\u015Fiklikl\u0259riniz var. \xC7\u0131xmaq ist\u0259diyiniz\u0259 \u0259minsiniz?",
|
|
821
882
|
discard: "D\u0259yi\u015Fiklikl\u0259ri geri qaytar",
|
|
822
883
|
save: "Yadda saxla",
|
|
823
|
-
this_field_required: "Bu sah\u0259 m\u0259cburidir",
|
|
824
884
|
authentication_required: "Kimlik t\u0259sdiql\u0259m\u0259si t\u0259l\u0259b olunur",
|
|
825
|
-
enter_password_to_continue: "Davam etm\u0259k \xFC\xE7\xFCn \u015Fifr\u0259nizi daxil edin"
|
|
885
|
+
enter_password_to_continue: "Davam etm\u0259k \xFC\xE7\xFCn \u015Fifr\u0259nizi daxil edin",
|
|
886
|
+
ok: "OK",
|
|
887
|
+
update_email_description: "Yeni e-po\xE7t \xFCnvan\u0131na t\u0259sdiq linki g\xF6nd\u0259r\u0259c\u0259yik.",
|
|
888
|
+
change_password_description: "Hesab\u0131n\u0131z \xFC\xE7\xFCn yeni \u015Fifr\u0259 t\u0259yin edin.",
|
|
889
|
+
update_username_description: "Yeni istifad\u0259\xE7i ad\u0131 profilinizd\u0259 g\xF6r\xFCn\u0259c\u0259k."
|
|
826
890
|
},
|
|
827
891
|
enum: {
|
|
828
892
|
male: "Ki\u015Fi",
|
|
@@ -1058,6 +1122,18 @@ var ru_default = {
|
|
|
1058
1122
|
support: "\u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043D\u0443\u0436\u043D\u0430 \u043F\u043E\u043C\u043E\u0449\u044C, \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044C \u0432 \u043D\u0430\u0448\u0443 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443",
|
|
1059
1123
|
signature: "\u0421 \u0443\u0432\u0430\u0436\u0435\u043D\u0438\u0435\u043C,",
|
|
1060
1124
|
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy"
|
|
1125
|
+
},
|
|
1126
|
+
change_email: {
|
|
1127
|
+
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy",
|
|
1128
|
+
intro: "\u041C\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u043B\u0438 \u0437\u0430\u043F\u0440\u043E\u0441 \u043D\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0432\u0430\u0448\u0435\u0433\u043E \u0430\u0434\u0440\u0435\u0441\u0430 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B. \u0415\u0441\u043B\u0438 \u0432\u044B \u043D\u0435 \u0437\u0430\u043F\u0440\u0430\u0448\u0438\u0432\u0430\u043B\u0438 \u044D\u0442\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435, \u043F\u0440\u043E\u0441\u0442\u043E \u043F\u0440\u043E\u0438\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0439\u0442\u0435 \u044D\u0442\u043E \u043F\u0438\u0441\u044C\u043C\u043E.",
|
|
1129
|
+
subject: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0432\u0430\u0448\u0435\u0433\u043E \u0430\u0434\u0440\u0435\u0441\u0430 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B",
|
|
1130
|
+
support: "\u0415\u0441\u043B\u0438 \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u0430 \u043F\u043E\u043C\u043E\u0449\u044C, \u043D\u0435 \u0441\u0442\u0435\u0441\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043E\u0431\u0440\u0430\u0449\u0430\u0442\u044C\u0441\u044F \u043A \u043D\u0430\u043C \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443",
|
|
1131
|
+
button: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B",
|
|
1132
|
+
fallback: "\u0415\u0441\u043B\u0438 \u043A\u043D\u043E\u043F\u043A\u0430 \u043D\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435:",
|
|
1133
|
+
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E, \u0447\u0442\u043E \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0447\u0430\u0441\u0442\u044C\u044E \u043D\u0430\u0448\u0435\u0433\u043E \u0441\u043E\u043E\u0431\u0449\u0435\u0441\u0442\u0432\u0430!",
|
|
1134
|
+
instruction: "\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C \u0432\u0430\u0448 \u043D\u043E\u0432\u044B\u0439 \u0430\u0434\u0440\u0435\u0441 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B.",
|
|
1135
|
+
expiry: "\u0421\u0441\u044B\u043B\u043A\u0430 \u0431\u0443\u0434\u0435\u0442 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u0430 \u0432 \u0442\u0435\u0447\u0435\u043D\u0438\u0435 1 \u0447\u0430\u0441\u0430.",
|
|
1136
|
+
mail_subject: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0432\u0430\u0448\u0435\u0433\u043E \u0430\u0434\u0440\u0435\u0441\u0430 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B"
|
|
1061
1137
|
}
|
|
1062
1138
|
},
|
|
1063
1139
|
error_messages: {
|
|
@@ -1069,7 +1145,15 @@ var ru_default = {
|
|
|
1069
1145
|
try_again: "\u041F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0441\u043D\u043E\u0432\u0430",
|
|
1070
1146
|
permission_dismissed: "\u0417\u0430\u043F\u0440\u043E\u0441 \u043D\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435 \u0431\u044B\u043B \u043E\u0442\u043A\u043B\u043E\u043D\u0451\u043D",
|
|
1071
1147
|
process_failed: "\u041F\u0440\u043E\u0438\u0437\u043E\u0448\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435",
|
|
1072
|
-
|
|
1148
|
+
this_field_required: "\u042D\u0442\u043E \u043F\u043E\u043B\u0435 \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E",
|
|
1149
|
+
invalid_choice: "\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u044B\u0431\u043E\u0440",
|
|
1150
|
+
invalid_email_format: "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u044B\u0439 \u0430\u0434\u0440\u0435\u0441 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B",
|
|
1151
|
+
email_too_long: "\u0410\u0434\u0440\u0435\u0441 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B \u043D\u0435 \u0434\u043E\u043B\u0436\u0435\u043D \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u0442\u044C 254 \u0441\u0438\u043C\u0432\u043E\u043B\u0430",
|
|
1152
|
+
email_local_part_too_long: "\u0427\u0430\u0441\u0442\u044C \u0434\u043E @ \u043D\u0435 \u0434\u043E\u043B\u0436\u043D\u0430 \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u0442\u044C 64 \u0441\u0438\u043C\u0432\u043E\u043B\u0430",
|
|
1153
|
+
email_consecutive_dots: "\u0412 \u0430\u0434\u0440\u0435\u0441\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u0432\u0443\u0445 \u0442\u043E\u0447\u0435\u043A \u043F\u043E\u0434\u0440\u044F\u0434",
|
|
1154
|
+
email_invalid_local_chars: "\u0412 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u0441\u044F \u043D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B",
|
|
1155
|
+
email_invalid_domain: "\u0414\u043E\u043C\u0435\u043D \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B \u043D\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u0435\u043D",
|
|
1156
|
+
password_is_required: "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u043F\u0430\u0440\u043E\u043B\u044C"
|
|
1073
1157
|
},
|
|
1074
1158
|
user_messages: {
|
|
1075
1159
|
verify_successful: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u043E",
|
|
@@ -1078,7 +1162,14 @@ var ru_default = {
|
|
|
1078
1162
|
signup_successful: "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044F \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0430",
|
|
1079
1163
|
password_generated_message: "\u0412\u0430\u0448 \u043D\u043E\u0432\u044B\u0439 \u043F\u0430\u0440\u043E\u043B\u044C \u0441\u043E\u0437\u0434\u0430\u043D \u0438 \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430. \u041C\u044B \u043D\u0438\u0433\u0434\u0435 \u0435\u0433\u043E \u043D\u0435 \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u043B\u0438, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u0435 \u0435\u0433\u043E \u0432 \u043D\u0430\u0434\u0451\u0436\u043D\u043E\u043C \u043C\u0435\u0441\u0442\u0435 \u2014 \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0432 \u043C\u0435\u043D\u0435\u0434\u0436\u0435\u0440\u0435 \u043F\u0430\u0440\u043E\u043B\u0435\u0439 \u0438\u043B\u0438 \u0437\u0430\u0449\u0438\u0449\u0451\u043D\u043D\u043E\u0439 \u0437\u0430\u043C\u0435\u0442\u043A\u0435",
|
|
1080
1164
|
reset_password_successfull: "\u0412\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C \u0431\u044B\u043B \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0441\u0431\u0440\u043E\u0448\u0435\u043D",
|
|
1081
|
-
information_updated: "\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0430"
|
|
1165
|
+
information_updated: "\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0430",
|
|
1166
|
+
email_confirmation_sent: "\u041F\u0438\u0441\u044C\u043C\u043E \u0441 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435\u043C \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043E",
|
|
1167
|
+
check_inbox_for_confirmation: "\u041F\u0438\u0441\u044C\u043C\u043E \u0441 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435\u043C \u0431\u044B\u043B\u043E \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043E \u043D\u0430 {{email}}. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0430\u043F\u043A\u0438 \xAB\u0412\u0445\u043E\u0434\u044F\u0449\u0438\u0435\xBB \u0438 \xAB\u0421\u043F\u0430\u043C\xBB.",
|
|
1168
|
+
check_inbox: "\u041F\u0438\u0441\u044C\u043C\u043E \u0441 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435\u043C \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043E. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0430\u043F\u043A\u0438 \xAB\u0412\u0445\u043E\u0434\u044F\u0449\u0438\u0435\xBB \u0438 \xAB\u0421\u043F\u0430\u043C\xBB.",
|
|
1169
|
+
resend_confirmation: "\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437",
|
|
1170
|
+
email_changed_successfully: "\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430",
|
|
1171
|
+
password_changed_successfully: "\u041F\u0430\u0440\u043E\u043B\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u0437\u043C\u0435\u043D\u0451\u043D",
|
|
1172
|
+
username_changed_successfully: "\u0418\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E"
|
|
1082
1173
|
},
|
|
1083
1174
|
common: {
|
|
1084
1175
|
login: "\u0412\u043E\u0439\u0442\u0438",
|
|
@@ -1238,6 +1329,8 @@ var ru_default = {
|
|
|
1238
1329
|
location_visibility: "\u041A\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u0438\u0434\u0435\u0442\u044C \u043C\u043E\u0435 \u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435",
|
|
1239
1330
|
social_visibility: "\u041A\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u0438\u0434\u0435\u0442\u044C \u043C\u043E\u0438 \u0441\u0441\u044B\u043B\u043A\u0438 \u043D\u0430 \u0441\u043E\u0446\u0441\u0435\u0442\u0438",
|
|
1240
1331
|
last_seen_visibility: "\u041A\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u0438\u0434\u0435\u0442\u044C \u043C\u043E\u0439 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0439 \u0432\u0438\u0437\u0438\u0442",
|
|
1332
|
+
birthday_date_visibility: "\u041A\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u0438\u0434\u0435\u0442\u044C \u043C\u043E\u044E \u0434\u0430\u0442\u0443 \u0440\u043E\u0436\u0434\u0435\u043D\u0438\u044F",
|
|
1333
|
+
avatar_visibility: "\u041A\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0432\u0438\u0434\u0435\u0442\u044C \u043C\u043E\u0439 \u0430\u0432\u0430\u0442\u0430\u0440",
|
|
1241
1334
|
privacy_level: "\u0423\u0440\u043E\u0432\u0435\u043D\u044C \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0441\u0442\u0438",
|
|
1242
1335
|
notification_header: "\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0443\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u0439",
|
|
1243
1336
|
notification_subheader: "\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u0441\u0432\u043E\u0438\u043C\u0438 \u0443\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0438 \u0437\u0432\u0443\u043A\u0430\u043C\u0438",
|
|
@@ -1286,9 +1379,12 @@ var ru_default = {
|
|
|
1286
1379
|
unsaved_changes_message: "\u0423 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043D\u0435\u0441\u043E\u0445\u0440\u0430\u043D\u0451\u043D\u043D\u044B\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F. \u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0432\u044B\u0439\u0442\u0438?",
|
|
1287
1380
|
discard: "\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F",
|
|
1288
1381
|
save: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C",
|
|
1289
|
-
this_field_required: "\u042D\u0442\u043E \u043F\u043E\u043B\u0435 \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E",
|
|
1290
1382
|
authentication_required: "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u043B\u0438\u0447\u043D\u043E\u0441\u0442\u0438",
|
|
1291
|
-
enter_password_to_continue: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u0430\u0440\u043E\u043B\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C"
|
|
1383
|
+
enter_password_to_continue: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u0430\u0440\u043E\u043B\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C",
|
|
1384
|
+
ok: "\u041E\u041A",
|
|
1385
|
+
update_email_description: "\u041C\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043C \u0441\u0441\u044B\u043B\u043A\u0443 \u0434\u043B\u044F \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u044F \u043D\u0430 \u043D\u043E\u0432\u044B\u0439 \u0430\u0434\u0440\u0435\u0441 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B.",
|
|
1386
|
+
change_password_description: "\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043D\u043E\u0432\u044B\u0439 \u043F\u0430\u0440\u043E\u043B\u044C \u0434\u043B\u044F \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0451\u0442\u043D\u043E\u0439 \u0437\u0430\u043F\u0438\u0441\u0438.",
|
|
1387
|
+
update_username_description: "\u041D\u043E\u0432\u043E\u0435 \u0438\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u0432\u0430\u0448\u0435\u043C \u043F\u0440\u043E\u0444\u0438\u043B\u0435."
|
|
1292
1388
|
},
|
|
1293
1389
|
enum: {
|
|
1294
1390
|
male: "\u041C\u0443\u0436\u0447\u0438\u043D\u0430",
|
|
@@ -1524,6 +1620,18 @@ var tr_default = {
|
|
|
1524
1620
|
support: "Herhangi bir sorunuz veya yard\u0131ma ihtiyac\u0131n\u0131z olursa, destek ekibimizle ileti\u015Fime ge\xE7in:",
|
|
1525
1621
|
signature: "Sayg\u0131lar\u0131m\u0131zla,",
|
|
1526
1622
|
team: "Connectfy Ekibi"
|
|
1623
|
+
},
|
|
1624
|
+
change_email: {
|
|
1625
|
+
team: "Connectfy Ekibi",
|
|
1626
|
+
intro: "Yeni e-posta adresi talebiniz al\u0131nd\u0131. E\u011Fer bu talebi siz yapmad\u0131ysan\u0131z, bu e-postay\u0131 g\xF6rmezden gelebilirsiniz.",
|
|
1627
|
+
subject: "E-posta De\u011Fi\u015Fikli\u011Finizi Onaylay\u0131n",
|
|
1628
|
+
support: "Yard\u0131m almak i\xE7in bizimle ileti\u015Fime ge\xE7ebilirsiniz",
|
|
1629
|
+
button: "E-posta De\u011Fi\u015Fikli\u011Fini Onayla",
|
|
1630
|
+
fallback: "E\u011Fer yukar\u0131daki buton \xE7al\u0131\u015Fmazsa, a\u015Fa\u011F\u0131daki linki t\u0131klay\u0131n:",
|
|
1631
|
+
thank_you: "Toplulu\u011Fumuzun bir par\xE7as\u0131 oldu\u011Funuz i\xE7in te\u015Fekk\xFCr ederiz!",
|
|
1632
|
+
instruction: "Yeni e-posta adresinizi onaylamak i\xE7in a\u015Fa\u011F\u0131daki butona t\u0131klay\u0131n.",
|
|
1633
|
+
expiry: "Bu ba\u011Flant\u0131 1 saat i\xE7inde ge\xE7erlidir.",
|
|
1634
|
+
mail_subject: "E-posta Adresi De\u011Fi\u015Fikli\u011Finizi Onaylay\u0131n"
|
|
1527
1635
|
}
|
|
1528
1636
|
},
|
|
1529
1637
|
error_messages: {
|
|
@@ -1535,7 +1643,15 @@ var tr_default = {
|
|
|
1535
1643
|
try_again: "Tekrar dene",
|
|
1536
1644
|
permission_dismissed: "\u0130zin iste\u011Fi reddedildi",
|
|
1537
1645
|
process_failed: "Bir \u015Feyler ters gitti. L\xFCtfen daha sonra tekrar deneyin",
|
|
1538
|
-
|
|
1646
|
+
this_field_required: "Bu alan zorunludur",
|
|
1647
|
+
invalid_choice: "Ge\xE7ersiz se\xE7im",
|
|
1648
|
+
invalid_email_format: "L\xFCtfen ge\xE7erli bir e-posta adresi girin",
|
|
1649
|
+
email_too_long: "E-posta en fazla 254 karakter olmal\u0131d\u0131r",
|
|
1650
|
+
email_local_part_too_long: "@ \xF6ncesi en fazla 64 karakter olabilir",
|
|
1651
|
+
email_consecutive_dots: "E-postada ard\u0131\u015F\u0131k nokta olamaz",
|
|
1652
|
+
email_invalid_local_chars: "E-postan\u0131n @ \xF6ncesinde ge\xE7ersiz karakterler var",
|
|
1653
|
+
email_invalid_domain: "E-posta alan ad\u0131 ge\xE7ersiz",
|
|
1654
|
+
password_is_required: "\u015Eifre gerekli"
|
|
1539
1655
|
},
|
|
1540
1656
|
user_messages: {
|
|
1541
1657
|
verify_successful: "Do\u011Frulama ba\u015Far\u0131yla tamamland\u0131",
|
|
@@ -1544,7 +1660,14 @@ var tr_default = {
|
|
|
1544
1660
|
signup_successful: "Kay\u0131t ba\u015Far\u0131yla tamamland\u0131",
|
|
1545
1661
|
password_generated_message: "Yeni parolan\u0131z olu\u015Fturuldu ve panoya kopyaland\u0131. Biz parolay\u0131 hi\xE7bir yerde saklamad\u0131k, bu y\xFCzden l\xFCtfen g\xFCvenli bir yerde (\xF6rne\u011Fin parola y\xF6neticisinde veya g\xFCvenli bir notta) saklay\u0131n",
|
|
1546
1662
|
reset_password_successfull: "\u015Eifreniz ba\u015Far\u0131yla s\u0131f\u0131rland\u0131",
|
|
1547
|
-
information_updated: "Bilgiler g\xFCncellendi"
|
|
1663
|
+
information_updated: "Bilgiler g\xFCncellendi",
|
|
1664
|
+
email_confirmation_sent: "Onay e-postas\u0131 g\xF6nderildi",
|
|
1665
|
+
check_inbox_for_confirmation: "{{email}} adresine onay mesaj\u0131 g\xF6nderildi. L\xFCtfen gelen kutunuzu ve spam klas\xF6r\xFCn\xFC kontrol edin.",
|
|
1666
|
+
check_inbox: "Onay mesaj\u0131 g\xF6nderildi. L\xFCtfen gelen kutunuzu ve spam klas\xF6r\xFCn\xFC kontrol edin.",
|
|
1667
|
+
resend_confirmation: "Onay\u0131 tekrar g\xF6nder",
|
|
1668
|
+
email_changed_successfully: "E-posta ba\u015Far\u0131yla de\u011Fi\u015Ftirildi",
|
|
1669
|
+
password_changed_successfully: "\u015Eifre ba\u015Far\u0131yla de\u011Fi\u015Ftirildi",
|
|
1670
|
+
username_changed_successfully: "Kullan\u0131c\u0131 ad\u0131 ba\u015Far\u0131yla de\u011Fi\u015Ftirildi"
|
|
1548
1671
|
},
|
|
1549
1672
|
common: {
|
|
1550
1673
|
login: "Giri\u015F yap",
|
|
@@ -1704,6 +1827,8 @@ var tr_default = {
|
|
|
1704
1827
|
location_visibility: "Konumumu kim g\xF6rebilir",
|
|
1705
1828
|
social_visibility: "Sosyal medya ba\u011Flant\u0131lar\u0131m\u0131 kim g\xF6rebilir",
|
|
1706
1829
|
last_seen_visibility: "Son g\xF6r\xFClmemi kim g\xF6rebilir",
|
|
1830
|
+
birthday_date_visibility: "Do\u011Fum tarihimi kim g\xF6rebilir",
|
|
1831
|
+
avatar_visibility: "Profil resmimi kim g\xF6rebilir",
|
|
1707
1832
|
privacy_level: "Gizlilik Seviyesi",
|
|
1708
1833
|
notification_header: "Bildirim Ayarlar\u0131",
|
|
1709
1834
|
notification_subheader: "Bildirim tercihlerinizi ve sesleri y\xF6netin",
|
|
@@ -1752,9 +1877,12 @@ var tr_default = {
|
|
|
1752
1877
|
unsaved_changes_message: "Kaydedilmemi\u015F de\u011Fi\u015Fiklikleriniz var. \xC7\u0131kmak istedi\u011Finize emin misiniz?",
|
|
1753
1878
|
discard: "De\u011Fi\u015Fiklikleri geri al",
|
|
1754
1879
|
save: "Kaydet",
|
|
1755
|
-
this_field_required: "Bu alan zorunludur",
|
|
1756
1880
|
authentication_required: "Kimlik do\u011Frulamas\u0131 gerekiyor",
|
|
1757
|
-
enter_password_to_continue: "Devam etmek i\xE7in \u015Fifrenizi girin"
|
|
1881
|
+
enter_password_to_continue: "Devam etmek i\xE7in \u015Fifrenizi girin",
|
|
1882
|
+
ok: "Tamam",
|
|
1883
|
+
update_email_description: "Yeni e-posta adresinize onay ba\u011Flant\u0131s\u0131 g\xF6nderece\u011Fiz.",
|
|
1884
|
+
change_password_description: "Hesab\u0131n\u0131z i\xE7in yeni bir \u015Fifre belirleyin.",
|
|
1885
|
+
update_username_description: "Yeni kullan\u0131c\u0131 ad\u0131n\u0131z profilinizde g\xF6r\xFCnt\xFClenecektir."
|
|
1758
1886
|
},
|
|
1759
1887
|
enum: {
|
|
1760
1888
|
male: "Erkek",
|