@rocketshow/designer 1.68.0 → 1.69.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 +110 -5
- package/assets/i18n/en.json +110 -5
- package/assets/i18n/es.json +110 -5
- package/assets/i18n/fr.json +110 -5
- package/assets/i18n/it.json +110 -5
- package/assets/i18n/pt.json +110 -5
- package/assets/i18n/zh.json +110 -5
- package/fesm2022/rocketshow-designer.mjs +6456 -1602
- package/fesm2022/rocketshow-designer.mjs.map +1 -1
- package/index.d.ts +1049 -168
- package/package.json +1 -1
- package/rocketshow-designer-1.69.0.tgz +0 -0
- package/rocketshow-designer-1.68.0.tgz +0 -0
package/assets/i18n/de.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"misc": {
|
|
4
4
|
"save": "Speichern",
|
|
5
5
|
"cancel": "Abbrechen",
|
|
6
|
+
"edit": "Bearbeiten",
|
|
6
7
|
"finish": "Abschliessen",
|
|
7
8
|
"nav-next": "Weiter",
|
|
8
9
|
"nav-back": "Zurück",
|
|
@@ -18,9 +19,21 @@
|
|
|
18
19
|
"warning-proceed-unsaved": "Nicht gespeicherte Änderungen gehen verloren. Möchtest du wirklich fortfahren?",
|
|
19
20
|
"language": "Sprache",
|
|
20
21
|
"ms": "ms",
|
|
22
|
+
"percent": "%",
|
|
23
|
+
"beats": "Schläge",
|
|
24
|
+
"transition-curve": "Kurve",
|
|
25
|
+
"transition-curve-linear": "Linear",
|
|
26
|
+
"transition-curve-ease-in": "Sanft starten",
|
|
27
|
+
"transition-curve-ease-out": "Sanft enden",
|
|
28
|
+
"transition-curve-ease-in-out": "Sanft starten und enden",
|
|
29
|
+
"transition-curve-snap": "Springen",
|
|
21
30
|
"dropzone-message": "Ziehe eine Datei hier hinein oder klicke, um hochzuladen",
|
|
22
31
|
"toast-upload-error-title": "Fehler beim Hochladen",
|
|
23
|
-
"toast-upload-error": "Die Datei konnte aus dem folgenden Grund nicht hochgeladen werden: "
|
|
32
|
+
"toast-upload-error": "Die Datei konnte aus dem folgenden Grund nicht hochgeladen werden: ",
|
|
33
|
+
"color": "Farbe",
|
|
34
|
+
"icon": "Symbol",
|
|
35
|
+
"icon-default": "Standardsymbol",
|
|
36
|
+
"copy-name": "{{name}} Kopie"
|
|
24
37
|
},
|
|
25
38
|
"loading": {
|
|
26
39
|
"title": "Laden...",
|
|
@@ -28,6 +41,9 @@
|
|
|
28
41
|
},
|
|
29
42
|
"navigation": {
|
|
30
43
|
"project": "Projekt",
|
|
44
|
+
"edit": "Bearbeiten",
|
|
45
|
+
"undo": "Rückgängig",
|
|
46
|
+
"redo": "Wiederherstellen",
|
|
31
47
|
"settings": "Einstellungen",
|
|
32
48
|
"help": "Hilfe",
|
|
33
49
|
"fixture-pool": "Fixture pool",
|
|
@@ -56,6 +72,7 @@
|
|
|
56
72
|
"already-have-account": "Du hast bereits ein Konto?",
|
|
57
73
|
"no-account-yet": "Du hast noch kein Konto?",
|
|
58
74
|
"login-required": "Bitte logge dich ein, um fortzufahren.",
|
|
75
|
+
"newsletter": "Schick mir Neuigkeiten per E-Mail",
|
|
59
76
|
"error": {
|
|
60
77
|
"internal": "Ein interner Fehler ist aufgetreten. Bitte versuche es später erneut oder wende dich unter Menü Hilfe an den Support.",
|
|
61
78
|
"fill-all-fields": "Bitte fülle alle Felder aus.",
|
|
@@ -86,25 +103,75 @@
|
|
|
86
103
|
},
|
|
87
104
|
"scene": {
|
|
88
105
|
"title": "Szenen",
|
|
106
|
+
"collapse-all": "Alle Szenen zuklappen",
|
|
107
|
+
"expand-all": "Alle Szenen aufklappen",
|
|
108
|
+
"add": "Szene hinzufügen",
|
|
109
|
+
"duplicate": "Szene duplizieren",
|
|
110
|
+
"add-folder": "Ordner hinzufügen",
|
|
111
|
+
"remove": "Szene löschen",
|
|
112
|
+
"remove-folder": "Ordner löschen",
|
|
113
|
+
"new-folder": "Neuer Ordner",
|
|
114
|
+
"remove-preset": "Preset aus Szene entfernen",
|
|
115
|
+
"duplicate-preset": "Preset duplizieren",
|
|
116
|
+
"settings-dimmer": "Dimmer",
|
|
89
117
|
"settings-fade-in": "Fade In",
|
|
90
118
|
"settings-fade-out": "Fade Out",
|
|
91
119
|
"settings-fade-in-pre": "Davor",
|
|
92
120
|
"settings-fade-out-post": "Danach",
|
|
93
|
-
"
|
|
94
|
-
"
|
|
121
|
+
"live-mode": "Live Modus",
|
|
122
|
+
"settings-color-auto": "Von den Presets übernehmen"
|
|
123
|
+
},
|
|
124
|
+
"preview": {
|
|
125
|
+
"scene": "Szene",
|
|
126
|
+
"solo": "Solo",
|
|
127
|
+
"editing": "bearbeitet",
|
|
128
|
+
"hide": "Vorschau ausblenden, um Leistung zu sparen",
|
|
129
|
+
"show": "Vorschau einblenden",
|
|
130
|
+
"hidden": "Vorschau ausgeblendet",
|
|
131
|
+
"hidden-hint": "Die Bühne wird nicht gerendert, solange die Vorschau ausgeblendet ist."
|
|
95
132
|
},
|
|
96
133
|
"preset": {
|
|
97
134
|
"title": "Presets",
|
|
135
|
+
"collapse-all": "Alle Ordner zuklappen",
|
|
136
|
+
"expand-all": "Alle Ordner aufklappen",
|
|
137
|
+
"solo": "Solo",
|
|
138
|
+
"add": "Preset hinzufügen",
|
|
139
|
+
"duplicate": "Preset duplizieren",
|
|
140
|
+
"add-folder": "Ordner hinzufügen",
|
|
141
|
+
"remove-folder": "Ordner löschen",
|
|
142
|
+
"new-folder": "Neuer Ordner",
|
|
143
|
+
"remove": "Preset löschen",
|
|
98
144
|
"settings-name": "Name",
|
|
99
145
|
"settings-start": "Start",
|
|
100
146
|
"settings-end": "Ende",
|
|
101
147
|
"settings-fade-in": "Fade In",
|
|
102
148
|
"settings-fade-out": "Fade Out",
|
|
103
149
|
"settings-fade-in-pre": "Davor",
|
|
104
|
-
"settings-fade-out-post": "Danach"
|
|
150
|
+
"settings-fade-out-post": "Danach",
|
|
151
|
+
"settings-color-auto": "Von der Gerätefarbe übernehmen",
|
|
152
|
+
"steps": "Schritte",
|
|
153
|
+
"step": "Schritt",
|
|
154
|
+
"step-add": "Schritt hinzufügen",
|
|
155
|
+
"step-remove": "Schritt löschen",
|
|
156
|
+
"step-settings": "Schritt-Einstellungen",
|
|
157
|
+
"step-start": "Beginnt bei",
|
|
158
|
+
"step-transition": "Übergang",
|
|
159
|
+
"steps-run": "Schritte abspielen",
|
|
160
|
+
"steps-settings": "Sequenz-Einstellungen",
|
|
161
|
+
"steps-loop": "Schritte wiederholen",
|
|
162
|
+
"steps-loop-length": "Schleifenlänge",
|
|
163
|
+
"steps-chase": "Chase"
|
|
105
164
|
},
|
|
106
165
|
"fixture": {
|
|
107
166
|
"no-fixtures": "Füge neue Fixtures zum Projekt hinzu",
|
|
167
|
+
"custom-order": "Eigene Reihenfolge für das Preset",
|
|
168
|
+
"select-none": "Nichts auswählen",
|
|
169
|
+
"select-all": "Alle auswählen",
|
|
170
|
+
"collapse-all": "Alle Ordner zuklappen",
|
|
171
|
+
"expand-all": "Alle Ordner aufklappen",
|
|
172
|
+
"add-folder": "Ordner hinzufügen",
|
|
173
|
+
"remove-folder": "Ordner löschen",
|
|
174
|
+
"new-folder": "Neuer Ordner",
|
|
108
175
|
"no-fixtures-selected": "Wähle für dieses Preset mindestens eine Fixture aus",
|
|
109
176
|
"no-capabilities-available": "Für die ausgewählten Fixtures sind keine Fähigkeiten verfügbar. Bitte benutze den Channels-Tab.",
|
|
110
177
|
"no-fixtures-settings-selected": "Wähle mindestens ein Fixture aus",
|
|
@@ -113,6 +180,7 @@
|
|
|
113
180
|
"capability-color": "Farbe",
|
|
114
181
|
"capability-color-wheel": "Farbrad",
|
|
115
182
|
"capability-pan-tilt": "Pan/Tilt",
|
|
183
|
+
"capability-pan-tilt-mirror": "Spiegeln",
|
|
116
184
|
"profiles": "Profiles",
|
|
117
185
|
"setting-position-title": "Fixture Position",
|
|
118
186
|
"setting-position": "Position",
|
|
@@ -130,12 +198,16 @@
|
|
|
130
198
|
"setting-stage-ceiling-height": "Deckenhöhe",
|
|
131
199
|
"setting-stage-pillar-width": "Trägerdicke",
|
|
132
200
|
"capability-sound-controlled": "Sound controlled",
|
|
133
|
-
"capability-random-timing": "Zufallsgesteuert"
|
|
201
|
+
"capability-random-timing": "Zufallsgesteuert",
|
|
202
|
+
"channel-effect-driven": "Ein Effekt steuert diesen Kanal und überschreibt den hier angezeigten Wert"
|
|
134
203
|
},
|
|
135
204
|
"fixture-pool": {
|
|
136
205
|
"title": "Fixture Pool",
|
|
206
|
+
"fixtures": "Fixtures",
|
|
207
|
+
"remove-fixture": "Fixture entfernen",
|
|
137
208
|
"create-profile": "Profil erstellen",
|
|
138
209
|
"search-profiles": "Profile suchen",
|
|
210
|
+
"more-profiles": "{{count}} weitere Profile passen. Verfeinere die Suche, um sie zu sehen.",
|
|
139
211
|
"settings": "Einstellungen",
|
|
140
212
|
"dmx": "DMX Übersicht",
|
|
141
213
|
"fixture-name": "Fixture Name",
|
|
@@ -164,14 +236,32 @@
|
|
|
164
236
|
},
|
|
165
237
|
"effect": {
|
|
166
238
|
"add-new": "Neuen Effekt hinzufügen",
|
|
239
|
+
"duplicate": "Effekt duplizieren",
|
|
167
240
|
"type-curve": "Kurve",
|
|
168
241
|
"type-pan-tilt": "Pan-Tilt",
|
|
169
242
|
"curve": "Kurve",
|
|
170
243
|
"curve-length": "Periode",
|
|
244
|
+
"curve-length-beats-hint": "In Schlägen folgt die Periode dem Tempo der Komposition, damit die Kurve mit der Musik synchron bleibt.",
|
|
171
245
|
"curve-amplitude": "Amplitude",
|
|
172
246
|
"curve-position": "Position",
|
|
173
247
|
"curve-phase": "Phase",
|
|
174
248
|
"curve-chase": "Chase",
|
|
249
|
+
"curve-chase-spread": "Verteilen",
|
|
250
|
+
"curve-chase-group": "Chase-Gruppen",
|
|
251
|
+
"curve-advanced": "Erweiterte Kurveneinstellungen",
|
|
252
|
+
"curve-run": "Laufzeit",
|
|
253
|
+
"curve-run-infinite": "Endlos",
|
|
254
|
+
"curve-run-cycles": "Zyklen",
|
|
255
|
+
"curve-run-duration": "Dauer",
|
|
256
|
+
"curve-run-cycles-unit": "x",
|
|
257
|
+
"curve-run-hint": "Ein Chase startet jedes Gerät für sich, damit alle die Kurve vollständig durchlaufen.",
|
|
258
|
+
"curve-end": "Danach",
|
|
259
|
+
"curve-end-hold": "Letzten Wert halten",
|
|
260
|
+
"curve-end-base": "Zurück zum Grundwert",
|
|
261
|
+
"curve-duty": "Breite",
|
|
262
|
+
"curve-duty-hint": "Der Teil der Periode, in dem die Kurve an ist. Im Chase ist es der Anteil der Geräte, die gleichzeitig an sind: 10 % lässt eines von zehn leuchten.",
|
|
263
|
+
"curve-duty-unsupported": "Die Breite wirkt sich auf diese Kurve nicht aus. Ein Sägezahn steigt oder fällt bereits über die ganze Periode; mit einem Dreieck lässt sich einstellen, wie viel davon ansteigt.",
|
|
264
|
+
"curve-chase-group-hint": "Wie viele Geräte sich einen Chase-Schritt teilen. 1 chased jedes Gerät für sich, 2 bewegt sie paarweise.",
|
|
175
265
|
"delete-warning": "Möchtest du diesen Effekt wirklich löschen?",
|
|
176
266
|
"curve-sine": "Sinus",
|
|
177
267
|
"curve-square": "Rechteck",
|
|
@@ -227,6 +317,21 @@
|
|
|
227
317
|
"title-finish": "Gut gemacht!",
|
|
228
318
|
"step-finish": "Höchste Zeit, dass du es selbst ausprobierst! Teile deine Shows mit deinen Freunden und schaue, was sie darüber denken. 👫"
|
|
229
319
|
},
|
|
320
|
+
"hardware-promo": {
|
|
321
|
+
"preview-badge": "Simulation",
|
|
322
|
+
"preview-badge-cta": "Auf echte Lampen ausgeben",
|
|
323
|
+
"universes-hint": "Diese Universen sind noch mit nichts verbunden. Mit echter Hardware gibt Rocket Show sie als echtes DMX aus.",
|
|
324
|
+
"dmx-hint": "Diese Belegung steuert noch keine Lampen. Mit echter Hardware macht Rocket Show echtes DMX daraus.",
|
|
325
|
+
"composition-hint": "Auf Rocket Show mit echter Hardware spielt diese Komposition deine Musik und deine Lichtshow zusammen ab, ganz automatisch.",
|
|
326
|
+
"share-hint": "Möchtest du das auf echten Lampen sehen? Mit echter Hardware spielt Rocket Show deine Shows über DMX ab.",
|
|
327
|
+
"export-title": "Deine Show ist bereit",
|
|
328
|
+
"export-text": "Du hast gerade eine komplette Lichtshow exportiert. Mit echter Hardware spielt Rocket Show sie auf deinen Lampen ab, synchron zu deiner Musik.",
|
|
329
|
+
"intro-finish": "Und wenn du es auf echten Lampen sehen willst: Mit echter Hardware spielt Rocket Show deine Shows über DMX ab.",
|
|
330
|
+
"bar-title": "Bereit, deine Show Wirklichkeit werden zu lassen?",
|
|
331
|
+
"bar-text": "Alles, was du hier gestaltest, läuft auf Rocket Show mit echter Hardware – echtes DMX, synchron zu deiner Musik.",
|
|
332
|
+
"cta": "Hardware entdecken",
|
|
333
|
+
"dismiss": "Jetzt nicht"
|
|
334
|
+
},
|
|
230
335
|
"fixtureCapabilityType": {
|
|
231
336
|
"NoFunction": "Keine Funktion",
|
|
232
337
|
"ShutterStrobe": "Shutter/Strobe",
|
package/assets/i18n/en.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"misc": {
|
|
4
4
|
"save": "Save",
|
|
5
5
|
"cancel": "Cancel",
|
|
6
|
+
"edit": "Edit",
|
|
6
7
|
"finish": "Finish",
|
|
7
8
|
"nav-next": "Next",
|
|
8
9
|
"nav-back": "Back",
|
|
@@ -18,9 +19,21 @@
|
|
|
18
19
|
"warning-proceed-unsaved": "Unsaved changes will be lost. Do you really want to proceed?",
|
|
19
20
|
"language": "Language",
|
|
20
21
|
"ms": "ms",
|
|
22
|
+
"percent": "%",
|
|
23
|
+
"beats": "beats",
|
|
24
|
+
"transition-curve": "Curve",
|
|
25
|
+
"transition-curve-linear": "Linear",
|
|
26
|
+
"transition-curve-ease-in": "Ease in",
|
|
27
|
+
"transition-curve-ease-out": "Ease out",
|
|
28
|
+
"transition-curve-ease-in-out": "Ease in-out",
|
|
29
|
+
"transition-curve-snap": "Snap",
|
|
21
30
|
"dropzone-message": "Drop a file here or click to upload",
|
|
22
31
|
"toast-upload-error-title": "Upload error",
|
|
23
|
-
"toast-upload-error": "The file could not be uploaded because of the following error: "
|
|
32
|
+
"toast-upload-error": "The file could not be uploaded because of the following error: ",
|
|
33
|
+
"color": "Color",
|
|
34
|
+
"icon": "Icon",
|
|
35
|
+
"icon-default": "Default icon",
|
|
36
|
+
"copy-name": "{{name}} copy"
|
|
24
37
|
},
|
|
25
38
|
"loading": {
|
|
26
39
|
"title": "Loading...",
|
|
@@ -28,6 +41,9 @@
|
|
|
28
41
|
},
|
|
29
42
|
"navigation": {
|
|
30
43
|
"project": "Project",
|
|
44
|
+
"edit": "Edit",
|
|
45
|
+
"undo": "Undo",
|
|
46
|
+
"redo": "Redo",
|
|
31
47
|
"settings": "Settings",
|
|
32
48
|
"help": "Help",
|
|
33
49
|
"fixture-pool": "Fixture pool",
|
|
@@ -56,6 +72,7 @@
|
|
|
56
72
|
"already-have-account": "You already have an account?",
|
|
57
73
|
"no-account-yet": "You don't have an account yet?",
|
|
58
74
|
"login-required": "Please sign in to proceed.",
|
|
75
|
+
"newsletter": "Email me what's new",
|
|
59
76
|
"error": {
|
|
60
77
|
"internal": "An internal error occured. Please try again or reach out to our support under the menu help.",
|
|
61
78
|
"fill-all-fields": "Please fill in all fields.",
|
|
@@ -86,25 +103,75 @@
|
|
|
86
103
|
},
|
|
87
104
|
"scene": {
|
|
88
105
|
"title": "Scenes",
|
|
106
|
+
"collapse-all": "Collapse all scenes",
|
|
107
|
+
"expand-all": "Expand all scenes",
|
|
108
|
+
"add": "Add scene",
|
|
109
|
+
"duplicate": "Duplicate scene",
|
|
110
|
+
"add-folder": "Add folder",
|
|
111
|
+
"remove": "Delete scene",
|
|
112
|
+
"remove-folder": "Delete folder",
|
|
113
|
+
"new-folder": "New Folder",
|
|
114
|
+
"remove-preset": "Remove preset from scene",
|
|
115
|
+
"duplicate-preset": "Duplicate preset",
|
|
116
|
+
"settings-dimmer": "Dimmer",
|
|
89
117
|
"settings-fade-in": "Fade In",
|
|
90
118
|
"settings-fade-out": "Fade Out",
|
|
91
119
|
"settings-fade-in-pre": "Before",
|
|
92
120
|
"settings-fade-out-post": "After",
|
|
93
|
-
"
|
|
94
|
-
"
|
|
121
|
+
"live-mode": "Live mode",
|
|
122
|
+
"settings-color-auto": "Take it from the presets"
|
|
123
|
+
},
|
|
124
|
+
"preview": {
|
|
125
|
+
"scene": "Scene",
|
|
126
|
+
"solo": "Solo",
|
|
127
|
+
"editing": "editing",
|
|
128
|
+
"hide": "Hide the preview to save performance",
|
|
129
|
+
"show": "Show the preview",
|
|
130
|
+
"hidden": "Preview hidden",
|
|
131
|
+
"hidden-hint": "The stage is not rendered while the preview is hidden."
|
|
95
132
|
},
|
|
96
133
|
"preset": {
|
|
97
134
|
"title": "Presets",
|
|
135
|
+
"collapse-all": "Collapse all folders",
|
|
136
|
+
"expand-all": "Expand all folders",
|
|
137
|
+
"solo": "Solo",
|
|
138
|
+
"add": "Add preset",
|
|
139
|
+
"duplicate": "Duplicate preset",
|
|
140
|
+
"add-folder": "Add folder",
|
|
141
|
+
"remove-folder": "Delete folder",
|
|
142
|
+
"new-folder": "New Folder",
|
|
143
|
+
"remove": "Delete preset",
|
|
98
144
|
"settings-name": "Name",
|
|
99
145
|
"settings-start": "Start",
|
|
100
146
|
"settings-end": "End",
|
|
101
147
|
"settings-fade-in": "Fade in",
|
|
102
148
|
"settings-fade-out": "Fade out",
|
|
103
149
|
"settings-fade-in-pre": "Before",
|
|
104
|
-
"settings-fade-out-post": "After"
|
|
150
|
+
"settings-fade-out-post": "After",
|
|
151
|
+
"settings-color-auto": "Take it from the fixture color",
|
|
152
|
+
"steps": "Steps",
|
|
153
|
+
"step": "Step",
|
|
154
|
+
"step-add": "Add step",
|
|
155
|
+
"step-remove": "Delete step",
|
|
156
|
+
"step-settings": "Step settings",
|
|
157
|
+
"step-start": "Starts at",
|
|
158
|
+
"step-transition": "Transition",
|
|
159
|
+
"steps-run": "Run the steps",
|
|
160
|
+
"steps-settings": "Sequence settings",
|
|
161
|
+
"steps-loop": "Loop the steps",
|
|
162
|
+
"steps-loop-length": "Loop length",
|
|
163
|
+
"steps-chase": "Chase"
|
|
105
164
|
},
|
|
106
165
|
"fixture": {
|
|
107
166
|
"no-fixtures": "Add new fixtures to the project",
|
|
167
|
+
"custom-order": "Custom order for the preset",
|
|
168
|
+
"select-none": "Select none",
|
|
169
|
+
"select-all": "Select all",
|
|
170
|
+
"collapse-all": "Collapse all folders",
|
|
171
|
+
"expand-all": "Expand all folders",
|
|
172
|
+
"add-folder": "Add folder",
|
|
173
|
+
"remove-folder": "Delete folder",
|
|
174
|
+
"new-folder": "New Folder",
|
|
108
175
|
"no-fixtures-selected": "Select at least one fixture for this preset",
|
|
109
176
|
"no-capabilities-available": "There are no capabilities available for the selected fixtures. Please use the channels-tab.",
|
|
110
177
|
"no-fixtures-settings-selected": "Select at least one fixture",
|
|
@@ -113,6 +180,7 @@
|
|
|
113
180
|
"capability-color": "Color",
|
|
114
181
|
"capability-color-wheel": "Color wheel",
|
|
115
182
|
"capability-pan-tilt": "Pan/Tilt",
|
|
183
|
+
"capability-pan-tilt-mirror": "Mirror",
|
|
116
184
|
"profiles": "Profiles",
|
|
117
185
|
"setting-position-title": "Fixture position",
|
|
118
186
|
"setting-position": "Position",
|
|
@@ -130,12 +198,16 @@
|
|
|
130
198
|
"setting-stage-ceiling-height": "Ceiling height",
|
|
131
199
|
"setting-stage-pillar-width": "Pillar width",
|
|
132
200
|
"capability-sound-controlled": "Sound controlled",
|
|
133
|
-
"capability-random-timing": "Random timing"
|
|
201
|
+
"capability-random-timing": "Random timing",
|
|
202
|
+
"channel-effect-driven": "An effect drives this channel and overrides the value shown here"
|
|
134
203
|
},
|
|
135
204
|
"fixture-pool": {
|
|
136
205
|
"title": "Fixture pool",
|
|
206
|
+
"fixtures": "Fixtures",
|
|
207
|
+
"remove-fixture": "Remove fixture",
|
|
137
208
|
"create-profile": "Create profile",
|
|
138
209
|
"search-profiles": "Search profiles",
|
|
210
|
+
"more-profiles": "{{count}} more profiles match. Refine your search to see them.",
|
|
139
211
|
"settings": "Settings",
|
|
140
212
|
"dmx": "DMX overview",
|
|
141
213
|
"fixture-name": "Fixture name",
|
|
@@ -163,14 +235,32 @@
|
|
|
163
235
|
},
|
|
164
236
|
"effect": {
|
|
165
237
|
"add-new": "Add new Effect",
|
|
238
|
+
"duplicate": "Duplicate effect",
|
|
166
239
|
"type-curve": "Curve",
|
|
167
240
|
"type-pan-tilt": "Pan-Tilt",
|
|
168
241
|
"curve": "Curve",
|
|
169
242
|
"curve-length": "Period",
|
|
243
|
+
"curve-length-beats-hint": "In beats, the period follows the tempo of the composition, so the curve stays in sync with the music.",
|
|
170
244
|
"curve-amplitude": "Amplitude",
|
|
171
245
|
"curve-position": "Position",
|
|
172
246
|
"curve-phase": "Phase",
|
|
173
247
|
"curve-chase": "Chase",
|
|
248
|
+
"curve-chase-spread": "Spread",
|
|
249
|
+
"curve-chase-group": "Chase groups",
|
|
250
|
+
"curve-advanced": "Advanced curve settings",
|
|
251
|
+
"curve-run": "Run",
|
|
252
|
+
"curve-run-infinite": "Forever",
|
|
253
|
+
"curve-run-cycles": "Cycles",
|
|
254
|
+
"curve-run-duration": "Duration",
|
|
255
|
+
"curve-run-cycles-unit": "x",
|
|
256
|
+
"curve-run-hint": "A chase starts every fixture on its own, so all of them run the curve completely.",
|
|
257
|
+
"curve-end": "When finished",
|
|
258
|
+
"curve-end-hold": "Hold the last value",
|
|
259
|
+
"curve-end-base": "Return to the base value",
|
|
260
|
+
"curve-duty": "Width",
|
|
261
|
+
"curve-duty-hint": "The part of the period the curve is on. In a chase, it is the part of the fixtures that are on at the same time: 10 % lights one fixture out of ten.",
|
|
262
|
+
"curve-duty-unsupported": "The width does not apply to this curve. A sawtooth already rises or falls over the whole period; use a triangle to set how much of it goes up.",
|
|
263
|
+
"curve-chase-group-hint": "How many fixtures share the same chase step. 1 chases every fixture on its own, 2 moves them in pairs.",
|
|
174
264
|
"delete-warning": "Do you really want to delete this effect?",
|
|
175
265
|
"curve-sine": "Sine",
|
|
176
266
|
"curve-square": "Square",
|
|
@@ -226,6 +316,21 @@
|
|
|
226
316
|
"title-finish": "Well done!",
|
|
227
317
|
"step-finish": "About time you're gonna try it out by yourself! Share your shows with your friends and see, what they think about it. 👫"
|
|
228
318
|
},
|
|
319
|
+
"hardware-promo": {
|
|
320
|
+
"preview-badge": "Simulation",
|
|
321
|
+
"preview-badge-cta": "Output to real lights",
|
|
322
|
+
"universes-hint": "These universes aren't connected to anything yet. With real hardware, Rocket Show sends them out as real DMX.",
|
|
323
|
+
"dmx-hint": "This patch isn't controlling any lights yet. With real hardware, Rocket Show turns it into real DMX output.",
|
|
324
|
+
"composition-hint": "On Rocket Show with real hardware, this composition plays your audio and your lighting show together, fully automatically.",
|
|
325
|
+
"share-hint": "Want to see this on real fixtures? With real hardware, Rocket Show plays your shows over DMX.",
|
|
326
|
+
"export-title": "Your show is ready",
|
|
327
|
+
"export-text": "You just exported a complete lighting show. With real hardware, Rocket Show plays it back on your fixtures, in sync with your music.",
|
|
328
|
+
"intro-finish": "And when you want to see it on real fixtures: with real hardware, Rocket Show plays your shows over DMX.",
|
|
329
|
+
"bar-title": "Ready to bring your show to reality?",
|
|
330
|
+
"bar-text": "Everything you design here runs on Rocket Show with real hardware – real DMX output, in sync with your music.",
|
|
331
|
+
"cta": "Discover the hardware",
|
|
332
|
+
"dismiss": "Not now"
|
|
333
|
+
},
|
|
229
334
|
"fixtureCapabilityType": {
|
|
230
335
|
"NoFunction": "No function",
|
|
231
336
|
"ShutterStrobe": "Shutter/Strobe",
|
package/assets/i18n/es.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"misc": {
|
|
4
4
|
"save": "Guardar",
|
|
5
5
|
"cancel": "Cancelar",
|
|
6
|
+
"edit": "Editar",
|
|
6
7
|
"finish": "Finalizar",
|
|
7
8
|
"nav-next": "Siguiente",
|
|
8
9
|
"nav-back": "Atrás",
|
|
@@ -18,9 +19,21 @@
|
|
|
18
19
|
"warning-proceed-unsaved": "Los cambios no guardados se perderán. ¿Realmente deseas continuar?",
|
|
19
20
|
"language": "Idioma",
|
|
20
21
|
"ms": "ms",
|
|
22
|
+
"percent": "%",
|
|
23
|
+
"beats": "tiempos",
|
|
24
|
+
"transition-curve": "Curva",
|
|
25
|
+
"transition-curve-linear": "Lineal",
|
|
26
|
+
"transition-curve-ease-in": "Entrada suave",
|
|
27
|
+
"transition-curve-ease-out": "Salida suave",
|
|
28
|
+
"transition-curve-ease-in-out": "Entrada y salida suaves",
|
|
29
|
+
"transition-curve-snap": "Salto",
|
|
21
30
|
"dropzone-message": "Arrastra un archivo aquí o haz clic para subir",
|
|
22
31
|
"toast-upload-error-title": "Error de carga",
|
|
23
|
-
"toast-upload-error": "El archivo no pudo cargarse debido al siguiente error: "
|
|
32
|
+
"toast-upload-error": "El archivo no pudo cargarse debido al siguiente error: ",
|
|
33
|
+
"color": "Color",
|
|
34
|
+
"icon": "Icono",
|
|
35
|
+
"icon-default": "Icono predeterminado",
|
|
36
|
+
"copy-name": "{{name}} copia"
|
|
24
37
|
},
|
|
25
38
|
"loading": {
|
|
26
39
|
"title": "Cargando...",
|
|
@@ -28,6 +41,9 @@
|
|
|
28
41
|
},
|
|
29
42
|
"navigation": {
|
|
30
43
|
"project": "Proyecto",
|
|
44
|
+
"edit": "Editar",
|
|
45
|
+
"undo": "Deshacer",
|
|
46
|
+
"redo": "Rehacer",
|
|
31
47
|
"settings": "Configuración",
|
|
32
48
|
"help": "Ayuda",
|
|
33
49
|
"fixture-pool": "Grupo de fixtures",
|
|
@@ -56,6 +72,7 @@
|
|
|
56
72
|
"already-have-account": "¿Ya tienes una cuenta?",
|
|
57
73
|
"no-account-yet": "¿Aún no tienes una cuenta?",
|
|
58
74
|
"login-required": "Por favor inicia sesión para continuar.",
|
|
75
|
+
"newsletter": "Envíame las novedades por email",
|
|
59
76
|
"error": {
|
|
60
77
|
"internal": "Ocurrió un error interno. Por favor inténtalo de nuevo o contacta a nuestro soporte en el menú Ayuda.",
|
|
61
78
|
"fill-all-fields": "Por favor completa todos los campos.",
|
|
@@ -86,25 +103,75 @@
|
|
|
86
103
|
},
|
|
87
104
|
"scene": {
|
|
88
105
|
"title": "Escenas",
|
|
106
|
+
"collapse-all": "Contraer todas las escenas",
|
|
107
|
+
"expand-all": "Expandir todas las escenas",
|
|
108
|
+
"add": "Añadir escena",
|
|
109
|
+
"duplicate": "Duplicar escena",
|
|
110
|
+
"add-folder": "Añadir carpeta",
|
|
111
|
+
"remove": "Eliminar escena",
|
|
112
|
+
"remove-folder": "Eliminar carpeta",
|
|
113
|
+
"new-folder": "Nueva carpeta",
|
|
114
|
+
"remove-preset": "Quitar preajuste de la escena",
|
|
115
|
+
"duplicate-preset": "Duplicar preajuste",
|
|
116
|
+
"settings-dimmer": "Dimmer",
|
|
89
117
|
"settings-fade-in": "Fundido de entrada",
|
|
90
118
|
"settings-fade-out": "Fundido de salida",
|
|
91
119
|
"settings-fade-in-pre": "Antes",
|
|
92
120
|
"settings-fade-out-post": "Después",
|
|
93
|
-
"
|
|
94
|
-
"
|
|
121
|
+
"live-mode": "Modo en directo",
|
|
122
|
+
"settings-color-auto": "Tomarlo de los presets"
|
|
123
|
+
},
|
|
124
|
+
"preview": {
|
|
125
|
+
"scene": "Escena",
|
|
126
|
+
"solo": "Solo",
|
|
127
|
+
"editing": "editando",
|
|
128
|
+
"hide": "Ocultar la vista previa para ahorrar rendimiento",
|
|
129
|
+
"show": "Mostrar la vista previa",
|
|
130
|
+
"hidden": "Vista previa oculta",
|
|
131
|
+
"hidden-hint": "El escenario no se renderiza mientras la vista previa está oculta."
|
|
95
132
|
},
|
|
96
133
|
"preset": {
|
|
97
134
|
"title": "Preajustes",
|
|
135
|
+
"collapse-all": "Contraer todas las carpetas",
|
|
136
|
+
"expand-all": "Expandir todas las carpetas",
|
|
137
|
+
"solo": "Solo",
|
|
138
|
+
"add": "Añadir preajuste",
|
|
139
|
+
"duplicate": "Duplicar preajuste",
|
|
140
|
+
"add-folder": "Añadir carpeta",
|
|
141
|
+
"remove-folder": "Eliminar carpeta",
|
|
142
|
+
"new-folder": "Nueva carpeta",
|
|
143
|
+
"remove": "Eliminar preajuste",
|
|
98
144
|
"settings-name": "Nombre",
|
|
99
145
|
"settings-start": "Inicio",
|
|
100
146
|
"settings-end": "Fin",
|
|
101
147
|
"settings-fade-in": "Fundido de entrada",
|
|
102
148
|
"settings-fade-out": "Fundido de salida",
|
|
103
149
|
"settings-fade-in-pre": "Antes",
|
|
104
|
-
"settings-fade-out-post": "Después"
|
|
150
|
+
"settings-fade-out-post": "Después",
|
|
151
|
+
"settings-color-auto": "Tomarlo del color de los aparatos",
|
|
152
|
+
"steps": "Pasos",
|
|
153
|
+
"step": "Paso",
|
|
154
|
+
"step-add": "Añadir paso",
|
|
155
|
+
"step-remove": "Eliminar paso",
|
|
156
|
+
"step-settings": "Ajustes del paso",
|
|
157
|
+
"step-start": "Comienza en",
|
|
158
|
+
"step-transition": "Transición",
|
|
159
|
+
"steps-run": "Reproducir los pasos",
|
|
160
|
+
"steps-settings": "Ajustes de la secuencia",
|
|
161
|
+
"steps-loop": "Repetir los pasos",
|
|
162
|
+
"steps-loop-length": "Duración del bucle",
|
|
163
|
+
"steps-chase": "Chase"
|
|
105
164
|
},
|
|
106
165
|
"fixture": {
|
|
107
166
|
"no-fixtures": "Añade nuevos fixtures al proyecto",
|
|
167
|
+
"custom-order": "Orden personalizado para el preajuste",
|
|
168
|
+
"select-none": "No seleccionar ninguno",
|
|
169
|
+
"select-all": "Seleccionar todos",
|
|
170
|
+
"collapse-all": "Contraer todas las carpetas",
|
|
171
|
+
"expand-all": "Expandir todas las carpetas",
|
|
172
|
+
"add-folder": "Añadir carpeta",
|
|
173
|
+
"remove-folder": "Eliminar carpeta",
|
|
174
|
+
"new-folder": "Nueva carpeta",
|
|
108
175
|
"no-fixtures-selected": "Selecciona al menos un fixture para este preajuste",
|
|
109
176
|
"no-capabilities-available": "No hay capacidades disponibles para los fixtures seleccionados. Por favor usa la pestaña de canales.",
|
|
110
177
|
"no-fixtures-settings-selected": "Selecciona al menos un fixture",
|
|
@@ -113,6 +180,7 @@
|
|
|
113
180
|
"capability-color": "Color",
|
|
114
181
|
"capability-color-wheel": "Rueda de color",
|
|
115
182
|
"capability-pan-tilt": "Pan/Tilt",
|
|
183
|
+
"capability-pan-tilt-mirror": "Reflejar",
|
|
116
184
|
"profiles": "Perfiles",
|
|
117
185
|
"setting-position-title": "Posición del fixture",
|
|
118
186
|
"setting-position": "Posición",
|
|
@@ -130,12 +198,16 @@
|
|
|
130
198
|
"setting-stage-ceiling-height": "Altura del techo",
|
|
131
199
|
"setting-stage-pillar-width": "Anchura del pilar",
|
|
132
200
|
"capability-sound-controlled": "Control por sonido",
|
|
133
|
-
"capability-random-timing": "Temporización aleatoria"
|
|
201
|
+
"capability-random-timing": "Temporización aleatoria",
|
|
202
|
+
"channel-effect-driven": "Un efecto controla este canal y anula el valor mostrado aquí"
|
|
134
203
|
},
|
|
135
204
|
"fixture-pool": {
|
|
136
205
|
"title": "Grupo de fixtures",
|
|
206
|
+
"fixtures": "Fixtures",
|
|
207
|
+
"remove-fixture": "Eliminar fixture",
|
|
137
208
|
"create-profile": "Crear perfil",
|
|
138
209
|
"search-profiles": "Buscar perfiles",
|
|
210
|
+
"more-profiles": "Hay {{count}} perfiles más que coinciden. Afina la búsqueda para verlos.",
|
|
139
211
|
"settings": "Configuración",
|
|
140
212
|
"dmx": "Vista general DMX",
|
|
141
213
|
"fixture-name": "Nombre del fixture",
|
|
@@ -163,14 +235,32 @@
|
|
|
163
235
|
},
|
|
164
236
|
"effect": {
|
|
165
237
|
"add-new": "Añadir nuevo efecto",
|
|
238
|
+
"duplicate": "Duplicar efecto",
|
|
166
239
|
"type-curve": "Curva",
|
|
167
240
|
"type-pan-tilt": "Pan-Tilt",
|
|
168
241
|
"curve": "Curva",
|
|
169
242
|
"curve-length": "Periodo",
|
|
243
|
+
"curve-length-beats-hint": "En tiempos, el período sigue el tempo de la composición, de modo que la curva permanece sincronizada con la música.",
|
|
170
244
|
"curve-amplitude": "Amplitud",
|
|
171
245
|
"curve-position": "Posición",
|
|
172
246
|
"curve-phase": "Fase",
|
|
173
247
|
"curve-chase": "Chase",
|
|
248
|
+
"curve-chase-spread": "Repartir",
|
|
249
|
+
"curve-chase-group": "Grupos del chase",
|
|
250
|
+
"curve-advanced": "Ajustes avanzados de la curva",
|
|
251
|
+
"curve-run": "Ejecución",
|
|
252
|
+
"curve-run-infinite": "Sin fin",
|
|
253
|
+
"curve-run-cycles": "Ciclos",
|
|
254
|
+
"curve-run-duration": "Duración",
|
|
255
|
+
"curve-run-cycles-unit": "x",
|
|
256
|
+
"curve-run-hint": "Un chase arranca cada aparato por separado, de modo que todos recorren la curva por completo.",
|
|
257
|
+
"curve-end": "Al terminar",
|
|
258
|
+
"curve-end-hold": "Mantener el último valor",
|
|
259
|
+
"curve-end-base": "Volver al valor base",
|
|
260
|
+
"curve-duty": "Anchura",
|
|
261
|
+
"curve-duty-hint": "La parte del periodo en la que la curva está encendida. En un chase es la parte de los aparatos encendidos a la vez: el 10 % enciende uno de cada diez.",
|
|
262
|
+
"curve-duty-unsupported": "La anchura no afecta a esta curva. Un diente de sierra ya sube o baja durante todo el periodo; usa una triangular para ajustar cuánto sube.",
|
|
263
|
+
"curve-chase-group-hint": "Cuántos aparatos comparten el mismo paso del chase. 1 recorre cada aparato por separado, 2 los mueve por parejas.",
|
|
174
264
|
"delete-warning": "¿Realmente deseas eliminar este efecto?",
|
|
175
265
|
"curve-sine": "Seno",
|
|
176
266
|
"curve-square": "Cuadrada",
|
|
@@ -226,6 +316,21 @@
|
|
|
226
316
|
"title-finish": "¡Bien hecho!",
|
|
227
317
|
"step-finish": "¡Ya es hora de que lo intentes por ti mismo! Comparte tus espectáculos con tus amigos y mira qué piensan. 👫"
|
|
228
318
|
},
|
|
319
|
+
"hardware-promo": {
|
|
320
|
+
"preview-badge": "Simulación",
|
|
321
|
+
"preview-badge-cta": "Sacarlo a luces reales",
|
|
322
|
+
"universes-hint": "Estos universos aún no están conectados a nada. Con hardware real, Rocket Show los envía como DMX real.",
|
|
323
|
+
"dmx-hint": "Esta asignación todavía no controla ninguna luz. Con hardware real, Rocket Show la convierte en una salida DMX real.",
|
|
324
|
+
"composition-hint": "En Rocket Show con hardware real, esta composición reproduce tu audio y tu espectáculo de luces a la vez, de forma automática.",
|
|
325
|
+
"share-hint": "¿Quieres verlo en luces reales? Con hardware real, Rocket Show reproduce tus espectáculos por DMX.",
|
|
326
|
+
"export-title": "Tu espectáculo está listo",
|
|
327
|
+
"export-text": "Acabas de exportar un espectáculo de luces completo. Con hardware real, Rocket Show lo reproduce en tus luces, sincronizado con tu música.",
|
|
328
|
+
"intro-finish": "Y cuando quieras verlo en luces reales: con hardware real, Rocket Show reproduce tus espectáculos por DMX.",
|
|
329
|
+
"bar-title": "¿Listo para hacer realidad tu espectáculo?",
|
|
330
|
+
"bar-text": "Todo lo que diseñas aquí funciona en Rocket Show con hardware real: salida DMX real, sincronizada con tu música.",
|
|
331
|
+
"cta": "Descubre el hardware",
|
|
332
|
+
"dismiss": "Ahora no"
|
|
333
|
+
},
|
|
229
334
|
"fixtureCapabilityType": {
|
|
230
335
|
"NoFunction": "Sin función",
|
|
231
336
|
"ShutterStrobe": "Shutter/Strobe",
|