@cesdk/cesdk-js 1.5.0-alpha.1 → 1.5.0
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.
- package/.browserslistrc +4 -4
- package/assets/core/cesdk.data +0 -0
- package/assets/core/cesdk.wasm +0 -0
- package/assets/extensions/ly.img.cesdk.fonts/fonts/imgly_font_kumar_one_outline.otf +0 -0
- package/assets/extensions/ly.img.cesdk.fonts/manifest.json +1 -1
- package/assets/i18n/de.json +69 -16
- package/assets/i18n/en.json +69 -16
- package/assets/ui/stylesheets/cesdk.css +37 -37
- package/cesdk-engine.umd.d.ts +1494 -41
- package/cesdk-engine.umd.js +1 -2
- package/cesdk.umd.js +1 -1
- package/index.d.ts +1798 -0
- package/index.html +0 -1
- package/package.json +2 -2
- package/BlockAPI.d.ts +0 -792
- package/EventAPI.d.ts +0 -19
- package/SceneAPI.d.ts +0 -52
- package/VariableAPI.d.ts +0 -27
- package/api.d.ts +0 -14
- package/assets/core/cesdk.js +0 -1
- package/assets/extensions/ch.post.fonts/README.md +0 -3
- package/assets/extensions/ch.post.fonts/fonts/imgly_font_intro_black.otf +0 -0
- package/assets/extensions/ch.post.fonts/fonts/imgly_font_intro_medium.otf +0 -0
- package/assets/extensions/ch.post.fonts/fonts/imgly_font_madelyn_regular.otf +0 -0
- package/assets/extensions/ch.post.fonts/fonts/imgly_font_mixa_extra_bold.otf +0 -0
- package/assets/extensions/ch.post.fonts/fonts/imgly_font_sensa_brush_fill.otf +0 -0
- package/assets/extensions/ch.post.fonts/manifest.json +0 -42
- package/assets/extensions/ch.post.fonts/preview.png +0 -0
- package/assets/extensions/ly.img.cesdk.fonts/fonts/imgly_font_kumar_one_outline.ttf +0 -0
- package/types.d.ts +0 -759
package/.browserslistrc
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Edge >=
|
|
4
|
-
|
|
1
|
+
Firefox >= 86
|
|
2
|
+
Safari >= 14.1
|
|
3
|
+
Edge >= 88
|
|
4
|
+
Chrome >= 88
|
package/assets/core/cesdk.data
CHANGED
|
Binary file
|
package/assets/core/cesdk.wasm
CHANGED
|
Binary file
|
|
Binary file
|
package/assets/i18n/de.json
CHANGED
|
@@ -23,6 +23,8 @@
|
|
|
23
23
|
"action.block.unlock.description": "Element entsperren",
|
|
24
24
|
"action.editText": "$t(common.edit)",
|
|
25
25
|
"action.enterGroup": "Gruppe öffnen",
|
|
26
|
+
"action.gradient.addStop": "Farbmarker hinzufügen bei {{position}}%.",
|
|
27
|
+
"action.gradient.removeStop": "Farbmarker löschen",
|
|
26
28
|
"action.group": "Elemente gruppieren",
|
|
27
29
|
"action.image.blur": "Unschärfe anwenden",
|
|
28
30
|
"action.image.crop": "Bild beschneiden",
|
|
@@ -56,8 +58,6 @@
|
|
|
56
58
|
"action.text.autoHeight": "Automatische Höhe aktivieren",
|
|
57
59
|
"action.text.change": "Text ändern",
|
|
58
60
|
"action.text.fixedFrame": "Feste Größe aktivieren",
|
|
59
|
-
"action.ungroup": "Gruppierung auflösen",
|
|
60
|
-
"block.ellipse": "Ellipse",
|
|
61
61
|
"assets.ly.img.cesdk.images.samples.sample.1.label": "Strand von oben",
|
|
62
62
|
"assets.ly.img.cesdk.images.samples.sample.1.tags": "blau;grün;strand;insel;wasser",
|
|
63
63
|
"assets.ly.img.cesdk.images.samples.sample.10.label": "Berge",
|
|
@@ -221,6 +221,8 @@
|
|
|
221
221
|
"assets.ly.img.ubq.shapes.polygon.label": "Mehreck",
|
|
222
222
|
"assets.ly.img.ubq.shapes.rect.label": "Rechteck",
|
|
223
223
|
"assets.ly.img.ubq.shapes.star.label": "Stern",
|
|
224
|
+
"action.ungroup": "Gruppierung auflösen",
|
|
225
|
+
"block.ellipse": "Ellipse",
|
|
224
226
|
"block.group": "Gruppe",
|
|
225
227
|
"block.image": "Bild",
|
|
226
228
|
"block.line": "Linie",
|
|
@@ -232,6 +234,7 @@
|
|
|
232
234
|
"block.sticker": "Sticker",
|
|
233
235
|
"block.text": "Text",
|
|
234
236
|
"block.vectorPath": "Pfad",
|
|
237
|
+
"block.video": "Video",
|
|
235
238
|
"color.aqua": "Türkis",
|
|
236
239
|
"color.blue": "Blau",
|
|
237
240
|
"color.green": "Grün",
|
|
@@ -269,12 +272,16 @@
|
|
|
269
272
|
"common.mode.preview": "Vorschau",
|
|
270
273
|
"common.mode.template": "Vorlage",
|
|
271
274
|
"common.more": "Mehr",
|
|
275
|
+
"common.nearestColorName": "Ähnlichste Farbe",
|
|
276
|
+
"common.off": "Aus",
|
|
277
|
+
"common.on": "An",
|
|
272
278
|
"common.opacity": "Deckkraft",
|
|
273
279
|
"common.page": "Seite",
|
|
274
280
|
"common.pixel": "Pixel",
|
|
275
281
|
"common.pixelScale": "Pixelskalierung",
|
|
276
282
|
"common.placeholder": "Platzhalter",
|
|
277
283
|
"common.position": "Position",
|
|
284
|
+
"common.properties": "Eigenschaften",
|
|
278
285
|
"common.property": "Eigenschaft",
|
|
279
286
|
"common.redo": "Wiederherstellen",
|
|
280
287
|
"common.reloadPage": "Seite neu laden",
|
|
@@ -320,15 +327,28 @@
|
|
|
320
327
|
"component.colorPicker.colorItem.hexInput": "Hex",
|
|
321
328
|
"component.colorPicker.colorItem.transparent": "Farbelement {{index}}, Farbname: Transparent",
|
|
322
329
|
"component.colorPicker.description": "Farbe ändern",
|
|
323
|
-
"component.colorPicker.hsl.description": "{{componentName}}, $t(
|
|
330
|
+
"component.colorPicker.hsl.description": "{{componentName}}, $t(common.nearestColorName): {{nearestColorName}}; $t(common.colorValue): Farbwert: {{hue}}°, Farbsättigung: {{saturation}}%, Helligkeit: {{lightness}}%",
|
|
324
331
|
"component.colorPicker.hueGradient": "Farbverlaufston-Auswahl",
|
|
325
332
|
"component.colorSchemeSelect.accent": "Akzentfarbe",
|
|
326
333
|
"component.colorSchemeSelect.active": "Aktivfarbe",
|
|
327
334
|
"component.colorSchemeSelect.background": "Hintergrundfarbe",
|
|
328
335
|
"component.dnd.description": "Die hochgeladenen Dateien werden in der Bibliothek gespeichert",
|
|
329
336
|
"component.dnd.prompt": "Dateien hier hinziehen",
|
|
337
|
+
"component.dockIconSizeSelect": "Dock Icon Skalierung",
|
|
338
|
+
"component.dockIconSizeSelect.large": "Groß",
|
|
339
|
+
"component.dockIconSizeSelect.large.description": "Große Dock Icon Skalierung auswählen",
|
|
340
|
+
"component.dockIconSizeSelect.normal": "Normal",
|
|
341
|
+
"component.dockIconSizeSelect.normal.description": "Normale Dock Icon Skalierung auswählen",
|
|
342
|
+
"component.dockLabelVisibilityToggle": "Dock Label",
|
|
343
|
+
"component.dockLabelVisibilityToggle.hide": "Ausblenden",
|
|
344
|
+
"component.dockLabelVisibilityToggle.hide.description": "Beschriftungen der Dock Buttons ausblenden",
|
|
345
|
+
"component.dockLabelVisibilityToggle.show": "Anzeigen",
|
|
346
|
+
"component.dockLabelVisibilityToggle.show.description": "Beschriftungen der Dock Buttons anzeigen",
|
|
347
|
+
"component.fileOperation.archiveScene": "Exportiere Archiv",
|
|
330
348
|
"component.fileOperation.exportImage": "Exportiere Bild",
|
|
349
|
+
"component.fileOperation.exportPDF": "Exportiere PDF",
|
|
331
350
|
"component.fileOperation.exportScene": "Exportiere Design Datei",
|
|
351
|
+
"component.fileOperation.exportVideo": "Exportiere Video",
|
|
332
352
|
"component.fileOperation.importScene": "Importiere Design Datei",
|
|
333
353
|
"component.fileOperation.more": "Weitere Optionen anzeigen",
|
|
334
354
|
"component.fileOperation.save": "$t(common.save)",
|
|
@@ -364,6 +384,11 @@
|
|
|
364
384
|
"component.librarySettings.imageLibrary": "Bilder-Bibliothek",
|
|
365
385
|
"component.librarySettings.templateLibrary": "$t(component.templateLibrary)",
|
|
366
386
|
"component.librarySettings.textLibrary": "Text-Bibliothek",
|
|
387
|
+
"component.pageTitleVisibilityToggle": "Seiten Titel",
|
|
388
|
+
"component.pageTitleVisibilityToggle.hide": "Ausblenden",
|
|
389
|
+
"component.pageTitleVisibilityToggle.hide.description": "Titel einer Seite ausblenden",
|
|
390
|
+
"component.pageTitleVisibilityToggle.show": "Anzeigen",
|
|
391
|
+
"component.pageTitleVisibilityToggle.show.description": "Titel einer Seite anzeigen",
|
|
367
392
|
"component.placeholder.create": "$t(common.placeholder)",
|
|
368
393
|
"component.placeholder.settings": "Platzhaltereinstellungen ändern",
|
|
369
394
|
"component.placeholder.settingsMenu": "Platzhaltereinstellungsmenü",
|
|
@@ -425,7 +450,9 @@
|
|
|
425
450
|
"input.bleedMargin.select": "Anschnitt auswählen",
|
|
426
451
|
"input.blur": "Unschärfe",
|
|
427
452
|
"input.character": "Schriftzeichen",
|
|
428
|
-
"input.
|
|
453
|
+
"input.clipContent": "Inhalt beschneiden",
|
|
454
|
+
"input.clipContent.off.description": "Inhalt beschneiden deaktivieren",
|
|
455
|
+
"input.clipContent.on.description": "Inhalt beschneiden aktivieren",
|
|
429
456
|
"input.document": "$t(block.scene)",
|
|
430
457
|
"input.effect": "Effekt",
|
|
431
458
|
"input.export": "Export",
|
|
@@ -433,6 +460,14 @@
|
|
|
433
460
|
"input.fontSelect": "Ausgewählte Schriftart: {{font}}",
|
|
434
461
|
"input.fontSelect.fallback": "Standard",
|
|
435
462
|
"input.fontSize.select": "Schriftgröße auswählen",
|
|
463
|
+
"input.gradient.activateColorStop": "Leertaste drücken zum aktivieren.",
|
|
464
|
+
"input.gradient.colorPosition": "Farbposition",
|
|
465
|
+
"input.gradient.colorStop": "Farbmarker",
|
|
466
|
+
"input.gradient.colorStop.active": "Aktiver Farbmarker",
|
|
467
|
+
"input.gradient.colorStop.description": "{{stopType}} {{index}} von {{total}} bei {{position}}%. $t(common.nearestColorName): {{colorName}}, $t(common.colorValue): {{colorValue}}.{{action}}",
|
|
468
|
+
"input.gradient.flip": "Farbmarkerreihenfolge umkehren.",
|
|
469
|
+
"input.gradient.gradientAngle": "Verlaufswinkel",
|
|
470
|
+
"input.gradient.rotate": "Farbverlauf um 45 Grad im Uhrzeigersinn drehen.",
|
|
436
471
|
"input.hspSelectiveAdjustments": "Selektive Korrekturen",
|
|
437
472
|
"input.insertVariable": "Variable hinzufügen",
|
|
438
473
|
"input.keyShortcut": "Um den '{{input}}' Dialog zu öffnen, betätigen Sie '{{keyShortcut}}'",
|
|
@@ -471,9 +506,10 @@
|
|
|
471
506
|
"libraries.ly.img.text.label": "Text",
|
|
472
507
|
"libraries.ly.img.text.paragraph.label": "Absatz",
|
|
473
508
|
"libraries.ly.img.text.title.label": "Titel",
|
|
509
|
+
"libraries.ly.img.vectorpath.abstract.label": "Abstrakt",
|
|
474
510
|
"libraries.ly.img.vectorpath.label": "Formen",
|
|
475
511
|
"libraries.ly.img.vectorpath.vectorpaths.label": "Basis",
|
|
476
|
-
"libraries.ly.img.
|
|
512
|
+
"libraries.ly.img.video.label": "Videos",
|
|
477
513
|
"libraries.unsplash.label": "Unsplash",
|
|
478
514
|
"meta.currentLanguage": "Deutsch",
|
|
479
515
|
"notification.redo": "$t(common.redo)",
|
|
@@ -623,9 +659,16 @@
|
|
|
623
659
|
"property.effect.waves.speed": "Sensitivität",
|
|
624
660
|
"property.effect.waves.strength": "Intensität",
|
|
625
661
|
"property.effect.waves.time": "Varianz",
|
|
662
|
+
"property.fill": "Füllung",
|
|
663
|
+
"property.fillType": "Füllung",
|
|
664
|
+
"property.fillType.gradient": "Farbverlauf",
|
|
665
|
+
"property.fillType.solid": "Einfarbig",
|
|
626
666
|
"property.flip": "Spiegeln",
|
|
627
667
|
"property.flip.x": "Horizontal spiegeln",
|
|
628
668
|
"property.flip.y": "Vertikal spiegeln",
|
|
669
|
+
"property.gradientType.conical": "Kegelförmiger Farbverlauf",
|
|
670
|
+
"property.gradientType.linear": "Linearer Farbverlauf",
|
|
671
|
+
"property.gradientType.radial": "Kreisförmiger Farbverlauf",
|
|
629
672
|
"property.hspSelectiveAdjustments.hue": "Farbton",
|
|
630
673
|
"property.hspSelectiveAdjustments.perceivedBrightness": "Helligkeit",
|
|
631
674
|
"property.hspSelectiveAdjustments.saturation": "Sättigung",
|
|
@@ -650,6 +693,26 @@
|
|
|
650
693
|
"property.position": "{{axis}} $t(common.position)",
|
|
651
694
|
"property.position.description": "Position auf der {{axis}}-Achse in {{unit}}",
|
|
652
695
|
"property.sides": "Seiten",
|
|
696
|
+
"property.strokeColor": "Umrissfarbe",
|
|
697
|
+
"property.strokeJoin": "Kanten",
|
|
698
|
+
"property.strokeJoin.bevel.description": "Abgeschrägte Kanten benutzen",
|
|
699
|
+
"property.strokeJoin.miter.description": "Harte Kanten benutzen",
|
|
700
|
+
"property.strokeJoin.round.description": "Runde Kanten benutzen",
|
|
701
|
+
"property.strokePosition": "$t(common.position)",
|
|
702
|
+
"property.strokePosition.center.description": "Umriss zentriert zeichnen",
|
|
703
|
+
"property.strokePosition.inner.description": "Umriss innerhalb zeichnen",
|
|
704
|
+
"property.strokePosition.outer.description": "Umriss außerhalb zeichnen",
|
|
705
|
+
"property.strokePositionAndJoin": "$t(property.strokePosition) & $t(property.strokeJoin)",
|
|
706
|
+
"property.strokePositionAndJoin.description": "Umrissposition und -kanten ändern",
|
|
707
|
+
"property.strokeStyle": "Stil",
|
|
708
|
+
"property.strokeStyle.dashed": "Gestrichelt",
|
|
709
|
+
"property.strokeStyle.dashedRound": "Gestrichelt Rund",
|
|
710
|
+
"property.strokeStyle.description": "Umrissstil ändern",
|
|
711
|
+
"property.strokeStyle.dotted": "Gepunktet",
|
|
712
|
+
"property.strokeStyle.longDashed": "Lang Gestrichelt",
|
|
713
|
+
"property.strokeStyle.longDashedRound": "Lang Gestrichelt Rund",
|
|
714
|
+
"property.strokeStyle.solid": "Durchgängig",
|
|
715
|
+
"property.strokeWidth": "Breite",
|
|
653
716
|
"property.textAlignment.horizontal": "Horizontale Ausrichtung",
|
|
654
717
|
"property.textAlignment.horizontal.center": "Text mittig ausrichten",
|
|
655
718
|
"property.textAlignment.horizontal.left": "Text links ausrichten",
|
|
@@ -684,15 +747,5 @@
|
|
|
684
747
|
"variables.company_name.label": "Firma",
|
|
685
748
|
"variables.first_name.label": "Vorname",
|
|
686
749
|
"variables.last_name.label": "Nachname",
|
|
687
|
-
"warning.invalidType": "Invalider Typ: Dateityp nicht erlaubt"
|
|
688
|
-
"component.dockIconSizeSelect": "Dock Icon Skalierung",
|
|
689
|
-
"component.dockIconSizeSelect.large": "Groß",
|
|
690
|
-
"component.dockIconSizeSelect.large.description": "Große Dock Icon Skalierung auswählen",
|
|
691
|
-
"component.dockIconSizeSelect.normal": "Normal",
|
|
692
|
-
"component.dockIconSizeSelect.normal.description": "Normale Dock Icon Skalierung auswählen",
|
|
693
|
-
"component.dockLabelVisibilityToggle": "Dock Labels anzeigen",
|
|
694
|
-
"component.dockLabelVisibilityToggle.show": "Anzeigen",
|
|
695
|
-
"component.dockLabelVisibilityToggle.show.description": "Beschriftungen der Dock Buttons anzeigen",
|
|
696
|
-
"component.dockLabelVisibilityToggle.hide": "Ausblenden",
|
|
697
|
-
"component.dockLabelVisibilityToggle.hide.description": "Beschriftungen der Dock Buttons ausblenden"
|
|
750
|
+
"warning.invalidType": "Invalider Typ: Dateityp nicht erlaubt"
|
|
698
751
|
}
|
package/assets/i18n/en.json
CHANGED
|
@@ -23,6 +23,8 @@
|
|
|
23
23
|
"action.block.unlock.description": "Unlock element",
|
|
24
24
|
"action.editText": "$t(common.edit)",
|
|
25
25
|
"action.enterGroup": "Enter Group",
|
|
26
|
+
"action.gradient.addStop": "Add new stop at {{position}}%.",
|
|
27
|
+
"action.gradient.removeStop": "Delete Color",
|
|
26
28
|
"action.group": "Group elements",
|
|
27
29
|
"action.image.blur": "Apply blur",
|
|
28
30
|
"action.image.crop": "Crop image",
|
|
@@ -56,8 +58,6 @@
|
|
|
56
58
|
"action.text.autoHeight": "Enable automatic height",
|
|
57
59
|
"action.text.change": "Change text",
|
|
58
60
|
"action.text.fixedFrame": "Enable fixed frame",
|
|
59
|
-
"action.ungroup": "Ungroup element",
|
|
60
|
-
"block.ellipse": "Ellipse",
|
|
61
61
|
"assets.ly.img.cesdk.images.samples.sample.1.label": "Clear blue beach at an island from above",
|
|
62
62
|
"assets.ly.img.cesdk.images.samples.sample.1.tags": "blue;green;beach;island;water",
|
|
63
63
|
"assets.ly.img.cesdk.images.samples.sample.10.label": "Mountains",
|
|
@@ -221,6 +221,8 @@
|
|
|
221
221
|
"assets.ly.img.ubq.shapes.polygon.label": "Polygon",
|
|
222
222
|
"assets.ly.img.ubq.shapes.rect.label": "Rectangle",
|
|
223
223
|
"assets.ly.img.ubq.shapes.star.label": "Star",
|
|
224
|
+
"action.ungroup": "Ungroup element",
|
|
225
|
+
"block.ellipse": "Ellipse",
|
|
224
226
|
"block.group": "Group",
|
|
225
227
|
"block.image": "Image",
|
|
226
228
|
"block.line": "Line",
|
|
@@ -232,6 +234,7 @@
|
|
|
232
234
|
"block.sticker": "Sticker",
|
|
233
235
|
"block.text": "Text",
|
|
234
236
|
"block.vectorPath": "Path",
|
|
237
|
+
"block.video": "Video",
|
|
235
238
|
"color.aqua": "Aqua",
|
|
236
239
|
"color.blue": "Blue",
|
|
237
240
|
"color.green": "Green",
|
|
@@ -269,12 +272,16 @@
|
|
|
269
272
|
"common.mode.preview": "Preview",
|
|
270
273
|
"common.mode.template": "Template",
|
|
271
274
|
"common.more": "More",
|
|
275
|
+
"common.nearestColorName": "Nearest color name",
|
|
276
|
+
"common.off": "Off",
|
|
277
|
+
"common.on": "On",
|
|
272
278
|
"common.opacity": "Opacity",
|
|
273
279
|
"common.page": "Page",
|
|
274
280
|
"common.pixel": "Pixel",
|
|
275
281
|
"common.pixelScale": "Pixel Scale",
|
|
276
282
|
"common.placeholder": "Placeholder",
|
|
277
283
|
"common.position": "Position",
|
|
284
|
+
"common.properties": "Properties",
|
|
278
285
|
"common.property": "Property",
|
|
279
286
|
"common.redo": "Redo",
|
|
280
287
|
"common.reloadPage": "Reload Page",
|
|
@@ -320,15 +327,28 @@
|
|
|
320
327
|
"component.colorPicker.colorItem.hexInput": "Hex",
|
|
321
328
|
"component.colorPicker.colorItem.transparent": "Color item {{index}}, Color name: transparent",
|
|
322
329
|
"component.colorPicker.description": "Change color",
|
|
323
|
-
"component.colorPicker.hsl.description": "{{componentName}},
|
|
330
|
+
"component.colorPicker.hsl.description": "{{componentName}}, $t(common.nearestColorName): {{nearestColorName}}; $t(common.colorValue): hue: {{hue}}°, saturation: {{saturation}}%, lightness: {{lightness}}%",
|
|
324
331
|
"component.colorPicker.hueGradient": "Hue gradient selection",
|
|
325
332
|
"component.colorSchemeSelect.accent": "Accent color",
|
|
326
333
|
"component.colorSchemeSelect.active": "Active color",
|
|
327
334
|
"component.colorSchemeSelect.background": "Background color",
|
|
328
335
|
"component.dnd.description": "The added files are stored in the library",
|
|
329
336
|
"component.dnd.prompt": "Drag file here",
|
|
337
|
+
"component.dockIconSizeSelect": "Dock Icon Scaling",
|
|
338
|
+
"component.dockIconSizeSelect.large": "Large",
|
|
339
|
+
"component.dockIconSizeSelect.large.description": "Select large dock icon scaling",
|
|
340
|
+
"component.dockIconSizeSelect.normal": "Normal",
|
|
341
|
+
"component.dockIconSizeSelect.normal.description": "Select normal dock icon scaling",
|
|
342
|
+
"component.dockLabelVisibilityToggle": "Dock Label",
|
|
343
|
+
"component.dockLabelVisibilityToggle.hide": "Hide",
|
|
344
|
+
"component.dockLabelVisibilityToggle.hide.description": "Hide labels for dock buttons",
|
|
345
|
+
"component.dockLabelVisibilityToggle.show": "Show",
|
|
346
|
+
"component.dockLabelVisibilityToggle.show.description": "Show labels for dock buttons",
|
|
347
|
+
"component.fileOperation.archiveScene": "Export Archive",
|
|
330
348
|
"component.fileOperation.exportImage": "Export Images",
|
|
349
|
+
"component.fileOperation.exportPDF": "Export PDF",
|
|
331
350
|
"component.fileOperation.exportScene": "Export Design File",
|
|
351
|
+
"component.fileOperation.exportVideo": "Export Video",
|
|
332
352
|
"component.fileOperation.importScene": "Import Design File",
|
|
333
353
|
"component.fileOperation.more": "Show more options",
|
|
334
354
|
"component.fileOperation.save": "$t(common.save)",
|
|
@@ -364,6 +384,11 @@
|
|
|
364
384
|
"component.librarySettings.imageLibrary": "Image Library",
|
|
365
385
|
"component.librarySettings.templateLibrary": "$t(component.templateLibrary)",
|
|
366
386
|
"component.librarySettings.textLibrary": "Text Library",
|
|
387
|
+
"component.pageTitleVisibilityToggle": "Page Title",
|
|
388
|
+
"component.pageTitleVisibilityToggle.hide": "Hide",
|
|
389
|
+
"component.pageTitleVisibilityToggle.hide.description": "Hide page title",
|
|
390
|
+
"component.pageTitleVisibilityToggle.show": "Show",
|
|
391
|
+
"component.pageTitleVisibilityToggle.show.description": "Show page title",
|
|
367
392
|
"component.placeholder.create": "$t(common.placeholder)",
|
|
368
393
|
"component.placeholder.settings": "Change $t(common.placeholder) settings",
|
|
369
394
|
"component.placeholder.settingsMenu": "$t(common.placeholder) settings menu",
|
|
@@ -424,7 +449,9 @@
|
|
|
424
449
|
"input.bleedMargin.select": "Select bleed margins",
|
|
425
450
|
"input.blur": "Blur",
|
|
426
451
|
"input.character": "Character",
|
|
427
|
-
"input.
|
|
452
|
+
"input.clipContent": "Clip content",
|
|
453
|
+
"input.clipContent.off.description": "Turn clip content off",
|
|
454
|
+
"input.clipContent.on.description": "Turn clip content on",
|
|
428
455
|
"input.document": "$t(block.scene)",
|
|
429
456
|
"input.effect": "Effect",
|
|
430
457
|
"input.export": "Export",
|
|
@@ -432,6 +459,14 @@
|
|
|
432
459
|
"input.fontSelect": "Selected font: {{font}}",
|
|
433
460
|
"input.fontSelect.fallback": "Standard",
|
|
434
461
|
"input.fontSize.select": "Select font size",
|
|
462
|
+
"input.gradient.activateColorStop": "Press space to activate.",
|
|
463
|
+
"input.gradient.colorPosition": "Color Position",
|
|
464
|
+
"input.gradient.colorStop": "Color stop",
|
|
465
|
+
"input.gradient.colorStop.active": "Active color stop",
|
|
466
|
+
"input.gradient.colorStop.description": "{{stopType}} {{index}} of {{total}} at {{position}}%. $t(common.nearestColorName): {{colorName}}, $t(common.colorValue): {{colorValue}}.{{action}}",
|
|
467
|
+
"input.gradient.flip": "Reverse gradient color stop order.",
|
|
468
|
+
"input.gradient.gradientAngle": "Gradient Angle",
|
|
469
|
+
"input.gradient.rotate": "Rotate gradient 45 degrees clockwise.",
|
|
435
470
|
"input.hspSelectiveAdjustments": "Selective Adjustments",
|
|
436
471
|
"input.insertVariable": "Insert variable",
|
|
437
472
|
"input.keyShortcut": "To open '{{input}}', press '{{keyShortcut}}'",
|
|
@@ -470,9 +505,10 @@
|
|
|
470
505
|
"libraries.ly.img.text.label": "Text",
|
|
471
506
|
"libraries.ly.img.text.paragraph.label": "Paragraph",
|
|
472
507
|
"libraries.ly.img.text.title.label": "Title",
|
|
508
|
+
"libraries.ly.img.vectorpath.abstract.label": "Abstract",
|
|
473
509
|
"libraries.ly.img.vectorpath.label": "Shapes",
|
|
474
510
|
"libraries.ly.img.vectorpath.vectorpaths.label": "Basic",
|
|
475
|
-
"libraries.ly.img.
|
|
511
|
+
"libraries.ly.img.video.label": "Videos",
|
|
476
512
|
"libraries.unsplash.label": "Unsplash",
|
|
477
513
|
"meta.currentLanguage": "English",
|
|
478
514
|
"notification.redo": "$t(common.redo)",
|
|
@@ -638,9 +674,16 @@
|
|
|
638
674
|
"property.effect.waves.speed": "Sensitivity",
|
|
639
675
|
"property.effect.waves.strength": "Intensity",
|
|
640
676
|
"property.effect.waves.time": "Variation",
|
|
677
|
+
"property.fill": "Fill",
|
|
678
|
+
"property.fillType": "Fill Type",
|
|
679
|
+
"property.fillType.gradient": "Gradient",
|
|
680
|
+
"property.fillType.solid": "Solid",
|
|
641
681
|
"property.flip": "Flip",
|
|
642
682
|
"property.flip.x": "Flip horizontal",
|
|
643
683
|
"property.flip.y": "Flip vertical",
|
|
684
|
+
"property.gradientType.conical": "Conical Gradient",
|
|
685
|
+
"property.gradientType.linear": "Linear Gradient",
|
|
686
|
+
"property.gradientType.radial": "Radial Gradient",
|
|
644
687
|
"property.hspSelectiveAdjustments.hue": "Hue",
|
|
645
688
|
"property.hspSelectiveAdjustments.perceivedBrightness": "Brightness",
|
|
646
689
|
"property.hspSelectiveAdjustments.saturation": "Saturation",
|
|
@@ -726,6 +769,26 @@
|
|
|
726
769
|
"property.position": "{{axis}} $t(common.position)",
|
|
727
770
|
"property.position.description": "Position on the {{axis}}-axis in {{unit}}",
|
|
728
771
|
"property.sides": "Sides",
|
|
772
|
+
"property.strokeColor": "Stroke Color",
|
|
773
|
+
"property.strokeJoin": "Join",
|
|
774
|
+
"property.strokeJoin.bevel.description": "Use bevelled joins",
|
|
775
|
+
"property.strokeJoin.miter.description": "Use mitered joins",
|
|
776
|
+
"property.strokeJoin.round.description": "Use round joins",
|
|
777
|
+
"property.strokePosition": "$t(common.position)",
|
|
778
|
+
"property.strokePosition.center.description": "Draw stroke centered",
|
|
779
|
+
"property.strokePosition.inner.description": "Draw stroke inside",
|
|
780
|
+
"property.strokePosition.outer.description": "Draw stroke outside",
|
|
781
|
+
"property.strokePositionAndJoin": "$t(property.strokePosition) & $t(property.strokeJoin)",
|
|
782
|
+
"property.strokePositionAndJoin.description": "Change stroke position and join style",
|
|
783
|
+
"property.strokeStyle": "Style",
|
|
784
|
+
"property.strokeStyle.dashed": "Dashed",
|
|
785
|
+
"property.strokeStyle.dashedRound": "Dashed Round",
|
|
786
|
+
"property.strokeStyle.description": "Change the stroke style",
|
|
787
|
+
"property.strokeStyle.dotted": "Dotted",
|
|
788
|
+
"property.strokeStyle.longDashed": "Long Dashed",
|
|
789
|
+
"property.strokeStyle.longDashedRound": "Long Dashed Round",
|
|
790
|
+
"property.strokeStyle.solid": "Solid",
|
|
791
|
+
"property.strokeWidth": "Width",
|
|
729
792
|
"property.textAlignment.horizontal": "Horizontal Alignment",
|
|
730
793
|
"property.textAlignment.horizontal.center": "Align text to the center",
|
|
731
794
|
"property.textAlignment.horizontal.left": "Align text to the left",
|
|
@@ -760,15 +823,5 @@
|
|
|
760
823
|
"variables.company_name.label": "Company",
|
|
761
824
|
"variables.first_name.label": "First name",
|
|
762
825
|
"variables.last_name.label": "Last name",
|
|
763
|
-
"warning.invalidType": "Invalid Type: File type is not allowed"
|
|
764
|
-
"component.dockIconSizeSelect": "Dock Icon Scaling",
|
|
765
|
-
"component.dockIconSizeSelect.large": "Large",
|
|
766
|
-
"component.dockIconSizeSelect.large.description": "Select large dock icon scaling",
|
|
767
|
-
"component.dockIconSizeSelect.normal": "Normal",
|
|
768
|
-
"component.dockIconSizeSelect.normal.description": "Select normal dock icon scaling",
|
|
769
|
-
"component.dockLabelVisibilityToggle": "Show Labels in Dock",
|
|
770
|
-
"component.dockLabelVisibilityToggle.show": "Show",
|
|
771
|
-
"component.dockLabelVisibilityToggle.show.description": "Show labels for dock buttons",
|
|
772
|
-
"component.dockLabelVisibilityToggle.hide": "Hide",
|
|
773
|
-
"component.dockLabelVisibilityToggle.hide.description": "Hide labels for dock buttons"
|
|
826
|
+
"warning.invalidType": "Invalid Type: File type is not allowed"
|
|
774
827
|
}
|