@cesdk/cesdk-js 1.32.0 → 1.33.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/assets/core/{cesdk-v1.32.0-T7NGU4JR.wasm → cesdk-v1.33.0-VWXJDVDA.wasm} +0 -0
- package/assets/core/{worker-host-v1.32.0-UK6LVAJ2.js → worker-host-v1.33.0-AFEJCJNW.js} +1 -1
- package/assets/i18n/de.json +6 -5
- package/assets/i18n/en.json +1 -0
- package/cesdk.umd.js +1 -1
- package/index.d.ts +121 -96
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.32.0-46BMFTP2.data → cesdk-v1.33.0-46BMFTP2.data} +0 -0
package/assets/i18n/de.json
CHANGED
|
@@ -118,15 +118,15 @@
|
|
|
118
118
|
"action.strokeStyle.change": "$t(property.strokeStyle.description)",
|
|
119
119
|
"action.text.autoHeight": "Automatische Höhe aktivieren",
|
|
120
120
|
"action.text.autoHeight.automatic": "Automatische Rahmenhöhe wurde aktiviert",
|
|
121
|
-
"action.text.autoHeight.notification": "
|
|
121
|
+
"action.text.autoHeight.notification": "Rahmenverhalten auf automatische Höhe eingestellt",
|
|
122
122
|
"action.text.autoSize": "Automatische Größe aktivieren",
|
|
123
|
-
"action.text.autoSize.automatic": "
|
|
124
|
-
"action.text.autoSize.notification": "
|
|
123
|
+
"action.text.autoSize.automatic": "Textrahmen auf automatische Größe eingestellt",
|
|
124
|
+
"action.text.autoSize.notification": "Rahmenverhalten auf automatische Größe eingestellt",
|
|
125
125
|
"action.text.change": "Text ändern",
|
|
126
126
|
"action.text.changeCase": "Groß- und Kleinschreibung ändern",
|
|
127
127
|
"action.text.fixedFrame": "Feste Größe aktivieren",
|
|
128
128
|
"action.text.fixedFrame.automatic": "Feste Rahmengröße wurde aktiviert",
|
|
129
|
-
"action.text.fixedFrame.notification": "
|
|
129
|
+
"action.text.fixedFrame.notification": "Rahmenverhalten auf feste Größe eingestellt",
|
|
130
130
|
"action.ungroup": "Gruppierung auflösen",
|
|
131
131
|
"action.unmute": "Unmute",
|
|
132
132
|
"action.video.replace": "Video ersetzt",
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
"input.shadow.label": "Schatten",
|
|
582
582
|
"input.shadow.valueLabel": "Schlagschatten",
|
|
583
583
|
"input.shape": "Form",
|
|
584
|
-
"input.shape.options": "Form
|
|
584
|
+
"input.shape.options": "Form anpassen",
|
|
585
585
|
"input.showInExport": "Im Export anzeigen",
|
|
586
586
|
"input.sliderInput.toggleNumberInput": "Direkte Werteingabe einblenden",
|
|
587
587
|
"input.stroke": "Kontur",
|
|
@@ -951,6 +951,7 @@
|
|
|
951
951
|
"property.points": "Spitzen",
|
|
952
952
|
"property.position": "{{axis}} $t(common.position)",
|
|
953
953
|
"property.position.description": "Position auf der {{axis}}-Achse in {{unit}}",
|
|
954
|
+
"property.cornerRadius": "Ecken abrunden",
|
|
954
955
|
"property.sides": "Seiten",
|
|
955
956
|
"property.strokeColor": "Kontur",
|
|
956
957
|
"property.strokeColor.description": "Konturfarbe ändern",
|
package/assets/i18n/en.json
CHANGED
|
@@ -1038,6 +1038,7 @@
|
|
|
1038
1038
|
"property.points": "Points",
|
|
1039
1039
|
"property.position": "{{axis}} $t(common.position)",
|
|
1040
1040
|
"property.position.description": "Position on the {{axis}}-axis in {{unit}}",
|
|
1041
|
+
"property.cornerRadius": "Round Corners",
|
|
1041
1042
|
"property.sides": "Sides",
|
|
1042
1043
|
"property.strokeColor": "Stroke",
|
|
1043
1044
|
"property.strokeColor.description": "Change stroke color",
|