Gitignore and translation init

This commit is contained in:
2023-05-17 00:06:27 -03:00
parent 6502ec0bd0
commit 610b158f21
12 changed files with 23799 additions and 0 deletions

57
.gitignore vendored Normal file
View File

@ -0,0 +1,57 @@
# macOS-related files
.DS_Store
.AppleDouble
.LSOverride
# Windows-related files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
[Dd]esktop.ini
#Textfile cruft
/project.json
/traceback.txt
/errors.txt
/log.txt
log.txt
errors.txt
traceback.txt
#Vim (best text editor) swap files
.sw?
*~
*.bak
#For vscode niggas since gitignore does this for us
/.vscode/*
/.vscode/
#save files & cache files
/game/saves/
/game/saves/*
/game/cache/*
/game/cache
saves
tmp
cache
env
#binary files
*.rpyc
*.rpyb
*.rpymc
*.pyc
*.pyo
#binary files
*.rpyc
*.rpymc
#backups
*.bak
#android
.android.json

1152
game/tl/es/common.rpy Normal file

File diff suppressed because it is too large Load Diff

8
game/tl/es/options.rpy Normal file
View File

@ -0,0 +1,8 @@
# TODO: Translation updated at 2023-05-16 12:59
translate es strings:
# game/options.rpy:15
old "I Wani Hug That Gator DEMO"
new "I Wani Hug That Gator DEMO"

336
game/tl/es/screens.rpy Normal file
View File

@ -0,0 +1,336 @@
# TODO: Translation updated at 2023-05-16 12:59
translate es strings:
# game/screens.rpy:361
old "History"
new "History"
# game/screens.rpy:362
old "Save"
new "Save"
# game/screens.rpy:363
old "Load"
new "Load"
# game/screens.rpy:364
old "Delete"
new "Delete"
# game/screens.rpy:365
old "Options"
new "Options"
# game/screens.rpy:367
old "Return"
new "Return"
# game/screens.rpy:371
old "End Replay"
new "End Replay"
# game/screens.rpy:375
old "Main Menu"
new "Main Menu"
# game/screens.rpy:378
old "Debug Menu"
new "Debug Menu"
# game/screens.rpy:753
old "Version [config.version!t]\n"
new "Version [config.version!t]\n"
# game/screens.rpy:760
old "{size=30}Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]\n\nTo find more information about the game (and its source code) please visit {a=https://www.hugthegator.xyz/}our website{/a}.{/size}"
new "{size=30}Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]\n\nTo find more information about the game (and its source code) please visit {a=https://www.hugthegator.xyz/}our website{/a}.{/size}"
# game/screens.rpy:793
old "Page {}"
new "Page {}"
# game/screens.rpy:793
old "Automatic saves"
new "Automatic saves"
# game/screens.rpy:793
old "Quick saves"
new "Quick saves"
# game/screens.rpy:838
old "{#file_time}%A, %B %d %Y, %H:%M"
new "{#file_time}%A, %B %d %Y, %H:%M"
# game/screens.rpy:838
old "Empty Slot"
new "Empty Slot"
# game/screens.rpy:855
old "<"
new "<"
# game/screens.rpy:858
old "{#auto_page}A"
new "{#auto_page}A"
# game/screens.rpy:861
old "{#quick_page}Q"
new "{#quick_page}Q"
# game/screens.rpy:867
old ">"
new ">"
# game/screens.rpy:924
old "Display"
new "Display"
# game/screens.rpy:925
old "Window"
new "Window"
# game/screens.rpy:926
old "Fullscreen"
new "Fullscreen"
# game/screens.rpy:930
old "Rollback Side"
new "Rollback Side"
# game/screens.rpy:931
old "Disable"
new "Disable"
# game/screens.rpy:932
old "Left"
new "Left"
# game/screens.rpy:933
old "Right"
new "Right"
# game/screens.rpy:936
old "Naughty Stuff"
new "Naughty Stuff"
# game/screens.rpy:937
old "Enable Saucy Images"
new "Enable Saucy Images"
# game/screens.rpy:959
old "Requires Restart"
new "Requires Restart"
# game/screens.rpy:960
old "Enable Forward-Scroll Movement"
new "Enable Forward-Scroll Movement"
# game/screens.rpy:964
old "Skip"
new "Skip"
# game/screens.rpy:965
old "Unseen Text"
new "Unseen Text"
# game/screens.rpy:966
old "After Choices"
new "After Choices"
# game/screens.rpy:967
old "Transitions"
new "Transitions"
# game/screens.rpy:980
old "Text Speed"
new "Text Speed"
# game/screens.rpy:984
old "Auto-Forward Time"
new "Auto-Forward Time"
# game/screens.rpy:991
old "Music Volume"
new "Music Volume"
# game/screens.rpy:994
old "Reset"
new "Reset"
# game/screens.rpy:999
old "Sound Volume"
new "Sound Volume"
# game/screens.rpy:1005
old "Test"
new "Test"
# game/screens.rpy:1007
old "UI Sounds Volume"
new "UI Sounds Volume"
# game/screens.rpy:1015
old "Voice Volume"
new "Voice Volume"
# game/screens.rpy:1026
old "Mute All"
new "Mute All"
# game/screens.rpy:1145
old "The dialogue history is empty."
new "The dialogue history is empty."
# game/screens.rpy:1275
old "Keyboard"
new "Keyboard"
# game/screens.rpy:1276
old "Mouse"
new "Mouse"
# game/screens.rpy:1278
old "Gamepad"
new "Gamepad"
# game/screens.rpy:1298
old "Enter"
new "Enter"
# game/screens.rpy:1299
old "Advances dialogue and activates the interface."
new "Advances dialogue and activates the interface."
# game/screens.rpy:1302
old "Space"
new "Space"
# game/screens.rpy:1303
old "Advances dialogue without selecting choices."
new "Advances dialogue without selecting choices."
# game/screens.rpy:1306
old "Arrow Keys"
new "Arrow Keys"
# game/screens.rpy:1307
old "Navigate the interface."
new "Navigate the interface."
# game/screens.rpy:1310
old "Escape"
new "Escape"
# game/screens.rpy:1311
old "Accesses the game menu. Also escapes the Gallery."
new "Accesses the game menu. Also escapes the Gallery."
# game/screens.rpy:1314
old "Ctrl"
new "Ctrl"
# game/screens.rpy:1315
old "Skips dialogue while held down."
new "Skips dialogue while held down."
# game/screens.rpy:1318
old "Tab"
new "Tab"
# game/screens.rpy:1319
old "Toggles dialogue skipping."
new "Toggles dialogue skipping."
# game/screens.rpy:1322
old "Page Up"
new "Page Up"
# game/screens.rpy:1323
old "Rolls back to earlier dialogue."
new "Rolls back to earlier dialogue."
# game/screens.rpy:1326
old "Page Down"
new "Page Down"
# game/screens.rpy:1327
old "Rolls forward to later dialogue."
new "Rolls forward to later dialogue."
# game/screens.rpy:1331
old "Hides the user interface."
new "Hides the user interface."
# game/screens.rpy:1335
old "Takes a screenshot."
new "Takes a screenshot."
# game/screens.rpy:1339
old "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}."
new "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}."
# game/screens.rpy:1345
old "Left Click"
new "Left Click"
# game/screens.rpy:1349
old "Middle Click"
new "Middle Click"
# game/screens.rpy:1353
old "Right Click"
new "Right Click"
# game/screens.rpy:1357
old "Mouse Wheel Up\nClick Rollback Side"
new "Mouse Wheel Up\nClick Rollback Side"
# game/screens.rpy:1361
old "Mouse Wheel Down"
new "Mouse Wheel Down"
# game/screens.rpy:1368
old "Right Trigger\nA/Bottom Button"
new "Right Trigger\nA/Bottom Button"
# game/screens.rpy:1372
old "Left Trigger\nLeft Shoulder"
new "Left Trigger\nLeft Shoulder"
# game/screens.rpy:1376
old "Right Shoulder"
new "Right Shoulder"
# game/screens.rpy:1381
old "D-Pad, Sticks"
new "D-Pad, Sticks"
# game/screens.rpy:1385
old "Start, Guide"
new "Start, Guide"
# game/screens.rpy:1386
old "Accesses the game menu."
new "Accesses the game menu."
# game/screens.rpy:1389
old "Y/Top Button"
new "Y/Top Button"
# game/screens.rpy:1392
old "Calibrate"
new "Calibrate"
# game/screens.rpy:1456
old "Yes"
new "Yes"
# game/screens.rpy:1457
old "No"
new "No"
# game/screens.rpy:1503
old "Skipping"
new "Skipping"

8
game/tl/es/script.rpy Normal file
View File

@ -0,0 +1,8 @@
# TODO: Translation updated at 2023-05-16 12:59
# game/script.rpy:1
translate es 242143c5:
# "use strict"
"use strict"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

12
game/tl/es/src/draw.rpy Normal file
View File

@ -0,0 +1,12 @@
# TODO: Translation updated at 2023-05-16 12:59
translate es strings:
# game/src/draw.rpy:477
old "Saved draw as \"{0}\""
new "Saved draw as \"{0}\""
# game/src/draw.rpy:483
old "A draw added in gallery."
new "A draw added in gallery."

View File

@ -0,0 +1,8 @@
# TODO: Translation updated at 2023-05-16 12:59
translate es strings:
# game/src/mod_menu.rpy:75
old "You have no mods! \nInstall some in:\n\"[moddir]\""
new "You have no mods! \nInstall some in:\n\"[moddir]\""

View File

@ -0,0 +1,16 @@
# TODO: Translation updated at 2023-05-16 12:59
translate es strings:
# game/src/translation.rpy:28
old "OK"
new "OK"
# game/src/translation.rpy:36
old "NOTICE: Please keep in mind this is a fan translation, and as such it may not be completely accurate to the original intent of any written lines."
new "NOTICE: Please keep in mind this is a fan translation, and as such it may not be completely accurate to the original intent of any written lines."
# game/src/translation.rpy:78
old "Choose Your Language"
new "Choose Your Language"