Skip to content

Commit 40c10e2

Browse files
committed
add german translation for keyframes and error handling
1 parent e30667a commit 40c10e2

File tree

1 file changed

+48
-53
lines changed

1 file changed

+48
-53
lines changed

src/lang/de.yaml

Lines changed: 48 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -282,89 +282,84 @@ animated_java.dialog.variant_properties.textureMap.description: |-
282282
### Custom Keyframes
283283
animated_java.keyframe.animation: Animation
284284
animated_java.keyframe.animation.description: |-
285-
The animation to apply when this keyframe is reached.
285+
Die Animation, die angewendet wird, sobald dieser Keyframe erreicht wird.
286286
287-
animated_java.keyframe.variant: Variant
287+
animated_java.keyframe.variant: Variante
288288
animated_java.keyframe.variant.description: |-
289-
The variant to apply when this keyframe is reached.
289+
Die Variante, die angewendet wird, sobald dieser Keyframe erreicht wird.
290290
291-
animated_java.keyframe.commands: Commands
291+
animated_java.keyframe.commands: Befehle
292292
animated_java.keyframe.commands.description: |-
293-
A list of commands (A function) that run when the keyframe is reached.
293+
Eine Liste von Befehlen (eine Funktion), die ausgeführt wird, sobald dieser Keyframe erreicht wird.
294294
295-
animated_java.keyframe.tweenDuration: Tween Duration
295+
animated_java.keyframe.tweenDuration: Tween-Dauer
296296
animated_java.keyframe.tweenDuration.description: |-
297-
The duration (in ticks) of the tween between this keyframe and the next animation.
297+
Die Dauer des Tweens (in Ticks) zwischen diesem Keyframe und der nächsten Animation.
298298
299-
animated_java.keyframe.tweenMode: Tween Mode
299+
animated_java.keyframe.tweenMode: Tween-Modus
300300
animated_java.keyframe.tweenMode.description: |-
301-
The tween mode of the keyframe.
302-
Play: The animation will play from the start.
303-
Resume: The animation will play from the same anim_time as this keyframe.
304-
animated_java.keyframe.tweenMode.play: Play
305-
animated_java.keyframe.tweenMode.resume: Resume
301+
Der Tween-Modus dieses Keyframes.
302+
Abspielen: Die Animation wird von Anfang an abgespielt.
303+
Fortsetzen: Die Animation wird von derselben anim_time wie dieser Keyframe abgespielt.
304+
animated_java.keyframe.tweenMode.play: Abspielen
305+
animated_java.keyframe.tweenMode.resume: Fortsetzen
306306

307-
animated_java.keyframe.executeCondition: Execute Condition
307+
animated_java.keyframe.executeCondition: Ausführungsbedingung
308308
animated_java.keyframe.executeCondition.description: |-
309-
The execute command condition that must be met for the keyframe to be applied.
310-
This is an execute subcommand chain, so you can use any and all execute subcommands in this field.
311-
Example: "if score @s example matches 1.."
312-
Hint: You can separate subcommands with newlines!
309+
Die Ausführungsbedingung, die erfüllt sein muss, damit der Keyframe angewendet wird.
310+
Dies ist eine Kette von 'execute'-Unterbefehlen, also können Sie alle Unterbefehle in diesem Feld benutzen.
311+
Beispiel: "if score @s example matches 1.."
312+
Tipp: Sie können Unterbefehle mit Zeilenumbrüchen trennen!
313313
314-
animated_java.keyframe.playsound: Sound
315-
animated_java.keyframe.playsound.description: |-
316-
The sound that is executed using the playsound command at this keyframe.
317-
318-
animated_java.timeline.animation: Animations
319-
animated_java.timeline.variant: Variants
320-
animated_java.timeline.commands: Commands
321-
animated_java.timeline.playsound: Playsound
314+
animated_java.timeline.animation: Animationen
315+
animated_java.timeline.variant: Varianten
316+
animated_java.timeline.commands: Befehle
322317

323318
### Popups
324-
animated_java.popup.close_button: Close
325-
animated_java.popup.confirm_button: Done
326-
animated_java.popup.cancel_button: Done
319+
animated_java.popup.close_button: Schließen
320+
animated_java.popup.confirm_button: Fertig
321+
animated_java.popup.cancel_button: Abbrechen
327322

