(German lang de_de) Incorrect German Translation for 'Release' Action in Cobblemon UI"
##Summary In the lang/de_de.json file of the Cobblemon project, hosted on GitLab, there is an incorrect translation for the key "cobblemon.ui.pc.release". It is currently translated as "Version", which is a misinterpretation in the game's context. The correct translation should be "Freilassen" or "Entlassen". However, "Freilassen" is more suitable as it accurately conveys the action of "releasing" a Pokémon, which is what the functionality is intended for in the game. ##Additional Information The specific issue can be found in the Cobblemon project on GitLab, within the German language JSON file (de_de.json). The problematic line is located [here](https://gitlab.com/cable-mc/cobblemon/-/blob/main/common/src/main/resources/assets/cobblemon/lang/de_de.json?ref_type=heads#L369). To resolve this issue, the translation "Version" should be replaced with "Freilassen" at this line. This correction will ensure that the German translation aligns correctly with the game's intended action, thereby improving the experience for German-speaking players.
issue