connectfy-i18n 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +48 -72
- package/dist/index.d.cts +24 -48
- package/dist/index.d.ts +24 -48
- package/dist/index.mjs +48 -72
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -66,18 +66,6 @@ var en_default = {
|
|
|
66
66
|
banned_message: "Your account has been banned to until {{bannedToDate}}",
|
|
67
67
|
same_data: "{{field}} can not be same as old"
|
|
68
68
|
},
|
|
69
|
-
exception_types: {
|
|
70
|
-
internal_server_error: "InternalServerError",
|
|
71
|
-
bad_request: "BadRequest",
|
|
72
|
-
unauthorized: "Unauthorized",
|
|
73
|
-
forbidden: "Forbidden",
|
|
74
|
-
not_found: "NotFound",
|
|
75
|
-
conflict: "Conflict",
|
|
76
|
-
unprocessable_entity: "UnprocessableEntity",
|
|
77
|
-
gone: "Gone",
|
|
78
|
-
too_many_requests: "TooManyRequests",
|
|
79
|
-
already_exists: "AlreadyExists"
|
|
80
|
-
},
|
|
81
69
|
fields: {
|
|
82
70
|
_id: "id",
|
|
83
71
|
_ids: "ids",
|
|
@@ -133,7 +121,8 @@ var en_default = {
|
|
|
133
121
|
status: "Status",
|
|
134
122
|
blocklistId: "Blocklist Id",
|
|
135
123
|
blockerId: "Blocker Id",
|
|
136
|
-
blockedId: "Blocked Id"
|
|
124
|
+
blockedId: "Blocked Id",
|
|
125
|
+
_lang: "Language"
|
|
137
126
|
},
|
|
138
127
|
email_messages: {
|
|
139
128
|
signup_verify: {
|
|
@@ -155,7 +144,8 @@ var en_default = {
|
|
|
155
144
|
fallback: "If the button above does not work, please copy and paste the following URL into your browser:",
|
|
156
145
|
expiry: "This link will expire in <strong>1 hour</strong>. If you did not request this, you can safely ignore this email.",
|
|
157
146
|
support: "If you have any questions or need help, feel free to contact our support team at",
|
|
158
|
-
thank_you: "Thank you,"
|
|
147
|
+
thank_you: "Thank you,",
|
|
148
|
+
team: "Connectfy Team"
|
|
159
149
|
},
|
|
160
150
|
email_not_found: {
|
|
161
151
|
mail_subject: "Password Reset - Account Not Found",
|
|
@@ -164,7 +154,8 @@ var en_default = {
|
|
|
164
154
|
instruction: "If you believe this is a mistake, please ensure you have entered the correct email address. Alternatively, you can register for a new account:",
|
|
165
155
|
button: "Register Now",
|
|
166
156
|
support: "If you have any questions or need help, feel free to contact our support team at",
|
|
167
|
-
thank_you: "Thank you,"
|
|
157
|
+
thank_you: "Thank you,",
|
|
158
|
+
team: "Connectfy Team"
|
|
168
159
|
},
|
|
169
160
|
google_sign_in: {
|
|
170
161
|
mail_subject: "Password Reset - Google Sign In Detected",
|
|
@@ -174,7 +165,8 @@ var en_default = {
|
|
|
174
165
|
button: "Go to Login Page",
|
|
175
166
|
ignore: "If you did not try to reset your password and believe this is a mistake, you can ignore this email.",
|
|
176
167
|
support: "If you have any questions or need help, feel free to contact our support team at",
|
|
177
|
-
thank_you: "Thank you,"
|
|
168
|
+
thank_you: "Thank you,",
|
|
169
|
+
team: "Connectfy Team"
|
|
178
170
|
},
|
|
179
171
|
delete_account: {
|
|
180
172
|
mail_subject: "Account Deletion",
|
|
@@ -184,7 +176,8 @@ var en_default = {
|
|
|
184
176
|
fallback: "If the button above does not work, please copy and paste the following URL into your browser:",
|
|
185
177
|
expiry: "This link will expire in <strong>1 hour</strong>. If you did not request this, you can safely ignore this email.",
|
|
186
178
|
support: "If you have any questions or need help, feel free to contact our support team at",
|
|
187
|
-
thank_you: "Thank you,"
|
|
179
|
+
thank_you: "Thank you,",
|
|
180
|
+
team: "Connectfy Team"
|
|
188
181
|
},
|
|
189
182
|
delete_account_completed: {
|
|
190
183
|
mail_subject: "Account Deletion Completed",
|
|
@@ -195,7 +188,8 @@ var en_default = {
|
|
|
195
188
|
fallback: "If the button above does not work, you can use this link:",
|
|
196
189
|
note: "Note: After 30 days, your account and all associated data will be permanently removed and cannot be recovered.",
|
|
197
190
|
support: "If you did not request this deletion or need assistance, please contact our support team at",
|
|
198
|
-
signature: "Best regards,"
|
|
191
|
+
signature: "Best regards,",
|
|
192
|
+
team: "Connectfy Team"
|
|
199
193
|
},
|
|
200
194
|
verify_yourself: {
|
|
201
195
|
subject: "Confirm Your Registration",
|
|
@@ -250,18 +244,6 @@ var az_default = {
|
|
|
250
244
|
banned_message: "Hesab\u0131n\u0131z {{bannedToDate}} tarixin\u0259d\u0259k bloklan\u0131b",
|
|
251
245
|
same_data: "{{field}} \u0259vv\u0259lki il\u0259 eyni ola bilm\u0259z"
|
|
252
246
|
},
|
|
253
|
-
exception_types: {
|
|
254
|
-
internal_server_error: "InternalServerError",
|
|
255
|
-
bad_request: "BadRequest",
|
|
256
|
-
unauthorized: "Unauthorized",
|
|
257
|
-
forbidden: "Forbidden",
|
|
258
|
-
not_found: "NotFound",
|
|
259
|
-
conflict: "Conflict",
|
|
260
|
-
unprocessable_entity: "UnprocessableEntity",
|
|
261
|
-
gone: "Gone",
|
|
262
|
-
too_many_requests: "TooManyRequests",
|
|
263
|
-
already_exists: "AlreadyExists"
|
|
264
|
-
},
|
|
265
247
|
fields: {
|
|
266
248
|
_id: "id",
|
|
267
249
|
_ids: "ids",
|
|
@@ -317,7 +299,8 @@ var az_default = {
|
|
|
317
299
|
status: "Status",
|
|
318
300
|
blocklistId: "Blok siyah\u0131s\u0131 Id",
|
|
319
301
|
blockerId: "Bloklayan Id",
|
|
320
|
-
blockedId: "Bloklanan Id"
|
|
302
|
+
blockedId: "Bloklanan Id",
|
|
303
|
+
_lang: "Dil"
|
|
321
304
|
},
|
|
322
305
|
email_messages: {
|
|
323
306
|
signup_verify: {
|
|
@@ -339,7 +322,8 @@ var az_default = {
|
|
|
339
322
|
fallback: "Yuxar\u0131dak\u0131 d\xFCym\u0259 i\u015Fl\u0259mir\u0259ks\u0259, a\u015Fa\u011F\u0131dak\u0131 URL-i kopyalay\u0131b brauzeriniz\u0259 yap\u0131\u015Fd\u0131r\u0131n:",
|
|
340
323
|
expiry: "Bu ba\u011Flant\u0131 <strong>1 saat</strong> \u0259rzind\u0259 etibarl\u0131d\u0131r. \u018Fg\u0259r bu sor\u011Funu siz etm\u0259misinizs\u0259, bu e-po\xE7tu n\u0259z\u0259r\u0259 almaya bil\u0259rsiniz.",
|
|
341
324
|
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:",
|
|
342
|
-
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,"
|
|
325
|
+
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,",
|
|
326
|
+
team: "Connectfy komandas\u0131"
|
|
343
327
|
},
|
|
344
328
|
email_not_found: {
|
|
345
329
|
mail_subject: "\u015Eifr\u0259 s\u0131f\u0131rlama - Hesab tap\u0131lmad\u0131",
|
|
@@ -348,7 +332,8 @@ var az_default = {
|
|
|
348
332
|
instruction: "\u018Fg\u0259r bunun s\u0259hv oldu\u011Funu d\xFC\u015F\xFCn\xFCrs\xFCn\xFCzs\u0259, d\xFCzg\xFCn e-po\xE7t \xFCnvan\u0131n\u0131 daxil etdiyiniz\u0259 \u0259min olun. \u018Fks halda yeni hesab \xFC\xE7\xFCn qeydiyyatdan ke\xE7\u0259 bil\u0259rsiniz:",
|
|
349
333
|
button: "\u0130ndi qeydiyyatdan ke\xE7in",
|
|
350
334
|
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:",
|
|
351
|
-
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,"
|
|
335
|
+
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,",
|
|
336
|
+
team: "Connectfy komandas\u0131"
|
|
352
337
|
},
|
|
353
338
|
google_sign_in: {
|
|
354
339
|
mail_subject: "\u015Eifr\u0259 s\u0131f\u0131rlama - Google il\u0259 giri\u015F a\u015Fkarland\u0131",
|
|
@@ -358,7 +343,8 @@ var az_default = {
|
|
|
358
343
|
button: "Giri\u015F s\u0259hif\u0259sin\u0259 ke\xE7in",
|
|
359
344
|
ignore: "\u018Fg\u0259r \u015Fifr\u0259 s\u0131f\u0131rlama c\u0259hdind\u0259 olmad\u0131n\u0131zsa v\u0259 bunun s\u0259hv oldu\u011Funu d\xFC\u015F\xFCn\xFCrs\xFCn\xFCzs\u0259, bu e-po\xE7tu n\u0259z\u0259r\u0259 almaya bil\u0259rsiniz.",
|
|
360
345
|
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:",
|
|
361
|
-
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,"
|
|
346
|
+
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,",
|
|
347
|
+
team: "Connectfy komandas\u0131"
|
|
362
348
|
},
|
|
363
349
|
delete_account: {
|
|
364
350
|
mail_subject: "Hesab\u0131n silinm\u0259si",
|
|
@@ -368,7 +354,8 @@ var az_default = {
|
|
|
368
354
|
fallback: "Yuxar\u0131dak\u0131 d\xFCym\u0259 i\u015Fl\u0259mir\u0259ks\u0259, a\u015Fa\u011F\u0131dak\u0131 URL-i kopyalay\u0131b brauzeriniz\u0259 yap\u0131\u015Fd\u0131r\u0131n:",
|
|
369
355
|
expiry: "Bu ba\u011Flant\u0131 <strong>1 saat</strong> \u0259rzind\u0259 etibarl\u0131d\u0131r. \u018Fg\u0259r bu sor\u011Funu siz etm\u0259misinizs\u0259, bu e-po\xE7tu n\u0259z\u0259r\u0259 almaya bil\u0259rsiniz.",
|
|
370
356
|
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:",
|
|
371
|
-
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,"
|
|
357
|
+
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,",
|
|
358
|
+
team: "Connectfy komandas\u0131"
|
|
372
359
|
},
|
|
373
360
|
delete_account_completed: {
|
|
374
361
|
mail_subject: "Hesab silinm\u0259si tamamland\u0131",
|
|
@@ -379,7 +366,8 @@ var az_default = {
|
|
|
379
366
|
fallback: "Yuxar\u0131dak\u0131 d\xFCym\u0259 i\u015Fl\u0259mir\u0259ks\u0259, bu linkd\u0259n istifad\u0259 ed\u0259 bil\u0259rsiniz:",
|
|
380
367
|
note: "Qeyd: 30 g\xFCnd\u0259n sonra hesab\u0131n\u0131z v\u0259 ona ba\u011Fl\u0131 b\xFCt\xFCn m\u0259lumatlar daimi olaraq silin\u0259c\u0259k v\u0259 b\u0259rpa edil\u0259 bilm\u0259y\u0259c\u0259k.",
|
|
381
368
|
support: "\u018Fg\u0259r bu silinm\u0259ni siz t\u0259l\u0259b etm\u0259misinizs\u0259 v\u0259 ya k\xF6m\u0259k\u0259 ehtiyac\u0131n\u0131z varsa, z\u0259hm\u0259t olmasa d\u0259st\u0259k komandam\u0131zla \u0259laq\u0259 saxlay\u0131n:",
|
|
382
|
-
signature: "H\xF6rm\u0259tl\u0259,"
|
|
369
|
+
signature: "H\xF6rm\u0259tl\u0259,",
|
|
370
|
+
team: "Connectfy komandas\u0131"
|
|
383
371
|
},
|
|
384
372
|
verify_yourself: {
|
|
385
373
|
subject: "Qeydiyyat\u0131n\u0131z\u0131 t\u0259sdiql\u0259yin",
|
|
@@ -434,18 +422,6 @@ var ru_default = {
|
|
|
434
422
|
banned_message: "\u0412\u0430\u0448 \u0430\u043A\u043A\u0430\u0443\u043D\u0442 \u0437\u0430\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u0430\u043D \u0434\u043E {{bannedToDate}}",
|
|
435
423
|
same_data: "{{field}} \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0441\u043E\u0432\u043F\u0430\u0434\u0430\u0442\u044C \u0441\u043E \u0441\u0442\u0430\u0440\u044B\u043C \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\u043C"
|
|
436
424
|
},
|
|
437
|
-
exception_types: {
|
|
438
|
-
internal_server_error: "InternalServerError",
|
|
439
|
-
bad_request: "BadRequest",
|
|
440
|
-
unauthorized: "Unauthorized",
|
|
441
|
-
forbidden: "Forbidden",
|
|
442
|
-
not_found: "NotFound",
|
|
443
|
-
conflict: "Conflict",
|
|
444
|
-
unprocessable_entity: "UnprocessableEntity",
|
|
445
|
-
gone: "Gone",
|
|
446
|
-
too_many_requests: "TooManyRequests",
|
|
447
|
-
already_exists: "AlreadyExists"
|
|
448
|
-
},
|
|
449
425
|
fields: {
|
|
450
426
|
_id: "id",
|
|
451
427
|
_ids: "ids",
|
|
@@ -501,7 +477,8 @@ var ru_default = {
|
|
|
501
477
|
status: "\u0421\u0442\u0430\u0442\u0443\u0441",
|
|
502
478
|
blocklistId: "Id \u0447\u0435\u0440\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0430",
|
|
503
479
|
blockerId: "Id \u0431\u043B\u043E\u043A\u0438\u0440\u0443\u044E\u0449\u0435\u0433\u043E",
|
|
504
|
-
blockedId: "Id \u0437\u0430\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0433\u043E"
|
|
480
|
+
blockedId: "Id \u0437\u0430\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0433\u043E",
|
|
481
|
+
_lang: "\u042F\u0437\u044B\u043A"
|
|
505
482
|
},
|
|
506
483
|
email_messages: {
|
|
507
484
|
signup_verify: {
|
|
@@ -523,7 +500,8 @@ var ru_default = {
|
|
|
523
500
|
fallback: "\u0415\u0441\u043B\u0438 \u043A\u043D\u043E\u043F\u043A\u0430 \u0432\u044B\u0448\u0435 \u043D\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442, \u0441\u043A\u043E\u043F\u0438\u0440\u0443\u0439\u0442\u0435 \u0438 \u0432\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0439 URL \u0432 \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440:",
|
|
524
501
|
expiry: "\u0421\u0441\u044B\u043B\u043A\u0430 \u0438\u0441\u0442\u0435\u0447\u0451\u0442 \u0447\u0435\u0440\u0435\u0437 <strong>1 \u0447\u0430\u0441</strong>. \u0415\u0441\u043B\u0438 \u0432\u044B \u043D\u0435 \u0437\u0430\u043F\u0440\u0430\u0448\u0438\u0432\u0430\u043B\u0438 \u044D\u0442\u043E\u0433\u043E, \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.",
|
|
525
502
|
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",
|
|
526
|
-
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,"
|
|
503
|
+
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,",
|
|
504
|
+
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy"
|
|
527
505
|
},
|
|
528
506
|
email_not_found: {
|
|
529
507
|
mail_subject: "\u0421\u0431\u0440\u043E\u0441 \u043F\u0430\u0440\u043E\u043B\u044F - \u0430\u043A\u043A\u0430\u0443\u043D\u0442 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D",
|
|
@@ -532,7 +510,8 @@ var ru_default = {
|
|
|
532
510
|
instruction: "\u0415\u0441\u043B\u0438 \u0432\u044B \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0435, \u0447\u0442\u043E \u044D\u0442\u043E \u043E\u0448\u0438\u0431\u043A\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u0432\u044B \u0432\u0432\u0435\u043B\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u044B\u0439 \u0430\u0434\u0440\u0435\u0441 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B. \u0412 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0430\u043B\u044C\u0442\u0435\u0440\u043D\u0430\u0442\u0438\u0432\u044B \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u043E\u0432\u044B\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442:",
|
|
533
511
|
button: "\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",
|
|
534
512
|
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",
|
|
535
|
-
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,"
|
|
513
|
+
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,",
|
|
514
|
+
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy"
|
|
536
515
|
},
|
|
537
516
|
google_sign_in: {
|
|
538
517
|
mail_subject: "\u0421\u0431\u0440\u043E\u0441 \u043F\u0430\u0440\u043E\u043B\u044F - \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D \u0432\u0445\u043E\u0434 \u0447\u0435\u0440\u0435\u0437 Google",
|
|
@@ -542,7 +521,8 @@ var ru_default = {
|
|
|
542
521
|
button: "\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0432\u0445\u043E\u0434\u0430",
|
|
543
522
|
ignore: "\u0415\u0441\u043B\u0438 \u0432\u044B \u043D\u0435 \u043F\u044B\u0442\u0430\u043B\u0438\u0441\u044C \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C \u0438 \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0435, \u0447\u0442\u043E \u044D\u0442\u043E \u043E\u0448\u0438\u0431\u043A\u0430, \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.",
|
|
544
523
|
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",
|
|
545
|
-
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,"
|
|
524
|
+
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,",
|
|
525
|
+
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy"
|
|
546
526
|
},
|
|
547
527
|
delete_account: {
|
|
548
528
|
mail_subject: "\u0423\u0434\u0430\u043B\u0435\u043D\u0438\u0435 \u0430\u043A\u043A\u0430\u0443\u043D\u0442\u0430",
|
|
@@ -552,7 +532,8 @@ var ru_default = {
|
|
|
552
532
|
fallback: "\u0415\u0441\u043B\u0438 \u043A\u043D\u043E\u043F\u043A\u0430 \u0432\u044B\u0448\u0435 \u043D\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442, \u0441\u043A\u043E\u043F\u0438\u0440\u0443\u0439\u0442\u0435 \u0438 \u0432\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0439 URL \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440:",
|
|
553
533
|
expiry: "\u042D\u0442\u0430 \u0441\u0441\u044B\u043B\u043A\u0430 \u0438\u0441\u0442\u0435\u0447\u0451\u0442 \u0447\u0435\u0440\u0435\u0437 <strong>1 \u0447\u0430\u0441</strong>. \u0415\u0441\u043B\u0438 \u0432\u044B \u043D\u0435 \u0437\u0430\u043F\u0440\u0430\u0448\u0438\u0432\u0430\u043B\u0438 \u044D\u0442\u043E\u0433\u043E, \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.",
|
|
554
534
|
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",
|
|
555
|
-
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,"
|
|
535
|
+
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,",
|
|
536
|
+
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy"
|
|
556
537
|
},
|
|
557
538
|
delete_account_completed: {
|
|
558
539
|
mail_subject: "\u0423\u0434\u0430\u043B\u0435\u043D\u0438\u0435 \u0430\u043A\u043A\u0430\u0443\u043D\u0442\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u043E",
|
|
@@ -563,7 +544,8 @@ var ru_default = {
|
|
|
563
544
|
fallback: "\u0415\u0441\u043B\u0438 \u043A\u043D\u043E\u043F\u043A\u0430 \u0432\u044B\u0448\u0435 \u043D\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043E\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u044D\u0442\u043E\u0439 \u0441\u0441\u044B\u043B\u043A\u043E\u0439:",
|
|
564
545
|
note: "\u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u0447\u0435\u0440\u0435\u0437 30 \u0434\u043D\u0435\u0439 \u0432\u0430\u0448 \u0430\u043A\u043A\u0430\u0443\u043D\u0442 \u0438 \u0432\u0441\u0435 \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u043D\u0438\u043C \u0434\u0430\u043D\u043D\u044B\u0435 \u0431\u0443\u0434\u0443\u0442 \u043E\u043A\u043E\u043D\u0447\u0430\u0442\u0435\u043B\u044C\u043D\u043E \u0443\u0434\u0430\u043B\u0435\u043D\u044B \u0438 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u044B.",
|
|
565
546
|
support: "\u0415\u0441\u043B\u0438 \u0432\u044B \u043D\u0435 \u0437\u0430\u043F\u0440\u0430\u0448\u0438\u0432\u0430\u043B\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435 \u0438\u043B\u0438 \u043D\u0443\u0436\u0434\u0430\u0435\u0442\u0435\u0441\u044C \u0432 \u043F\u043E\u043C\u043E\u0449\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0441\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438:",
|
|
566
|
-
signature: "\u0421 \u0443\u0432\u0430\u0436\u0435\u043D\u0438\u0435\u043C,"
|
|
547
|
+
signature: "\u0421 \u0443\u0432\u0430\u0436\u0435\u043D\u0438\u0435\u043C,",
|
|
548
|
+
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy"
|
|
567
549
|
},
|
|
568
550
|
verify_yourself: {
|
|
569
551
|
subject: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044E",
|
|
@@ -618,18 +600,6 @@ var tr_default = {
|
|
|
618
600
|
banned_message: "Hesab\u0131n\u0131z {{bannedToDate}} tarihine kadar yasaklanm\u0131\u015Ft\u0131r",
|
|
619
601
|
same_data: "{{field}} eskiyle ayn\u0131 olamaz"
|
|
620
602
|
},
|
|
621
|
-
exception_types: {
|
|
622
|
-
internal_server_error: "InternalServerError",
|
|
623
|
-
bad_request: "BadRequest",
|
|
624
|
-
unauthorized: "Unauthorized",
|
|
625
|
-
forbidden: "Forbidden",
|
|
626
|
-
not_found: "NotFound",
|
|
627
|
-
conflict: "Conflict",
|
|
628
|
-
unprocessable_entity: "UnprocessableEntity",
|
|
629
|
-
gone: "Gone",
|
|
630
|
-
too_many_requests: "TooManyRequests",
|
|
631
|
-
already_exists: "AlreadyExists"
|
|
632
|
-
},
|
|
633
603
|
fields: {
|
|
634
604
|
_id: "id",
|
|
635
605
|
_ids: "ids",
|
|
@@ -685,7 +655,8 @@ var tr_default = {
|
|
|
685
655
|
status: "Durum",
|
|
686
656
|
blocklistId: "Engel listesi Id",
|
|
687
657
|
blockerId: "Engelleyen Id",
|
|
688
|
-
blockedId: "Engellenen Id"
|
|
658
|
+
blockedId: "Engellenen Id",
|
|
659
|
+
_lang: "Dil"
|
|
689
660
|
},
|
|
690
661
|
email_messages: {
|
|
691
662
|
signup_verify: {
|
|
@@ -707,7 +678,8 @@ var tr_default = {
|
|
|
707
678
|
fallback: "Yukar\u0131daki buton \xE7al\u0131\u015Fm\u0131yorsa l\xFCtfen a\u015Fa\u011F\u0131daki URL'yi kopyalay\u0131p taray\u0131c\u0131n\u0131za yap\u0131\u015Ft\u0131r\u0131n:",
|
|
708
679
|
expiry: "Bu ba\u011Flant\u0131 <strong>1 saat</strong> i\xE7inde ge\xE7erli olacakt\u0131r. E\u011Fer bu iste\u011Fi siz yapmad\u0131ysan\u0131z, bu e-postay\u0131 g\xF6rmezden gelebilirsiniz.",
|
|
709
680
|
support: "Herhangi bir sorunuz veya yard\u0131ma ihtiyac\u0131n\u0131z olursa, destek ekibimizle ileti\u015Fime ge\xE7in:",
|
|
710
|
-
thank_you: "Te\u015Fekk\xFCrler,"
|
|
681
|
+
thank_you: "Te\u015Fekk\xFCrler,",
|
|
682
|
+
team: "Connectfy Ekibi"
|
|
711
683
|
},
|
|
712
684
|
email_not_found: {
|
|
713
685
|
mail_subject: "\u015Eifre S\u0131f\u0131rlama - Hesap Bulunamad\u0131",
|
|
@@ -716,7 +688,8 @@ var tr_default = {
|
|
|
716
688
|
instruction: "Bunun bir hata oldu\u011Funu d\xFC\u015F\xFCn\xFCyorsan\u0131z do\u011Fru e-posta adresini girdi\u011Finizden emin olun. Alternatif olarak yeni bir hesap olu\u015Fturabilirsiniz:",
|
|
717
689
|
button: "\u015Eimdi Kaydol",
|
|
718
690
|
support: "Herhangi bir sorunuz veya yard\u0131ma ihtiyac\u0131n\u0131z olursa, destek ekibimizle ileti\u015Fime ge\xE7in:",
|
|
719
|
-
thank_you: "Te\u015Fekk\xFCrler,"
|
|
691
|
+
thank_you: "Te\u015Fekk\xFCrler,",
|
|
692
|
+
team: "Connectfy Ekibi"
|
|
720
693
|
},
|
|
721
694
|
google_sign_in: {
|
|
722
695
|
mail_subject: "\u015Eifre S\u0131f\u0131rlama - Google ile Giri\u015F Tespit Edildi",
|
|
@@ -726,7 +699,8 @@ var tr_default = {
|
|
|
726
699
|
button: "Giri\u015F Sayfas\u0131na Git",
|
|
727
700
|
ignore: "\u015Eifre s\u0131f\u0131rlama denemesi yapmad\u0131ysan\u0131z ve bunun bir hata oldu\u011Funu d\xFC\u015F\xFCn\xFCyorsan\u0131z bu e-postay\u0131 g\xF6rmezden gelebilirsiniz.",
|
|
728
701
|
support: "Herhangi bir sorunuz veya yard\u0131ma ihtiyac\u0131n\u0131z olursa, destek ekibimizle ileti\u015Fime ge\xE7in:",
|
|
729
|
-
thank_you: "Te\u015Fekk\xFCrler,"
|
|
702
|
+
thank_you: "Te\u015Fekk\xFCrler,",
|
|
703
|
+
team: "Connectfy Ekibi"
|
|
730
704
|
},
|
|
731
705
|
delete_account: {
|
|
732
706
|
mail_subject: "Hesap Silme",
|
|
@@ -736,7 +710,8 @@ var tr_default = {
|
|
|
736
710
|
fallback: "Yukar\u0131daki buton \xE7al\u0131\u015Fm\u0131yorsa l\xFCtfen a\u015Fa\u011F\u0131daki URL'yi kopyalay\u0131p taray\u0131c\u0131n\u0131za yap\u0131\u015Ft\u0131r\u0131n:",
|
|
737
711
|
expiry: "Bu ba\u011Flant\u0131 <strong>1 saat</strong> i\xE7inde ge\xE7erli olacakt\u0131r. E\u011Fer bu iste\u011Fi siz yapmad\u0131ysan\u0131z, bu e-postay\u0131 g\xF6rmezden gelebilirsiniz.",
|
|
738
712
|
support: "Herhangi bir sorunuz veya yard\u0131ma ihtiyac\u0131n\u0131z olursa, destek ekibimizle ileti\u015Fime ge\xE7in:",
|
|
739
|
-
thank_you: "Te\u015Fekk\xFCrler,"
|
|
713
|
+
thank_you: "Te\u015Fekk\xFCrler,",
|
|
714
|
+
team: "Connectfy Ekibi"
|
|
740
715
|
},
|
|
741
716
|
delete_account_completed: {
|
|
742
717
|
mail_subject: "Hesap Silme Tamamland\u0131",
|
|
@@ -747,7 +722,8 @@ var tr_default = {
|
|
|
747
722
|
fallback: "Yukar\u0131daki buton \xE7al\u0131\u015Fm\u0131yorsa bu ba\u011Flant\u0131y\u0131 kullanabilirsiniz:",
|
|
748
723
|
note: "Not: 30 g\xFCn\xFCn sonunda hesab\u0131n\u0131z ve ili\u015Fkili t\xFCm veriler kal\u0131c\u0131 olarak silinecek ve geri getirilemeyecektir.",
|
|
749
724
|
support: "E\u011Fer bu silme talebini siz yapmad\u0131ysan\u0131z veya yard\u0131ma ihtiyac\u0131n\u0131z varsa l\xFCtfen destek ekibimizle ileti\u015Fime ge\xE7in:",
|
|
750
|
-
signature: "Sayg\u0131lar\u0131m\u0131zla,"
|
|
725
|
+
signature: "Sayg\u0131lar\u0131m\u0131zla,",
|
|
726
|
+
team: "Connectfy Ekibi"
|
|
751
727
|
},
|
|
752
728
|
verify_yourself: {
|
|
753
729
|
subject: "Kay\u0131t\u0131n\u0131z\u0131 Onaylay\u0131n",
|
package/dist/index.d.cts
CHANGED
|
@@ -38,18 +38,6 @@ declare const resources: {
|
|
|
38
38
|
banned_message: string;
|
|
39
39
|
same_data: string;
|
|
40
40
|
};
|
|
41
|
-
exception_types: {
|
|
42
|
-
internal_server_error: string;
|
|
43
|
-
bad_request: string;
|
|
44
|
-
unauthorized: string;
|
|
45
|
-
forbidden: string;
|
|
46
|
-
not_found: string;
|
|
47
|
-
conflict: string;
|
|
48
|
-
unprocessable_entity: string;
|
|
49
|
-
gone: string;
|
|
50
|
-
too_many_requests: string;
|
|
51
|
-
already_exists: string;
|
|
52
|
-
};
|
|
53
41
|
fields: {
|
|
54
42
|
_id: string;
|
|
55
43
|
_ids: string;
|
|
@@ -106,6 +94,7 @@ declare const resources: {
|
|
|
106
94
|
blocklistId: string;
|
|
107
95
|
blockerId: string;
|
|
108
96
|
blockedId: string;
|
|
97
|
+
_lang: string;
|
|
109
98
|
};
|
|
110
99
|
email_messages: {
|
|
111
100
|
signup_verify: {
|
|
@@ -128,6 +117,7 @@ declare const resources: {
|
|
|
128
117
|
expiry: string;
|
|
129
118
|
support: string;
|
|
130
119
|
thank_you: string;
|
|
120
|
+
team: string;
|
|
131
121
|
};
|
|
132
122
|
email_not_found: {
|
|
133
123
|
mail_subject: string;
|
|
@@ -137,6 +127,7 @@ declare const resources: {
|
|
|
137
127
|
button: string;
|
|
138
128
|
support: string;
|
|
139
129
|
thank_you: string;
|
|
130
|
+
team: string;
|
|
140
131
|
};
|
|
141
132
|
google_sign_in: {
|
|
142
133
|
mail_subject: string;
|
|
@@ -147,6 +138,7 @@ declare const resources: {
|
|
|
147
138
|
ignore: string;
|
|
148
139
|
support: string;
|
|
149
140
|
thank_you: string;
|
|
141
|
+
team: string;
|
|
150
142
|
};
|
|
151
143
|
delete_account: {
|
|
152
144
|
mail_subject: string;
|
|
@@ -157,6 +149,7 @@ declare const resources: {
|
|
|
157
149
|
expiry: string;
|
|
158
150
|
support: string;
|
|
159
151
|
thank_you: string;
|
|
152
|
+
team: string;
|
|
160
153
|
};
|
|
161
154
|
delete_account_completed: {
|
|
162
155
|
mail_subject: string;
|
|
@@ -168,6 +161,7 @@ declare const resources: {
|
|
|
168
161
|
note: string;
|
|
169
162
|
support: string;
|
|
170
163
|
signature: string;
|
|
164
|
+
team: string;
|
|
171
165
|
};
|
|
172
166
|
verify_yourself: {
|
|
173
167
|
subject: string;
|
|
@@ -220,18 +214,6 @@ declare const resources: {
|
|
|
220
214
|
banned_message: string;
|
|
221
215
|
same_data: string;
|
|
222
216
|
};
|
|
223
|
-
exception_types: {
|
|
224
|
-
internal_server_error: string;
|
|
225
|
-
bad_request: string;
|
|
226
|
-
unauthorized: string;
|
|
227
|
-
forbidden: string;
|
|
228
|
-
not_found: string;
|
|
229
|
-
conflict: string;
|
|
230
|
-
unprocessable_entity: string;
|
|
231
|
-
gone: string;
|
|
232
|
-
too_many_requests: string;
|
|
233
|
-
already_exists: string;
|
|
234
|
-
};
|
|
235
217
|
fields: {
|
|
236
218
|
_id: string;
|
|
237
219
|
_ids: string;
|
|
@@ -288,6 +270,7 @@ declare const resources: {
|
|
|
288
270
|
blocklistId: string;
|
|
289
271
|
blockerId: string;
|
|
290
272
|
blockedId: string;
|
|
273
|
+
_lang: string;
|
|
291
274
|
};
|
|
292
275
|
email_messages: {
|
|
293
276
|
signup_verify: {
|
|
@@ -310,6 +293,7 @@ declare const resources: {
|
|
|
310
293
|
expiry: string;
|
|
311
294
|
support: string;
|
|
312
295
|
thank_you: string;
|
|
296
|
+
team: string;
|
|
313
297
|
};
|
|
314
298
|
email_not_found: {
|
|
315
299
|
mail_subject: string;
|
|
@@ -319,6 +303,7 @@ declare const resources: {
|
|
|
319
303
|
button: string;
|
|
320
304
|
support: string;
|
|
321
305
|
thank_you: string;
|
|
306
|
+
team: string;
|
|
322
307
|
};
|
|
323
308
|
google_sign_in: {
|
|
324
309
|
mail_subject: string;
|
|
@@ -329,6 +314,7 @@ declare const resources: {
|
|
|
329
314
|
ignore: string;
|
|
330
315
|
support: string;
|
|
331
316
|
thank_you: string;
|
|
317
|
+
team: string;
|
|
332
318
|
};
|
|
333
319
|
delete_account: {
|
|
334
320
|
mail_subject: string;
|
|
@@ -339,6 +325,7 @@ declare const resources: {
|
|
|
339
325
|
expiry: string;
|
|
340
326
|
support: string;
|
|
341
327
|
thank_you: string;
|
|
328
|
+
team: string;
|
|
342
329
|
};
|
|
343
330
|
delete_account_completed: {
|
|
344
331
|
mail_subject: string;
|
|
@@ -350,6 +337,7 @@ declare const resources: {
|
|
|
350
337
|
note: string;
|
|
351
338
|
support: string;
|
|
352
339
|
signature: string;
|
|
340
|
+
team: string;
|
|
353
341
|
};
|
|
354
342
|
verify_yourself: {
|
|
355
343
|
subject: string;
|
|
@@ -402,18 +390,6 @@ declare const resources: {
|
|
|
402
390
|
banned_message: string;
|
|
403
391
|
same_data: string;
|
|
404
392
|
};
|
|
405
|
-
exception_types: {
|
|
406
|
-
internal_server_error: string;
|
|
407
|
-
bad_request: string;
|
|
408
|
-
unauthorized: string;
|
|
409
|
-
forbidden: string;
|
|
410
|
-
not_found: string;
|
|
411
|
-
conflict: string;
|
|
412
|
-
unprocessable_entity: string;
|
|
413
|
-
gone: string;
|
|
414
|
-
too_many_requests: string;
|
|
415
|
-
already_exists: string;
|
|
416
|
-
};
|
|
417
393
|
fields: {
|
|
418
394
|
_id: string;
|
|
419
395
|
_ids: string;
|
|
@@ -470,6 +446,7 @@ declare const resources: {
|
|
|
470
446
|
blocklistId: string;
|
|
471
447
|
blockerId: string;
|
|
472
448
|
blockedId: string;
|
|
449
|
+
_lang: string;
|
|
473
450
|
};
|
|
474
451
|
email_messages: {
|
|
475
452
|
signup_verify: {
|
|
@@ -492,6 +469,7 @@ declare const resources: {
|
|
|
492
469
|
expiry: string;
|
|
493
470
|
support: string;
|
|
494
471
|
thank_you: string;
|
|
472
|
+
team: string;
|
|
495
473
|
};
|
|
496
474
|
email_not_found: {
|
|
497
475
|
mail_subject: string;
|
|
@@ -501,6 +479,7 @@ declare const resources: {
|
|
|
501
479
|
button: string;
|
|
502
480
|
support: string;
|
|
503
481
|
thank_you: string;
|
|
482
|
+
team: string;
|
|
504
483
|
};
|
|
505
484
|
google_sign_in: {
|
|
506
485
|
mail_subject: string;
|
|
@@ -511,6 +490,7 @@ declare const resources: {
|
|
|
511
490
|
ignore: string;
|
|
512
491
|
support: string;
|
|
513
492
|
thank_you: string;
|
|
493
|
+
team: string;
|
|
514
494
|
};
|
|
515
495
|
delete_account: {
|
|
516
496
|
mail_subject: string;
|
|
@@ -521,6 +501,7 @@ declare const resources: {
|
|
|
521
501
|
expiry: string;
|
|
522
502
|
support: string;
|
|
523
503
|
thank_you: string;
|
|
504
|
+
team: string;
|
|
524
505
|
};
|
|
525
506
|
delete_account_completed: {
|
|
526
507
|
mail_subject: string;
|
|
@@ -532,6 +513,7 @@ declare const resources: {
|
|
|
532
513
|
note: string;
|
|
533
514
|
support: string;
|
|
534
515
|
signature: string;
|
|
516
|
+
team: string;
|
|
535
517
|
};
|
|
536
518
|
verify_yourself: {
|
|
537
519
|
subject: string;
|
|
@@ -584,18 +566,6 @@ declare const resources: {
|
|
|
584
566
|
banned_message: string;
|
|
585
567
|
same_data: string;
|
|
586
568
|
};
|
|
587
|
-
exception_types: {
|
|
588
|
-
internal_server_error: string;
|
|
589
|
-
bad_request: string;
|
|
590
|
-
unauthorized: string;
|
|
591
|
-
forbidden: string;
|
|
592
|
-
not_found: string;
|
|
593
|
-
conflict: string;
|
|
594
|
-
unprocessable_entity: string;
|
|
595
|
-
gone: string;
|
|
596
|
-
too_many_requests: string;
|
|
597
|
-
already_exists: string;
|
|
598
|
-
};
|
|
599
569
|
fields: {
|
|
600
570
|
_id: string;
|
|
601
571
|
_ids: string;
|
|
@@ -652,6 +622,7 @@ declare const resources: {
|
|
|
652
622
|
blocklistId: string;
|
|
653
623
|
blockerId: string;
|
|
654
624
|
blockedId: string;
|
|
625
|
+
_lang: string;
|
|
655
626
|
};
|
|
656
627
|
email_messages: {
|
|
657
628
|
signup_verify: {
|
|
@@ -674,6 +645,7 @@ declare const resources: {
|
|
|
674
645
|
expiry: string;
|
|
675
646
|
support: string;
|
|
676
647
|
thank_you: string;
|
|
648
|
+
team: string;
|
|
677
649
|
};
|
|
678
650
|
email_not_found: {
|
|
679
651
|
mail_subject: string;
|
|
@@ -683,6 +655,7 @@ declare const resources: {
|
|
|
683
655
|
button: string;
|
|
684
656
|
support: string;
|
|
685
657
|
thank_you: string;
|
|
658
|
+
team: string;
|
|
686
659
|
};
|
|
687
660
|
google_sign_in: {
|
|
688
661
|
mail_subject: string;
|
|
@@ -693,6 +666,7 @@ declare const resources: {
|
|
|
693
666
|
ignore: string;
|
|
694
667
|
support: string;
|
|
695
668
|
thank_you: string;
|
|
669
|
+
team: string;
|
|
696
670
|
};
|
|
697
671
|
delete_account: {
|
|
698
672
|
mail_subject: string;
|
|
@@ -703,6 +677,7 @@ declare const resources: {
|
|
|
703
677
|
expiry: string;
|
|
704
678
|
support: string;
|
|
705
679
|
thank_you: string;
|
|
680
|
+
team: string;
|
|
706
681
|
};
|
|
707
682
|
delete_account_completed: {
|
|
708
683
|
mail_subject: string;
|
|
@@ -714,6 +689,7 @@ declare const resources: {
|
|
|
714
689
|
note: string;
|
|
715
690
|
support: string;
|
|
716
691
|
signature: string;
|
|
692
|
+
team: string;
|
|
717
693
|
};
|
|
718
694
|
verify_yourself: {
|
|
719
695
|
subject: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -38,18 +38,6 @@ declare const resources: {
|
|
|
38
38
|
banned_message: string;
|
|
39
39
|
same_data: string;
|
|
40
40
|
};
|
|
41
|
-
exception_types: {
|
|
42
|
-
internal_server_error: string;
|
|
43
|
-
bad_request: string;
|
|
44
|
-
unauthorized: string;
|
|
45
|
-
forbidden: string;
|
|
46
|
-
not_found: string;
|
|
47
|
-
conflict: string;
|
|
48
|
-
unprocessable_entity: string;
|
|
49
|
-
gone: string;
|
|
50
|
-
too_many_requests: string;
|
|
51
|
-
already_exists: string;
|
|
52
|
-
};
|
|
53
41
|
fields: {
|
|
54
42
|
_id: string;
|
|
55
43
|
_ids: string;
|
|
@@ -106,6 +94,7 @@ declare const resources: {
|
|
|
106
94
|
blocklistId: string;
|
|
107
95
|
blockerId: string;
|
|
108
96
|
blockedId: string;
|
|
97
|
+
_lang: string;
|
|
109
98
|
};
|
|
110
99
|
email_messages: {
|
|
111
100
|
signup_verify: {
|
|
@@ -128,6 +117,7 @@ declare const resources: {
|
|
|
128
117
|
expiry: string;
|
|
129
118
|
support: string;
|
|
130
119
|
thank_you: string;
|
|
120
|
+
team: string;
|
|
131
121
|
};
|
|
132
122
|
email_not_found: {
|
|
133
123
|
mail_subject: string;
|
|
@@ -137,6 +127,7 @@ declare const resources: {
|
|
|
137
127
|
button: string;
|
|
138
128
|
support: string;
|
|
139
129
|
thank_you: string;
|
|
130
|
+
team: string;
|
|
140
131
|
};
|
|
141
132
|
google_sign_in: {
|
|
142
133
|
mail_subject: string;
|
|
@@ -147,6 +138,7 @@ declare const resources: {
|
|
|
147
138
|
ignore: string;
|
|
148
139
|
support: string;
|
|
149
140
|
thank_you: string;
|
|
141
|
+
team: string;
|
|
150
142
|
};
|
|
151
143
|
delete_account: {
|
|
152
144
|
mail_subject: string;
|
|
@@ -157,6 +149,7 @@ declare const resources: {
|
|
|
157
149
|
expiry: string;
|
|
158
150
|
support: string;
|
|
159
151
|
thank_you: string;
|
|
152
|
+
team: string;
|
|
160
153
|
};
|
|
161
154
|
delete_account_completed: {
|
|
162
155
|
mail_subject: string;
|
|
@@ -168,6 +161,7 @@ declare const resources: {
|
|
|
168
161
|
note: string;
|
|
169
162
|
support: string;
|
|
170
163
|
signature: string;
|
|
164
|
+
team: string;
|
|
171
165
|
};
|
|
172
166
|
verify_yourself: {
|
|
173
167
|
subject: string;
|
|
@@ -220,18 +214,6 @@ declare const resources: {
|
|
|
220
214
|
banned_message: string;
|
|
221
215
|
same_data: string;
|
|
222
216
|
};
|
|
223
|
-
exception_types: {
|
|
224
|
-
internal_server_error: string;
|
|
225
|
-
bad_request: string;
|
|
226
|
-
unauthorized: string;
|
|
227
|
-
forbidden: string;
|
|
228
|
-
not_found: string;
|
|
229
|
-
conflict: string;
|
|
230
|
-
unprocessable_entity: string;
|
|
231
|
-
gone: string;
|
|
232
|
-
too_many_requests: string;
|
|
233
|
-
already_exists: string;
|
|
234
|
-
};
|
|
235
217
|
fields: {
|
|
236
218
|
_id: string;
|
|
237
219
|
_ids: string;
|
|
@@ -288,6 +270,7 @@ declare const resources: {
|
|
|
288
270
|
blocklistId: string;
|
|
289
271
|
blockerId: string;
|
|
290
272
|
blockedId: string;
|
|
273
|
+
_lang: string;
|
|
291
274
|
};
|
|
292
275
|
email_messages: {
|
|
293
276
|
signup_verify: {
|
|
@@ -310,6 +293,7 @@ declare const resources: {
|
|
|
310
293
|
expiry: string;
|
|
311
294
|
support: string;
|
|
312
295
|
thank_you: string;
|
|
296
|
+
team: string;
|
|
313
297
|
};
|
|
314
298
|
email_not_found: {
|
|
315
299
|
mail_subject: string;
|
|
@@ -319,6 +303,7 @@ declare const resources: {
|
|
|
319
303
|
button: string;
|
|
320
304
|
support: string;
|
|
321
305
|
thank_you: string;
|
|
306
|
+
team: string;
|
|
322
307
|
};
|
|
323
308
|
google_sign_in: {
|
|
324
309
|
mail_subject: string;
|
|
@@ -329,6 +314,7 @@ declare const resources: {
|
|
|
329
314
|
ignore: string;
|
|
330
315
|
support: string;
|
|
331
316
|
thank_you: string;
|
|
317
|
+
team: string;
|
|
332
318
|
};
|
|
333
319
|
delete_account: {
|
|
334
320
|
mail_subject: string;
|
|
@@ -339,6 +325,7 @@ declare const resources: {
|
|
|
339
325
|
expiry: string;
|
|
340
326
|
support: string;
|
|
341
327
|
thank_you: string;
|
|
328
|
+
team: string;
|
|
342
329
|
};
|
|
343
330
|
delete_account_completed: {
|
|
344
331
|
mail_subject: string;
|
|
@@ -350,6 +337,7 @@ declare const resources: {
|
|
|
350
337
|
note: string;
|
|
351
338
|
support: string;
|
|
352
339
|
signature: string;
|
|
340
|
+
team: string;
|
|
353
341
|
};
|
|
354
342
|
verify_yourself: {
|
|
355
343
|
subject: string;
|
|
@@ -402,18 +390,6 @@ declare const resources: {
|
|
|
402
390
|
banned_message: string;
|
|
403
391
|
same_data: string;
|
|
404
392
|
};
|
|
405
|
-
exception_types: {
|
|
406
|
-
internal_server_error: string;
|
|
407
|
-
bad_request: string;
|
|
408
|
-
unauthorized: string;
|
|
409
|
-
forbidden: string;
|
|
410
|
-
not_found: string;
|
|
411
|
-
conflict: string;
|
|
412
|
-
unprocessable_entity: string;
|
|
413
|
-
gone: string;
|
|
414
|
-
too_many_requests: string;
|
|
415
|
-
already_exists: string;
|
|
416
|
-
};
|
|
417
393
|
fields: {
|
|
418
394
|
_id: string;
|
|
419
395
|
_ids: string;
|
|
@@ -470,6 +446,7 @@ declare const resources: {
|
|
|
470
446
|
blocklistId: string;
|
|
471
447
|
blockerId: string;
|
|
472
448
|
blockedId: string;
|
|
449
|
+
_lang: string;
|
|
473
450
|
};
|
|
474
451
|
email_messages: {
|
|
475
452
|
signup_verify: {
|
|
@@ -492,6 +469,7 @@ declare const resources: {
|
|
|
492
469
|
expiry: string;
|
|
493
470
|
support: string;
|
|
494
471
|
thank_you: string;
|
|
472
|
+
team: string;
|
|
495
473
|
};
|
|
496
474
|
email_not_found: {
|
|
497
475
|
mail_subject: string;
|
|
@@ -501,6 +479,7 @@ declare const resources: {
|
|
|
501
479
|
button: string;
|
|
502
480
|
support: string;
|
|
503
481
|
thank_you: string;
|
|
482
|
+
team: string;
|
|
504
483
|
};
|
|
505
484
|
google_sign_in: {
|
|
506
485
|
mail_subject: string;
|
|
@@ -511,6 +490,7 @@ declare const resources: {
|
|
|
511
490
|
ignore: string;
|
|
512
491
|
support: string;
|
|
513
492
|
thank_you: string;
|
|
493
|
+
team: string;
|
|
514
494
|
};
|
|
515
495
|
delete_account: {
|
|
516
496
|
mail_subject: string;
|
|
@@ -521,6 +501,7 @@ declare const resources: {
|
|
|
521
501
|
expiry: string;
|
|
522
502
|
support: string;
|
|
523
503
|
thank_you: string;
|
|
504
|
+
team: string;
|
|
524
505
|
};
|
|
525
506
|
delete_account_completed: {
|
|
526
507
|
mail_subject: string;
|
|
@@ -532,6 +513,7 @@ declare const resources: {
|
|
|
532
513
|
note: string;
|
|
533
514
|
support: string;
|
|
534
515
|
signature: string;
|
|
516
|
+
team: string;
|
|
535
517
|
};
|
|
536
518
|
verify_yourself: {
|
|
537
519
|
subject: string;
|
|
@@ -584,18 +566,6 @@ declare const resources: {
|
|
|
584
566
|
banned_message: string;
|
|
585
567
|
same_data: string;
|
|
586
568
|
};
|
|
587
|
-
exception_types: {
|
|
588
|
-
internal_server_error: string;
|
|
589
|
-
bad_request: string;
|
|
590
|
-
unauthorized: string;
|
|
591
|
-
forbidden: string;
|
|
592
|
-
not_found: string;
|
|
593
|
-
conflict: string;
|
|
594
|
-
unprocessable_entity: string;
|
|
595
|
-
gone: string;
|
|
596
|
-
too_many_requests: string;
|
|
597
|
-
already_exists: string;
|
|
598
|
-
};
|
|
599
569
|
fields: {
|
|
600
570
|
_id: string;
|
|
601
571
|
_ids: string;
|
|
@@ -652,6 +622,7 @@ declare const resources: {
|
|
|
652
622
|
blocklistId: string;
|
|
653
623
|
blockerId: string;
|
|
654
624
|
blockedId: string;
|
|
625
|
+
_lang: string;
|
|
655
626
|
};
|
|
656
627
|
email_messages: {
|
|
657
628
|
signup_verify: {
|
|
@@ -674,6 +645,7 @@ declare const resources: {
|
|
|
674
645
|
expiry: string;
|
|
675
646
|
support: string;
|
|
676
647
|
thank_you: string;
|
|
648
|
+
team: string;
|
|
677
649
|
};
|
|
678
650
|
email_not_found: {
|
|
679
651
|
mail_subject: string;
|
|
@@ -683,6 +655,7 @@ declare const resources: {
|
|
|
683
655
|
button: string;
|
|
684
656
|
support: string;
|
|
685
657
|
thank_you: string;
|
|
658
|
+
team: string;
|
|
686
659
|
};
|
|
687
660
|
google_sign_in: {
|
|
688
661
|
mail_subject: string;
|
|
@@ -693,6 +666,7 @@ declare const resources: {
|
|
|
693
666
|
ignore: string;
|
|
694
667
|
support: string;
|
|
695
668
|
thank_you: string;
|
|
669
|
+
team: string;
|
|
696
670
|
};
|
|
697
671
|
delete_account: {
|
|
698
672
|
mail_subject: string;
|
|
@@ -703,6 +677,7 @@ declare const resources: {
|
|
|
703
677
|
expiry: string;
|
|
704
678
|
support: string;
|
|
705
679
|
thank_you: string;
|
|
680
|
+
team: string;
|
|
706
681
|
};
|
|
707
682
|
delete_account_completed: {
|
|
708
683
|
mail_subject: string;
|
|
@@ -714,6 +689,7 @@ declare const resources: {
|
|
|
714
689
|
note: string;
|
|
715
690
|
support: string;
|
|
716
691
|
signature: string;
|
|
692
|
+
team: string;
|
|
717
693
|
};
|
|
718
694
|
verify_yourself: {
|
|
719
695
|
subject: string;
|
package/dist/index.mjs
CHANGED
|
@@ -38,18 +38,6 @@ var en_default = {
|
|
|
38
38
|
banned_message: "Your account has been banned to until {{bannedToDate}}",
|
|
39
39
|
same_data: "{{field}} can not be same as old"
|
|
40
40
|
},
|
|
41
|
-
exception_types: {
|
|
42
|
-
internal_server_error: "InternalServerError",
|
|
43
|
-
bad_request: "BadRequest",
|
|
44
|
-
unauthorized: "Unauthorized",
|
|
45
|
-
forbidden: "Forbidden",
|
|
46
|
-
not_found: "NotFound",
|
|
47
|
-
conflict: "Conflict",
|
|
48
|
-
unprocessable_entity: "UnprocessableEntity",
|
|
49
|
-
gone: "Gone",
|
|
50
|
-
too_many_requests: "TooManyRequests",
|
|
51
|
-
already_exists: "AlreadyExists"
|
|
52
|
-
},
|
|
53
41
|
fields: {
|
|
54
42
|
_id: "id",
|
|
55
43
|
_ids: "ids",
|
|
@@ -105,7 +93,8 @@ var en_default = {
|
|
|
105
93
|
status: "Status",
|
|
106
94
|
blocklistId: "Blocklist Id",
|
|
107
95
|
blockerId: "Blocker Id",
|
|
108
|
-
blockedId: "Blocked Id"
|
|
96
|
+
blockedId: "Blocked Id",
|
|
97
|
+
_lang: "Language"
|
|
109
98
|
},
|
|
110
99
|
email_messages: {
|
|
111
100
|
signup_verify: {
|
|
@@ -127,7 +116,8 @@ var en_default = {
|
|
|
127
116
|
fallback: "If the button above does not work, please copy and paste the following URL into your browser:",
|
|
128
117
|
expiry: "This link will expire in <strong>1 hour</strong>. If you did not request this, you can safely ignore this email.",
|
|
129
118
|
support: "If you have any questions or need help, feel free to contact our support team at",
|
|
130
|
-
thank_you: "Thank you,"
|
|
119
|
+
thank_you: "Thank you,",
|
|
120
|
+
team: "Connectfy Team"
|
|
131
121
|
},
|
|
132
122
|
email_not_found: {
|
|
133
123
|
mail_subject: "Password Reset - Account Not Found",
|
|
@@ -136,7 +126,8 @@ var en_default = {
|
|
|
136
126
|
instruction: "If you believe this is a mistake, please ensure you have entered the correct email address. Alternatively, you can register for a new account:",
|
|
137
127
|
button: "Register Now",
|
|
138
128
|
support: "If you have any questions or need help, feel free to contact our support team at",
|
|
139
|
-
thank_you: "Thank you,"
|
|
129
|
+
thank_you: "Thank you,",
|
|
130
|
+
team: "Connectfy Team"
|
|
140
131
|
},
|
|
141
132
|
google_sign_in: {
|
|
142
133
|
mail_subject: "Password Reset - Google Sign In Detected",
|
|
@@ -146,7 +137,8 @@ var en_default = {
|
|
|
146
137
|
button: "Go to Login Page",
|
|
147
138
|
ignore: "If you did not try to reset your password and believe this is a mistake, you can ignore this email.",
|
|
148
139
|
support: "If you have any questions or need help, feel free to contact our support team at",
|
|
149
|
-
thank_you: "Thank you,"
|
|
140
|
+
thank_you: "Thank you,",
|
|
141
|
+
team: "Connectfy Team"
|
|
150
142
|
},
|
|
151
143
|
delete_account: {
|
|
152
144
|
mail_subject: "Account Deletion",
|
|
@@ -156,7 +148,8 @@ var en_default = {
|
|
|
156
148
|
fallback: "If the button above does not work, please copy and paste the following URL into your browser:",
|
|
157
149
|
expiry: "This link will expire in <strong>1 hour</strong>. If you did not request this, you can safely ignore this email.",
|
|
158
150
|
support: "If you have any questions or need help, feel free to contact our support team at",
|
|
159
|
-
thank_you: "Thank you,"
|
|
151
|
+
thank_you: "Thank you,",
|
|
152
|
+
team: "Connectfy Team"
|
|
160
153
|
},
|
|
161
154
|
delete_account_completed: {
|
|
162
155
|
mail_subject: "Account Deletion Completed",
|
|
@@ -167,7 +160,8 @@ var en_default = {
|
|
|
167
160
|
fallback: "If the button above does not work, you can use this link:",
|
|
168
161
|
note: "Note: After 30 days, your account and all associated data will be permanently removed and cannot be recovered.",
|
|
169
162
|
support: "If you did not request this deletion or need assistance, please contact our support team at",
|
|
170
|
-
signature: "Best regards,"
|
|
163
|
+
signature: "Best regards,",
|
|
164
|
+
team: "Connectfy Team"
|
|
171
165
|
},
|
|
172
166
|
verify_yourself: {
|
|
173
167
|
subject: "Confirm Your Registration",
|
|
@@ -222,18 +216,6 @@ var az_default = {
|
|
|
222
216
|
banned_message: "Hesab\u0131n\u0131z {{bannedToDate}} tarixin\u0259d\u0259k bloklan\u0131b",
|
|
223
217
|
same_data: "{{field}} \u0259vv\u0259lki il\u0259 eyni ola bilm\u0259z"
|
|
224
218
|
},
|
|
225
|
-
exception_types: {
|
|
226
|
-
internal_server_error: "InternalServerError",
|
|
227
|
-
bad_request: "BadRequest",
|
|
228
|
-
unauthorized: "Unauthorized",
|
|
229
|
-
forbidden: "Forbidden",
|
|
230
|
-
not_found: "NotFound",
|
|
231
|
-
conflict: "Conflict",
|
|
232
|
-
unprocessable_entity: "UnprocessableEntity",
|
|
233
|
-
gone: "Gone",
|
|
234
|
-
too_many_requests: "TooManyRequests",
|
|
235
|
-
already_exists: "AlreadyExists"
|
|
236
|
-
},
|
|
237
219
|
fields: {
|
|
238
220
|
_id: "id",
|
|
239
221
|
_ids: "ids",
|
|
@@ -289,7 +271,8 @@ var az_default = {
|
|
|
289
271
|
status: "Status",
|
|
290
272
|
blocklistId: "Blok siyah\u0131s\u0131 Id",
|
|
291
273
|
blockerId: "Bloklayan Id",
|
|
292
|
-
blockedId: "Bloklanan Id"
|
|
274
|
+
blockedId: "Bloklanan Id",
|
|
275
|
+
_lang: "Dil"
|
|
293
276
|
},
|
|
294
277
|
email_messages: {
|
|
295
278
|
signup_verify: {
|
|
@@ -311,7 +294,8 @@ var az_default = {
|
|
|
311
294
|
fallback: "Yuxar\u0131dak\u0131 d\xFCym\u0259 i\u015Fl\u0259mir\u0259ks\u0259, a\u015Fa\u011F\u0131dak\u0131 URL-i kopyalay\u0131b brauzeriniz\u0259 yap\u0131\u015Fd\u0131r\u0131n:",
|
|
312
295
|
expiry: "Bu ba\u011Flant\u0131 <strong>1 saat</strong> \u0259rzind\u0259 etibarl\u0131d\u0131r. \u018Fg\u0259r bu sor\u011Funu siz etm\u0259misinizs\u0259, bu e-po\xE7tu n\u0259z\u0259r\u0259 almaya bil\u0259rsiniz.",
|
|
313
296
|
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:",
|
|
314
|
-
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,"
|
|
297
|
+
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,",
|
|
298
|
+
team: "Connectfy komandas\u0131"
|
|
315
299
|
},
|
|
316
300
|
email_not_found: {
|
|
317
301
|
mail_subject: "\u015Eifr\u0259 s\u0131f\u0131rlama - Hesab tap\u0131lmad\u0131",
|
|
@@ -320,7 +304,8 @@ var az_default = {
|
|
|
320
304
|
instruction: "\u018Fg\u0259r bunun s\u0259hv oldu\u011Funu d\xFC\u015F\xFCn\xFCrs\xFCn\xFCzs\u0259, d\xFCzg\xFCn e-po\xE7t \xFCnvan\u0131n\u0131 daxil etdiyiniz\u0259 \u0259min olun. \u018Fks halda yeni hesab \xFC\xE7\xFCn qeydiyyatdan ke\xE7\u0259 bil\u0259rsiniz:",
|
|
321
305
|
button: "\u0130ndi qeydiyyatdan ke\xE7in",
|
|
322
306
|
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:",
|
|
323
|
-
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,"
|
|
307
|
+
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,",
|
|
308
|
+
team: "Connectfy komandas\u0131"
|
|
324
309
|
},
|
|
325
310
|
google_sign_in: {
|
|
326
311
|
mail_subject: "\u015Eifr\u0259 s\u0131f\u0131rlama - Google il\u0259 giri\u015F a\u015Fkarland\u0131",
|
|
@@ -330,7 +315,8 @@ var az_default = {
|
|
|
330
315
|
button: "Giri\u015F s\u0259hif\u0259sin\u0259 ke\xE7in",
|
|
331
316
|
ignore: "\u018Fg\u0259r \u015Fifr\u0259 s\u0131f\u0131rlama c\u0259hdind\u0259 olmad\u0131n\u0131zsa v\u0259 bunun s\u0259hv oldu\u011Funu d\xFC\u015F\xFCn\xFCrs\xFCn\xFCzs\u0259, bu e-po\xE7tu n\u0259z\u0259r\u0259 almaya bil\u0259rsiniz.",
|
|
332
317
|
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:",
|
|
333
|
-
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,"
|
|
318
|
+
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,",
|
|
319
|
+
team: "Connectfy komandas\u0131"
|
|
334
320
|
},
|
|
335
321
|
delete_account: {
|
|
336
322
|
mail_subject: "Hesab\u0131n silinm\u0259si",
|
|
@@ -340,7 +326,8 @@ var az_default = {
|
|
|
340
326
|
fallback: "Yuxar\u0131dak\u0131 d\xFCym\u0259 i\u015Fl\u0259mir\u0259ks\u0259, a\u015Fa\u011F\u0131dak\u0131 URL-i kopyalay\u0131b brauzeriniz\u0259 yap\u0131\u015Fd\u0131r\u0131n:",
|
|
341
327
|
expiry: "Bu ba\u011Flant\u0131 <strong>1 saat</strong> \u0259rzind\u0259 etibarl\u0131d\u0131r. \u018Fg\u0259r bu sor\u011Funu siz etm\u0259misinizs\u0259, bu e-po\xE7tu n\u0259z\u0259r\u0259 almaya bil\u0259rsiniz.",
|
|
342
328
|
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:",
|
|
343
|
-
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,"
|
|
329
|
+
thank_you: "T\u0259\u015F\u0259kk\xFCrl\u0259r,",
|
|
330
|
+
team: "Connectfy komandas\u0131"
|
|
344
331
|
},
|
|
345
332
|
delete_account_completed: {
|
|
346
333
|
mail_subject: "Hesab silinm\u0259si tamamland\u0131",
|
|
@@ -351,7 +338,8 @@ var az_default = {
|
|
|
351
338
|
fallback: "Yuxar\u0131dak\u0131 d\xFCym\u0259 i\u015Fl\u0259mir\u0259ks\u0259, bu linkd\u0259n istifad\u0259 ed\u0259 bil\u0259rsiniz:",
|
|
352
339
|
note: "Qeyd: 30 g\xFCnd\u0259n sonra hesab\u0131n\u0131z v\u0259 ona ba\u011Fl\u0131 b\xFCt\xFCn m\u0259lumatlar daimi olaraq silin\u0259c\u0259k v\u0259 b\u0259rpa edil\u0259 bilm\u0259y\u0259c\u0259k.",
|
|
353
340
|
support: "\u018Fg\u0259r bu silinm\u0259ni siz t\u0259l\u0259b etm\u0259misinizs\u0259 v\u0259 ya k\xF6m\u0259k\u0259 ehtiyac\u0131n\u0131z varsa, z\u0259hm\u0259t olmasa d\u0259st\u0259k komandam\u0131zla \u0259laq\u0259 saxlay\u0131n:",
|
|
354
|
-
signature: "H\xF6rm\u0259tl\u0259,"
|
|
341
|
+
signature: "H\xF6rm\u0259tl\u0259,",
|
|
342
|
+
team: "Connectfy komandas\u0131"
|
|
355
343
|
},
|
|
356
344
|
verify_yourself: {
|
|
357
345
|
subject: "Qeydiyyat\u0131n\u0131z\u0131 t\u0259sdiql\u0259yin",
|
|
@@ -406,18 +394,6 @@ var ru_default = {
|
|
|
406
394
|
banned_message: "\u0412\u0430\u0448 \u0430\u043A\u043A\u0430\u0443\u043D\u0442 \u0437\u0430\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u0430\u043D \u0434\u043E {{bannedToDate}}",
|
|
407
395
|
same_data: "{{field}} \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0441\u043E\u0432\u043F\u0430\u0434\u0430\u0442\u044C \u0441\u043E \u0441\u0442\u0430\u0440\u044B\u043C \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\u043C"
|
|
408
396
|
},
|
|
409
|
-
exception_types: {
|
|
410
|
-
internal_server_error: "InternalServerError",
|
|
411
|
-
bad_request: "BadRequest",
|
|
412
|
-
unauthorized: "Unauthorized",
|
|
413
|
-
forbidden: "Forbidden",
|
|
414
|
-
not_found: "NotFound",
|
|
415
|
-
conflict: "Conflict",
|
|
416
|
-
unprocessable_entity: "UnprocessableEntity",
|
|
417
|
-
gone: "Gone",
|
|
418
|
-
too_many_requests: "TooManyRequests",
|
|
419
|
-
already_exists: "AlreadyExists"
|
|
420
|
-
},
|
|
421
397
|
fields: {
|
|
422
398
|
_id: "id",
|
|
423
399
|
_ids: "ids",
|
|
@@ -473,7 +449,8 @@ var ru_default = {
|
|
|
473
449
|
status: "\u0421\u0442\u0430\u0442\u0443\u0441",
|
|
474
450
|
blocklistId: "Id \u0447\u0435\u0440\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0430",
|
|
475
451
|
blockerId: "Id \u0431\u043B\u043E\u043A\u0438\u0440\u0443\u044E\u0449\u0435\u0433\u043E",
|
|
476
|
-
blockedId: "Id \u0437\u0430\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0433\u043E"
|
|
452
|
+
blockedId: "Id \u0437\u0430\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0433\u043E",
|
|
453
|
+
_lang: "\u042F\u0437\u044B\u043A"
|
|
477
454
|
},
|
|
478
455
|
email_messages: {
|
|
479
456
|
signup_verify: {
|
|
@@ -495,7 +472,8 @@ var ru_default = {
|
|
|
495
472
|
fallback: "\u0415\u0441\u043B\u0438 \u043A\u043D\u043E\u043F\u043A\u0430 \u0432\u044B\u0448\u0435 \u043D\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442, \u0441\u043A\u043E\u043F\u0438\u0440\u0443\u0439\u0442\u0435 \u0438 \u0432\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0439 URL \u0432 \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440:",
|
|
496
473
|
expiry: "\u0421\u0441\u044B\u043B\u043A\u0430 \u0438\u0441\u0442\u0435\u0447\u0451\u0442 \u0447\u0435\u0440\u0435\u0437 <strong>1 \u0447\u0430\u0441</strong>. \u0415\u0441\u043B\u0438 \u0432\u044B \u043D\u0435 \u0437\u0430\u043F\u0440\u0430\u0448\u0438\u0432\u0430\u043B\u0438 \u044D\u0442\u043E\u0433\u043E, \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.",
|
|
497
474
|
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",
|
|
498
|
-
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,"
|
|
475
|
+
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,",
|
|
476
|
+
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy"
|
|
499
477
|
},
|
|
500
478
|
email_not_found: {
|
|
501
479
|
mail_subject: "\u0421\u0431\u0440\u043E\u0441 \u043F\u0430\u0440\u043E\u043B\u044F - \u0430\u043A\u043A\u0430\u0443\u043D\u0442 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D",
|
|
@@ -504,7 +482,8 @@ var ru_default = {
|
|
|
504
482
|
instruction: "\u0415\u0441\u043B\u0438 \u0432\u044B \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0435, \u0447\u0442\u043E \u044D\u0442\u043E \u043E\u0448\u0438\u0431\u043A\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u0432\u044B \u0432\u0432\u0435\u043B\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u044B\u0439 \u0430\u0434\u0440\u0435\u0441 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B. \u0412 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0430\u043B\u044C\u0442\u0435\u0440\u043D\u0430\u0442\u0438\u0432\u044B \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u043E\u0432\u044B\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442:",
|
|
505
483
|
button: "\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",
|
|
506
484
|
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",
|
|
507
|
-
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,"
|
|
485
|
+
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,",
|
|
486
|
+
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy"
|
|
508
487
|
},
|
|
509
488
|
google_sign_in: {
|
|
510
489
|
mail_subject: "\u0421\u0431\u0440\u043E\u0441 \u043F\u0430\u0440\u043E\u043B\u044F - \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D \u0432\u0445\u043E\u0434 \u0447\u0435\u0440\u0435\u0437 Google",
|
|
@@ -514,7 +493,8 @@ var ru_default = {
|
|
|
514
493
|
button: "\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0432\u0445\u043E\u0434\u0430",
|
|
515
494
|
ignore: "\u0415\u0441\u043B\u0438 \u0432\u044B \u043D\u0435 \u043F\u044B\u0442\u0430\u043B\u0438\u0441\u044C \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C \u0438 \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0435, \u0447\u0442\u043E \u044D\u0442\u043E \u043E\u0448\u0438\u0431\u043A\u0430, \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.",
|
|
516
495
|
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",
|
|
517
|
-
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,"
|
|
496
|
+
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,",
|
|
497
|
+
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy"
|
|
518
498
|
},
|
|
519
499
|
delete_account: {
|
|
520
500
|
mail_subject: "\u0423\u0434\u0430\u043B\u0435\u043D\u0438\u0435 \u0430\u043A\u043A\u0430\u0443\u043D\u0442\u0430",
|
|
@@ -524,7 +504,8 @@ var ru_default = {
|
|
|
524
504
|
fallback: "\u0415\u0441\u043B\u0438 \u043A\u043D\u043E\u043F\u043A\u0430 \u0432\u044B\u0448\u0435 \u043D\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442, \u0441\u043A\u043E\u043F\u0438\u0440\u0443\u0439\u0442\u0435 \u0438 \u0432\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0439 URL \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440:",
|
|
525
505
|
expiry: "\u042D\u0442\u0430 \u0441\u0441\u044B\u043B\u043A\u0430 \u0438\u0441\u0442\u0435\u0447\u0451\u0442 \u0447\u0435\u0440\u0435\u0437 <strong>1 \u0447\u0430\u0441</strong>. \u0415\u0441\u043B\u0438 \u0432\u044B \u043D\u0435 \u0437\u0430\u043F\u0440\u0430\u0448\u0438\u0432\u0430\u043B\u0438 \u044D\u0442\u043E\u0433\u043E, \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.",
|
|
526
506
|
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",
|
|
527
|
-
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,"
|
|
507
|
+
thank_you: "\u0421\u043F\u0430\u0441\u0438\u0431\u043E,",
|
|
508
|
+
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy"
|
|
528
509
|
},
|
|
529
510
|
delete_account_completed: {
|
|
530
511
|
mail_subject: "\u0423\u0434\u0430\u043B\u0435\u043D\u0438\u0435 \u0430\u043A\u043A\u0430\u0443\u043D\u0442\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u043E",
|
|
@@ -535,7 +516,8 @@ var ru_default = {
|
|
|
535
516
|
fallback: "\u0415\u0441\u043B\u0438 \u043A\u043D\u043E\u043F\u043A\u0430 \u0432\u044B\u0448\u0435 \u043D\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043E\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u044D\u0442\u043E\u0439 \u0441\u0441\u044B\u043B\u043A\u043E\u0439:",
|
|
536
517
|
note: "\u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u0447\u0435\u0440\u0435\u0437 30 \u0434\u043D\u0435\u0439 \u0432\u0430\u0448 \u0430\u043A\u043A\u0430\u0443\u043D\u0442 \u0438 \u0432\u0441\u0435 \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u043D\u0438\u043C \u0434\u0430\u043D\u043D\u044B\u0435 \u0431\u0443\u0434\u0443\u0442 \u043E\u043A\u043E\u043D\u0447\u0430\u0442\u0435\u043B\u044C\u043D\u043E \u0443\u0434\u0430\u043B\u0435\u043D\u044B \u0438 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u044B.",
|
|
537
518
|
support: "\u0415\u0441\u043B\u0438 \u0432\u044B \u043D\u0435 \u0437\u0430\u043F\u0440\u0430\u0448\u0438\u0432\u0430\u043B\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435 \u0438\u043B\u0438 \u043D\u0443\u0436\u0434\u0430\u0435\u0442\u0435\u0441\u044C \u0432 \u043F\u043E\u043C\u043E\u0449\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0441\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438:",
|
|
538
|
-
signature: "\u0421 \u0443\u0432\u0430\u0436\u0435\u043D\u0438\u0435\u043C,"
|
|
519
|
+
signature: "\u0421 \u0443\u0432\u0430\u0436\u0435\u043D\u0438\u0435\u043C,",
|
|
520
|
+
team: "\u041A\u043E\u043C\u0430\u043D\u0434\u0430 Connectfy"
|
|
539
521
|
},
|
|
540
522
|
verify_yourself: {
|
|
541
523
|
subject: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044E",
|
|
@@ -590,18 +572,6 @@ var tr_default = {
|
|
|
590
572
|
banned_message: "Hesab\u0131n\u0131z {{bannedToDate}} tarihine kadar yasaklanm\u0131\u015Ft\u0131r",
|
|
591
573
|
same_data: "{{field}} eskiyle ayn\u0131 olamaz"
|
|
592
574
|
},
|
|
593
|
-
exception_types: {
|
|
594
|
-
internal_server_error: "InternalServerError",
|
|
595
|
-
bad_request: "BadRequest",
|
|
596
|
-
unauthorized: "Unauthorized",
|
|
597
|
-
forbidden: "Forbidden",
|
|
598
|
-
not_found: "NotFound",
|
|
599
|
-
conflict: "Conflict",
|
|
600
|
-
unprocessable_entity: "UnprocessableEntity",
|
|
601
|
-
gone: "Gone",
|
|
602
|
-
too_many_requests: "TooManyRequests",
|
|
603
|
-
already_exists: "AlreadyExists"
|
|
604
|
-
},
|
|
605
575
|
fields: {
|
|
606
576
|
_id: "id",
|
|
607
577
|
_ids: "ids",
|
|
@@ -657,7 +627,8 @@ var tr_default = {
|
|
|
657
627
|
status: "Durum",
|
|
658
628
|
blocklistId: "Engel listesi Id",
|
|
659
629
|
blockerId: "Engelleyen Id",
|
|
660
|
-
blockedId: "Engellenen Id"
|
|
630
|
+
blockedId: "Engellenen Id",
|
|
631
|
+
_lang: "Dil"
|
|
661
632
|
},
|
|
662
633
|
email_messages: {
|
|
663
634
|
signup_verify: {
|
|
@@ -679,7 +650,8 @@ var tr_default = {
|
|
|
679
650
|
fallback: "Yukar\u0131daki buton \xE7al\u0131\u015Fm\u0131yorsa l\xFCtfen a\u015Fa\u011F\u0131daki URL'yi kopyalay\u0131p taray\u0131c\u0131n\u0131za yap\u0131\u015Ft\u0131r\u0131n:",
|
|
680
651
|
expiry: "Bu ba\u011Flant\u0131 <strong>1 saat</strong> i\xE7inde ge\xE7erli olacakt\u0131r. E\u011Fer bu iste\u011Fi siz yapmad\u0131ysan\u0131z, bu e-postay\u0131 g\xF6rmezden gelebilirsiniz.",
|
|
681
652
|
support: "Herhangi bir sorunuz veya yard\u0131ma ihtiyac\u0131n\u0131z olursa, destek ekibimizle ileti\u015Fime ge\xE7in:",
|
|
682
|
-
thank_you: "Te\u015Fekk\xFCrler,"
|
|
653
|
+
thank_you: "Te\u015Fekk\xFCrler,",
|
|
654
|
+
team: "Connectfy Ekibi"
|
|
683
655
|
},
|
|
684
656
|
email_not_found: {
|
|
685
657
|
mail_subject: "\u015Eifre S\u0131f\u0131rlama - Hesap Bulunamad\u0131",
|
|
@@ -688,7 +660,8 @@ var tr_default = {
|
|
|
688
660
|
instruction: "Bunun bir hata oldu\u011Funu d\xFC\u015F\xFCn\xFCyorsan\u0131z do\u011Fru e-posta adresini girdi\u011Finizden emin olun. Alternatif olarak yeni bir hesap olu\u015Fturabilirsiniz:",
|
|
689
661
|
button: "\u015Eimdi Kaydol",
|
|
690
662
|
support: "Herhangi bir sorunuz veya yard\u0131ma ihtiyac\u0131n\u0131z olursa, destek ekibimizle ileti\u015Fime ge\xE7in:",
|
|
691
|
-
thank_you: "Te\u015Fekk\xFCrler,"
|
|
663
|
+
thank_you: "Te\u015Fekk\xFCrler,",
|
|
664
|
+
team: "Connectfy Ekibi"
|
|
692
665
|
},
|
|
693
666
|
google_sign_in: {
|
|
694
667
|
mail_subject: "\u015Eifre S\u0131f\u0131rlama - Google ile Giri\u015F Tespit Edildi",
|
|
@@ -698,7 +671,8 @@ var tr_default = {
|
|
|
698
671
|
button: "Giri\u015F Sayfas\u0131na Git",
|
|
699
672
|
ignore: "\u015Eifre s\u0131f\u0131rlama denemesi yapmad\u0131ysan\u0131z ve bunun bir hata oldu\u011Funu d\xFC\u015F\xFCn\xFCyorsan\u0131z bu e-postay\u0131 g\xF6rmezden gelebilirsiniz.",
|
|
700
673
|
support: "Herhangi bir sorunuz veya yard\u0131ma ihtiyac\u0131n\u0131z olursa, destek ekibimizle ileti\u015Fime ge\xE7in:",
|
|
701
|
-
thank_you: "Te\u015Fekk\xFCrler,"
|
|
674
|
+
thank_you: "Te\u015Fekk\xFCrler,",
|
|
675
|
+
team: "Connectfy Ekibi"
|
|
702
676
|
},
|
|
703
677
|
delete_account: {
|
|
704
678
|
mail_subject: "Hesap Silme",
|
|
@@ -708,7 +682,8 @@ var tr_default = {
|
|
|
708
682
|
fallback: "Yukar\u0131daki buton \xE7al\u0131\u015Fm\u0131yorsa l\xFCtfen a\u015Fa\u011F\u0131daki URL'yi kopyalay\u0131p taray\u0131c\u0131n\u0131za yap\u0131\u015Ft\u0131r\u0131n:",
|
|
709
683
|
expiry: "Bu ba\u011Flant\u0131 <strong>1 saat</strong> i\xE7inde ge\xE7erli olacakt\u0131r. E\u011Fer bu iste\u011Fi siz yapmad\u0131ysan\u0131z, bu e-postay\u0131 g\xF6rmezden gelebilirsiniz.",
|
|
710
684
|
support: "Herhangi bir sorunuz veya yard\u0131ma ihtiyac\u0131n\u0131z olursa, destek ekibimizle ileti\u015Fime ge\xE7in:",
|
|
711
|
-
thank_you: "Te\u015Fekk\xFCrler,"
|
|
685
|
+
thank_you: "Te\u015Fekk\xFCrler,",
|
|
686
|
+
team: "Connectfy Ekibi"
|
|
712
687
|
},
|
|
713
688
|
delete_account_completed: {
|
|
714
689
|
mail_subject: "Hesap Silme Tamamland\u0131",
|
|
@@ -719,7 +694,8 @@ var tr_default = {
|
|
|
719
694
|
fallback: "Yukar\u0131daki buton \xE7al\u0131\u015Fm\u0131yorsa bu ba\u011Flant\u0131y\u0131 kullanabilirsiniz:",
|
|
720
695
|
note: "Not: 30 g\xFCn\xFCn sonunda hesab\u0131n\u0131z ve ili\u015Fkili t\xFCm veriler kal\u0131c\u0131 olarak silinecek ve geri getirilemeyecektir.",
|
|
721
696
|
support: "E\u011Fer bu silme talebini siz yapmad\u0131ysan\u0131z veya yard\u0131ma ihtiyac\u0131n\u0131z varsa l\xFCtfen destek ekibimizle ileti\u015Fime ge\xE7in:",
|
|
722
|
-
signature: "Sayg\u0131lar\u0131m\u0131zla,"
|
|
697
|
+
signature: "Sayg\u0131lar\u0131m\u0131zla,",
|
|
698
|
+
team: "Connectfy Ekibi"
|
|
723
699
|
},
|
|
724
700
|
verify_yourself: {
|
|
725
701
|
subject: "Kay\u0131t\u0131n\u0131z\u0131 Onaylay\u0131n",
|