forked from datocms/translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
883 lines (869 loc) · 56.6 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
{
"accessToken.button.default": "Save access token",
"accessToken.button.submitting": "Please wait",
"accessToken.name": "Name",
"accessToken.role": "Role associated with this API token",
"accessToken.token": "API Token",
"admin.accessToken.create.failure": "Couldn't create access token!",
"admin.accessToken.create.success": "Access token created successfully!",
"admin.accessToken.destroy.failure": "Couldn't delete access token!",
"admin.accessToken.destroy.success": "Access token deleted successfully!",
"admin.accessToken.regenerateToken.failure": "Couldn't update access token!",
"admin.accessToken.regenerateToken.success": "Access token regenerated successfully!",
"admin.accessToken.update.failure": "Couldn't update access token!",
"admin.accessToken.update.success": "Access token updated successfully!",
"admin.webhook.create.failure": "Couldn't create webhook!",
"admin.webhook.create.success": "Webhook created successfully!",
"admin.webhook.destroy.failure": "Couldn't delete webhook!",
"admin.webhook.destroy.success": "Webhook deleted successfully!",
"admin.webhook.update.success": "Webhook updated successfully!",
"admin.webhook.update.failure": "Couldn't update webhook",
"admin.webhook.noWebhooks.description": "Create your first webhook!",
"admin.webhook.noWebhooks.title": "Still no webhooks",
"form.newWebhookForm.title": "Create a new webhook",
"form.editWebhookForm.title": "Edit webhook",
"form.editWebhookForm.delete": "Delete",
"form.webhook.name": "Name",
"form.webhook.headers": "Custom headers",
"form.webhook.events.label": "Webhook triggers",
"form.webhook.url": "URL",
"form.webhook.httpBasic": "HTTP basic auth",
"form.webhook.httpBasicUser": "User",
"form.webhook.httpBasicPassword": "Password",
"form.webhook.button.default": "Submit",
"form.webhook.entityOptions" : "Entity",
"form.webhook.eventTypes" : "Events",
"form.webhook.entityTypeIds.item_type": "Model IDs (separated by commas)",
"form.webhook.entityTypeIds.item": "Record IDs (separated by commas)",
"form.webhook.entityTypeIds.deployment_environment": "Deployment environment IDs (separated by commas)",
"form.webhook.ids" : "Ids",
"form.webhook.filter" : "Filter",
"admin.deploymentLogs.abort": "Abort and mark as failed",
"admin.deploymentLogs.noEvents.description": "Please request a new publication of the website to see this page filled with a log of the latest webhook events generated",
"admin.deploymentLogs.noEvents.title": "No events recorded yet!",
"admin.deploymentLogs.title": "Deployment logs",
"admin.deploymentSettings.ready": "Ready to connect DatoCMS with your Continuous Deployment?",
"admin.integration.howTo": "How to integrate DatoCMS with your site",
"admin.integration.ready": "Ready to start the integration?",
"admin.integration.select": "Please select your static site generator:",
"admin.integration.success.title": "You did it!",
"admin.integration.waiting": "Waiting for the completion of the steps...",
"admin.item.noFields.button": "Edit the model",
"admin.item.noFields.description": "This model currently has no fields: to start creating some records of this type, please head over to the Admin Area > Models section and add some!",
"admin.item.noFields.title": "Add some fields!",
"admin.itemType.create.failure": "Couldn't create the model!",
"admin.itemType.create.success": "Model successfully created",
"admin.itemType.createField.failure": "Couldn't add field!",
"admin.itemType.createField.success": "Field successfully added",
"admin.itemType.destroy.failure": "Couldn't remove the model!",
"admin.itemType.destroy.success": "Model successfully removed",
"admin.itemType.destroyField.failure": "Couldn't remove the field!",
"admin.itemType.destroyField.neededBySlugField": "Field cannot be destroyed as it's used as reference for the \"{slugField}\" slug field!",
"admin.itemType.destroyField.success": "Field successfully removed",
"admin.itemType.duplicateItemType.failure": "Couldn't duplicate the model",
"admin.itemType.duplicateItemType.success": "Model successfully duplicated!",
"admin.itemType.noFields.description": "What kind of information needs to be editable for a record of type \"{name}\"? A title? Some textual content? Maybe an image? Define the different fields we should present to editors of this site.",
"admin.itemType.noFields.title": "Add some fields to this model!",
"admin.itemType.reorderField.failure": "Couldn't reorder fields!",
"admin.itemType.reorderField.success": "Fields successfully reordered",
"admin.itemType.update.failure": "Couldn't update the model!",
"admin.itemType.update.success": "Model successfully updated",
"admin.itemType.updateField.failure": "Couldn't update the field!",
"admin.itemType.updateField.success": "Field successfully updated",
"admin.itemTypes.noItemTypes.description": "Articles, products, categories, team members... what kind of content is your website made of? Create a new \"model\" for every type of object that you want to make editable!",
"admin.itemTypes.noItemTypes.docs": "Read more in our docs",
"admin.itemTypes.noItemTypes.title": "Welcome! Let's give a shape to this backend!",
"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.modularBlock.add.failure": "Couldn't add modular block!",
"admin.modularBlock.add.success": "Modular block added successfully!",
"admin.modularBlock.create.failure": "Couldn't create modular block!",
"admin.modularBlock.create.success": "Modular block created successfully!",
"admin.modularBlock.destroyConfirm": "This modular block is not used in any other field, do you want to completely remove it from the administrative area?",
"admin.modularBlock.noFields.description": "What kind of information needs to be editable for a block of type \"{name}\"? A title? Some textual content? Maybe an image? Define the different fields we should present to editors of this site.",
"admin.modularBlock.noFields.title": "Add some fields to this block!",
"admin.modularBlock.removed.failure": "Couldn't remove modular block!",
"admin.modularBlock.removed.success": "Modular block removed successfully!",
"admin.modularBlock.update.failure": "Couldn't update modular block!",
"admin.modularBlock.update.success": "Modular block updated successfully!",
"admin.site.update.failure": "Couldn't update site settings!",
"admin.site.update.success": "Settings successfully updated",
"admin.version.restore.failure": "Couldn't restore revision!",
"admin.version.restore.success": "Previous revision successfully restored!",
"adminArea.splitPane.apiTokens": "API tokens",
"adminArea.splitPane.uiExtensions": "UI Extensions",
"adminArea.splitPane.deploymentLogs": "Activity log",
"adminArea.splitPane.deploymentSettings": "Environments",
"adminArea.splitPane.itemTypes": "Models",
"adminArea.splitPane.manageEditors": "Users",
"adminArea.splitPane.manageWebhooks": "Webhooks",
"adminArea.splitPane.webhookCalls": "Activity log",
"adminArea.splitPane.manageRoles": "Roles",
"adminArea.splitPane.menuSettings": "Navigation bar",
"adminArea.splitPane.siteSettings": "Global project settings",
"adminArea.splitPane.ssgIntegration": "Static generator settings",
"editor.link_select": "Select input (let editors choose existing records)",
"editor.link_embed": "Embedded form (let editors create new records)",
"editor.links_select": "Select input (let editors choose existing records)",
"editor.links_embed": "Embedded form (let editors create new records)",
"appareance.stringAppareance.plain": "Normal string",
"appareance.stringAppareance.title": "Title (this field represents the record title)",
"editor.wysiwyg": "HTML editor",
"editor.markdown": "Markdown editor",
"editor.textarea": "Simple textarea",
"singleLine.heading": "Show as heading?",
"fieldForm.appeareance.editor": "Choose how this field should be displayed",
"belongsToInput.create": "Add new",
"belongsToInput.replace": "Create new",
"button.default": "Send",
"button.submitting": "Please wait",
"button.uploading": "Waiting for image upload",
"circle_ci.apiToken": "Step 1: Generate API Token",
"circle_ci.apiTokenDescription": "From your CircleCI account generate an account API Token and paste it here:",
"circle_ci.button.default": "Save CircleCI settings",
"circle_ci.config": "Step 3: Edit config file",
"circle_ci.configDescription1": "Add two additional run steps to your .circleci/config.yml file:",
"circle_ci.editorname": "Editorname",
"circle_ci.project": "Step 2: Specify the project name",
"circle_ci.projectDescription": "Find the name of the CircleCI project and paste the project name here:",
"circle_ci.projectDescription3": "Specify the Git branch you want to build:",
"circle_ci.revision": "Branch to build",
"circle_ci.token": "API token",
"circle_ci.vcs": "Specify the version control system type your project uses",
"clipboard.copied": "Copied!",
"clipboard.copy": "Copy",
"color.enableAlpha": "Let editors control the alpha channel?",
"color.presetColors": "Preset colors",
"color.presetColors.hint": "This is useful if you want to present your editors a set of reference colors. Delimit colors with a comma.",
"color.presetColors.placeholder": "#FF0000, #00FF00, #0000FF",
"completeRegistration.password": "Welcome! Please choose a password for your account:",
"completeRegistration.button.default": "Set password and sign in",
"custom.button.default": "Save settings",
"custom.trigger": "Step 1: Trigger URL",
"custom.triggerDescription": "DatoCMS will send a POST request to the specified endpoint on every publish request.",
"custom.triggerUrl": "Specify the URL of the trigger endpoint:",
"custom.triggerUrlPlaceholder": "https://api.yourapp.com/request_build",
"custom.webhook": "Step 2: Status notifications",
"custom.webhookDescription": "After each build, make sure to notify DatoCMS with the status of the publishing operation with a POST request to the following URL:",
"dashboard.description": "Please, select the content you would like to edit in the left sidebar",
"dashboard.title": "Hello {name}!",
"dateTimeInput.insertDate": "Insert date",
"dateTimeInput.insertHour": "Insert hour",
"deployEvent.details.command": "Request we performed",
"deployEvent.details.pages": "Indexed pages",
"deployEvent.details.pages_count": "Number of pages indexed",
"deployEvent.details.reason": "Reason",
"deployEvent.details.requestBody": "Request Body",
"deployEvent.details.requestHeaders": "Request Headers",
"deployEvent.details.responseBody": "Response Body",
"deployEvent.details.responseHeaders": "Response Headers",
"deployEvent.details.responseStatusCode": "Response Status Code",
"deployEvent.details.timestamp": "Event Timestamp",
"deployEvent.detailsTitle": "Event details",
"deployEvent.showDetails": "Show details",
"deployEvent.type.in_progress": "Deploy in progress",
"deployEvent.type.request": "Requested a new build",
"deployEvent.type.request_aborted": "Build aborted",
"deployEvent.type.request_failed": "Failed to request a new build",
"deployEvent.type.request_unprocessable": "Received an invalid webhook",
"deployEvent.type.response_failure": "Build failed",
"deployEvent.type.response_success": "Build completed with success",
"deployEvent.type.response_timeout": "Build took too long to complete",
"deployEvent.type.scrape_complete": "Site spidering completed with success",
"deployEvent.type.scrape_failure": "Site spidering failed",
"deployEvent.type.scrape_in_progress": "Spidering in progress",
"deployEvent.type.scrape_request": "Started site spidering",
"deployPanel.clean.label": "Published",
"deployPanel.createItemTypes.button": "Read more in our docs!",
"deployPanel.createItemTypes.description": "DatoCMS can be seen as a client-friendly interface over a database, so the first step is to build the actual schema upon which users will generate the actual website content.",
"deployPanel.createItemTypes.label": "Next step: define the schema",
"deployPanel.createItemTypes.title": "Let's give a shape to this backend!",
"deployPanel.createItems.button": "Switch to the Content tab",
"deployPanel.createItems.description": "Now that we have some models, you can already start generating content for your website!",
"deployPanel.createItems.label": "Next step: write some content",
"deployPanel.createItems.title": "You can start writing some content!",
"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": "Ouch, the latest deployment process failed!",
"deployPanel.failure.button": "Try building again",
"deployPanel.failure.editor.description": "Please contact your website admins to know what happened... in the meantime, you can try repeating the build process!",
"deployPanel.failure.editor.title": "Damn, we could not build the website!",
"deployPanel.failure.label": "Publication failed",
"deployPanel.failure.user.description": "The latest deploy had some problems, please contact the site administrator.",
"deployPanel.failure.user.title": "Ouch, 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": "We are publishing a new version of the website!",
"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}",
"deploymentEnvironments.production": "Production",
"deploymentEnvironments.staging": "Staging",
"deploymentEnvironments.status.clean": "Deployed and up to date",
"deploymentEnvironments.status.fail": "Last deploy failed",
"deploymentEnvironments.status.neverDeployed": "Never deployed",
"deploymentEnvironments.status.pending": "Build in progress...",
"deploymentEnvironments.status.toConfigure": "Environment not configured",
"deploymentEnvironments.status.touched": "Deployed {date}, some changes not published",
"deploymentSettings.title": "Hosting and automated deploy setup",
"editItem.title": "Update {name}",
"editor.button.default": "Update user",
"editor.editor.create.failure": "Couldn't create user",
"editor.editor.create.success": "Invitation successfully sent!",
"editor.editor.destroy.failure": "Couldn't remove user!",
"editor.editor.destroy.success": "User successfully removed",
"editor.editor.update.failure": "Couldn't update user settings!",
"editor.editor.update.success": "User successfully updated",
"editor.editors.noEditors.description": "You have not shared your site with anyone yet: once you've finished building your administrative area, remember to invite your website editors!",
"editor.editors.noEditors.title": "It feels a little lonely here... ;)",
"editor.email": "Email",
"editor.firstName": "First name",
"editor.isAdmin": "Admin?",
"editor.item.create.failure": "Couldn't create the record!",
"editor.item.create.success": "Record successfully created",
"editor.item.destroy.failure": "Cannot delete the record, as it's required by other records:",
"editor.item.destroy.success": "Record successfully removed",
"editor.item.duplicate.failure": "Couldn't duplicate record!",
"editor.item.duplicate.success": "Record has been successfully duplicated!",
"editor.item.noItems.description": "Start filling it with new \"{name}\" records right away!",
"editor.item.noItems.title": "This collection is empty",
"editor.item.publish.failure": "Couldn't publish the record!",
"editor.item.publish.failure.UNPUBLISHED_LINK": "Couldn't publish the record, as it links the following unpublished records:",
"editor.item.publish.failure.UNPUBLISHED_PARENT": "Couldn't publish the record, as the parent record is not published:",
"editor.item.publish.success": "Record successfully published!",
"editor.item.reorder.failure": "Couldn't reorder the records!",
"editor.item.reorder.success": "Records successfully reordered",
"editor.item.unpublish.failure": "Couldn't unpublish the record!",
"editor.item.unpublish.failure.LINKED_FROM_PUBLISHED_ITEMS": "Couldn't unpublish the record, as the following published records are linked to it:",
"editor.item.unpublish.failure.PUBLISHED_CHILDREN": "Couldn't unpublish the record, as the following children records are still published:",
"editor.item.unpublish.success": "Record successfully unpublished!",
"editor.item.update.failure": "Couldn't update the record!",
"editor.item.update.success": "Record successfully updated",
"editor.lastName": "Last name",
"editor.password": "Password",
"editor.passwordHint": "Fill this field only if you want to change your current password",
"editor.role": "Role associated with this user",
"editor.role.create.failure": "Couldn't create role!",
"editor.role.create.success": "New role created successfully!",
"editor.role.destroy.failure": "Couln't delete role!",
"editor.role.destroy.success": "Role deleted successfully!",
"editor.role.update.failure": "Couldn't update role!",
"editor.role.update.success": "Role updated successfully!",
"editor.site.update.failure": "Couldn't update site settings!",
"editor.site.update.success": "Settings successfully updated",
"editor.upload.create.failure": "Non è stato possibile creare il file!",
"editor.upload.create.success": "File uploaded successfully!",
"editor.upload.destroy.failure": "Cannot delete the upload as it's currently used",
"editor.upload.destroy.failure.UPLOAD_IS_CURRENTLY_IN_USE": "Couldn't delete this upload, as it's currently used in the following records:",
"editor.upload.destroy.failure.UPLOAD_NOT_PASSING_FIELD_VALIDATIONS": "Couldn't update this upload since the following records are failing to pass the validations:",
"editor.upload.destroy.success": "Upload deleted successfully!",
"editor.upload.update.failure": "Couldn't update the upload!",
"editor.upload.update.success": "Upload updated successfully!",
"editor.upload.update.replace": "Replace with a new asset...",
"embedsManyInput.add": "Add new...",
"embedsManyInput.edit": "Edit",
"embedsManyInput.modal.addTitle": "Add {name}",
"embedsManyInput.modal.editTitle": "Edit {name}",
"embedsManyInput.remove": "Remove",
"field.apiKey": "Field ID",
"field.apiKeyHint": "It is generated automatically based on the name and will appear in the API responses",
"field.appeareance": "Presentation mode",
"field.appeareanceHint": "Please choose the most appropriate type of input to present this field to site editors",
"field.button.default": "Save field",
"field.button.submitting": "Please wait",
"field.config": "Settings",
"field.convert": "Do you want to convert this field into a { field_type } field?",
"field.defaultValue": "Default Value",
"field.defaultValueHint": "The field will pre-filled with this value",
"field.defaultValuePlaceholder": "Please insert default value here",
"field.field_type": "Field type",
"field.hint": "Help text",
"field.hintHint": "This help text will show up below the field",
"field.hintPlaceholder": "Insert your text help here",
"field.label": "Name",
"field.labelHint": "The name to show to the editors",
"field.localized": "Enable localization on this field?",
"field.localizedHint": "Activate if you want this field to accept different values based on language",
"field.validators": "Validations",
"field.validatorsHint": "Specify any integrity rule to enforce on this field",
"fieldError.INVALID_FOR_CURRENT_PLAN": "Field not valid under the current plan",
"fieldError.FLOAT": "Field must a floating point number",
"fieldError.GREATER_DATE_THAN": "Date must be greater than the previous one",
"fieldError.GREATER_THAN": "Field must be bigger than the previous one",
"fieldError.INTEGER": "Field must a positive integer",
"fieldError.INVALID_EMAIL": "Email not valid",
"fieldError.INVALID_FORMAT": "Format not valid",
"fieldError.INVALID_URL": "Field must be a valid URL",
"fieldError.JSON": "Field must be valid JSON",
"fieldError.MAX_LENGTH": "Field cannot be more than { max_length } characters",
"fieldError.MIN_ARRAY_LENGTH": "Field must contain at least { min_length } values",
"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",
"fieldError.MULTIPLE_INSTANCES_OF_SINGLETON": "Cannot convert to single instance as currently there is more than one record of this kind!",
"fieldError.REQUIRED_FIELD": "Field is required",
"fieldError.SINGLETONS_CANNOT_BE_USED_AS_REFERENCE": "Cannot convert to single instance as this model is currently referenced in some Link, Links or Modular content field!",
"fieldError.SQUARE_IMAGE": "Image must be square",
"fieldError.VALIDATION_DATE_RANGE": "{ valorizedKeys, select, min { Date must be greater or equal than {min} } max { Date cannot be less or equal than {max} } max_min { Date must be between {min} and {max} } }",
"fieldError.VALIDATION_DATE_TIME_RANGE": "{ valorizedKeys, select, min { Date must be greater or equal than {min} } max { Date cannot be less or equal than {max} } max_min { Date must be between {min} and {max} } }",
"fieldError.VALIDATION_ENUM": "Field must contain one of the allowed values: { values }",
"fieldError.VALIDATION_EXTENSION": "{ valorizedKeys, select, extensions { Field must contain one of the allowed values: { extensions } } predefined_list { Field must contain files of type { predefined_list } } }",
"fieldError.VALIDATION_FILE_SIZE": "{ valorizedKeys, select, min_unit_min_value { File must be at least {min_value}{min_unit} } max_unit_max_value { File cannot exceed {max_value}{max_unit} } max_unit_max_value_min_unit_min_value { File size must be between {min_value}{min_unit} and {max_value}{max_unit} } }",
"fieldError.VALIDATION_FORMAT": "{ valorizedKeys, select, custom_pattern { Field must respect a specific format } predefined_pattern { Field must be a valid { predefined_pattern, select, email { email address} url { URL } } } }",
"fieldError.VALIDATION_INVALID": "Field is invalid",
"fieldError.VALIDATION_JSON": "Field must be valid JSON",
"fieldError.VALIDATION_LENGTH": "{ valorizedKeys, select, min { Field must be at least {min} characters } max { Field cannot be more than {max} characters } max_min { Field length must be between {min} and {max} characters } eq { Field must be {eq} characters } }",
"fieldError.VALIDATION_NUMBER_RANGE": "{ valorizedKeys, select, min { Field value must be greater or equal than {min} } max { Field value cannot be less or equal than {max} } max_min { Field value must be between {min} and {max} } }",
"fieldError.VALIDATION_PLURAL": "The API identifier must expressed in singular form (ie. article, not articles)",
"fieldError.VALIDATION_REQUIRED": "Field is required",
"fieldError.VALIDATION_RESERVED": "This specified value is reserved and cannot be used",
"fieldError.VALIDATION_SIZE": "{ valorizedKeys, select, min { There must be at least {min} items } max { It is not possible to add more than {max} items } max_min { There must be a number of items between {min} and {max} } eq { Number of items must be exactly {eq} } }",
"fieldError.VALIDATION_UNIQUE": "Field must contain an unique value",
"fieldError.VALIDATION_UNIQUENESS": "Field must contain an unique value",
"fieldError.VALIDATION_ITEMS_ITEM_TYPE": "Field cannot contain records of the provided model",
"fieldForm.tab.basic": "Settings",
"fieldForm.tab.defaultValue": "Default value",
"fieldForm.tab.presentation": "Presentation",
"fieldForm.tab.validations": "Validations",
"fieldGroup.boolean.description": "Yes or no, 1 or 0, true or false",
"fieldGroup.boolean.title": "Boolean",
"fieldGroup.color.description": "RGB/Hex color, with or without alpha",
"fieldGroup.color.title": "Color",
"fieldGroup.datetime.description": "Event date, opening hours",
"fieldGroup.datetime.title": "Date and time",
"fieldGroup.json.description": "Custom metadata for your models",
"fieldGroup.json.title": "JSON",
"fieldGroup.location.description": "Coordinates: latitude and longitude",
"fieldGroup.location.title": "Location",
"fieldGroup.media.description": "Images, videos, PDFs and other files",
"fieldGroup.media.title": "Media",
"fieldGroup.number.description": "ID, order number, rating, quantity",
"fieldGroup.number.title": "Number",
"fieldGroup.reference.description": "Ie. a blog post can reference its author(s)",
"fieldGroup.reference.title": "Links",
"fieldGroup.rich_text.description": "Compose content w/ text, images, videos...",
"fieldGroup.rich_text.title": "Modular content",
"fieldGroup.seo.description": "Permalinks, slugs, meta tags",
"fieldGroup.seo.title": "SEO",
"fieldGroup.text.description": "Titles, names, paragraphs",
"fieldGroup.text.title": "Text",
"fieldRow.edit": "Settings",
"fieldRow.remove": "Delete",
"fieldType.boolean": "Boolean",
"fieldType.color": "Color",
"fieldType.date": "Date",
"fieldType.date_time": "DateTime",
"fieldType.file": "Single file",
"fieldType.float": "Floating-point number",
"fieldType.gallery": "Multiple files",
"fieldType.image": "Image",
"fieldType.integer": "Integer number",
"fieldType.json": "JSON",
"fieldType.lat_lon": "Geolocation",
"fieldType.link": "Single link",
"fieldType.links": "Multiple links",
"fieldType.rich_text": "Modular content",
"fieldType.seo": "SEO meta tags",
"fieldType.slug": "Slug",
"fieldType.string": "Single-line string",
"fieldType.text": "Multiple-paragraph text",
"fieldType.video": "Video",
"fieldTypeHint.date": "Displays a calendar field",
"fieldTypeHint.date_time": "Allows to manage both date and time",
"fieldTypeHint.file": "Upload a single image/file",
"fieldTypeHint.float": "3.14159265389",
"fieldTypeHint.gallery": "Manage a collection of images/files",
"fieldTypeHint.image": "Upload a single image",
"fieldTypeHint.integer": "1, 2, 3, 5, 8, 13, ...",
"fieldTypeHint.link": "Link to a single external record",
"fieldTypeHint.links": "Link to a collection of external records",
"fieldTypeHint.seo": "Manage title, description, OpenGraph cards, etc.",
"fieldTypeHint.slug": "Generate the record permalink based on another text field",
"fieldTypeHint.string": "Ideal for titles, headings, etc.",
"fieldTypeHint.text": "For Markdown, HTML or plain text",
"fieldTypeHint.video": "Supports YouTube/Vimeo URLs",
"fileInput.error.notAnImage": "extension must be one of PNG, GIF, JPG, SVG",
"fileInput.error.tooBig": "dimensions exceed 150MB",
"fileInput.invalidFile": "File invalid: {error}!",
"fileInput.uploadError": "Couldn't upload file",
"form.editAccessToken.title": "Edit API Access Token",
"form.editAccessTokenForm.refreshToken": "Regenerate API token",
"form.editEditorForm.delete": "Delete",
"form.editEditorForm.title": "Edit user",
"form.editRoleForm.delete": "Delete",
"form.editRoleForm.title": "Edit role",
"form.fileInput.buttonLabel": "Add new file",
"form.fileInput.cancelButton": "Cancel upload",
"form.fileInput.dragHere": "Drag a file here",
"form.fileInput.emptyButtonLabel": "or Browse",
"form.fileInput.hint": "Max size 150MB",
"form.fileInput.noFiles": "No file specified",
"form.fileInput.openMediaGallery": "Media gallery",
"form.fileInput.removeImage": "Remove",
"form.fileInput.uploadInProgress": "Uploading... { percentage }%",
"form.fileGalleryInput.buttonLabel": "Add new file",
"form.fileGalleryInput.cancelButton": "Cancel upload",
"form.fileGalleryInput.dragHere": "Drag some files here",
"form.fileGalleryInput.emptyButtonLabel": "or Browse",
"form.fileGalleryInput.hint": "Max size 150MB",
"form.fileGalleryInput.noFile": "No files present",
"form.fileGalleryInput.openMediaGallery": "Media gallery",
"form.fileGalleryInput.removeImage": "Remove",
"form.fileGalleryInput.uploadInProgress": "Uploading... { percentage }%",
"form.imageGalleryInput.buttonLabel": "Add new images",
"form.imageGalleryInput.cancelButton": "Cancel upload",
"form.imageGalleryInput.dragHere": "Drag some images here",
"form.imageGalleryInput.emptyButtonLabel": "or Browse",
"form.imageGalleryInput.hint": "Max size 150MB",
"form.imageGalleryInput.noFile": "No images present",
"form.imageGalleryInput.openMediaGallery": "Media gallery",
"form.imageGalleryInput.removeImage": "Remove",
"form.imageGalleryInput.uploadInProgress": "Uploading... { percentage }%",
"form.globalSeoInput.edit": "Edit",
"form.globalSeoInput.notProvided": "Global SEO settings not present on this website",
"form.globalSeoInput.reset": "Reset",
"form.imageInput.buttonLabel": "Add new image",
"form.imageInput.cancelButton": "Cancel upload",
"form.imageInput.dragHere": "Drag an image here",
"form.imageInput.emptyButtonLabel": "or Browse",
"form.imageInput.hint": "Max size 150MB",
"form.imageInput.noFile": "No image specified",
"form.imageInput.openMediaGallery": "Media Gallery",
"form.imageInput.removeImage": "Remove",
"form.imageInput.uploadInProgress": "Uploading... { percentage }%",
"form.newAccessToken.title": "New API Access Token",
"form.newEditorForm.title": "Invite a new user",
"form.newRoleForm.title": "Create a new role",
"formLocaleSwitcher.errorsCount": "{errors} errors",
"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.INSUFFICIENT_PERMISSIONS": "Your role does not permit this action",
"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.TITLE_ALREADY_PRESENT": "There can only be one Title field per model",
"gitlab.branch": "Specify the Git branch you want to build:",
"gitlab.button.default": "Save Gitlab settings",
"gitlab.token": "Trigger token",
"gitlab.trigger": "Step 1: Create Trigger",
"gitlab.triggerDescription1": "Go to your Gitlab project, create a new Trigger and paste here the generated trigger token:",
"gitlab.triggerDescription3": "Paste here the curl URL:",
"gitlab.triggerUrl": "Trigger URL",
"gitlab.webhook": "Step 2: Create Webhook",
"gitlab.webhookDescription": "Copy the following URL and use it to create a Webhook of type \"Pipeline events\":",
"globalSeo.button.default": "Update SEO fields",
"globalSeo.facebookPageUrl": "Facebook page address",
"globalSeo.fallbackSeo": "Default SEO settings",
"globalSeo.siteName": "Website name",
"globalSeo.title": "Fallback title (if missing)",
"globalSeo.titleSuffix": "Title suffix",
"globalSeo.twitterAccount": "Twitter account",
"globalSeoInput.modalTitle": "Edit SEO settings",
"imageInput.error.tooBig": "dimensions exceed 150MB",
"imageMetadata.alt": "Alternate text",
"imageMetadata.button.default": "Save",
"imageMetadata.title": "Title",
"imageMetadata.image": "Image",
"integration.step1.success": "Command received, hurray!",
"item.button.default": "Save record",
"item.duplicate": "Duplicate",
"item.edit": "Edit { itemType }",
"item.remove": "Delete",
"item.shortStatus.draft": "Draft",
"item.shortStatus.published": "Published",
"item.shortStatus.updated": "Updated",
"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": "Updated (unpublished changes)",
"item.unpublish": "Mark as draft (unpublish)",
"item.untitled": "No title",
"itemType.add": "Add model",
"itemType.addField": "Add {fieldType} field",
"itemType.addModularBlock": "Add Modular Content block",
"itemType.api_key": "Model ID",
"itemType.api_key.hint": "It is generated automatically based on the name and will appear in the API responses",
"itemType.api_key.placeholder": "article",
"itemType.button.default": "Save model",
"itemType.chooseFieldType": "Choose a field type",
"itemType.duplicate": "Duplicate",
"itemType.edit": "Edit model",
"itemType.editField": "Edit Field",
"itemType.editItemType": "Edit Model",
"itemType.editModularBlock": "Edit Modular Content block",
"itemType.modularBlock.add": "Add new block",
"itemType.name": "Name",
"itemType.name.hint": "Please write it down in singular form (ie. \"Article\", not \"Articles\")",
"itemType.name.placeholder": "Article",
"itemType.orderingDirection": "Ordering direction",
"itemType.orderingField": "Select the ordering field",
"itemType.orderingMethod": "How should we order this collection of records?",
"itemType.row.add": "Add new field",
"itemType.row.delete": "Delete",
"itemType.row.edit": "Settings",
"itemType.singleton": "Single instance?",
"itemType.singleton.guide": "Read more about single-instance models vs collections in our docs",
"itemType.singleton.hint": "Do you need to manage a collection of records of this kind, or just a single one?",
"itemType.draftMode": "Enable draft/published system?",
"itemType.draftMode.guide": "Read more about draft/published system in our docs",
"itemType.draftMode.hint": "If enabled, changes made to records won't be immediately published but instead put in draft",
"itemType.allLocalesRequired": "All locales required?",
"itemType.allLocalesRequired.hint": "Records must define values for all the site's locales",
"latLonInput.search": "Search address...",
"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",
"menu.settings": "Settings",
"menuItem.button.default": "Save Menu item",
"menuItem.itemType": "Connected model",
"menuItem.label": "Label",
"menuItems.add": "Add Menu item",
"menuItems.noMenuItems": "Your navigation bar is empty... let your editors create new content for all the Models available!",
"menuPage.noItemType": "No model",
"menuitem.add": "Add Menu item",
"menuitem.edit": "Edit Menu item",
"menuitem.fieldrow.delete": "Delete",
"menuitem.fieldrow.edit": "Edit",
"messages.areyousure": "Are you sure?",
"messages.notsaved": "There are some changes to the data inserted in the form which are not saved. Are you sure you want to leave the page?",
"modal.close": "Close",
"modularBlock.existing": "Pick existing",
"modularBlock.new": "Create new",
"nav.adminArea": "Settings",
"nav.contentTabHint.content": "Inside this tab you (and the site editors) can manage the content of the website. Try to create some new content now!",
"nav.contentTabHint.title": "Great, now it's time write some content!",
"nav.documentation": "Docs/Support",
"nav.logout": "Log out",
"nav.manageItemTypes": "Content",
"nav.mediaArea": "Media",
"navigationBar.dashboard": "Back to Dashboard",
"netlify.success": "Great, integration with Netlify project \"{name}\" completed successfully, you can now save your settings!",
"newItem.filter": "Filter results...",
"newItem.title": "Add {name}",
"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.requestPasswordReset.create.failure": "Couldn't proceed with the process of retrieving your password!",
"noAuth.requestPasswordReset.create.success": "We sent you an email to proceed to retrieve your password!",
"noAuth.requestPasswordReset.goToSignIn": "I know my credentials",
"noAuth.requestPasswordReset.title": "Request new password",
"noAuth.resetPassword.create.failure": "Couldn't update password!",
"noAuth.resetPassword.create.success": "Password successfully edited, welcome back!",
"noAuth.resetPassword.title": "Password reset",
"noAuth.signIn.create.failure": "Couldn't login!",
"noAuth.signIn.create.success": "Successfully logged in, welcome!",
"noAuth.signIn.gotoRequestPasswordReset": "Forgot password?",
"noAuth.signIn.logout.success": "Successfully logged out, bye!",
"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?!",
"notifications.hide": "Hide this message",
"permissionDenied.subtitle": "Your account does not have enough priviledges to access this area",
"permissionDenied.title": "Permission denied",
"requestPasswordReset.button.default": "Send new password",
"resetPassword.button.default": "Set password",
"richText.add": "Add new content block...",
"role.button.default": "Update role",
"role.canEditFavicon": "Can modify site's favicon, global SEO settings and site indexing policy",
"role.canEditSchema": "Can modify models, fields and navigation bar",
"role.canEditSite": "Can modify site languages, deploy settings and timezones",
"role.canManageAccessTokens": "Can manage API Access tokens",
"role.canManageDeploymentEnvironments": "Can manage Deployment environments",
"role.canManageWebhooks": "Can manage Webhooks",
"role.canManageUsers": "Can manage roles and invite/remove users",
"role.canPerformSiteSearch": "Can perform Site Search API calls",
"role.canPublishToProduction": "Can publish to Production environment",
"role.canPublishToStaging": "Can publish to Staging environment",
"role.canPublishRecords": "Can publish records",
"role.name": "Name",
"scrapeFailureReason.MISSING_FRONTEND_URL": "No frontend URL is configured for this environment!",
"section.managePreferences": "Manage global site settings",
"semaphore.authenticationToken": "Step 1: Find your authentication token",
"semaphore.authenticationTokenDescription": "Go to your account Settings page and paste here your Authentication Token:",
"semaphore.branch": "Specify the Git branch you want to build:",
"semaphore.button.default": "Save Semaphore settings",
"semaphore.notification": "Step 3: Create a notification",
"semaphore.notificationDescription": "Copy the following URL and use it to create a Webhook notification in your Semaphore project Settings page:",
"semaphore.projectHashId": "Step 2: Find your Project hash_id",
"semaphore.projectHashIdDescription": "Open to your project Settings page, go in the Admin tab and paste here your project's hash_id:",
"seo.button.default": "Save SEO settings",
"seo.description": "Description",
"seo.image": "Sharing image (Facebook, Twitter, Google+)",
"seo.title": "Title",
"seoInput.blank": "No SEO setting configured",
"seoInput.edit": "Edit",
"seoInput.modalTitle": "Edit SEO settings",
"seoInput.remove": "Remove",
"settings.button.default": "Save settings",
"settings.favicon": "Favicon",
"settings.globalSeo": "Global SEO settings",
"settings.noIndex": "Prevent your site from being indexed by search engines?",
"signin.button.default": "Login",
"signin.email": "Email",
"signin.otp": "Authentication code",
"signin.otp.hint": "Open the two-factor authentication app on your device and enter your authentication code to verify your identity",
"signin.otp.placeholder": "123 456",
"signin.password": "Password",
"deploymentEnvironment.accessPolicy.label": "Authentication and access data",
"deploymentEnvironment.accessPolicy.hint": "This optional field specifies settings for the exigo authenticating proxy",
"deploymentEnvironment.name.label": "Name",
"form.editDeploymentEnvironmentForm.title": "Edit Deployment environment",
"form.newDeploymentEnvironmentForm.title": "New Deployment environment",
"form.editDeploymentEnvironmentForm.delete": "Delete",
"site.button.default": "Save Settings",
"deploymentEnvironment.deployAdapter": "Please select the external service you're using to build and deploy your static website:",
"site.deployAdapters.circle_ci": "CircleCI",
"site.deployAdapters.custom": "Custom webhook",
"site.deployAdapters.gitlab": "Gitlab",
"site.deployAdapters.netlify": "Netlify",
"site.deployAdapters.netlifySub": "Recommended for new sites: one-click setup, handles site building + CDN hosting",
"site.deployAdapters.none": "None",
"site.deployAdapters.semaphore": "Semaphore",
"site.deployAdapters.travis": "Travis",
"deploymentEnvironment.frontendUrl.hint": "Please specify the URL where the final static website will be hosted",
"deploymentEnvironment.frontendUrl.label": "Website frontend URL",
"site.locales.docs": "Read more about localization in our docs",
"site.locales.hint": "Please select the languages you want to enable in this administrative area",
"site.locales.label": "Supported languages",
"site.name.label": "Administrative area title",
"site.require2fa.hint": "If enabled, users of this site will be required to insert a one-time-password to sign in.",
"site.require2fa.label": "Two-factor authentication",
"deploymentEnvironment.spidering.guide": "Learn how to integrate DatoCMS search into your site in our docs",
"deploymentEnvironment.spidering.hint": "Everytime your site gets deployed, we'll respider it to get updated content",
"deploymentEnvironment.spidering.hintWithLimit": "Everytime your site gets deployed, we'll respider it to get updated content. Your plan for this site limits the number of indexable pages to {limit}.",
"deploymentEnvironment.spidering.label": "Enable Site search (beta)",
"site.ssg.guide": "Learn how to integrate your static website with DatoCMS in our docs",
"site.ssg.hint": "DatoCMS supports every static website generator, offering a simple, agnostic CLI integration tool",
"site.ssg.label": "Your project static website generator",
"site.themeHue.hint": "Feel free to change the primary color of this administrative area to better match your project identity",
"site.themeHue.label": "Theme color",
"site.timezone": "Timezone",
"slug.urlPrefix": "URL prefix",
"slug.urlPrefix.hint": "Specify the real URL prefix for this slug (will be shown in the editor)",
"slug.urlPrefix.placeholder": "http://www.example.com/items/",
"ssg.gatsby": "Gatsby",
"ssg.hexo": "Hexo",
"ssg.hugo": "Hugo",
"ssg.jekyll": "Jekyll",
"ssg.metalsmith": "Metalsmith",
"ssg.middleman": "Middleman",
"ssg.other": "Other",
"travis.branch": "Specify the Git branch you want to build:",
"travis.button.default": "Save Travis settings",
"travis.config": "If you want to <a target=\"_blank\" href=\"https://docs.travis-ci.com/user/triggering-builds/\">override the some settings contained in your .travis.yml</a>, you can paste here the JSON payload for the <code>\"config\"</code> parameter of the build request:",
"travis.configHint": "This can be useful to pass different environment variables, script commands or deployment settings during the build",
"travis.repo": "Specify the Github repository of your project:",
"travis.selectRepo": "Step 1: Specify your repository",
"travis.trigger": "Step 2: Obtain API token",
"travis.triggerDescription1": "Follow <a target=\"_blank\" href=\"https://docs.travis-ci.com/user/triggering-builds/\">this guide</a> to obtain your API token, then paste it here:",
"travis.webhook": "Step 3: Edit .travis.yml",
"travis.webhookDescription": "Add the following lines to your .travis.yml config file:",
"validator.date_range.hint": "Specify an early and/or latest allowed date for this field",
"validator.date_range.title": "Accept only specified date range",
"validator.date_time_range.hint": "Specify an early and/or latest allowed date time for this field",
"validator.date_time_range.title": "Accept only specified date time range",
"validator.enum.hint": "You won't be able to publish a record if the field value is not in the list of specified values",
"validator.enum.title": "Accept only specified values",
"validator.enum.valuePlaceholder": "foo, bar, qux",
"validator.extension.hint": "You won't be able to publish a record if the file doesn't end with one the specified values",
"validator.extension.title": "Accept only specified extensions",
"validator.file_size.hint": "Specify a minimum and/or maximum allowed file size",
"validator.file_size.title": "Accept only specified file size",
"validator.format.hint": "Make this field match a pattern: e-mail address, URI, or a custom regular expression",
"validator.format.title": "Match a specific pattern",
"validator.item_item_type.hint": "Make this field only accept records from specified model(s)<br/><a href=\"https://docs.datocms.com/schema/links.html\" target=\"_blank\">Read more about Link fields in our docs</a>",
"validator.item_item_type.title": "Accept only specified model",
"validator.items_item_type.title": "Accept only specified models",
"validator.length.hint": "Specify a minimum and/or maximum allowed number of characters",
"validator.length.title": "Limit character count",
"validator.links.items_item_type.hint": "Make this field only accept records from specified model(s)<br/><a href=\"https://docs.datocms.com/schema/links.html\" target=\"_blank\">Read more about Link fields in our docs</a>",
"validator.links.items_item_type.title": "Accept only specified model",
"validator.number_range.hint": "Specify a minimum and/or maximum value",
"validator.number_range.title": "Range",
"validator.required.hint": "You won't be able to publish a record if this field is empty",
"validator.required.title": "Required",
"validator.rich_text_blocks.hint": "The idea behind this field is to give your editors the choice to compose their content by alternating an arbitrary number of lower-level models that will be used as \"building blocks\". Authors will be able to choose, populate and reorder these blocks as needed. <a href=\"https://docs.datocms.com/schema/modular-content.html\" target=\"_blank\">Read more in our docs</a>",
"validator.rich_text_blocks.title": "Specify the models to be used as \"building blocks\" for this field",
"validator.size.hint": "Specify a minimum and/or maximum allowed number of records",
"validator.size.title": "Accept only a specified number of records",
"validator.unique.hint": "You won't be able to publish a record if there is an existing record with identical content",
"validator.unique.title": "Unique field",
"validator.slug_title_field.title": "Reference field",
"validator.slug_title_field.hint": "Field from which it will be automatically generated a slug, unless manually specified",
"validators.date_range.and": "and",
"validators.date_range.between": "Between",
"validators.date_range.max": "No more than",
"validators.date_range.maxValue": "max",
"validators.date_range.min": "At least",
"validators.date_range.minValue": "min",
"validators.date_time_range.and": "and",
"validators.date_time_range.between": "Between",
"validators.date_time_range.max": "No more than",
"validators.date_time_range.maxValue": "max",
"validators.date_time_range.min": "At least",
"validators.date_time_range.minValue": "min",
"validators.enum.hint": "Separate each value with a comma",
"validators.enum.valuePlaceholder": "foo, bar, qux",
"validators.extension.csv": "Custom",
"validators.extension.document": "Document",
"validators.extension.hint": "Separate each value with a comma (match is case insensitive)",
"validators.extension.image": "Image",
"validators.extension.valuePlaceholder": "zip, pdf",
"validators.extension.video": "Video",
"validators.file_size.and": "and",
"validators.file_size.between": "Between",
"validators.file_size.max": "No more than",
"validators.file_size.maxValue": "max",
"validators.file_size.min": "At least",
"validators.file_size.minValue": "min",
"validators.file_size.unit.kib": "KB",
"validators.file_size.unit.mib": "MB",
"validators.format.custom": "Custom format",
"validators.format.email": "Email",
"validators.format.hint": "Please insert a regular expression",
"validators.format.placeholder": "^(foo|bar)$",
"validators.format.url": "URL",
"validators.length.and": "and",
"validators.length.between": "Between",
"validators.length.eq": "Exactly",
"validators.length.eqValue": "value",
"validators.length.max": "No more than",
"validators.length.maxValue": "max",
"validators.length.min": "At least",
"validators.length.minValue": "min",
"validators.number_range.and": "and",
"validators.number_range.between": "Between",
"validators.number_range.max": "No more than",
"validators.number_range.maxValue": "max",
"validators.number_range.min": "At least",
"validators.number_range.minValue": "min",
"validators.size.and": "and",
"validators.size.between": "Between",
"validators.size.eq": "Exactly",
"validators.size.eqValue": "value",
"validators.size.max": "No more than",
"validators.size.maxValue": "max",
"validators.size.min": "At least",
"validators.size.minValue": "min",
"validators.size_range.between": "Between",
"validators.size_range.eq": "Exactly",
"validators.size_range.max": "No more than",
"validators.size_range.min": "At least",
"videoInput.hint": "Copy and paste here the address of the page containing a YouTube, Vimeo or Facebook video:",
"videoInput.invalidUrl": "Invalid URL!",
"videoInput.noVideo": "No video specified",
"videoInput.remove": "Remove video",
"dateTime.timeInterval": "Time interval",
"dateTime.minutes": "{minutes, plural, one { 1 minute } other { {minutes} minutes} }",
"itemTypeForm.tab.basic": "Basic info",
"itemTypeForm.tab.extra": "Additional settings",
"globalError.INVALID_SITE.title": "This project doesn't exist!",
"globalError.INVALID_SITE.body": "Sorry, but no DatoCMS project exists under this domain. If you think this is an error, please contact our support team at <a href='mailto:[email protected]'>[email protected]</a>.",
"globalError.DEACTIVATED_SITE.title": "Project deactivated!",
"globalError.DEACTIVATED_SITE.body": "Sorry but due to invoicing problems this project has been temporarly deactivated. Please contact your administrators to solve the issue.",
"globalError.UNDER_MAINTENANCE.title": "We'll be back soon!",
"globalError.UNDER_MAINTENANCE.body": "Sorry for the inconvenience but we're performing some maintenance at the moment. You can check our <a href='https://status.datocms.com' target='_blank'>Status page</a> to follow progress or contact our support team at <a href='mailto:[email protected]'>[email protected]</a>.",
"planUpgradeRequired.users.description": "You've reached the maximum number of users your plan allows to invite to the project.",
"planUpgradeRequired.otp.description": "Two-factor authentication cannot be on the current plan.",
"planUpgradeRequired.items.description": "You've reached the maximum number of records your plan allows to create.",
"planUpgradeRequired.item_types.description": "You've reached the maximum number of models your plan allows to create.",
"planUpgradeRequired.roles.description": "You've reached the maximum number of roles your plan allows to create.",
"planUpgradeRequired.locales.description": "You've reached the maximum number of locales your plan allows.",
"planUpgradeRequired.uploadable_bytes.description": "You've reached the file storage limits of your site's current plan.",
"genericError.PLAN_UPGRADE_REQUIRED": "Cannot proceed, please upgrade plan!",
"editor.deploymentEnvironment.update.success": "Deployment environment successfully updated!",
"editor.deploymentEnvironment.update.failure": "Couldn't update deployment environment!",
"editor.deploymentEnvironment.create.success": "Deployment environment successfully created!",
"editor.deploymentEnvironment.create.failure": "Couldn't create deployment environment!",
"editor.deploymentEnvironment.destroy.success": "Deployment environment successfully deleted!",
"editor.deploymentEnvironment.destroy.failure": "Couldn't delete deployment environment!",
"form.newUiExtension.title": "Create new UI Extension",
"uiExtension.button.default": "Save UI Extension",
"uiExtension.name": "Name",
"uiExtension.url": "Extension URL",
"uiExtension.field_types": "Field types",
"uiExtension.sidebar": "Render in sidebar?",
"uiExtension.sidebar.hint": "Hides the extension from the entry editor and instead renders it the sidebar",
"uiExtension.parameter_definitions": "Parameter definitions",
"form.editUiExtension.title": "Edit UI Extension",
"webhookCall.details.pages": "Indexed pages",
"webhookCall.details.pages_count": "Number of pages indexed",
"webhookCall.details.requestBody": "Request Body",
"webhookCall.details.requestHeaders": "Request Headers",
"webhookCall.details.responseBody": "Response Body",
"webhookCall.details.responseHeaders": "Response Headers",
"webhookCall.details.responseStatusCode": "Response Status Code",
"webhookCall.details.timestamp": "Event Timestamp",
"webhookCall.details.requestUrl": "Request Url",
"webhookCall.resendWebhook": "Resend",
"webhookCall.detailsTitle": "Event details",
"admin.webhookCalls.title": "Webhooks activity log",
"admin.webhookCalls.noEvents.title": "No activity so far",
"admin.webhookCalls.instructions": "Here you can monitor your webhooks in real-time. If something goes wrong, this is the first place to look for hints",
"itemType.titleField": "Title field",
"markdownEditor.toolbar": "Toolbar buttons",
"markdownEditor.toolbar.hint": "Configure which formatting options will be provided to editors",
"markdownEditor.toolbar.heading": "Heading",
"markdownEditor.toolbar.bold": "Bold",
"markdownEditor.toolbar.italic": "Italic",
"markdownEditor.toolbar.strikethrough": "Strikethrough",
"markdownEditor.toolbar.unordered_list": "Unordered list",
"markdownEditor.toolbar.ordered_list": "Ordered list",
"markdownEditor.toolbar.quote": "Quote",
"markdownEditor.toolbar.link": "Add link",
"markdownEditor.toolbar.image": "Add image",
"markdownEditor.toolbar.fullscreen": "Fullscreen",
"wysiwygEditor.toolbar": "Toolbar buttons",
"wysiwygEditor.toolbar.hint": "Configure which formatting options will be provided to editors",
"wysiwygEditor.toolbar.format": "Format",
"wysiwygEditor.toolbar.bold": "Bold",
"wysiwygEditor.toolbar.italic": "Italic",
"wysiwygEditor.toolbar.strikethrough": "Strikethrough",
"wysiwygEditor.toolbar.unordered_list": "Unordered list",
"wysiwygEditor.toolbar.ordered_list": "Ordered list",
"wysiwygEditor.toolbar.quote": "Quote",
"wysiwygEditor.toolbar.link": "Add link",
"wysiwygEditor.toolbar.image": "Add image",
"wysiwygEditor.toolbar.table": "Add table",
"wysiwygEditor.toolbar.show_source": "Show HTML source",
"wysiwygEditor.toolbar.undo": "Undo",
"wysiwygEditor.toolbar.redo": "Redo",
"wysiwygEditor.toolbar.align_left": "Align left",
"wysiwygEditor.toolbar.align_center": "Align center",
"wysiwygEditor.toolbar.align_right": "Align right",
"wysiwygEditor.toolbar.align_justify": "Align justify",
"wysiwygEditor.toolbar.outdent": "Outdent",
"wysiwygEditor.toolbar.indent": "Indent",
"wysiwygEditor.toolbar.fullscreen": "Fullscreen",
"webhookCalls.event.item.create": "Record creation",
"webhookCalls.event.item.update": "Record update",
"webhookCalls.event.item.delete": "Record deletion",
"webhookCalls.event.item.publish": "Record publication",
"webhookCalls.event.item.unpublish": "Record marked as draft",
"webhookCalls.event.item_type.create": "Model creation",
"webhookCalls.event.item_type.update": "Model update",
"webhookCalls.event.item_type.delete": "Model deletion",
"webhookCalls.event.upload.create": "Upload creation",
"webhookCalls.event.upload.update": "Upload update",
"webhookCalls.event.upload.delete": "Upload deletion",
"webhookCalls.event.deployment_environment.deploy_started": "Deploy started",
"webhookCalls.event.deployment_environment.deploy_succeeded": "Deploy succeeded",
"webhookCalls.event.deployment_environment.deploy_failed": "Deploy failed"
}