-
Notifications
You must be signed in to change notification settings - Fork 20
/
en.json
1241 lines (1241 loc) · 91.1 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"MultipleSelectionActionBar.deselectAll": "Clear selection",
"accessToken.token": "API Token",
"addNewSchedule.title": "Add new schedule",
"admin.menuItem.create.failure": "Couldn't create the menu item!",
"admin.menuItem.create.success": "Menu item successfully created",
"admin.menuItem.destroy.failure": "Couldn't remove the menu item!",
"admin.menuItem.destroy.success": "Menu item successfully removed",
"admin.menuItem.reorder.failure": "Couldn't reorder the menu items!",
"admin.menuItem.reorder.success": "Menu items successfully reordered",
"admin.menuItem.update.failure": "Couldn't update the menu item!",
"admin.menuItem.update.success": "Menu item successfully updated",
"admin.uploadCollection.create.failure": "Couldn't create the upload collection!",
"admin.uploadCollection.create.success": "Asset collection successfully created",
"admin.uploadCollection.destroy.success": "Asset collection deleted successfully!",
"admin.uploadCollection.update.success": "Collection updated successfully.",
"alert.genericFailure": "We couldn't perform the operation!",
"belongsToInput.create.multiple": "Create new...",
"belongsToInput.create.single": "New {itemType}",
"belongsToInput.replace.multiple": "Create new...",
"belongsToInput.replace.single": "New {itemType}",
"buildEvent.details.command": "Request we performed",
"buildEvent.details.invalidEvent": "Invalid event",
"buildEvent.details.log": "Build log",
"buildEvent.details.pages": "Indexed pages",
"buildEvent.details.pages_count": "Number of pages indexed",
"buildEvent.details.reason": "Reason",
"buildEvent.details.requestBody": "Request Body",
"buildEvent.details.requestHeaders": "Request Headers",
"buildEvent.details.responseBody": "Response Body",
"buildEvent.details.responseHeaders": "Response Headers",
"buildEvent.details.responseStatusCode": "Response Status Code",
"buildEvent.details.timestamp": "Event Timestamp",
"buildEvent.details.unprocessableResponse": "DatoCMS could not process this response correctly.\n This may be due to the fact that the hook's payload schema we received is not compatible\n with the adapter you specified. Please, check your CI pipeline configuration.",
"buildEvent.detailsTitle": "Event details",
"buildEvent.showDetails": "Show details",
"buildEvent.type.in_progress": "Deploy in progress",
"buildEvent.type.indexing_aborted": "Site spidering was aborted",
"buildEvent.type.indexing_failure": "Site spidering failed",
"buildEvent.type.indexing_started": "Started site spidering",
"buildEvent.type.indexing_success": "Site spidering completed with success",
"buildEvent.type.request_aborted": "Build aborted",
"buildEvent.type.request_failure": "Failed to request a new build",
"buildEvent.type.request_success": "Requested a new build",
"buildEvent.type.response_failure": "Build failed",
"buildEvent.type.response_success": "Build completed with success",
"buildEvent.type.response_timeout": "Build took too long to complete",
"buildEvent.type.response_unprocessable": "Received an invalid webhook",
"button.default": "Send",
"button.submitting": "Please wait",
"changePosition.button.default": "Move to new position",
"changePosition.newPosition": "New position",
"changePosition.title": "Change position",
"changelog.changelog": "changelog",
"changelog.changes": "Latest changes",
"changelog.post": "Read the complete post »",
"changelog.read": "Read all the announcements on our {link}",
"clipboard.copied": "Copied!",
"clipboard.copy": "Copy",
"colorInput.noColorSet": "No color set",
"completeRegistration.button.default": "Set password and sign in",
"completeRegistration.password": "Welcome! Please choose a password for your account:",
"completeRegistration.passwordHint": "The password should be at least 8 characters long, have a lowercase letter, an uppercase letter and a number",
"customData.add": "Add new",
"customData.key": "Name",
"customData.value": "Value",
"dashboard.description": "Please select the content you would like to edit in the left sidebar",
"dashboard.title": "Hello {name}!",
"dateSelector.button.default": "Save",
"dateSelector.button.loading": "Please wait",
"dateSelector.date": "Change date to",
"dateTimeInput.insertDate": "Insert date",
"dateTimeInput.insertDateTime": "Insert date and time",
"dateTimeInput.time": "Time",
"deployNotice.in_progress": "Publication in progress!",
"deployNotice.indexing_aborted": "Scraping of the website aborted",
"deployNotice.indexing_failure": "Scraping of the website failed",
"deployNotice.indexing_started": "Scraping of the website started",
"deployNotice.indexing_success": "Scraping of the website completed with success!",
"deployNotice.request_aborted": "Publication aborted",
"deployNotice.request_failure": "Failed to request a new publication",
"deployNotice.request_success": "Requested a new publication",
"deployNotice.response_failure": "Publication failed",
"deployNotice.response_success": "Publication completed with success!",
"deployNotice.response_unprocessable": "Unprocessable response received from build trigger",
"deployPanel.clean.label": "Published",
"deployPanel.failure.admin.description": "The latest deploy had some problems, please {link} to find more about the cause.",
"deployPanel.failure.admin.link": "take a look at the logs",
"deployPanel.failure.admin.title": "Oops, the latest deployment process failed!",
"deployPanel.failure.button": "Try building again",
"deployPanel.failure.editor.description": "Please contact your website administrators to know what happened... in the meantime, you can try repeating the build process!",
"deployPanel.failure.editor.title": "Oops, the website could not be built!",
"deployPanel.failure.label": "Publication failed",
"deployPanel.failure.user.description": "The latest deploy had some problems, please contact the site administrator.",
"deployPanel.failure.user.title": "Oops, the website build process didn't go well :(",
"deployPanel.neverDeployed.button": "Build now",
"deployPanel.pending.description": "Please wait for the completion of the publication process (it will take approximately 30 seconds)",
"deployPanel.pending.label": "Publication in progress",
"deployPanel.pending.title": "A new version of the website is being published!",
"deployPanel.toConfigure.button": "Open settings",
"deployPanel.touched.button": "Build now",
"deployPanel.touched.description": "The updated content won't be visible online until you explicitly decide to request a new publication.",
"deployPanel.touched.label": "Build site",
"deployPanel.touched.title": "You made some changes to the content of the website!",
"deploySettingsInput.title": "Configure {activeAdapter}",
"deploymentSettings.title": "Hosting and automated deploy setup",
"dropdown.selectOption": "Please, select an option below:",
"editItem.title": "Edit {name}",
"editingUrlWarning.active": "Since the query includes <code>_editingUrl</code> field, we added the <code>X-Base-Editing-Url</code> header. <a href=\"https://www.datocms.com/docs/content-delivery-api/api-endpoints#visual-editing\" target=\"_blank\">Remember to add it on your frontend too.</a>",
"editor.item.addNewRecord": "Add a new record",
"editor.item.batch.destroy.failure": "Couldn't destroy the records!",
"editor.item.batch.destroy.result": "{successful, plural, =0 {No record deleted} one {One record successfully deleted!} other {{successful} records successfully deleted!} }",
"editor.item.batch.move_to_stage.failure": "Couldn't change stage for the records!",
"editor.item.batch.move_to_stage.result": "{successful, plural, =0 {No records moved to stage} one {One record successfully moved to stage!} other {{successful} records successfully moved to stage!} }",
"editor.item.batch.publish.failure": "Couldn't publish the records!",
"editor.item.batch.publish.result": "{successful, plural, =0 {No record published} one {One record successfully published!} other {{successful} records successfully published!} }",
"editor.item.batch.tooManyOperations": "You exceeded the maximum number of 200 operations per batch action",
"editor.item.batch.unpublish.failure": "Couldn't unpublish the records!",
"editor.item.batch.unpublish.result": "{successful, plural, =0 {No record unpublished} one {One record successfully unpublished!} other {{successful} records successfully unpublished!} }",
"editor.item.changeCreator.description": "Please select the user that will become the new creator for this record:",
"editor.item.changeCreator.failure": "Couldn't change creator!",
"editor.item.changeCreator.field": "New creator",
"editor.item.changeCreator.submit.default": "Set as new creator",
"editor.item.changeCreator.success": "Creator changed successfully!",
"editor.item.changeCreator.title": "Change record's creator",
"editor.item.changeStage.description": "Please select the stage to move records to:",
"editor.item.changeStage.failure": "Couldn't change stage!",
"editor.item.changeStage.field": "New stage",
"editor.item.changeStage.submit.default": "Move records to stage",
"editor.item.changeStage.success": "Stage changed successfully!",
"editor.item.changeStage.title": "Change stage",
"editor.item.create.failure": "Couldn't create the record!",
"editor.item.create.success": "Record successfully created",
"editor.item.destroy.failure": "Couldn't delete record!",
"editor.item.destroy.success": "Record successfully removed",
"editor.item.destroyScheduledPublication.failure": "Couldn't cancel scheduled publication!",
"editor.item.destroyScheduledPublication.success": "Scheduled publication successfully cancelled!",
"editor.item.destroyScheduledUnpublishing.failure": "Couldn't cancel scheduled unpublishing!",
"editor.item.destroyScheduledUnpublishing.success": "Scheduled unpublishing successfully cancelled!",
"editor.item.duplicate.cta": "Go to duplicate record",
"editor.item.duplicate.failure": "Couldn't duplicate record!",
"editor.item.duplicate.success": "Record has been successfully duplicated!",
"editor.item.filterClear": "Clear",
"editor.item.move_to_stage.failure": "Couldn't change stage to the record!",
"editor.item.move_to_stage.success": "Record successfully moved to new stage!",
"editor.item.new": "New record",
"editor.item.noItems.button": "Create a new record",
"editor.item.noItems.descriptionCreate": "Either way, you can always go ahead and create new records!",
"editor.item.noItems.descriptionNeutral": "You might not have the necessary permissions to find what you are looking for, or maybe you're looking for something too specific?",
"editor.item.noItems.title": "This collection is empty",
"editor.item.publish.failure": "Couldn't publish the record!",
"editor.item.publish.publishableLocales": "Select content to publish",
"editor.item.publish.success": "Record successfully published!",
"editor.item.publish.unpublishableLocales": "Select content to unpublish",
"editor.item.reorder.failure": "Couldn't reorder the records!",
"editor.item.reorder.success": "Records successfully reordered",
"editor.item.scheduleUnpublishing.failure": "Couldn't schedule the record for unpublishing!",
"editor.item.scheduleUnpublishing.success": "Record successfully scheduled for unpublishing!",
"editor.item.scheduledPublish.failure": "Couldn't schedule the record for publication!",
"editor.item.scheduledPublish.success": "Record successfully scheduled for publication!",
"editor.item.unpublish.failure": "Couldn't unpublish the record!",
"editor.item.unpublish.success": "Record successfully unpublished!",
"editor.item.update.failure": "Couldn't update the record!",
"editor.item.update.success": "Record successfully updated",
"editor.upload.batchAddTags.failure": "We could not add new tags",
"editor.upload.batchAddTags.result": "{\n updated, plural, =0 {No asset} one {One asset} other {{updated} assets}} updated\n {failed, plural, =0 {} one {, could not update one asset as you don't have enough permissions} other {, could not update {failed} assets as you don't have enough permissions}\n }",
"editor.upload.batchAddTags.success": "Tags added successfully",
"editor.upload.batchDestroy.failure": "Couldn't delete the assets",
"editor.upload.batchDestroy.result": "{\n deleted, plural, =0 {No asset} one {One asset} other {{deleted} assets}} deleted\n {inUse, plural, =0 {} one {, one asset not deleted as it's currently used or you don't have enough permissions} other {, {inUse} assets not deleted as they're currently used or you don't have enough permissions}\n }",
"editor.upload.batchSetUploadCollection.failure": "We could not move the assets",
"editor.upload.batchSetUploadCollection.result": "{\n updated, plural, =0 {No asset} one {One asset} other {{updated} assets}} moved into collection\n {failed, plural, =0 {} one {, could not move one asset as you don't have enough permissions} other {, could not move {failed} assets as you don't have enough permissions}\n }",
"editor.upload.batchSetUploadCollection.success": "Collection set successfully!",
"editor.upload.changeCreator.description": "Please select the user that will become the new creator for this asset:",
"editor.upload.changeCreator.failure": "Couldn't change creator!",
"editor.upload.changeCreator.field": "New creator",
"editor.upload.changeCreator.submit.default": "Set as new creator",
"editor.upload.changeCreator.success": "Creator changed successfully!",
"editor.upload.changeCreator.title": "Change asset's creator",
"editor.upload.changeMetadata.failure": "We could not change the default metadata",
"editor.upload.copy.success": "Asset URL successfully copied to clipboard!",
"editor.upload.create.failure": "Couldn't upload the file!",
"editor.upload.create.success": "File uploaded successfully!",
"editor.upload.destroy.failure": "Cannot delete the asset as it's currently used",
"editor.upload.destroy.failure.UPLOADS_ARE_CURRENTLY_IN_USE": "Couldn't delete these assets:",
"editor.upload.destroy.failure.UPLOAD_IS_CURRENTLY_IN_USE": "Couldn't delete this asset, as it's currently used in the following records:",
"editor.upload.destroy.success": "Asset deleted successfully!",
"editor.upload.update.added_to_collection": "Asset added to the collection successfully!",
"editor.upload.update.failure": "Couldn't update the asset!",
"editor.upload.update.replace": "Replace with a new asset...",
"editor.upload.update.success": "Asset updated successfully!",
"embedsManyInput.add": "Add {name} records",
"embedsManyInput.add.multiple": "Create new...",
"embedsManyInput.add.single": "New {itemType}",
"embedsManyInput.advancedSearch": "From library",
"embedsManyInput.duplicate": "Duplicate",
"embedsManyInput.edit": "Edit",
"embedsManyInput.modal.addTitle": "Add and assign {name}",
"embedsManyInput.modal.editTitle": "Edit and assign {name}",
"embedsManyInput.modal.selectItem": "{multiple, plural, =0 { Select one {name} record } other { Select {name} records } }",
"embedsManyInput.remove": "Remove",
"environment.lastChangeTimeStamp": "Last change {timestamp}",
"environment.sections.currentEnvironment": "Current environment",
"environment.sections.switchTo": "Switch to",
"environment.switchTo": "Switch to {environment}",
"environment.youreOn": "You're on the {environment}",
"field.clearValue": "Clear",
"fieldError.ALL_LOCALES_MUST_BE_PUBLISHED": "All locales must be published",
"fieldError.ALL_MATCH": "{value} is not an acceptable value",
"fieldError.AT_LEAST_ONE_LOCALE_MUST_BE_PUBLISHED": "At least one locale must be published",
"fieldError.AT_LEAST_ONE_LOCALE_MUST_REMAIN_PUBLISHED": "At least one locale must remain published",
"fieldError.CANNOT_REMOVE_LOCALES_USED_IN_PERMISSIONS": "Cannot remove following locale(s): { locales_to_remove }. Some content permissions are still referencing them. Please update your permissions accordingly and try again!",
"fieldError.DRAFT_MODE_NOT_COMPATIBLE_WITH_SORTABLE_OR_TREE": "Draft mode is incompatible with tree and sortable organization of records",
"fieldError.GREATER_THAN": "Field must be bigger than the previous one",
"fieldError.INVALID_DEFAULT_VALUE": "Format not valid",
"fieldError.INVALID_EMAIL": "Email not valid",
"fieldError.INVALID_FOR_CURRENT_PLAN": "Field not valid under the current plan",
"fieldError.IN_FUTURE": "Must be a date in the future",
"fieldError.JSON": "Field must be valid JSON",
"fieldError.MAX_LENGTH": "Field cannot be more than { max_length } characters long",
"fieldError.MIN_IMAGE_HEIGHT": "Image height must be at least { min_height }px",
"fieldError.MIN_IMAGE_WIDTH": "Image width must be at least { min_width }px",
"fieldError.MIN_LENGTH": "Field must be at least { min_length } characters long",
"fieldError.MULTIPLE_INSTANCES_OF_SINGLETON": "Cannot convert to single instance as currently there is more than one record of this kind!",
"fieldError.SINGLETONS_CANNOT_BE_USED_AS_REFERENCE": "Cannot convert to single instance as this model is currently referenced in some field!",
"fieldError.SQUARE_IMAGE": "Image must be square",
"fieldError.VALIDATION_DATE_RANGE": "{ valorizedKeys, select, min { Date must be greater or equal to {min} } max { Date cannot be less or equal to {max} } max_min { Date must be between {min} and {max} } }",
"fieldError.VALIDATION_DATE_TIME_RANGE": "{ valorizedKeys, select, min { Date must be greater or equal to {min} } max { Date cannot be less or equal to {max} } max_min { Date must be between {min} and {max} } }",
"fieldError.VALIDATION_DESCRIPTION_LENGTH": "{ valorizedKeys, select,\n min { Description must be longer than {min} characters }\n max { Description cannot be longer than {max} characters }\n max_min { Description must be between {min} and {max} characters } }",
"fieldError.VALIDATION_ENUM": "Field must contain one of the allowed values: { values }",
"fieldError.VALIDATION_EXTENSION": "{ valorizedKeys, select, predefined_list { Field must contain { predefined_list, select, image { images (.png, .jpg, .webp, .svg, etc.) } transformable_image { raster images (.png, .jpg, .webp, etc.). SVG files are not allowed. } video { videos (.mp4, .avi, .mov, etc.) } document { documents (.doc, .docx, .pdf, etc.) } } } extensions { Field must contain asset of one of the allowed extensions: { extensions } } }",
"fieldError.VALIDATION_FILE_SIZE": "{ valorizedKeys, select,\n min_unit_min_value { File must be at least {min_value}{min_unit} }\n max_unit_max_value { File cannot exceed {max_value}{max_unit} }\n max_unit_max_value_min_unit_min_value { File size must be between {min_value}{min_unit} and {max_value}{max_unit} }\n }",
"fieldError.VALIDATION_FORMAT": "{ valorizedKeys, select, custom_pattern_description { {description} } custom_pattern { Field must respect a specific regexp format: /{custom_pattern}/ } predefined_pattern { Field must be a valid { predefined_pattern, select, email { email address} url { URL } } } }",
"fieldError.VALIDATION_IMAGE_ASPECT_RATIO": "{ valorizedKeys, select, eq_ar_denominator_eq_ar_numerator { Image must have an aspect ratio of {eq_ar_numerator}:{eq_ar_denominator} } min_ar_denominator_min_ar_numerator { Image must have an aspect ratio of at least {min_ar_numerator}:{min_ar_denominator} } max_ar_denominator_max_ar_numerator { Image cannot exceed an aspect ratio of {max_ar_numerator}:{max_ar_denominator} } max_ar_denominator_max_ar_numerator_min_ar_denominator_min_ar_numerator { Image must have an aspect ratio between {min_ar_numerator}:{min_ar_denominator} and {max_ar_numerator}:{max_ar_denominator} }}",
"fieldError.VALIDATION_IMAGE_DIMENSIONS": "{ valorizedKeys, select,\n height_min_value_width_min_value { Image must be at least {width_min_value}x{height_min_value}px }\n height_max_value_width_max_value { Image cannot exceed {width_max_value}x{height_max_value}px }\n height_max_value_height_min_value_width_max_value_width_min_value { Image dimensions must be between {width_min_value}x{height_min_value}px and {width_max_value}x{height_max_value}px }\n }",
"fieldError.VALIDATION_INVALID": "Field is invalid",
"fieldError.VALIDATION_ITEMS_ITEM_TYPE": "Field cannot contain records of the provided model",
"fieldError.VALIDATION_JSON": "Field must be valid JSON",
"fieldError.VALIDATION_LENGTH": "{ valorizedKeys, select,\n min { Field must be at least {min} characters }\n max { Field cannot be more than {max} characters }\n max_min { Field length must be between {min} and {max} characters }\n eq { Field must be {eq} characters }\n }",
"fieldError.VALIDATION_MUSTACHE": "Field must be a valid Mustache template",
"fieldError.VALIDATION_NUMBER_RANGE": "{ valorizedKeys, select,\n min { Field value must be greater or equal to {min} }\n max { Field value must be less or equal to {max} }\n max_min { Field value must be between {min} and {max} }\n }",
"fieldError.VALIDATION_PLURAL": "The API identifier must expressed in singular form (ie. article, not articles). As a workaround, you can add a suffix (ie. \"articles_model\")",
"fieldError.VALIDATION_REQUIRED": "Field is required",
"fieldError.VALIDATION_REQUIRED_ALT_TITLE": "{valorizedKeys, select,\n alt { Field must specify the file's alternate text }\n title { Field must specify the file's title }\n alt_title { Field must specify the file's title and alternate text }\n }",
"fieldError.VALIDATION_REQUIRED_SEO_FIELDS": "{valorizedKeys, select,\n description { Field must specify SEO description }\n image { Field must specify social card image }\n title { Field must specify the SEO title }\n twitter_card { Field must specify a type of Twitter (X) card }\n description_image { Field must specify SEO description and social card image }\n description_title { Field must specify SEO title and description }\n description_twitter_card { Field must specify SEO description and type of Twitter (X) card }\n image_title { Field must specify SEO title and social card image }\n image_twitter_card { Field must specify social card image and type of Twitter (X) card }\n title_twitter_card { Field must specify SEO title and type of Twitter (X) card }\n description_image_title { Field must specify SEO title, description and social card image }\n description_image_twitter_card { Field must specify SEO description, social card image and type of Twitter (X) card }\n description_title_twitter_card { Field must specify SEO title, description and type of Twitter (X) card }\n image_title_twitter_card { Field must specify SEO title, social card image and type of Twitter (X) card }\n description_image_title_twitter_card { Field must specify SEO title, description, social card image and type of Twitter (X) card }\n }",
"fieldError.VALIDATION_RESERVED": "This specified value is reserved and cannot be used",
"fieldError.VALIDATION_SANITIZED_HTML": "The field can't contain dangerous HTML",
"fieldError.VALIDATION_SIZE": "{ valorizedKeys, select,\n min { There must be at least {min} items }\n min_multiple_of { Insert at least {min} items in multiple of {multiple_of} }\n max { It is not possible to add more than {max} items }\n max_multiple_of { Insert no more than {max} items and in multiple of {multiple_of} }\n max_min { There must be a number of items between {min} and {max} }\n max_min_multiple_of { Insert between {min} and {max} items in multiple of {multiple_of} }\n eq { Number of items must be exactly {eq} }\n }",
"fieldError.VALIDATION_SLUG_FORMAT": "{ valorizedKeys, select, custom_pattern { Field must respect a specific regexp format: /{custom_pattern}/ } predefined_pattern { Field must contain { predefined_pattern, select, webpage_slug { only numbers, letters or the characters \"-\" and \"_\" } } } }",
"fieldError.VALIDATION_TITLE_LENGTH": "{ valorizedKeys, select,\n min { Title must be longer than {min} characters}\n max { Title cannot be longer than {max} characters}\n max_min { Title must be between {min} and {max} characters} }",
"fieldError.VALIDATION_UNIQUE": "Field must contain a unique value",
"fieldError.WEAK_PASSWORD": "The password must be at least 8 characters long, have a lowercase letter, an uppercase letter and a number",
"fileInput.error.notAnImage": "extension must be one of PNG, GIF, JPG, SVG",
"fileInput.uploadError": "Couldn't upload file",
"filter.add": "Add new filter",
"filter.apply": "Apply",
"filter.boolean.label.false": "false",
"filter.boolean.label.true": "true",
"filter.button.default": "Save filter",
"filter.colors.operator.eq": "are exactly",
"filter.create.failure": "Couldn't create filter!",
"filter.create.success": "Filter created successfully!",
"filter.date.operator.gt": "later than",
"filter.date.operator.gte": "later than or exactly",
"filter.date.operator.lt": "earlier than",
"filter.date.operator.lte": "earlier than or exactly",
"filter.date_time.operator.gt": "later than",
"filter.date_time.operator.gte": "later than or exactly",
"filter.date_time.operator.lt": "earlier than",
"filter.date_time.operator.lte": "earlier than or exactly",
"filter.destroy.failure": "Couldn't delete filter!",
"filter.destroy.success": "Filter deleted successfully!",
"filter.edit": "Edit filter",
"filter.enum.placeholder": "Select one or more statuses",
"filter.fieldType.ID": "ID",
"filter.fieldType.boolean": "boolean",
"filter.fieldType.date": "date",
"filter.fieldType.date_time": "date and time",
"filter.fieldType.enum": "status",
"filter.fieldType.float": "float",
"filter.fieldType.integer": "integer",
"filter.fieldType.item_id": "item id",
"filter.fieldType.locale": "locale",
"filter.fieldType.string": "string",
"filter.fieldType.upload_id": "ID",
"filter.label.archive": "Archive",
"filter.label.audio": "Audio",
"filter.label.black": "Black",
"filter.label.blue": "Blue",
"filter.label.brown": "Brown",
"filter.label.case_sensitive": "case sensitive",
"filter.label.cyan": "Light blue",
"filter.label.draft": "Draft",
"filter.label.false": "no",
"filter.label.green": "Green",
"filter.label.grey": "Grey",
"filter.label.icon": "Icon (< 0.1MP)",
"filter.label.image": "Image",
"filter.label.landscape": "Landscape",
"filter.label.large": "Large (> 2MP)",
"filter.label.latitude": "latitude",
"filter.label.longitude": "longitude",
"filter.label.medium": "Medium (< 2MP)",
"filter.label.orange": "Orange",
"filter.label.pattern": "pattern",
"filter.label.pdfdocument": "PDF",
"filter.label.pink": "Pink",
"filter.label.plaintext": "Plain text",
"filter.label.portrait": "Portrait",
"filter.label.presentation": "Presentation",
"filter.label.published": "Published",
"filter.label.purple": "Purple",
"filter.label.radius": "radius",
"filter.label.red": "Red",
"filter.label.richtext": "Rich text document",
"filter.label.small": "Small (< 0.5MP)",
"filter.label.spreadsheet": "Spreadsheet",
"filter.label.square": "Square",
"filter.label.true": "yes",
"filter.label.updated": "Unpublished changes",
"filter.label.video": "Video",
"filter.label.white": "White",
"filter.label.yellow": "Yellow",
"filter.locale.all": "Any locale",
"filter.locale.tooltip": "Only show records containing the selected localization",
"filter.meta._created_at": "Created at",
"filter.meta._updated_at": "Updated at",
"filter.meta.alt": "Alt",
"filter.meta.author": "Author",
"filter.meta.basename": "Basename",
"filter.meta.colors": "Colors",
"filter.meta.copyright": "Copyright",
"filter.meta.created_at": "Created at",
"filter.meta.filename": "File name",
"filter.meta.first_published_at": "First published at",
"filter.meta.format": "File extension",
"filter.meta.height": "Height",
"filter.meta.id": "ID",
"filter.meta.in_use": "In use",
"filter.meta.is_valid": "Is valid",
"filter.meta.locales": "Locales",
"filter.meta.md5": "MD5",
"filter.meta.mime_type": "MIME type",
"filter.meta.notes": "Notes",
"filter.meta.orientation": "Orientation",
"filter.meta.publication_scheduled_at": "Scheduled publishing at",
"filter.meta.published_at": "Last published at",
"filter.meta.resolution": "Resolution",
"filter.meta.size": "File size",
"filter.meta.smart_tags": "Smart tags",
"filter.meta.stage": "Workflow stage",
"filter.meta.status": "Status",
"filter.meta.tags": "Manual tags",
"filter.meta.title": "Title",
"filter.meta.type": "Type",
"filter.meta.unpublishing_scheduled_at": "Scheduled unpublishing at",
"filter.meta.updated_at": "Updated at",
"filter.meta.width": "Width",
"filter.name": "Filter name",
"filter.noFiltersSet": "No filters set",
"filter.operator.all_in": "contains all",
"filter.operator.any_in": "contains any of",
"filter.operator.contains": "contains",
"filter.operator.eq": "is",
"filter.operator.exists": "is not null",
"filter.operator.gt": "greater than",
"filter.operator.gte": "greater or equal",
"filter.operator.in": "is one of",
"filter.operator.is_blank": "is blank",
"filter.operator.is_present": "is present",
"filter.operator.lt": "less than",
"filter.operator.lte": "less or equal",
"filter.operator.matches": "contains",
"filter.operator.near": "near",
"filter.operator.neq": "is not",
"filter.operator.not_in": "is not one of",
"filter.operator.not_matches": "doesn't contain",
"filter.personal": "Personal filters",
"filter.placeholder.array": "Insert comma-separated {inputTypeName}s",
"filter.placeholder.single": "Insert a {inputTypeName}",
"filter.saveCurrent": "Save current search as filter...",
"filter.saved": "Saved Filters",
"filter.search": "Search",
"filter.shared": "Shared filters",
"filter.sharingInfo": "Share this filter with every other user",
"filter.size.operator.eq": "exactly",
"filter.size.operator.gt": "bigger than",
"filter.size.operator.gte": "bigger or equal",
"filter.size.operator.lt": "less than",
"filter.size.operator.lte": "less or equal",
"filter.size.operator.neq": "not",
"filter.update.failure": "Couldn't update filter!",
"filter.update.success": "Filter updated successfully!",
"filterForm.addFilter": "Add Filter",
"form.chooseFromGallery": "Choose from Media Area",
"form.fileGalleryInput.buttonLabel": "Upload new file",
"form.fileGalleryInput.cancelButton": "Cancel upload",
"form.fileGalleryInput.dragHere": "Drag some files here",
"form.fileGalleryInput.emptyButtonLabel": "Upload new",
"form.fileGalleryInput.hint": "Max size {formattedBytes}",
"form.fileGalleryInput.noFile": "No files present",
"form.fileGalleryInput.openMediaGallery": "From Media Area",
"form.fileGalleryInput.removeImage": "Remove",
"form.fileInput.buttonLabel": "Upload new file",
"form.fileInput.cancelButton": "Cancel upload",
"form.fileInput.dragHere": "Drag a file here",
"form.fileInput.emptyButtonLabel": "Upload new",
"form.fileInput.hint": "Max size {formattedBytes}",
"form.fileInput.noFile": "No file present",
"form.fileInput.openMediaGallery": "From Media Area",
"form.fileInput.removeImage": "Remove",
"form.globalSeoInput.edit": "Edit",
"form.globalSeoInput.notProvided": "Global SEO settings not present on this website",
"form.globalSeoInput.reset": "Reset",
"form.imageGalleryInput.buttonLabel": "Upload new images",
"form.imageGalleryInput.cancelButton": "Cancel upload",
"form.imageGalleryInput.dragHere": "Drag some images here",
"form.imageGalleryInput.emptyButtonLabel": "Upload new",
"form.imageGalleryInput.hint": "Max size {formattedBytes}",
"form.imageGalleryInput.noFile": "No images present",
"form.imageGalleryInput.openMediaGallery": "From gallery",
"form.imageGalleryInput.removeImage": "Remove",
"form.imageInput.buttonLabel": "Upload new image",
"form.imageInput.cancelButton": "Cancel upload",
"form.imageInput.dragHere": "Drag an image here",
"form.imageInput.emptyButtonLabel": "Upload new",
"form.imageInput.hint": "Max size {formattedBytes}",
"form.imageInput.noFile": "No image specified",
"form.imageInput.openMediaGallery": "From gallery",
"form.imageInput.removeImage": "Remove",
"form.localizedField": "The values for this field vary depending on the locale",
"form.replaceAsset.dragHere": "Drag a new file here",
"form.replaceAsset.emptyButtonLabel": "Browse...",
"form.replaceAsset.hint": "Max size {formattedBytes}",
"form.schedulePublishing.button.default": "Set schedule",
"form.schedulePublishing.date": "Publish this record at",
"form.scheduleUnpublishing.button.default": "Schedule unpublishing",
"form.scheduleUnpublishing.date": "Unpublish this record at",
"formLocaleSwitcher.errorsCount": "{errors} errors",
"fullTextQuery.placeholder": "Type something...",
"gallery.noFile": "No file available.",
"gallery.noFiles": "No files present",
"gallery.noImage": "No image available.",
"genericError.CANNOT_DESTROY_CURRENT_USER": "You cannot delete your own user account",
"genericError.ACCOUNT_ALREADY_JOINED_SITE": "This account is already part of the project!",
"genericError.BATCH_DATA_VALIDATION_IN_PROGRESS": "The schema of this model changed, we're re-running validations over every record in background. Please retry with this operation in a few seconds!",
"genericError.CIRCULAR_DEPENDENCY": "Circular dependency between roles detected!",
"genericError.DELETE_RESTRICTION": "Sorry, but you cannot delete this resource, as it's currently used/referenced elsewhere!",
"genericError.INSUFFICIENT_PERMISSIONS": "Sorry, but you don't have appropriate permission to perform this operation!",
"genericError.INVALID_CREDENTIALS": "Credentials are incorrect!",
"genericError.INVALID_EMAIL": "Email address is incorrect!",
"genericError.INVALID_FORMAT": "Whoops, this shouldn't happen... there's an error on our side :(",
"genericError.INVALID_ID": "Only letters, numbers and underscores are allowed in API keys. Underscores followed by a number are not allowed.",
"genericError.ITEM_LOCKED": "The operation cannot be completed as some other user is currently editing this record!",
"genericError.LINKED_FROM_PUBLISHED_ITEMS": "Couldn't unpublish the record, as some published records are linked to it!",
"genericError.MAINTENANCE_MODE": "The project is currently in maintenance mode!",
"genericError.MISSING_LOCALES": "This model contains some localized field, but no locale is present!",
"genericError.MUX_ERROR": "It was not possible to complete the operation. {message}",
"genericError.NO_PRIMARY_AUDIO_TRACK": "The video does not contain any audio track!",
"genericError.PLAN_UPGRADE_REQUIRED": "Cannot proceed, please upgrade plan!",
"genericError.PUBLISHED_CHILDREN": "Couldn't unpublish the record, as the following children records are still published:",
"genericError.PUBLISHED_REFERENCES": "Couldn't unpublish the record, as other published records are referencing it:",
"genericError.REQUIRED_2FA_SETUP": "This project requires every user to turn on 2-factor authentication! Please go to your <a href=\"https://dashboard.datocms.com/account/setup-2fa\">Dashboard</a>.",
"genericError.REQUIRED_BY_ASSOCIATION": "Cannot delete/unpublish the record, as it's required by other records:",
"genericError.STALE_ITEM_VERSION": "Someone else made a change while you were editing this record, please refresh the page!",
"genericError.TECHNICAL_LIMIT_REACHED": "Cannot proceed, technical limit reached!",
"genericError.TITLE_ALREADY_PRESENT": "There can only be one Title field per model",
"genericError.UNPUBLISHED_LINK": "Couldn't publish the record, as it links the following unpublished records:",
"genericError.UNPUBLISHED_PARENT": "Couldn't publish the record, as the parent record is not published:",
"genericError.UPLOAD_IS_CURRENTLY_IN_USE": "Couldn't delete this asset, as it's currently used in the following records:",
"genericError.UPLOAD_NOT_PASSING_FIELD_VALIDATIONS": "Couldn't update this asset since the following records are failing to pass the validations:",
"genericError.referencedFrom": "referenced in",
"globalError.DEACTIVATED_SITE.body": "\n <p>Sorry but due to invoicing problems this project has been temporarly deactivated. Please contact your administrators to solve the issue.<p>\n ",
"globalError.DEACTIVATED_SITE.title": "Project deactivated!",
"globalError.ENVIRONMENT_NOT_READY.body": "\n <p>Sorry, but the environment you're attempting to access is either still being created or currently being deleted.</p>\n <p>If you think this is an error, please contact us via our <a href='{supportUrl}' target=\"_blank\">Support form</a>.</p>",
"globalError.ENVIRONMENT_NOT_READY.title": "Environment not ready!",
"globalError.INSUFFICIENT_PERMISSIONS.body": "\n <p>Sorry, but the action you're trying to perform requires some privileges you don't have.</p>\n <p>If you think that's a mistake, you can always contact us via our <a href='{supportUrl}' target=\"_blank\">Support form</a>.</p>\n ",
"globalError.INSUFFICIENT_PERMISSIONS.title": "Permission denied!",
"globalError.INVALID_SITE.body": "\n <p>Sorry, but no DatoCMS project exists under this domain.</p>\n <p>If you think this is an error, please contact us via our <a href='{supportUrl}' target=\"_blank\">Support form</a>.</p>",
"globalError.INVALID_SITE.title": "This project doesn't exist!",
"globalError.NOT_FOUND.body": "\n <p>Sorry but some of the resources you requested do not exist.<p>\n <p>If you think that's a mistake, you can always contact us via our <a href=\"{supportUrl}\" target=\"_blank\">Support form</a>.</p>\n ",
"globalError.NOT_FOUND.title": "Resource not found (404)",
"globalError.UNHANDLED_CLIENT_SIDE_ERROR.body": "<p>Sorry for the inconvenience, but it appears you've come across an unexpected error. We've been alerted about this issue and will address it as soon as possible.</p><p>If you require further information, you're always welcome to contact us through our <a href='{supportUrl}' target=\"_blank\">Support page</a> providing the following Error ID:</p>",
"globalError.UNHANDLED_CLIENT_SIDE_ERROR.title": "Something went wrong!",
"globalError.uuid": "Error ID:",
"globalSeo.button.default": "Update SEO fields",
"globalSeo.description": "Fallback description",
"globalSeo.description.hint": "If there is no description available for a record, this will be used as the default",
"globalSeo.facebookPageUrl": "Facebook page address",
"globalSeo.facebookPageUrl.hint": "This will populate the <code>article:publisher</code> Open Graph tag",
"globalSeo.fallbackSeo": "Default SEO settings",
"globalSeo.favicon.title": "Website favicon",
"globalSeo.image": "Fallback social card image",
"globalSeo.image.hint": "If there is no image available for a record, this image will be used as the default for sharing",
"globalSeo.seo.title": "SEO",
"globalSeo.siteName": "Website name",
"globalSeo.siteName.hint": "This will populate the <code>og:site_name</code> Open Graph tag",
"globalSeo.socialCard.title": "Social card",
"globalSeo.summary": "Summary",
"globalSeo.summaryLargeImage": "Summary with large image",
"globalSeo.title": "Fallback title",
"globalSeo.title.hint": "If there is no title available for a record, this will be used as the default",
"globalSeo.titleSuffix": "Title suffix",
"globalSeo.titleSuffix.hint": "The SEO title will include both the title of the record and this suffix if they are 60 characters or less in total",
"globalSeo.titleSuffix.placeholder": " — My website",
"globalSeo.twitterAccount": "Twitter (X) account",
"globalSeo.twitterAccount.hint": "This will populate the <code>twitter:site</code> Open Graph tag",
"globalSeo.twitterCard": "Default Twitter (X) card type",
"globalSeo.twitterCard.hint": "Unless a different setting is present at the record's level, this will be the type of card used for sharing on Twitter (X)",
"globalSeoInput.modalTitle": "Edit SEO settings",
"goToEnvironmentConfiguration": "Go to environment configuration",
"hotkeys.closeConfirmDialog": "Close confirmation dialog panel",
"hotkeys.closeModal": "Close modal panel",
"hotkeys.closeQuickFind": "Close Quick Find panel",
"hotkeys.publishRecord": "Publish the record",
"hotkeys.saveRecord": "Save record",
"hotkeys.saveSeoPreferences": "Save SEO preferences",
"hotkeys.toggleKeyboardShortcuts": "Show/hide available keyboard shortcuts",
"hotkeys.toggleQuickFind": "Quick Search",
"htmlInput.muchInvisibleContent.kicker": "Hidden unwanted data?",
"htmlInput.muchInvisibleContent.warning": "Your HTML contains hidden content that increases the text's size and is likely unnecessary. If this was not intentional, click the \"Source Code\" button to review and remove any needless data.",
"imageEditor.labelButtonCancel": "Cancel",
"imageEditor.labelButtonConfirm": "Save changes",
"imageEditor.labelButtonCropAspectRatio": "Aspect ratio",
"imageEditor.labelButtonCropFlipHorizontal": "Flip horizontal",
"imageEditor.labelButtonCropFlipVertical": "Flip vertical",
"imageEditor.labelButtonCropRotateCenter": "Center rotation",
"imageEditor.labelButtonCropRotateLeft": "Rotate left",
"imageEditor.labelButtonCropRotateRight": "Rotate right",
"imageEditor.labelButtonCropZoom": "Zoom",
"imageEditor.labelButtonReset": "Reset",
"imageEditor.labelButtonUtilColor": "Colors",
"imageEditor.labelButtonUtilCrop": "Crop",
"imageEditor.labelButtonUtilFilter": "Filter",
"imageEditor.labelButtonUtilResize": "Resize",
"imageEditor.labelColorBrightness": "Brightness",
"imageEditor.labelColorContrast": "Contrast",
"imageEditor.labelColorExposure": "Exposure",
"imageEditor.labelColorSaturation": "Saturation",
"imageEditor.labelMarkupRemoveShape": "Remove",
"imageEditor.labelMarkupSelectFontFamily": "Font",
"imageEditor.labelMarkupSelectFontSize": "Size",
"imageEditor.labelMarkupSelectLineDecoration": "Decoration",
"imageEditor.labelMarkupSelectLineStyle": "Style",
"imageEditor.labelMarkupSelectShapeStyle": "Style",
"imageEditor.labelMarkupTypeEllipse": "Circle",
"imageEditor.labelMarkupTypeLine": "Arrow",
"imageEditor.labelMarkupTypeRectangle": "Square",
"imageEditor.labelMarkupTypeText": "Text",
"imageEditor.labelStatusAwaitingImage": "Waiting for image…",
"imageEditor.labelStatusLoadImageError": "Error loading image…",
"imageEditor.labelStatusLoadingImage": "Loading image…",
"imageEditor.labelStatusProcessingImage": "Processing image…",
"imageInput.error.tooBig": "Invalid file: size exceeds the limit of {formattedBytes}",
"imageMetadata.actions.delete": "Remove",
"imageMetadata.actions.swap": "Replace",
"imageMetadata.alt": "Alternate text",
"imageMetadata.analyzingUpload": "Upload complete, analysing...",
"imageMetadata.archiving": "Title/Caption",
"imageMetadata.author": "Author",
"imageMetadata.button.default": "Save",
"imageMetadata.cancelUpload": "Cancel",
"imageMetadata.cannotDeleteCustomData": "This custom data is inherited from a default value, so it can only be removed from the Media Area",
"imageMetadata.categorization": "Categorization",
"imageMetadata.colors": "Colors",
"imageMetadata.copyUrl": "Copy URL",
"imageMetadata.copyright": "Copyright",
"imageMetadata.customData": "Custom data",
"imageMetadata.date": "Upload date",
"imageMetadata.deleteMultiple": "Remove",
"imageMetadata.deleteOnly": "Remove",
"imageMetadata.description": "Description",
"imageMetadata.destroy": "Delete",
"imageMetadata.dimensions": "Dimensions",
"imageMetadata.download": "Download",
"imageMetadata.duration": "Video duration",
"imageMetadata.edit": "Edit",
"imageMetadata.editImage": "Edit image",
"imageMetadata.exposure_time": "Exposure time",
"imageMetadata.f_number": "Aperture",
"imageMetadata.fileExtension": "File extension",
"imageMetadata.fileSize": "File size",
"imageMetadata.flash_mode": "Flash mode",
"imageMetadata.focal_length": "Focal length",
"imageMetadata.frameRate": "Frame rate",
"imageMetadata.gps_location": "GPS Location",
"imageMetadata.image": "Image",
"imageMetadata.iso": "ISO",
"imageMetadata.language": "Language",
"imageMetadata.lens_model": "Lens model",
"imageMetadata.linksToItems": "Records using this asset",
"imageMetadata.linksToItems.blank": "This asset is not used.",
"imageMetadata.loading": "Loading asset...",
"imageMetadata.md5": "MD5",
"imageMetadata.mimeType": "MIME type",
"imageMetadata.model": "Camera Model",
"imageMetadata.muxPlaybackId": "Mux Playback ID",
"imageMetadata.noMetadata": "No metadata set",
"imageMetadata.notes": "Notes",
"imageMetadata.onlyAvailableOnProPlans": "The editing of images on the fly is only available on higher plans!",
"imageMetadata.open": "Open",
"imageMetadata.openInMediaArea": "Open in Media Area »",
"imageMetadata.rename": "Rename",
"imageMetadata.renameHint": "Press Enter to confirm",
"imageMetadata.renameInProgress": "Renaming asset...",
"imageMetadata.replace": "Replace asset",
"imageMetadata.saveAsDefaultMetadata": "Set values as the asset's default for {language}",
"imageMetadata.saveAsDefaultMetadata.hint": "Will be used in any other occurence of this asset around your project.",
"imageMetadata.smartTags": "Smart tags",
"imageMetadata.tags": "Manual tags",
"imageMetadata.title": "Title/Caption",
"imageMetadata.uploadCollection": "Asset collection",
"imageMetadata.uploadInProgress": "{percent, plural, =0 {In queue...} one {Uploading ({percent}%)...} other {Uploading ({percent}%)...}}",
"imageMetadata.videoTracks": "Additional audio tracks and subtitles",
"indexingFailureReason.MISSING_FRONTEND_URL": "No frontend URL is configured for this build trigger!",
"integration.step1.success": "Command received, hurray!",
"item.back": "Back",
"item.button.default": "Save record",
"item.duplicate": "Duplicate",
"item.edit": "Edit { itemType }",
"item.errorsPerLocale.description": "The following locales are failing some validations: {locales}",
"item.errorsPerLocale.message": "Validation errors!",
"item.gotoModel": "Go to {model_api_key} model",
"item.localesCount": "{count} locales",
"item.noFields.description": "This model currently has no fields. To add records, please first edit this model in the Schema tab, and give it some fields.",
"item.noFields.title": "Add some fields!",
"item.nonLocalizedContent": "Non-localized content",
"item.publish": "Publish",
"item.publish.requiredToPublishNonLocalizedContent": "You are required to publish non-localized content",
"item.remove": "Delete",
"item.save": "Save",
"item.saving": "Saving...",
"item.shortStatus.availableVersions": "{number, plural, one {Another version} other {Other {number} versions}} available",
"item.shortStatus.draft": "Draft",
"item.shortStatus.published": "Published",
"item.shortStatus.updated": "Unpublished changes",
"item.status.draft.dirty": "Not published (unsaved changes)",
"item.status.draft.pristine": "Not published",
"item.status.new.dirty": "New record (unsaved changes)",
"item.status.new.pristine": "New record",
"item.status.published.dirty": "Published (unsaved changes)",
"item.status.published.pristine": "Published",
"item.status.updated.dirty": "Published (unsaved changes)",
"item.status.updated.pristine": "Unpublished changes",
"item.unpublish": "Unpublish",
"item.unpublish.wholeItem": "Unpublish the whole record",
"item.untitled": "No title",
"itemForm.gotoField": "Go to {fieldApiKey} field",
"itemLocking.currentlyEditing": "is currently working on this record, which means you cannot make changes, unless you take over.",
"itemLocking.disabled": "Record editing is disabled!",
"itemLocking.getOtherUserData1": "You now have control over this record. Would you like to recover ",
"itemLocking.getOtherUserData2": "'s unsaved changes?",
"itemLocking.locked": "You are currently editing this record from another tab: you cannot make changes, unless you take over from here.",
"itemLocking.recover": "Recover",
"itemLocking.recoverFrom": "Recover the work started by",
"itemLocking.takeOver": "Take over",
"itemTable.columns.available": "Available columns",
"itemTable.columns.displayed": "Displayed columns",
"itemTable.hide": "Hide selected records",
"itemTable.insertRecords": "Add selected records",
"itemTable.metaCol._created_at": "Created at",
"itemTable.metaCol._creator": "Creator",
"itemTable.metaCol._editor": "Editor",
"itemTable.metaCol._first_published_at": "First published at",
"itemTable.metaCol._preview": "Preview",
"itemTable.metaCol._publication_scheduled_at": "Scheduled publishing at",
"itemTable.metaCol._published_at": "Last published at",
"itemTable.metaCol._stage": "Workflow stage",
"itemTable.metaCol._status": "Status",
"itemTable.metaCol._unpublishing_scheduled_at": "Scheduled unpublishing at",
"itemTable.metaCol._updated_at": "Last update",
"itemTable.metaCol.id": "ID",
"itemTable.metaCol.position": "Position",
"itemTable.publishAtSpecificDate": "Publish at a specific date/time...",
"itemTable.records.add": "Add {length} records",
"itemTable.records.count": "{count, plural, =0 {No records present} one {1 record} other {{count} records}}",
"itemTable.records.deselect": "Deselect all",
"itemTable.records.destroy": "Delete",
"itemTable.records.hide": "Show all",
"itemTable.records.invertSelection": "Invert selection",
"itemTable.records.move_to_stage": "Move to stage",
"itemTable.records.publish": "Publish",
"itemTable.records.select": "Select records",
"itemTable.records.selectAll": "Select all",
"itemTable.records.selected": "{count, plural, one {One record selected} other {{count} records selected}}",
"itemTable.records.show": "Show selection",
"itemTable.records.unpublish": "Unpublish",
"itemTable.unpublishAtSpecificDate": "Unpublish at a specific date/time...",
"itemType.currentlyEditing": "{count, plural, one { {names} is } other { {names} are } } currently interacting with records of this model. Making changes to the schema might interfere with their work!",
"itemType.id": "Model ID",
"itemType.modularBlock.add": "New block",
"itemType.modularBlock.select": "Select block",
"itemType.modularBlocks": "Blocks",
"itemType.row.edit": "Settings",
"itemVersion.current": "Current",
"itemVersion.currentAndPublished": "Current & Published",
"items.blankSlate.title": "This collection is empty",
"itemsCollection.title": "{name} collection",
"latLonInput.search": "Search address...",
"localesInput.add": "Add new locale...",
"localesInput.addLocales": "Add {count, plural, one {1 locale} other {{count} locales}}",
"localesInput.removeLocales": "Remove {count, plural, one {1 locale} other {{count} locales}}",
"localesInput.switch": "Switch to...",
"localizationSettings.dateFormat": "Date format",
"localizationSettings.locale": "Language",
"localizationSettings.modal": "Localization Settings",
"localizationSettings.timezone": "Date preferred timezone",
"localizationSettings.twentyFourHour": "24-hour time format",
"mediaArea.add": "Add {length} assets",
"mediaArea.addNewCollection": "New collection",
"mediaArea.allAssets": "All assets",
"mediaArea.allAssetsWithCount": "All assets ({count, plural, =0 {none present} one {1} other {{count}}})",
"mediaArea.assets.assignToCollection": "Assign to collection",
"mediaArea.assets.count": "{count, plural, =0 {No asset present} one {1 asset} other {{count} assets}}",
"mediaArea.assets.delete": "Delete",
"mediaArea.assets.delete.confirm": "Do you really want to delete this asset?",
"mediaArea.assets.delete.selection": "Do you really want to delete {count} assets?",
"mediaArea.assets.delete.unused": "Delete all unused?",
"mediaArea.assets.deselect": "{count, plural, one {Deselect} other {Deselect all}}",
"mediaArea.assets.moveToCollection": "Move to collection",
"mediaArea.assets.selected": "{count, plural, one {One asset selected} other {{count} assets selected}}",
"mediaArea.assets.tag": "Add tags",
"mediaArea.assets.upload": "Upload new assets",
"mediaArea.bytesUsed": "{currentBytes} of {availableBytes} used",
"mediaArea.bytesUsed.unlimited": "{currentBytes} used (unlimited space available)",
"mediaArea.details": "Asset details",
"mediaArea.empty.sub": "Would you like to upload something?",
"mediaArea.empty.sub2": "Drop some files here, or press the upload button above.",
"mediaArea.empty.title": "Nothing to see here!",
"mediaArea.filterBy.all": "All",
"mediaArea.filterBy.file": "Documents",
"mediaArea.filterBy.image": "Images",
"mediaArea.filterBy.not_used": "Not Used",
"mediaArea.filterBy.other": "Other",
"mediaArea.filterBy.video": "Videos",
"mediaArea.layout.grid": "Grid view",
"mediaArea.layout.rows": "Rows view",
"mediaArea.layout.table": "Tabular view",
"mediaArea.noUploadcollections.description": "Create the first collection",
"mediaArea.noUploadcollections.title": "Organize your media assets",
"mediaArea.orderBy._created_at_ASC": "Least recently created",
"mediaArea.orderBy._created_at_DESC": "Recently created",
"mediaArea.orderBy._updated_at_ASC": "Least recently updated",
"mediaArea.orderBy._updated_at_DESC": "Recently updated",
"mediaArea.orderBy.basename_ASC": "Filename: A - Z",
"mediaArea.orderBy.basename_DESC": "Filename: Z - A",
"mediaArea.orderBy.resolution_ASC": "Lowest resolution",
"mediaArea.orderBy.resolution_DESC": "Highest resolution",
"mediaArea.orderBy.size_ASC": "Smallest file size",
"mediaArea.orderBy.size_DESC": "Biggest file size",
"mediaArea.orderBy.title": "Sort by:",
"mediaArea.select": "Select assets",
"mediaArea.thumbs": "Thumbs",
"mediaArea.title": "Media Area",
"mediaArea.type": "Type",
"menu.settings": "Settings",
"menuItem.button.default": "Save Menu item",
"menuItem.delete": "Delete",
"menuItem.edit": "Edit",
"menuItem.externalUrl": "External URL",
"menuItem.externalUrl.hint": "http://www.example.com/",
"menuItem.filter": "Filters",
"menuItem.itemType": "Connected model",
"menuItem.itemTypeFilter": "Apply saved shared filter",
"menuItem.label": "Label",
"menuItem.linkType": "Point this menu item to",
"menuItem.openInNewTab": "Open in new tab",
"menuItems.add": "Add menu item...",
"menuItems.noMenuItems": "Your navigation bar is empty... let your collaborators create new content!",
"menuItems.seoPreferences": "SEO preferences",
"menuItems.settings": "Settings",
"menuPage.noItemType": "No model",
"menuPage.noItemTypeFilter": "No filter",
"menuitem.add": "Add Menu item",
"menuitem.edit": "Edit Menu item",
"menuitem.fieldrow.delete": "Delete",
"menuitem.fieldrow.edit": "Edit",
"menuitem.link.external": "External URL",
"menuitem.link.model": "Records of a model",
"menuitem.link.nothing": "Nothing (act as a group)",
"messages.confirm.allLocalesCannotBeDeleted": "You cannot delete all locales: at least one locale must be present!",
"messages.confirm.askForRecursiveTreePublish.cancel": "Let me handle it manually",
"messages.confirm.askForRecursiveTreePublish.ok": "Also publish all its parents",
"messages.confirm.askForRecursiveTreePublish.question": "This record is a child of an unpublished record. How do you want to proceed?",
"messages.confirm.askForRecursiveTreePublish.title": "Publish parent records?",
"messages.confirm.askForRecursiveTreeUnpublish.cancel": "Let me handle it manually",
"messages.confirm.askForRecursiveTreeUnpublish.question": "This record contains a number of published child records. How do you want to proceed?",
"messages.confirm.askForRecursiveTreeUnpublish.title": "Unpublish child records?",
"messages.confirm.askForRecursiveTreeUnpublish.unpublishRecursively": "Also unpublish all child records",
"messages.confirm.assets.batch.destroy.ok": "Yes, delete {count, plural, one { this asset } other { {count} assets} }",
"messages.confirm.assets.batch.destroy.question": "Are you sure you want to delete {count, plural, one { this asset } other { {count} assets} }? This operation is not reversible!",
"messages.confirm.assets.batch.destroy.title": "Delete {count, plural, one { the asset? } other { {count} assets?} }",
"messages.confirm.assets.duplicateAsset.cancel": "No, replace the current asset",
"messages.confirm.assets.duplicateAsset.ok": "Yes, create a copy",
"messages.confirm.assets.duplicateAsset.question": "Do you want to create a new asset with this edited version, or replace the existing asset?",
"messages.confirm.assets.duplicateAsset.title": "Make a copy?",
"messages.confirm.assets.editAsset.ok": "Yes, replace the current asset",
"messages.confirm.assets.editAsset.question": "Do you really want to replace the current asset with this edited version?",
"messages.confirm.assets.editAsset.title": "Replace asset",
"messages.confirm.batch.destroy.ok": "Yes, delete {count, plural, one { this record } other { {count} records} }",
"messages.confirm.batch.destroy.question": "Are you sure you want to delete {count, plural, one { this record } other { {count} records} }? This operation is not reversible!",
"messages.confirm.batch.destroy.title": "Delete {count, plural, one { the record } other { {count} records?} }",
"messages.confirm.batch.move_to_stage.ok": "Yes, move {count, plural, one { this record } other { {count} records} } to stage",
"messages.confirm.batch.move_to_stage.question": "Are you sure you want to move to stage {count, plural, one { this record } other { {count} records} }?",
"messages.confirm.batch.move_to_stage.title": "Move to stage {count, plural, one { the record } other { {count} records} }",
"messages.confirm.batch.publish.ok": "Yes, publish {count, plural, one { this record } other { {count} records} }",
"messages.confirm.batch.publish.question": "Are you sure you want to publish {count, plural, one { this record } other { {count} records} }?",
"messages.confirm.batch.publish.title": "Publish {count, plural, one { the record } other { {count} records} }",
"messages.confirm.batch.unpublish.ok": "Yes, unpublish {count, plural, one { this record } other { {count} records} }",
"messages.confirm.batch.unpublish.question": "Are you sure you want to unpublish {count, plural, one { this record } other { {count} records} }?",
"messages.confirm.batch.unpublish.title": "Unpublish {count, plural, one { the record } other { {count} records} }",
"messages.confirm.copyFromMainLocale.cancel": "No, start from scratch",
"messages.confirm.copyFromMainLocale.ok": "Yes, copy content",
"messages.confirm.copyFromMainLocale.question": "Do you want to copy the content currently present in {sourceLocale} into the new {destinationLocale} locale?",
"messages.confirm.copyFromMainLocale.title": "Copy content from {sourceLocale}?",
"messages.confirm.copyFromMainLocaleMultiple.cancel": "No, start from scratch",
"messages.confirm.copyFromMainLocaleMultiple.ok": "Yes, copy content",
"messages.confirm.copyFromMainLocaleMultiple.question": "Do you want to copy the content currently present in {sourceLocale} into the new locales ({destinationLocales})?",
"messages.confirm.copyFromMainLocaleMultiple.title": "Copy content from {sourceLocale}?",
"messages.confirm.defaultCancel": "Cancel",
"messages.confirm.deleteScheduledPublication.ok": "Yes, stop automatic publication",
"messages.confirm.deleteScheduledPublication.question": "This record will no longer be automatically published. Do you want to proceed?",
"messages.confirm.deleteScheduledPublication.title": "Cancel scheduled publication?",
"messages.confirm.deleteScheduledUnpublishing.ok": "Yes, stop automatic unpublishing",
"messages.confirm.deleteScheduledUnpublishing.question": "This record will no longer be automatically unpublished. Do you want to proceed?",
"messages.confirm.deleteScheduledUnpublishing.title": "Cancel scheduled unpublishing?",
"messages.confirm.destroyAsset.ok": "Yes, delete this asset",
"messages.confirm.destroyAsset.question": "Are you sure you want to delete this asset? This operation is not reversible!",
"messages.confirm.destroyAsset.title": "Delete asset?",
"messages.confirm.destroyFilter.ok": "Yes, delete",
"messages.confirm.destroyFilter.question": "Are you sure you want to delete this filter?",
"messages.confirm.destroyFilter.title": "Delete filter",
"messages.confirm.destroyLocale.ok": "Yes, delete",
"messages.confirm.destroyLocale.question": "Are you sure you want to proceed deleting content in the {locale} locale?",
"messages.confirm.destroyLocale.title": "Delete {locale} locale",
"messages.confirm.destroyLocales.ok": "Yes, delete",
"messages.confirm.destroyLocales.question": "Are you sure you want to proceed deleting content in the following locales: {locales}?",
"messages.confirm.destroyLocales.title": "Delete {localesCount} locales",
"messages.confirm.destroyMenuItem.ok": "Yes, delete",
"messages.confirm.destroyMenuItem.question": "Are you sure you want to delete this menu item?",
"messages.confirm.destroyMenuItem.title": "Delete menu item \"{name}\"",
"messages.confirm.destroyRecord.ok": "Yes, delete this record",
"messages.confirm.destroyRecord.question": "Are you sure you want to delete this record? This operation is not reversible!",
"messages.confirm.destroyRecord.title": "Delete record?",
"messages.confirm.destroyUploadCollection.ok": "Yes, delete",
"messages.confirm.destroyUploadCollection.question": "Are you sure you want to delete this collection? Contained assets won't be deleted: you'll find them in all assets.",
"messages.confirm.destroyUploadCollection.title": "Delete asset collection",
"messages.confirm.destroyUploadTrack.ok": "Yes, delete",
"messages.confirm.destroyUploadTrack.question": "Are you sure you want to delete this track?",
"messages.confirm.destroyUploadTrack.title": "Delete upload track",
"messages.confirm.removeReferences.ok": "Try removing references and destroy",
"messages.confirm.removeReferences.question": "This record is referenced in a number of other records. If you proceed, those references will be removed.",
"messages.confirm.removeReferences.title": "Remove references?",
"messages.confirm.takeOver.ok": "Yes, take control of this record",
"messages.confirm.takeOver.question": "If you proceed, { user } will be kicked out from their editing session, and you will be able to make changes to this record instead.",
"messages.confirm.takeOver.title": "Take over this record?",
"messages.confirm.uploadPossibleDuplicate.cancel": "Keep uploading the new file",
"messages.confirm.uploadPossibleDuplicate.description": "In your Media Area there is already an asset with the exact same MD5 signature of the file you want to upload. Would you rather proceed with the upload anyway, or abort the upload?",
"messages.confirm.uploadPossibleDuplicate.existingAssets": "Asset found in Media Area",
"messages.confirm.uploadPossibleDuplicate.newFile": "New file you want to upload",
"messages.confirm.uploadPossibleDuplicate.ok": "Skip upload, it's a duplicate",
"messages.confirm.uploadPossibleDuplicate.title": "Found possible duplicate asset!",
"messages.confirm.uploadPossibleDuplicateInput.cancel": "Keep uploading the new file",
"messages.confirm.uploadPossibleDuplicateInput.ok": "Skip upload, use existing asset",
"messages.confirm.uploadPossibleDuplicateInput.title": "Use existing asset instead?",
"messages.dataRecovered": "Data has been successfully recovered!",
"messages.notsaved": "Changes",
"messages.notsaved.ok": "Yes, discard changes",
"messages.notsaved.question": "There are some changes to the data inserted in the form which are not saved. Are you sure you want to leave the page?",
"messages.notsaved.title": "Discard changes",
"messages.takenOver": "Record has been successfully taken over!",
"modal.close": "Close",
"modularBlock.edit": "Edit block",
"modularBlock.existing": "Pick existing",
"modularBlock.new": "Create new",
"nav.contentTabHint.content": "Inside this tab you (and your collaborators) can manage the content of the website.",
"nav.contentTabHint.title": "Great, now it's time write some content!",
"nav.docs": "Docs",
"nav.documentation": "Docs/Support",
"nav.feature": "Request a feature",
"nav.localizationSettings": "Localization settings",
"nav.logout": "Log out",
"nav.manageItemTypes": "Content",
"nav.mediaArea": "Media",
"nav.new": "What's new",
"nav.projectSettings": "Project settings",
"nav.support": "Ask for support",
"navigationBar.dashboard.go": "Go to DatoCMS dashboard",
"navigationBar.visitEnvSite": "Visit {env} site",
"navigationBar.visitSite": "Visit site",
"newItem.filter": "Filter results...",
"newItem.title": "Add {name}",
"newSchedule.action": "Action",
"newSchedule.publish.scope": "Select what you want to publish",
"newSchedule.publish.scope.specificContent": "Only publish specific content",
"newSchedule.publish.scope.wholeItem": "Publish every change",
"newSchedule.title": "Add new schedule",
"newSchedule.unpublish.scope": "Select what you want to unpublish",
"newSchedule.unpublish.scope.specificContent": "Only unpublish specific content",
"noAuth.completeRegistration.create.failure": "Couldn't complete the registration process!",
"noAuth.completeRegistration.create.success": "Registration completed, welcome on board!",
"noAuth.completeRegistration.title": "Complete registration",
"noAuth.signIn.create.failure": "Couldn't login!",
"noAuth.signIn.create.missingToken": "Couldn't login, missing token",
"noAuth.signIn.create.success": "Successfully logged in, welcome!",
"noAuth.signIn.logout.success": "Successfully logged out, bye!",
"noAuth.signIn.require2fa": "For security reasons, the owner of this project has requested that every member activates a two-factor authentication. Please enable it on your dashboard",
"noAuth.signIn.tfaRequired": "Two-factor authentication required!",
"noAuth.signIn.title": "Log in",
"noMatch.body": "Sorry, but the page you've requested is not here. It is possible that it has been moved, or maybe it doesn't exist anymore.",
"noMatch.cta": "Go to Homepage",
"noMatch.title": "404?!",
"noSandboxes.details": "Your account can only access sandbox environments, but this project has no sandbox environments",
"notEnoughPermissionsForOperation": "You don't have enough permissions to perform this operation!",
"notEnoughPermissionsOnLocales": "You don't have enough permissions to perform this operation on {locales}!",
"notEnoughPermissionsToPublishWholeItem": "You do not have enough permissions to publish all the changes made to the record!",
"notifications.hide": "Hide this message",
"permissionDenied.subtitle": "Your account does not have enough priviledges to access this area",
"permissionDenied.title": "Permission denied",
"pickAssetFrom": "Upload asset using {source}",
"planUpgradeRequired.access_tokens.description": "You've reached the <strong>maximum number of API tokens</strong> your plan allows to create. If you're the project owner, please head over to your <a href=\"https://dashboard.datocms.com/\">account dashboard</a> to upgrade the plan or, if no publicly available plan suits your needs, contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"planUpgradeRequired.build_triggers.description": "You've reached the <strong>maximum number of build triggers</strong> your plan allows. If you're the project owner, please head over to your <a href=\"https://dashboard.datocms.com/\">account dashboard</a> to upgrade the plan or, if no publicly available plan suits your needs, contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"planUpgradeRequired.item_types.description": "You've reached the <strong>maximum number of models</strong> your plan allows to create. If you're the project owner, please head over to your <a href=\"https://dashboard.datocms.com/\">account dashboard</a> to upgrade the plan or, if no publicly available plan suits your needs, contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"planUpgradeRequired.items.description": "You've reached the <strong>maximum number of records</strong> your plan allows to create. If you're the project owner, please head over to your <a href=\"https://dashboard.datocms.com/\">account dashboard</a> to upgrade the plan or, if no publicly available plan suits your needs, contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!<br/><br/>If you have recently deleted some records, please consider that it will take <strong>up to one hour</strong> before you can create new ones.",
"planUpgradeRequired.locales.description": "You've reached the <strong>maximum number of locales</strong> your plan allows. If you're the project owner, please head over to your <a href=\"https://dashboard.datocms.com/\">account dashboard</a> to upgrade the plan or, if no publicly available plan suits your needs, contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"planUpgradeRequired.maximum_single_upload_bytes.description": "You've uploaded a file that is <strong>bigger than the maximum single upload size</strong> your plan allows. If you're the project owner, please <a href=\"https://www.datocms.com/support/\" target=\"_blank\">contact our support team</a>.",
"planUpgradeRequired.mux_encoding_seconds.description": "You've reached the <strong>maximum video encoding limits</strong> of your plan. If you're the project owner, please head over to your <a href=\"https://dashboard.datocms.com/\">account dashboard</a> to upgrade the plan or, if no publicly available plan suits your needs, contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"planUpgradeRequired.otp.description": "Two-factor authentication cannot be on the current plan. If you're the project owner, please head over to your <a href=\"https://dashboard.datocms.com/\">account dashboard</a> to upgrade the plan or, if no publicly available plan suits your needs, contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"planUpgradeRequired.plugins.description": "You've reached the <strong>maximum number of plugins</strong> your plan allows. If you're the project owner, please head over to your <a href=\"https://dashboard.datocms.com/\">account dashboard</a> to upgrade the plan or, if no publicly available plan suits your needs, contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"planUpgradeRequired.roles.description": "You've reached the <strong>maximum number of roles</strong> your plan allows to create. If you're the project owner, please head over to your <a href=\"https://dashboard.datocms.com/\">account dashboard</a> to upgrade the plan or, if no publicly available plan suits your needs, contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"planUpgradeRequired.sandbox_environments.description": "You've reached the <strong>maximum number of environments</strong> your plan allows. If you're the project owner, please head over to your <a href=\"https://dashboard.datocms.com/\">account dashboard</a> to upgrade the plan or, if no publicly available plan suits your needs, contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"planUpgradeRequired.uploadable_bytes.description": "You've reached the <strong>file storage limits</strong> of your plan. If you're the project owner, please head over to your <a href=\"https://dashboard.datocms.com/\">account dashboard</a> to upgrade the plan or, if no publicly available plan suits your needs, contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!<br/><br/>If you have recently deleted some assets, please consider that it will take <strong>up to one hour</strong> before you can upload new ones.",
"planUpgradeRequired.users.description": "You've reached the <strong>maximum number of collaborators</strong> your plan allows to invite to the project. If you're the project owner, please head over to your <a href=\"https://dashboard.datocms.com/\">account dashboard</a> to upgrade the plan or, if no publicly available plan suits your needs, contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"planUpgradeRequired.webhooks.description": "You've reached the <strong>maximum number of active webhooks</strong> your plan allows to have. If you're the project owner, please contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"planUpgradeRequired.workflow_stages.description": "You've reached the <strong>maximum number of stages per workflow</strong> your plan allows. If you're the project owner, please contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"planUpgradeRequired.workflows.description": "Workflows is a feature that can only be enabled in <strong>Enterprise plans</strong>. If you're the project owner, please contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"planUpgradeRequired.workflows_count.description": "You've reached the <strong>maximum number of workflows</strong> your plan allows. If you're the project owner, please contact our <a href=\"https://www.datocms.com/contact\" target=\"_blank\">Sales team</a> to get a custom quote!",
"publishedVersion.compare": "Compare published version with current",
"publishedVersion.title": "Published version",
"quickSearch.noResults": "No records found! Maybe you spelled it wrong?",
"quickSearch.noSearch": "Type at least 2 letters to search",
"quickSearch.placeholder": "Type something to find matching records...",
"quickSearch.shortcuts.close": "to close",
"quickSearch.shortcuts.navigate": "to navigate",
"quickSearch.shortcuts.open": "to open",
"quickSearch.shortcuts.openNewTab": "to open in new tab",
"recordInfo.blocksCount": "Currently used blocks",
"recordInfo.cancelScheduledPublication": "Cancel",
"recordInfo.changePosition": "Change",
"recordInfo.createdAt": "Created at",
"recordInfo.createdBy": "Created by",
"recordInfo.currentLocalesStatus.missing": "Missing",
"recordInfo.currentLocalesStatus.outdated": "Outdated",
"recordInfo.currentLocalesStatus.published": "Published",
"recordInfo.currentLocalesStatus.stillPublished": "Still published",
"recordInfo.currentLocalesStatus.title": "Current locales status",
"recordInfo.firstPublished": "First published at",
"recordInfo.id": "Record ID",
"recordInfo.lastPublished": "Last published",
"recordInfo.lastUpdate": "Last update",
"recordInfo.nextPublication": "Next publication",
"recordInfo.nextUnpublishing": "Next unpublishing",
"recordInfo.parent": "Record parent ID",
"recordInfo.position": "Position in collection",
"recordInfo.publishedAt.editor": "Editor",
"recordInfo.publishedAt.title": "Published at",
"recordInfo.publishingStatus": "Publishing status",
"recordInfo.publishingStatus.inSync": "In-sync",
"recordInfo.publishingStatus.notInSync": "Not in-sync",
"recordInfo.save": "Save",
"recordInfo.title": "Record info",
"removeReferences.published": "(Published version)",
"richText.add": "Add new",
"richText.add.multiple": "Add new block...",
"richText.add.single": "New {itemType}",
"richText.chooseItemType": "No models available",
"richText.copy": "Copy from {locale}",
"richText.copyStructure": "Copy structure",
"richText.copyStructureAndContent": "Copy structure and content",
"richText.copyBlocks": "Copy",
"richText.copyBlocks.success": "Blocks copied successfully!",
"richText.selectedBlocks": "{count} of {of, plural, one {{of} block} other {{of} blocks}} selected",
"richText.collapseBlocks": "Collapse",
"richText.expandBlocks": "Expand",
"richText.dropdown.collapse": "Collapse all",
"richText.dropdown.copyBlock": "Copy to clipboard",
"richText.dropdown.duplicate": "Duplicate",
"richText.dropdown.expand": "Expand all",
"richText.dropdown.insert.up": "Add new block above",
"richText.dropdown.insert.down": "Add new block below",
"richText.dropdown.move.bottom": "Move to the bottom",
"richText.dropdown.move.down": "Move down",
"richText.dropdown.move.top": "Move to the top",
"richText.dropdown.move.up": "Move up",
"richText.dropdown.move": "Move",
"richText.dropdown.paste.up": "Paste above this block",
"richText.dropdown.paste.down": "Paste below this block",
"richText.dropdown.paste.top": "Paste to the top",
"richText.dropdown.paste.bottom": "Paste to the bottom",
"richText.dropdown.paste": "{count, plural, one {Paste 1 block} other {Paste {count} blocks} }",
"richText.dropdown.removeBlock": "Remove block",