@payloadcms/translations 3.0.0-alpha.0

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.
Files changed (82) hide show
  1. package/README.md +42 -0
  2. package/dist/_generatedFiles_/api/ar.json +85 -0
  3. package/dist/_generatedFiles_/api/az.json +86 -0
  4. package/dist/_generatedFiles_/api/bg.json +85 -0
  5. package/dist/_generatedFiles_/api/cs.json +85 -0
  6. package/dist/_generatedFiles_/api/de.json +85 -0
  7. package/dist/_generatedFiles_/api/en.json +85 -0
  8. package/dist/_generatedFiles_/api/es.json +85 -0
  9. package/dist/_generatedFiles_/api/fa.json +85 -0
  10. package/dist/_generatedFiles_/api/fr.json +85 -0
  11. package/dist/_generatedFiles_/api/hr.json +85 -0
  12. package/dist/_generatedFiles_/api/hu.json +85 -0
  13. package/dist/_generatedFiles_/api/index.d.ts +2552 -0
  14. package/dist/_generatedFiles_/api/index.js +68 -0
  15. package/dist/_generatedFiles_/api/it.json +85 -0
  16. package/dist/_generatedFiles_/api/ja.json +85 -0
  17. package/dist/_generatedFiles_/api/ko.json +84 -0
  18. package/dist/_generatedFiles_/api/my.json +85 -0
  19. package/dist/_generatedFiles_/api/nb.json +85 -0
  20. package/dist/_generatedFiles_/api/nl.json +85 -0
  21. package/dist/_generatedFiles_/api/pl.json +85 -0
  22. package/dist/_generatedFiles_/api/pt.json +85 -0
  23. package/dist/_generatedFiles_/api/ro.json +85 -0
  24. package/dist/_generatedFiles_/api/rs-latin.json +85 -0
  25. package/dist/_generatedFiles_/api/rs.json +85 -0
  26. package/dist/_generatedFiles_/api/ru.json +85 -0
  27. package/dist/_generatedFiles_/api/sv.json +85 -0
  28. package/dist/_generatedFiles_/api/th.json +85 -0
  29. package/dist/_generatedFiles_/api/tr.json +85 -0
  30. package/dist/_generatedFiles_/api/translation-schema.json +403 -0
  31. package/dist/_generatedFiles_/api/ua.json +85 -0
  32. package/dist/_generatedFiles_/api/vi.json +85 -0
  33. package/dist/_generatedFiles_/api/zh-tw.json +85 -0
  34. package/dist/_generatedFiles_/api/zh.json +85 -0
  35. package/dist/_generatedFiles_/client/ar.json +273 -0
  36. package/dist/_generatedFiles_/client/az.json +273 -0
  37. package/dist/_generatedFiles_/client/bg.json +273 -0
  38. package/dist/_generatedFiles_/client/cs.json +273 -0
  39. package/dist/_generatedFiles_/client/de.json +273 -0
  40. package/dist/_generatedFiles_/client/en.json +275 -0
  41. package/dist/_generatedFiles_/client/es.json +273 -0
  42. package/dist/_generatedFiles_/client/fa.json +273 -0
  43. package/dist/_generatedFiles_/client/fr.json +273 -0
  44. package/dist/_generatedFiles_/client/hr.json +273 -0
  45. package/dist/_generatedFiles_/client/hu.json +273 -0
  46. package/dist/_generatedFiles_/client/index.d.ts +8197 -0
  47. package/dist/_generatedFiles_/client/index.js +68 -0
  48. package/dist/_generatedFiles_/client/it.json +273 -0
  49. package/dist/_generatedFiles_/client/ja.json +275 -0
  50. package/dist/_generatedFiles_/client/ko.json +272 -0
  51. package/dist/_generatedFiles_/client/my.json +273 -0
  52. package/dist/_generatedFiles_/client/nb.json +273 -0
  53. package/dist/_generatedFiles_/client/nl.json +273 -0
  54. package/dist/_generatedFiles_/client/pl.json +273 -0
  55. package/dist/_generatedFiles_/client/pt.json +273 -0
  56. package/dist/_generatedFiles_/client/ro.json +273 -0
  57. package/dist/_generatedFiles_/client/rs-latin.json +273 -0
  58. package/dist/_generatedFiles_/client/rs.json +273 -0
  59. package/dist/_generatedFiles_/client/ru.json +273 -0
  60. package/dist/_generatedFiles_/client/sv.json +273 -0
  61. package/dist/_generatedFiles_/client/th.json +273 -0
  62. package/dist/_generatedFiles_/client/tr.json +273 -0
  63. package/dist/_generatedFiles_/client/translation-schema.json +1086 -0
  64. package/dist/_generatedFiles_/client/ua.json +273 -0
  65. package/dist/_generatedFiles_/client/vi.json +273 -0
  66. package/dist/_generatedFiles_/client/zh-tw.json +275 -0
  67. package/dist/_generatedFiles_/client/zh.json +273 -0
  68. package/dist/exports/index.d.ts +3 -0
  69. package/dist/exports/index.js +9 -0
  70. package/dist/types.d.ts +42 -0
  71. package/dist/types.js +2 -0
  72. package/dist/utilities/copyFile.d.ts +1 -0
  73. package/dist/utilities/copyFile.js +15 -0
  74. package/dist/utilities/deepMerge.d.ts +1 -0
  75. package/dist/utilities/deepMerge.js +18 -0
  76. package/dist/utilities/ensureDirExists.d.ts +1 -0
  77. package/dist/utilities/ensureDirExists.js +18 -0
  78. package/dist/utilities/getTranslation.d.ts +3 -0
  79. package/dist/utilities/getTranslation.js +21 -0
  80. package/dist/utilities/init.d.ts +30 -0
  81. package/dist/utilities/init.js +180 -0
  82. package/package.json +37 -0
