-
Notifications
You must be signed in to change notification settings - Fork 22
/
en.json
1184 lines (1184 loc) · 72.1 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"Dashboard": "Dashboard",
"Back to spaces": "Back to spaces",
"Content": "Content",
"Commerce": "Commerce",
"Assets": "Assets",
"Datasources": "Datasources",
"Activities": "Activities",
"Tasks": "Tasks",
"Components": "Components",
"Apps": "Apps",
"Settings": "Settings",
"Subscription": "Subscription",
"Plugins": "Plugins",
"Logout": "Logout",
"Report a problem": "Report a problem",
"Create new space": "Create new space",
"Search spaces...": "Search spaces...",
"My organization": "My organization",
"Subscribe": "Subscribe",
"To": "To",
"From": "From",
"Apply filter": "Apply filter",
"Filter": "Filter",
"Unknown user": "Unknown user",
"Author": "Author",
"Action": "Action",
"Date": "Date",
"Back": "Back",
"Activity Details": "Activity Details",
"Open": "Open",
"Restore this Story": "Restore this Story",
"Categories": "Categories",
"Story": "Story",
"The item has been restored!": "The item has been restored!",
"All": "All",
"Search for apps, discover new field types and add functionalities to your Storyblok project.": "Search for apps, discover new field types and add functionalities to your Storyblok project.",
"My apps": "My apps",
"Create new app": "Create new app",
"Installed": "Installed",
"App Directory": "App Directory",
"There are no apps in this category.": "There are no apps in this category.",
"Install": "Install",
"Choose the space to install this app": "Choose the space to install this app",
"Can not move asset folder into folder without permissions.": "Can not move asset folder into folder without permissions.",
"Can not move asset into folder without permissions.": "Can not move asset into folder without permissions.",
"Can not move asset away from folder without permissions.": "Can not move asset away from folder without permissions.",
"Define the new name of the folder.": "Define the new name of the folder.",
"Trashbin": "Trashbin",
"Are you sure that you want to delete this folder?": "Are you sure that you want to delete this folder?",
"Add": "Add",
"Asset folders are not included in the free plan but you can try them in the": "Asset folders are not included in the free plan but you can try them in the",
"New folder will be created in": "New folder will be created in",
"trial period": "trial period",
"Can not create asset folder without permission for parent.": "Can not create asset folder without permission for parent.",
"Original": "Original",
"Done": "Done",
"Cancel": "Cancel",
"Insert": "Insert",
"Add Asset(s)": "Add Asset(s)",
"Close": "Close",
"items": "items",
"Delete": "Delete",
"Move to folder": "Move to folder",
"Replace": "Replace",
"Unselect all": "Unselect all",
"Restore": "Restore",
"Tiles": "Tiles",
"List": "List",
"No assets found": "No assets found",
"Sort": "Sort",
"Default": "Default",
"View": "View",
"Creation date (asc)": "Creation date (asc)",
"Filename (asc)": "Filename (asc)",
"Creation date (desc)": "Creation date (desc)",
"Filename (desc)": "Filename (desc)",
"Last updated date (asc)": "Last updated date (asc)",
"Last updated date (desc)": "Last updated date (desc)",
"You are not allowed to insert this filetype here.": "You are not allowed to insert this filetype here.",
"This key is already defined": "This key is already defined",
"Key is in invalid format": "Key is in invalid format",
"Something went wrong uploading some items": "Something went wrong uploading some items",
"Please choose a folder in the left sidebar": "Please choose a folder in the left sidebar",
"Define the new name of": "Define the new name of",
"Something went wrong renaming the attribute": "Something went wrong renaming the attribute",
"Be aware! Changing the name can take a few minutes to update all content items. Make sure your editors have saved their current work and exit the editor.": "Be aware! Changing the name can take a few minutes to update all content items. Make sure your editors have saved their current work and exit the editor.",
"Define the new name of the component group.": "Define the new name of the component group.",
"Save": "Save",
"Are you sure that you want to delete this component group?": "Are you sure that you want to delete this component group?",
"Copy": "Copy",
"New": "New",
"Move to group": "Move to group",
"Please choose a component group in the left sidebar": "Please choose a component group in the left sidebar",
"Paste": "Paste",
"Add block": "Add block",
"Creation of a component failed. Maybe it already exists.": "Creation of a component failed. Maybe it already exists.",
"Are you sure you want to DELETE this component(s)?": "Are you sure you want to DELETE this component(s)?",
"new": "new",
"Type to search or to create a": "Type to search or to create a",
"Create new": "Create new",
"block": "block",
"New Component": "New Component",
"Updated": "Updated",
"Name": "Name",
"Shortcuts: Esc, Control + S": "Shortcuts: Esc, Control + S",
"Next": "Next",
"Define a name": "Define a name",
"Save schema": "Save schema",
"Act as content type (eg. blog-post)": "Act as content type (eg. blog-post)",
"Define": "Define",
"Nestable": "Nestable",
"Technical name": "Technical name",
"Edit field": "Edit field",
"Config": "Config",
"Schema": "Schema",
"Renaming": "Renaming",
"Change field name": "Change field name",
"Used in the json as component name": "Used in the json as component name",
"Be aware! Changing the technical name can take a few minutes to update all content items. Make sure your editors have saved their current work and exit the editor.": "Be aware! Changing the technical name can take a few minutes to update all content items. Make sure your editors have saved their current work and exit the editor.",
"Display name": "Display name",
"Preview template": "Preview template",
"Screenshot or icon": "Screenshot or icon",
"Used in the editor interface only": "Used in the editor interface only",
"of this setting": "of this setting",
"Read the documentation": "Read the documentation",
"Load versions": "Load versions",
"Versions": "Versions",
"has been added below": "has been added below",
"Examples: news_items, body, columns, title, description or call_to_action_btn": "Examples: news_items, body, columns, title, description or call_to_action_btn",
"The component has been restored!": "The component has been restored!",
"Do you really want to leave without saving your changes?": "Do you really want to leave without saving your changes?",
"Type": "Type",
"Beta": "Beta",
"Translatable": "Translatable",
"Allow empty paragraphs": "Allow empty paragraphs",
"Linktype": "Linktype",
"Rich-text as default": "Rich-text as default",
"Custom type": "Custom type",
"Category": "Category",
"Section items": "Section items",
"Product": "Product",
"Customize toolbar": "Customize toolbar",
"Toolbar items": "Toolbar items",
"Source": "Source",
"CSS class options (label/value)": "CSS class options (label/value)",
"Datasource": "Datasource",
"Stories": "Stories",
"Self": "Self",
"Internal datasource": "Internal datasource",
"Recommended to be checked, as UID is required for automatic link resolving.": "Recommended to be checked, as UID is required for automatic link resolving.",
"Use UID instead of ID": "Use UID instead of ID",
"In case you have a multi-language folder structure you can add the {0} placeholder and the path will be adapted dynamically. Examples: {0}/categories/, {0}/{1}/categories/": "In case you have a multi-language folder structure you can add the {0} placeholder and the path will be adapted dynamically. Examples: {0}/categories/, {0}/{1}/categories/",
"External JSON": "External JSON",
"Path to folder of stories": "Path to folder of stories",
"Width": "Width",
"URL": "URL",
"ratio": "ratio",
"pixel": "pixel",
"Allowed maximum": "Allowed maximum",
"Options (name/value)": "Options (name/value)",
"Component(s)": "Component(s)",
"Group(s)": "Group(s)",
"Required field(s) (comma separated)": "Required field(s) (comma separated)",
"Required": "Required",
"Default asset folder": "Default asset folder",
"Choose an asset folder where the assets should be assigned to.": "Choose an asset folder where the assets should be assigned to.",
"With {level} the path will be replaced dynamically using parts of the current slug. Examples: {0}/categories/, {0}/{1}/categories/": "With {level} the path will be replaced dynamically using parts of the current slug. Examples: {0}/categories/, {0}/{1}/categories/",
"Restrict to folder": "Restrict to folder",
"Force folder restriction": "Force folder restriction",
"Regex validation": "Regex validation",
"Exclude from export": "Exclude from export",
"export app": "export app",
"To use with the": "To use with the",
"Default value": "Default value",
"Can be updated by preview window": "Can be updated by preview window",
"Loading...": "Loading...",
"Item": "Item",
"Allow only specific components to be inserted": "Allow only specific components to be inserted",
"Restrict to content types": "Restrict to content types",
"Keep original size": "Keep original size",
"Force crop": "Force crop",
"Prepend https to url": "Prepend https to url",
"Height": "Height",
"Maximum characters": "Maximum characters",
"Disable time selection": "Disable time selection",
"Description": "Description",
"dimensions app": "dimensions app",
"Force overwrite by merge action": "Force overwrite by merge action",
"Id/Slug": "Id/Slug",
"Enable RTL (Right to left)": "Enable RTL (Right to left)",
"Autosave": "Autosave",
"API Url": "API Url",
"Export": "Export",
"Import/Export": "Import/Export",
"Dimensions": "Dimensions",
"Add Dimension": "Add Dimension",
"Import": "Import",
"A datasource in Storyblok is a collection of key-value pairs.": "A datasource in Storyblok is a collection of key-value pairs.",
"Datasources can be used in a schema definition of a component for single or multiple choice options. You can also access": "Datasources can be used in a schema definition of a component for single or multiple choice options. You can also access",
"datasource entries from the API": "datasource entries from the API",
"to use them for labels, categories or similar.": "to use them for labels, categories or similar.",
"Unsaved Changes": "Unsaved Changes",
"Datasource entries": "Datasource entries",
"Datasources are not included in the free plan": "Datasources are not included in the free plan",
"but you can try them in the": "but you can try them in the",
"Saved": "Saved",
"Select all": "Select all",
"The options could not be loaded.": "The options could not be loaded.",
"New Datasource": "New Datasource",
"The following component(s) can not be pasted here": "The following component(s) can not be pasted here",
"Please save first to continue editing child components.": "Please save first to continue editing child components.",
"Enabled?": "Enabled?",
"Asset manager": "Asset manager",
"Loading": "Loading",
"Upload new": "Upload new",
"Your file exceeds the maximum filesize limit of": "Your file exceeds the maximum filesize limit of",
"Please reduce the size of your file.": "Please reduce the size of your file.",
"Alt text": "Alt text",
"Base64": "Base64",
"Original Size": "Original Size",
"Image loading failed": "Image loading failed",
"Quote": "Quote",
"Code Block": "Code Block",
"Ordered List": "Ordered List",
"Headline 2": "Headline 2",
"Headline 4": "Headline 4",
"Headline 3": "Headline 3",
"Headline 5": "Headline 5",
"Paragraph": "Paragraph",
"Help": "Help",
"Internal link": "Internal link",
"Show only selected": "Show only selected",
"more items found": "more items found",
"Invoices": "Invoices",
"Tip: Use Ctrl + S to save": "Tip: Use Ctrl + S to save",
"Input": "Input",
"Publish": "Publish",
"You are not allowed to edit this plugin but can see the code at Settings/Details.": "You are not allowed to edit this plugin but can see the code at Settings/Details.",
"Field type preview": "Field type preview",
"Options (key/value)": "Options (key/value)",
"Space Id": "Space Id",
"Enable local dev mode": "Enable local dev mode",
"Settings/Details": "Settings/Details",
"Output": "Output",
"for approval to make it available for all users.": "for approval to make it available for all users.",
"Submit the plugin": "Submit the plugin",
"Code": "Code",
"You can copy the code of this plugin to create your own plugin.": "You can copy the code of this plugin to create your own plugin.",
"Assigned spaces": "Assigned spaces",
"If you assign this plugin to a space other developers can also use it in the schema definition. Without assigning it only you can add the plugin to the schemas.": "If you assign this plugin to a space other developers can also use it in the schema definition. Without assigning it only you can add the plugin to the schemas.",
"Attention: All spaces using this plugin will not be able to use it any more if you click delete.": "Attention: All spaces using this plugin will not be able to use it any more if you click delete.",
"Documentation": "Documentation",
"Danger zone": "Danger zone",
"What is a field type plugin?": "What is a field type plugin?",
"A field type plugin extends the Storyblok editor with your own custom field types.": "A field type plugin extends the Storyblok editor with your own custom field types.",
"It is basically a": "It is basically a",
"The properties that are passed to the field type are:": "The properties that are passed to the field type are:",
"component extended with a few helpers in the window.Storyblok.plugin mixin.": "component extended with a few helpers in the window.Storyblok.plugin mixin.",
"Examples for field types are colorpickers, WYSYWYG editors or meta tags.": "Examples for field types are colorpickers, WYSYWYG editors or meta tags.",
"Uid of the parent component": "Uid of the parent component",
"Options parsed from the schema options array": "Options parsed from the schema options array",
"Schema options object": "Schema options object",
"Current value of the fieldtype": "Current value of the fieldtype",
"Story id of the current story": "Story id of the current story",
"Space id of the current space": "Space id of the current space",
"Api function to call the delivery api": "Api function to call the delivery api",
"Methods": "Methods",
"Draft token of the current space": "Draft token of the current space",
"How to call the Storyblok api?": "How to call the Storyblok api?",
"Should be used to define the initial data of the plugin.": "Should be used to define the initial data of the plugin.",
"Should be used to initialize the plugin. Examples: Load data from Storyblok or external sources, Load and initialize a WYSIWYG editor.": "Should be used to initialize the plugin. Examples: Load data from Storyblok or external sources, Load and initialize a WYSIWYG editor.",
"To pass options that are configurable in the schema definition define the option keys in the \"Input\" box. The values will be available in the this.options object.": "To pass options that are configurable in the schema definition define the option keys in the \"Input\" box. The values will be available in the this.options object.",
"How to pass options?": "How to pass options?",
"In field types you can use this.api to get access to the Storyblok delivery api. You can use it for example to build a selectbox of stories.": "In field types you can use this.api to get access to the Storyblok delivery api. You can use it for example to build a selectbox of stories.",
"Folder/Content-item permissions": "Folder/Content-item permissions",
"Item saved successfully!": "Item saved successfully!",
"Source of sync": "Source of sync",
"Preview": "Preview",
"Preview url": "Preview url",
"View on Jsfiddle": "View on Jsfiddle",
"Download": "Download",
"Admin": "Admin",
"Permissions": "Permissions",
"Editor": "Editor",
"Advanced Rights": "Advanced Rights",
"Allow saving content": "Allow saving content",
"Allow publishing content": "Allow publishing content",
"Allow saving datasources": "Allow saving datasources",
"Allow managing subscription": "Allow managing subscription",
"Allow access to ecommerce app": "Allow access to ecommerce app",
"Deny access to visual composer": "Deny access to visual composer",
"Field Permissions": "Field Permissions",
"General": "General",
"Allowed path": "Allowed path",
"Your crawl URL": "Your crawl URL",
"Crawler": "Crawler",
"Enabled": "Enabled",
"Index": "Index",
"Crawl now": "Crawl now",
"Information needed to access the search endpoint or to configure the search client.": "Information needed to access the search endpoint or to configure the search client.",
"Search Setup Guide": "Search Setup Guide",
"Your tenant ID": "Your tenant ID",
"See": "See",
"Documents in index": "Documents in index",
"Crawl requested at": "Crawl requested at",
"Tenant ID": "Tenant ID",
"Documents": "Documents",
"Clear index": "Clear index",
"Last crawled at": "Last crawled at",
"Crawl has been initiated": "Crawl has been initiated",
"In the first 14 days you can try out all Premium plan features!": "In the first 14 days you can try out all Premium plan features!",
"Index deletion has been initiated": "Index deletion has been initiated",
"API-Keys": "API-Keys",
"We would love to hear your thoughts about Storyblok on": "We would love to hear your thoughts about Storyblok on",
"Renderer": "Renderer",
"Backup": "Backup",
"Users": "Users",
"Workflow": "Workflow",
"Search": "Search",
"Languages": "Languages",
"This is the page that the frontend-editor opens.": "This is the page that the frontend-editor opens.",
"Location (default environment)": "Location (default environment)",
"Insert your domain/location including the protocol. Example: http://www.example.com/": "Insert your domain/location including the protocol. Example: http://www.example.com/",
"Provide this ID in your support tickets": "Provide this ID in your support tickets",
"Your space ID": "Your space ID",
"Preview urls": "Preview urls",
"Define multiple domains/locations to quickly switch the preview urls in the story-editor.": "Define multiple domains/locations to quickly switch the preview urls in the story-editor.",
"Add preview url": "Add preview url",
"Webhooks": "Webhooks",
"Story published & unpublished": "Story published & unpublished",
"Story saved": "Story saved",
"Branch deployed": "Branch deployed",
"Release merged": "Release merged",
"Slack integration": "Slack integration",
"Loading... You will be redirect to Slack in a few seconds!": "Loading... You will be redirect to Slack in a few seconds!",
"Get notified on your Slack channel if a new Story has been published!": "Get notified on your Slack channel if a new Story has been published!",
"With this integration you can choose a Slack channel where Storyblok posts messages whenever a user publishes new content.": "With this integration you can choose a Slack channel where Storyblok posts messages whenever a user publishes new content.",
"Disconnect": "Disconnect",
"Cloud name": "Cloud name",
"Cloudinary integration": "Cloudinary integration",
"Api Key": "Api Key",
"Branches": "Branches",
"Default content type": "Default content type",
"Content types": "Content types",
"Name of the branch": "Name of the branch",
"Branches are not included in the free plan": "Branches are not included in the free plan",
"Duplication": "Duplication",
"This is useful if you want to offer your space for other users as a boilerplate or theme.": "This is useful if you want to offer your space for other users as a boilerplate or theme.",
"ATTENTION! Only check this checkbox if you are sure that you want all data of this space available for duplication.": "ATTENTION! Only check this checkbox if you are sure that you want all data of this space available for duplication.",
"Make this space duplicatable by all users": "Make this space duplicatable by all users",
"Content ownership": "Content ownership",
"Parent ID": "Parent ID",
"Parent": "Parent",
"Image service": "Image service",
"Content ownership client endpoint": "Content ownership client endpoint",
"List of paths to invalidate": "List of paths to invalidate",
"Delete this space": "Delete this space",
"Invalidate": "Invalidate",
"Workflow webhooks": "Workflow webhooks",
"Owner": "Owner",
"Workflow changed": "Workflow changed",
"Transfer ownership": "Transfer ownership",
"Transfer": "Transfer",
"Attention! Transferring the ownership will remove all your rights to this space.": "Attention! Transferring the ownership will remove all your rights to this space.",
"The owner needs to add you as a collaborator if you want to have access again.": "The owner needs to add you as a collaborator if you want to have access again.",
"Collaborators": "Collaborators",
"Collaborator": "Collaborator",
"No user found with this email or username.": "No user found with this email or username.",
"Name of the role": "Name of the role",
"Role": "Role",
"Add a new user to your org": "Add a new user to your org",
"Advanced rights and roles are not included in the free and basic plan": "Advanced rights and roles are not included in the free and basic plan",
"Use your Amazon S3 bucket to create backups.": "Use your Amazon S3 bucket to create backups.",
"Backup now": "Backup now",
"Backups content (stories) and compontents": "Backups content (stories) and compontents",
"Define your S3-Bucket and AWS-ARN to enable backups.": "Define your S3-Bucket and AWS-ARN to enable backups.",
"Daily backups": "Daily backups",
"Define the name of the S3-bucket where you want to store your backups.": "Define the name of the S3-bucket where you want to store your backups.",
"S3-bucket": "S3-bucket",
"Activate automatic daily backups": "Activate automatic daily backups",
"1. Read the": "1. Read the",
"AWS Policy ARN": "AWS Policy ARN",
"Show setup instructions": "Show setup instructions",
"tutorial on how to setup an Amazon IAM role": "tutorial on how to setup an Amazon IAM role",
"2. Create an Amazon IAM role with following access policy document:": "2. Create an Amazon IAM role with following access policy document:",
"if not done yet.": "if not done yet.",
"The role should have the permission to access and create files on the S3 bucket you defined. You can for example use the following permission policy replacing YOUR_BUCKET with your bucket name:": "The role should have the permission to access and create files on the S3 bucket you defined. You can for example use the following permission policy replacing YOUR_BUCKET with your bucket name:",
"Restore spaces from backups on your Amazon S3 bucket.": "Restore spaces from backups on your Amazon S3 bucket.",
"Backup file": "Backup file",
"Show latest backups": "Show latest backups",
"Latest five backups": "Latest five backups",
"Restore now": "Restore now",
"The settings below only apply if you are using": "The settings below only apply if you are using",
"Attention! \"Restore now\" deletes old data and restores content (stories) and compontents from the backup file.": "Attention! \"Restore now\" deletes old data and restores content (stories) and compontents from the backup file.",
"Rendering service": "Rendering service",
"Your domain": "Your domain",
"To connect your domain to Storyblok you need to create a CNAME Record pointing to eu-domain.storyblok.com": "To connect your domain to Storyblok you need to create a CNAME Record pointing to eu-domain.storyblok.com",
"Routes": "Routes",
"Add Route": "Add Route",
"Please read the": "Please read the",
"Add custom routes to define different page templates.": "Add custom routes to define different page templates.",
"documentation about internationalization": "documentation about internationalization",
"before configuring languages.": "before configuring languages.",
"Add languages to activate field level translations.": "Add languages to activate field level translations.",
"Add Language": "Add Language",
"Label": "Label",
"The invalidation process has been initiated": "The invalidation process has been initiated",
"The backup has been initiated": "The backup has been initiated",
"Are you sure you want to delete your current content and overwrite it with this backup?": "Are you sure you want to delete your current content and overwrite it with this backup?",
"The restore process has been initiated": "The restore process has been initiated",
"Transfer was not successful. Make sure that the new owner exists.": "Transfer was not successful. Make sure that the new owner exists.",
"The collaborator has been added": "The collaborator has been added",
"Please insert an email address": "Please insert an email address",
"Branches sorted successfully!": "Branches sorted successfully!",
"Create or join a space": "Create or join a space",
"Create a new space": "Create a new space",
"Play with a demo": "Play with a demo",
"Duplicate a space": "Duplicate a space",
"Join a space": "Join a space",
"Create space": "Create space",
"Headless (API/SDKs)": "Headless (API/SDKs)",
"what is that?": "what is that?",
"Duplicate space": "Duplicate space",
"Choose the space for the duplication": "Choose the space for the duplication",
"You do not have created any spaces yet.": "You do not have created any spaces yet.",
"You can test the editing interface and our visual composer without to write any code on your own.": "You can test the editing interface and our visual composer without to write any code on your own.",
"Create Demo": "Create Demo",
"Insert the email of your space admin to let them add you as a collaborator of the space.": "Insert the email of your space admin to let them add you as a collaborator of the space.",
"Request access": "Request access",
"Email address of space admin": "Email address of space admin",
"Success! You will get notified once the admin added you as a collaborator.": "Success! You will get notified once the admin added you as a collaborator.",
"Available Billing Information": "Available Billing Information",
"No spaces with billing information available": "No spaces with billing information available",
"Spaces": "Spaces",
"Show More": "Show More",
"Apply": "Apply",
"Show": "Show",
"Billing Information of Space": "Billing Information of Space",
"The information below will be applied to the fields of your current subscription process. You will be able to adopt them after applying them.": "The information below will be applied to the fields of your current subscription process. You will be able to adopt them after applying them.",
"Company": "Company",
"Country": "Country",
"Street / City / ZIP": "Street / City / ZIP",
"Email": "Email",
"Add or change preview urls": "Add or change preview urls",
"Your server address": "Your server address",
"1. Download a preconfigured project": "1. Download a preconfigured project",
"Preferred by our users": "Preferred by our users",
"The downloaded package comes preconfigured with your api token": "The downloaded package comes preconfigured with your api token",
"Tutorial": "Tutorial",
"Other technologies": "Other technologies",
"2. Start your server": "2. Start your server",
"Start the server of the downloaded package and insert your server url here:": "Start the server of the downloaded package and insert your server url here:",
"Go": "Go",
"FAQ": "FAQ",
"Can I build a full blown website with Storyblok?": "Can I build a full blown website with Storyblok?",
"Can I create a blog with Storyblok?": "Can I create a blog with Storyblok?",
"How does Storyblok work?": "How does Storyblok work?",
"What is the Storyblok bridge?": "What is the Storyblok bridge?",
"Allow deploying content": "Allow deploying content",
"General permissions": "General permissions",
"Allow unpublishing content": "Allow unpublishing content",
"Allow deleting content": "Allow deleting content",
"Allow editing datasource keys & values": "Allow editing datasource keys & values",
"Allow editing datasource values": "Allow editing datasource values",
"Allow access to the tasks app": "Allow access to the tasks app",
"Deny moving a story": "Deny moving a story",
"Deny changing alternates group": "Deny changing alternates group",
"Add languages the user should have access to (acts as whitelist). If no item is selected the user has rights to edit all content.": "Add languages the user should have access to (acts as allowlist). If no item is selected the user has rights to edit all content.",
"Deny changing the slug of a story": "Deny changing the slug of a story",
"Add folders or content items the user should have access to (acts as whitelist). If no item is selected the user has rights to edit all content.": "Add folders or content items the user should have access to (acts as allowlist). If no item is selected the user has rights to edit all content.",
"Component field permissions": "Component field permissions",
"Datasource permissions": "Datasource permissions",
"Add component fields here to hide them in the interface.": "Add component fields here to hide them in the interface.",
"Add datasources the user should have access to (acts as whitelist). If no item is selected the user has rights to edit all datasources.": "Add datasources the user should have access to (acts as allowlist). If no item is selected the user has rights to edit all datasources.",
"Asset Folder Permissions": "Asset Folder Permissions",
"Add asset folders to restrict editing and upload access.": "Add asset folders to restrict editing and upload access.",
"Start by selecting a space in the sidebar or create a new space.": "Start by selecting a space in the sidebar or create a new space.",
"Welcome!": "Welcome!",
"Traffic": "Traffic",
"Learn more about": "Learn more about",
"Api requests": "Api requests",
"Active Plan": "Active Plan",
"Usage": "Usage",
"Content activities": "Content activities",
"No billing": "No billing",
"Change": "Change",
"Billed": "Billed",
"No recent changes": "No recent changes",
"Choose your plan": "Choose your plan",
"Recent changes": "Recent changes",
"Custom": "Custom",
"Compare": "Compare",
"user": "user",
"Got a custom plan or coupon code?": "Got a custom plan or coupon code?",
"Custom plan": "Custom plan",
"Entered plan ids will be validated after pressing subscribe.": "Entered plan ids will be validated after pressing subscribe.",
"Coupon code": "Coupon code",
"Entered coupon codes will be validated and applied after pressing subscribe.": "Entered coupon codes will be validated and applied after pressing subscribe.",
"Select seats": "Select seats",
"Confirm subscription": "Confirm subscription",
"Min": "Min",
"Max": "Max",
"By clicking the button below the new subscription will start.": "By clicking the button below the new subscription will start.",
"Decide payment interval": "Decide payment interval",
"Change subscription": "Change subscription",
"Monthly": "Monthly",
"Annually": "Annually",
"Define billing information": "Define billing information",
"Email address": "Email address",
"VAT-Number": "VAT-Number",
"Reuse from another space": "Reuse from another space",
"Order number": "Order number",
"Street": "Street",
"City": "City",
"Credit or debit card": "Credit or debit card",
"ZIP": "ZIP",
"Enter payment information": "Enter payment information",
"Update payment information": "Update payment information",
"Update billing information": "Update billing information",
"Information: Our payment provider validates card information when it is saved. As a result of this process, you may see a temporary authorization for $1 on your statement.": "Information: Our payment provider validates card information when it is saved. As a result of this process, you may see a temporary authorization for $1 on your statement.",
"Please provide all billing informations marked as required (*)": "Please provide all billing informations marked as required (*)",
"Your selected team sizes are not in the limits of your selected feature set. You can select another feature set to continue.": "Your selected team sizes are not in the limits of your selected feature set. You can select another feature set to continue.",
"View invoices": "View invoices",
"Summary": "Summary",
"Please provide a credit or debit card": "Please provide a credit or debit card",
"If your entered plan is not correct you will still be able to try it again.": "If your entered plan is not correct you will still be able to try it again.",
"You have entered a custom plan with a special offering and pricing": "You have entered a custom plan with a special offering and pricing",
"users": "users",
"VAT reverse charge applies.": "VAT reverse charge applies.",
"VAT": "VAT",
"Total": "Total",
"The benefits of the coupon code will be applied if available": "The benefits of the coupon code will be applied if available",
"Thanks! You are awesome!": "Thanks! You are awesome!",
"We would love to hear what you think about Storyblok.": "We would love to hear what you think about Storyblok.",
"Chat with us or": "Chat with us or",
"your feedback.": "your feedback.",
"Tweet": "Tweet",
"Star": "Star",
"Share": "Share",
"Public access tokens are only for accessing the published version while preview tokens are for accessing the draft version also. Both are read-only tokens.": "Public access tokens are only for accessing the published version while preview tokens are for accessing the draft version also. Both are read-only tokens.",
"Access level": "Access level",
"Public": "Public",
"See API-Documentation": "See API-Documentation",
"Theme": "Theme",
"Branch": "Branch",
"Choose branch": "Choose branch",
"Create Token": "Create Token",
"Color": "Color",
"Define as default stage for new content items": "Define as default stage for new content items",
"Publishing rights": "Publishing rights",
"Stage transition rules": "Stage transition rules",
"Allow users to publish or schedule the content": "Allow users to publish or schedule the content",
"Specific stage(s)": "Specific stage(s)",
"Next available stages": "Next available stages",
"All stages": "All stages",
"All users": "All users",
"User(s)/Role(s) who can change the stage": "User(s)/Role(s) who can change the stage",
"to the next available stage": "to the next available stage",
"Specific user(s)/role(s)": "Specific user(s)/role(s)",
"Role(s)": "Role(s)",
"User(s)": "User(s)",
"Workflow stages": "Workflow stages",
"See workflow documentation": "See workflow documentation",
"Create": "Create",
"Choose an approver": "Choose an approver",
"Workflow stages sorted successfully!": "Workflow stages sorted successfully!",
"Are you sure you want to delete this workflow stage?": "Are you sure you want to delete this workflow stage?",
"Send for approval": "Send for approval",
"Approval request has been sent successfully!": "Approval request has been sent successfully!",
"Content items": "Content items",
"Entry": "Entry",
"Define schema": "Define schema",
"Folder": "Folder",
"You have not defined any schema for this block yet.": "You have not defined any schema for this block yet.",
"Define presets": "Define presets",
"Click \"Define schema\" to add the fields you need.": "Click \"Define schema\" to add the fields you need.",
"No valid fields defined in this section yet.": "No valid fields defined in this section yet.",
"is already part of another section": "is already part of another section",
"Translate": "Translate",
"Choose to delete the values or add the schema keys.": "Choose to delete the values or add the schema keys.",
"items out of schema": "items out of schema",
"We have found values which are not part of the schema.": "We have found values which are not part of the schema.",
"No changes found": "No changes found",
"Changes": "Changes",
"Remove all": "Remove all",
"Select releases to deploy": "Select releases to deploy",
"What is getting deployed?": "What is getting deployed?",
"All content that is currently on the source branch and the releases you select.": "All content that is currently on the source branch and the releases you select.",
"No releases found on the source branch": "No releases found on the source branch",
"A newer version of this content item has been found in the database.": "A newer version of this content item has been found in the database.",
"Confirm": "Confirm",
"Choose the conflict solution": "Choose the conflict solution",
"Copy over": "Copy over",
"Opens newer version in a new window to let you copy over your changes.": "Opens newer version in a new window to let you copy over your changes.",
"Overwrite": "Overwrite",
"Slug": "Slug",
"Overwrites newer version with your changes.": "Overwrites newer version with your changes.",
"Define as root for the folder": "Define as root for the folder",
"Preset": "Preset",
"Content type": "Content type",
"Confirm deletion": "Confirm deletion",
"Are you sure that you want to delete this item(s)?": "Are you sure that you want to delete this item(s)?",
"Include associated alternates": "Include associated alternates",
"Target-Folder": "Target-Folder",
"Is alternative version of the duplicate?": "Is alternative version of the duplicate?",
"Duplicate": "Duplicate",
"Schedule": "Schedule",
"duplicated": "duplicated",
"You are not allowed to duplicate this story.": "You are not allowed to duplicate this story.",
"Open published": "Open published",
"Send approval": "Request approval",
"Open draft": "Open draft",
"Unpublish": "Unpublish",
"Draft json": "Draft json",
"Discard changes": "Discard changes",
"Start sync": "Start sync",
"Published json": "Published json",
"Status": "Status",
"Tools": "Tools",
"Real path": "Real path",
"Settings for the folder content": "Settings for the folder content",
"Disable visual composer": "Disable visual composer",
"Clone to all": "Clone to all",
"Deny changing content type": "Deny changing content type",
"Merge to all": "Merge to all",
"Dimensions are only available if you are editing a content item in a subfolder.": "Dimensions are only available if you are editing a content item in a subfolder.",
"Create a folder structure where the first folder defines your dimension (Example: de/home, en/home).": "Create a folder structure where the first folder defines your dimension (Example: de/home, en/home).",
"Not created yet": "Not created yet",
"Create clone": "Create clone",
"Merge": "Merge",
"Something went wrong merging the alternate(s)": "Something went wrong merging the alternate(s)",
"The alternate(s) have been created!": "The alternate(s) have been created!",
"The alternate(s) have been merged!": "The alternate(s) have been merged!",
"Add preset": "Add preset",
"Presets are blocks filled with the content you currently have in the selected block.": "Presets are blocks filled with the content you currently have in the selected block.",
"Something went wrong creating the alternate(s)": "Something went wrong creating the alternate(s)",
"The saved presets are shown for all users at the selection of new blocks.": "The saved presets are shown for all users at the selection of new blocks.",
"Existing presets": "Existing presets",
"As default": "As default",
"Release date (optional)": "Release date (optional)",
"Branches to deploy": "Branches to deploy",
"When the release gets merged all content will be automatically deployed to the selected branches.": "When the release gets merged all content will be automatically deployed to the selected branches.",
"Entry configuration": "Entry configuration",
"Editmode": "Editmode",
"Are you sure you want to delete this release?": "Are you sure you want to delete this release?",
"Form only": "Form only",
"Visual": "Visual",
"Tags": "Tags",
"Sort by date": "Sort by date",
"First published date": "First published date",
"Remove": "Remove",
"Alternative versions": "Alternative versions",
"Search for the content group of this story.": "Search for the content group of this story.",
"Shortcut": "Shortcut",
"Pin as shortcut in the mini-browser": "Pin as shortcut in the mini-browser",
"Current": "Current",
"New release": "New release",
"Skip this step": "Skip this step",
"Move": "Move",
"Next step": "Next step",
"We have already done that for you. Open the entry \"Home\" below to play around.": "We have already done that for you. Open the entry \"Home\" below to play around.",
"Create a demo page": "Create a demo page",
"Create a new folder": "Create a new folder",
"Create your first folder": "Create your first folder",
"and define a new content type during the folder set-up.": "and define a new content type during the folder set-up.",
"Create your first entry": "Create your first entry",
"Create entry": "Create entry",
"and define its fields by building its schema so you can fill it with content.": "and define its fields by building its schema so you can fill it with content.",
"Will be released at": "Will be released at",
"Show only items from this release": "Show only items from this release",
"Has been published at": "Has been published at",
"Last deployment": "Last deployment",
"This branch has never been deployed": "This branch has never been deployed",
"Release now": "Release now",
"Open preview": "Open preview",
"Deploy from source": "Deploy from source",
"You are seeing deleted items": "You are seeing deleted items",
"Name (desc)": "Name (desc)",
"Default sorting": "Default sorting",
"Name (asc)": "Name (asc)",
"Slug (desc)": "Slug (desc)",
"releases": "releases",
"Slug (asc)": "Slug (asc)",
"Created at": "Created at",
"Updated at": "Updated at",
"Deleted at": "Deleted at",
"Are you sure you want to unpublish this item(s)?": "Are you sure you want to unpublish this item(s)?",
"The items have been updated!": "The items have been updated!",
"Are you sure you want to publish this item(s)?": "Are you sure you want to publish this item(s)?",
"Are you sure you want to restore this item(s)?": "Are you sure you want to restore this item(s)?",
"Something went wrong restoring some items": "Something went wrong restoring some items",
"Something went wrong updating item(s)": "Something went wrong updating item(s)",
"No tools installed on this space": "No tools installed on this space",
"Deleted items can not be viewed. Please click the checkbox of the item and restore to view.": "Deleted items can not be viewed. Please click the checkbox of the item and restore to view.",
"The content has been released!": "The content has been released!",
"Do you really want to copy the content of the default language to the current and replace the existing field value?": "Do you really want to copy the content of the default language to the current and replace the existing field value?",
"Default language": "Default language",
"Install from the app store": "Install from the app store",
"Draft updated at": "Draft updated at",
"Never": "Never",
"Published at": "Published at",
"Latest workflow changes": "Latest workflow changes",
"Last author": "Last author",
"None": "None",
"Workflow stage": "Workflow stage",
"set by": "set by",
"Assigned to": "Assigned to",
"Update": "Update",
"Comments": "Comments",
"Load older comments": "Load older comments",
"Edit": "Edit",
"Workflow stage and assignments": "Workflow stage and assignments",
"Add a comment": "Add a comment",
"Assign to": "Assign to",
"Notify users via email": "Notify users via email",
"Submit": "Submit",
"Lambda Function": "Lambda Function",
"Task type": "Task type",
"Webhook": "Webhook",
"The payload of the request contains the task and the space id.": "The payload of the request contains the task and the space id.",
"Lambda Function (coming soon)": "Lambda Function (coming soon)",
"Provide the endpoint where you want to send a POST request.": "Provide the endpoint where you want to send a POST request.",
"Protected variable": "Protected variable",
"Function code": "Function code",
"For example:": "For example:",
"Ok": "Ok",
"Are you sure you want to delete this task?": "Are you sure you want to delete this task?",
"Last execution": "Last execution",
"Currently running": "Currently running",
"Executed successfully!": "Executed successfully!",
"Execute": "Execute",
"Choose XML for translation software like SDL Trados Studio or JSON for translation software like LingoHub.": "Choose XML for translation software like SDL Trados Studio or JSON for translation software like LingoHub.",
"Autosave enabled?": "Autosave enabled?",
"Empty": "Empty",
"Choose a compatible XML or JSON generated from the export.": "Choose a compatible XML or JSON generated from the export.",
"Desktop": "Desktop",
"Tablet": "Tablet",
"Tag": "Tag",
"Mobile": "Mobile",
"Select": "Select",
"Content type value": "Content type value",
"Component": "Component",
"Assigned to me only": "Assigned to me only",
"In folder": "In folder",
"element": "element",
"Search in current folder only": "Search in current folder only",
"No results found": "No results found",
"Current version": "Current version",
"Start typing to search": "Start typing to search",
"Confirming invitation": "Confirming invitation",
"Please wait a couple of seconds": "Please wait a couple of seconds",
"Unknown author": "Unknown author",
"You are now a member of the organisation": "You are now a member of the organisation",
"Go to spaces": "Go to spaces",
"Invitation confirmed!": "Invitation confirmed!",
"Please login first and then click the invitation link again.": "Please login first and then click the invitation link again.",
"Go to login": "Go to login",
"Login required.": "Login required.",
"Your invitation is not valid anymore.": "Your invitation is not valid anymore.",
"Please upgrade your Storyblok space. You have": "Please upgrade your Storyblok space. You have",
"Something went wrong.": "Something went wrong.",
"collaborator(s) and your": "collaborator(s) and your",
"Please contact your Storyblok space owner. You have": "Please contact your Storyblok space owner. You have",
"is over.": "is over.",
"Just a moment. A background task is still running.": "Just a moment. A background task is still running.",
"The Storyblok app has been updated!": "The Storyblok app has been updated!",
"Please reload the window to get the newest version.": "Please reload the window to get the newest version.",
"Reload window": "Reload window",
"Manage": "Manage",
"Toggle assistance mode": "Toggle assistance mode",
"Assisted spaces": "Assisted spaces",
"Logging in": "Logging in",
"Sales": "Sales",
"I have read and agree to the": "I have read and agree to the",
"Logged in as": "Logged in as",
"Catalogue": "Catalogue",
"Initiating space": "Initiating space",
"Configuration": "Configuration",
"There was an error confirming your account. Please try again.": "There was an error confirming your account. Please try again.",
"Resend confirmation": "Resend confirmation",
"Confirmed successfully!": "Confirmed successfully!",
"You have unsaved changes on this content item. Do you want to discard your changes?": "You have unsaved changes on this content item. Do you want to discard your changes?",
"No": "No",
"To continue confirm that you have read and agree to the Terms and Privacy Policy.": "To continue confirm that you have read and agree to the Terms and Privacy Policy.",
"Yes": "Yes",
"Invitation sent!": "Invitation sent!",
"Shortcuts: Esc for No, Enter for Yes": "Shortcuts: Esc for No, Enter for Yes",
"Usertype": "Usertype",
"The user has been invited to your organisation and will be added once confirmed.": "The user has been invited to your organisation and will be added once confirmed.",
"Normal": "Normal",
"Member": "Member",
"Provide the 15 digit ID": "Provide the 15 digit ID",
"Is sandbox user?": "Is sandbox user?",
"Owner: Can manage users and define owners": "Owner: Can manage users and define owners",
"Admin: Can manage users": "Admin: Can manage users",
"Member: Can not manage users": "Member: Can not manage users",
"Firstname": "Firstname",
"Disable": "Disable",
"Lastname": "Lastname",
"Are you sure you want to disable this user?": "Are you sure you want to disable this user?",
"It seems you do not have any": "It seems you do not have any",
"Enable": "Enable",
"Type in all emails of the users you want to invite separated by a new line.": "Type in all emails of the users you want to invite separated by a new line.",
"Invite others": "Invite others",
"yet.": "yet.",
"Send": "Send",
"Done!": "Done!",
"Your invitation has been sent! As soon as the users have signed up you can add them as collaborators to your space(s).": "Your invitation has been sent! As soon as the users have signed up you can add them as collaborators to your space(s).",
"Please enter at least one email": "Please enter at least one email",
"Invite more people": "Invite more people",
" is not a valid email": " is not a valid email",
"from": "from",
"Target": "Target",
"Asset": "Asset",
"Current window": "Current window",
"Get started": "Get started",
"New window": "New window",
"terms of use": "terms of use",
"Signup": "Signup",
"By clicking \"Signup\" you accept the": "By clicking \"Signup\" you accept the",
"Switch to login": "Switch to login",
"Forgot password?": "Forgot password?",
"Already have an account?": "Already have an account?",
"No account yet?": "No account yet?",
"Signup here": "Signup here",
"Login": "Login",
"Resend": "Resend",
"confirmation email": "confirmation email",
"Send password reset link": "Send password reset link",
"Imprint": "Imprint",
"Privacy policy": "Privacy policy",
"Are you a developer?": "Are you a developer?",
"Choose no if you want to join an existing project": "Choose no if you want to join an existing project",
"No, I am not a dev": "No, I am not a dev",
"Yes, I am a dev": "Yes, I am a dev",
"Choose your own adventure": "Choose your own adventure",
"Join an existing space": "Join an existing space",
"What would you do like next?": "What would you do like next?",
"You are almost there": "You are almost there",
"Success!": "Success!",
"Insert the email of your space admin to let them add you as a collaborator of the space": "Insert the email of your space admin to let them add you as a collaborator of the space",
"I received the email": "I received the email",
"You will get notified per email once the admin added you as a collaborator. Then click on the button below to continue.": "You will get notified per email once the admin added you as a collaborator. Then click on the button below to continue.",
"It seems that the authentification code is wrong.": "It seems that the authentification code is wrong.",
"My account": "My account",
"Please check the password confirmation.": "Please check the password confirmation.",
"You are logged in via a third party authentication provider.": "You are logged in via a third party authentication provider.",
"Profile picture": "Profile picture",
"Username": "Username",
"Your Storyblok ID for adding you as a collaborator to another project is": "Your Storyblok ID for adding you as a collaborator to another project is",
"Recommended: 500px x 500px (JPG or PNG)": "Recommended: 500px x 500px (JPG or PNG)",
"Phone number": "Phone number",
"Your timezone": "Your timezone",
"Your language": "Your language",
"Current password": "Current password",
"Insert your current password if you changed your username, email, phone number, password or security settings": "Insert your current password if you changed your username, email, phone number, password or security settings",
"New Password": "New Password",
"Do you want to change your current password?": "Do you want to change your current password?",
"Password confirmation": "Password confirmation",
"Security Settings": "Security Settings",
"How do you want to login?": "How do you want to login?",
"Password only": "Password only",
"Two factor authentication via SMS": "Two factor authentication via SMS",
"Personal access tokens": "Personal access tokens",
"Two factor authentication via Email": "Two factor authentication via Email",
"Storyblok Management API": "Storyblok Management API",
"Please copy this api key now. It will be visible only once.": "Please copy this api key now. It will be visible only once.",
"Tokens that have been generated to access the": "Tokens that have been generated to access the",
"Generate new Token": "Generate new Token",
"Personal access tokens work like ordinary OAuth access tokens.": "Personal access tokens work like ordinary OAuth access tokens.",
"They can be used to authenticate yourself to have full access to the managment API programmatically and should NEVER be exposed in public.": "They can be used to authenticate yourself to have full access to the managment API programmatically and should NEVER be exposed in public.",
"Privacy": "Privacy",
"Show username instead of email as collaborator": "Show username instead of email as collaborator",
"Privacy Setting": "Privacy Setting",
"Download in German": "Download in German",
"Download in English": "Download in English",
"Data processing agreement": "Data processing agreement",
"Read more about our": "Read more about our",
"Account deletion": "Account deletion",
"privacy policy here": "privacy policy here",
"Yes, delete my account": "Yes, delete my account",
"Do you want to delete your account?": "Do you want to delete your account?",
"Do you really want to delete your account? Type \"delete me\" and click confirm.": "Do you really want to delete your account? Type \"delete me\" and click confirm.",
"User has been updated": "User has been updated",
"Not found": "Not found",
"Please insert the code we sent to ": "Please insert the code we sent to ",
"Add user": "Add user",
"It seems that you do not have access to this page.": "It seems that you do not have access to this page.",
"Create a new organization": "Create a new organization",
"Organisation name": "Organisation name",
"Create org": "Create org",
"SO Settings": "SO Settings",
"Whitelabeling": "Whitelabeling",
"Add SSO url": "Add SSO url",
"Url to the editor": "Url to the editor",
"Provide the full url like": "Provide the full url like",
"Logo-Url": "Logo-Url",
"Provide the full url to the logo like": "Provide the full url to the logo like",
"Not defined": "Not defined",
"Organization updated successfully": "Organization updated successfully",
"Disabled": "Disabled",
"Please set your password": "Please set your password",
"Set password": "Set password",
"Password has been set. You can now login.": "Password has been set. You can now login.",
"Thank you": "Thank you",
"Please confirm your billing information": "Please confirm your billing information",
"Login failed. The login token may expired. Please try again.": "Login failed. The login token may expired. Please try again.",
"Please enter all required information": "Please enter all required information",
"We try to keep your billing information for invoices up to date. Please confirm the below information are correct or change them accordingly.": "We try to keep your billing information for invoices up to date. Please confirm the below information are correct or change them accordingly.",
"One last thing before you can comment": "One last thing before you can comment",
"Profile picture (optional)": "Profile picture (optional)",
"Are you sure you want to delete this item?": "Are you sure you want to delete this item?",
"Help other collaborators to identify you better by providing your name and a profile picture.": "Help other collaborators to identify you better by providing your name and a profile picture.",
"Are you sure you want to delete this item(s)?": "Are you sure you want to delete this item(s)?",
"Loading user": "Loading user",
"You are in a demo space.": "You are in a demo space.",
"Submit to App-Store": "Submit to App-Store",
"Browse apps": "Browse apps",
"Submit to App-Directory": "Submit to App-Directory",
"Active Subscriptions": "Active Subscriptions",
"Total revenue": "Total revenue",
"Finances": "Finances",
"Hi there!": "Hi there!",
"Choose to": "Choose to",
"Perks": "Perks",
"Team": "Team",
"Entering Partner Portal": "Entering Partner Portal",
"Signup as Partner": "Signup as Partner",
"You are now unsubscribed.": "You are now unsubscribed.",
"Seems that you do not have any tags yet.": "Seems that you do not have any tags yet.",
"Create your first space": "Create your first space",
"Install link": "Install link",
"Name of the app": "Name of the app",
"Id/Slug of the app": "Id/Slug of the app",
"Allowed characters are letters, numbers and -.": "Allowed characters are letters, numbers and -.",
"Oauth2 settings": "Oauth2 settings",
"Client id": "Client id",
"Secret": "Secret",
"Url to your app": "Url to your app",
"Oauth2 callback url": "Oauth2 callback url",
"Field types": "Field types",
"Select the Field-Type(s) that you would like to include in this app": "Select the Field-Type(s) that you would like to include in this app",
"Images": "Images",
"Screenshot (minimum 1000px)": "Screenshot (minimum 1000px)",
"Icon (1024x1024px)": "Icon (1024x1024px)",
"Sidebar Icon (white transparent SVG)": "Sidebar Icon (white transparent SVG)",
"Your website": "Your website",
"Url to your website": "Url to your website",
"Your name": "Your name",
"Video (optional)": "Video (optional)",
"Url to Youtube video": "Url to Youtube video",
"Intro": "Intro",
"Short intro about what is your app about": "Short intro about what is your app about",
"Attention! The deletion of this app will also delete all installations.": "Attention! The deletion of this app will also delete all installations.",
"Delete this app": "Delete this app",
"Uninstall": "Uninstall",
"Requires plan": "Minimum required plan: ",
"Try out in trial mode": "Try out in trial mode",
"Approve app": "Approve app",
"Website": "Website",
"Last update": "Last update",
"App content": "App content",
"Field-Type/UI Extension": "Field-Type/UI Extension",
"App submission": "App submission",
"By committing your app the Storyblok app directory you accept the": "By committing your app the Storyblok app directory you accept the",
"App Directory Agreement": "App Directory Agreement",
"The review process take usually 2-3 days and you will get updated via email once the app is available in the app directory.": "The review process take usually 2-3 days and you will get updated via email once the app is available in the app directory.",
"Confirm submission": "Confirm submission",
"References": "References",
"Unselect": "Unselect",
"Clear trashcan": "Clear trashcan",
"Move users to org": "Move users to org",
"Is content type": "Is content type",
"Add fields by dragging them to the tab.": "Add fields by dragging them to the tab.",
"Drag and drop the field to the tab name to add it here. All fields that are not placed in custom tabs will be visible in the general tab. To remove the general tab place all fields in custom tabs.": "Drag and drop the field to the tab name to add it here. All fields that are not placed in custom tabs will be visible in the general tab. To remove the general tab place all fields in custom tabs.",
"Manage tab": "Manage tab",
"Rename": "Rename",
"Move to right": "Move to right",
"Move to left": "Move to left",
"Hide empty option": "Hide empty option",
"Restrict to content type": "Restrict to content type",
"Enable email field": "Enable email field",
"Enable asset selection": "Enable asset selection",
"Enable anchor field on internal link": "Enable anchor field on internal link",
"Minimum": "Minimum",
"Maximum": "Maximum",
"Define anchor": "Define anchor",
"Choose to customize your experience": "Choose to customize your experience",
"First name": "First name",
"Last name": "Last name",
"Job function": "Job function",
"Marketing": "Marketing",
"Information Technology": "Information Technology",
"Development/Engineering/Programming": "Development/Engineering/Programming",
"Human Resources": "Human Resources",
"Procurement": "Procurement",
"Security": "Security",
"Other": "Other",
"Business area": "Business area",