forked from datocms/translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.json
1604 lines (1604 loc) · 107 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
{
"accessToken.apiKey": "API key",
"accessToken.button.default": "Save API Token",
"accessToken.button.submitting": "Please wait",
"accessToken.canAccessCda": "Can access the Content Delivery API",
"accessToken.canAccessCda.hint": "GraphQL Endpoint: https://graphql.datocms.com/",
"accessToken.canAccessCdaPreview": "Can access the Content Delivery API with draft content",
"accessToken.canAccessCdaPreview.hint": "GraphQL Endpoint: https://graphql.datocms.com/preview",
"accessToken.canAccessCma": "Can access the Content Management API",
"accessToken.canAccessCma.hint": "REST Endpoint: https://site-api.datocms.com/*",
"accessToken.info": "This API token is present in every DatoCMS space and cannot be edited or deleted.",
"accessToken.name": "Name",
"accessToken.notEditable": "Non editable",
"accessToken.permissions": "Permissions",
"accessToken.role": "Role associated with this API token",
"accessToken.token": "API Token",
"admin.accessToken.create.failure": "Couldn't create API token!",
"admin.accessToken.create.success": "API token created successfully!",
"admin.accessToken.destroy.failure": "Couldn't delete API token!",
"admin.accessToken.destroy.newCreator.description": "\n Before removing the { user } API token from this project,\n please specify to which user the ownership of its records will be\n transferred to:\n ",
"admin.accessToken.destroy.newCreator.field": "Destination user",
"admin.accessToken.destroy.newCreator.submit.default": "Transfer records to this user",
"admin.accessToken.destroy.newCreator.title": "Transfer records",
"admin.accessToken.destroy.success": "API token deleted successfully!",
"admin.accessToken.regenerateToken.failure": "Couldn't update API token!",
"admin.accessToken.regenerateToken.success": "API token regenerated successfully!",
"admin.accessToken.update.failure": "Couldn't update API token!",
"admin.accessToken.update.success": "API token updated successfully!",
"admin.deploymentEnvironments.noEnvs.description": "Connect this project with an external Continuous Deployment service like Netlify to use DatoCMS with static websites!",
"admin.deploymentEnvironments.noEnvs.title": "Still no deployment environments",
"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.cancel": "Keep it, I'll use it later",
"admin.modularBlock.destroyConfirm.ok": "Yes, delete it",
"admin.modularBlock.destroyConfirm.question": "This modular block is not used in any other field, do you want to completely remove it from the administrative area?",
"admin.modularBlock.destroyConfirm.title": "Delete modular block",
"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.plugin.create.failure": "Couldn't create plugin!",
"admin.plugin.create.success": "Plugin installed successfully!",
"admin.plugin.destroy.failure": "Couldn't delete plugin!",
"admin.plugin.destroy.success": "Plugin deleted successfully!",
"admin.plugin.update.failure": "Couldn't update plugin!",
"admin.plugin.update.success": "Plugin updated successfully!",
"admin.site.update.failure": "Couldn't update settings!",
"admin.site.update.success": "Settings successfully updated",
"admin.ssoGroups.copy.failure": "Couldn't convert roles into SSO Groups!",
"admin.ssoGroups.copy.success": "Roles converted into SSO Groups successfully!",
"admin.ssoGroups.copyRoles.button.default": "Sync with roles",
"admin.ssoGroups.noGroups.description": "<a target=\"_blank\" href=\"https://www.datocms.com/docs/guides/single-sign-on\">Follow our documentation</a> to learn how you can configure DatoCMS user permissions directly from your third-party Identity Provider using SCIM protocol.</p>",
"admin.ssoGroups.noGroups.title": "No groups available",
"admin.ssoGroups.remove": "Remove from project",
"admin.ssoGroups.reorderField.failure": "Couldn't reorder groups!",
"admin.ssoGroups.reorderField.success": "Groups reordered successfully!",
"admin.ssoGroups.title": "Single Sign-On Groups",
"admin.ssoSettings.button.default": "Save settings",
"admin.ssoSettings.defaultRole": "Users default role",
"admin.ssoSettings.defaultRole.hint": "This will be the DatoCMS role for users that do not belong to any SSO group",
"admin.ssoSettings.defaultRole.title": "Default role",
"admin.ssoSettings.enable.button": "Enable SSO",
"admin.ssoSettings.generateNewToken": "Generate API token",
"admin.ssoSettings.generateNewToken.info": "<p><strong>Be careful!</strong> For security reasons, you will only be able to see your API token once. Be sure to copy and paste it in your IdP now.</p>",
"admin.ssoSettings.idpSamlMetadataUrl": "Identity Provider Metadata URL",
"admin.ssoSettings.instructions": "<p>Single Sign-on (SSO) allows users to log in to DatoCMS directly via a third-party application. Any identity provider (IdP) compliant with SAML 2.0 + SCIM 2.0 protocol is supported, including Okta, OneLogin and Azure Active Directory.</p><p>To properly configure SSO, please refer to <a target=\"_blank\" href=\"https://www.datocms.com/docs/guides/single-sign-on\">our docs</a>.</p>",
"admin.ssoSettings.samlAcsUrl": "Assertion Consumer Service URL",
"admin.ssoSettings.samlSettings.title": "SAML Settings",
"admin.ssoSettings.scimBaseUrl": "Base URL",
"admin.ssoSettings.scimSettings.title": "SCIM Settings",
"admin.ssoSettings.scimToken": "API Token",
"admin.ssoSettings.spSamlBaseUrl": "DatoCMS SAML Base URL",
"admin.ssoSettings.spSamlMetadataUrl": "DatoCMS Metadata URL",
"admin.ssoSettings.title": "Single Sign-On settings",
"admin.ssoSettings.update.failure": "Couldn't update SSO Settings!",
"admin.ssoSettings.update.success": "SSO Settings have been successfully saved!",
"admin.ssoUsers.changeRole": "Change role",
"admin.ssoUsers.copy.failure": "Couldn't convert regular users into SSO Users!",
"admin.ssoUsers.copy.success": "Regular users converted into SSO Users successfully!",
"admin.ssoUsers.copyUsers.button.default": "Sync with regular users",
"admin.ssoUsers.exportUsers.button.default": "Export CSV",
"admin.ssoUsers.groups.groups": "User belongs to the following groups: {groups}. The role of the group with highest priority is used.",
"admin.ssoUsers.groups.noGroups": "User does not belong to any group: default role is used.",
"admin.ssoUsers.noUsers.description": "<a target=\"_blank\" href=\"https://www.datocms.com/docs/guides/single-sign-on\">Follow our documentation</a> to setup automatic provisioning and deprovisioning of your Organization's users using SCIM protocol.</p>",
"admin.ssoUsers.noUsers.title": "No provisioned users",
"admin.ssoUsers.remove": "Remove from project",
"admin.ssoUsers.status.deactivated": "Deactivated",
"admin.ssoUsers.status.notSynced": "Not synced",
"admin.ssoUsers.status.synced": "Synced",
"admin.ssoUsers.title": "Provisioned users",
"admin.users.title": "Collaborators",
"admin.version.restore.failure": "Couldn't restore revision!",
"admin.version.restore.success": "Previous revision successfully restored!",
"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.noWebhooks.description": "Create your first webhook!",
"admin.webhook.noWebhooks.title": "Still no webhooks",
"admin.webhook.update.failure": "Couldn't update webhook",
"admin.webhook.update.success": "Webhook updated successfully!",
"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",
"admin.webhookCalls.noEvents.title": "No activity so far",
"admin.webhookCalls.title": "Webhooks activity log",
"adminArea.siteSettings.title": "Project settings",
"adminArea.splitPane.apiTokens": "API tokens",
"adminArea.splitPane.deploymentLogs": "Activity log",
"adminArea.splitPane.deploymentSettings": "Environments",
"adminArea.splitPane.itemTypes": "Models",
"adminArea.splitPane.manageEditors": "Collaborators",
"adminArea.splitPane.manageRoles": "Roles",
"adminArea.splitPane.manageWebhooks": "Webhooks",
"adminArea.splitPane.menuSettings": "Navigation bar",
"adminArea.splitPane.permissions": "Permissions",
"adminArea.splitPane.plugins": "Plugins",
"adminArea.splitPane.siteSettings": "Settings",
"adminArea.splitPane.ssgIntegration": "Static generator settings",
"adminArea.splitPane.sso": "Single sign-on",
"adminArea.splitPane.ssoGroups": "Groups",
"adminArea.splitPane.ssoSettings": "Settings",
"adminArea.splitPane.ssoUsers": "Provisioned users",
"adminArea.splitPane.usage": "Usage and plan limits",
"adminArea.splitPane.webhookCalls": "Activity log",
"appareance.stringAppareance.plain": "Normal string",
"appareance.stringAppareance.title": "Title (this field represents the record title)",
"belongsToInput.create.multiple": "Create new...",
"belongsToInput.create.single": "New {itemType}",
"belongsToInput.replace.multiple": "Create new...",
"belongsToInput.replace.single": "New {itemType}",
"button.default": "Send",
"button.submitting": "Please wait",
"button.uploading": "Waiting for asset upload",
"changelog.changelog": "changelog",
"changelog.changes": "Latest changes",
"changelog.post": "Read the complete post »",
"changelog.read": "Read all the announcements on our {link}",
"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.branch.placeholder": "master",
"circle_ci.buildParameters": "Specify any custom environment variables you want to be available during the build",
"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.project.placeholder": "username/project",
"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.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",
"custom.button.default": "Save settings",
"custom.headers": "Custom headers",
"custom.payload": "Specify the JSON payload to send with the request",
"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:",
"customData.add": "Add new",
"customData.key": "Name",
"customData.value": "Value",
"dailyUsage.assets_traffic_bytes": "Assets traffic",
"dailyUsage.cda_api_calls": "CDA API calls",
"dailyUsage.cda_traffic_bytes": "CDA traffic",
"dailyUsage.cma_api_calls": "CMA API calls",
"dashboard.description": "Please, select the content you would like to edit in the left sidebar",
"dashboard.title": "Hello {name}!",
"dateTimeInput.insertDate": "Insert date",
"dateTimeInput.insertDateTime": "Insert date and time",
"dateTimeInput.time": "Time",
"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}",
"deploymentEnvironment.buildMethod": "Build method",
"deploymentEnvironment.deployAdapter": "Please select the external service you're using to build and deploy your static website:",
"deploymentEnvironment.frontendUrl.hint": "Please specify the URL where the final static website will be hosted",
"deploymentEnvironment.frontendUrl.label": "Website frontend URL",
"deploymentEnvironment.name.label": "Name",
"deploymentEnvironment.options": "Options",
"deploymentEnvironment.schedule.label": "Automatically trigger a build on scheduled publications",
"deploymentEnvironment.spidering.guide": "Learn how to integrate DatoCMS Search into your site in our docs",
"deploymentEnvironment.spidering.hint": "Everytime your site is built, 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",
"deploymentEnvironments.buildMethod": "Build method",
"deploymentEnvironments.options": "Options",
"deploymentEnvironments.production": "Production",
"deploymentEnvironments.staging": "Staging",
"deploymentEnvironments.status.clean": "Deployed and up to date",
"deploymentEnvironments.status.fail": "Last deploy failed.",
"deploymentEnvironments.status.log": "{link} to find out the cause.",
"deploymentEnvironments.status.log.link": "Inspect the logs",
"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",
"deploymentEnvironments.title": "Deployment status",
"deploymentSettings.title": "Hosting and automated deploy setup",
"editItem.title": "Edit {name}",
"editor.active": "Active",
"editor.add": "Add collaborator",
"editor.button.default": "Send invitation via email",
"editor.changeRole": "Change role",
"editor.deploymentEnvironment.create.failure": "Couldn't create deployment environment!",
"editor.deploymentEnvironment.create.success": "Deployment environment successfully created!",
"editor.deploymentEnvironment.destroy.failure": "Couldn't delete deployment environment!",
"editor.deploymentEnvironment.destroy.success": "Deployment environment successfully deleted!",
"editor.deploymentEnvironment.update.failure": "Couldn't update deployment environment!",
"editor.deploymentEnvironment.update.success": "Deployment environment successfully updated!",
"editor.editor.create.failure": "Couldn't invite collaborator!",
"editor.editor.create.success": "Invitation successfully sent!",
"editor.editor.destroy.failure": "Couldn't remove user!",
"editor.editor.destroy.newCreator.description": "\n Before removing { user } from this project,\n please specify to which user the ownership of its records will be\n transferred to:\n ",
"editor.editor.destroy.newCreator.field": "Destination user",
"editor.editor.destroy.newCreator.submit.default": "Transfer records to this user",
"editor.editor.destroy.newCreator.title": "Transfer records",
"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 still have not shared your project with anyone! Invite your team and start collaborating!",
"editor.editors.noEditors.title": "😔 It feels a little lonely here...",
"editor.email": "Email",
"editor.firstName": "First name",
"editor.invite.new": "Invite new collaborator",
"editor.invited": "Invited",
"editor.isAdmin": "Admin?",
"editor.item.batch.delete.failure": "Couldn't destroy the records!",
"editor.item.batch.delete.result": "{successful, plural, =0 {No record deleted} one {One record successfully deleted!} other {{successful} records successfully deleted!} }",
"editor.item.batch.limitReached": "Sorry, the maximimum records you can update at the same time is {limit}! Select a shorter list of records and retry.",
"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.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 users that will become the new creator for this record:",
"editor.item.changeCreator.failure": "Coudn'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.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.destroyScheduledPublication.failure": "Couldn't cancel scheduled publication!",
"editor.item.destroyScheduledPublication.success": "Scheduled publication successfully cancelled!",
"editor.item.duplicate.failure": "Couldn't duplicate record!",
"editor.item.duplicate.success": "Record has been successfully duplicated!",
"editor.item.filterClear": "Clear",
"editor.item.new": "New record",
"editor.item.noItems.button": "Create a new record",
"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.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.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.link_embed": "Expanded view",
"editor.link_select": "Compact view",
"editor.links_embed": "Expanded view",
"editor.links_select": "Compact view",
"editor.markdown": "Markdown editor",
"editor.password": "Password",
"editor.passwordHint": "Fill this field only if you want to change your current password, and remember that it should be at least 8 characters long, have a lowercase letter, an uppercase letter and a number",
"editor.remove": "Remove from project",
"editor.role": "Role",
"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 settings!",
"editor.site.update.success": "Settings successfully updated",
"editor.table.2fa": "2fa",
"editor.table.role": "Role",
"editor.table.status": "Status",
"editor.table.user": "User",
"editor.textarea": "Simple textarea",
"editor.upload.batchDestroy.failure": "Couldn't delete the assets",
"editor.upload.batchDestroy.result": "{deleted, plural, =0 {No asset deleted} one {One asset} other {{deleted} assets} } deleted{inUse, plural, =0 {} one {, one asset not deleted as it's currently used} other {, {inUse} assets not deleted as they're currently used} }",
"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.failure.UPLOAD_NOT_PASSING_FIELD_VALIDATIONS": "Couldn't update this asset since the following records are failing to pass the validations:",
"editor.upload.destroy.success": "Asset deleted 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!",
"editor.wysiwyg": "HTML editor",
"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.remove": "Remove",
"environmentVariablesInput.add": "Add new environment variable",
"environmentVariablesInput.key": "Env variable name",
"environmentVariablesInput.value": "Value",
"event.create": "Create",
"event.delete": "Delete",
"event.deployFailed": "Deploy failed",
"event.deployStarted": "Deploy started",
"event.deploySucceeded": "Deploy succeeded",
"event.deploymentEnvironment": "Deployment environment",
"event.deploymentEnvironment.noFilter": "'No filter — this webhook will trigger for any environment'",
"event.deploymentEnvironment.only": "Trigger only on specific environments",
"event.model": "Model",
"event.model.noFilter": "No filter — this webhook will trigger for any model",
"event.model.only": "Trigger only on specific models",
"event.publish": "Publish",
"event.record": "Record",
"event.record.modelOnly": "Trigger only on records of specific models",
"event.record.noFilter": "No filter — this webhook will trigger for any record",
"event.record.only": "Trigger only on specific records",
"event.unpublish": "Unpublish",
"event.update": "Update",
"event.upload": "Asset",
"field.addon.defaultEditor": "Default editor",
"field.addons": "Field add-ons",
"field.apiKey": "Field ID",
"field.apiKey.placeholder": "title",
"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.insertAddon": "Insert add-on",
"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.title.placeholder": "Title",
"field.validators": "Validations",
"field.validatorsHint": "Specify any integrity rule to enforce on this field",
"fieldError.API_KEY_FORMAT_INVALID": "Only letter, numbers and _ are allowed",
"fieldError.FLOAT": "Field must be 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_FOR_CURRENT_PLAN": "Field not valid under the current plan",
"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, predefined_list { Field must contain files of type { predefined_list } } extensions { Field must contain one of the allowed values: { 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 { Field must respect a specific format } predefined_pattern { Field must be a valid { predefined_pattern, select, email { email address} url { URL } } } }",
"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 than {min} }\n max { Field value cannot be less or equal than {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)",
"fieldError.VALIDATION_REQUIRED": "Field is required",
"fieldError.VALIDATION_REQUIRED_SEO_FIELDS": "{valorizedKeys, select,\n description { Field must specify SEO description }\n image { Field must specify sharing image }\n title { Field must specify SEO description }\n twitter_card { Field must specify SEO description }\n description_image { Field must specify SEO description and sharing image }\n description_title { Field must specify SEO title and description }\n description_twitter_card { Field must specify SEO description and type of Twitter card }\n image_title { Field must specify SEO title and sharing image }\n image_twitter_card { Field must specify sharing image and type of Twitter card }\n title_twitter_card { Field must specify SEO title and type of Twitter card }\n description_image_title { Field must specify SEO title, description and sharing image }\n description_image_twitter_card { Field must specify SEO description, sharing image and type of Twitter card }\n description_title_twitter_card { Field must specify SEO title, description and type of Twitter card }\n image_title_twitter_card { Field must specify SEO title, sharing image and type of Twitter card }\n description_image_title_twitter_card { Field must specify SEO title, description, sharing image and type of Twitter card }\n }",
"fieldError.VALIDATION_RESERVED": "This specified value is reserved and cannot be used",
"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} } }",
"fieldError.VALIDATION_UNIQUE": "Field must contain an unique value",
"fieldError.VALIDATION_UNIQUENESS": "Field must contain an unique value",
"fieldError.WEAK_PASSWORD": "The password must be at least 8 characters long, have a lowercase letter, an uppercase letter and a number",
"fieldForm.appeareance.editor": "Field editor",
"fieldForm.appeareance.editor.hint": "Choose how this field should be displayed",
"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.options.orderByField": "Order records by one of its fields",
"fieldType.options.orderByTime": "Order records by update time",
"fieldType.options.orderDnd": "Records can be sorted by editors via drag & drop",
"fieldType.options.orderTree": "Records can be organized in a tree by editors",
"fieldType.options.sorting.ascendant": "Ascendent",
"fieldType.options.sorting.descendant": "Descendent",
"fieldType.options.view.compact": "Compact view",
"fieldType.options.view.tabular": "Tabular view",
"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",
"filter.add": "Add new filter",
"filter.apply": "Apply",
"filter.boolean.label.false": "false",
"filter.boolean.label.true": "true",
"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.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.string": "string",
"filter.fieldType.upload_id": "ID",
"filter.label.case_sensitive": "case sensitive",
"filter.label.draft": "Draft",
"filter.label.false": "no",
"filter.label.latitude": "latitude",
"filter.label.longitude": "longitude",
"filter.label.pattern": "pattern",
"filter.label.published": "Published",
"filter.label.radius": "radius",
"filter.label.true": "yes",
"filter.label.updated": "Updated",
"filter.operator.all_in": "contains all",
"filter.operator.any_in": "contains any of",
"filter.operator.eq": "is",
"filter.operator.exists": "exists",
"filter.operator.gt": "greater than",
"filter.operator.gte": "greater or equal",
"filter.operator.in": "is one of",
"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.placeholder.array": "Insert comma-separated {inputTypeName}s",
"filter.placeholder.single": "Insert a {inputTypeName}",
"filter.saveCurrent": "Save current search as filter...",
"filter.search": "Search",
"filterForm.addFilter": "Add Filter",
"form.chooseFromGallery": "Choose from Media Area",
"form.editAccessToken.title": "Edit API Token",
"form.editAccessTokenForm.refreshToken": "Regenerate API token",
"form.editDeploymentEnvironmentForm.delete": "Delete",
"form.editDeploymentEnvironmentForm.title": "Edit Deployment environment",
"form.editEditorForm.delete": "Delete",
"form.editEditorForm.title": "Edit user",
"form.editPlugin.fieldsUsing": "Fields using this plugin",
"form.editPlugin.info": "Plugin info",
"form.editPlugin.installableOn": "<strong>Installable on:</strong> {fieldTypes} fields",
"form.editPlugin.newVersion": "A new version of <strong>{pluginName}</strong> is now available!",
"form.editPlugin.noFieldsUsing": "No field is using this plugin yet!",
"form.editPlugin.pluginType": "Plugin type:",
"form.editPlugin.settings": "Plugin settings",
"form.editPlugin.title": "Edit Plugin",
"form.editPlugin.uninstall": "Uninstall",
"form.editPlugin.update": "Update to v{version}",
"form.editPlugin.visit": "Visit plugin homepage for instructions »",
"form.editRoleForm.delete": "Delete",
"form.editRoleForm.title": "Edit role",
"form.editWebhookForm.delete": "Delete",
"form.editWebhookForm.title": "Edit webhook",
"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 150MB",
"form.fileGalleryInput.noFile": "No files present",
"form.fileGalleryInput.openMediaGallery": "From Media Area",
"form.fileGalleryInput.removeImage": "Remove",
"form.fileGalleryInput.uploadInProgress": "Uploading... { percentage }%",
"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 150MB",
"form.fileInput.noFiles": "No file specified",
"form.fileInput.openMediaGallery": "From Media Area",
"form.fileInput.removeImage": "Remove",
"form.fileInput.uploadInProgress": "Uploading... { percentage }%",
"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 150MB",
"form.imageGalleryInput.noFile": "No images present",
"form.imageGalleryInput.openMediaGallery": "From gallery",
"form.imageGalleryInput.removeImage": "Remove",
"form.imageGalleryInput.uploadInProgress": "Uploading... { percentage }%",
"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 150MB",
"form.imageInput.noFile": "No image specified",
"form.imageInput.openMediaGallery": "From gallery",
"form.imageInput.removeImage": "Remove",
"form.imageInput.uploadInProgress": "Uploading... { percentage }%",
"form.newAccessToken.title": "New API Token",
"form.newDeploymentEnvironmentForm.title": "New Deployment environment",
"form.newEditorForm.title": "Invite a new user",
"form.newPlugin.title": "Create new plugin",
"form.newRoleForm.title": "Create a new role",
"form.newWebhookForm.title": "Create a new webhook",
"form.replaceAsset.dragHere": "Drag a new version here",
"form.replaceAsset.emptyButtonLabel": "Browse...",
"form.replaceAsset.hint": "Max size 150MB",
"form.schedulePublishing.button.default": "Set publication date",
"form.schedulePublishing.date": "Publish this record at",
"form.slugField.placeholder": "Select one field...",
"form.webhook.basicAuth": "HTTP basic auth",
"form.webhook.body": "HTTP Body",
"form.webhook.button.default": "Submit",
"form.webhook.customHeaders": "Custom headers",
"form.webhook.custom_payload": "Send a custom payload?",
"form.webhook.custom_payload.docs": "Learn more in our docs",
"form.webhook.custom_payload.hint": "Write here your custom payload. You can make it dynamic using <a href=\"http://mustache.github.io/mustache.5.html\">Mustache</a> variables.",
"form.webhook.custom_payload.label": "Payload template",
"form.webhook.entityOptions": "Entity",
"form.webhook.entityTypeIds.deployment_environment": "Deployment environment IDs (separated by commas)",
"form.webhook.entityTypeIds.item": "Record IDs (separated by commas)",
"form.webhook.entityTypeIds.item_type": "Model IDs (separated by commas)",
"form.webhook.entityTypeIds.placeholder": "123, 33",
"form.webhook.eventTypes": "Events",
"form.webhook.events.label": "Webhook triggers",
"form.webhook.filter": "Filter",
"form.webhook.headers": "Custom headers",
"form.webhook.httpBasic": "HTTP basic auth",
"form.webhook.httpBasicPassword": "Password",
"form.webhook.httpBasicUser": "User",
"form.webhook.httpSettings": "HTTP Settings",
"form.webhook.ids": "Ids",
"form.webhook.name": "Name",
"form.webhook.trigger.add": "Add new trigger",
"form.webhook.triggers": "Triggers",
"form.webhook.url": "URL",
"form.webhook.webhookTriggers": "Webhook triggers",
"formLocaleSwitcher.errorsCount": "{errors} errors",
"fullTextQuery.placeholder": "Search...",
"gallery.noFile": "No file available.",
"gallery.noFiles": "No files present",
"gallery.noImage": "No image available.",
"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.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.PLAN_UPGRADE_REQUIRED": "Cannot proceed, please upgrade plan!",
"genericError.PUBLISHED_CHILDREN": "Couldn't unpublish the record, as some children records are published!",
"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.STALE_ITEM_VERSION": "Someone else made a change while you were editing this record, please refresh the page!",
"genericError.TITLE_ALREADY_PRESENT": "There can only be one Title field per model",
"genericError.UNPUBLISHED_LINK": "Couldn't publish the record, as it links to some unpublished records!",
"genericError.UNPUBLISHED_PARENT": "Couldn't publish the record, as the parent record is not published!",
"gitlab.branch": "Specify the Git branch you want to build:",
"gitlab.branch.placeholder": "master",
"gitlab.buildParameters": "Specify any custom environment variables you want to be available during the build",
"gitlab.button.default": "Save Gitlab settings",
"gitlab.token": "Trigger token",
"gitlab.trigger": "Step 1: Create Trigger",
"gitlab.trigger.placeholder": "Trigger token",
"gitlab.trigger.placeholder3": "https://gitlab.com/api/v4/projects/XXX/trigger/pipeline",
"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\":",
"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.DEACTIVATED_SITE.title": "Project deactivated!",
"globalError.INSUFFICIENT_PERMISSIONS": "Your role does not permit this action",
"globalError.INVALID_SITE.body": "Sorry, but no DatoCMS project exists under this domain. If you think this is an error, please contact us on <a href='https://www.datocms.com/support' target='_blank'>the support page</a>.",
"globalError.INVALID_SITE.title": "This project doesn't exist!",
"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 us on <a href='https://www.datocms.com/support' target='_blank'>the support page</a>.",
"globalError.UNDER_MAINTENANCE.title": "We'll be back soon!",
"globalSeo.button.default": "Update SEO fields",
"globalSeo.description": "Fallback description (if not specified)",
"globalSeo.facebookPageUrl": "Facebook page address",
"globalSeo.fallbackSeo": "Default SEO settings",
"globalSeo.siteName": "Website name",
"globalSeo.summary": "Summary",
"globalSeo.summaryLargeImage": "Summary with large image",
"globalSeo.title": "Fallback title (if not specified)",
"globalSeo.titleSuffix": "Title suffix",
"globalSeo.titleSuffix.placeholder": " - My website",
"globalSeo.twitterAccount": "Twitter account",
"globalSeo.twitterCard": "Twitter card type",
"globalSeo.twitterCard.placeholder": "Use global settings defaults",
"globalSeoInput.modalTitle": "Edit SEO settings",
"headersInput.add": "Add new header",
"headersInput.key": "Header",
"headersInput.value": "Value",
"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": "dimensions exceed 150MB",
"imageMetadata.alt": "Alternate text",
"imageMetadata.archiving": "Title/Caption",
"imageMetadata.author": "Author",
"imageMetadata.button.default": "Save",
"imageMetadata.cancelUpload": "Cancel upload",
"imageMetadata.cannotDeleteCustomData": "This custom data is inherited from a default value thus it can only be removed from the Media Area",
"imageMetadata.categorization": "Categorization",
"imageMetadata.copyUrl": "Copy URL",
"imageMetadata.copyright": "Copyright",
"imageMetadata.customData": "Custom data",
"imageMetadata.date": "Upload date",
"imageMetadata.delete": "Remove or replace",
"imageMetadata.deleteMultiple": "Remove",
"imageMetadata.description": "Description",
"imageMetadata.destroy": "Delete",
"imageMetadata.dimensions": "Dimensions",
"imageMetadata.download": "Download",
"imageMetadata.edit": "Edit metadata",
"imageMetadata.editImage": "Edit image",
"imageMetadata.fileSize": "File size",
"imageMetadata.fileType": "File type",
"imageMetadata.image": "Image",
"imageMetadata.language": "Language",
"imageMetadata.loading": "Loading asset...",
"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": "Use this title, alt and custom data as the default metadata to use in any other occurence of this asset around your project. You can always change this setting in the Media Area.",
"imageMetadata.tags": "Tags",
"imageMetadata.title": "Title/Caption",
"imageMetadata.uploadInProgress": "Uploading...",
"instructions.deployment": "<p>The job of building and deploying your static website is not performed directly by DatoCMS, but is delegated to an external Continuous Deployment service. <a target=\"_blank\" href=\"https://www.datocms.com/docs/general-concepts/deployment\">Read more in our docs</a>.</p>",
"instructions.logs": "\n <p>Here you can monitor in real-time the <strong>status of the communication between DatoCMS and your Continuous Deployment</strong>.</p>\n <p>If something goes wrong during the publishing process, this is the first place to look for hints.</p>\n ",
"instructions.pluginTypes.field_addon": "\n <p>Now that this field add-on is installed, you can use it in any of your <strong>{ fieldTypes }</strong> fields!</p>\n <p>In the <em>Presentation</em> tab of your field settings, you'll be able to add (and configure) this add-on:</p>\n <p><img class=\"with-zoom\" src=\"/assets/images/plugins/field_addon.gif\" /></p>\n ",
"instructions.pluginTypes.field_editor": "\n <p>Now that this field editor is installed, you can use it in any of your <strong>{ fieldTypes }</strong> fields!</p>\n <p>In the <em>Presentation</em> tab of your field settings, you'll be able choose this plugin as the field editor, and configure its settings:</p>\n <p><img class=\"with-zoom\" src=\"/assets/images/plugins/field_editor.gif\" /></p>\n ",
"instructions.pluginTypes.sidebar": "\n <p>Now that this sidebar widget is installed, you can add it to in any of your model!</p>\n <p>In one of your models create a new <strong>{ orFieldTypes }</strong> field, and in the <em>Presentation</em> tab choose this plugin as its field editor:</p>\n <p><img class=\"with-zoom\" src=\"/assets/images/plugins/sidebar.gif\" /></p>\n ",
"instructions.plugins": "\n <p>Plugins allow developers to extend the basic functionality of the DatoCMS administrative area. You, the developer, are in charge of writing and hosting the plugin.</p>\n <p>Technically speaking Plugins are small HTML5 applications that exist in a sandboxed <code><iframe></code> and interact with the main DatoCMS webapp through a JS library you need to include — <a href=\"https://www.datocms.com/docs/guides/building-plugins/sdk-reference\">the Plugins SDK</a>.</p>\n <p>You can write them with basic HTML and JavaScript, or using more advanced client-side frameworks such as React, Angular or Vue.</p>\n <p>Want to know more? Read how to install, develop and share plugins to the community in <a target=\"_blank\" href=\"https://www.datocms.com/docs/guides/building-plugins\">our guide</a>!</p>\n ",
"integration.step1.success": "Command received, hurray!",
"item.back": "Back",
"item.button.default": "Save record",
"item.duplicate": "Duplicate",
"item.edit": "Edit { itemType }",
"item.remove": "Delete",
"item.save": "Save",
"item.saving": "Saving...",
"item.scheduled": "scheduled on",
"item.shortStatus.availableVersions": "{number, plural, one {Another version} other {Other {number} versions}} available",
"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",
"item.unpublish": "Unpublish",
"item.untitled": "No title",
"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.created_at": "Created at",
"itemTable.creator": "Creator",
"itemTable.editor": "Editor",
"itemTable.first_published_at": "First published at",
"itemTable.hide": "Hide selected records",
"itemTable.id": "ID",
"itemTable.insertRecords": "Add selected records",
"itemTable.position": "Position",
"itemTable.publication_scheduled_at": "Scheduled publishing at",
"itemTable.publishAtSpecificDate": "Publish at a specific date/time...",
"itemTable.published_at": "Last published at",
"itemTable.records.add": "Add {length} records",
"itemTable.records.count": "{count, plural, =0 {No records present} one {1 record} other {{count} records}}",
"itemTable.records.delete": "Delete",
"itemTable.records.deselect": "Deselect all",
"itemTable.records.publish": "Publish",
"itemTable.records.select": "Select records",
"itemTable.records.selected": "{count, plural, one {One record selected} other {{count} records selected}}",
"itemTable.records.unpublish": "Unpublish",
"itemTable.show": "Show selected records",
"itemTable.status": "Status",
"itemTable.title": "Preview",
"itemTable.updated_at": "Last update",
"itemType.add": "Add model",
"itemType.addField": "Add {fieldType} field",
"itemType.addModularBlock": "Add Modular Content block",
"itemType.allLocalesRequired": "All locales required?",
"itemType.allLocalesRequired.hint": "Records must define values for all the project's locales",
"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.collectionAppeareance": "Records collection visualization mode",
"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.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.duplicate": "Duplicate",
"itemType.edit": "Settings",
"itemType.editField": "Edit Field",
"itemType.editItemType": "Edit Model",
"itemType.editModularBlock": "Edit Modular Content block",
"itemType.id": "Model ID",
"itemType.modularBlock.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.titleField": "Title field",
"itemType.validator.placeholder": "Select one (or more) model(s)...",
"itemTypeFilter.button.default": "Save filter",
"itemTypeFilter.create.failure": "Couldn't create filter!",
"itemTypeFilter.create.success": "Filter created successfully!",
"itemTypeFilter.destroy.failure": "Couldn't delete filter!",
"itemTypeFilter.destroy.success": "Filter deleted successfully!",
"itemTypeFilter.name": "Filter name",
"itemTypeFilter.personal": "Personal filters",
"itemTypeFilter.saved": "Saved Filters",
"itemTypeFilter.shared": "Shared filters",
"itemTypeFilter.sharingInfo": "Share this filter with every other user",
"itemTypeFilter.update.failure": "Couldn't update filter!",
"itemTypeFilter.update.success": "Filter updated successfully!",
"itemTypeForm.tab.basic": "Basic info",
"itemTypeForm.tab.extra": "Additional settings",
"itemsCollection.title": "{name} collection",
"latLonInput.search": "Search address...",
"limits.access_tokens": "Custom API tokens",
"limits.apiRequests": "API requests",
"limits.apiTraffic": "Assets + GraphQL API traffic",
"limits.api_calls": "API calls (per month)",
"limits.cumulative": "Cumulative",
"limits.custom_domain": "Custom domain",
"limits.daily": "Daily",
"limits.dailyActivity": "Daily activity",
"limits.deployment_environments": "Deployment environments",
"limits.deployment_environments.none": "No deployment environments",
"limits.deployment_environments.unlimited": "Unlimited environments",
"limits.deployment_environments.usage": "{unformattedValue, plural, one { One environment } other { {value} environments } }",
"limits.indexable_pages": "Indexable pages",
"limits.item_types": "Models",
"limits.item_types.none": "No models",
"limits.item_types.unlimited": "Unlimited models",
"limits.item_types.usage": "{unformattedValue, plural, one { One model } other { {value} models } }",
"limits.items": "Records",
"limits.items.none": "No records",
"limits.items.unlimited": "Unlimited records",
"limits.items.usage": "{unformattedValue, plural, one { One record } other { {value} records } }",
"limits.locales": "Locales",
"limits.otp": "Two-factor authentication",
"limits.plugins": "Plugins",