@cesdk/cesdk-js 1.4.4 → 1.4.7
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.wasm +0 -0
- package/assets/i18n/de.json +1 -0
- package/assets/i18n/en.json +1 -0
- package/cesdk-engine.umd.js +1 -1
- package/cesdk.umd.js +1 -1
- package/package.json +1 -1
package/assets/core/cesdk.wasm
CHANGED
|
Binary file
|
package/assets/i18n/de.json
CHANGED
|
@@ -325,6 +325,7 @@
|
|
|
325
325
|
"component.colorSchemeSelect.background": "Hintergrundfarbe",
|
|
326
326
|
"component.dnd.description": "Die hochgeladenen Dateien werden in der Bibliothek gespeichert",
|
|
327
327
|
"component.dnd.prompt": "Dateien hier hinziehen",
|
|
328
|
+
"component.fileOperation.archiveScene": "Exportiere Archiv",
|
|
328
329
|
"component.fileOperation.exportImage": "Exportiere Bild",
|
|
329
330
|
"component.fileOperation.exportScene": "Exportiere Design Datei",
|
|
330
331
|
"component.fileOperation.importScene": "Importiere Design Datei",
|
package/assets/i18n/en.json
CHANGED
|
@@ -325,6 +325,7 @@
|
|
|
325
325
|
"component.colorSchemeSelect.background": "Background color",
|
|
326
326
|
"component.dnd.description": "The added files are stored in the library",
|
|
327
327
|
"component.dnd.prompt": "Drag file here",
|
|
328
|
+
"component.fileOperation.archiveScene": "Export Archive",
|
|
328
329
|
"component.fileOperation.exportImage": "Export Images",
|
|
329
330
|
"component.fileOperation.exportScene": "Export Design File",
|
|
330
331
|
"component.fileOperation.importScene": "Import Design File",
|