@cesdk/cesdk-js 1.4.0-alpha.4 → 1.4.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1474 +1,846 @@
1
1
  {
2
- "common": {
3
- "save": "Save",
4
- "load": "Load",
5
- "download": "Download",
6
- "export": "Export",
7
- "close": "Close",
8
- "back": "Back",
9
- "lock": "Lock",
10
- "unlock": "Unlock",
11
- "replace": "Replace",
12
- "duplicate": "Duplicate",
13
- "edit": "Edit",
14
- "delete": "Delete",
15
- "undo": "Undo",
16
- "redo": "Redo",
17
- "reset": "Reset",
18
- "style": "Style",
19
- "page": "Page",
20
- "formats": "Formats",
21
- "select": "Select",
22
- "advanced": "Advanced",
23
- "mixed": "Mixed",
24
- "more": "More"
25
- },
26
- "presets": {
27
- "scenes": {
28
- "custom": { "label": "Custom" },
29
- "din-a0": { "label": "DIN A0" },
30
- "din-a1": { "label": "DIN A1" },
31
- "din-a2": { "label": "DIN A2" },
32
- "din-a3": { "label": "DIN A3" },
33
- "din-a4": { "label": "DIN A4" },
34
- "din-a5": { "label": "DIN A5" },
35
- "din-a6": { "label": "DIN A6" },
36
- "din-a65": { "label": "DIN A6/5" },
37
- "din-b5": { "label": "DIN B5" },
38
- "square": { "label": "Square" },
39
- "twitter-profile": { "label": "Twitter Profile" },
40
- "twitter-image": { "label": "Twitter Image" },
41
- "twitter-header": { "label": "Twitter Header" },
42
- "instagram-profile": { "label": "Instagram Profile" },
43
- "instagram-photo": { "label": "Instagram Photo" },
44
- "instagram-story": { "label": "Instagram Story" },
45
- "american-letter": { "label": "Letter" },
46
- "american-legal": { "label": "Legal" },
47
- "business-card": { "label": "Business Card" }
48
- }
49
- },
50
- "block": {
51
- "page": {
52
- "title": "Page {{number}}"
53
- },
54
- "inputs": {
55
- "SliderInput": {
56
- "toggleNumberInput": {
57
- "description": "Display direct value input."
58
- }
59
- },
60
- "TypefaceSelect": {
61
- "label": "Selected font typeface: {{fontFamily}}"
62
- },
63
- "FontSelect": {
64
- "label": "Selected font: {{font}}",
65
- "fallback": {
66
- "label": "Standard"
67
- }
68
- },
69
- "FontSize": {
70
- "label": "Select font size"
71
- },
72
- "BleedMargin": {
73
- "label": "Select bleed margins"
74
- },
75
- "PlaceholderTextInput": {
76
- "label": "Select placeholder"
77
- },
78
- "Transform": {
79
- "label": "Transform",
80
- "value": {
81
- "label": "$t(block.inputs.Transform.position.label) & $t(block.inputs.Transform.dimension.label)"
82
- },
83
- "move": { "label": "Move" },
84
- "position": {
85
- "label": "Position",
86
- "x": {
87
- "unitLabel": "X",
88
- "label": "$t(block.inputs.Transform.position.x.unitLabel) $t(block.inputs.Transform.position.label)",
89
- "description": "Position on the x-axis in {{unit}}"
90
- },
91
- "y": {
92
- "unitLabel": "Y",
93
- "label": "$t(block.inputs.Transform.position.y.unitLabel) $t(block.inputs.Transform.position.label)",
94
- "description": "Position on the y-axis in {{unit}}"
95
- }
96
- },
97
- "dimension": {
98
- "label": "Size",
99
- "x": {
100
- "label": "Width",
101
- "innerLabel": "W",
102
- "description": "Width in {{unit}}"
103
- },
104
- "y": {
105
- "label": "Height",
106
- "innerLabel": "H",
107
- "description": "Height in {{unit}}"
108
- }
109
- },
110
- "rotation": {
111
- "label": "Rotation",
112
- "angle": {
113
- "description": "Rotation in degrees"
114
- }
115
- }
116
- },
117
- "Options": {
118
- "label": "Options",
119
- "copyElement": {
120
- "label": "Copy element"
121
- },
122
- "pasteElement": {
123
- "label": "Paste Element"
124
- }
125
- },
126
- "Text": {
127
- "advanced": {
128
- "label": "$t(common.advanced)",
129
- "value": {
130
- "label": "Line Height, Spacing, Alignment & Sizing"
131
- }
132
- }
133
- }
134
- }
135
- },
136
- "typography": {
137
- "weight": {
138
- "100": { "label": "Thin" },
139
- "200": { "label": "Extra Light" },
140
- "300": { "label": "Light" },
141
- "400": { "label": "Regular" },
142
- "500": { "label": "Medium" },
143
- "600": { "label": "Semi Bold" },
144
- "700": { "label": "Bold" },
145
- "800": { "label": "Extra Bold" },
146
- "900": { "label": "Black" }
147
- },
148
- "style": {
149
- "normal": { "label": "Normal" },
150
- "italic": { "label": "Italic" }
151
- }
152
- },
153
- "libraries": {
154
- "label": "Library",
155
- "noItems": { "label": "No elements" },
156
- "noMoreItems": { "label": "No more elements" },
157
- "search": {
158
- "placeholder": "Search ",
159
- "clear": {
160
- "label": "Clear search"
161
- }
162
- },
163
- "breadcrumb": {
164
- "root": {
165
- "label": "All"
166
- }
167
- },
168
- "local": {
169
- "label": "Uploads",
170
- "addFile": { "label": "Add file" }
171
- },
172
- "ly": {
173
- "img": {
174
- "image": {
175
- "label": "Images"
176
- },
177
- "text": {
178
- "label": "Text",
179
-
180
- "title": { "label": "Title" },
181
- "headline": { "label": "Headline" },
182
- "paragraph": { "label": "Paragraph" }
183
- },
184
- "sticker": {
185
- "label": "Stickers",
186
- "emoticons": { "label": "Emoticons" },
187
- "openmoji": { "label": "Openmoji" },
188
- "doodle": { "label": "Doodle" },
189
- "emoji": { "label": "Emoji" },
190
- "hand": { "label": "Hands" },
191
- "typo": { "label": "Typo" },
192
- "typo_happy": { "label": "Birthday" }
193
- },
194
- "vectorpath": {
195
- "label": "Shapes"
196
- }
197
- }
198
- }
199
- },
200
- "textEditing": {
201
- "bold": {
202
- "label": "Bold"
203
- },
204
- "italic": {
205
- "label": "Italic"
206
- },
207
- "color": {
208
- "label": "Change color"
209
- },
210
- "textVariable": {
211
- "label": "Insert variable"
212
- }
213
- },
214
- "placeholder": {
215
- "create": {
216
- "label": "Placeholder"
217
- },
218
- "remove": {
219
- "label": "Remove Placeholder"
220
- },
221
- "settings": {
222
- "label": "Change placeholder settings"
223
- },
224
- "settingsMenu": {
225
- "label": "Placeholder settings menu"
226
- }
227
- },
228
- "scopes": {
229
- "content": {
230
- "replace": {
231
- "label": "Allow to replace content"
232
- }
233
- },
234
- "design": {
235
- "label": "Allow to arrange & style",
236
- "arrange": {
237
- "label": "Allow to arrange"
238
- },
239
- "style": {
240
- "label": "Allow to style"
241
- }
242
- },
243
- "lifecycle": {
244
- "duplicate": {
245
- "label": "Allow to duplicate"
246
- },
247
- "destroy": {
248
- "label": "Allow to delete"
249
- }
250
- },
251
- "editor": {
252
- "select": {
253
- "label": "Allow to select"
254
- }
255
- },
256
- "exportable": {
257
- "label": "Show in export"
258
- },
259
- "alwaysOnTop": {
260
- "label": "Stay always on top"
261
- }
262
- },
263
- "component": {
264
- "topbar": {
265
- "save": { "label": "$t(common.save)" },
266
- "share": { "label": "Share as Template" },
267
- "load": { "label": "Import Design File" },
268
- "download": { "label": "Export Design File" },
269
- "export": { "label": "Export Images" },
270
- "close": { "label": "$t(common.close)" },
271
- "back": { "label": "$t(common.back)" },
272
- "image": { "label": "Image" },
273
- "text": { "label": "Text" },
274
- "vectorPath": { "label": "Path" },
275
- "element": { "label": "Element" },
276
- "call-to-action": { "more": "Show more options" },
277
- "preview": {
278
- "label": "Preview"
279
- },
280
- "modeswitch": {
281
- "design": {
282
- "label": "Design",
283
- "description": "Switch to design mode"
284
- },
285
- "template": {
286
- "label": "Template",
287
- "description": "Switch to template mode"
288
- },
289
- "preview": {
290
- "label": "Preview",
291
- "description": "Switch to preview mode"
292
- }
293
- }
294
- },
295
- "library": {
296
- "close": { "label": "$t(common.close)" },
297
- "file": {
298
- "add": { "label": "Add file" }
299
- },
300
- "element": {
301
- "emoticons": { "label": "Emoticons" },
302
- "openmoji": { "label": "Openmoji" },
303
- "doodle": { "label": "Doodle" },
304
- "emoji": { "label": "Emoji" },
305
- "hand": { "label": "Hands" },
306
- "typo": { "label": "Typo" },
307
- "typo_happy": { "label": "Birthday" },
308
- "shapes": {
309
- "label": "Shapes"
310
- }
311
- },
312
- "text": {
313
- "title": { "label": "Title" },
314
- "headline": { "label": "Headline" },
315
- "paragraph": { "label": "Paragraph" }
316
- }
317
- },
318
- "popover": {
319
- "keyShortcut": {
320
- "label": "To open the '{{popoverType}}' dialog, press '{{keyShortcut}}'"
321
- }
322
- },
323
- "modal": {
324
- "close": { "label": "$t(common.close)" },
325
- "uploadImage": {
326
- "label": "Uploading image..."
327
- }
328
- },
329
- "dnd": {
330
- "label": "Drag file here",
331
- "description": "The added files are stored in the library"
332
- },
333
- "colorPicker": {
334
- "colorItem": {
335
- "label": "Color item {{index}}",
336
- "transparent": {
337
- "label": "Color item {{index}}, Color name: transparent"
338
- }
339
- },
340
- "nearestColorName": {
341
- "label": "Nearest color name"
342
- },
343
- "hueGradient": {
344
- "label": "Hue gradient selection",
345
- "h": { "label": "Hue" },
346
- "s": { "label": "Saturation" },
347
- "v": { "label": "Value" }
348
- },
349
- "hueSlider": { "label": "Hue" },
350
- "opacitySlider": { "label": "Opacity" },
351
- "hexInput": { "label": "Hex" },
352
- "hsl": {
353
- "label": "{{componentName}}, $t(component.colorPicker.nearestColorName.label): {{nearestColorName}}; $t(property.colorValue.label): hue: {{hue}}°, saturation: {{saturation}}%, lightness: {{lightness}}%"
354
- },
355
- "rgbInput": {
356
- "r": {
357
- "label": "red"
358
- },
359
- "g": {
360
- "label": "green"
361
- },
362
- "b": {
363
- "label": "blue"
364
- }
365
- }
366
- },
367
- "canvas": {
368
- "handle": {
369
- "corner": {
370
- "topleft": "Corner handle top left",
371
- "topright": "Corner handle top right",
372
- "bottomleft": "Corner handle bottom left",
373
- "bottomright": "Corner handle bottom right"
374
- },
375
- "edge": {
376
- "top": "Top edge handle",
377
- "right": "Right edge handle",
378
- "bottom": "Bottom edge handle",
379
- "left": "Left edge handle"
380
- },
381
- "rotate": "Elements rotate handle"
382
- },
383
- "label": "Editor canvas",
384
- "state": {
385
- "loading": {
386
- "headline": { "label": "Loading Editor" },
387
- "description": { "label": "Just a few seconds..." },
388
- "error": { "label": "Editor engine could not be loaded" }
389
- },
390
- "unsupported": { "label": "Browser is not supported" }
391
- },
392
- "action": {
393
- "lock": { "label": "$t(common.lock)" },
394
- "unlock": { "label": "$t(common.unlock)" },
395
- "replace": { "label": "$t(common.replace)" },
396
- "duplicate": { "label": "$t(common.duplicate)" },
397
- "edit": { "label": "$t(common.edit)" },
398
- "delete": {
399
- "single": {"label": "$t(common.delete)" },
400
- "multiple": {"label": "$t(common.delete) ({{count}})"}
401
- },
402
- "smartImage": {
403
- "label": "Smart Features",
404
- "menu": {
405
- "label": "Smart Features Actions"
406
- }
407
- },
408
- "imageMatting": { "label": "Remove Background" },
409
- "smartCrop": { "label": "Smart-crop" },
410
- "superResolution": { "label": "Super-resolution" },
411
- "inpainting": { "label": "Inpaint" },
412
- "move": {
413
- "up": {
414
- "label": "Move up"
415
- },
416
- "down": {
417
- "label": "Move down"
418
- },
419
- "left": {
420
- "label": "Move left"
421
- },
422
- "right": {
423
- "label": "Move right"
424
- }
425
- }
426
- },
427
- "undo": {
428
- "undo": { "label": "$t(common.undo)" },
429
- "redo": { "label": "$t(common.redo)" }
430
- },
431
- "zoom": {
432
- "out": { "label": "Zoom Out" },
433
- "in": { "label": "Zoom In" },
434
- "50": { "label": "Zoom to 50%" },
435
- "100": { "label": "Zoom to 100%" },
436
- "200": { "label": "Zoom to 200%" },
437
- "fit": { "label": "Zoom To Fit" },
438
- "shortcut": "or press {{shortcut}}",
439
- "options": "See more zoom options"
440
- },
441
- "page": {
442
- "label": "New Page"
443
- },
444
- "elements": {
445
- "label": "Add Elements"
446
- },
447
- "settings": {
448
- "label": "Customize Editor",
449
- "description": "Open settings to customize editor"
450
- },
451
- "editText": {
452
- "close": { "label": "Cancel" },
453
- "done": { "label": "Done" },
454
- "label": "Text input",
455
- "placeholder": "Write Something",
456
- "placeholderInput": {
457
- "label": "Insert placeholder"
458
- }
459
- }
460
- },
461
- "panel": {
462
- "header": {
463
- "renameDesignElement": {
464
- "label": "Rename {{designElementName}}"
465
- }
466
- }
467
- },
468
- "SettingsPanel": {
469
- "header": {
470
- "label": "Customize Editor"
471
- },
472
- "appearance": {
473
- "label": "Appearance"
474
- },
475
- "libraries": {
476
- "label": "Libraries",
477
-
478
- "TemplateLibrary": {
479
- "label": "Template Library"
480
- },
481
- "ImageLibrary": {
482
- "label": "Image Library"
483
- },
484
- "TextLibrary": {
485
- "label": "Text Library"
486
- },
487
- "ElementLibrary": {
488
- "label": "Element Library"
489
- }
490
- },
491
- "assets": {
492
- "label": "Assets",
493
- "opacity": {
494
- "label": "$t(property.opacity.label)"
495
- },
496
- "transform": {
497
- "label": "Transform"
498
- },
499
- "text": {
500
- "advanced": {
501
- "label": "Text Advanced"
502
- },
503
- "color": {
504
- "label": "Text Color"
505
- },
506
- "backgroundColor": {
507
- "label": "Text Background Color"
508
- }
509
- },
510
- "image": {
511
- "crop": {
512
- "label": "Image Crop"
513
- },
514
- "filters": {
515
- "label": "Image Filters"
516
- },
517
- "adjustments": {
518
- "label": "Image Adjustments"
519
- },
520
- "selectiveAdjustments": {
521
- "label": "Selective Image Adjustments"
522
- },
523
- "effects": {
524
- "label": "Image Effects"
525
- },
526
- "blur": {
527
- "label": "Image Blur"
528
- }
529
- }
530
- },
531
- "ThemeSelect": {
532
- "label": "Theme",
533
- "description": "Select theme",
534
- "options": {
535
- "dark": {
536
- "label": "Dark",
537
- "description": "Selet dark theme"
538
- },
539
- "light": {
540
- "label": "Light",
541
- "description": "Selet light theme"
542
- }
543
- },
544
- "export": {
545
- "label": "CSS Custom Properties",
546
- "action": {
547
- "label": "Generate CSS"
548
- }
549
- },
550
- "dialog": { "label": "Generated CSS Custom Properties" }
551
- },
552
- "InspectorPositionSelect": {
553
- "label": "Inspector",
554
- "description": "Select the position of the inspector",
555
- "options": {
556
- "left": {
557
- "label": "Left",
558
- "description": "Select the inspector to be on the left side"
559
- },
560
- "right": {
561
- "label": "Right",
562
- "description": "Select the inspector to be on the right side"
563
- }
564
- }
565
- },
566
- "AdopterViewSelect": {
567
- "label": "Adopter View",
568
- "options": {
569
- "advanced": {
570
- "label": "Advanced",
571
- "description": "Always show the inspector."
572
- },
573
- "default": {
574
- "label": "Default",
575
- "description": "Hide the inspector if possible."
576
- }
577
- }
578
- },
579
- "ScalingSelect": {
580
- "label": "UI Scaling",
581
- "description": "Select ui scaling",
582
- "options": {
583
- "normal": {
584
- "label": "Normal",
585
- "description": "Select normal scaling"
586
- },
587
- "large": {
588
- "label": "Large",
589
- "description": "Select large scaling"
590
- }
591
- }
592
- },
593
- "RoleSelect": {
594
- "label": "Role",
595
- "description": "Select role"
596
- },
597
- "LanguageSelect": {
598
- "label": "Language",
599
- "description": "Select language",
600
- "options": {
601
- "en": { "label": "English" },
602
- "de": { "label": "German" }
603
- }
604
- },
605
- "ColorSchemeSelect": {
606
- "background": { "label": "Background color" },
607
- "active": { "label": "Active color" },
608
- "accent": { "label": "Accent color" }
609
- }
610
- },
611
- "inspector": {
612
- "header": {
613
- "lock": { "label": "$t(common.lock)" },
614
- "unlock": { "label": "$t(common.unlock)" }
615
- },
616
- "documentSettings": { "label": "Document settings" },
617
- "pages": { "label": "Pages" },
618
- "page": { "label": "Page" },
619
- "style": { "label": "$t(common.style)" },
620
- "character": { "label": "Character" },
621
- "appearance": { "label": "Appearance" },
622
- "shape": { "label": "Shape" },
623
- "shapeOptions": { "label": "Shape Options" },
624
- "layer": { "label": "Layer" },
625
- "scope": {
626
- "label": "Constraints"
627
- },
628
- "export": {
629
- "label": "Export"
630
- },
631
- "TemplateLibrary": {
632
- "label": "Template Library",
633
- "dialog": {
634
- "headline": { "label": "Switching Templates" },
635
- "body": {
636
- "label": "You will lose all edits you did to the current template when switching to a new one, are you 100% sure?"
637
- },
638
- "action": {
639
- "abort": { "label": "Cancel" },
640
- "confirm": { "label": "Yes, discard changes" }
641
- },
642
- "invalid": {
643
- "label": "This preset is not valid and cannot be used."
644
- }
645
- }
646
- },
647
- "scene": {
648
- "label": "Document",
649
- "adopter": {
650
- "label": "Document"
651
- },
652
- "settings": {
653
- "label": "Scene"
654
- },
655
- "layout": {
656
- "label": "Layout",
657
- "vertical": {
658
- "description": "Arrange pages vertically"
659
- },
660
- "horizontal": {
661
- "description": "Arrange pages horizontally"
662
- }
663
- },
664
- "preset": {
665
- "label": "Preset",
666
- "description": "Page format preset"
667
- },
668
- "width": {
669
- "label": "Width"
670
- },
671
- "height": {
672
- "label": "Height"
673
- },
674
- "unit": {
675
- "label": "Unit",
676
- "description": "Unit of measurement",
677
- "mm": {
678
- "label": "Millimeter"
679
- },
680
- "in": {
681
- "label": "Inch"
682
- },
683
- "px": {
684
- "label": "Pixel"
685
- }
686
- },
687
- "resolution": {
688
- "mm": {
689
- "label": "Resolution"
690
- },
691
- "in": {
692
- "label": "Resolution"
693
- },
694
- "px": {
695
- "label": "Pixel Scale"
696
- }
697
- },
698
- "orientation": {
699
- "label": "Orientation",
700
- "description": "Page Orientation",
701
- "flip": {
702
- "label": "Flip orientation"
703
- },
704
- "portrait": "Portrait",
705
- "landscape": "Landscape",
706
- "square": "Square"
707
- },
708
- "aspect": {
709
- "description": "Toggle proportion lock",
710
- "label": "Lock proportions"
711
- },
712
- "formats": {
713
- "label": "Formats"
714
- }
715
- },
716
- "vector_path": {
717
- "label": "Path"
718
- },
719
- "sticker": {
720
- "label": "Sticker"
721
- },
722
- "text": {
723
- "label": "Text",
724
- "spacing": { "label": "Spacing" },
725
- "scope": {
726
- "content": {
727
- "replace": {
728
- "label": "Replace text"
729
- }
730
- }
731
- }
732
- },
733
- "image": {
734
- "label": "Image",
735
- "select": { "label": "$t(common.select)" },
736
- "scope": {
737
- "content": {
738
- "replace": {
739
- "label": "Replace image"
740
- }
741
- }
742
- },
743
- "crop": {
744
- "label": "Crop",
745
- "scale": {
746
- "label": "Scale",
747
- "description": "Proportionally scale image dimensions"
748
- },
749
- "cropArea": {
750
- "heading": "Crop Area",
751
- "width": {
752
- "label": "Width",
753
- "description": "Width of the crop frame in {{unit}}"
754
- },
755
- "height": {
756
- "label": "Height",
757
- "description": "Height of the crop frame in {{unit}}"
758
- }
759
- },
760
- "image": {
761
- "heading": "Image",
762
- "x": {
763
- "label": "X Offset",
764
- "description": "Crop offset on the x-axis in {{unit}}"
765
- },
766
- "y": {
767
- "label": "Y Offset",
768
- "description": "Crop offset on the y-axis in {{unit}}"
769
- }
770
- }
771
- },
772
- "filter": {
773
- "label": "Filter"
774
- },
775
- "adjustments": {
776
- "label": "Adjustments",
777
- "basic": {
778
- "label": "Basic"
779
- },
780
- "refinements": {
781
- "label": "Refinements"
782
- }
783
- },
784
- "hspSelectiveAdjustments": {
785
- "label": "Selective Adjustments",
786
- "colors": {
787
- "Red": { "label": "Red" },
788
- "Orange": { "label": "Orange" },
789
- "Yellow": { "label": "Yellow" },
790
- "Green": { "label": "Green" },
791
- "Aqua": { "label": "Aqua" },
792
- "Blue": { "label": "Blue" },
793
- "Purple": { "label": "Purple" },
794
- "Magenta": { "label": "Magenta" }
795
- }
796
- },
797
- "blur": {
798
- "label": "Blur"
799
- },
800
- "effect": {
801
- "label": "Effect"
802
- }
803
- },
804
- "shapes": {
805
- "rect": { "label": "Rectangle" },
806
- "line": { "label": "Line" },
807
- "star": { "label": "Star" },
808
- "polygon": { "label": "Polygon" },
809
- "oval": { "label": "Oval" },
810
- "ellipse": { "label": "Ellipse" },
811
- "vectorPath": { "label": "Path" }
812
- },
813
- "exclusion_zone": { "label": "Exclusion Zone" },
814
- "multiSelection": {
815
- "title": {"label": "Multiple Elements ({{count}})"},
816
- "notice": {"label": "Editing multiple items at once\nis not supported yet."}
817
- }
818
- },
819
- "layerList": {
820
- "header": "Navigator",
821
- "pages": {
822
- "header": "Pages",
823
- "singlePageLabel": "Page {{number}}",
824
- "addNewPage": {
825
- "text": "New Page",
826
- "label": "Add New Page"
827
- },
828
- "list": {
829
- "collapseLabel": "Collapse Page List",
830
- "expandLabel": "Expand Page List"
831
- }
832
- },
833
- "layers": {
834
- "header": "Layers",
835
- "empty": "No elements on this page",
836
- "singleLayerLabel": "{{designElement}} layer",
837
- "list": {
838
- "collapseLabel": "Collapse Layer List",
839
- "expandLabel": "Expand Layer List"
840
- },
841
- "hide": {
842
- "label": "Hide layer"
843
- }
844
- }
845
- },
846
- "error": {
847
- "generic": {
848
- "label": "Unknown Error",
849
- "description": "The application has encountered an unknown error. Please try to reload the page.",
850
- "reloadButton": { "label": "Reload Page" }
851
- },
852
- "upload": {
853
- "label": "Cannot Upload Image",
854
- "description": "The image could not be uploaded.",
855
- "sizeExceeded": "Image exceeds the maximum size of {{limit}}x{{limit}}."
856
- }
857
- }
858
- },
859
- "property": {
860
- "label": "Property",
861
-
862
- "toggle": {
863
- "enable": "Enable",
864
- "disable": "Disable",
865
- "hidden": "Hidden",
866
- "visible": "Visible",
867
- "label": "{{operation}} {{property}}"
868
- },
869
- "layer": {
870
- "label": "Layer"
871
- },
872
- "typography": {
873
- "typeface": { "label": "Typeface" },
874
- "style": { "label": "Style" },
875
- "size": { "label": "Size" }
876
- },
877
- "path": {
878
- "label": "Path"
879
- },
880
- "move": {
881
- "label": "Move",
882
- "ariaLabel": "Move current element",
883
- "bringToFront": { "label": "Bring to front" },
884
- "bringForward": { "label": "Bring forward" },
885
- "sendToBack": { "label": "Send to back" },
886
- "sendBackward": { "label": "Send backward" }
887
- },
888
- "flip": {
889
- "label": "Flip",
890
- "flipX": { "label": "Flip horizontal" },
891
- "flipY": { "label": "Flip vertical" }
892
- },
893
- "horizontalAlignment": {
894
- "label": "Justify",
895
- "alignTextLeft": { "label": "Align text to the left" },
896
- "alignTextHorizontalCenter": { "label": "Align text to the center" },
897
- "alignTextRight": { "label": "Align text to the right" }
898
- },
899
- "verticalAlignment": {
900
- "label": "Alignment",
901
- "alignTextTop": { "label": "Align text to the top" },
902
- "alignTextVerticalCenter": { "label": "Align text to the center" },
903
- "alignTextBottom": { "label": "Align text to the bottom" }
904
- },
905
- "autoSize": {
906
- "label": "Autosize",
907
- "autoWidth": { "label": "Automatically scale the text frame's width" },
908
- "autoHeight": { "label": "Automatically scale the text frame's height" },
909
- "fixedFrame": { "label": "Maintain the text's frame" }
910
- },
911
-
912
- "margin": {
913
- "label": "Bleed Margin"
914
- },
915
-
916
- "color": { "label": "Color" },
917
- "colorValue": { "label": "Color Value" },
918
- "backgroundColor": { "label": "Background" },
919
- "outlineColor": { "label": "Outline" },
920
-
921
- "points": { "label": "Points" },
922
- "sides": { "label": "Sides" },
923
- "innerDiameter": { "label": "Inner Diameter" },
924
-
925
- "outlineWidth": { "label": "Outline Width" },
926
- "lineWidth": { "label": "Line Width" },
927
-
928
- "lineHeight": { "label": "Line Height" },
929
- "letterSpacing": { "label": "Letter Spacing" },
930
-
931
- "opacity": { "label": "Opacity" },
932
- "hue": { "label": "Hue" },
933
-
934
- "uniformBlur/intensity": { "label": "Blur" },
935
-
936
- "duoToneFilter/intensity": { "label": "Intensity" },
937
- "crop/scale": { "label": "Scale" },
938
- "lutFilter/intensity": { "label": "Intensity" },
939
-
940
- "adjustments/brightness": { "label": "Brightness" },
941
- "adjustments/contrast": { "label": "Contrast" },
942
- "adjustments/saturation": { "label": "Saturation" },
943
- "adjustments/clarity": { "label": "Clarity" },
944
- "adjustments/shadows": { "label": "Shadows" },
945
- "adjustments/highlights": { "label": "Highlights" },
946
- "adjustments/exposure": { "label": "Exposure" },
947
- "adjustments/gamma": { "label": "Gamma" },
948
- "adjustments/blacks": { "label": "Blacks" },
949
- "adjustments/whites": { "label": "Whites" },
950
- "adjustments/temperature": { "label": "Temperature" },
951
- "adjustments/sharpness": { "label": "Sharpness" },
952
-
953
- "hspSelectiveAdjustments/hue": { "label": "Hue" },
954
- "hspSelectiveAdjustments/saturation": { "label": "Saturation" },
955
- "hspSelectiveAdjustments/perceivedBrightness": { "label": "Brightness" },
956
-
957
- "lut/celsius": { "label": "Inferno" },
958
- "lut/chest": { "label": "Chestnut" },
959
- "lut/fixie": { "label": "Fixie" },
960
- "lut/fridge": { "label": "Fridge" },
961
- "lut/front": { "label": "Sunny 70s" },
962
- "lut/k2": { "label": "Flat Black" },
963
- "lut/mellow": { "label": "Mellow" },
964
- "lut/sin": { "label": "Hard Stuff" },
965
- "lut/texas": { "label": "Oldtimer" },
966
- "lut/ad1920": { "label": "1920 A.D." },
967
- "lut/ancient": { "label": "Ancient" },
968
- "lut/bleached": { "label": "Kalmen" },
969
- "lut/bleachedblue": { "label": "Joran" },
970
- "lut/blues": { "label": "Polaroid" },
971
- "lut/blueshadows": { "label": "Zephyr" },
972
- "lut/breeze": { "label": "Levante" },
973
- "lut/bw": { "label": "Greyed" },
974
- "lut/classic": { "label": "Classic" },
975
- "lut/colorful": { "label": "Colorful" },
976
- "lut/cool": { "label": "Snappy" },
977
- "lut/cottoncandy": { "label": "Candy" },
978
- "lut/creamy": { "label": "Creamy" },
979
- "lut/eighties": { "label": "Low Fire" },
980
- "lut/elder": { "label": "Colla" },
981
- "lut/evening": { "label": "Sunrise" },
982
- "lut/fall": { "label": "Moss" },
983
- "lut/food": { "label": "Food" },
984
- "lut/glam": { "label": "Glam" },
985
- "lut/gobblin": { "label": "Gobblin" },
986
- "lut/highcarb": { "label": "High Carb" },
987
- "lut/highcontrast": { "label": "Hicon" },
988
- "lut/k1": { "label": "K1" },
989
- "lut/k6": { "label": "K6" },
990
- "lut/kdynamic": { "label": "Pebble" },
991
- "lut/keen": { "label": "Keen" },
992
- "lut/lenin": { "label": "Lemon" },
993
- "lut/litho": { "label": "Litho" },
994
- "lut/lomo": { "label": "Lomo" },
995
- "lut/lomo100": { "label": "Lomo 100" },
996
- "lut/lucid": { "label": "Lucid" },
997
- "lut/neat": { "label": "Neat" },
998
- "lut/nogreen": { "label": "Pumpkin" },
999
- "lut/orchid": { "label": "Solanus" },
1000
- "lut/pale": { "label": "Pale" },
1001
- "lut/pitched": { "label": "Pitched" },
1002
- "lut/plate": { "label": "Weathered" },
1003
- "lut/pola669": { "label": "Green Gap" },
1004
- "lut/polasx": { "label": "Pola SX" },
1005
- "lut/pro400": { "label": "Pro 400" },
1006
- "lut/quozi": { "label": "Quozi" },
1007
- "lut/sepiahigh": { "label": "Sepia" },
1008
- "lut/settled": { "label": "Settled" },
1009
- "lut/seventies": { "label": "Seventies" },
1010
- "lut/soft": { "label": "Soft" },
1011
- "lut/steel": { "label": "Steel" },
1012
- "lut/summer": { "label": "Summer" },
1013
- "lut/sunset": { "label": "Golden" },
1014
- "lut/tender": { "label": "Tender" },
1015
- "lut/twilight": { "label": "Twilight" },
1016
- "lut/winter": { "label": "Softy" },
1017
- "lut/x400": { "label": "Dusty" },
1018
- "duotone/desert": { "label": "Desert" },
1019
- "duotone/peach": { "label": "Peach" },
1020
- "duotone/clash": { "label": "Clash" },
1021
- "duotone/plum": { "label": "Plum" },
1022
- "duotone/breezy": { "label": "Breezy" },
1023
- "duotone/deepblue": { "label": "Deep Blue" },
1024
- "duotone/frog": { "label": "Frog" },
1025
- "duotone/sunset": { "label": "Sunset" },
1026
-
1027
- "blurIdentifier": {
1028
- "label": "Identifier",
1029
- "UniformBlur": { "label": "Gaussian Blur" },
1030
- "ExtrudeBlur": { "label": "Extrude Blur" },
1031
- "LinearBlur": { "label": "Linear Blur" },
1032
- "MirroredBlur": { "label": "Mirrored Blur" },
1033
- "RadialBlur": { "label": "Radial Blur" }
1034
- },
1035
- "blurProp": {
1036
- "UniformBlur/intensity": { "label": "Intensity" },
1037
- "ExtrudeBlur/amount": { "label": "Intensity" },
1038
- "ExtrudeBlur/time": { "label": "Variation" },
1039
- "LinearBlur/blurRadius": { "label": "Intensity" },
1040
- "LinearBlur/x1": { "label": "Point 1 - X" },
1041
- "LinearBlur/y1": { "label": "Point 1 - Y" },
1042
- "LinearBlur/x2": { "label": "Point 2 - X" },
1043
- "LinearBlur/y2": { "label": "Point 2 - Y" },
1044
- "MirroredBlur/blurRadius": { "label": "Intensity" },
1045
- "MirroredBlur/gradientSize": { "label": "Size of Gradient" },
1046
- "MirroredBlur/size": { "label": "Size of blurred Area" },
1047
- "MirroredBlur/x1": { "label": "Point 1 - X" },
1048
- "MirroredBlur/y1": { "label": "Point 1 - Y" },
1049
- "MirroredBlur/x2": { "label": "Point 2 - X" },
1050
- "MirroredBlur/y2": { "label": "Point 2 - Y" },
1051
- "RadialBlur/blurRadius": { "label": "Intensity" },
1052
- "RadialBlur/gradientRadius": { "label": "Size of Gradient" },
1053
- "RadialBlur/radius": { "label": "Size of non-blurred Area" },
1054
- "RadialBlur/x": { "label": "Point - X" },
1055
- "RadialBlur/y": { "label": "Point - Y" }
1056
- },
1057
-
1058
- "effectIdentifier": {
1059
- "label": "Identifier",
1060
- "None": { "label": "None" },
1061
- "Pixelize": { "label": "Pixelize" },
1062
- "RadialPixel": { "label": "Radial Pixel" },
1063
- "CrossCut": { "label": "Cross Cut" },
1064
- "ColorCut": { "label": "Color Cut" },
1065
- "Liquid": { "label": "Liquid" },
1066
- "Waves": { "label": "Waves" },
1067
- "Joggle": { "label": "Joggle" },
1068
- "Outliner": { "label": "Outliner" },
1069
- "Radiate": { "label": "Radiate" },
1070
- "DotPattern": { "label": "Dot Pattern" },
1071
- "Posterize": { "label": "Posterize" },
1072
- "TvGlitch": { "label": "TV Glitch" },
1073
- "HalfTone": { "label": "HalfTone" },
1074
- "Linocut": { "label": "Linocut" },
1075
- "Psychedelic": { "label": "Psychedelic" },
1076
- "Shifter": { "label": "Shifter" },
1077
- "Mirror": { "label": "Mirror" },
1078
- "Glow": { "label": "Glow" },
1079
- "Vignette": { "label": "Vignette" },
1080
- "TiltShift": { "label": "Tiltshift" },
1081
- "Separate": { "label": "Separate" },
1082
- "Scanlines": { "label": "Scanlines" },
1083
- "Sharpie": { "label": "Sharpie" }
1084
- },
1085
- "effectProp": {
1086
- "Pixelize/horizontalPixelSize": { "label": "Horizontal Count" },
1087
- "Pixelize/verticalPixelSize": { "label": "Vertical Count" },
1088
- "RadialPixel/radius": { "label": "Radius per Row" },
1089
- "RadialPixel/segments": { "label": "Size per Row" },
1090
- "CrossCut/slices": { "label": "Horizontal Cuts" },
1091
- "CrossCut/offset": { "label": "Horizontal Offset" },
1092
- "CrossCut/speedV": { "label": "Vertical Offset" },
1093
- "CrossCut/time": { "label": "Variation" },
1094
- "ColorCut/amount": { "label": "Intensity" },
1095
- "ColorCut/speed": { "label": "Sensitivity" },
1096
- "ColorCut/time": { "label": "Variation" },
1097
- "Liquid/amount": { "label": "Intensity" },
1098
- "Liquid/scale": { "label": "Scale" },
1099
- "Liquid/speed": { "label": "Sensitivity" },
1100
- "Liquid/time": { "label": "Variation" },
1101
- "Waves/strength": { "label": "Intensity" },
1102
- "Waves/size": { "label": "Pattern Size" },
1103
- "Waves/speed": { "label": "Sensitivity" },
1104
- "Waves/time": { "label": "Variation" },
1105
- "Joggle/amount": { "label": "Severity" },
1106
- "Joggle/time": { "label": "Variation" },
1107
- "Outliner/amount": { "label": "Intensity" },
1108
- "Outliner/passthrough": { "label": "Blending" },
1109
- "Radiate/centerBrightness": { "label": "Brightness in Center" },
1110
- "Radiate/powerCurve": { "label": "Intensity" },
1111
- "Radiate/colorize": { "label": "Saturation" },
1112
- "DotPattern/dots": { "label": "Number of Dots" },
1113
- "DotPattern/size": { "label": "Size of Dots" },
1114
- "DotPattern/blur": { "label": "Global Blur" },
1115
- "Posterize/levels": { "label": "Number of Levels" },
1116
- "TvGlitch/distortion": { "label": "Rough Distortion" },
1117
- "TvGlitch/distortion2": { "label": "Fine Distortion" },
1118
- "TvGlitch/speed": { "label": "Variance" },
1119
- "TvGlitch/rollSpeed": { "label": "Vertical Offset" },
1120
- "TvGlitch/time": { "label": "Variation" },
1121
- "HalfTone/angle": { "label": "Angle of Pattern" },
1122
- "HalfTone/scale": { "label": "Scale of Pattern" },
1123
- "Linocut/scale": { "label": "Scale of Pattern" },
1124
- "Psychedelic/amount": { "label": "Intensity" },
1125
- "Psychedelic/offset": { "label": "Diagonal Offset" },
1126
- "Psychedelic/time": { "label": "Variation" },
1127
- "Shifter/amount": { "label": "Distance" },
1128
- "Shifter/angle": { "label": "Shift Direction" },
1129
- "Mirror/side": { "label": "Mirrored Side" },
1130
- "Glow/size": { "label": "Bloom" },
1131
- "Glow/amount": { "label": "Intensity" },
1132
- "Glow/darkness": { "label": "Darkening" },
1133
- "Vignette/offset": { "label": "Size" },
1134
- "Vignette/darkness": { "label": "Color" },
1135
- "TiltShift/amount": { "label": "Intensity" },
1136
- "TiltShift/position": { "label": "Position" },
1137
- "Separate/amount": { "label": "Offset" },
1138
- "Separate/time": { "label": "Variation" },
1139
- "Scanlines/noiseAmount": { "label": "Applied Noise" },
1140
- "Scanlines/linesAmount": { "label": "Intensity of Lines" },
1141
- "Scanlines/count": { "label": "Line Height" },
1142
- "Scanlines/time": { "label": "Variation" }
1143
- }
1144
- },
1145
- "notification": {
1146
- "upload": {
1147
- "invalidType": {
1148
- "label": "Invalid Type",
1149
- "description": "File type is not allowed"
1150
- }
1151
- },
1152
- "element": {
1153
- "outOfPageDeletion": {
1154
- "label": "Element removed",
1155
- "description": "Elements were removed because they were outside the page, press undo to restore them"
1156
- }
1157
- },
1158
- "redo": {
1159
- "label": "$t(common.redo)"
1160
- },
1161
- "undo": {
1162
- "label": "$t(common.undo)",
1163
-
1164
- "scene": {
1165
- "load": { "description": "Load scene" }
1166
- },
1167
-
1168
- "element": {
1169
- "transform": {
1170
- "description": "Transform element",
1171
- "move": { "description": "Move element" },
1172
- "resize": { "description": "Resize element" },
1173
- "rotate": { "description": "Rotate element" }
1174
- },
1175
-
1176
- "lock": { "description": "Lock element" },
1177
- "unlock": { "description": "Unlock element" },
1178
- "delete": { "description": "Delete element" },
1179
- "replace": { "description": "Replace element" },
1180
- "duplicate": { "description": "Duplicate element" },
1181
- "toggleHidden": { "description": "(un)hide element" },
1182
- "bringToFront": { "description": "Bring to front" },
1183
- "sendToBack": { "description": "Bring to back" },
1184
- "dnd": { "description": "Drag element" },
1185
- "add": { "description": "Add element" },
1186
- "flipX": { "description": "Flip element (horizontal)" },
1187
- "flipY": { "description": "Flip element (vertical)" },
1188
-
1189
- "text": {
1190
- "change": { "description": "Change text" },
1191
- "alignLeft": { "description": "Left align text" },
1192
- "alignRight": { "description": "Right align text" },
1193
- "alignCenter": { "description": "Center align text" },
1194
- "autoWidth": { "description": "Enable automatic width" },
1195
- "autoHeight": { "description": "Enable automatic height" },
1196
- "fixedFrame": { "description": "Enable fixed frame" }
1197
- },
1198
-
1199
- "image": {
1200
- "crop": { "description": "Crop image" },
1201
- "filter": { "description": "Apply filter" }
1202
- },
1203
-
1204
- "page": {
1205
- "format": {
1206
- "change": { "description": "Change page format" }
1207
- },
1208
- "add": { "description": "Add page" },
1209
- "move": {
1210
- "down": {
1211
- "description": "Move page down"
1212
- },
1213
- "up": {
1214
- "description": "Move page up"
1215
- },
1216
- "left": {
1217
- "description": "Move page left"
1218
- },
1219
- "right": {
1220
- "description": "Move page right"
1221
- }
1222
- }
1223
- },
1224
-
1225
- "property": {
1226
- "update": { "description": "Update element property" },
1227
- "reset": { "description": "Reset element properties to default" }
1228
- },
1229
-
1230
- "rename": { "description": "Rename element" },
1231
-
1232
- "scene": {
1233
- "layout": {
1234
- "horizontal": {
1235
- "description": "Arrange pages horizontally"
1236
- },
1237
- "vertical": {
1238
- "description": "Arrange pages vertically"
1239
- }
1240
- }
1241
- },
1242
-
1243
- "placeholder": {
1244
- "create": {
1245
- "description": "Create Placeholder"
1246
- },
1247
- "remove": {
1248
- "description": "Remove Placeholder"
1249
- },
1250
- "change": {
1251
- "description": "Change Placeholder constraints"
1252
- }
1253
- }
1254
- }
1255
- }
1256
- },
1257
- "assets": {
1258
- "ly": {
1259
- "img": {
1260
- "ubq": {
1261
- "shapes": {
1262
- "rect": { "label": "Rectangle" },
1263
- "line": { "label": "Line" },
1264
- "star": { "label": "Star" },
1265
- "polygon": { "label": "Polygon" },
1266
- "oval": { "label": "Ellipse" }
1267
- }
1268
- },
1269
- "cesdk": {
1270
- "images": {
1271
- "samples": {
1272
- "sample": {
1273
- "1": {
1274
- "label": "Clear blue beach at an island from above",
1275
- "tags": "blue;green;beach;island;water"
1276
- },
1277
- "10": {
1278
- "label": "Mountains",
1279
- "tags": "mountain;tree;forest;brown;green"
1280
- },
1281
- "11": {
1282
- "label": "Marten in green grass",
1283
- "tags": "marten;weasel;mustelid;green"
1284
- },
1285
- "12": {
1286
- "label": "Helicopter above water from the side",
1287
- "tags": "helicopter;chopper;water"
1288
- },
1289
- "13": {
1290
- "label": "View from the mountain above green fields",
1291
- "tags": "mountain;green"
1292
- },
1293
- "14": {
1294
- "label": "Woman in front of mountains",
1295
- "tags": "mountain;woman"
1296
- },
1297
- "2": {
1298
- "label": "Cat on a muddy road",
1299
- "tags": "cat;kitten;white"
1300
- },
1301
- "3": { "label": "Palms at night", "tags": "palm;beach;water" },
1302
- "4": {
1303
- "label": "Skater at beach during sunset",
1304
- "tags": "skater;sunset;orange"
1305
- },
1306
- "5": {
1307
- "label": "Inside the woods in autumn",
1308
- "tags": "tree;forest;woods;autumn;fall"
1309
- },
1310
- "6": {
1311
- "label": "Monkey in the woods sitting on leaves",
1312
- "tags": "ape;monkey;leaf"
1313
- },
1314
- "7": {
1315
- "label": "Old Bookshelve",
1316
- "tags": "book;library;shelve"
1317
- },
1318
- "8": {
1319
- "label": "Seagull flying in the air from the side",
1320
- "tags": "seagull;bird"
1321
- },
1322
- "9": {
1323
- "label": "Rock formation with green moss",
1324
- "tags": "rock;cliff;green;moss"
1325
- }
1326
- }
1327
- }
1328
- },
1329
- "vectorpaths": {
1330
- "arrow1": { "label": "Arrow to the right" },
1331
- "arrow2": {
1332
- "label": "Arrow to the right with a wide end on the left side"
1333
- },
1334
- "arrow3": { "label": "Arrow to the right with rounded corners" },
1335
- "arrow4": {
1336
- "label": "Arrow to the right with fletching on the left side"
1337
- },
1338
- "arrow5": { "label": "Arrow to the right with a wide shaft" },
1339
- "badge": { "label": "Badge" }
1340
- },
1341
- "stickers": {
1342
- "doodle": {
1343
- "camera": { "label": "Camera" },
1344
- "divingmask": { "label": "Diving Mask" },
1345
- "fish": { "label": "Fish" },
1346
- "hat": { "label": "Hat" },
1347
- "hula": { "label": "Hawaiian Lei" },
1348
- "jetpack": { "label": "Jetpack" },
1349
- "pipe": { "label": "Pipe" },
1350
- "rocket": { "label": "Rocket" },
1351
- "saturn": { "label": "Planet Saturn" },
1352
- "skateboard": { "label": "Skateboard" },
1353
- "spaceman": { "label": "Spaceman", "tags": "astronaut" },
1354
- "star": { "label": "Star" },
1355
- "starfish": { "label": "Starfish" },
1356
- "sun": { "label": "Sun" },
1357
- "wing_01": { "label": "Wing" },
1358
- "wing_02": { "label": "Wing" }
1359
- },
1360
- "hand": {
1361
- "alive": { "label": "Alive", "tags": "hand" },
1362
- "five": { "label": "High five", "tags": "hand" },
1363
- "friends": { "label": "Best friends", "tags": "hand" },
1364
- "fuck": { "label": "Fuck the rules", "tags": "hand" },
1365
- "heart": { "label": "You and me", "tags": "hand;heart" },
1366
- "luck": { "label": "Good luck", "tags": "hand" },
1367
- "vibes": { "label": "Good vibes only", "tags": "hand" }
1368
- },
1369
- "emoji": {
1370
- "Vomiting": { "label": "Vomiting" },
1371
- "anguished": { "label": "Anguished" },
1372
- "ape": { "label": "Ape" },
1373
- "beer": { "label": "Beer" },
1374
- "crying": { "label": "Crying" },
1375
- "devil": { "label": "Devil" },
1376
- "doubtful": { "label": "Doubtful" },
1377
- "drooling": { "label": "Drooling" },
1378
- "flushed": { "label": "Flushed" },
1379
- "grim": { "label": "Grim" },
1380
- "grimacing": { "label": "Grimacing" },
1381
- "halo": { "label": "Halo" },
1382
- "hand_pointing_left": { "label": "Hand pointing left" },
1383
- "hand_pointing_right": { "label": "Hand pointing right" },
1384
- "hanky": { "label": "Hanky" },
1385
- "happyface": { "label": "Happy face" },
1386
- "hearteyes": { "label": "Heart eyes" },
1387
- "lips": { "label": "Lips" },
1388
- "melon": { "label": "Melon" },
1389
- "nauseated": { "label": "Nauseated" },
1390
- "pacman": { "label": "Pacman" },
1391
- "persevering": { "label": "Persevering" },
1392
- "pizza": { "label": "Pizza" },
1393
- "rollingeyes": { "label": "Rolling eyes" },
1394
- "sad": { "label": "Sad" },
1395
- "skull": { "label": "Skull" },
1396
- "smile": { "label": "Smile" },
1397
- "sunglasses": { "label": "Sun glasses" },
1398
- "tearsofjoy": { "label": "Tears of joy" },
1399
- "thumbsup": { "label": "Thumps up" },
1400
- "tongueout": { "label": "Tongue out" },
1401
- "unamused": { "label": "Unamused" },
1402
- "unicorn": { "label": "Unicorn" },
1403
- "winking": { "label": "Winking" },
1404
- "zany": { "label": "Zany" }
1405
- },
1406
- "emoticons": {
1407
- "alien": { "label": "Alien" },
1408
- "angel": { "label": "Angel" },
1409
- "angry": { "label": "Angry" },
1410
- "anxious": { "label": "Anxious" },
1411
- "asleep": { "label": "Asleep" },
1412
- "attention": { "label": "Attention" },
1413
- "baby_chicken": { "label": "Baby Chicken" },
1414
- "batman": { "label": "Batman" },
1415
- "beer": { "label": "Beer" },
1416
- "blush": { "label": "Blush" },
1417
- "boxer": { "label": "Boxer" },
1418
- "business": { "label": "Business" },
1419
- "chicken": { "label": "Chicken" },
1420
- "cool": { "label": "Cool" },
1421
- "cry": { "label": "Cry" },
1422
- "deceased": { "label": "Deceased" },
1423
- "devil": { "label": "Devil" },
1424
- "duckface": { "label": "Duckface" },
1425
- "furious": { "label": "Furious" },
1426
- "grin": { "label": "Grin" },
1427
- "guitar": { "label": "Guitar" },
1428
- "harry_potter": { "label": "Harry Potter" },
1429
- "hippie": { "label": "Hippie" },
1430
- "hitman": { "label": "Hitman" },
1431
- "humourous": { "label": "Humourous" },
1432
- "idea": { "label": "Idea" },
1433
- "impatient": { "label": "Impatient" },
1434
- "kiss": { "label": "Kiss" },
1435
- "kisses": { "label": "Kisses" },
1436
- "laugh": { "label": "Laugh" },
1437
- "loud_cry": { "label": "Loud Cry" },
1438
- "loving": { "label": "Loving" },
1439
- "masked": { "label": "Masked" },
1440
- "music": { "label": "Music" },
1441
- "nerd": { "label": "Nerd" },
1442
- "ninja": { "label": "Ninja" },
1443
- "not_speaking_to_you": { "label": "Not speaking to you" },
1444
- "pig": { "label": "Pig" },
1445
- "pumpkin": { "label": "Pumpkin" },
1446
- "question": { "label": "Question" },
1447
- "rabbit": { "label": "Rabbit" },
1448
- "sad": { "label": "Sad" },
1449
- "sick": { "label": "Sick" },
1450
- "skateboard": { "label": "Skateboard" },
1451
- "skull": { "label": "Skull" },
1452
- "sleepy": { "label": "Sleepy" },
1453
- "smile": { "label": "Smile" },
1454
- "smoking": { "label": "Smoking" },
1455
- "sobbing": { "label": "Sobbing" },
1456
- "star": { "label": "Star" },
1457
- "steaming_furious": { "label": "Steaming furious" },
1458
- "sunbathing": { "label": "Sunbathing" },
1459
- "tired": { "label": "Tired" },
1460
- "tongue_out_wink": { "label": "Tongue out wink" },
1461
- "wave": { "label": "Wave" },
1462
- "wide_grin": { "label": "Wide grin" },
1463
- "wink": { "label": "Wink" },
1464
- "wrestler": { "label": "Wrestler" }
1465
- }
1466
- }
1467
- }
1468
- }
1469
- }
1470
- },
1471
- "modifier": {
1472
- "control": "Ctrl"
1473
- }
1474
- }
2
+ "assets.ly.img.cesdk.images.samples.sample.1.label": "Clear blue beach at an island from above",
3
+ "assets.ly.img.cesdk.images.samples.sample.1.tags": "blue;green;beach;island;water",
4
+ "assets.ly.img.cesdk.images.samples.sample.10.label": "Mountains",
5
+ "assets.ly.img.cesdk.images.samples.sample.10.tags": "mountain;tree;forest;brown;green",
6
+ "assets.ly.img.cesdk.images.samples.sample.11.label": "Marten in green grass",
7
+ "assets.ly.img.cesdk.images.samples.sample.11.tags": "marten;weasel;mustelid;green",
8
+ "assets.ly.img.cesdk.images.samples.sample.12.label": "Helicopter above water from the side",
9
+ "assets.ly.img.cesdk.images.samples.sample.12.tags": "helicopter;chopper;water",
10
+ "assets.ly.img.cesdk.images.samples.sample.13.label": "View from the mountain above green fields",
11
+ "assets.ly.img.cesdk.images.samples.sample.13.tags": "mountain;green",
12
+ "assets.ly.img.cesdk.images.samples.sample.14.label": "Woman in front of mountains",
13
+ "assets.ly.img.cesdk.images.samples.sample.14.tags": "mountain;woman",
14
+ "assets.ly.img.cesdk.images.samples.sample.2.label": "Cat on a muddy road",
15
+ "assets.ly.img.cesdk.images.samples.sample.2.tags": "cat;kitten;white",
16
+ "assets.ly.img.cesdk.images.samples.sample.3.label": "Palms at night",
17
+ "assets.ly.img.cesdk.images.samples.sample.3.tags": "palm;beach;water",
18
+ "assets.ly.img.cesdk.images.samples.sample.4.label": "Skater at beach during sunset",
19
+ "assets.ly.img.cesdk.images.samples.sample.4.tags": "skater;sunset;orange",
20
+ "assets.ly.img.cesdk.images.samples.sample.5.label": "Inside the woods in autumn",
21
+ "assets.ly.img.cesdk.images.samples.sample.5.tags": "tree;forest;woods;autumn;fall",
22
+ "assets.ly.img.cesdk.images.samples.sample.6.label": "Monkey in the woods sitting on leaves",
23
+ "assets.ly.img.cesdk.images.samples.sample.6.tags": "ape;monkey;leaf",
24
+ "assets.ly.img.cesdk.images.samples.sample.7.label": "Old Bookshelve",
25
+ "assets.ly.img.cesdk.images.samples.sample.7.tags": "book;library;shelve",
26
+ "assets.ly.img.cesdk.images.samples.sample.8.label": "Seagull flying in the air from the side",
27
+ "assets.ly.img.cesdk.images.samples.sample.8.tags": "seagull;bird",
28
+ "assets.ly.img.cesdk.images.samples.sample.9.label": "Rock formation with green moss",
29
+ "assets.ly.img.cesdk.images.samples.sample.9.tags": "rock;cliff;green;moss",
30
+ "assets.ly.img.cesdk.stickers.doodle.camera.label": "Camera",
31
+ "assets.ly.img.cesdk.stickers.doodle.divingmask.label": "Diving Mask",
32
+ "assets.ly.img.cesdk.stickers.doodle.fish.label": "Fish",
33
+ "assets.ly.img.cesdk.stickers.doodle.hat.label": "Hat",
34
+ "assets.ly.img.cesdk.stickers.doodle.hula.label": "Hawaiian Lei",
35
+ "assets.ly.img.cesdk.stickers.doodle.jetpack.label": "Jetpack",
36
+ "assets.ly.img.cesdk.stickers.doodle.pipe.label": "Pipe",
37
+ "assets.ly.img.cesdk.stickers.doodle.rocket.label": "Rocket",
38
+ "assets.ly.img.cesdk.stickers.doodle.saturn.label": "Planet Saturn",
39
+ "assets.ly.img.cesdk.stickers.doodle.skateboard.label": "Skateboard",
40
+ "assets.ly.img.cesdk.stickers.doodle.spaceman.label": "Spaceman",
41
+ "assets.ly.img.cesdk.stickers.doodle.spaceman.tags": "astronaut",
42
+ "assets.ly.img.cesdk.stickers.doodle.star.label": "Star",
43
+ "assets.ly.img.cesdk.stickers.doodle.starfish.label": "Starfish",
44
+ "assets.ly.img.cesdk.stickers.doodle.sun.label": "Sun",
45
+ "assets.ly.img.cesdk.stickers.doodle.wing_01.label": "Wing",
46
+ "assets.ly.img.cesdk.stickers.doodle.wing_02.label": "Wing",
47
+ "assets.ly.img.cesdk.stickers.emoji.anguished.label": "Anguished",
48
+ "assets.ly.img.cesdk.stickers.emoji.ape.label": "Ape",
49
+ "assets.ly.img.cesdk.stickers.emoji.beer.label": "Beer",
50
+ "assets.ly.img.cesdk.stickers.emoji.crying.label": "Crying",
51
+ "assets.ly.img.cesdk.stickers.emoji.devil.label": "Devil",
52
+ "assets.ly.img.cesdk.stickers.emoji.doubtful.label": "Doubtful",
53
+ "assets.ly.img.cesdk.stickers.emoji.drooling.label": "Drooling",
54
+ "assets.ly.img.cesdk.stickers.emoji.flushed.label": "Flushed",
55
+ "assets.ly.img.cesdk.stickers.emoji.grim.label": "Grim",
56
+ "assets.ly.img.cesdk.stickers.emoji.grimacing.label": "Grimacing",
57
+ "assets.ly.img.cesdk.stickers.emoji.halo.label": "Halo",
58
+ "assets.ly.img.cesdk.stickers.emoji.hand_pointing_left.label": "Hand pointing left",
59
+ "assets.ly.img.cesdk.stickers.emoji.hand_pointing_right.label": "Hand pointing right",
60
+ "assets.ly.img.cesdk.stickers.emoji.hanky.label": "Hanky",
61
+ "assets.ly.img.cesdk.stickers.emoji.happyface.label": "Happy face",
62
+ "assets.ly.img.cesdk.stickers.emoji.hearteyes.label": "Heart eyes",
63
+ "assets.ly.img.cesdk.stickers.emoji.lips.label": "Lips",
64
+ "assets.ly.img.cesdk.stickers.emoji.melon.label": "Melon",
65
+ "assets.ly.img.cesdk.stickers.emoji.nauseated.label": "Nauseated",
66
+ "assets.ly.img.cesdk.stickers.emoji.pacman.label": "Pacman",
67
+ "assets.ly.img.cesdk.stickers.emoji.persevering.label": "Persevering",
68
+ "assets.ly.img.cesdk.stickers.emoji.pizza.label": "Pizza",
69
+ "assets.ly.img.cesdk.stickers.emoji.rollingeyes.label": "Rolling eyes",
70
+ "assets.ly.img.cesdk.stickers.emoji.sad.label": "Sad",
71
+ "assets.ly.img.cesdk.stickers.emoji.skull.label": "Skull",
72
+ "assets.ly.img.cesdk.stickers.emoji.smile.label": "Smile",
73
+ "assets.ly.img.cesdk.stickers.emoji.sunglasses.label": "Sun glasses",
74
+ "assets.ly.img.cesdk.stickers.emoji.tearsofjoy.label": "Tears of joy",
75
+ "assets.ly.img.cesdk.stickers.emoji.thumbsup.label": "Thumps up",
76
+ "assets.ly.img.cesdk.stickers.emoji.tongueout.label": "Tongue out",
77
+ "assets.ly.img.cesdk.stickers.emoji.unamused.label": "Unamused",
78
+ "assets.ly.img.cesdk.stickers.emoji.unicorn.label": "Unicorn",
79
+ "assets.ly.img.cesdk.stickers.emoji.Vomiting.label": "Vomiting",
80
+ "assets.ly.img.cesdk.stickers.emoji.winking.label": "Winking",
81
+ "assets.ly.img.cesdk.stickers.emoji.zany.label": "Zany",
82
+ "assets.ly.img.cesdk.stickers.emoticons.alien.label": "Alien",
83
+ "assets.ly.img.cesdk.stickers.emoticons.angel.label": "Angel",
84
+ "assets.ly.img.cesdk.stickers.emoticons.angry.label": "Angry",
85
+ "assets.ly.img.cesdk.stickers.emoticons.anxious.label": "Anxious",
86
+ "assets.ly.img.cesdk.stickers.emoticons.asleep.label": "Asleep",
87
+ "assets.ly.img.cesdk.stickers.emoticons.attention.label": "Attention",
88
+ "assets.ly.img.cesdk.stickers.emoticons.baby_chicken.label": "Baby Chicken",
89
+ "assets.ly.img.cesdk.stickers.emoticons.batman.label": "Batman",
90
+ "assets.ly.img.cesdk.stickers.emoticons.beer.label": "Beer",
91
+ "assets.ly.img.cesdk.stickers.emoticons.blush.label": "Blush",
92
+ "assets.ly.img.cesdk.stickers.emoticons.boxer.label": "Boxer",
93
+ "assets.ly.img.cesdk.stickers.emoticons.business.label": "Business",
94
+ "assets.ly.img.cesdk.stickers.emoticons.chicken.label": "Chicken",
95
+ "assets.ly.img.cesdk.stickers.emoticons.cool.label": "Cool",
96
+ "assets.ly.img.cesdk.stickers.emoticons.cry.label": "Cry",
97
+ "assets.ly.img.cesdk.stickers.emoticons.deceased.label": "Deceased",
98
+ "assets.ly.img.cesdk.stickers.emoticons.devil.label": "Devil",
99
+ "assets.ly.img.cesdk.stickers.emoticons.duckface.label": "Duckface",
100
+ "assets.ly.img.cesdk.stickers.emoticons.furious.label": "Furious",
101
+ "assets.ly.img.cesdk.stickers.emoticons.grin.label": "Grin",
102
+ "assets.ly.img.cesdk.stickers.emoticons.guitar.label": "Guitar",
103
+ "assets.ly.img.cesdk.stickers.emoticons.harry_potter.label": "Harry Potter",
104
+ "assets.ly.img.cesdk.stickers.emoticons.hippie.label": "Hippie",
105
+ "assets.ly.img.cesdk.stickers.emoticons.hitman.label": "Hitman",
106
+ "assets.ly.img.cesdk.stickers.emoticons.humourous.label": "Humourous",
107
+ "assets.ly.img.cesdk.stickers.emoticons.idea.label": "Idea",
108
+ "assets.ly.img.cesdk.stickers.emoticons.impatient.label": "Impatient",
109
+ "assets.ly.img.cesdk.stickers.emoticons.kiss.label": "Kiss",
110
+ "assets.ly.img.cesdk.stickers.emoticons.kisses.label": "Kisses",
111
+ "assets.ly.img.cesdk.stickers.emoticons.laugh.label": "Laugh",
112
+ "assets.ly.img.cesdk.stickers.emoticons.loud_cry.label": "Loud Cry",
113
+ "assets.ly.img.cesdk.stickers.emoticons.loving.label": "Loving",
114
+ "assets.ly.img.cesdk.stickers.emoticons.masked.label": "Masked",
115
+ "assets.ly.img.cesdk.stickers.emoticons.music.label": "Music",
116
+ "assets.ly.img.cesdk.stickers.emoticons.nerd.label": "Nerd",
117
+ "assets.ly.img.cesdk.stickers.emoticons.ninja.label": "Ninja",
118
+ "assets.ly.img.cesdk.stickers.emoticons.not_speaking_to_you.label": "Not speaking to you",
119
+ "assets.ly.img.cesdk.stickers.emoticons.pig.label": "Pig",
120
+ "assets.ly.img.cesdk.stickers.emoticons.pumpkin.label": "Pumpkin",
121
+ "assets.ly.img.cesdk.stickers.emoticons.question.label": "Question",
122
+ "assets.ly.img.cesdk.stickers.emoticons.rabbit.label": "Rabbit",
123
+ "assets.ly.img.cesdk.stickers.emoticons.sad.label": "Sad",
124
+ "assets.ly.img.cesdk.stickers.emoticons.sick.label": "Sick",
125
+ "assets.ly.img.cesdk.stickers.emoticons.skateboard.label": "Skateboard",
126
+ "assets.ly.img.cesdk.stickers.emoticons.skull.label": "Skull",
127
+ "assets.ly.img.cesdk.stickers.emoticons.sleepy.label": "Sleepy",
128
+ "assets.ly.img.cesdk.stickers.emoticons.smile.label": "Smile",
129
+ "assets.ly.img.cesdk.stickers.emoticons.smoking.label": "Smoking",
130
+ "assets.ly.img.cesdk.stickers.emoticons.sobbing.label": "Sobbing",
131
+ "assets.ly.img.cesdk.stickers.emoticons.star.label": "Star",
132
+ "assets.ly.img.cesdk.stickers.emoticons.steaming_furious.label": "Steaming furious",
133
+ "assets.ly.img.cesdk.stickers.emoticons.sunbathing.label": "Sunbathing",
134
+ "assets.ly.img.cesdk.stickers.emoticons.tired.label": "Tired",
135
+ "assets.ly.img.cesdk.stickers.emoticons.tongue_out_wink.label": "Tongue out wink",
136
+ "assets.ly.img.cesdk.stickers.emoticons.wave.label": "Wave",
137
+ "assets.ly.img.cesdk.stickers.emoticons.wide_grin.label": "Wide grin",
138
+ "assets.ly.img.cesdk.stickers.emoticons.wink.label": "Wink",
139
+ "assets.ly.img.cesdk.stickers.emoticons.wrestler.label": "Wrestler",
140
+ "assets.ly.img.cesdk.stickers.hand.alive.label": "Alive",
141
+ "assets.ly.img.cesdk.stickers.hand.alive.tags": "hand",
142
+ "assets.ly.img.cesdk.stickers.hand.five.label": "High five",
143
+ "assets.ly.img.cesdk.stickers.hand.five.tags": "hand",
144
+ "assets.ly.img.cesdk.stickers.hand.friends.label": "Best friends",
145
+ "assets.ly.img.cesdk.stickers.hand.friends.tags": "hand",
146
+ "assets.ly.img.cesdk.stickers.hand.fuck.label": "Fuck the rules",
147
+ "assets.ly.img.cesdk.stickers.hand.fuck.tags": "hand",
148
+ "assets.ly.img.cesdk.stickers.hand.heart.label": "You and me",
149
+ "assets.ly.img.cesdk.stickers.hand.heart.tags": "hand;heart",
150
+ "assets.ly.img.cesdk.stickers.hand.luck.label": "Good luck",
151
+ "assets.ly.img.cesdk.stickers.hand.luck.tags": "hand",
152
+ "assets.ly.img.cesdk.stickers.hand.vibes.label": "Good vibes only",
153
+ "assets.ly.img.cesdk.stickers.hand.vibes.tags": "hand",
154
+ "assets.ly.img.cesdk.vectorpaths.arrow1.label": "Arrow to the right",
155
+ "assets.ly.img.cesdk.vectorpaths.arrow2.label": "Arrow to the right with a wide end on the left side",
156
+ "assets.ly.img.cesdk.vectorpaths.arrow3.label": "Arrow to the right with rounded corners",
157
+ "assets.ly.img.cesdk.vectorpaths.arrow4.label": "Arrow to the right with fletching on the left side",
158
+ "assets.ly.img.cesdk.vectorpaths.arrow5.label": "Arrow to the right with a wide shaft",
159
+ "assets.ly.img.cesdk.vectorpaths.badge.label": "Badge",
160
+ "assets.ly.img.ubq.shapes.line.label": "Line",
161
+ "assets.ly.img.ubq.shapes.oval.label": "Ellipse",
162
+ "assets.ly.img.ubq.shapes.polygon.label": "Polygon",
163
+ "assets.ly.img.ubq.shapes.rect.label": "Rectangle",
164
+ "assets.ly.img.ubq.shapes.star.label": "Star",
165
+ "block.inputs.BleedMargin.label": "Select bleed margins",
166
+ "block.inputs.FontSelect.fallback.label": "Standard",
167
+ "block.inputs.FontSelect.label": "Selected font: {{font}}",
168
+ "block.inputs.FontSize.label": "Select font size",
169
+ "block.inputs.Options.copyElement.label": "Copy element",
170
+ "block.inputs.Options.label": "Options",
171
+ "block.inputs.Options.pasteElement.label": "Paste Element",
172
+ "block.inputs.PlaceholderTextInput.label": "Select placeholder",
173
+ "block.inputs.SliderInput.toggleNumberInput.description": "Display direct value input.",
174
+ "block.inputs.Text.advanced.label": "$t(common.advanced)",
175
+ "block.inputs.Text.advanced.value.label": "Line Height, Spacing, Alignment & Sizing",
176
+ "block.inputs.Transform.dimension.label": "Size",
177
+ "block.inputs.Transform.dimension.x.description": "Width in {{unit}}",
178
+ "block.inputs.Transform.dimension.x.innerLabel": "W",
179
+ "block.inputs.Transform.dimension.x.label": "Width",
180
+ "block.inputs.Transform.dimension.y.description": "Height in {{unit}}",
181
+ "block.inputs.Transform.dimension.y.innerLabel": "H",
182
+ "block.inputs.Transform.dimension.y.label": "Height",
183
+ "block.inputs.Transform.label": "Transform",
184
+ "block.inputs.Transform.move.label": "Move",
185
+ "block.inputs.Transform.position.label": "Position",
186
+ "block.inputs.Transform.position.x.description": "Position on the x-axis in {{unit}}",
187
+ "block.inputs.Transform.position.x.label": "$t(block.inputs.Transform.position.x.unitLabel) $t(block.inputs.Transform.position.label)",
188
+ "block.inputs.Transform.position.x.unitLabel": "X",
189
+ "block.inputs.Transform.position.y.description": "Position on the y-axis in {{unit}}",
190
+ "block.inputs.Transform.position.y.label": "$t(block.inputs.Transform.position.y.unitLabel) $t(block.inputs.Transform.position.label)",
191
+ "block.inputs.Transform.position.y.unitLabel": "Y",
192
+ "block.inputs.Transform.rotation.angle.description": "Rotation in degrees",
193
+ "block.inputs.Transform.rotation.label": "Rotation",
194
+ "block.inputs.Transform.value.label": "$t(block.inputs.Transform.position.label) & $t(block.inputs.Transform.dimension.label)",
195
+ "block.inputs.TypefaceSelect.label": "Selected font typeface: {{fontFamily}}",
196
+ "block.page.title": "Page {{number}}",
197
+ "common.advanced": "Advanced",
198
+ "common.back": "Back",
199
+ "common.close": "Close",
200
+ "common.custom": "Custom",
201
+ "common.delete": "Delete",
202
+ "common.download": "Download",
203
+ "common.duplicate": "Duplicate",
204
+ "common.edit": "Edit",
205
+ "common.export": "Export",
206
+ "common.formats": "Formats",
207
+ "common.load": "Load",
208
+ "common.lock": "Lock",
209
+ "common.mixed": "Mixed",
210
+ "common.more": "More",
211
+ "common.page": "Page",
212
+ "common.redo": "Redo",
213
+ "common.replace": "Replace",
214
+ "common.reset": "Reset",
215
+ "common.save": "Save",
216
+ "common.select": "Select",
217
+ "common.style": "Style",
218
+ "common.undo": "Undo",
219
+ "common.unlock": "Unlock",
220
+ "component.canvas.action.delete.multiple.label": "$t(common.delete) ({{count}})",
221
+ "component.canvas.action.delete.single.label": "$t(common.delete)",
222
+ "component.canvas.action.duplicate.label": "$t(common.duplicate)",
223
+ "component.canvas.action.edit.label": "$t(common.edit)",
224
+ "component.canvas.action.imageMatting.label": "Remove Background",
225
+ "component.canvas.action.inpainting.label": "Inpaint",
226
+ "component.canvas.action.lock.label": "$t(common.lock)",
227
+ "component.canvas.action.move.down.label": "Move down",
228
+ "component.canvas.action.move.left.label": "Move left",
229
+ "component.canvas.action.move.right.label": "Move right",
230
+ "component.canvas.action.move.up.label": "Move up",
231
+ "component.canvas.action.replace.label": "$t(common.replace)",
232
+ "component.canvas.action.smartCrop.label": "Smart-crop",
233
+ "component.canvas.action.smartImage.label": "Smart Features",
234
+ "component.canvas.action.smartImage.menu.label": "Smart Features Actions",
235
+ "component.canvas.action.superResolution.label": "Super-resolution",
236
+ "component.canvas.action.unlock.label": "$t(common.unlock)",
237
+ "component.canvas.editText.close.label": "Cancel",
238
+ "component.canvas.editText.done.label": "Done",
239
+ "component.canvas.editText.label": "Text input",
240
+ "component.canvas.editText.placeholder": "Write Something",
241
+ "component.canvas.editText.placeholderInput.label": "Insert placeholder",
242
+ "component.canvas.elements.label": "Add Elements",
243
+ "component.canvas.handle.corner.bottomleft": "Corner handle bottom left",
244
+ "component.canvas.handle.corner.bottomright": "Corner handle bottom right",
245
+ "component.canvas.handle.corner.topleft": "Corner handle top left",
246
+ "component.canvas.handle.corner.topright": "Corner handle top right",
247
+ "component.canvas.handle.edge.bottom": "Bottom edge handle",
248
+ "component.canvas.handle.edge.left": "Left edge handle",
249
+ "component.canvas.handle.edge.right": "Right edge handle",
250
+ "component.canvas.handle.edge.top": "Top edge handle",
251
+ "component.canvas.handle.rotate": "Elements rotate handle",
252
+ "component.canvas.label": "Editor canvas",
253
+ "component.canvas.page.label": "New Page",
254
+ "component.canvas.settings.description": "Open settings to customize editor",
255
+ "component.canvas.settings.label": "Customize Editor",
256
+ "component.canvas.state.loading.description.label": "Just a few seconds...",
257
+ "component.canvas.state.loading.error.label": "Editor engine could not be loaded",
258
+ "component.canvas.state.loading.headline.label": "Loading Editor",
259
+ "component.canvas.state.unsupported.label": "Browser is not supported",
260
+ "component.canvas.undo.redo.label": "$t(common.redo)",
261
+ "component.canvas.undo.undo.label": "$t(common.undo)",
262
+ "component.canvas.zoom.100.label": "Zoom to 100%",
263
+ "component.canvas.zoom.200.label": "Zoom to 200%",
264
+ "component.canvas.zoom.50.label": "Zoom to 50%",
265
+ "component.canvas.zoom.fit.label": "Zoom To Fit",
266
+ "component.canvas.zoom.in.label": "Zoom In",
267
+ "component.canvas.zoom.options": "See more zoom options",
268
+ "component.canvas.zoom.out.label": "Zoom Out",
269
+ "component.canvas.zoom.shortcut": "or press {{shortcut}}",
270
+ "component.colorPicker.colorItem.label": "Color item {{index}}",
271
+ "component.colorPicker.colorItem.transparent.label": "Color item {{index}}, Color name: transparent",
272
+ "component.colorPicker.hexInput.label": "Hex",
273
+ "component.colorPicker.hsl.label": "{{componentName}}, $t(component.colorPicker.nearestColorName.label): {{nearestColorName}}; $t(property.colorValue.label): hue: {{hue}}°, saturation: {{saturation}}%, lightness: {{lightness}}%",
274
+ "component.colorPicker.hueGradient.h.label": "Hue",
275
+ "component.colorPicker.hueGradient.label": "Hue gradient selection",
276
+ "component.colorPicker.hueGradient.s.label": "Saturation",
277
+ "component.colorPicker.hueGradient.v.label": "Value",
278
+ "component.colorPicker.hueSlider.label": "Hue",
279
+ "component.colorPicker.nearestColorName.label": "Nearest color name",
280
+ "component.colorPicker.opacitySlider.label": "Opacity",
281
+ "component.colorPicker.rgbInput.b.label": "blue",
282
+ "component.colorPicker.rgbInput.g.label": "green",
283
+ "component.colorPicker.rgbInput.r.label": "red",
284
+ "component.dnd.description": "The added files are stored in the library",
285
+ "component.dnd.label": "Drag file here",
286
+ "component.error.generic.description": "The application has encountered an unknown error. Please try to reload the page.",
287
+ "component.error.generic.label": "Unknown Error",
288
+ "component.error.generic.reloadButton.label": "Reload Page",
289
+ "component.error.upload.description": "The image could not be uploaded.",
290
+ "component.error.upload.label": "Cannot Upload Image",
291
+ "component.error.upload.sizeExceeded": "Image exceeds the maximum size of {{limit}}x{{limit}}.",
292
+ "component.inspector.appearance.label": "Appearance",
293
+ "component.inspector.character.label": "Character",
294
+ "component.inspector.documentSettings.label": "Document settings",
295
+ "component.inspector.exclusion_zone.label": "Exclusion Zone",
296
+ "component.inspector.export.label": "Export",
297
+ "component.inspector.header.lock.label": "$t(common.lock)",
298
+ "component.inspector.header.unlock.label": "$t(common.unlock)",
299
+ "component.inspector.image.adjustments.basic.label": "Basic",
300
+ "component.inspector.image.adjustments.label": "Adjustments",
301
+ "component.inspector.image.adjustments.refinements.label": "Refinements",
302
+ "component.inspector.image.blur.label": "Blur",
303
+ "component.inspector.image.crop.cropArea.heading": "Crop Area",
304
+ "component.inspector.image.crop.cropArea.height.description": "Height of the crop frame in {{unit}}",
305
+ "component.inspector.image.crop.cropArea.height.label": "Height",
306
+ "component.inspector.image.crop.cropArea.width.description": "Width of the crop frame in {{unit}}",
307
+ "component.inspector.image.crop.cropArea.width.label": "Width",
308
+ "component.inspector.image.crop.image.heading": "Image",
309
+ "component.inspector.image.crop.image.x.description": "Crop offset on the x-axis in {{unit}}",
310
+ "component.inspector.image.crop.image.x.label": "X Offset",
311
+ "component.inspector.image.crop.image.y.description": "Crop offset on the y-axis in {{unit}}",
312
+ "component.inspector.image.crop.image.y.label": "Y Offset",
313
+ "component.inspector.image.crop.label": "Crop",
314
+ "component.inspector.image.crop.scale.description": "Proportionally scale image dimensions",
315
+ "component.inspector.image.crop.scale.label": "Scale",
316
+ "component.inspector.image.effect.label": "Effect",
317
+ "component.inspector.image.filter.label": "Filter",
318
+ "component.inspector.image.hspSelectiveAdjustments.colors.Aqua.label": "Aqua",
319
+ "component.inspector.image.hspSelectiveAdjustments.colors.Blue.label": "Blue",
320
+ "component.inspector.image.hspSelectiveAdjustments.colors.Green.label": "Green",
321
+ "component.inspector.image.hspSelectiveAdjustments.colors.Magenta.label": "Magenta",
322
+ "component.inspector.image.hspSelectiveAdjustments.colors.Orange.label": "Orange",
323
+ "component.inspector.image.hspSelectiveAdjustments.colors.Purple.label": "Purple",
324
+ "component.inspector.image.hspSelectiveAdjustments.colors.Red.label": "Red",
325
+ "component.inspector.image.hspSelectiveAdjustments.colors.Yellow.label": "Yellow",
326
+ "component.inspector.image.hspSelectiveAdjustments.label": "Selective Adjustments",
327
+ "component.inspector.image.label": "Image",
328
+ "component.inspector.image.scope.content.replace.label": "Replace image",
329
+ "component.inspector.image.select.label": "$t(common.select)",
330
+ "component.inspector.layer.label": "Layer",
331
+ "component.inspector.multiSelection.notice.label": "Editing multiple items at once\nis not supported yet.",
332
+ "component.inspector.multiSelection.title.label": "Multiple Elements ({{count}})",
333
+ "component.inspector.page.label": "Page",
334
+ "component.inspector.pages.label": "Pages",
335
+ "component.inspector.scene.adopter.label": "Document",
336
+ "component.inspector.scene.aspect.description": "Toggle proportion lock",
337
+ "component.inspector.scene.aspect.label": "Lock proportions",
338
+ "component.inspector.scene.formats.label": "Formats",
339
+ "component.inspector.scene.height.label": "Height",
340
+ "component.inspector.scene.label": "Document",
341
+ "component.inspector.scene.layout.horizontal.description": "Arrange pages horizontally",
342
+ "component.inspector.scene.layout.label": "Layout",
343
+ "component.inspector.scene.layout.vertical.description": "Arrange pages vertically",
344
+ "component.inspector.scene.orientation.description": "Page Orientation",
345
+ "component.inspector.scene.orientation.flip.label": "Flip orientation",
346
+ "component.inspector.scene.orientation.label": "Orientation",
347
+ "component.inspector.scene.orientation.landscape": "Landscape",
348
+ "component.inspector.scene.orientation.portrait": "Portrait",
349
+ "component.inspector.scene.orientation.square": "Square",
350
+ "component.inspector.scene.preset.description": "Page format preset",
351
+ "component.inspector.scene.preset.label": "Preset",
352
+ "component.inspector.scene.resolution.in.label": "Resolution",
353
+ "component.inspector.scene.resolution.mm.label": "Resolution",
354
+ "component.inspector.scene.resolution.px.label": "Pixel Scale",
355
+ "component.inspector.scene.settings.label": "Scene",
356
+ "component.inspector.scene.unit.description": "Unit of measurement",
357
+ "component.inspector.scene.unit.in.label": "Inch",
358
+ "component.inspector.scene.unit.label": "Unit",
359
+ "component.inspector.scene.unit.mm.label": "Millimeter",
360
+ "component.inspector.scene.unit.px.label": "Pixel",
361
+ "component.inspector.scene.width.label": "Width",
362
+ "component.inspector.scope.label": "Constraints",
363
+ "component.inspector.shape.label": "Shape",
364
+ "component.inspector.shapeOptions.label": "Shape Options",
365
+ "component.inspector.shapes.ellipse.label": "Ellipse",
366
+ "component.inspector.shapes.line.label": "Line",
367
+ "component.inspector.shapes.oval.label": "Oval",
368
+ "component.inspector.shapes.polygon.label": "Polygon",
369
+ "component.inspector.shapes.rect.label": "Rectangle",
370
+ "component.inspector.shapes.star.label": "Star",
371
+ "component.inspector.shapes.vectorPath.label": "Path",
372
+ "component.inspector.sticker.label": "Sticker",
373
+ "component.inspector.style.label": "$t(common.style)",
374
+ "component.inspector.TemplateLibrary.dialog.action.abort.label": "Cancel",
375
+ "component.inspector.TemplateLibrary.dialog.action.confirm.label": "Yes, discard changes",
376
+ "component.inspector.TemplateLibrary.dialog.body.label": "You will lose all edits you did to the current template when switching to a new one, are you 100% sure?",
377
+ "component.inspector.TemplateLibrary.dialog.headline.label": "Switching Templates",
378
+ "component.inspector.TemplateLibrary.dialog.invalid.label": "This preset is not valid and cannot be used.",
379
+ "component.inspector.TemplateLibrary.label": "Template Library",
380
+ "component.inspector.text.label": "Text",
381
+ "component.inspector.text.scope.content.replace.label": "Replace text",
382
+ "component.inspector.text.spacing.label": "Spacing",
383
+ "component.inspector.vector_path.label": "Path",
384
+ "component.layerList.header": "Navigator",
385
+ "component.layerList.layers.empty": "No elements on this page",
386
+ "component.layerList.layers.header": "Layers",
387
+ "component.layerList.layers.hide.label": "Hide layer",
388
+ "component.layerList.layers.list.collapseLabel": "Collapse Layer List",
389
+ "component.layerList.layers.list.expandLabel": "Expand Layer List",
390
+ "component.layerList.layers.singleLayerLabel": "{{designElement}} layer",
391
+ "component.layerList.pages.addNewPage.label": "Add New Page",
392
+ "component.layerList.pages.addNewPage.text": "New Page",
393
+ "component.layerList.pages.header": "Pages",
394
+ "component.layerList.pages.list.collapseLabel": "Collapse Page List",
395
+ "component.layerList.pages.list.expandLabel": "Expand Page List",
396
+ "component.layerList.pages.singlePageLabel": "Page {{number}}",
397
+ "component.library.close.label": "$t(common.close)",
398
+ "component.library.element.doodle.label": "Doodle",
399
+ "component.library.element.emoji.label": "Emoji",
400
+ "component.library.element.emoticons.label": "Emoticons",
401
+ "component.library.element.hand.label": "Hands",
402
+ "component.library.element.openmoji.label": "Openmoji",
403
+ "component.library.element.shapes.label": "Shapes",
404
+ "component.library.element.typo_happy.label": "Birthday",
405
+ "component.library.element.typo.label": "Typo",
406
+ "component.library.file.add.label": "Add file",
407
+ "component.library.text.headline.label": "Headline",
408
+ "component.library.text.paragraph.label": "Paragraph",
409
+ "component.library.text.title.label": "Title",
410
+ "component.modal.close.label": "$t(common.close)",
411
+ "component.modal.uploadImage.label": "Uploading image...",
412
+ "component.panel.header.renameDesignElement.label": "Rename {{designElementName}}",
413
+ "component.popover.keyShortcut.label": "To open the '{{popoverType}}' dialog, press '{{keyShortcut}}'",
414
+ "component.SettingsPanel.AdopterViewSelect.label": "Adopter View",
415
+ "component.SettingsPanel.AdopterViewSelect.options.advanced.description": "Always show the inspector.",
416
+ "component.SettingsPanel.AdopterViewSelect.options.advanced.label": "Advanced",
417
+ "component.SettingsPanel.AdopterViewSelect.options.default.description": "Hide the inspector if possible.",
418
+ "component.SettingsPanel.AdopterViewSelect.options.default.label": "Default",
419
+ "component.SettingsPanel.appearance.label": "Appearance",
420
+ "component.SettingsPanel.assets.image.adjustments.label": "Image Adjustments",
421
+ "component.SettingsPanel.assets.image.blur.label": "Image Blur",
422
+ "component.SettingsPanel.assets.image.crop.label": "Image Crop",
423
+ "component.SettingsPanel.assets.image.effects.label": "Image Effects",
424
+ "component.SettingsPanel.assets.image.filters.label": "Image Filters",
425
+ "component.SettingsPanel.assets.image.selectiveAdjustments.label": "Selective Image Adjustments",
426
+ "component.SettingsPanel.assets.label": "Assets",
427
+ "component.SettingsPanel.assets.opacity.label": "$t(property.opacity.label)",
428
+ "component.SettingsPanel.assets.text.advanced.label": "Text Advanced",
429
+ "component.SettingsPanel.assets.text.backgroundColor.label": "Text Background Color",
430
+ "component.SettingsPanel.assets.text.color.label": "Text Color",
431
+ "component.SettingsPanel.assets.transform.label": "Transform",
432
+ "component.SettingsPanel.ColorSchemeSelect.accent.label": "Accent color",
433
+ "component.SettingsPanel.ColorSchemeSelect.active.label": "Active color",
434
+ "component.SettingsPanel.ColorSchemeSelect.background.label": "Background color",
435
+ "component.SettingsPanel.header.label": "Customize Editor",
436
+ "component.SettingsPanel.InspectorPositionSelect.description": "Select the position of the inspector",
437
+ "component.SettingsPanel.InspectorPositionSelect.label": "Inspector",
438
+ "component.SettingsPanel.InspectorPositionSelect.options.left.description": "Select the inspector to be on the left side",
439
+ "component.SettingsPanel.InspectorPositionSelect.options.left.label": "Left",
440
+ "component.SettingsPanel.InspectorPositionSelect.options.right.description": "Select the inspector to be on the right side",
441
+ "component.SettingsPanel.InspectorPositionSelect.options.right.label": "Right",
442
+ "component.SettingsPanel.LanguageSelect.description": "Select language",
443
+ "component.SettingsPanel.LanguageSelect.label": "Language",
444
+ "component.SettingsPanel.LanguageSelect.options.de.label": "German",
445
+ "component.SettingsPanel.LanguageSelect.options.en.label": "English",
446
+ "component.SettingsPanel.libraries.ElementLibrary.label": "Element Library",
447
+ "component.SettingsPanel.libraries.ImageLibrary.label": "Image Library",
448
+ "component.SettingsPanel.libraries.label": "Libraries",
449
+ "component.SettingsPanel.libraries.TemplateLibrary.label": "Template Library",
450
+ "component.SettingsPanel.libraries.TextLibrary.label": "Text Library",
451
+ "component.SettingsPanel.RoleSelect.description": "Select role",
452
+ "component.SettingsPanel.RoleSelect.label": "Role",
453
+ "component.SettingsPanel.ScalingSelect.description": "Select ui scaling",
454
+ "component.SettingsPanel.ScalingSelect.label": "UI Scaling",
455
+ "component.SettingsPanel.ScalingSelect.options.large.description": "Select large scaling",
456
+ "component.SettingsPanel.ScalingSelect.options.large.label": "Large",
457
+ "component.SettingsPanel.ScalingSelect.options.normal.description": "Select normal scaling",
458
+ "component.SettingsPanel.ScalingSelect.options.normal.label": "Normal",
459
+ "component.SettingsPanel.ThemeSelect.description": "Select theme",
460
+ "component.SettingsPanel.ThemeSelect.dialog.label": "Generated CSS Custom Properties",
461
+ "component.SettingsPanel.ThemeSelect.export.action.label": "Generate CSS",
462
+ "component.SettingsPanel.ThemeSelect.export.label": "CSS Custom Properties",
463
+ "component.SettingsPanel.ThemeSelect.label": "Theme",
464
+ "component.SettingsPanel.ThemeSelect.options.dark.description": "Selet dark theme",
465
+ "component.SettingsPanel.ThemeSelect.options.dark.label": "Dark",
466
+ "component.SettingsPanel.ThemeSelect.options.light.description": "Selet light theme",
467
+ "component.SettingsPanel.ThemeSelect.options.light.label": "Light",
468
+ "component.topbar.back.label": "$t(common.back)",
469
+ "component.topbar.call-to-action.more": "Show more options",
470
+ "component.topbar.close.label": "$t(common.close)",
471
+ "component.topbar.download.label": "Export Design File",
472
+ "component.topbar.element.label": "Element",
473
+ "component.topbar.export.label": "Export Images",
474
+ "component.topbar.image.label": "Image",
475
+ "component.topbar.load.label": "Import Design File",
476
+ "component.topbar.modeswitch.design.description": "Switch to design mode",
477
+ "component.topbar.modeswitch.design.label": "Design",
478
+ "component.topbar.modeswitch.preview.description": "Switch to preview mode",
479
+ "component.topbar.modeswitch.preview.label": "Preview",
480
+ "component.topbar.modeswitch.template.description": "Switch to template mode",
481
+ "component.topbar.modeswitch.template.label": "Template",
482
+ "component.topbar.preview.label": "Preview",
483
+ "component.topbar.save.label": "$t(common.save)",
484
+ "component.topbar.share.label": "Share as Template",
485
+ "component.topbar.text.label": "Text",
486
+ "component.topbar.vectorPath.label": "Path",
487
+ "libraries.breadcrumb.root.label": "All",
488
+ "libraries.label": "Library",
489
+ "libraries.local.addFile.label": "Add file",
490
+ "libraries.local.label": "Uploads",
491
+ "libraries.ly.img.image.label": "Images",
492
+ "libraries.ly.img.sticker.doodle.label": "Doodle",
493
+ "libraries.ly.img.sticker.emoji.label": "Emoji",
494
+ "libraries.ly.img.sticker.emoticons.label": "Emoticons",
495
+ "libraries.ly.img.sticker.hand.label": "Hands",
496
+ "libraries.ly.img.sticker.label": "Stickers",
497
+ "libraries.ly.img.sticker.openmoji.label": "Openmoji",
498
+ "libraries.ly.img.sticker.typo_happy.label": "Birthday",
499
+ "libraries.ly.img.sticker.typo.label": "Typo",
500
+ "libraries.ly.img.text.headline.label": "Headline",
501
+ "libraries.ly.img.text.label": "Text",
502
+ "libraries.ly.img.text.paragraph.label": "Paragraph",
503
+ "libraries.ly.img.text.title.label": "Title",
504
+ "libraries.ly.img.vectorpath.label": "Shapes",
505
+ "libraries.noItems.label": "No elements",
506
+ "libraries.noMoreItems.label": "No more elements",
507
+ "libraries.search.clear.label": "Clear search",
508
+ "libraries.search.placeholder": "Search …",
509
+ "modifier.control": "Ctrl",
510
+ "notification.element.outOfPageDeletion.description": "Elements were removed because they were outside the page, press undo to restore them",
511
+ "notification.element.outOfPageDeletion.label": "Element removed",
512
+ "notification.redo.label": "$t(common.redo)",
513
+ "notification.undo.element.add.description": "Add element",
514
+ "notification.undo.element.bringToFront.description": "Bring to front",
515
+ "notification.undo.element.delete.description": "Delete element",
516
+ "notification.undo.element.dnd.description": "Drag element",
517
+ "notification.undo.element.duplicate.description": "Duplicate element",
518
+ "notification.undo.element.flipX.description": "Flip element (horizontal)",
519
+ "notification.undo.element.flipY.description": "Flip element (vertical)",
520
+ "notification.undo.element.image.crop.description": "Crop image",
521
+ "notification.undo.element.image.filter.description": "Apply filter",
522
+ "notification.undo.element.lock.description": "Lock element",
523
+ "notification.undo.element.page.add.description": "Add page",
524
+ "notification.undo.element.page.format.change.description": "Change page format",
525
+ "notification.undo.element.page.move.down.description": "Move page down",
526
+ "notification.undo.element.page.move.left.description": "Move page left",
527
+ "notification.undo.element.page.move.right.description": "Move page right",
528
+ "notification.undo.element.page.move.up.description": "Move page up",
529
+ "notification.undo.element.placeholder.change.description": "Change Placeholder constraints",
530
+ "notification.undo.element.placeholder.create.description": "Create Placeholder",
531
+ "notification.undo.element.placeholder.remove.description": "Remove Placeholder",
532
+ "notification.undo.element.property.reset.description": "Reset element properties to default",
533
+ "notification.undo.element.property.update.description": "Update element property",
534
+ "notification.undo.element.rename.description": "Rename element",
535
+ "notification.undo.element.replace.description": "Replace element",
536
+ "notification.undo.element.scene.layout.horizontal.description": "Arrange pages horizontally",
537
+ "notification.undo.element.scene.layout.vertical.description": "Arrange pages vertically",
538
+ "notification.undo.element.sendToBack.description": "Bring to back",
539
+ "notification.undo.element.text.alignCenter.description": "Center align text",
540
+ "notification.undo.element.text.alignLeft.description": "Left align text",
541
+ "notification.undo.element.text.alignRight.description": "Right align text",
542
+ "notification.undo.element.text.autoHeight.description": "Enable automatic height",
543
+ "notification.undo.element.text.autoWidth.description": "Enable automatic width",
544
+ "notification.undo.element.text.change.description": "Change text",
545
+ "notification.undo.element.text.fixedFrame.description": "Enable fixed frame",
546
+ "notification.undo.element.toggleHidden.description": "(un)hide element",
547
+ "notification.undo.element.transform.description": "Transform element",
548
+ "notification.undo.element.transform.move.description": "Move element",
549
+ "notification.undo.element.transform.resize.description": "Resize element",
550
+ "notification.undo.element.transform.rotate.description": "Rotate element",
551
+ "notification.undo.element.unlock.description": "Unlock element",
552
+ "notification.undo.label": "$t(common.undo)",
553
+ "notification.undo.scene.load.description": "Load scene",
554
+ "notification.upload.invalidType.description": "File type is not allowed",
555
+ "notification.upload.invalidType.label": "Invalid Type",
556
+ "placeholder.create.label": "Placeholder",
557
+ "placeholder.remove.label": "Remove Placeholder",
558
+ "placeholder.settings.label": "Change placeholder settings",
559
+ "placeholder.settingsMenu.label": "Placeholder settings menu",
560
+ "presets.scenes.american-legal.label": "Legal",
561
+ "presets.scenes.american-letter.label": "Letter",
562
+ "presets.scenes.business-card.label": "Business Card",
563
+ "presets.scenes.custom.label": "Custom",
564
+ "presets.scenes.din-a0.label": "DIN A0",
565
+ "presets.scenes.din-a1.label": "DIN A1",
566
+ "presets.scenes.din-a2.label": "DIN A2",
567
+ "presets.scenes.din-a3.label": "DIN A3",
568
+ "presets.scenes.din-a4.label": "DIN A4",
569
+ "presets.scenes.din-a5.label": "DIN A5",
570
+ "presets.scenes.din-a6.label": "DIN A6",
571
+ "presets.scenes.din-a65.label": "DIN A6/5",
572
+ "presets.scenes.din-b5.label": "DIN B5",
573
+ "presets.scenes.instagram-photo.label": "Instagram Photo",
574
+ "presets.scenes.instagram-profile.label": "Instagram Profile",
575
+ "presets.scenes.instagram-story.label": "Instagram Story",
576
+ "presets.scenes.square.label": "Square",
577
+ "presets.scenes.twitter-header.label": "Twitter Header",
578
+ "presets.scenes.twitter-image.label": "Twitter Image",
579
+ "presets.scenes.twitter-profile.label": "Twitter Profile",
580
+ "property.adjustments/blacks.label": "Blacks",
581
+ "property.adjustments/brightness.label": "Brightness",
582
+ "property.adjustments/clarity.label": "Clarity",
583
+ "property.adjustments/contrast.label": "Contrast",
584
+ "property.adjustments/exposure.label": "Exposure",
585
+ "property.adjustments/gamma.label": "Gamma",
586
+ "property.adjustments/highlights.label": "Highlights",
587
+ "property.adjustments/saturation.label": "Saturation",
588
+ "property.adjustments/shadows.label": "Shadows",
589
+ "property.adjustments/sharpness.label": "Sharpness",
590
+ "property.adjustments/temperature.label": "Temperature",
591
+ "property.adjustments/whites.label": "Whites",
592
+ "property.autoSize.autoHeight.label": "Automatically scale the text frame's height",
593
+ "property.autoSize.autoWidth.label": "Automatically scale the text frame's width",
594
+ "property.autoSize.fixedFrame.label": "Maintain the text's frame",
595
+ "property.autoSize.label": "Autosize",
596
+ "property.backgroundColor.label": "Background",
597
+ "property.blurIdentifier.ExtrudeBlur.label": "Extrude Blur",
598
+ "property.blurIdentifier.label": "Identifier",
599
+ "property.blurIdentifier.LinearBlur.label": "Linear Blur",
600
+ "property.blurIdentifier.MirroredBlur.label": "Mirrored Blur",
601
+ "property.blurIdentifier.RadialBlur.label": "Radial Blur",
602
+ "property.blurIdentifier.UniformBlur.label": "Gaussian Blur",
603
+ "property.blurProp.ExtrudeBlur/amount.label": "Intensity",
604
+ "property.blurProp.ExtrudeBlur/time.label": "Variation",
605
+ "property.blurProp.LinearBlur/blurRadius.label": "Intensity",
606
+ "property.blurProp.LinearBlur/x1.label": "Point 1 - X",
607
+ "property.blurProp.LinearBlur/x2.label": "Point 2 - X",
608
+ "property.blurProp.LinearBlur/y1.label": "Point 1 - Y",
609
+ "property.blurProp.LinearBlur/y2.label": "Point 2 - Y",
610
+ "property.blurProp.MirroredBlur/blurRadius.label": "Intensity",
611
+ "property.blurProp.MirroredBlur/gradientSize.label": "Size of Gradient",
612
+ "property.blurProp.MirroredBlur/size.label": "Size of blurred Area",
613
+ "property.blurProp.MirroredBlur/x1.label": "Point 1 - X",
614
+ "property.blurProp.MirroredBlur/x2.label": "Point 2 - X",
615
+ "property.blurProp.MirroredBlur/y1.label": "Point 1 - Y",
616
+ "property.blurProp.MirroredBlur/y2.label": "Point 2 - Y",
617
+ "property.blurProp.RadialBlur/blurRadius.label": "Intensity",
618
+ "property.blurProp.RadialBlur/gradientRadius.label": "Size of Gradient",
619
+ "property.blurProp.RadialBlur/radius.label": "Size of non-blurred Area",
620
+ "property.blurProp.RadialBlur/x.label": "Point - X",
621
+ "property.blurProp.RadialBlur/y.label": "Point - Y",
622
+ "property.blurProp.UniformBlur/intensity.label": "Intensity",
623
+ "property.color.label": "Color",
624
+ "property.colorValue.label": "Color Value",
625
+ "property.crop/scale.label": "Scale",
626
+ "property.duotone/breezy.label": "Breezy",
627
+ "property.duotone/clash.label": "Clash",
628
+ "property.duotone/deepblue.label": "Deep Blue",
629
+ "property.duotone/desert.label": "Desert",
630
+ "property.duotone/frog.label": "Frog",
631
+ "property.duotone/peach.label": "Peach",
632
+ "property.duotone/plum.label": "Plum",
633
+ "property.duotone/sunset.label": "Sunset",
634
+ "property.duoToneFilter/intensity.label": "Intensity",
635
+ "property.effectIdentifier.ColorCut.label": "Color Cut",
636
+ "property.effectIdentifier.CrossCut.label": "Cross Cut",
637
+ "property.effectIdentifier.DotPattern.label": "Dot Pattern",
638
+ "property.effectIdentifier.Glow.label": "Glow",
639
+ "property.effectIdentifier.HalfTone.label": "HalfTone",
640
+ "property.effectIdentifier.Joggle.label": "Joggle",
641
+ "property.effectIdentifier.label": "Identifier",
642
+ "property.effectIdentifier.Linocut.label": "Linocut",
643
+ "property.effectIdentifier.Liquid.label": "Liquid",
644
+ "property.effectIdentifier.Mirror.label": "Mirror",
645
+ "property.effectIdentifier.None.label": "None",
646
+ "property.effectIdentifier.Outliner.label": "Outliner",
647
+ "property.effectIdentifier.Pixelize.label": "Pixelize",
648
+ "property.effectIdentifier.Posterize.label": "Posterize",
649
+ "property.effectIdentifier.Psychedelic.label": "Psychedelic",
650
+ "property.effectIdentifier.RadialPixel.label": "Radial Pixel",
651
+ "property.effectIdentifier.Radiate.label": "Radiate",
652
+ "property.effectIdentifier.Scanlines.label": "Scanlines",
653
+ "property.effectIdentifier.Separate.label": "Separate",
654
+ "property.effectIdentifier.Sharpie.label": "Sharpie",
655
+ "property.effectIdentifier.Shifter.label": "Shifter",
656
+ "property.effectIdentifier.TiltShift.label": "Tiltshift",
657
+ "property.effectIdentifier.TvGlitch.label": "TV Glitch",
658
+ "property.effectIdentifier.Vignette.label": "Vignette",
659
+ "property.effectIdentifier.Waves.label": "Waves",
660
+ "property.effectProp.ColorCut/amount.label": "Intensity",
661
+ "property.effectProp.ColorCut/speed.label": "Sensitivity",
662
+ "property.effectProp.ColorCut/time.label": "Variation",
663
+ "property.effectProp.CrossCut/offset.label": "Horizontal Offset",
664
+ "property.effectProp.CrossCut/slices.label": "Horizontal Cuts",
665
+ "property.effectProp.CrossCut/speedV.label": "Vertical Offset",
666
+ "property.effectProp.CrossCut/time.label": "Variation",
667
+ "property.effectProp.DotPattern/blur.label": "Global Blur",
668
+ "property.effectProp.DotPattern/dots.label": "Number of Dots",
669
+ "property.effectProp.DotPattern/size.label": "Size of Dots",
670
+ "property.effectProp.Glow/amount.label": "Intensity",
671
+ "property.effectProp.Glow/darkness.label": "Darkening",
672
+ "property.effectProp.Glow/size.label": "Bloom",
673
+ "property.effectProp.HalfTone/angle.label": "Angle of Pattern",
674
+ "property.effectProp.HalfTone/scale.label": "Scale of Pattern",
675
+ "property.effectProp.Joggle/amount.label": "Severity",
676
+ "property.effectProp.Joggle/time.label": "Variation",
677
+ "property.effectProp.Linocut/scale.label": "Scale of Pattern",
678
+ "property.effectProp.Liquid/amount.label": "Intensity",
679
+ "property.effectProp.Liquid/scale.label": "Scale",
680
+ "property.effectProp.Liquid/speed.label": "Sensitivity",
681
+ "property.effectProp.Liquid/time.label": "Variation",
682
+ "property.effectProp.Mirror/side.label": "Mirrored Side",
683
+ "property.effectProp.Outliner/amount.label": "Intensity",
684
+ "property.effectProp.Outliner/passthrough.label": "Blending",
685
+ "property.effectProp.Pixelize/horizontalPixelSize.label": "Horizontal Count",
686
+ "property.effectProp.Pixelize/verticalPixelSize.label": "Vertical Count",
687
+ "property.effectProp.Posterize/levels.label": "Number of Levels",
688
+ "property.effectProp.Psychedelic/amount.label": "Intensity",
689
+ "property.effectProp.Psychedelic/offset.label": "Diagonal Offset",
690
+ "property.effectProp.Psychedelic/time.label": "Variation",
691
+ "property.effectProp.RadialPixel/radius.label": "Radius per Row",
692
+ "property.effectProp.RadialPixel/segments.label": "Size per Row",
693
+ "property.effectProp.Radiate/centerBrightness.label": "Brightness in Center",
694
+ "property.effectProp.Radiate/colorize.label": "Saturation",
695
+ "property.effectProp.Radiate/powerCurve.label": "Intensity",
696
+ "property.effectProp.Scanlines/count.label": "Line Height",
697
+ "property.effectProp.Scanlines/linesAmount.label": "Intensity of Lines",
698
+ "property.effectProp.Scanlines/noiseAmount.label": "Applied Noise",
699
+ "property.effectProp.Scanlines/time.label": "Variation",
700
+ "property.effectProp.Separate/amount.label": "Offset",
701
+ "property.effectProp.Separate/time.label": "Variation",
702
+ "property.effectProp.Shifter/amount.label": "Distance",
703
+ "property.effectProp.Shifter/angle.label": "Shift Direction",
704
+ "property.effectProp.TiltShift/amount.label": "Intensity",
705
+ "property.effectProp.TiltShift/position.label": "Position",
706
+ "property.effectProp.TvGlitch/distortion.label": "Rough Distortion",
707
+ "property.effectProp.TvGlitch/distortion2.label": "Fine Distortion",
708
+ "property.effectProp.TvGlitch/rollSpeed.label": "Vertical Offset",
709
+ "property.effectProp.TvGlitch/speed.label": "Variance",
710
+ "property.effectProp.TvGlitch/time.label": "Variation",
711
+ "property.effectProp.Vignette/darkness.label": "Color",
712
+ "property.effectProp.Vignette/offset.label": "Size",
713
+ "property.effectProp.Waves/size.label": "Pattern Size",
714
+ "property.effectProp.Waves/speed.label": "Sensitivity",
715
+ "property.effectProp.Waves/strength.label": "Intensity",
716
+ "property.effectProp.Waves/time.label": "Variation",
717
+ "property.flip.flipX.label": "Flip horizontal",
718
+ "property.flip.flipY.label": "Flip vertical",
719
+ "property.flip.label": "Flip",
720
+ "property.horizontalAlignment.alignTextHorizontalCenter.label": "Align text to the center",
721
+ "property.horizontalAlignment.alignTextLeft.label": "Align text to the left",
722
+ "property.horizontalAlignment.alignTextRight.label": "Align text to the right",
723
+ "property.horizontalAlignment.label": "Justify",
724
+ "property.hspSelectiveAdjustments/hue.label": "Hue",
725
+ "property.hspSelectiveAdjustments/perceivedBrightness.label": "Brightness",
726
+ "property.hspSelectiveAdjustments/saturation.label": "Saturation",
727
+ "property.hue.label": "Hue",
728
+ "property.innerDiameter.label": "Inner Diameter",
729
+ "property.label": "Property",
730
+ "property.layer.label": "Layer",
731
+ "property.letterSpacing.label": "Letter Spacing",
732
+ "property.lineHeight.label": "Line Height",
733
+ "property.lineWidth.label": "Line Width",
734
+ "property.lut/ad1920.label": "1920 A.D.",
735
+ "property.lut/ancient.label": "Ancient",
736
+ "property.lut/bleached.label": "Kalmen",
737
+ "property.lut/bleachedblue.label": "Joran",
738
+ "property.lut/blues.label": "Polaroid",
739
+ "property.lut/blueshadows.label": "Zephyr",
740
+ "property.lut/breeze.label": "Levante",
741
+ "property.lut/bw.label": "Greyed",
742
+ "property.lut/celsius.label": "Inferno",
743
+ "property.lut/chest.label": "Chestnut",
744
+ "property.lut/classic.label": "Classic",
745
+ "property.lut/colorful.label": "Colorful",
746
+ "property.lut/cool.label": "Snappy",
747
+ "property.lut/cottoncandy.label": "Candy",
748
+ "property.lut/creamy.label": "Creamy",
749
+ "property.lut/eighties.label": "Low Fire",
750
+ "property.lut/elder.label": "Colla",
751
+ "property.lut/evening.label": "Sunrise",
752
+ "property.lut/fall.label": "Moss",
753
+ "property.lut/fixie.label": "Fixie",
754
+ "property.lut/food.label": "Food",
755
+ "property.lut/fridge.label": "Fridge",
756
+ "property.lut/front.label": "Sunny 70s",
757
+ "property.lut/glam.label": "Glam",
758
+ "property.lut/gobblin.label": "Gobblin",
759
+ "property.lut/highcarb.label": "High Carb",
760
+ "property.lut/highcontrast.label": "Hicon",
761
+ "property.lut/k1.label": "K1",
762
+ "property.lut/k2.label": "Flat Black",
763
+ "property.lut/k6.label": "K6",
764
+ "property.lut/kdynamic.label": "Pebble",
765
+ "property.lut/keen.label": "Keen",
766
+ "property.lut/lenin.label": "Lemon",
767
+ "property.lut/litho.label": "Litho",
768
+ "property.lut/lomo.label": "Lomo",
769
+ "property.lut/lomo100.label": "Lomo 100",
770
+ "property.lut/lucid.label": "Lucid",
771
+ "property.lut/mellow.label": "Mellow",
772
+ "property.lut/neat.label": "Neat",
773
+ "property.lut/nogreen.label": "Pumpkin",
774
+ "property.lut/orchid.label": "Solanus",
775
+ "property.lut/pale.label": "Pale",
776
+ "property.lut/pitched.label": "Pitched",
777
+ "property.lut/plate.label": "Weathered",
778
+ "property.lut/pola669.label": "Green Gap",
779
+ "property.lut/polasx.label": "Pola SX",
780
+ "property.lut/pro400.label": "Pro 400",
781
+ "property.lut/quozi.label": "Quozi",
782
+ "property.lut/sepiahigh.label": "Sepia",
783
+ "property.lut/settled.label": "Settled",
784
+ "property.lut/seventies.label": "Seventies",
785
+ "property.lut/sin.label": "Hard Stuff",
786
+ "property.lut/soft.label": "Soft",
787
+ "property.lut/steel.label": "Steel",
788
+ "property.lut/summer.label": "Summer",
789
+ "property.lut/sunset.label": "Golden",
790
+ "property.lut/tender.label": "Tender",
791
+ "property.lut/texas.label": "Oldtimer",
792
+ "property.lut/twilight.label": "Twilight",
793
+ "property.lut/winter.label": "Softy",
794
+ "property.lut/x400.label": "Dusty",
795
+ "property.lutFilter/intensity.label": "Intensity",
796
+ "property.margin.label": "Bleed Margin",
797
+ "property.move.ariaLabel": "Move current element",
798
+ "property.move.bringForward.label": "Bring forward",
799
+ "property.move.bringToFront.label": "Bring to front",
800
+ "property.move.label": "Move",
801
+ "property.move.sendBackward.label": "Send backward",
802
+ "property.move.sendToBack.label": "Send to back",
803
+ "property.opacity.label": "Opacity",
804
+ "property.outlineColor.label": "Outline",
805
+ "property.outlineWidth.label": "Outline Width",
806
+ "property.path.label": "Path",
807
+ "property.points.label": "Points",
808
+ "property.sides.label": "Sides",
809
+ "property.toggle.disable": "Disable",
810
+ "property.toggle.enable": "Enable",
811
+ "property.toggle.hidden": "Hidden",
812
+ "property.toggle.label": "{{operation}} {{property}}",
813
+ "property.toggle.visible": "Visible",
814
+ "property.typography.size.label": "Size",
815
+ "property.typography.style.label": "Style",
816
+ "property.typography.typeface.label": "Typeface",
817
+ "property.uniformBlur/intensity.label": "Blur",
818
+ "property.verticalAlignment.alignTextBottom.label": "Align text to the bottom",
819
+ "property.verticalAlignment.alignTextTop.label": "Align text to the top",
820
+ "property.verticalAlignment.alignTextVerticalCenter.label": "Align text to the center",
821
+ "property.verticalAlignment.label": "Alignment",
822
+ "scopes.alwaysOnTop.label": "Stay always on top",
823
+ "scopes.content.replace.label": "Allow to replace content",
824
+ "scopes.design.arrange.label": "Allow to arrange",
825
+ "scopes.design.label": "Allow to arrange & style",
826
+ "scopes.design.style.label": "Allow to style",
827
+ "scopes.editor.select.label": "Allow to select",
828
+ "scopes.exportable.label": "Show in export",
829
+ "scopes.lifecycle.destroy.label": "Allow to delete",
830
+ "scopes.lifecycle.duplicate.label": "Allow to duplicate",
831
+ "textEditing.bold.label": "Bold",
832
+ "textEditing.color.label": "Change color",
833
+ "textEditing.italic.label": "Italic",
834
+ "textEditing.textVariable.label": "Insert variable",
835
+ "typography.style.italic.label": "Italic",
836
+ "typography.style.normal.label": "Normal",
837
+ "typography.weight.100.label": "Thin",
838
+ "typography.weight.200.label": "Extra Light",
839
+ "typography.weight.300.label": "Light",
840
+ "typography.weight.400.label": "Regular",
841
+ "typography.weight.500.label": "Medium",
842
+ "typography.weight.600.label": "Semi Bold",
843
+ "typography.weight.700.label": "Bold",
844
+ "typography.weight.800.label": "Extra Bold",
845
+ "typography.weight.900.label": "Black"
846
+ }