Skip to content

Commit 25bba07

Browse files
committed
add german translation for settings
1 parent dcf1c69 commit 25bba07

File tree

1 file changed

+79
-79
lines changed

1 file changed

+79
-79
lines changed

src/lang/de.yaml

Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -2,152 +2,152 @@ animated_java.title: Animated Java
22

33
animated_java.menubar.settings: Animated Java
44

5-
animated_java.menubar.items.about: About
6-
animated_java.menubar.items.settings: Settings
7-
animated_java.menubar.items.project_settings: Project Settings
8-
animated_java.menubar.items.documentation: Documentation
9-
animated_java.menubar.items.export_project: Export Project
10-
animated_java.menubar.items.bone_config: Bone Config
11-
animated_java.menubar.items.camera_config: Camera Config
12-
animated_java.menubar.items.locator_config: Locator Config
5+
animated_java.menubar.items.about: Über...
6+
animated_java.menubar.items.settings: Einstellungen
7+
animated_java.menubar.items.project_settings: Projekteinstellungen
8+
animated_java.menubar.items.documentation: Dokumentation
9+
animated_java.menubar.items.export_project: Projekt exportieren
10+
animated_java.menubar.items.bone_config: Knochen-Konfiguration
11+
animated_java.menubar.items.camera_config: Kamera-Konfiguration
12+
animated_java.menubar.items.locator_config: Locator-Konfiguration
1313

14-
animated_java.quickmessage.exported_successfully: Project Exported Successfully!
14+
animated_java.quickmessage.exported_successfully: Export erfolgreich!
1515

1616
### Dialogs
17-
animated_java.dialog.close_button: Done
17+
animated_java.dialog.close_button: Fertig
1818

1919
### About
20-
animated_java.dialog.about.title: About Animated Java
20+
animated_java.dialog.about.title: Über Animated Java
2121

2222
### Export in Progress
23-
animated_java.dialog.export_in_progress.title: Exporting Project...
23+
animated_java.dialog.export_in_progress.title: Export läuft ...
2424

2525
### Settings
26-
animated_java.settings.accessability_options_group: Accessability
26+
animated_java.settings.accessability_options_group: Barrierefreiheit
2727

28-
animated_java.dialog.settings.title: Animated Java Settings
29-
animated_java.settings.reduced_motion: Reduced Motion
28+
animated_java.dialog.settings.title: Animated Java Einstellungen
29+
animated_java.settings.reduced_motion: Reduzierte Bewegungen
3030
animated_java.settings.reduced_motion.description: |-
31-
Disable all UI animations in Animated Java's Menus.
32-
This will disable animations and other effects that may cause motion sickness.
31+
Deaktivieren Sie alle UI-Animationen in Animated Java Menüs.
32+
Dadurch werden Animationen und andere Effekte deaktiviert, die Schwindel verursachen können.
3333
3434
animated_java.settings.resource_pack_group: Resource Pack
3535

36-
animated_java.settings.minify_output: Minify Output
36+
animated_java.settings.minify_output: Export minimieren
3737
animated_java.settings.minify_output.description: |-
38-
Minify the output of the exported resource pack.
39-
This will remove all comments and whitespace from the output.
40-
This will make the output smaller, but will make it harder to read.
38+
Verkleinert die Ausgabe des exportierten Resource Packs
39+
Dabei werden alle Kommentare und Leerzeichen aus dem Export entfernt.
40+
Dadurch wird die Ausgabe kleiner, aber schwieriger zu lesen.
4141
4242
### Documentation
43-
animated_java.dialog.documentation.title: Animated Java Documentation
43+
animated_java.dialog.documentation.title: Animated Java Dokumentation
4444

45-
animated_java.dialog.documentation.loading: Loading Documentation...
45+
animated_java.dialog.documentation.loading: Dokumentation wird geladen ...
4646

