English Translation could use some work. Having your name in the About section with links to your Patreon and Itch.io page helps with marketing. Not sure why you changed 'translate English' to 'translate Ingles' however it messed up some lines that were translated. A few other lines were translated using deepl.com, translate.yandex.com, or translate.google.com
Looking closer you also had 'translate Ingles2' but I already translated those lines so in the future keep this bit standardized. Ren'Py will append new lines to the old files so you use the same Language settings each time you generate translations.
Not sure if "A Story Of Degeneration" is the going title however in 'game\tl\Ingles\options.rpy' changed the translation to that.
Some menu items needed _() wrapper for translation.
https://www.renpy.org/doc/html/translation.html#menu-and-string-translations
Here are the corrections I did
https://mega.nz/file/DZ9iibBJ#XCBMeNPyQxgpK2gTpvM0OFCrirBgeDMyt1e3cjPdSgE
You can use something like winmerge.org to compare these with the originals.
Also in 'game\options.rpy' uncomment this line (Remove #) and change "main-menu-theme.ogg" to a music file so the Main Menu has sound ;)
# define config.main_menu_music = "main-menu-theme.ogg"