328323
# Unexpected Error
329-
animated_java.popup.unexpectedError.title: Unexpected Error
324+
animated_java.popup.unexpectedError.title: Unerwarteter Fehler
330325
animated_java.popup.unexpectedError.body: |-
331-
An unexpected error occurred!
332-
Please report this error on our Github or in the support channel on our official Discord server.
326+
Ein unerwarteter Fehler ist aufgetreten!
327+
Bitte melden Sie diesen Fehler auf unserem Github oder im Support-Kanal unseres offizielem Discord-Servers.
333328
334329
# Confirm predicate file overwrite
335-
animated_java.popup.confirm_predicate_file_overwrite.title: Confirm Predicate File Overwrite
330+
animated_java.popup.confirm_predicate_file_overwrite.title: Bestätigen Sie die Überschreibung der Predicate-Datei
336331
animated_java.popup.confirm_predicate_file_overwrite.body: |-
337-
The file "%file" already exists and is not a Rig Item Model!
338-
Do you want to overwrite it?
332+
Die Datei "%file" existiert bereits und ist nicht ein Rig Item-Modell!
333+
Möchten Sie es überschreiben?
339334
340-
Full file path:
335+
Dateipfad:
341336
%path
342337
343338
# Invalid Texture Mapping(s)
344-
animated_java.popup.invalid_texture_mapping.title: Invalid Texture Mapping(s)
339+
animated_java.popup.invalid_texture_mapping.title: Ungültige Textur-Zuordnung(en)
345340
animated_java.popup.invalid_texture_mapping.body: |-
346-
The Variant "%variant" has invalid texture mappings!
347-
One or more of the textures in it's texture map are missing from the project, or are invalid.
348-
The invalid mappings and a brief explanation of why they're invalid can be found below:
349-
animated_java.popup.invalid_texture_mapping.reason: Reason(s) for Invalidation
341+
Die Variante "%variant" hat ungültige Textur-Zuordnungen!
342+
Eine oder mehrere Texturen in der Textur-Map fehlen im Projekt oder sind ungültig.
343+
Die ungültigen Zuordnungen und eine kurze Erkärung, warum sie ungültig sind, finden Sie unten:
344+
animated_java.popup.invalid_texture_mapping.reason: Ungültigkeitsgründe
350345
animated_java.popup.invalid_texture_mapping.reason.invalid_from_texture: |-
351-
Couldn't find the "from" texture in the project.
346+
Die 'von' Textur konnte im Projekt nicht gefunden werden.
352347
animated_java.popup.invalid_texture_mapping.reason.invalid_to_texture: |-
353-
Couldn't find the "to" texture in the project.
348+
Die 'zu' Textur konnte im Projekt nicht gefunden werden.
354349
animated_java.popup.invalid_texture_mapping.footer: |-
355-
The missing/invalid texture mappings will be removed from the variant.
356-
After closing this popup, please make sure you open the Variant's properties dialog and double check the texture mappings are correct.
350+
Die fehlenden / ungültigen Textur-Zuordnungen werden von der Variante entfernt.
351+
Nachdem Sie das Popup geschlossen haben, überprüfen Sie bitte, ob die Textur-Zuordnungen in den Varianten-Eigenschaften korrekt sind.
357352
358353
# Invalid Cube(s)
359-
animated_java.popup.invalid_cubes.title: Invalid Cube(s)
354+
animated_java.popup.invalid_cubes.title: Ungültige Form(en)
360355
animated_java.popup.invalid_cubes.body: |-
361-
Some Cubes have invalid rotations!
362-
The invalid cubes can be found below sorted by the Bones they're in.
363-
They will also be highlighted in the 3D view once you exit this dialog.
356+
Einige Formen haben ungültige Drehungen!
357+
Die ungültigen Formen können Sie unten finden, sortiert nach den Knochen, in denen sie sich befinden.
358+
Die Formen werden auch in der 3D-Ansicht hervorgehoben, sobald Sie dieses Popup schliessen.
364359
365360
# Failed Project Export Readiness
366-
animated_java.popup.failed_project_export_readiness.title: Export Failed
361+
animated_java.popup.failed_project_export_readiness.title: Export fehlgeschlagen
367362
animated_java.popup.failed_project_export_readiness.body: |-
368-
The project is not ready to be exported!
369-
The following issues were found:
370-
animated_java.popup.failed_project_export_readiness.issue: Project Setting "%s" has the following errors
363+
Dieses Projekt ist nicht bereit, exportiert zu werden!
364+
Die folgenden Probleme wurden festgestellt:
365+
animated_java.popup.failed_project_export_readiness.issue: Projekteinstellung "%s" hat den folgenden Fehler

0 commit comments

Comments
 (0)