47-
animated_java.dialog.documentation.error.failed_to_load.title: Failed to Load Documentation! :(
47+
animated_java.dialog.documentation.error.failed_to_load.title: Dokumentation konnte nicht geladen werden! :(
4848
animated_java.dialog.documentation.error.failed_to_load.description: |-
49-
Make sure you're connected to the internet!
49+
Stellen Sie sicher, dass eine Internetverbindung besteht!
5050
5151
### Project Settings
52-
animated_java.dialog.project_settings.title: Animated Java Project Settings
52+
animated_java.dialog.project_settings.title: Animated Java Projekteinstellungen
5353

54-
animated_java.dialog.project_settings.project_group: Project
54+
animated_java.dialog.project_settings.project_group: Projekt
5555

56-
animated_java.project_settings.project_namespace: Project Name
56+
animated_java.project_settings.project_namespace: Name des Projekts
5757
animated_java.project_settings.project_namespace.description: |-
58-
The name and namespace of the project.
58+
Der Name und das Namespace des Projekts.
5959
animated_java.project_settings.project_namespace.error.unset: |-
60-
Project Name cannot be empty
60+
Das Projekt muss einen Namen haben.
6161
62-
animated_java.project_settings.project_resolution: Project Resolution
62+
animated_java.project_settings.project_resolution: Projektauflösung
6363
animated_java.project_settings.project_resolution.description: |-
64-
The UV resolution of the Project.
65-
This should equal the resolution of the largest texture in your project.
64+
Die UV Auflösung des Projekts.
65+
Dies sollte der Auflösung der größten Textur in Ihrem Projekt entsprechen.
6666
67-
animated_java.project_settings.target_minecraft_version: Target Minecraft Version
67+
animated_java.project_settings.target_minecraft_version: Ziel Minecraft-Version
6868
animated_java.project_settings.target_minecraft_version.description: |-
69-
The version of Minecraft you expect to use the exported rig in.
69+
Die Minecraft-Version, in der Sie das exportierte Rig verwenden möchten.
7070
7171
animated_java.project_settings.resourcepack_group: Resource Pack
7272

7373
animated_java.project_settings.rig_item: Rig Item
7474
animated_java.project_settings.rig_item.description: |-
75-
The item to use to display the models used in the rig.
75+
Das Element, das für die Anzeige der Modelle auf den Rüstungsständern verwendet wird.
7676
animated_java.project_settings.rig_item.error.unset: |-
77-
Rig Item cannot be empty
77+
Rig Item darf nicht leer sein.
7878
animated_java.project_settings.rig_item.error.space: |-
79-
Rig Item must be a valid item ID
80-
Item ID cannot contain spaces.
79+
Rig Item muss eine gültige Item ID sein.
80+
Item IDs dürfen keine Leerzeichen enthalten.
8181
animated_java.project_settings.rig_item.error.invalid_namespace: |-
82-
Rig Item must be a valid item ID
83-
Item ID must have a namespace.
82+
Rig Item muss eine gültige Item ID sein.
83+
Item IDs müssen ein Namespace haben.
8484
animated_java.project_settings.rig_item.warning.unknown_item: |-
85-
Rig Item isn't in vanilla minecraft
86-
This may cause issues when exporting.
87-
Ignore this warning if you're using snapshots or mods.
85+
Rig Item existiert nicht in Vanilla Minecraft.
86+
Dies könnte Probleme verursachen beim exportieren.
87+
Ignorieren Sie diese Warnung, falls Sie Snapshot-Versionen oder mit Mods spielen.
8888
89-
animated_java.project_settings.enable_advanced_resource_pack_settings: Enable Advanced Resource Pack Settings
89+
animated_java.project_settings.enable_advanced_resource_pack_settings: Erweiterte Resource Pack Einstellungen aktivieren
9090
animated_java.project_settings.enable_advanced_resource_pack_settings.description: |-
91-
Enable advanced resource pack settings.
92-
This will allow you to set the Rig Item Model and Rig Export Folder manually instead of Animated Java automatically figuring it out for you.
93-
If you're not sure what this does, leave it disabled.
91+
Aktiviert die erweiterten Einstellungen des Resource Packs.
92+
Dadurch können Sie manuell das Rig Item-Modell und Exportordner einstellen, anstatt dass Animated Java dies automatisch für Sie erledigt.
93+
Wenn Sie sich nicht sicher sind, was dies bewirkt, lassen Sie es deaktiviert.
9494
95-
animated_java.project_settings.rig_item_model: Rig Item Model
95+
animated_java.project_settings.rig_item_model: Rig Item-Modell
9696
animated_java.project_settings.rig_item_model.description: |-
97-
The export location of the rig item's model.
98-
Should be in a valid resource pack under `minecraft:models/item`
97+
Der Ordnerpfad des exportierten Rig Item-Modells.
98+
Dies sollte in einem gültigen Resource Pack unter `minecraft:models/item` sein.
9999
animated_java.project_settings.rig_item_model.error.unset: |-
100-
Rig Item Model cannot be empty.
100+
Rig Item-Modell darf nicht leer sein.
101101
animated_java.project_settings.rig_item_model.error.invalid_path: |-
102-
Rig Item Model must be in a valid resource pack
103-
The targeted file must be under 'resources/assets/<namespace>/models/'.
102+
Rig Item-Modell muss in einem gültigen Resource Pack sein.
103+
Der Zielort muss sich in 'resources/assets/<namespace>/models/' befinden.
104104
animated_java.project_settings.rig_item_model.error.item_does_not_match: |-
105-
Rig Item Model must have the same item name as Rig Item
106-
You've selected "%rigItem" as your Rig Item, but Rig Item Model targets "%pathItem".
105+
Rig Item-Modell muss den gleichen Namen wie das Rig Item haben.
106+
Sie haben das Rig Item als "%rigItem" bestimmt, aber das Rig Item-Modell entspricht "%pathItem".
107107
animated_java.project_settings.rig_item_model.error.rig_item_unset: |-
108-
Rig Item is not set
109-
Please set the Rig Item before setting the Rig Item Model.
108+
Rig Item ist nicht definiert.
109+
Bestimmen Sie zuerst ein Rig Item, bevor Sie das Rig Item-Modell bestimmen.
110110
111-
animated_java.project_settings.rig_export_folder: Rig Export Folder
111+
animated_java.project_settings.rig_export_folder: Rig Exportordner
112112
animated_java.project_settings.rig_export_folder.description: |-
113-
What folder to put the generated model files in.
114-
Should be inside of a valid resource pack.
113+
Der Ordner, in den die generierten Modelle gespeichert werden.
114+
Dies muss in einem gültigen Resource Pack sein.
115115
animated_java.project_settings.rig_export_folder.error.unset: |-
116-
Rig Export Folder cannot be empty
116+
Rig Exportordner darf nicht leer sein.
117117
animated_java.project_settings.rig_export_folder.error.invalid_path: |-
118-
Rig Export Folder must be in a valid resource pack
119-
The targeted folder must be under 'resources/assets/<namespace>/models/'.
118+
Rig Exportordner muss in einem gültigen Resource Pack sein.
119+
Der Zielordner muss sich in 'resources/assets/<namespace>/models/' befinden.
120120
121-
animated_java.project_settings.texture_export_folder: Texture Export Folder
121+
animated_java.project_settings.texture_export_folder: Textur-Exportordner
122122
animated_java.project_settings.texture_export_folder.description: |-
123-
What folder to put the generated texture files in.
124-
Should be inside of a valid resource pack.
123+
Der Ordner, in den die generierten Texturen gespeichert werden.
124+
Dies muss in einem gültigen Resource Pack sein.
125125
animated_java.project_settings.texture_export_folder.error.unset: |-
126-
Texture Export Folder cannot be empty
126+
Textur-Exportordner darf nicht leer sein.
127127
animated_java.project_settings.texture_export_folder.error.invalid_path: |-
128-
Texture Export Folder must be in a valid resource pack
129-
The targeted folder must be under 'resources/assets/<namespace>/textures/'.
128+
Textur-Exportordner muss in einem gültigen Resource Pack sein.
129+
Der Zielordner muss sich in 'resources/assets/<namespace>/textures/' befinden.
130130
131131
animated_java.project_settings.resource_pack_mcmeta: Resource Pack
132132
animated_java.project_settings.resource_pack_mcmeta.description: |-
133-
The Resource Pack to inject the Rig's models into.
134-
This setting should be targeting the pack.mcmeta file of a valid Resource Pack.
133+
Das Resource Pack, in das die Modelle eingefügt werden.
134+
Dieser Dateipfad sollte die 'pack.mcmeta'-Datei eines gültigen Resource Packs bezeichnen.
135135
animated_java.project_settings.resource_pack_mcmeta.error.unset: |-
136-
You must select a Resource Pack.
136+
Sie müssen ein Resource Pack auswählen.
137137
animated_java.project_settings.resource_pack_mcmeta.error.invalid_path: |-
138-
The selected path is not a valid Resource Pack!
139-
Make sure you've selected the correct pack.mcmeta, and that the Resource Pack has an assets folder.
138+
Dieser Pfad ist kein gültiges Resource Pack!
139+
Stellen Sie sicher, dass die korrekte 'pack.mcmeta'-Datei ausgewählt wurde und dass das Resource Pack ein 'assets'-Ordner hat.
140140
141-
animated_java.project_settings.verbose: Verbose
141+
animated_java.project_settings.verbose: Ausführlich
142142
animated_java.project_settings.verbose.description: |-
143-
Whether to print verbose output to the chat when running AJ functions.
144-
Useful for debugging.
143+
Ob bei der Ausführung von AJ-Funktionen eine ausführliche Nachricht im Chat angezeigt werden.
144+
Nützlich für die Fehlersuche und -analyse.
145145
146146
animated_java.project_settings.exporter_settings: '%exporter Settings'
147147

148148
animated_java.project_settings.exporter: Exporter
149149
animated_java.project_settings.exporter.description: |-
150-
The exporter to use when exporting this project.
150+
Der Exporter, der beim Exportieren dieses Projekts verwendet werden soll.
151151
152152
### Bone Config
153153
animated_java.dialog.bone_config: Animated Java Bone Config

0 commit comments

Comments
 (0)