Skip to content

Commit e30667a

Browse files
committed
add german translation for variants properties dialog
1 parent 7616be8 commit e30667a

File tree

1 file changed

+27
-28
lines changed

1 file changed

+27
-28
lines changed

src/lang/de.yaml

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -240,45 +240,44 @@ animated_java.animation_config.affected_bones.description: |-
240240
Falls diese Liste eine Black-Liste ist, werden alle Knochen außer denen in der Liste von dieser Animation betroffen sein.
241241
242242
### Variants Panel
243-
animated_java.panels.variants.name: Variants
244-
animated_java.panels.variants.items: Variant
245-
animated_java.panels.variants.delete_default_variant: Cannot delete default Variant
246-
animated_java.panels.variants.delete_variant: Delete Variant
247-
animated_java.panels.variants.edit_variant: Edit Variant
248-
animated_java.panels.variants.default_variant: Default Variant
249-
animated_java.actions.add_variant.name: Add Variant
250-
animated_java.actions.add_variant.description: Create a new Variant
251-
animated_java.actions.variant_properties.name: Variant Properties
252-
animated_java.actions.variant_properties.description: Open the Variant properties dialog.
253-
animated_java.actions.duplicate_variant.name: Duplicate Variant
254-
animated_java.actions.duplicate_variant.description: Duplicate this Variant.
243+
animated_java.panels.variants.name: Varianten
244+
animated_java.panels.variants.items: Variante
245+
animated_java.panels.variants.delete_default_variant: Standard-Varianten können nicht gelöscht werden.
246+
animated_java.panels.variants.delete_variant: Variante löschen
247+
animated_java.panels.variants.edit_variant: Variante bearbeiten
248+
animated_java.panels.variants.default_variant: Standard-Variante
249+
animated_java.actions.add_variant.name: Variante hinzufügen
250+
animated_java.actions.add_variant.description: Neue Variante erstellen
251+
animated_java.actions.variant_properties.name: Varianten-Eigenschaften
252+
animated_java.actions.variant_properties.description: Öffnet den Dialog für Varianten-Eigenschaften.
253+
animated_java.actions.duplicate_variant.name: Variante duplizieren
254+
animated_java.actions.duplicate_variant.description: Dupliziert diese Variante.
255255

256256
### Variants Properties Dialog
257-
animated_java.dialog.variant_properties.title: Variant Properties
257+
animated_java.dialog.variant_properties.title: Varianten-Eigenschaften
258258

259259
animated_java.dialog.variant_properties.variant_name: Name
260260
animated_java.dialog.variant_properties.variant_name.description: |-
261-
The name of the variant.
261+
Der Name der Variante.
262262
animated_java.variant_properties.variant_name.error.duplicate_name: |-
263-
A variant with the name "%name" already exists.
264-
Variant names must be unique.
263+
Eine Variante mit dem Namen "%name" existiert bereits.
264+
Namen müssen eindeutig sein.
265265
266-
animated_java.dialog.variant_properties.affected_bones_is_a_whitelist: Affected Bones is a Whitelist
266+
animated_java.dialog.variant_properties.affected_bones_is_a_whitelist: Ignorierte Knochen sind eine White-Liste
267267
animated_java.dialog.variant_properties.affected_bones_is_a_whitelist.description: |-
268-
Whether the affected bones list is a whitelist or blacklist.
269-
If true, only the bones in the Affected Bones list will be affected by this Variant.
270-
If false, all bones except the ones in the Affected Bones list will be affected by this Variant.
268+
Falls wahr, werden nur Knochen auf der 'Ignorierte Knochen'-Liste von dieser Variante betroffen sein.
269+
Falls falsch, werden alle Knochen außer denen in der Liste von dieser Variente betroffen sein.
271270
272-
animated_java.dialog.variant_properties.affected_bones: Affected Bones
273-
animated_java.dialog.variant_properties.affected_bones.add_new_item_message: Add a Bone
271+
animated_java.dialog.variant_properties.affected_bones: Ignorierte Knochen
272+
animated_java.dialog.variant_properties.affected_bones.add_new_item_message: Knochen hinzufügen
274273
animated_java.dialog.variant_properties.affected_bones.description: |-
275-
The list of bones affected by this variant.
276-
If this is a whitelist, only the bones in the list will be modified by this Variant.
277-
If this is a blacklist, all bones except the ones in the list will be modified by this Variant.
278-
animated_java.dialog.variant_properties.textureMap: Texture Map
274+
Die Knochen, die diese Variante beeinflussen wird.
275+
Falls diese Liste eine White-Liste ist, werden nur aufgeführte Knochen von dieser Variante betroffen sein.
276+
Falls diese Liste eine Black-Liste ist, werden alle Knochen außer denen in der Liste von dieser Variante betroffen sein.
277+
animated_java.dialog.variant_properties.textureMap: Textur-Map
279278
animated_java.dialog.variant_properties.textureMap.description: |-
280-
The texture map to use for this variant.
281-
Lets you choose what textures are replaced when this Variant is appied.
279+
Die Textur-Map, die für diese Variante verwendet wird.
280+
Hier können Sie auswählen, welche Texturen bei der Anwendung dieser Variante ersetzt werden.
282281
283282
### Custom Keyframes
284283
animated_java.keyframe.animation: Animation

0 commit comments

Comments
 (0)