@@ -0,0 +1,2552 @@
1
+ export declare const translations: {
2
+ ar: {
3
+ $schema: string;
4
+ authentication: {
5
+ account: string;
6
+ apiKey: string;
7
+ enableAPIKey: string;
8
+ newAccountCreated: string;
9
+ resetYourPassword: string;
10
+ verified: string;
11
+ verifyYourEmail: string;
12
+ youAreReceivingResetPassword: string;
13
+ youDidNotRequestPassword: string;
14
+ };
15
+ error: {
16
+ deletingFile: string;
17
+ emailOrPasswordIncorrect: string;
18
+ followingFieldsInvalid_one: string;
19
+ followingFieldsInvalid_other: string;
20
+ noFilesUploaded: string;
21
+ notAllowedToPerformAction: string;
22
+ problemUploadingFile: string;
23
+ unableToDeleteCount: string;
24
+ unableToUpdateCount: string;
25
+ unauthorized: string;
26
+ userLocked: string;
27
+ valueMustBeUnique: string;
28
+ };
29
+ fields: {
30
+ chooseBetweenCustomTextOrDocument: string;
31
+ chooseDocumentToLink: string;
32
+ customURL: string;
33
+ enterURL: string;
34
+ internalLink: string;
35
+ linkType: string;
36
+ openInNewTab: string;
37
+ textToDisplay: string;
38
+ };
39
+ general: {
40
+ createdAt: string;
41
+ deletedCountSuccessfully: string;
42
+ deletedSuccessfully: string;
43
+ email: string;
44
+ notFound: string;
45
+ successfullyCreated: string;
46
+ thisLanguage: string;
47
+ updatedAt: string;
48
+ updatedCountSuccessfully: string;
49
+ updatedSuccessfully: string;
50
+ user: string;
51
+ users: string;
52
+ value: string;
53
+ };
54
+ upload: {
55
+ fileName: string;
56
+ fileSize: string;
57
+ height: string;
58
+ sizes: string;
59
+ width: string;
60
+ };
61
+ validation: {
62
+ emailAddress: string;
63
+ enterNumber: string;
64
+ greaterThanMax: string;
65
+ invalidInput: string;
66
+ invalidSelection: string;
67
+ invalidSelections: string;
68
+ lessThanMin: string;
69
+ longerThanMin: string;
70
+ notValidDate: string;
71
+ required: string;
72
+ requiresNoMoreThan: string;
73
+ requiresTwoNumbers: string;
74
+ shorterThanMax: string;
75
+ trueOrFalse: string;
76
+ validUploadID: string;
77
+ };
78
+ version: {
79
+ autosavedSuccessfully: string;
80
+ draft: string;
81
+ draftSavedSuccessfully: string;
82
+ published: string;
83
+ restoredSuccessfully: string;
84
+ status: string;
85
+ };
86
+ };
87
+ az: {
88
+ $schema: string;
89
+ authentication: {
90
+ account: string;
91
+ apiKey: string;
92
+ enableAPIKey: string;
93
+ newAccountCreated: string;
94
+ resetYourPassword: string;
95
+ verified: string;
96
+ verifyYourEmail: string;
97
+ youAreReceivingResetPassword: string;
98
+ youDidNotRequestPassword: string;
99
+ };
100
+ error: {
101
+ deletingFile: string;
102
+ emailOrPasswordIncorrect: string;
103
+ followingFieldsInvalid_many: string;
104
+ followingFieldsInvalid_one: string;
105
+ followingFieldsInvalid_other: string;
106
+ noFilesUploaded: string;
107
+ notAllowedToPerformAction: string;
108
+ problemUploadingFile: string;
109
+ unableToDeleteCount: string;
110
+ unableToUpdateCount: string;
111
+ unauthorized: string;
112
+ userLocked: string;
113
+ valueMustBeUnique: string;
114
+ };
115
+ fields: {
116
+ chooseBetweenCustomTextOrDocument: string;
117
+ chooseDocumentToLink: string;
118
+ customURL: string;
119
+ enterURL: string;
120
+ internalLink: string;
121
+ linkType: string;
122
+ openInNewTab: string;
123
+ textToDisplay: string;
124
+ };
125
+ general: {
126
+ createdAt: string;
127
+ deletedCountSuccessfully: string;
128
+ deletedSuccessfully: string;
129
+ email: string;
130
+ notFound: string;
131
+ successfullyCreated: string;
132
+ thisLanguage: string;
133
+ updatedAt: string;
134
+ updatedCountSuccessfully: string;
135
+ updatedSuccessfully: string;
136
+ user: string;
137
+ users: string;
138
+ value: string;
139
+ };
140
+ upload: {
141
+ fileName: string;
142
+ fileSize: string;
143
+ height: string;
144
+ sizes: string;
145
+ width: string;
146
+ };
147
+ validation: {
148
+ emailAddress: string;
149
+ enterNumber: string;
150
+ greaterThanMax: string;
151
+ invalidInput: string;
152
+ invalidSelection: string;
153
+ invalidSelections: string;
154
+ lessThanMin: string;
155
+ longerThanMin: string;
156
+ notValidDate: string;
157
+ required: string;
158
+ requiresNoMoreThan: string;
159
+ requiresTwoNumbers: string;
160
+ shorterThanMax: string;
161
+ trueOrFalse: string;
162
+ validUploadID: string;
163
+ };
164
+ version: {
165
+ autosavedSuccessfully: string;
166
+ draft: string;
167
+ draftSavedSuccessfully: string;
168
+ published: string;
169
+ restoredSuccessfully: string;
170
+ status: string;
171
+ };
172
+ };
173
+ bg: {
174
+ $schema: string;
175
+ authentication: {
176
+ account: string;
177
+ apiKey: string;
178
+ enableAPIKey: string;
179
+ newAccountCreated: string;
180
+ resetYourPassword: string;
181
+ verified: string;
182
+ verifyYourEmail: string;
183
+ youAreReceivingResetPassword: string;
184
+ youDidNotRequestPassword: string;
185
+ };
186
+ error: {
187
+ deletingFile: string;
188
+ emailOrPasswordIncorrect: string;
189
+ followingFieldsInvalid_one: string;
190
+ followingFieldsInvalid_other: string;
191
+ noFilesUploaded: string;
192
+ notAllowedToPerformAction: string;
193
+ problemUploadingFile: string;
194
+ unableToDeleteCount: string;
195
+ unableToUpdateCount: string;
196
+ unauthorized: string;
197
+ userLocked: string;
198
+ valueMustBeUnique: string;
199
+ };
200
+ fields: {
201
+ chooseBetweenCustomTextOrDocument: string;
202
+ chooseDocumentToLink: string;
203
+ customURL: string;
204
+ enterURL: string;
205
+ internalLink: string;
206
+ linkType: string;
207
+ openInNewTab: string;
208
+ textToDisplay: string;
209
+ };
210
+ general: {
211
+ createdAt: string;
212
+ deletedCountSuccessfully: string;
213
+ deletedSuccessfully: string;
214
+ email: string;
215
+ notFound: string;
216
+ successfullyCreated: string;
217
+ thisLanguage: string;
218
+ updatedAt: string;
219
+ updatedCountSuccessfully: string;
220
+ updatedSuccessfully: string;
221
+ user: string;
222
+ users: string;
223
+ value: string;
224
+ };
225
+ upload: {
226
+ fileName: string;
227
+ fileSize: string;
228
+ height: string;
229
+ sizes: string;
230
+ width: string;
231
+ };
232
+ validation: {
233
+ emailAddress: string;
234
+ enterNumber: string;
235
+ greaterThanMax: string;
236
+ invalidInput: string;
237
+ invalidSelection: string;
238
+ invalidSelections: string;
239
+ lessThanMin: string;
240
+ longerThanMin: string;
241
+ notValidDate: string;
242
+ required: string;
243
+ requiresNoMoreThan: string;
244
+ requiresTwoNumbers: string;
245
+ shorterThanMax: string;
246
+ trueOrFalse: string;
247
+ validUploadID: string;
248
+ };
249
+ version: {
250
+ autosavedSuccessfully: string;
251
+ draft: string;
252
+ draftSavedSuccessfully: string;
253
+ published: string;
254
+ restoredSuccessfully: string;
255
+ status: string;
256
+ };
257
+ };
258
+ cs: {
259
+ $schema: string;
260
+ authentication: {
261
+ account: string;
262
+ apiKey: string;
263
+ enableAPIKey: string;
264
+ newAccountCreated: string;
265
+ resetYourPassword: string;
266
+ verified: string;
267
+ verifyYourEmail: string;
268
+ youAreReceivingResetPassword: string;
269
+ youDidNotRequestPassword: string;
270
+ };
271
+ error: {
272
+ deletingFile: string;
273
+ emailOrPasswordIncorrect: string;
274
+ followingFieldsInvalid_one: string;
275
+ followingFieldsInvalid_other: string;
276
+ noFilesUploaded: string;
277
+ notAllowedToPerformAction: string;
278
+ problemUploadingFile: string;
279
+ unableToDeleteCount: string;
280
+ unableToUpdateCount: string;
281
+ unauthorized: string;
282
+ userLocked: string;
283
+ valueMustBeUnique: string;
284
+ };
285
+ fields: {
286
+ chooseBetweenCustomTextOrDocument: string;
287
+ chooseDocumentToLink: string;
288
+ customURL: string;
289
+ enterURL: string;
290
+ internalLink: string;
291
+ linkType: string;
292
+ openInNewTab: string;
293
+ textToDisplay: string;
294
+ };
295
+ general: {
296
+ createdAt: string;
297
+ deletedCountSuccessfully: string;
298
+ deletedSuccessfully: string;
299
+ email: string;
300
+ notFound: string;
301
+ successfullyCreated: string;
302
+ thisLanguage: string;
303
+ updatedAt: string;
304
+ updatedCountSuccessfully: string;
305
+ updatedSuccessfully: string;
306
+ user: string;
307
+ users: string;
308
+ value: string;
309
+ };
310
+ upload: {
311
+ fileName: string;
312
+ fileSize: string;
313
+ height: string;
314
+ sizes: string;
315
+ width: string;
316
+ };
317
+ validation: {
318
+ emailAddress: string;
319
+ enterNumber: string;
320
+ greaterThanMax: string;
321
+ invalidInput: string;
322
+ invalidSelection: string;
323
+ invalidSelections: string;
324
+ lessThanMin: string;
325
+ longerThanMin: string;
326
+ notValidDate: string;
327
+ required: string;
328
+ requiresNoMoreThan: string;
329
+ requiresTwoNumbers: string;
330
+ shorterThanMax: string;
331
+ trueOrFalse: string;
332
+ validUploadID: string;
333
+ };
334
+ version: {
335
+ autosavedSuccessfully: string;
336
+ draft: string;
337
+ draftSavedSuccessfully: string;
338
+ published: string;
339
+ restoredSuccessfully: string;
340
+ status: string;
341
+ };
342
+ };
343
+ de: {
344
+ $schema: string;
345
+ authentication: {
346
+ account: string;
347
+ apiKey: string;
348
+ enableAPIKey: string;
349
+ newAccountCreated: string;
350
+ resetYourPassword: string;
351
+ verified: string;
352
+ verifyYourEmail: string;
353
+ youAreReceivingResetPassword: string;
354
+ youDidNotRequestPassword: string;
355
+ };
356
+ error: {
357
+ deletingFile: string;
358
+ emailOrPasswordIncorrect: string;
359
+ followingFieldsInvalid_one: string;
360
+ followingFieldsInvalid_other: string;
361
+ noFilesUploaded: string;
362
+ notAllowedToPerformAction: string;
363
+ problemUploadingFile: string;
364
+ unableToDeleteCount: string;
365
+ unableToUpdateCount: string;
366
+ unauthorized: string;
367
+ userLocked: string;
368
+ valueMustBeUnique: string;
369
+ };
370
+ fields: {
371
+ chooseBetweenCustomTextOrDocument: string;
372
+ chooseDocumentToLink: string;
373
+ customURL: string;
374
+ enterURL: string;
375
+ internalLink: string;
376
+ linkType: string;
377
+ openInNewTab: string;
378
+ textToDisplay: string;
379
+ };
380
+ general: {
381
+ createdAt: string;
382
+ deletedCountSuccessfully: string;
383
+ deletedSuccessfully: string;
384
+ email: string;
385
+ notFound: string;
386
+ successfullyCreated: string;
387
+ thisLanguage: string;
388
+ updatedAt: string;
389
+ updatedCountSuccessfully: string;
390
+ updatedSuccessfully: string;
391
+ user: string;
392
+ users: string;
393
+ value: string;
394
+ };
395
+ upload: {
396
+ fileName: string;
397
+ fileSize: string;
398
+ height: string;
399
+ sizes: string;
400
+ width: string;
401
+ };
402
+ validation: {
403
+ emailAddress: string;
404
+ enterNumber: string;
405
+ greaterThanMax: string;
406
+ invalidInput: string;
407
+ invalidSelection: string;
408
+ invalidSelections: string;
409
+ lessThanMin: string;
410
+ longerThanMin: string;
411
+ notValidDate: string;
412
+ required: string;
413
+ requiresNoMoreThan: string;
414
+ requiresTwoNumbers: string;
415
+ shorterThanMax: string;
416
+ trueOrFalse: string;
417
+ validUploadID: string;
418
+ };
419
+ version: {
420
+ autosavedSuccessfully: string;
421
+ draft: string;
422
+ draftSavedSuccessfully: string;
423
+ published: string;
424
+ restoredSuccessfully: string;
425
+ status: string;
426
+ };
427
+ };
428
+ en: {
429
+ $schema: string;
430
+ authentication: {
431
+ account: string;
432
+ apiKey: string;
433
+ enableAPIKey: string;
434
+ newAccountCreated: string;
435
+ resetYourPassword: string;
436
+ verified: string;
437
+ verifyYourEmail: string;
438
+ youAreReceivingResetPassword: string;
439
+ youDidNotRequestPassword: string;
440
+ };
441
+ error: {
442
+ deletingFile: string;
443
+ emailOrPasswordIncorrect: string;
444
+ followingFieldsInvalid_one: string;
445
+ followingFieldsInvalid_other: string;
446
+ noFilesUploaded: string;
447
+ notAllowedToPerformAction: string;
448
+ problemUploadingFile: string;
449
+ unableToDeleteCount: string;
450
+ unableToUpdateCount: string;
451
+ unauthorized: string;
452
+ userLocked: string;
453
+ valueMustBeUnique: string;
454
+ };
455
+ fields: {
456
+ chooseBetweenCustomTextOrDocument: string;
457
+ chooseDocumentToLink: string;
458
+ customURL: string;
459
+ enterURL: string;
460
+ internalLink: string;
461
+ linkType: string;
462
+ openInNewTab: string;
463
+ textToDisplay: string;
464
+ };
465
+ general: {
466
+ createdAt: string;
467
+ deletedCountSuccessfully: string;
468
+ deletedSuccessfully: string;
469
+ email: string;
470
+ notFound: string;
471
+ successfullyCreated: string;
472
+ thisLanguage: string;
473
+ updatedAt: string;
474
+ updatedCountSuccessfully: string;
475
+ updatedSuccessfully: string;
476
+ user: string;
477
+ users: string;
478
+ value: string;
479
+ };
480
+ upload: {
481
+ fileName: string;
482
+ fileSize: string;
483
+ height: string;
484
+ sizes: string;
485
+ width: string;
486
+ };
487
+ validation: {
488
+ emailAddress: string;
489
+ enterNumber: string;
490
+ greaterThanMax: string;
491
+ invalidInput: string;
492
+ invalidSelection: string;
493
+ invalidSelections: string;
494
+ lessThanMin: string;
495
+ longerThanMin: string;
496
+ notValidDate: string;
497
+ required: string;
498
+ requiresNoMoreThan: string;
499
+ requiresTwoNumbers: string;
500
+ shorterThanMax: string;
501
+ trueOrFalse: string;
502
+ validUploadID: string;
503
+ };
504
+ version: {
505
+ autosavedSuccessfully: string;
506
+ draft: string;
507
+ draftSavedSuccessfully: string;
508
+ published: string;
509
+ restoredSuccessfully: string;
510
+ status: string;
511
+ };
512
+ };
513
+ es: {
514
+ $schema: string;
515
+ authentication: {
516
+ account: string;
517
+ apiKey: string;
518
+ enableAPIKey: string;
519
+ newAccountCreated: string;
520
+ resetYourPassword: string;
521
+ verified: string;
522
+ verifyYourEmail: string;
523
+ youAreReceivingResetPassword: string;
524
+ youDidNotRequestPassword: string;
525
+ };
526
+ error: {
527
+ deletingFile: string;
528
+ emailOrPasswordIncorrect: string;
529
+ followingFieldsInvalid_one: string;
530
+ followingFieldsInvalid_other: string;
531
+ noFilesUploaded: string;
532
+ notAllowedToPerformAction: string;
533
+ problemUploadingFile: string;
534
+ unableToDeleteCount: string;
535
+ unableToUpdateCount: string;
536
+ unauthorized: string;
537
+ userLocked: string;
538
+ valueMustBeUnique: string;
539
+ };
540
+ fields: {
541
+ chooseBetweenCustomTextOrDocument: string;
542
+ chooseDocumentToLink: string;
543
+ customURL: string;
544
+ enterURL: string;
545
+ internalLink: string;
546
+ linkType: string;
547
+ openInNewTab: string;
548
+ textToDisplay: string;
549
+ };
550
+ general: {
551
+ createdAt: string;
552
+ deletedCountSuccessfully: string;
553
+ deletedSuccessfully: string;
554
+ email: string;
555
+ notFound: string;
556
+ successfullyCreated: string;
557
+ thisLanguage: string;
558
+ updatedAt: string;
559
+ updatedCountSuccessfully: string;
560
+ updatedSuccessfully: string;
561
+ user: string;
562
+ users: string;
563
+ value: string;
564
+ };
565
+ upload: {
566
+ fileName: string;
567
+ fileSize: string;
568
+ height: string;
569
+ sizes: string;
570
+ width: string;
571
+ };
572
+ validation: {
573
+ emailAddress: string;
574
+ enterNumber: string;
575
+ greaterThanMax: string;
576
+ invalidInput: string;
577
+ invalidSelection: string;
578
+ invalidSelections: string;
579
+ lessThanMin: string;
580
+ longerThanMin: string;
581
+ notValidDate: string;
582
+ required: string;
583
+ requiresNoMoreThan: string;
584
+ requiresTwoNumbers: string;
585
+ shorterThanMax: string;
586
+ trueOrFalse: string;
587
+ validUploadID: string;
588
+ };
589
+ version: {
590
+ autosavedSuccessfully: string;
591
+ draft: string;
592
+ draftSavedSuccessfully: string;
593
+ published: string;
594
+ restoredSuccessfully: string;
595
+ status: string;
596
+ };
597
+ };
598
+ fa: {
599
+ $schema: string;
600
+ authentication: {
601
+ account: string;
602
+ apiKey: string;
603
+ enableAPIKey: string;
604
+ newAccountCreated: string;
605
+ resetYourPassword: string;
606
+ verified: string;
607
+ verifyYourEmail: string;
608
+ youAreReceivingResetPassword: string;
609
+ youDidNotRequestPassword: string;
610
+ };
611
+ error: {
612
+ deletingFile: string;
613
+ emailOrPasswordIncorrect: string;
614
+ followingFieldsInvalid_one: string;
615
+ followingFieldsInvalid_other: string;
616
+ noFilesUploaded: string;
617
+ notAllowedToPerformAction: string;
618
+ problemUploadingFile: string;
619
+ unableToDeleteCount: string;
620
+ unableToUpdateCount: string;
621
+ unauthorized: string;
622
+ userLocked: string;
623
+ valueMustBeUnique: string;
624
+ };
625
+ fields: {
626
+ chooseBetweenCustomTextOrDocument: string;
627
+ chooseDocumentToLink: string;
628
+ customURL: string;
629
+ enterURL: string;
630
+ internalLink: string;
631
+ linkType: string;
632
+ openInNewTab: string;
633
+ textToDisplay: string;
634
+ };
635
+ general: {
636
+ createdAt: string;
637
+ deletedCountSuccessfully: string;
638
+ deletedSuccessfully: string;
639
+ email: string;
640
+ notFound: string;
641
+ successfullyCreated: string;
642
+ thisLanguage: string;
643
+ updatedAt: string;
644
+ updatedCountSuccessfully: string;
645
+ updatedSuccessfully: string;
646
+ user: string;
647
+ users: string;
648
+ value: string;
649
+ };
650
+ upload: {
651
+ fileName: string;
652
+ fileSize: string;
653
+ height: string;
654
+ sizes: string;
655
+ width: string;
656
+ };
657
+ validation: {
658
+ emailAddress: string;
659
+ enterNumber: string;
660
+ greaterThanMax: string;
661
+ invalidInput: string;
662
+ invalidSelection: string;
663
+ invalidSelections: string;
664
+ lessThanMin: string;
665
+ longerThanMin: string;
666
+ notValidDate: string;
667
+ required: string;
668
+ requiresNoMoreThan: string;
669
+ requiresTwoNumbers: string;
670
+ shorterThanMax: string;
671
+ trueOrFalse: string;
672
+ validUploadID: string;
673
+ };
674
+ version: {
675
+ autosavedSuccessfully: string;
676
+ draft: string;
677
+ draftSavedSuccessfully: string;
678
+ published: string;
679
+ restoredSuccessfully: string;
680
+ status: string;
681
+ };
682
+ };
683
+ fr: {
684
+ $schema: string;
685
+ authentication: {
686
+ account: string;
687
+ apiKey: string;
688
+ enableAPIKey: string;
689
+ newAccountCreated: string;
690
+ resetYourPassword: string;
691
+ verified: string;
692
+ verifyYourEmail: string;
693
+ youAreReceivingResetPassword: string;
694
+ youDidNotRequestPassword: string;
695
+ };
696
+ error: {
697
+ deletingFile: string;
698
+ emailOrPasswordIncorrect: string;
699
+ followingFieldsInvalid_one: string;
700
+ followingFieldsInvalid_other: string;
701
+ noFilesUploaded: string;
702
+ notAllowedToPerformAction: string;
703
+ problemUploadingFile: string;
704
+ unableToDeleteCount: string;
705
+ unableToUpdateCount: string;
706
+ unauthorized: string;
707
+ userLocked: string;
708
+ valueMustBeUnique: string;
709
+ };
710
+ fields: {
711
+ chooseBetweenCustomTextOrDocument: string;
712
+ chooseDocumentToLink: string;
713
+ customURL: string;
714
+ enterURL: string;
715
+ internalLink: string;
716
+ linkType: string;
717
+ openInNewTab: string;
718
+ textToDisplay: string;
719
+ };
720
+ general: {
721
+ createdAt: string;
722
+ deletedCountSuccessfully: string;
723
+ deletedSuccessfully: string;
724
+ email: string;
725
+ notFound: string;
726
+ successfullyCreated: string;
727
+ thisLanguage: string;
728
+ updatedAt: string;
729
+ updatedCountSuccessfully: string;
730
+ updatedSuccessfully: string;
731
+ user: string;
732
+ users: string;
733
+ value: string;
734
+ };
735
+ upload: {
736
+ fileName: string;
737
+ fileSize: string;
738
+ height: string;
739
+ sizes: string;
740
+ width: string;
741
+ };
742
+ validation: {
743
+ emailAddress: string;
744
+ enterNumber: string;
745
+ greaterThanMax: string;
746
+ invalidInput: string;
747
+ invalidSelection: string;
748
+ invalidSelections: string;
749
+ lessThanMin: string;
750
+ longerThanMin: string;
751
+ notValidDate: string;
752
+ required: string;
753
+ requiresNoMoreThan: string;
754
+ requiresTwoNumbers: string;
755
+ shorterThanMax: string;
756
+ trueOrFalse: string;
757
+ validUploadID: string;
758
+ };
759
+ version: {
760
+ autosavedSuccessfully: string;
761
+ draft: string;
762
+ draftSavedSuccessfully: string;
763
+ published: string;
764
+ restoredSuccessfully: string;
765
+ status: string;
766
+ };
767
+ };
768
+ hr: {
769
+ $schema: string;
770
+ authentication: {
771
+ account: string;
772
+ apiKey: string;
773
+ enableAPIKey: string;
774
+ newAccountCreated: string;
775
+ resetYourPassword: string;
776
+ verified: string;
777
+ verifyYourEmail: string;
778
+ youAreReceivingResetPassword: string;
779
+ youDidNotRequestPassword: string;
780
+ };
781
+ error: {
782
+ deletingFile: string;
783
+ emailOrPasswordIncorrect: string;
784
+ followingFieldsInvalid_one: string;
785
+ followingFieldsInvalid_other: string;
786
+ noFilesUploaded: string;
787
+ notAllowedToPerformAction: string;
788
+ problemUploadingFile: string;
789
+ unableToDeleteCount: string;
790
+ unableToUpdateCount: string;
791
+ unauthorized: string;
792
+ userLocked: string;
793
+ valueMustBeUnique: string;
794
+ };
795
+ fields: {
796
+ chooseBetweenCustomTextOrDocument: string;
797
+ chooseDocumentToLink: string;
798
+ customURL: string;
799
+ enterURL: string;
800
+ internalLink: string;
801
+ linkType: string;
802
+ openInNewTab: string;
803
+ textToDisplay: string;
804
+ };
805
+ general: {
806
+ createdAt: string;
807
+ deletedCountSuccessfully: string;
808
+ deletedSuccessfully: string;
809
+ email: string;
810
+ notFound: string;
811
+ successfullyCreated: string;
812
+ thisLanguage: string;
813
+ updatedAt: string;
814
+ updatedCountSuccessfully: string;
815
+ updatedSuccessfully: string;
816
+ user: string;
817
+ users: string;
818
+ value: string;
819
+ };
820
+ upload: {
821
+ fileName: string;
822
+ fileSize: string;
823
+ height: string;
824
+ sizes: string;
825
+ width: string;
826
+ };
827
+ validation: {
828
+ emailAddress: string;
829
+ enterNumber: string;
830
+ greaterThanMax: string;
831
+ invalidInput: string;
832
+ invalidSelection: string;
833
+ invalidSelections: string;
834
+ lessThanMin: string;
835
+ longerThanMin: string;
836
+ notValidDate: string;
837
+ required: string;
838
+ requiresNoMoreThan: string;
839
+ requiresTwoNumbers: string;
840
+ shorterThanMax: string;
841
+ trueOrFalse: string;
842
+ validUploadID: string;
843
+ };
844
+ version: {
845
+ autosavedSuccessfully: string;
846
+ draft: string;
847
+ draftSavedSuccessfully: string;
848
+ published: string;
849
+ restoredSuccessfully: string;
850
+ status: string;
851
+ };
852
+ };
853
+ hu: {
854
+ $schema: string;
855
+ authentication: {
856
+ account: string;
857
+ apiKey: string;
858
+ enableAPIKey: string;
859
+ newAccountCreated: string;
860
+ resetYourPassword: string;
861
+ verified: string;
862
+ verifyYourEmail: string;
863
+ youAreReceivingResetPassword: string;
864
+ youDidNotRequestPassword: string;
865
+ };
866
+ error: {
867
+ deletingFile: string;
868
+ emailOrPasswordIncorrect: string;
869
+ followingFieldsInvalid_one: string;
870
+ followingFieldsInvalid_other: string;
871
+ noFilesUploaded: string;
872
+ notAllowedToPerformAction: string;
873
+ problemUploadingFile: string;
874
+ unableToDeleteCount: string;
875
+ unableToUpdateCount: string;
876
+ unauthorized: string;
877
+ userLocked: string;
878
+ valueMustBeUnique: string;
879
+ };
880
+ fields: {
881
+ chooseBetweenCustomTextOrDocument: string;
882
+ chooseDocumentToLink: string;
883
+ customURL: string;
884
+ enterURL: string;
885
+ internalLink: string;
886
+ linkType: string;
887
+ openInNewTab: string;
888
+ textToDisplay: string;
889
+ };
890
+ general: {
891
+ createdAt: string;
892
+ deletedCountSuccessfully: string;
893
+ deletedSuccessfully: string;
894
+ email: string;
895
+ notFound: string;
896
+ successfullyCreated: string;
897
+ thisLanguage: string;
898
+ updatedAt: string;
899
+ updatedCountSuccessfully: string;
900
+ updatedSuccessfully: string;
901
+ user: string;
902
+ users: string;
903
+ value: string;
904
+ };
905
+ upload: {
906
+ fileName: string;
907
+ fileSize: string;
908
+ height: string;
909
+ sizes: string;
910
+ width: string;
911
+ };
912
+ validation: {
913
+ emailAddress: string;
914
+ enterNumber: string;
915
+ greaterThanMax: string;
916
+ invalidInput: string;
917
+ invalidSelection: string;
918
+ invalidSelections: string;
919
+ lessThanMin: string;
920
+ longerThanMin: string;
921
+ notValidDate: string;
922
+ required: string;
923
+ requiresNoMoreThan: string;
924
+ requiresTwoNumbers: string;
925
+ shorterThanMax: string;
926
+ trueOrFalse: string;
927
+ validUploadID: string;
928
+ };
929
+ version: {
930
+ autosavedSuccessfully: string;
931
+ draft: string;
932
+ draftSavedSuccessfully: string;
933
+ published: string;
934
+ restoredSuccessfully: string;
935
+ status: string;
936
+ };
937
+ };
938
+ it: {
939
+ $schema: string;
940
+ authentication: {
941
+ account: string;
942
+ apiKey: string;
943
+ enableAPIKey: string;
944
+ newAccountCreated: string;
945
+ resetYourPassword: string;
946
+ verified: string;
947
+ verifyYourEmail: string;
948
+ youAreReceivingResetPassword: string;
949
+ youDidNotRequestPassword: string;
950
+ };
951
+ error: {
952
+ deletingFile: string;
953
+ emailOrPasswordIncorrect: string;
954
+ followingFieldsInvalid_one: string;
955
+ followingFieldsInvalid_other: string;
956
+ noFilesUploaded: string;
957
+ notAllowedToPerformAction: string;
958
+ problemUploadingFile: string;
959
+ unableToDeleteCount: string;
960
+ unableToUpdateCount: string;
961
+ unauthorized: string;
962
+ userLocked: string;
963
+ valueMustBeUnique: string;
964
+ };
965
+ fields: {
966
+ chooseBetweenCustomTextOrDocument: string;
967
+ chooseDocumentToLink: string;
968
+ customURL: string;
969
+ enterURL: string;
970
+ internalLink: string;
971
+ linkType: string;
972
+ openInNewTab: string;
973
+ textToDisplay: string;
974
+ };
975
+ general: {
976
+ createdAt: string;
977
+ deletedCountSuccessfully: string;
978
+ deletedSuccessfully: string;
979
+ email: string;
980
+ notFound: string;
981
+ successfullyCreated: string;
982
+ thisLanguage: string;
983
+ updatedAt: string;
984
+ updatedCountSuccessfully: string;
985
+ updatedSuccessfully: string;
986
+ user: string;
987
+ users: string;
988
+ value: string;
989
+ };
990
+ upload: {
991
+ fileName: string;
992
+ fileSize: string;
993
+ height: string;
994
+ sizes: string;
995
+ width: string;
996
+ };
997
+ validation: {
998
+ emailAddress: string;
999
+ enterNumber: string;
1000
+ greaterThanMax: string;
1001
+ invalidInput: string;
1002
+ invalidSelection: string;
1003
+ invalidSelections: string;
1004
+ lessThanMin: string;
1005
+ longerThanMin: string;
1006
+ notValidDate: string;
1007
+ required: string;
1008
+ requiresNoMoreThan: string;
1009
+ requiresTwoNumbers: string;
1010
+ shorterThanMax: string;
1011
+ trueOrFalse: string;
1012
+ validUploadID: string;
1013
+ };
1014
+ version: {
1015
+ autosavedSuccessfully: string;
1016
+ draft: string;
1017
+ draftSavedSuccessfully: string;
1018
+ published: string;
1019
+ restoredSuccessfully: string;
1020
+ status: string;
1021
+ };
1022
+ };
1023
+ ja: {
1024
+ $schema: string;
1025
+ authentication: {
1026
+ account: string;
1027
+ apiKey: string;
1028
+ enableAPIKey: string;
1029
+ newAccountCreated: string;
1030
+ resetYourPassword: string;
1031
+ verified: string;
1032
+ verifyYourEmail: string;
1033
+ youAreReceivingResetPassword: string;
1034
+ youDidNotRequestPassword: string;
1035
+ };
1036
+ error: {
1037
+ deletingFile: string;
1038
+ emailOrPasswordIncorrect: string;
1039
+ followingFieldsInvalid_one: string;
1040
+ followingFieldsInvalid_other: string;
1041
+ noFilesUploaded: string;
1042
+ notAllowedToPerformAction: string;
1043
+ problemUploadingFile: string;
1044
+ unableToDeleteCount: string;
1045
+ unableToUpdateCount: string;
1046
+ unauthorized: string;
1047
+ userLocked: string;
1048
+ valueMustBeUnique: string;
1049
+ };
1050
+ fields: {
1051
+ chooseBetweenCustomTextOrDocument: string;
1052
+ chooseDocumentToLink: string;
1053
+ customURL: string;
1054
+ enterURL: string;
1055
+ internalLink: string;
1056
+ linkType: string;
1057
+ openInNewTab: string;
1058
+ textToDisplay: string;
1059
+ };
1060
+ general: {
1061
+ createdAt: string;
1062
+ deletedCountSuccessfully: string;
1063
+ deletedSuccessfully: string;
1064
+ email: string;
1065
+ notFound: string;
1066
+ successfullyCreated: string;
1067
+ thisLanguage: string;
1068
+ updatedAt: string;
1069
+ updatedCountSuccessfully: string;
1070
+ updatedSuccessfully: string;
1071
+ user: string;
1072
+ users: string;
1073
+ value: string;
1074
+ };
1075
+ upload: {
1076
+ fileName: string;
1077
+ fileSize: string;
1078
+ height: string;
1079
+ sizes: string;
1080
+ width: string;
1081
+ };
1082
+ validation: {
1083
+ emailAddress: string;
1084
+ enterNumber: string;
1085
+ greaterThanMax: string;
1086
+ invalidInput: string;
1087
+ invalidSelection: string;
1088
+ invalidSelections: string;
1089
+ lessThanMin: string;
1090
+ longerThanMin: string;
1091
+ notValidDate: string;
1092
+ required: string;
1093
+ requiresNoMoreThan: string;
1094
+ requiresTwoNumbers: string;
1095
+ shorterThanMax: string;
1096
+ trueOrFalse: string;
1097
+ validUploadID: string;
1098
+ };
1099
+ version: {
1100
+ autosavedSuccessfully: string;
1101
+ draft: string;
1102
+ draftSavedSuccessfully: string;
1103
+ published: string;
1104
+ restoredSuccessfully: string;
1105
+ status: string;
1106
+ };
1107
+ };
1108
+ ko: {
1109
+ authentication: {
1110
+ account: string;
1111
+ apiKey: string;
1112
+ enableAPIKey: string;
1113
+ newAccountCreated: string;
1114
+ resetYourPassword: string;
1115
+ verified: string;
1116
+ verifyYourEmail: string;
1117
+ youAreReceivingResetPassword: string;
1118
+ youDidNotRequestPassword: string;
1119
+ };
1120
+ error: {
1121
+ deletingFile: string;
1122
+ emailOrPasswordIncorrect: string;
1123
+ followingFieldsInvalid_one: string;
1124
+ followingFieldsInvalid_other: string;
1125
+ noFilesUploaded: string;
1126
+ notAllowedToPerformAction: string;
1127
+ problemUploadingFile: string;
1128
+ unableToDeleteCount: string;
1129
+ unableToUpdateCount: string;
1130
+ unauthorized: string;
1131
+ userLocked: string;
1132
+ valueMustBeUnique: string;
1133
+ };
1134
+ fields: {
1135
+ chooseBetweenCustomTextOrDocument: string;
1136
+ chooseDocumentToLink: string;
1137
+ customURL: string;
1138
+ enterURL: string;
1139
+ internalLink: string;
1140
+ linkType: string;
1141
+ openInNewTab: string;
1142
+ textToDisplay: string;
1143
+ };
1144
+ general: {
1145
+ createdAt: string;
1146
+ deletedCountSuccessfully: string;
1147
+ deletedSuccessfully: string;
1148
+ email: string;
1149
+ notFound: string;
1150
+ successfullyCreated: string;
1151
+ thisLanguage: string;
1152
+ updatedAt: string;
1153
+ updatedCountSuccessfully: string;
1154
+ updatedSuccessfully: string;
1155
+ user: string;
1156
+ users: string;
1157
+ value: string;
1158
+ };
1159
+ upload: {
1160
+ fileName: string;
1161
+ fileSize: string;
1162
+ height: string;
1163
+ sizes: string;
1164
+ width: string;
1165
+ };
1166
+ validation: {
1167
+ emailAddress: string;
1168
+ enterNumber: string;
1169
+ greaterThanMax: string;
1170
+ invalidInput: string;
1171
+ invalidSelection: string;
1172
+ invalidSelections: string;
1173
+ lessThanMin: string;
1174
+ longerThanMin: string;
1175
+ notValidDate: string;
1176
+ required: string;
1177
+ requiresNoMoreThan: string;
1178
+ requiresTwoNumbers: string;
1179
+ shorterThanMax: string;
1180
+ trueOrFalse: string;
1181
+ validUploadID: string;
1182
+ };
1183
+ version: {
1184
+ autosavedSuccessfully: string;
1185
+ draft: string;
1186
+ draftSavedSuccessfully: string;
1187
+ published: string;
1188
+ restoredSuccessfully: string;
1189
+ status: string;
1190
+ };
1191
+ };
1192
+ my: {
1193
+ $schema: string;
1194
+ authentication: {
1195
+ account: string;
1196
+ apiKey: string;
1197
+ enableAPIKey: string;
1198
+ newAccountCreated: string;
1199
+ resetYourPassword: string;
1200
+ verified: string;
1201
+ verifyYourEmail: string;
1202
+ youAreReceivingResetPassword: string;
1203
+ youDidNotRequestPassword: string;
1204
+ };
1205
+ error: {
1206
+ deletingFile: string;
1207
+ emailOrPasswordIncorrect: string;
1208
+ followingFieldsInvalid_one: string;
1209
+ followingFieldsInvalid_other: string;
1210
+ noFilesUploaded: string;
1211
+ notAllowedToPerformAction: string;
1212
+ problemUploadingFile: string;
1213
+ unableToDeleteCount: string;
1214
+ unableToUpdateCount: string;
1215
+ unauthorized: string;
1216
+ userLocked: string;
1217
+ valueMustBeUnique: string;
1218
+ };
1219
+ fields: {
1220
+ chooseBetweenCustomTextOrDocument: string;
1221
+ chooseDocumentToLink: string;
1222
+ customURL: string;
1223
+ enterURL: string;
1224
+ internalLink: string;
1225
+ linkType: string;
1226
+ openInNewTab: string;
1227
+ textToDisplay: string;
1228
+ };
1229
+ general: {
1230
+ createdAt: string;
1231
+ deletedCountSuccessfully: string;
1232
+ deletedSuccessfully: string;
1233
+ email: string;
1234
+ notFound: string;
1235
+ successfullyCreated: string;
1236
+ thisLanguage: string;
1237
+ updatedAt: string;
1238
+ updatedCountSuccessfully: string;
1239
+ updatedSuccessfully: string;
1240
+ user: string;
1241
+ users: string;
1242
+ value: string;
1243
+ };
1244
+ upload: {
1245
+ fileName: string;
1246
+ fileSize: string;
1247
+ height: string;
1248
+ sizes: string;
1249
+ width: string;
1250
+ };
1251
+ validation: {
1252
+ emailAddress: string;
1253
+ enterNumber: string;
1254
+ greaterThanMax: string;
1255
+ invalidInput: string;
1256
+ invalidSelection: string;
1257
+ invalidSelections: string;
1258
+ lessThanMin: string;
1259
+ longerThanMin: string;
1260
+ notValidDate: string;
1261
+ required: string;
1262
+ requiresNoMoreThan: string;
1263
+ requiresTwoNumbers: string;
1264
+ shorterThanMax: string;
1265
+ trueOrFalse: string;
1266
+ validUploadID: string;
1267
+ };
1268
+ version: {
1269
+ autosavedSuccessfully: string;
1270
+ draft: string;
1271
+ draftSavedSuccessfully: string;
1272
+ published: string;
1273
+ restoredSuccessfully: string;
1274
+ status: string;
1275
+ };
1276
+ };
1277
+ nb: {
1278
+ $schema: string;
1279
+ authentication: {
1280
+ account: string;
1281
+ apiKey: string;
1282
+ enableAPIKey: string;
1283
+ newAccountCreated: string;
1284
+ resetYourPassword: string;
1285
+ verified: string;
1286
+ verifyYourEmail: string;
1287
+ youAreReceivingResetPassword: string;
1288
+ youDidNotRequestPassword: string;
1289
+ };
1290
+ error: {
1291
+ deletingFile: string;
1292
+ emailOrPasswordIncorrect: string;
1293
+ followingFieldsInvalid_one: string;
1294
+ followingFieldsInvalid_other: string;
1295
+ noFilesUploaded: string;
1296
+ notAllowedToPerformAction: string;
1297
+ problemUploadingFile: string;
1298
+ unableToDeleteCount: string;
1299
+ unableToUpdateCount: string;
1300
+ unauthorized: string;
1301
+ userLocked: string;
1302
+ valueMustBeUnique: string;
1303
+ };
1304
+ fields: {
1305
+ chooseBetweenCustomTextOrDocument: string;
1306
+ chooseDocumentToLink: string;
1307
+ customURL: string;
1308
+ enterURL: string;
1309
+ internalLink: string;
1310
+ linkType: string;
1311
+ openInNewTab: string;
1312
+ textToDisplay: string;
1313
+ };
1314
+ general: {
1315
+ createdAt: string;
1316
+ deletedCountSuccessfully: string;
1317
+ deletedSuccessfully: string;
1318
+ email: string;
1319
+ notFound: string;
1320
+ successfullyCreated: string;
1321
+ thisLanguage: string;
1322
+ updatedAt: string;
1323
+ updatedCountSuccessfully: string;
1324
+ updatedSuccessfully: string;
1325
+ user: string;
1326
+ users: string;
1327
+ value: string;
1328
+ };
1329
+ upload: {
1330
+ fileName: string;
1331
+ fileSize: string;
1332
+ height: string;
1333
+ sizes: string;
1334
+ width: string;
1335
+ };
1336
+ validation: {
1337
+ emailAddress: string;
1338
+ enterNumber: string;
1339
+ greaterThanMax: string;
1340
+ invalidInput: string;
1341
+ invalidSelection: string;
1342
+ invalidSelections: string;
1343
+ lessThanMin: string;
1344
+ longerThanMin: string;
1345
+ notValidDate: string;
1346
+ required: string;
1347
+ requiresNoMoreThan: string;
1348
+ requiresTwoNumbers: string;
1349
+ shorterThanMax: string;
1350
+ trueOrFalse: string;
1351
+ validUploadID: string;
1352
+ };
1353
+ version: {
1354
+ autosavedSuccessfully: string;
1355
+ draft: string;
1356
+ draftSavedSuccessfully: string;
1357
+ published: string;
1358
+ restoredSuccessfully: string;
1359
+ status: string;
1360
+ };
1361
+ };
1362
+ nl: {
1363
+ $schema: string;
1364
+ authentication: {
1365
+ account: string;
1366
+ apiKey: string;
1367
+ enableAPIKey: string;
1368
+ newAccountCreated: string;
1369
+ resetYourPassword: string;
1370
+ verified: string;
1371
+ verifyYourEmail: string;
1372
+ youAreReceivingResetPassword: string;
1373
+ youDidNotRequestPassword: string;
1374
+ };
1375
+ error: {
1376
+ deletingFile: string;
1377
+ emailOrPasswordIncorrect: string;
1378
+ followingFieldsInvalid_one: string;
1379
+ followingFieldsInvalid_other: string;
1380
+ noFilesUploaded: string;
1381
+ notAllowedToPerformAction: string;
1382
+ problemUploadingFile: string;
1383
+ unableToDeleteCount: string;
1384
+ unableToUpdateCount: string;
1385
+ unauthorized: string;
1386
+ userLocked: string;
1387
+ valueMustBeUnique: string;
1388
+ };
1389
+ fields: {
1390
+ chooseBetweenCustomTextOrDocument: string;
1391
+ chooseDocumentToLink: string;
1392
+ customURL: string;
1393
+ enterURL: string;
1394
+ internalLink: string;
1395
+ linkType: string;
1396
+ openInNewTab: string;
1397
+ textToDisplay: string;
1398
+ };
1399
+ general: {
1400
+ createdAt: string;
1401
+ deletedCountSuccessfully: string;
1402
+ deletedSuccessfully: string;
1403
+ email: string;
1404
+ notFound: string;
1405
+ successfullyCreated: string;
1406
+ thisLanguage: string;
1407
+ updatedAt: string;
1408
+ updatedCountSuccessfully: string;
1409
+ updatedSuccessfully: string;
1410
+ user: string;
1411
+ users: string;
1412
+ value: string;
1413
+ };
1414
+ upload: {
1415
+ fileName: string;
1416
+ fileSize: string;
1417
+ height: string;
1418
+ sizes: string;
1419
+ width: string;
1420
+ };
1421
+ validation: {
1422
+ emailAddress: string;
1423
+ enterNumber: string;
1424
+ greaterThanMax: string;
1425
+ invalidInput: string;
1426
+ invalidSelection: string;
1427
+ invalidSelections: string;
1428
+ lessThanMin: string;
1429
+ longerThanMin: string;
1430
+ notValidDate: string;
1431
+ required: string;
1432
+ requiresNoMoreThan: string;
1433
+ requiresTwoNumbers: string;
1434
+ shorterThanMax: string;
1435
+ trueOrFalse: string;
1436
+ validUploadID: string;
1437
+ };
1438
+ version: {
1439
+ autosavedSuccessfully: string;
1440
+ draft: string;
1441
+ draftSavedSuccessfully: string;
1442
+ published: string;
1443
+ restoredSuccessfully: string;
1444
+ status: string;
1445
+ };
1446
+ };
1447
+ pl: {
1448
+ $schema: string;
1449
+ authentication: {
1450
+ account: string;
1451
+ apiKey: string;
1452
+ enableAPIKey: string;
1453
+ newAccountCreated: string;
1454
+ resetYourPassword: string;
1455
+ verified: string;
1456
+ verifyYourEmail: string;
1457
+ youAreReceivingResetPassword: string;
1458
+ youDidNotRequestPassword: string;
1459
+ };
1460
+ error: {
1461
+ deletingFile: string;
1462
+ emailOrPasswordIncorrect: string;
1463
+ followingFieldsInvalid_one: string;
1464
+ followingFieldsInvalid_other: string;
1465
+ noFilesUploaded: string;
1466
+ notAllowedToPerformAction: string;
1467
+ problemUploadingFile: string;
1468
+ unableToDeleteCount: string;
1469
+ unableToUpdateCount: string;
1470
+ unauthorized: string;
1471
+ userLocked: string;
1472
+ valueMustBeUnique: string;
1473
+ };
1474
+ fields: {
1475
+ chooseBetweenCustomTextOrDocument: string;
1476
+ chooseDocumentToLink: string;
1477
+ customURL: string;
1478
+ enterURL: string;
1479
+ internalLink: string;
1480
+ linkType: string;
1481
+ openInNewTab: string;
1482
+ textToDisplay: string;
1483
+ };
1484
+ general: {
1485
+ createdAt: string;
1486
+ deletedCountSuccessfully: string;
1487
+ deletedSuccessfully: string;
1488
+ email: string;
1489
+ notFound: string;
1490
+ successfullyCreated: string;
1491
+ thisLanguage: string;
1492
+ updatedAt: string;
1493
+ updatedCountSuccessfully: string;
1494
+ updatedSuccessfully: string;
1495
+ user: string;
1496
+ users: string;
1497
+ value: string;
1498
+ };
1499
+ upload: {
1500
+ fileName: string;
1501
+ fileSize: string;
1502
+ height: string;
1503
+ sizes: string;
1504
+ width: string;
1505
+ };
1506
+ validation: {
1507
+ emailAddress: string;
1508
+ enterNumber: string;
1509
+ greaterThanMax: string;
1510
+ invalidInput: string;
1511
+ invalidSelection: string;
1512
+ invalidSelections: string;
1513
+ lessThanMin: string;
1514
+ longerThanMin: string;
1515
+ notValidDate: string;
1516
+ required: string;
1517
+ requiresNoMoreThan: string;
1518
+ requiresTwoNumbers: string;
1519
+ shorterThanMax: string;
1520
+ trueOrFalse: string;
1521
+ validUploadID: string;
1522
+ };
1523
+ version: {
1524
+ autosavedSuccessfully: string;
1525
+ draft: string;
1526
+ draftSavedSuccessfully: string;
1527
+ published: string;
1528
+ restoredSuccessfully: string;
1529
+ status: string;
1530
+ };
1531
+ };
1532
+ pt: {
1533
+ $schema: string;
1534
+ authentication: {
1535
+ account: string;
1536
+ apiKey: string;
1537
+ enableAPIKey: string;
1538
+ newAccountCreated: string;
1539
+ resetYourPassword: string;
1540
+ verified: string;
1541
+ verifyYourEmail: string;
1542
+ youAreReceivingResetPassword: string;
1543
+ youDidNotRequestPassword: string;
1544
+ };
1545
+ error: {
1546
+ deletingFile: string;
1547
+ emailOrPasswordIncorrect: string;
1548
+ followingFieldsInvalid_one: string;
1549
+ followingFieldsInvalid_other: string;
1550
+ noFilesUploaded: string;
1551
+ notAllowedToPerformAction: string;
1552
+ problemUploadingFile: string;
1553
+ unableToDeleteCount: string;
1554
+ unableToUpdateCount: string;
1555
+ unauthorized: string;
1556
+ userLocked: string;
1557
+ valueMustBeUnique: string;
1558
+ };
1559
+ fields: {
1560
+ chooseBetweenCustomTextOrDocument: string;
1561
+ chooseDocumentToLink: string;
1562
+ customURL: string;
1563
+ enterURL: string;
1564
+ internalLink: string;
1565
+ linkType: string;
1566
+ openInNewTab: string;
1567
+ textToDisplay: string;
1568
+ };
1569
+ general: {
1570
+ createdAt: string;
1571
+ deletedCountSuccessfully: string;
1572
+ deletedSuccessfully: string;
1573
+ email: string;
1574
+ notFound: string;
1575
+ successfullyCreated: string;
1576
+ thisLanguage: string;
1577
+ updatedAt: string;
1578
+ updatedCountSuccessfully: string;
1579
+ updatedSuccessfully: string;
1580
+ user: string;
1581
+ users: string;
1582
+ value: string;
1583
+ };
1584
+ upload: {
1585
+ fileName: string;
1586
+ fileSize: string;
1587
+ height: string;
1588
+ sizes: string;
1589
+ width: string;
1590
+ };
1591
+ validation: {
1592
+ emailAddress: string;
1593
+ enterNumber: string;
1594
+ greaterThanMax: string;
1595
+ invalidInput: string;
1596
+ invalidSelection: string;
1597
+ invalidSelections: string;
1598
+ lessThanMin: string;
1599
+ longerThanMin: string;
1600
+ notValidDate: string;
1601
+ required: string;
1602
+ requiresNoMoreThan: string;
1603
+ requiresTwoNumbers: string;
1604
+ shorterThanMax: string;
1605
+ trueOrFalse: string;
1606
+ validUploadID: string;
1607
+ };
1608
+ version: {
1609
+ autosavedSuccessfully: string;
1610
+ draft: string;
1611
+ draftSavedSuccessfully: string;
1612
+ published: string;
1613
+ restoredSuccessfully: string;
1614
+ status: string;
1615
+ };
1616
+ };
1617
+ ro: {
1618
+ $schema: string;
1619
+ authentication: {
1620
+ account: string;
1621
+ apiKey: string;
1622
+ enableAPIKey: string;
1623
+ newAccountCreated: string;
1624
+ resetYourPassword: string;
1625
+ verified: string;
1626
+ verifyYourEmail: string;
1627
+ youAreReceivingResetPassword: string;
1628
+ youDidNotRequestPassword: string;
1629
+ };
1630
+ error: {
1631
+ deletingFile: string;
1632
+ emailOrPasswordIncorrect: string;
1633
+ followingFieldsInvalid_one: string;
1634
+ followingFieldsInvalid_other: string;
1635
+ noFilesUploaded: string;
1636
+ notAllowedToPerformAction: string;
1637
+ problemUploadingFile: string;
1638
+ unableToDeleteCount: string;
1639
+ unableToUpdateCount: string;
1640
+ unauthorized: string;
1641
+ userLocked: string;
1642
+ valueMustBeUnique: string;
1643
+ };
1644
+ fields: {
1645
+ chooseBetweenCustomTextOrDocument: string;
1646
+ chooseDocumentToLink: string;
1647
+ customURL: string;
1648
+ enterURL: string;
1649
+ internalLink: string;
1650
+ linkType: string;
1651
+ openInNewTab: string;
1652
+ textToDisplay: string;
1653
+ };
1654
+ general: {
1655
+ createdAt: string;
1656
+ deletedCountSuccessfully: string;
1657
+ deletedSuccessfully: string;
1658
+ email: string;
1659
+ notFound: string;
1660
+ successfullyCreated: string;
1661
+ thisLanguage: string;
1662
+ updatedAt: string;
1663
+ updatedCountSuccessfully: string;
1664
+ updatedSuccessfully: string;
1665
+ user: string;
1666
+ users: string;
1667
+ value: string;
1668
+ };
1669
+ upload: {
1670
+ fileName: string;
1671
+ fileSize: string;
1672
+ height: string;
1673
+ sizes: string;
1674
+ width: string;
1675
+ };
1676
+ validation: {
1677
+ emailAddress: string;
1678
+ enterNumber: string;
1679
+ greaterThanMax: string;
1680
+ invalidInput: string;
1681
+ invalidSelection: string;
1682
+ invalidSelections: string;
1683
+ lessThanMin: string;
1684
+ longerThanMin: string;
1685
+ notValidDate: string;
1686
+ required: string;
1687
+ requiresNoMoreThan: string;
1688
+ requiresTwoNumbers: string;
1689
+ shorterThanMax: string;
1690
+ trueOrFalse: string;
1691
+ validUploadID: string;
1692
+ };
1693
+ version: {
1694
+ autosavedSuccessfully: string;
1695
+ draft: string;
1696
+ draftSavedSuccessfully: string;
1697
+ published: string;
1698
+ restoredSuccessfully: string;
1699
+ status: string;
1700
+ };
1701
+ };
1702
+ rs: {
1703
+ $schema: string;
1704
+ authentication: {
1705
+ account: string;
1706
+ apiKey: string;
1707
+ enableAPIKey: string;
1708
+ newAccountCreated: string;
1709
+ resetYourPassword: string;
1710
+ verified: string;
1711
+ verifyYourEmail: string;
1712
+ youAreReceivingResetPassword: string;
1713
+ youDidNotRequestPassword: string;
1714
+ };
1715
+ error: {
1716
+ deletingFile: string;
1717
+ emailOrPasswordIncorrect: string;
1718
+ followingFieldsInvalid_one: string;
1719
+ followingFieldsInvalid_other: string;
1720
+ noFilesUploaded: string;
1721
+ notAllowedToPerformAction: string;
1722
+ problemUploadingFile: string;
1723
+ unableToDeleteCount: string;
1724
+ unableToUpdateCount: string;
1725
+ unauthorized: string;
1726
+ userLocked: string;
1727
+ valueMustBeUnique: string;
1728
+ };
1729
+ fields: {
1730
+ chooseBetweenCustomTextOrDocument: string;
1731
+ chooseDocumentToLink: string;
1732
+ customURL: string;
1733
+ enterURL: string;
1734
+ internalLink: string;
1735
+ linkType: string;
1736
+ openInNewTab: string;
1737
+ textToDisplay: string;
1738
+ };
1739
+ general: {
1740
+ createdAt: string;
1741
+ deletedCountSuccessfully: string;
1742
+ deletedSuccessfully: string;
1743
+ email: string;
1744
+ notFound: string;
1745
+ successfullyCreated: string;
1746
+ thisLanguage: string;
1747
+ updatedAt: string;
1748
+ updatedCountSuccessfully: string;
1749
+ updatedSuccessfully: string;
1750
+ user: string;
1751
+ users: string;
1752
+ value: string;
1753
+ };
1754
+ upload: {
1755
+ fileName: string;
1756
+ fileSize: string;
1757
+ height: string;
1758
+ sizes: string;
1759
+ width: string;
1760
+ };
1761
+ validation: {
1762
+ emailAddress: string;
1763
+ enterNumber: string;
1764
+ greaterThanMax: string;
1765
+ invalidInput: string;
1766
+ invalidSelection: string;
1767
+ invalidSelections: string;
1768
+ lessThanMin: string;
1769
+ longerThanMin: string;
1770
+ notValidDate: string;
1771
+ required: string;
1772
+ requiresNoMoreThan: string;
1773
+ requiresTwoNumbers: string;
1774
+ shorterThanMax: string;
1775
+ trueOrFalse: string;
1776
+ validUploadID: string;
1777
+ };
1778
+ version: {
1779
+ autosavedSuccessfully: string;
1780
+ draft: string;
1781
+ draftSavedSuccessfully: string;
1782
+ published: string;
1783
+ restoredSuccessfully: string;
1784
+ status: string;
1785
+ };
1786
+ };
1787
+ rsLatin: {
1788
+ $schema: string;
1789
+ authentication: {
1790
+ account: string;
1791
+ apiKey: string;
1792
+ enableAPIKey: string;
1793
+ newAccountCreated: string;
1794
+ resetYourPassword: string;
1795
+ verified: string;
1796
+ verifyYourEmail: string;
1797
+ youAreReceivingResetPassword: string;
1798
+ youDidNotRequestPassword: string;
1799
+ };
1800
+ error: {
1801
+ deletingFile: string;
1802
+ emailOrPasswordIncorrect: string;
1803
+ followingFieldsInvalid_one: string;
1804
+ followingFieldsInvalid_other: string;
1805
+ noFilesUploaded: string;
1806
+ notAllowedToPerformAction: string;
1807
+ problemUploadingFile: string;
1808
+ unableToDeleteCount: string;
1809
+ unableToUpdateCount: string;
1810
+ unauthorized: string;
1811
+ userLocked: string;
1812
+ valueMustBeUnique: string;
1813
+ };
1814
+ fields: {
1815
+ chooseBetweenCustomTextOrDocument: string;
1816
+ chooseDocumentToLink: string;
1817
+ customURL: string;
1818
+ enterURL: string;
1819
+ internalLink: string;
1820
+ linkType: string;
1821
+ openInNewTab: string;
1822
+ textToDisplay: string;
1823
+ };
1824
+ general: {
1825
+ createdAt: string;
1826
+ deletedCountSuccessfully: string;
1827
+ deletedSuccessfully: string;
1828
+ email: string;
1829
+ notFound: string;
1830
+ successfullyCreated: string;
1831
+ thisLanguage: string;
1832
+ updatedAt: string;
1833
+ updatedCountSuccessfully: string;
1834
+ updatedSuccessfully: string;
1835
+ user: string;
1836
+ users: string;
1837
+ value: string;
1838
+ };
1839
+ upload: {
1840
+ fileName: string;
1841
+ fileSize: string;
1842
+ height: string;
1843
+ sizes: string;
1844
+ width: string;
1845
+ };
1846
+ validation: {
1847
+ emailAddress: string;
1848
+ enterNumber: string;
1849
+ greaterThanMax: string;
1850
+ invalidInput: string;
1851
+ invalidSelection: string;
1852
+ invalidSelections: string;
1853
+ lessThanMin: string;
1854
+ longerThanMin: string;
1855
+ notValidDate: string;
1856
+ required: string;
1857
+ requiresNoMoreThan: string;
1858
+ requiresTwoNumbers: string;
1859
+ shorterThanMax: string;
1860
+ trueOrFalse: string;
1861
+ validUploadID: string;
1862
+ };
1863
+ version: {
1864
+ autosavedSuccessfully: string;
1865
+ draft: string;
1866
+ draftSavedSuccessfully: string;
1867
+ published: string;
1868
+ restoredSuccessfully: string;
1869
+ status: string;
1870
+ };
1871
+ };
1872
+ ru: {
1873
+ $schema: string;
1874
+ authentication: {
1875
+ account: string;
1876
+ apiKey: string;
1877
+ enableAPIKey: string;
1878
+ newAccountCreated: string;
1879
+ resetYourPassword: string;
1880
+ verified: string;
1881
+ verifyYourEmail: string;
1882
+ youAreReceivingResetPassword: string;
1883
+ youDidNotRequestPassword: string;
1884
+ };
1885
+ error: {
1886
+ deletingFile: string;
1887
+ emailOrPasswordIncorrect: string;
1888
+ followingFieldsInvalid_one: string;
1889
+ followingFieldsInvalid_other: string;
1890
+ noFilesUploaded: string;
1891
+ notAllowedToPerformAction: string;
1892
+ problemUploadingFile: string;
1893
+ unableToDeleteCount: string;
1894
+ unableToUpdateCount: string;
1895
+ unauthorized: string;
1896
+ userLocked: string;
1897
+ valueMustBeUnique: string;
1898
+ };
1899
+ fields: {
1900
+ chooseBetweenCustomTextOrDocument: string;
1901
+ chooseDocumentToLink: string;
1902
+ customURL: string;
1903
+ enterURL: string;
1904
+ internalLink: string;
1905
+ linkType: string;
1906
+ openInNewTab: string;
1907
+ textToDisplay: string;
1908
+ };
1909
+ general: {
1910
+ createdAt: string;
1911
+ deletedCountSuccessfully: string;
1912
+ deletedSuccessfully: string;
1913
+ email: string;
1914
+ notFound: string;
1915
+ successfullyCreated: string;
1916
+ thisLanguage: string;
1917
+ updatedAt: string;
1918
+ updatedCountSuccessfully: string;
1919
+ updatedSuccessfully: string;
1920
+ user: string;
1921
+ users: string;
1922
+ value: string;
1923
+ };
1924
+ upload: {
1925
+ fileName: string;
1926
+ fileSize: string;
1927
+ height: string;
1928
+ sizes: string;
1929
+ width: string;
1930
+ };
1931
+ validation: {
1932
+ emailAddress: string;
1933
+ enterNumber: string;
1934
+ greaterThanMax: string;
1935
+ invalidInput: string;
1936
+ invalidSelection: string;
1937
+ invalidSelections: string;
1938
+ lessThanMin: string;
1939
+ longerThanMin: string;
1940
+ notValidDate: string;
1941
+ required: string;
1942
+ requiresNoMoreThan: string;
1943
+ requiresTwoNumbers: string;
1944
+ shorterThanMax: string;
1945
+ trueOrFalse: string;
1946
+ validUploadID: string;
1947
+ };
1948
+ version: {
1949
+ autosavedSuccessfully: string;
1950
+ draft: string;
1951
+ draftSavedSuccessfully: string;
1952
+ published: string;
1953
+ restoredSuccessfully: string;
1954
+ status: string;
1955
+ };
1956
+ };
1957
+ sv: {
1958
+ $schema: string;
1959
+ authentication: {
1960
+ account: string;
1961
+ apiKey: string;
1962
+ enableAPIKey: string;
1963
+ newAccountCreated: string;
1964
+ resetYourPassword: string;
1965
+ verified: string;
1966
+ verifyYourEmail: string;
1967
+ youAreReceivingResetPassword: string;
1968
+ youDidNotRequestPassword: string;
1969
+ };
1970
+ error: {
1971
+ deletingFile: string;
1972
+ emailOrPasswordIncorrect: string;
1973
+ followingFieldsInvalid_one: string;
1974
+ followingFieldsInvalid_other: string;
1975
+ noFilesUploaded: string;
1976
+ notAllowedToPerformAction: string;
1977
+ problemUploadingFile: string;
1978
+ unableToDeleteCount: string;
1979
+ unableToUpdateCount: string;
1980
+ unauthorized: string;
1981
+ userLocked: string;
1982
+ valueMustBeUnique: string;
1983
+ };
1984
+ fields: {
1985
+ chooseBetweenCustomTextOrDocument: string;
1986
+ chooseDocumentToLink: string;
1987
+ customURL: string;
1988
+ enterURL: string;
1989
+ internalLink: string;
1990
+ linkType: string;
1991
+ openInNewTab: string;
1992
+ textToDisplay: string;
1993
+ };
1994
+ general: {
1995
+ createdAt: string;
1996
+ deletedCountSuccessfully: string;
1997
+ deletedSuccessfully: string;
1998
+ email: string;
1999
+ notFound: string;
2000
+ successfullyCreated: string;
2001
+ thisLanguage: string;
2002
+ updatedAt: string;
2003
+ updatedCountSuccessfully: string;
2004
+ updatedSuccessfully: string;
2005
+ user: string;
2006
+ users: string;
2007
+ value: string;
2008
+ };
2009
+ upload: {
2010
+ fileName: string;
2011
+ fileSize: string;
2012
+ height: string;
2013
+ sizes: string;
2014
+ width: string;
2015
+ };
2016
+ validation: {
2017
+ emailAddress: string;
2018
+ enterNumber: string;
2019
+ greaterThanMax: string;
2020
+ invalidInput: string;
2021
+ invalidSelection: string;
2022
+ invalidSelections: string;
2023
+ lessThanMin: string;
2024
+ longerThanMin: string;
2025
+ notValidDate: string;
2026
+ required: string;
2027
+ requiresNoMoreThan: string;
2028
+ requiresTwoNumbers: string;
2029
+ shorterThanMax: string;
2030
+ trueOrFalse: string;
2031
+ validUploadID: string;
2032
+ };
2033
+ version: {
2034
+ autosavedSuccessfully: string;
2035
+ draft: string;
2036
+ draftSavedSuccessfully: string;
2037
+ published: string;
2038
+ restoredSuccessfully: string;
2039
+ status: string;
2040
+ };
2041
+ };
2042
+ th: {
2043
+ $schema: string;
2044
+ authentication: {
2045
+ account: string;
2046
+ apiKey: string;
2047
+ enableAPIKey: string;
2048
+ newAccountCreated: string;
2049
+ resetYourPassword: string;
2050
+ verified: string;
2051
+ verifyYourEmail: string;
2052
+ youAreReceivingResetPassword: string;
2053
+ youDidNotRequestPassword: string;
2054
+ };
2055
+ error: {
2056
+ deletingFile: string;
2057
+ emailOrPasswordIncorrect: string;
2058
+ followingFieldsInvalid_one: string;
2059
+ followingFieldsInvalid_other: string;
2060
+ noFilesUploaded: string;
2061
+ notAllowedToPerformAction: string;
2062
+ problemUploadingFile: string;
2063
+ unableToDeleteCount: string;
2064
+ unableToUpdateCount: string;
2065
+ unauthorized: string;
2066
+ userLocked: string;
2067
+ valueMustBeUnique: string;
2068
+ };
2069
+ fields: {
2070
+ chooseBetweenCustomTextOrDocument: string;
2071
+ chooseDocumentToLink: string;
2072
+ customURL: string;
2073
+ enterURL: string;
2074
+ internalLink: string;
2075
+ linkType: string;
2076
+ openInNewTab: string;
2077
+ textToDisplay: string;
2078
+ };
2079
+ general: {
2080
+ createdAt: string;
2081
+ deletedCountSuccessfully: string;
2082
+ deletedSuccessfully: string;
2083
+ email: string;
2084
+ notFound: string;
2085
+ successfullyCreated: string;
2086
+ thisLanguage: string;
2087
+ updatedAt: string;
2088
+ updatedCountSuccessfully: string;
2089
+ updatedSuccessfully: string;
2090
+ user: string;
2091
+ users: string;
2092
+ value: string;
2093
+ };
2094
+ upload: {
2095
+ fileName: string;
2096
+ fileSize: string;
2097
+ height: string;
2098
+ sizes: string;
2099
+ width: string;
2100
+ };
2101
+ validation: {
2102
+ emailAddress: string;
2103
+ enterNumber: string;
2104
+ greaterThanMax: string;
2105
+ invalidInput: string;
2106
+ invalidSelection: string;
2107
+ invalidSelections: string;
2108
+ lessThanMin: string;
2109
+ longerThanMin: string;
2110
+ notValidDate: string;
2111
+ required: string;
2112
+ requiresNoMoreThan: string;
2113
+ requiresTwoNumbers: string;
2114
+ shorterThanMax: string;
2115
+ trueOrFalse: string;
2116
+ validUploadID: string;
2117
+ };
2118
+ version: {
2119
+ autosavedSuccessfully: string;
2120
+ draft: string;
2121
+ draftSavedSuccessfully: string;
2122
+ published: string;
2123
+ restoredSuccessfully: string;
2124
+ status: string;
2125
+ };
2126
+ };
2127
+ tr: {
2128
+ $schema: string;
2129
+ authentication: {
2130
+ account: string;
2131
+ apiKey: string;
2132
+ enableAPIKey: string;
2133
+ newAccountCreated: string;
2134
+ resetYourPassword: string;
2135
+ verified: string;
2136
+ verifyYourEmail: string;
2137
+ youAreReceivingResetPassword: string;
2138
+ youDidNotRequestPassword: string;
2139
+ };
2140
+ error: {
2141
+ deletingFile: string;
2142
+ emailOrPasswordIncorrect: string;
2143
+ followingFieldsInvalid_one: string;
2144
+ followingFieldsInvalid_other: string;
2145
+ noFilesUploaded: string;
2146
+ notAllowedToPerformAction: string;
2147
+ problemUploadingFile: string;
2148
+ unableToDeleteCount: string;
2149
+ unableToUpdateCount: string;
2150
+ unauthorized: string;
2151
+ userLocked: string;
2152
+ valueMustBeUnique: string;
2153
+ };
2154
+ fields: {
2155
+ chooseBetweenCustomTextOrDocument: string;
2156
+ chooseDocumentToLink: string;
2157
+ customURL: string;
2158
+ enterURL: string;
2159
+ internalLink: string;
2160
+ linkType: string;
2161
+ openInNewTab: string;
2162
+ textToDisplay: string;
2163
+ };
2164
+ general: {
2165
+ createdAt: string;
2166
+ deletedCountSuccessfully: string;
2167
+ deletedSuccessfully: string;
2168
+ email: string;
2169
+ notFound: string;
2170
+ successfullyCreated: string;
2171
+ thisLanguage: string;
2172
+ updatedAt: string;
2173
+ updatedCountSuccessfully: string;
2174
+ updatedSuccessfully: string;
2175
+ user: string;
2176
+ users: string;
2177
+ value: string;
2178
+ };
2179
+ upload: {
2180
+ fileName: string;
2181
+ fileSize: string;
2182
+ height: string;
2183
+ sizes: string;
2184
+ width: string;
2185
+ };
2186
+ validation: {
2187
+ emailAddress: string;
2188
+ enterNumber: string;
2189
+ greaterThanMax: string;
2190
+ invalidInput: string;
2191
+ invalidSelection: string;
2192
+ invalidSelections: string;
2193
+ lessThanMin: string;
2194
+ longerThanMin: string;
2195
+ notValidDate: string;
2196
+ required: string;
2197
+ requiresNoMoreThan: string;
2198
+ requiresTwoNumbers: string;
2199
+ shorterThanMax: string;
2200
+ trueOrFalse: string;
2201
+ validUploadID: string;
2202
+ };
2203
+ version: {
2204
+ autosavedSuccessfully: string;
2205
+ draft: string;
2206
+ draftSavedSuccessfully: string;
2207
+ published: string;
2208
+ restoredSuccessfully: string;
2209
+ status: string;
2210
+ };
2211
+ };
2212
+ ua: {
2213
+ $schema: string;
2214
+ authentication: {
2215
+ account: string;
2216
+ apiKey: string;
2217
+ enableAPIKey: string;
2218
+ newAccountCreated: string;
2219
+ resetYourPassword: string;
2220
+ verified: string;
2221
+ verifyYourEmail: string;
2222
+ youAreReceivingResetPassword: string;
2223
+ youDidNotRequestPassword: string;
2224
+ };
2225
+ error: {
2226
+ deletingFile: string;
2227
+ emailOrPasswordIncorrect: string;
2228
+ followingFieldsInvalid_one: string;
2229
+ followingFieldsInvalid_other: string;
2230
+ noFilesUploaded: string;
2231
+ notAllowedToPerformAction: string;
2232
+ problemUploadingFile: string;
2233
+ unableToDeleteCount: string;
2234
+ unableToUpdateCount: string;
2235
+ unauthorized: string;
2236
+ userLocked: string;
2237
+ valueMustBeUnique: string;
2238
+ };
2239
+ fields: {
2240
+ chooseBetweenCustomTextOrDocument: string;
2241
+ chooseDocumentToLink: string;
2242
+ customURL: string;
2243
+ enterURL: string;
2244
+ internalLink: string;
2245
+ linkType: string;
2246
+ openInNewTab: string;
2247
+ textToDisplay: string;
2248
+ };
2249
+ general: {
2250
+ createdAt: string;
2251
+ deletedCountSuccessfully: string;
2252
+ deletedSuccessfully: string;
2253
+ email: string;
2254
+ notFound: string;
2255
+ successfullyCreated: string;
2256
+ thisLanguage: string;
2257
+ updatedAt: string;
2258
+ updatedCountSuccessfully: string;
2259
+ updatedSuccessfully: string;
2260
+ user: string;
2261
+ users: string;
2262
+ value: string;
2263
+ };
2264
+ upload: {
2265
+ fileName: string;
2266
+ fileSize: string;
2267
+ height: string;
2268
+ sizes: string;
2269
+ width: string;
2270
+ };
2271
+ validation: {
2272
+ emailAddress: string;
2273
+ enterNumber: string;
2274
+ greaterThanMax: string;
2275
+ invalidInput: string;
2276
+ invalidSelection: string;
2277
+ invalidSelections: string;
2278
+ lessThanMin: string;
2279
+ longerThanMin: string;
2280
+ notValidDate: string;
2281
+ required: string;
2282
+ requiresNoMoreThan: string;
2283
+ requiresTwoNumbers: string;
2284
+ shorterThanMax: string;
2285
+ trueOrFalse: string;
2286
+ validUploadID: string;
2287
+ };
2288
+ version: {
2289
+ autosavedSuccessfully: string;
2290
+ draft: string;
2291
+ draftSavedSuccessfully: string;
2292
+ published: string;
2293
+ restoredSuccessfully: string;
2294
+ status: string;
2295
+ };
2296
+ };
2297
+ vi: {
2298
+ $schema: string;
2299
+ authentication: {
2300
+ account: string;
2301
+ apiKey: string;
2302
+ enableAPIKey: string;
2303
+ newAccountCreated: string;
2304
+ resetYourPassword: string;
2305
+ verified: string;
2306
+ verifyYourEmail: string;
2307
+ youAreReceivingResetPassword: string;
2308
+ youDidNotRequestPassword: string;
2309
+ };
2310
+ error: {
2311
+ deletingFile: string;
2312
+ emailOrPasswordIncorrect: string;
2313
+ followingFieldsInvalid_one: string;
2314
+ followingFieldsInvalid_other: string;
2315
+ noFilesUploaded: string;
2316
+ notAllowedToPerformAction: string;
2317
+ problemUploadingFile: string;
2318
+ unableToDeleteCount: string;
2319
+ unableToUpdateCount: string;
2320
+ unauthorized: string;
2321
+ userLocked: string;
2322
+ valueMustBeUnique: string;
2323
+ };
2324
+ fields: {
2325
+ chooseBetweenCustomTextOrDocument: string;
2326
+ chooseDocumentToLink: string;
2327
+ customURL: string;
2328
+ enterURL: string;
2329
+ internalLink: string;
2330
+ linkType: string;
2331
+ openInNewTab: string;
2332
+ textToDisplay: string;
2333
+ };
2334
+ general: {
2335
+ createdAt: string;
2336
+ deletedCountSuccessfully: string;
2337
+ deletedSuccessfully: string;
2338
+ email: string;
2339
+ notFound: string;
2340
+ successfullyCreated: string;
2341
+ thisLanguage: string;
2342
+ updatedAt: string;
2343
+ updatedCountSuccessfully: string;
2344
+ updatedSuccessfully: string;
2345
+ user: string;
2346
+ users: string;
2347
+ value: string;
2348
+ };
2349
+ upload: {
2350
+ fileName: string;
2351
+ fileSize: string;
2352
+ height: string;
2353
+ sizes: string;
2354
+ width: string;
2355
+ };
2356
+ validation: {
2357
+ emailAddress: string;
2358
+ enterNumber: string;
2359
+ greaterThanMax: string;
2360
+ invalidInput: string;
2361
+ invalidSelection: string;
2362
+ invalidSelections: string;
2363
+ lessThanMin: string;
2364
+ longerThanMin: string;
2365
+ notValidDate: string;
2366
+ required: string;
2367
+ requiresNoMoreThan: string;
2368
+ requiresTwoNumbers: string;
2369
+ shorterThanMax: string;
2370
+ trueOrFalse: string;
2371
+ validUploadID: string;
2372
+ };
2373
+ version: {
2374
+ autosavedSuccessfully: string;
2375
+ draft: string;
2376
+ draftSavedSuccessfully: string;
2377
+ published: string;
2378
+ restoredSuccessfully: string;
2379
+ status: string;
2380
+ };
2381
+ };
2382
+ zh: {
2383
+ $schema: string;
2384
+ authentication: {
2385
+ account: string;
2386
+ apiKey: string;
2387
+ enableAPIKey: string;
2388
+ newAccountCreated: string;
2389
+ resetYourPassword: string;
2390
+ verified: string;
2391
+ verifyYourEmail: string;
2392
+ youAreReceivingResetPassword: string;
2393
+ youDidNotRequestPassword: string;
2394
+ };
2395
+ error: {
2396
+ deletingFile: string;
2397
+ emailOrPasswordIncorrect: string;
2398
+ followingFieldsInvalid_one: string;
2399
+ followingFieldsInvalid_other: string;
2400
+ noFilesUploaded: string;
2401
+ notAllowedToPerformAction: string;
2402
+ problemUploadingFile: string;
2403
+ unableToDeleteCount: string;
2404
+ unableToUpdateCount: string;
2405
+ unauthorized: string;
2406
+ userLocked: string;
2407
+ valueMustBeUnique: string;
2408
+ };
2409
+ fields: {
2410
+ chooseBetweenCustomTextOrDocument: string;
2411
+ chooseDocumentToLink: string;
2412
+ customURL: string;
2413
+ enterURL: string;
2414
+ internalLink: string;
2415
+ linkType: string;
2416
+ openInNewTab: string;
2417
+ textToDisplay: string;
2418
+ };
2419
+ general: {
2420
+ createdAt: string;
2421
+ deletedCountSuccessfully: string;
2422
+ deletedSuccessfully: string;
2423
+ email: string;
2424
+ notFound: string;
2425
+ successfullyCreated: string;
2426
+ thisLanguage: string;
2427
+ updatedAt: string;
2428
+ updatedCountSuccessfully: string;
2429
+ updatedSuccessfully: string;
2430
+ user: string;
2431
+ users: string;
2432
+ value: string;
2433
+ };
2434
+ upload: {
2435
+ fileName: string;
2436
+ fileSize: string;
2437
+ height: string;
2438
+ sizes: string;
2439
+ width: string;
2440
+ };
2441
+ validation: {
2442
+ emailAddress: string;
2443
+ enterNumber: string;
2444
+ greaterThanMax: string;
2445
+ invalidInput: string;
2446
+ invalidSelection: string;
2447
+ invalidSelections: string;
2448
+ lessThanMin: string;
2449
+ longerThanMin: string;
2450
+ notValidDate: string;
2451
+ required: string;
2452
+ requiresNoMoreThan: string;
2453
+ requiresTwoNumbers: string;
2454
+ shorterThanMax: string;
2455
+ trueOrFalse: string;
2456
+ validUploadID: string;
2457
+ };
2458
+ version: {
2459
+ autosavedSuccessfully: string;
2460
+ draft: string;
2461
+ draftSavedSuccessfully: string;
2462
+ published: string;
2463
+ restoredSuccessfully: string;
2464
+ status: string;
2465
+ };
2466
+ };
2467
+ zhTw: {
2468
+ $schema: string;
2469
+ authentication: {
2470
+ account: string;
2471
+ apiKey: string;
2472
+ enableAPIKey: string;
2473
+ newAccountCreated: string;
2474
+ resetYourPassword: string;
2475
+ verified: string;
2476
+ verifyYourEmail: string;
2477
+ youAreReceivingResetPassword: string;
2478
+ youDidNotRequestPassword: string;
2479
+ };
2480
+ error: {
2481
+ deletingFile: string;
2482
+ emailOrPasswordIncorrect: string;
2483
+ followingFieldsInvalid_one: string;
2484
+ followingFieldsInvalid_other: string;
2485
+ noFilesUploaded: string;
2486
+ notAllowedToPerformAction: string;
2487
+ problemUploadingFile: string;
2488
+ unableToDeleteCount: string;
2489
+ unableToUpdateCount: string;
2490
+ unauthorized: string;
2491
+ userLocked: string;
2492
+ valueMustBeUnique: string;
2493
+ };
2494
+ fields: {
2495
+ chooseBetweenCustomTextOrDocument: string;
2496
+ chooseDocumentToLink: string;
2497
+ customURL: string;
2498
+ enterURL: string;
2499
+ internalLink: string;
2500
+ linkType: string;
2501
+ openInNewTab: string;
2502
+ textToDisplay: string;
2503
+ };
2504
+ general: {
2505
+ createdAt: string;
2506
+ deletedCountSuccessfully: string;
2507
+ deletedSuccessfully: string;
2508
+ email: string;
2509
+ notFound: string;
2510
+ successfullyCreated: string;
2511
+ thisLanguage: string;
2512
+ updatedAt: string;
2513
+ updatedCountSuccessfully: string;
2514
+ updatedSuccessfully: string;
2515
+ user: string;
2516
+ users: string;
2517
+ value: string;
2518
+ };
2519
+ upload: {
2520
+ fileName: string;
2521
+ fileSize: string;
2522
+ height: string;
2523
+ sizes: string;
2524
+ width: string;
2525
+ };
2526
+ validation: {
2527
+ emailAddress: string;
2528
+ enterNumber: string;
2529
+ greaterThanMax: string;
2530
+ invalidInput: string;
2531
+ invalidSelection: string;
2532
+ invalidSelections: string;
2533
+ lessThanMin: string;
2534
+ longerThanMin: string;
2535
+ notValidDate: string;
2536
+ required: string;
2537
+ requiresNoMoreThan: string;
2538
+ requiresTwoNumbers: string;
2539
+ shorterThanMax: string;
2540
+ trueOrFalse: string;
2541
+ validUploadID: string;
2542
+ };
2543
+ version: {
2544
+ autosavedSuccessfully: string;
2545
+ draft: string;
2546
+ draftSavedSuccessfully: string;
2547
+ published: string;
2548
+ restoredSuccessfully: string;
2549
+ status: string;
2550
+ };
2551
+ };
2552
+ };