Skip to content

Commit b559991

Browse files
committed
add german translation for locator config
1 parent 7e8a995 commit b559991

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/lang/de.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ animated_java.dialog.camera_config: Animated Java Kamera-Konfiguration
162162
animated_java.camera_config.entity_type: Typ des teleportierten Objektes
163163
animated_java.camera_config.entity_type.description: |-
164164
Das Objekt, das beim Erzeugen der Kamera verwendet werden soll.
165-
Zum Beispiel, falls Sie `minecraft:armor_stand` einstellen, wird die Kamera im Spiel zu einem armor_stand.
165+
Zum Beispiel, falls Sie `minecraft:armor_stand` einstellen, wird die Kamera im Spiel ein armor_stand sein.
166166
animated_java.camera_config.entity_type.error.space: |-
167167
Objekt-IDs dürfen keine Leerzeichen enthalten.
168168
animated_java.camera_config.entity_type.error.invalid_namespace: |-
@@ -178,25 +178,25 @@ animated_java.camera_config.nbt.description: |-
178178
Beachten Sie, dass einige interne NBT Vorrang vor dieser Einstellung habn können.
179179
180180
### Locator Config
181-
animated_java.dialog.locator_config: Animated Java Locator Config
181+
animated_java.dialog.locator_config: Animated Java Locator-Konfiguration
182182

183-
animated_java.locator_config.entity_type: Entity Type
183+
animated_java.locator_config.entity_type: Objekt-Typ
184184
animated_java.locator_config.entity_type.description: |-
185-
The entity to use when summoning the locator.
186-
For instance, if you set this to `minecraft:pig`, The locator will be a pig in-game.
185+
Das Objekt, das beim Erzeugen des Locators verwendet wird.
186+
Zum Beispiel, falls Sie `minecraft:pig` einstellen, wird der Locator im Spiel ein Schwein sein.
187187
animated_java.locator_config.entity_type.error.space: |-
188-
Entity IDs cannot contain spaces.
188+
Objekt-IDs dürfen keine Leerzeichen enthalten.
189189
animated_java.locator_config.entity_type.error.invalid_namespace: |-
190-
Entity IDs must have a namespace.
190+
Objekt-IDs müssen ein Namespace haben.
191191
animated_java.locator_config.entity_type.warning.unknown_entity: |-
192-
Entity ID isn't in vanilla minecraft
193-
This may cause issues when exporting.
194-
Ignore this warning if you're using snapshots or mods.
192+
Objekt existiert nicht in Vanilla Minecraft.
193+
Dies könnte Probleme verursachen beim exportieren.
194+
Ignorieren Sie diese Warnung, falls Sie Snapshot-Versionen oder mit Mods spielen.
195195
196196
animated_java.locator_config.nbt: NBT
197197
animated_java.locator_config.nbt.description: |-
198-
Custom NBT to apply to the summoned locator entity.
199-
Note that some internal NBT tags will take priority over this setting.
198+
Benutzerdefinierte NBT, die bei diesem Locator angewendet werden soll.
199+
Beachten Sie, dass einige interne NBT Vorrang vor dieser Einstellung habn können.
200200
201201
### Animation Config
202202
animated_java.dialog.animation_config.title: Animation Properties

0 commit comments

Comments
 (0)