@rocketshow/designer 1.62.0 → 1.64.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/i18n/de.json +5 -1
- package/assets/i18n/en.json +5 -1
- package/fesm2022/rocketshow-designer.mjs +169 -29
- package/fesm2022/rocketshow-designer.mjs.map +1 -1
- package/index.d.ts +55 -15
- package/package.json +1 -1
- package/rocketshow-designer-1.64.0.tgz +0 -0
- package/rocketshow-designer-1.62.0.tgz +0 -0
package/assets/i18n/de.json
CHANGED
|
@@ -143,6 +143,8 @@
|
|
|
143
143
|
"first-channel": "Kanal",
|
|
144
144
|
"channels": "Kanäle",
|
|
145
145
|
"universe": "Universum",
|
|
146
|
+
"add-universe": "Universum hinzufügen",
|
|
147
|
+
"universe-name": "Universumname",
|
|
146
148
|
"no-free-space": "Im aktuellen Universum ist kein Bereich mehr frei, um dieses Fixture hinzuzufügen.",
|
|
147
149
|
"no-free-space-title": "Kein freier Bereich",
|
|
148
150
|
"channel-occupied": "Die eingestellte Konfiguration hat überlappende Kanäle.",
|
|
@@ -156,7 +158,9 @@
|
|
|
156
158
|
"create-fixture-from-profile-file": "Von Profil-Datei erstellen",
|
|
157
159
|
"create-from-local-profile": "Von Profil-Datei erstellen",
|
|
158
160
|
"create-fixture-from-profile-file-dialog-title": "OFL Profil-Datei auswählen",
|
|
159
|
-
"invalid-fixture-profile-file": "Das ist keine gültige OFL Profil-Datei. Bitte wähle eine gültige OFL Profil-Datei."
|
|
161
|
+
"invalid-fixture-profile-file": "Das ist keine gültige OFL Profil-Datei. Bitte wähle eine gültige OFL Profil-Datei.",
|
|
162
|
+
"edit-universes": "Universen bearbeiten",
|
|
163
|
+
"edit-universes-title": "Universen bearbeiten"
|
|
160
164
|
},
|
|
161
165
|
"effect": {
|
|
162
166
|
"add-new": "Neuen Effekt hinzufügen",
|
package/assets/i18n/en.json
CHANGED
|
@@ -143,6 +143,8 @@
|
|
|
143
143
|
"first-channel": "Channel",
|
|
144
144
|
"channels": "channels",
|
|
145
145
|
"universe": "Universe",
|
|
146
|
+
"add-universe": "Add universe",
|
|
147
|
+
"universe-name": "Universe name",
|
|
146
148
|
"no-free-space": "There is no space left anymore in the current universe to add this fixture.",
|
|
147
149
|
"no-free-space-title": "No space left",
|
|
148
150
|
"channel-occupied": "The current configuration contains overlapping channels.",
|
|
@@ -155,7 +157,9 @@
|
|
|
155
157
|
"profiles-update-error-title": "Update error",
|
|
156
158
|
"create-fixture-from-profile-file": "Create from profile file",
|
|
157
159
|
"create-fixture-from-profile-file-dialog-title": "Select an OFL profile file",
|
|
158
|
-
"invalid-fixture-profile-file": "This is not a valid OFL fixture profile file. Please select a valid profile file."
|
|
160
|
+
"invalid-fixture-profile-file": "This is not a valid OFL fixture profile file. Please select a valid profile file.",
|
|
161
|
+
"edit-universes": "Edit universes",
|
|
162
|
+
"edit-universes-title": "Edit universes"
|
|
159
163
|
},
|
|
160
164
|
"effect": {
|
|
161
165
|
"add-new": "Add new Effect",
|