forked from Cavemanon/SnootGame
Added Italian Translation Files and Translated screens.py and such lol
This commit is contained in:
BIN
game/gui/flag/Italy.png
Normal file
BIN
game/gui/flag/Italy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 790 B |
@ -437,8 +437,7 @@ screen bonus_chapter_button(f="gui/button/menubuttons/template_idle.png"):
|
||||
action ShowMenu("ex_ch_menu")
|
||||
activate_sound "audio/ui/uiClick.wav"
|
||||
fixed:
|
||||
if (persistent.old_endings != persistent.endings) \
|
||||
or (persistent.bonus_chapters != persistent.old_bonus_chapters and (persistent.bonus_chapters == 0b111111111)):
|
||||
if (persistent.old_endings != persistent.endings) or (persistent.bonus_chapters != persistent.old_bonus_chapters and (persistent.bonus_chapters == 0b111111111)):
|
||||
add "bonus_flash" xalign 0.5 yalign 0.5 zoom 1 xanchor 0 xcenter 0.5 ycenter 0.5
|
||||
$ persistent.old_endings = persistent.endings
|
||||
#$ persistent.old_bonus_chapters = persistent.bonus_chapters
|
||||
@ -479,8 +478,7 @@ screen main_menu():
|
||||
pass
|
||||
|
||||
|
||||
if (persistent.old_endings != persistent.endings) \
|
||||
or (persistent.bonus_chapters != persistent.old_bonus_chapters and (persistent.bonus_chapters == 0b111111111)):
|
||||
if (persistent.old_endings != persistent.endings) or (persistent.bonus_chapters != persistent.old_bonus_chapters and (persistent.bonus_chapters == 0b111111111)):
|
||||
fixed:
|
||||
xalign 0.125
|
||||
yalign 0.5
|
||||
|
@ -313,11 +313,11 @@ screen textscroll():
|
||||
|
||||
# Naser's position when helping Anon get up
|
||||
transform nmidright:
|
||||
xalign 1.5 yalign 0.08
|
||||
xalign 1.5 yalign 0.08
|
||||
|
||||
# Naomi's position when handing the brochure to Anon
|
||||
transform scloserleft:
|
||||
xalign 0.1 yalign 0.0
|
||||
xalign 0.1 yalign 0.0
|
||||
|
||||
|
||||
|
||||
|
@ -54,7 +54,7 @@ label chapter_12D:
|
||||
|
||||
"Looking through one of the map kiosks, I try to make a mental plan for the trip."
|
||||
|
||||
show fang neutral at scenter:
|
||||
show fang neutral at scenter
|
||||
show anon neutral at aleft:
|
||||
xalign 0.1
|
||||
with dissolve
|
||||
|
@ -964,7 +964,7 @@ label chapter_2:
|
||||
show fang unimpressed with Dissolve(.25)
|
||||
F "Uh{cps=*.1}....{/cps}{w=.2} You’ve been staring at me for the past 5 minutes. Freak."
|
||||
|
||||
show anon neutral with dissolve:
|
||||
show anon neutral with dissolve
|
||||
show anon:
|
||||
easein 0.5 xalign 0.2
|
||||
pause .5
|
||||
|
@ -235,7 +235,7 @@ label chapter_x7:
|
||||
|
||||
A "We’ll talk later, Fang. Have fun with the party okay?"
|
||||
|
||||
show fangphonevideocall call_ended_bg call_ended with dissolve:
|
||||
show fangphonevideocall call_ended_bg call_ended with dissolve
|
||||
# yalign -0.045
|
||||
# yalign 0
|
||||
pause .5
|
||||
|
@ -38,7 +38,8 @@ init python:
|
||||
languages = [
|
||||
{'image': 'gui/flag/USofA.png', 'name': 'English', 'value': None },
|
||||
{'image': 'gui/flag/Mexico.png', 'name': 'Español', 'value': 'es'},
|
||||
{'image': 'gui/flag/Rus.png', 'name': 'Русский', 'value': 'ru'}
|
||||
{'image': 'gui/flag/Rus.png', 'name': 'Русский', 'value': 'ru'},
|
||||
{'image': 'gui/flag/Italy.png', 'name': 'Italiano', 'value': 'it'}
|
||||
]
|
||||
|
||||
#This was done so it would work with whatever amount of languages you wanted, I tried it with up to 200 and it worked nicely.
|
||||
|
1188
game/tl/it/common.rpy
Normal file
1188
game/tl/it/common.rpy
Normal file
File diff suppressed because it is too large
Load Diff
12
game/tl/it/options.rpy
Normal file
12
game/tl/it/options.rpy
Normal file
@ -0,0 +1,12 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
translate it strings:
|
||||
|
||||
# game/options.rpy:15
|
||||
old "SnootGame"
|
||||
new "SnootGame"
|
||||
|
||||
# game/options.rpy:27
|
||||
old "Patch9_RoastedLaika"
|
||||
new "Patch9_RoastedLaika"
|
||||
|
384
game/tl/it/screens.rpy
Normal file
384
game/tl/it/screens.rpy
Normal file
@ -0,0 +1,384 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
translate it strings:
|
||||
|
||||
# game/screens.rpy:355
|
||||
old "History"
|
||||
new "Cromologia"
|
||||
|
||||
# game/screens.rpy:356
|
||||
old "Save"
|
||||
new "Salva"
|
||||
|
||||
# game/screens.rpy:357
|
||||
old "Load"
|
||||
new "Carica"
|
||||
|
||||
# game/screens.rpy:358
|
||||
old "Delete"
|
||||
new "Cancella"
|
||||
|
||||
# game/screens.rpy:359
|
||||
old "Options"
|
||||
new "Opzioni"
|
||||
|
||||
# game/screens.rpy:361
|
||||
old "Return"
|
||||
new "Ritorna"
|
||||
|
||||
# game/screens.rpy:365
|
||||
old "End Replay"
|
||||
new "Finisci Replay"
|
||||
|
||||
# game/screens.rpy:369
|
||||
old "Main Menu"
|
||||
new "Menù Principale"
|
||||
|
||||
# game/screens.rpy:735
|
||||
old "Version [config.version!t]\n"
|
||||
new "Versione [config.version!t]\n"
|
||||
|
||||
# game/screens.rpy:742
|
||||
old "{size=30}Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]\nTo find more information about the game (and its source code) please visit {a=https://www.snootgame.xyz/}our website{/a}.{/size}"
|
||||
new "{size=30}Fatto con {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]\nPer trovare più informazioni sul gioco (ed il suo codice sorgente) per favore visita {a=https://www.snootgame.xyz/}il nostro sito{/a}.{/size}"
|
||||
|
||||
# game/screens.rpy:771
|
||||
old "Version [config.version!t]"
|
||||
new "Versione [config.version!t]"
|
||||
|
||||
# game/screens.rpy:773
|
||||
old "{color=#00FF00}{size=32}Update directory exists, updating is possible!\n{/size}{/color}"
|
||||
new "{color=#00FF00}{size=32}Esiste cartella di aggiornamento, è possibile aggiornare!\n{/size}{/color}"
|
||||
|
||||
# game/screens.rpy:775
|
||||
old "{color=#FF0000}{size=32}Update directory does not exist or is corrupt!\n{/size}{/color}"
|
||||
new "{color=#FF0000}{size=32}Non esiste cartella di aggiornamento oppure è corrotta!\n{/size}{/color}"
|
||||
|
||||
# game/screens.rpy:777
|
||||
old "Auto Update:"
|
||||
new "Aggiornamento Automatico:"
|
||||
|
||||
# game/screens.rpy:778
|
||||
old "{color=#FFFFFF}{size=32}Automatic Updates: [persistent.autoup!t]{/size}{/color}"
|
||||
new "{color=#FFFFFF}{size=32}Aggiornamenti Automatici: [persistent.autoup!t]{/size}{/color}"
|
||||
|
||||
# game/screens.rpy:779
|
||||
old "{size=36}Toggle Automatic Updates\n{/size}"
|
||||
new "{size=36}Attivare Aggiornamenti Automatici\n{/size}"
|
||||
|
||||
# game/screens.rpy:781
|
||||
old "Update Checker:"
|
||||
new "Controllore di Aggiornamenti:"
|
||||
|
||||
# game/screens.rpy:782
|
||||
old "{color=#FFFFFF}{size=32}[persistent.updateresult!t]{/size}{/color}"
|
||||
new "{color=#FFFFFF}{size=32}[persistent.updateresult!t]{/size}{/color}"
|
||||
|
||||
# game/screens.rpy:783
|
||||
old "{size=36}Check for Update\n{/size}"
|
||||
new "{size=36}Controlla Aggiornamenti\n{/size}"
|
||||
|
||||
# game/screens.rpy:785
|
||||
old "Updater:"
|
||||
new "Aggiornatore:"
|
||||
|
||||
# game/screens.rpy:786
|
||||
old "{color=#FFFFFF}{size=32}Server URL (click to edit):{/size}{/color}"
|
||||
new "{color=#FFFFFF}{size=32}URL del Server (clicca per modificare):{/size}{/color}"
|
||||
|
||||
# game/screens.rpy:801
|
||||
old "{size=36}Update Now!\n{/size}"
|
||||
new "{size=36}Aggiorna Ora!\n{/size}"
|
||||
|
||||
# game/screens.rpy:837
|
||||
old "Page {}"
|
||||
new "Pagina {}"
|
||||
|
||||
# game/screens.rpy:837
|
||||
old "Automatic saves"
|
||||
new "Salvataggi automatici"
|
||||
|
||||
# game/screens.rpy:837
|
||||
old "Quick saves"
|
||||
new "Salvataggi rapidi"
|
||||
|
||||
# game/screens.rpy:882
|
||||
old "{#file_time}%A, %B %d %Y, %H:%M"
|
||||
new "{#file_time}%A, %B %d %Y, %H:%M"
|
||||
|
||||
# game/screens.rpy:882
|
||||
old "Empty Slot"
|
||||
new "Slot Vuoto"
|
||||
|
||||
# game/screens.rpy:899
|
||||
old "<"
|
||||
new "<"
|
||||
|
||||
# game/screens.rpy:902
|
||||
old "{#auto_page}A"
|
||||
new "{#auto_page}A"
|
||||
|
||||
# game/screens.rpy:905
|
||||
old "{#quick_page}Q"
|
||||
new "{#quick_page}Q"
|
||||
|
||||
# game/screens.rpy:911
|
||||
old ">"
|
||||
new ">"
|
||||
|
||||
# game/screens.rpy:968
|
||||
old "Display"
|
||||
new "Schermo"
|
||||
|
||||
# game/screens.rpy:969
|
||||
old "Window"
|
||||
new "Finestra"
|
||||
|
||||
# game/screens.rpy:970
|
||||
old "Fullscreen"
|
||||
new "Schermo Pieno"
|
||||
|
||||
# game/screens.rpy:974
|
||||
old "Rollback Side"
|
||||
new "Lato di Ripristino"
|
||||
|
||||
# game/screens.rpy:975
|
||||
old "Disable"
|
||||
new "Disabilita"
|
||||
|
||||
# game/screens.rpy:976
|
||||
old "Left"
|
||||
new "Sinistra"
|
||||
|
||||
# game/screens.rpy:977
|
||||
old "Right"
|
||||
new "Destra"
|
||||
|
||||
# game/screens.rpy:980
|
||||
old "Naughty Stuff"
|
||||
new "Roba Birichina"
|
||||
|
||||
# game/screens.rpy:981
|
||||
old "Enable Lewd Images"
|
||||
new "Abilita Immagini Sconce"
|
||||
|
||||
# game/screens.rpy:985
|
||||
old "Language"
|
||||
new "Lingua"
|
||||
|
||||
# game/screens.rpy:1003
|
||||
old "Requires Restart"
|
||||
new "Richiede Riavvio"
|
||||
|
||||
# game/screens.rpy:1004
|
||||
old "Enable Forward-Scroll Movement"
|
||||
new "Abillita Movimento Scorrimento-Avanti"
|
||||
|
||||
# game/screens.rpy:1008
|
||||
old "Skip"
|
||||
new "Salta"
|
||||
|
||||
# game/screens.rpy:1009
|
||||
old "Unseen Text"
|
||||
new "Testo Non Visto"
|
||||
|
||||
# game/screens.rpy:1010
|
||||
old "After Choices"
|
||||
new "Dopo le Scelte"
|
||||
|
||||
# game/screens.rpy:1011
|
||||
old "Transitions"
|
||||
new "Transizioni"
|
||||
|
||||
# game/screens.rpy:1024
|
||||
old "Text Speed"
|
||||
new "Velocità del Testo"
|
||||
|
||||
# game/screens.rpy:1028
|
||||
old "Auto-Forward Time"
|
||||
new "Tempo di Avanzamento-Automatico"
|
||||
|
||||
# game/screens.rpy:1035
|
||||
old "Music Volume"
|
||||
new "Volume Musica"
|
||||
|
||||
# game/screens.rpy:1038
|
||||
old "Reset"
|
||||
new "Riavvia"
|
||||
|
||||
# game/screens.rpy:1043
|
||||
old "Sound Volume"
|
||||
new "Volume Suono"
|
||||
|
||||
# game/screens.rpy:1049
|
||||
old "Test"
|
||||
new "Test"
|
||||
|
||||
# game/screens.rpy:1051
|
||||
old "UI Sounds Volume"
|
||||
new "Volume Suoni UI"
|
||||
|
||||
# game/screens.rpy:1059
|
||||
old "Voice Volume"
|
||||
new "Volume Voce"
|
||||
|
||||
# game/screens.rpy:1070
|
||||
old "Mute All"
|
||||
new "Muta Tutto"
|
||||
|
||||
# game/screens.rpy:1189
|
||||
old "The dialogue history is empty."
|
||||
new "La cronologia dei dialoghi è vuota."
|
||||
|
||||
# game/screens.rpy:1310
|
||||
old "Keyboard"
|
||||
new "Tastiera"
|
||||
|
||||
# game/screens.rpy:1311
|
||||
old "Mouse"
|
||||
new "Mouse"
|
||||
|
||||
# game/screens.rpy:1313
|
||||
old "Gamepad"
|
||||
new "Controller"
|
||||
|
||||
# game/screens.rpy:1333
|
||||
old "Enter"
|
||||
new "Invio"
|
||||
|
||||
# game/screens.rpy:1334
|
||||
old "Advances dialogue and activates the interface."
|
||||
new "Avanza dialoghi ed attiva l'interfaccia."
|
||||
|
||||
# game/screens.rpy:1337
|
||||
old "Space"
|
||||
new "Spazio"
|
||||
|
||||
# game/screens.rpy:1338
|
||||
old "Advances dialogue without selecting choices."
|
||||
new "Avanza dialoghi senza selezionare scelte."
|
||||
|
||||
# game/screens.rpy:1341
|
||||
old "Arrow Keys"
|
||||
new "Frecce Direzionali"
|
||||
|
||||
# game/screens.rpy:1342
|
||||
old "Navigate the interface."
|
||||
new "Naviga l'interfaccia."
|
||||
|
||||
# game/screens.rpy:1345
|
||||
old "Escape"
|
||||
new "Esci"
|
||||
|
||||
# game/screens.rpy:1346
|
||||
old "Accesses the game menu. Also escapes the Gallery."
|
||||
new "Accedi al menù di gioco. Esci dalla Galleria."
|
||||
|
||||
# game/screens.rpy:1349
|
||||
old "Ctrl"
|
||||
new "Ctrl"
|
||||
|
||||
# game/screens.rpy:1350
|
||||
old "Skips dialogue while held down."
|
||||
new "Salta dialoghi quando premuto."
|
||||
|
||||
# game/screens.rpy:1353
|
||||
old "Tab"
|
||||
new "Tab"
|
||||
|
||||
# game/screens.rpy:1354
|
||||
old "Toggles dialogue skipping."
|
||||
new "Abilita il salto dei dialoghi."
|
||||
|
||||
# game/screens.rpy:1357
|
||||
old "Page Up"
|
||||
new "Pagina Sù"
|
||||
|
||||
# game/screens.rpy:1358
|
||||
old "Rolls back to earlier dialogue."
|
||||
new "Ripristina il dialogo precedente."
|
||||
|
||||
# game/screens.rpy:1361
|
||||
old "Page Down"
|
||||
new "Pagina Giù"
|
||||
|
||||
# game/screens.rpy:1362
|
||||
old "Rolls forward to later dialogue."
|
||||
new "Ripristina al dialogo successivo."
|
||||
|
||||
# game/screens.rpy:1366
|
||||
old "Hides the user interface."
|
||||
new "Nasconde l'interfaccia"
|
||||
|
||||
# game/screens.rpy:1370
|
||||
old "Takes a screenshot."
|
||||
new "Fa uno screenshot"
|
||||
|
||||
# game/screens.rpy:1374
|
||||
old "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}."
|
||||
new "Abilita {a=https://www.renpy.org/l/voicing}auto-doppiaggio{/a} assistivo."
|
||||
|
||||
# game/screens.rpy:1380
|
||||
old "Left Click"
|
||||
new "Tasto Sinistro"
|
||||
|
||||
# game/screens.rpy:1384
|
||||
old "Middle Click"
|
||||
new "Tasto Centrale"
|
||||
|
||||
# game/screens.rpy:1388
|
||||
old "Right Click"
|
||||
new "Tasto Destro"
|
||||
|
||||
# game/screens.rpy:1392
|
||||
old "Mouse Wheel Up\nClick Rollback Side"
|
||||
new "Rotella del Mouse Sù\nClicca Lato di Ripristino"
|
||||
|
||||
# game/screens.rpy:1396
|
||||
old "Mouse Wheel Down"
|
||||
new "Rotella del Mouse Giù"
|
||||
|
||||
# game/screens.rpy:1403
|
||||
old "Right Trigger\nA/Bottom Button"
|
||||
new "Grilletto Destro\nA/Pulsante in Basso"
|
||||
|
||||
# game/screens.rpy:1407
|
||||
old "Left Trigger\nLeft Shoulder"
|
||||
new "Grilletto sinistro\nLaterale Sinistro"
|
||||
|
||||
# game/screens.rpy:1411
|
||||
old "Right Shoulder"
|
||||
new "Laterale Destro"
|
||||
|
||||
# game/screens.rpy:1416
|
||||
old "D-Pad, Sticks"
|
||||
new "D-Pad, Stick"
|
||||
|
||||
# game/screens.rpy:1420
|
||||
old "Start, Guide"
|
||||
new "Start, Guide"
|
||||
|
||||
# game/screens.rpy:1421
|
||||
old "Accesses the game menu."
|
||||
new "Accedi al menù di gioco"
|
||||
|
||||
# game/screens.rpy:1424
|
||||
old "Y/Top Button"
|
||||
new "Y/Pulsante in Sù"
|
||||
|
||||
# game/screens.rpy:1427
|
||||
old "Calibrate"
|
||||
new "Calibra"
|
||||
|
||||
# game/screens.rpy:1490
|
||||
old "Yes"
|
||||
new "Sì"
|
||||
|
||||
# game/screens.rpy:1491
|
||||
old "No"
|
||||
new "No"
|
||||
|
||||
# game/screens.rpy:1537
|
||||
old "Skipping"
|
||||
new "Salto"
|
||||
|
140
game/tl/it/script.rpy
Normal file
140
game/tl/it/script.rpy
Normal file
@ -0,0 +1,140 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
translate it strings:
|
||||
|
||||
# game/script.rpy:137
|
||||
old "Anon"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:138
|
||||
old "Fang"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:139
|
||||
old "Lucy"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:140
|
||||
old "Rosa"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:141
|
||||
old "Stella"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:142
|
||||
old "Naomi"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:143
|
||||
old "Naser"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:144
|
||||
old "Trish"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:145
|
||||
old "Attendant"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:146
|
||||
old "Spears"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:147
|
||||
old "Reed"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:148
|
||||
old "Driver"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:150
|
||||
old "Fang's Mom"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:151
|
||||
old "Fang's Dad"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:153
|
||||
old "Lucy's Mom"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:154
|
||||
old "Lucy's Dad"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:156
|
||||
old "Mr. Tsuki"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:157
|
||||
old "(???)"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:158
|
||||
old "Mr. Jingo"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:159
|
||||
old "Maitre D"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:160
|
||||
old "Moe"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:161
|
||||
old "Vince"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:162
|
||||
old "Waitress"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:163
|
||||
old "Riley"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:164
|
||||
old "Tana"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:165
|
||||
old "Trevor"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:167
|
||||
old "Anon and Fang"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:168
|
||||
old "Street Vendor"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:171
|
||||
old "Fang Reed & Trish"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:172
|
||||
old "Fang and Trish"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:173
|
||||
old "Naser and Naomi"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:174
|
||||
old "Team member"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:175
|
||||
old "Everyone"
|
||||
new ""
|
||||
|
||||
# game/script.rpy:176
|
||||
old "Chet"
|
||||
new ""
|
||||
|
5188
game/tl/it/script/1.first-two-days-anon-meets-fang.rpy
Normal file
5188
game/tl/it/script/1.first-two-days-anon-meets-fang.rpy
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,932 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:8
|
||||
translate it chapter_10_a79e8242:
|
||||
|
||||
# A "Hang on, lemme get my key{cps=*.1}...{/cps}"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:10
|
||||
translate it chapter_10_842c4ca9:
|
||||
|
||||
# "I awkwardly fish around for it in my pocket, hand weighed down by some cheap first aid stuff from the nearby liquor store."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:13
|
||||
translate it chapter_10_d8901b47:
|
||||
|
||||
# A "{cps=*.4}This stuff wasn’t nece-{/cps}{w=.4}{nw}"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:15
|
||||
translate it chapter_10_5e1375a0:
|
||||
|
||||
# F "Shut up."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:17
|
||||
translate it chapter_10_9064cbc7:
|
||||
|
||||
# F "Open the door."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:20
|
||||
translate it chapter_10_f6e85d6b:
|
||||
|
||||
# "I finally managed to find my key wedged between my leg and wallet."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:22
|
||||
translate it chapter_10_ae147666:
|
||||
|
||||
# "Fang takes the key from me and opens the door before I can think to throw it out the broken window nearby."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:25
|
||||
translate it chapter_10_f9b497a5:
|
||||
|
||||
# "Welp. No turning back now."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:27
|
||||
translate it chapter_10_b08d0124:
|
||||
|
||||
# A "Welcome to Casa Del Shithole, occupancy a miserable weeb."
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:37
|
||||
translate it chapter_10_03c03db3:
|
||||
|
||||
# "Raptor Jesus threw me a bone at least."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:39
|
||||
translate it chapter_10_4ba4443d:
|
||||
|
||||
# "There’s no dirty dishes stacked in the sink."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:41
|
||||
translate it chapter_10_10e7a2ad:
|
||||
|
||||
# "The trash is mostly empty save for a discarded box of cereal."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:43
|
||||
translate it chapter_10_77ba344c:
|
||||
|
||||
# "And my monitor is NOT displaying something Saturnia related."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:46
|
||||
translate it chapter_10_ea26e59f:
|
||||
|
||||
# "The entrance isn’t big enough for both Fang and I, so I leave her supporting shoulder and limp my way to the twin-sized mattress on the floor."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:58
|
||||
translate it chapter_10_6de77e3d:
|
||||
|
||||
# "It’s so tempting to just drop face-first like usual, but I don’t think I’d survive the shock of the fall."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:70
|
||||
translate it chapter_10_74a2d3ca:
|
||||
|
||||
# F "{cps=*.1}...{/cps}Nice place{cps=*.1}...?{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:73
|
||||
translate it chapter_10_ed69034f:
|
||||
|
||||
# A "You don’t have to stay. I just wanna curl up in bed and sleep my sorrows away."
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:76
|
||||
translate it chapter_10_32f872d9:
|
||||
|
||||
# F "Anon it’s ten in the morning."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:79
|
||||
translate it chapter_10_7eb2e797:
|
||||
|
||||
# A "And?"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:82
|
||||
translate it chapter_10_93957748:
|
||||
|
||||
# F "And you’re fucking hurt. At least let me try and patch you up."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:84
|
||||
translate it chapter_10_cc65cf93:
|
||||
|
||||
# A "You do-"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:89
|
||||
translate it chapter_10_fdd4769a:
|
||||
|
||||
# "Fang’s glare makes my mouth click shut."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:93
|
||||
translate it chapter_10_3a8e3792:
|
||||
|
||||
# "Fang sets the bag of ice packs, icy hots, and sabre balm on my computer desk when something catches her eye."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:98
|
||||
translate it chapter_10_c92ef587:
|
||||
|
||||
# F "Is{cps=*.1}...{/cps} is that the phone roomba you bought a while back? You actually kept that thing?"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:100
|
||||
translate it chapter_10_4825cab4:
|
||||
|
||||
# "Fang is standing over the shoebox I’ve been using to hold my ‘pet’."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:102
|
||||
translate it chapter_10_d3c81c70:
|
||||
|
||||
# "I’ve put in a few wooden blocks for it to bump around."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:105
|
||||
translate it chapter_10_d95db720:
|
||||
|
||||
# A "Uhh, yeah. Can you go ahead and feed him for me?"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:108
|
||||
translate it chapter_10_8b83a62a:
|
||||
|
||||
# F "{cps=*.1}...{/cps}With this box of cornflakes?"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:110
|
||||
translate it chapter_10_dd4601da:
|
||||
|
||||
# A "Yeah{cps=*.1}...{/cps} two or three will do."
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:112
|
||||
translate it chapter_10_dec8be9f:
|
||||
|
||||
# F "{cps=*.1}...{/cps}And you taped your railgun to the top of it."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:114
|
||||
translate it chapter_10_9aead4e7:
|
||||
|
||||
# A "If you look close I gave him angry eyebrows too."
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:117
|
||||
translate it chapter_10_3a5d43bf:
|
||||
|
||||
# F "Why?"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:120
|
||||
translate it chapter_10_94385b44:
|
||||
|
||||
# A "Mom never let me have a pet. And he’s cute."
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:125
|
||||
translate it chapter_10_f2462593:
|
||||
|
||||
# F "He?"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:127
|
||||
translate it chapter_10_5156be09:
|
||||
|
||||
# A "Don’t make fun of Metal Gear RAYmba or else he’ll shoot you."
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:129
|
||||
translate it chapter_10_a0e5a09b:
|
||||
|
||||
# F "{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:131
|
||||
translate it chapter_10_456377f4:
|
||||
|
||||
# A "He’s armed with tiny angry marine munitions."
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:133
|
||||
translate it chapter_10_a0e5a09b_1:
|
||||
|
||||
# F "{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:136
|
||||
translate it chapter_10_6d549d5f:
|
||||
|
||||
# "Fang crumples up some of the flakes and pours the crumbs into RAY’s box."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:138
|
||||
translate it chapter_10_482fc460:
|
||||
|
||||
# "I can hear it happily ingesting breakfast from my bed."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:141
|
||||
translate it chapter_10_ccbb2e03:
|
||||
|
||||
# F "You are such a dweeb, Anon."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:143
|
||||
translate it chapter_10_154df1db:
|
||||
|
||||
# "There’s no heat in her words."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:151
|
||||
translate it chapter_10_bbce8020:
|
||||
|
||||
# "Fang turns to me, the small tub of disgusting green stuff in hand."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:153
|
||||
translate it chapter_10_4e6204d2:
|
||||
|
||||
# F "Alright, let me see where you’re hurt Anon."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:156
|
||||
translate it chapter_10_f1638dc1:
|
||||
|
||||
# "{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:158
|
||||
translate it chapter_10_f6821ea9:
|
||||
|
||||
# "{cps=*.4}No way in fuck.{/cps}"
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:161
|
||||
translate it chapter_10_e02bc756:
|
||||
|
||||
# F "Now."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:164
|
||||
translate it chapter_10_1a34901a:
|
||||
|
||||
# "Shit. When did Fang learn the patented Mom Glare."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:167
|
||||
translate it chapter_10_8a3c4248:
|
||||
|
||||
# F "Take off your shirt."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:169
|
||||
translate it chapter_10_0953ffde:
|
||||
|
||||
# A "{cps=*.4}Wait wha-{/cps}{w=.4}{nw}"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:172
|
||||
translate it chapter_10_0a847b8e:
|
||||
|
||||
# F "Take it off or I’ll cut it off with your knife."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:175
|
||||
translate it chapter_10_5c733eef:
|
||||
|
||||
# A "{cps=*.1}...{/cps}Fine{cps=*.1}...{/cps}"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:185
|
||||
translate it chapter_10_e5517e2d:
|
||||
|
||||
# "I step into my tiny shower stall and turn on the water."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:187
|
||||
translate it chapter_10_23de8aab:
|
||||
|
||||
# "The shower head sputters before it starts weakly spraying lukewarm water."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:196
|
||||
translate it chapter_10_18995d38:
|
||||
|
||||
# "The temperature of the water doesn’t help the tension in my muscles or the bruises marring my skin."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:205
|
||||
translate it chapter_10_9f271066:
|
||||
|
||||
# "I stretch around and see massive blotches of purple and black splattered across my torso."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:216
|
||||
translate it chapter_10_d5b5e330:
|
||||
|
||||
# "Each contusion is hot to the touch under my fingers and the pain is intense."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:224
|
||||
translate it chapter_10_ce2b637f:
|
||||
|
||||
# "The worst is across my chest where the bollard hit me."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:234
|
||||
translate it chapter_10_e2c40459:
|
||||
|
||||
# "I eventually get finished examining my wicked wounds and step out of the bathroom."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:236
|
||||
translate it chapter_10_faa9c902:
|
||||
|
||||
# "Fang is on her phone doing Raptor Jesus knows what."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:246
|
||||
translate it chapter_10_b3f9abbf:
|
||||
|
||||
# "Fang then pats the bed."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:249
|
||||
translate it chapter_10_ff8faea9:
|
||||
|
||||
# F "Come here."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:252
|
||||
translate it chapter_10_9b4270dd:
|
||||
|
||||
# "I walk over and lie down on my stomach."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:265
|
||||
translate it chapter_10_cac3da1d:
|
||||
|
||||
# F "Jesus that's bad{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:268
|
||||
translate it chapter_10_ee3dd4d0:
|
||||
|
||||
# "I then felt a cold cream and soft touch on my back, along with a massive jolt of pain."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:270
|
||||
translate it chapter_10_d1dcfe11:
|
||||
|
||||
# A "FUCK!"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:272
|
||||
translate it chapter_10_5c5b62f7:
|
||||
|
||||
# F "Shit, sorry! Are you okay?"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:275
|
||||
translate it chapter_10_ec046ea5:
|
||||
|
||||
# A "Yeah, just didn’t expect it to hurt that bad{cps=*.1}...{/cps}"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:278
|
||||
translate it chapter_10_662615a2:
|
||||
|
||||
# F "Just try to relax."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:280
|
||||
translate it chapter_10_0b3075ba:
|
||||
|
||||
# "I sigh and try my hardest not to freak out when she touches me."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:282
|
||||
translate it chapter_10_a737de1e:
|
||||
|
||||
# "She eventually finds a sweet spot of pressure to apply. It still hurts a little, but it doesn’t cause me to wince."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:287
|
||||
translate it chapter_10_29a1975f:
|
||||
|
||||
# "Her hands are soft."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:289
|
||||
translate it chapter_10_4c9e5462:
|
||||
|
||||
# "I find myself relaxing under Fang’s ministrations."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:292
|
||||
translate it chapter_10_61a7c440:
|
||||
|
||||
# F "Starting to feel better now?"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:294
|
||||
translate it chapter_10_8ce61eb8:
|
||||
|
||||
# "I nod."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:296
|
||||
translate it chapter_10_e0040715:
|
||||
|
||||
# "My eyes feel heavy as the ointment begins to warm up, drawing away tension from my aching muscles."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:298
|
||||
translate it chapter_10_fcdf3bf8:
|
||||
|
||||
# "I can make out a steady thumping on my bed."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:300
|
||||
translate it chapter_10_8685912d:
|
||||
|
||||
# "My senses fade more until all I’m aware of is Fang’s fingers tracing circles over my sore back and the sound of thumping."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:303
|
||||
translate it chapter_10_e6e25318:
|
||||
|
||||
# "I wonder what that is."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:306
|
||||
translate it chapter_10_22068f55:
|
||||
|
||||
# "Fang’s hands slow to a stop and eventually pull away, leaving me disappointed."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:309
|
||||
translate it chapter_10_98e72942:
|
||||
|
||||
# "The bed shifts."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:312
|
||||
translate it chapter_10_8b5dcbe5:
|
||||
|
||||
# F "Anon."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:314
|
||||
translate it chapter_10_d68a1ee9:
|
||||
|
||||
# "There’s something in her voice, but I can’t discern it."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:317
|
||||
translate it chapter_10_2c23493f:
|
||||
|
||||
# A "Hm?"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:320
|
||||
translate it chapter_10_748ac476:
|
||||
|
||||
# F "I need to do the front."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:323
|
||||
translate it chapter_10_94004a03:
|
||||
|
||||
# "Oh."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:331
|
||||
translate it chapter_10_3f152cff:
|
||||
|
||||
# "Okay then."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:334
|
||||
translate it chapter_10_e151a9cd:
|
||||
|
||||
# "I roll over onto my back."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:342
|
||||
translate it chapter_10_df01031c:
|
||||
|
||||
# "And find myself face to beak with her."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:345
|
||||
translate it chapter_10_37fefd03:
|
||||
|
||||
# "Dangerously close."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:348
|
||||
translate it chapter_10_33cecfbb:
|
||||
|
||||
# "I can feel her breath on my lips and I blush."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:350
|
||||
translate it chapter_10_a3302084:
|
||||
|
||||
# "It never even occurred to me that I could apply the ointment on myself."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:353
|
||||
translate it chapter_10_c36232f1:
|
||||
|
||||
# "I want to look aside."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:355
|
||||
translate it chapter_10_cff8054f:
|
||||
|
||||
# "Turn my face away to hide the growing blush."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:358
|
||||
translate it chapter_10_083beb34:
|
||||
|
||||
# "But I can’t."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:360
|
||||
translate it chapter_10_4ab4a5c6:
|
||||
|
||||
# "I’m entranced looking into Fang’s warm amber eyes."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:363
|
||||
translate it chapter_10_338ad754:
|
||||
|
||||
# "Millions of words flash through my head as I try to find something to say."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:365
|
||||
translate it chapter_10_3757c5be:
|
||||
|
||||
# "Fang is looking right back."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:367
|
||||
translate it chapter_10_e12ecde1:
|
||||
|
||||
# "Eyes that seemed to glow with what little sunlight filling the room stared into mine."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:370
|
||||
translate it chapter_10_7917e98b:
|
||||
|
||||
# "I wonder{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:372
|
||||
translate it chapter_10_c74a04ac:
|
||||
|
||||
# "I hope{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:378
|
||||
translate it chapter_10_8f52dce0:
|
||||
|
||||
# "Do you like me, Fang?"
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:381
|
||||
translate it chapter_10_17131f5b:
|
||||
|
||||
# F "A-Anon{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:384
|
||||
translate it chapter_10_41fe9e4e:
|
||||
|
||||
# "I’m pulled out of my thoughts by her voice."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:387
|
||||
translate it chapter_10_753751a3:
|
||||
|
||||
# "Fang’s blushing heavily too, now."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:389
|
||||
translate it chapter_10_85377e2b:
|
||||
|
||||
# "And her tail is positively hammering away at my bed."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:392
|
||||
translate it chapter_10_71846403:
|
||||
|
||||
# "Wait."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:395
|
||||
translate it chapter_10_f929fa51:
|
||||
|
||||
# "{cps=*.3}Oh fuck.{/cps}"
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:397
|
||||
translate it chapter_10_c035d474:
|
||||
|
||||
# "Did I?"
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:400
|
||||
translate it chapter_10_5186e326:
|
||||
|
||||
# A "I- um{cps=*.1}...{/cps} w-was that{cps=*.1}...{/cps} did I say-"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:403
|
||||
translate it chapter_10_798b31c4:
|
||||
|
||||
# F "Y-yeah{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:405
|
||||
translate it chapter_10_fabe2da1:
|
||||
|
||||
# A "{cps=*.3}Fffffffffff-{/cps}"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:411
|
||||
translate it chapter_10_5d7edcb2:
|
||||
|
||||
# "My head sinks back into my pillow."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:413
|
||||
translate it chapter_10_de50291a:
|
||||
|
||||
# A "{cps=*.3}-ffffffffff{/cps}{i}fuck{/i}."
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:416
|
||||
translate it chapter_10_620ea31f:
|
||||
|
||||
# "A snort escapes from Fang’s beak."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:426
|
||||
translate it chapter_10_3d19d680:
|
||||
|
||||
# F "You’re such a fucking dweeb{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:429
|
||||
translate it chapter_10_5adb831e:
|
||||
|
||||
# "Her fingers brush lightly across the largest bruise on my chest, without ointment."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:434
|
||||
translate it chapter_10_cd5c566c:
|
||||
|
||||
# F "You mutter from time to time. I didn’t start noticing til our{cps=*.1}...{/cps} d-date{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:437
|
||||
translate it chapter_10_07725c11:
|
||||
|
||||
# "I groan aloud."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:439
|
||||
translate it chapter_10_7bb85a56:
|
||||
|
||||
# "So the entire time{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:441
|
||||
translate it chapter_10_0410a56b:
|
||||
|
||||
# F "Yeah{cps=*.1}...{/cps} It’s uh{cps=*.1}...{/cps} kinda cute{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:444
|
||||
translate it chapter_10_a57cac18:
|
||||
|
||||
# A "Raptor Jesus on his cross of rock. So for months now-"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:446
|
||||
translate it chapter_10_2f6bd375:
|
||||
|
||||
# F "I’ve known. And{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:453
|
||||
translate it chapter_10_24d7cc1f:
|
||||
|
||||
# "Fang leans over me with her hand braced next to my head in support."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:456
|
||||
translate it chapter_10_7e5b530d:
|
||||
|
||||
# F "I{cps=*.1}...{/cps} like you too{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:459
|
||||
translate it chapter_10_f21444b8:
|
||||
|
||||
# "Fang’s hand moves back to my chest, resting just over my machine-gun beating heart."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:462
|
||||
translate it chapter_10_69ab1108:
|
||||
|
||||
# "Her head slowly descends toward mine."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:464
|
||||
translate it chapter_10_64faa66b:
|
||||
|
||||
# "And before we can start trying to figure out how Human-Dino tonsil hockey is played."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:466
|
||||
translate it chapter_10_f5e13bb1:
|
||||
|
||||
# "Fang’s weight begins to press down behind her hand."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:469
|
||||
translate it chapter_10_def67fe6:
|
||||
|
||||
# "Which is dead center of the most serious bruise on my chest."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:475
|
||||
translate it chapter_10_950cff99:
|
||||
|
||||
# A "FUCK!" with vpunch
|
||||
A "" with vpunch
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:477
|
||||
translate it chapter_10_18853c65:
|
||||
|
||||
# F "Oh shit sorrysorrysorry-"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:483
|
||||
translate it chapter_10_e10b64de:
|
||||
|
||||
# A "{cps=*.15}Haaaah.{/cps}"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:485
|
||||
translate it chapter_10_94f87304:
|
||||
|
||||
# "I manage to catch my breath."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:488
|
||||
translate it chapter_10_a37a10ec:
|
||||
|
||||
# A "I’m okay. Just ow{cps=*.1}...{/cps}"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:491
|
||||
translate it chapter_10_a2f2c2fb:
|
||||
|
||||
# "My hand wraps around Fang’s."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:493
|
||||
translate it chapter_10_3e4c9af6:
|
||||
|
||||
# A "M-maybe uh{cps=*.1}...{/cps} something else?"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:495
|
||||
translate it chapter_10_3bca1d52:
|
||||
|
||||
# A "That won’t stress these."
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:497
|
||||
translate it chapter_10_64df486c:
|
||||
|
||||
# "I nod at the blemishes across my chest."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:500
|
||||
translate it chapter_10_7d6dc22d:
|
||||
|
||||
# F "Er{cps=*.1}...{/cps} {cps=*.25}liiiiike{/cps}{cps=*.1}...?{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:503
|
||||
translate it chapter_10_97151cd8:
|
||||
|
||||
# A "{cps=*.2}Liiike{/cps}{cps=*.1}...{/cps} hug? Maybe? I don-"
|
||||
A ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:509
|
||||
translate it chapter_10_1f0629e5:
|
||||
|
||||
# "I’m cut off by Fang moving closer to me again."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:511
|
||||
translate it chapter_10_a38744a4:
|
||||
|
||||
# "Her arm shifts, moving from my chest to my shoulder."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:514
|
||||
translate it chapter_10_a50862e7:
|
||||
|
||||
# "Her wing drapes over both of us, becoming a soft and warm blanket of feathers."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:516
|
||||
translate it chapter_10_60dc3f8e:
|
||||
|
||||
# "And her head lands next to mine, sinking into our now shared pillow until I’m eye to eye with her."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:519
|
||||
translate it chapter_10_670f7540:
|
||||
|
||||
# F "Cuddling it is."
|
||||
F ""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:521
|
||||
translate it chapter_10_2e01bcfc:
|
||||
|
||||
# "I smile and nod."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:524
|
||||
translate it chapter_10_ffca6583:
|
||||
|
||||
# "Even if Fang is now laying atop my arm and I’m starting to lose feeling in it."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:526
|
||||
translate it chapter_10_e427f6d4:
|
||||
|
||||
# "The feel of her warm body pressed against my side is definitely worth it."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:529
|
||||
translate it chapter_10_db99cbf9:
|
||||
|
||||
# "And between that warmth and the plush wing-blanket, my eyes grow heavy again."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:532
|
||||
translate it chapter_10_f944aa09:
|
||||
|
||||
# "Fang’s already started to snore, right into my ear."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:535
|
||||
translate it chapter_10_029ec7f7:
|
||||
|
||||
# "Fuck it. I close my eyes and decide that sleeping with Fang is easily the best thing to happen to me."
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:538
|
||||
translate it chapter_10_5a015d00:
|
||||
|
||||
# "Ah, there{cps=*.1}...{/cps} we{cps=*.1}...{/cps} go{size=-5}o{/size}{size=-10}o{/size}{cps=*.1}{size=-10}...{/size}{/cps}"
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:546
|
||||
translate it chapter_10_75e32a77:
|
||||
|
||||
# "Z{size=-5}z{/size}{size=-10}z{/size}"
|
||||
""
|
||||
|
||||
# game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy:548
|
||||
translate it chapter_10_f1638dc1_1:
|
||||
|
||||
# "{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
8178
game/tl/it/script/11.school-assignment-and-route-lock.rpy
Normal file
8178
game/tl/it/script/11.school-assignment-and-route-lock.rpy
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,302 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:5
|
||||
translate it chapter_11A_57608767:
|
||||
|
||||
# "I help Fang through the first few questions until she says she has a good grasp on the concept."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:7
|
||||
translate it chapter_11A_53de02b5:
|
||||
|
||||
# "Eventually I’m able to focus on my own work again, making steady progress through the remaining problems."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:10
|
||||
translate it chapter_11A_10cb1f54:
|
||||
|
||||
# "My mind wanders back to the idea of going to Prom."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:12
|
||||
translate it chapter_11A_db931904:
|
||||
|
||||
# "I honestly don’t feel like going."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:14
|
||||
translate it chapter_11A_f4be3bf3:
|
||||
|
||||
# "Maybe Fang will feel the same about skipping prom and just going to the beach or something."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:17
|
||||
translate it chapter_11A_0665a8e3:
|
||||
|
||||
# A "Hey Fang. Do-"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:22
|
||||
translate it chapter_11A_5148fa4b:
|
||||
|
||||
# "Something’s off with Fang, she’s gazing vacantly into space."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:24
|
||||
translate it chapter_11A_5e8c8515:
|
||||
|
||||
# "Her worksheet lies untouched in front of her."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:26
|
||||
translate it chapter_11A_7171edcd:
|
||||
|
||||
# A "{cps=*.1}...{/cps}Fang?"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:29
|
||||
translate it chapter_11A_784b7a01:
|
||||
|
||||
# F "{cps=*.1}...{/cps}I’ve decided."
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:31
|
||||
translate it chapter_11A_829169f7:
|
||||
|
||||
# A "Huh?"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:34
|
||||
translate it chapter_11A_ee17c2e8:
|
||||
|
||||
# F "VVURM DRAMA has to play for the school at prom."
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:36
|
||||
translate it chapter_11A_b7041cc7:
|
||||
|
||||
# F "It’s the only way that everyone will finally see our talent."
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:39
|
||||
translate it chapter_11A_af05d71e:
|
||||
|
||||
# A "Wait, your band? But I thought you broke off last mon-"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:44
|
||||
translate it chapter_11A_89bbfc3d:
|
||||
|
||||
# F "Oh, don’t worry about that."
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:46
|
||||
translate it chapter_11A_140df526:
|
||||
|
||||
# F "Trish called with the idea last night and I apologized!"
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:51
|
||||
translate it chapter_11A_2a3fa510:
|
||||
|
||||
# A "I-wait, {i}you{/i} apologized?"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:54
|
||||
translate it chapter_11A_d49dab18:
|
||||
|
||||
# F "Thinking about it again, leaving the band was something of an overreaction on my part."
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:56
|
||||
translate it chapter_11A_0cf62217:
|
||||
|
||||
# A "Overreaction? But she-"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:58
|
||||
translate it chapter_11A_68b23159:
|
||||
|
||||
# F "Trish has been my friend for a long time, and I shouldn’t have been so harsh on her."
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:60
|
||||
translate it chapter_11A_f42f0ced:
|
||||
|
||||
# A "Uh{cps=*.1}...{/cps}{w=.2} ye-{w=.4}{nw}"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:63
|
||||
translate it chapter_11A_cb936082:
|
||||
|
||||
# F "So the band’s back together!"
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:65
|
||||
translate it chapter_11A_c6e70309:
|
||||
|
||||
# F "Isn’t that great!?"
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:67
|
||||
translate it chapter_11A_4cf0cd74:
|
||||
|
||||
# A "I-I, uh, sure?"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:69
|
||||
translate it chapter_11A_300b6da2:
|
||||
|
||||
# F "So you’ll go to prom to help us play, right?"
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:72
|
||||
translate it chapter_11A_bc6d7537:
|
||||
|
||||
# "So much for avoiding it. Fuck me."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:74
|
||||
translate it chapter_11A_a7981a65:
|
||||
|
||||
# A "Guess I don’t have much of a choice."
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:76
|
||||
translate it chapter_11A_32138f76:
|
||||
|
||||
# A "You sure about Trish though?"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:78
|
||||
translate it chapter_11A_1db507b4:
|
||||
|
||||
# A "{cps=*.6}She proba-{/cps}{w=.4}{nw}"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:81
|
||||
translate it chapter_11A_8c68f564:
|
||||
|
||||
# F "Oh, you can apologize to her at lunch today."
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:90
|
||||
translate it chapter_11A_13b4e631:
|
||||
|
||||
# A "Wh-buh{cps=*.1}...{/cps} What?!"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:95
|
||||
translate it chapter_11A_c619164b:
|
||||
|
||||
# A "Why in the seven fucks would I apologize to her?"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:99
|
||||
translate it chapter_11A_a821fb1e:
|
||||
|
||||
# A "The janitors have stopped washing my locker since it just gets more dicks drawn on it every day!"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:102
|
||||
translate it chapter_11A_a7a14206:
|
||||
|
||||
# A "There’s more dicks on my locker than in a pride parade for fucks sake!"
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:105
|
||||
translate it chapter_11A_ef066920:
|
||||
|
||||
# F "It’s easier than just letting it boil, right?"
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:107
|
||||
translate it chapter_11A_d8ee1bbd:
|
||||
|
||||
# F "You should be more willing to forgive people."
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:110
|
||||
translate it chapter_11A_0ac798ae:
|
||||
|
||||
# F "Come on, we both have limited friend groups."
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:112
|
||||
translate it chapter_11A_1a98aaf3:
|
||||
|
||||
# F "We can’t afford to burn bridges when we can just accept things, right?"
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:115
|
||||
translate it chapter_11A_f1638dc1:
|
||||
|
||||
# "{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:117
|
||||
translate it chapter_11A_2ce83728:
|
||||
|
||||
# "When she puts it like that."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:120
|
||||
translate it chapter_11A_c4c620fe:
|
||||
|
||||
# A "I{cps=*.1}...{/cps} Whatever. Fine."
|
||||
A ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:126
|
||||
translate it chapter_11A_539722eb:
|
||||
|
||||
# "But how she put it."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:128
|
||||
translate it chapter_11A_fac801d6:
|
||||
|
||||
# "Maybe it’s just me, but she seems a little{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:130
|
||||
translate it chapter_11A_95096231:
|
||||
|
||||
# "Frantic."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:136
|
||||
translate it chapter_11A_4292df86:
|
||||
|
||||
# F "Ohh, thank you so much Anon!"
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:138
|
||||
translate it chapter_11A_86fbf73f:
|
||||
|
||||
# F "I’ll start looking for a good suit to wear!"
|
||||
F ""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:141
|
||||
translate it chapter_11A_2d88d8fc:
|
||||
|
||||
# "Fang yanks her phone out and starts looking through an online catalogue of androgynous formal wear."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:144
|
||||
translate it chapter_11A_a87bb792:
|
||||
|
||||
# "Well, this can’t be a good sign."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:146
|
||||
translate it chapter_11A_261c87bf:
|
||||
|
||||
# "\"Highlight of our time here at Volcano High\" indeed."
|
||||
""
|
||||
|
||||
# game/script/11A.fang-desperately-wants-to-win-prom-night.rpy:156
|
||||
translate it chapter_11A_f1638dc1_1:
|
||||
|
||||
# "{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
@ -0,0 +1,326 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:13
|
||||
translate it chapter_11B_176dad86:
|
||||
|
||||
# "I turn back to see Fang giving me a raised eyebrow and a smug grin."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:15
|
||||
translate it chapter_11B_f8660223:
|
||||
|
||||
# F "So{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:18
|
||||
translate it chapter_11B_2c23493f:
|
||||
|
||||
# A "Hm?"
|
||||
A ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:22
|
||||
translate it chapter_11B_7fc66b1e:
|
||||
|
||||
# "Fang's eyebrows rise and fall faster and faster."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:24
|
||||
translate it chapter_11B_e170ad3a:
|
||||
|
||||
# "as if she's trying to send a message in morse code."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:27
|
||||
translate it chapter_11B_6f942cd0:
|
||||
|
||||
# "Wait wha-"
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:29
|
||||
translate it chapter_11B_6f373c6d:
|
||||
|
||||
# F "Heh. See, you can learn, Anon."
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:32
|
||||
translate it chapter_11B_94004a03:
|
||||
|
||||
# "Oh."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:34
|
||||
translate it chapter_11B_42f3e19f:
|
||||
|
||||
# "OH!"
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:36
|
||||
translate it chapter_11B_0a1535a0:
|
||||
|
||||
# "Oh god she’s still on about that?!"
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:38
|
||||
translate it chapter_11B_166a7b30:
|
||||
|
||||
# "{cps=*.1}...{/cps}She does seem pretty serious about it."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:40
|
||||
translate it chapter_11B_67740e29:
|
||||
|
||||
# "We’ve been friends long enough{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:42
|
||||
translate it chapter_11B_228a6bbb:
|
||||
|
||||
# "I guess it’s the least I can do to start going along with it."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:45
|
||||
translate it chapter_11B_c07d00fd:
|
||||
|
||||
# F "I didn’t realize you were Pan, Anon."
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:48
|
||||
translate it chapter_11B_8a3002c3:
|
||||
|
||||
# A "Pan? Wait, what does a Raptor William’s movie have to do with this?"
|
||||
A ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:56
|
||||
translate it chapter_11B_4ad8ed04:
|
||||
|
||||
# F "No, dummy! You’re Pansexual!"
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:60
|
||||
translate it chapter_11B_0193beaf:
|
||||
|
||||
# A "I’m sorry, what?"
|
||||
A ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:62
|
||||
translate it chapter_11B_7deaa74f:
|
||||
|
||||
# F "You’re Pan!"
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:64
|
||||
translate it chapter_11B_b4251278:
|
||||
|
||||
# F "That means you’re willing to date people regardless of identity!"
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:67
|
||||
translate it chapter_11B_e8f2830f:
|
||||
|
||||
# "Do I come off as that desperate{cps=*.1}...?{/cps}"
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:71
|
||||
translate it chapter_11B_52f0f46c:
|
||||
|
||||
# F "I’m an enbie, you recognize me, we’re dating, therefore you are Pan!"
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:74
|
||||
translate it chapter_11B_bd85abc5:
|
||||
|
||||
# "Fang deserves a gold medal at the mental gymnastic olympics."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:76
|
||||
translate it chapter_11B_6fad17e8:
|
||||
|
||||
# "Even the French would give that routine a ten outta ten."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:79
|
||||
translate it chapter_11B_b61cae09:
|
||||
|
||||
# "Aaaaanyways{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:81
|
||||
translate it chapter_11B_e776e22d:
|
||||
|
||||
# F "Mumblin’ again."
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:83
|
||||
translate it chapter_11B_c46ca81e:
|
||||
|
||||
# A "{cps=*.1}...{/cps}Prom! You uh{cps=*.1}...{/cps} wanna actually like{cps=*.1}...{/cps} go? Together?"
|
||||
A ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:85
|
||||
translate it chapter_11B_c7830db0:
|
||||
|
||||
# "Ugh, which is worse, the panny stuff or prom?"
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:90
|
||||
translate it chapter_11B_8cc68d78:
|
||||
|
||||
# F "Mmmm{cps=*.1}...{/cps} naaaaah."
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:93
|
||||
translate it chapter_11B_af40e7eb:
|
||||
|
||||
# F "Prom is like{cps=*.1}...{/cps} so lame, ya know?"
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:95
|
||||
translate it chapter_11B_0fe198c7:
|
||||
|
||||
# A "O-oh. Yeah, I get ya. Not to mention a waste of money."
|
||||
A ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:98
|
||||
translate it chapter_11B_fae3d594:
|
||||
|
||||
# F "Yeah. Money better spent on actual good stuff."
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:100
|
||||
translate it chapter_11B_598ba099:
|
||||
|
||||
# A "Like carfe?"
|
||||
A ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:103
|
||||
translate it chapter_11B_dfa41233:
|
||||
|
||||
# "In the distance I can hear Reed rebuffing my attempt to try his product."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:105
|
||||
translate it chapter_11B_b0ad7595:
|
||||
|
||||
# F "Yeah. And booze."
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:107
|
||||
translate it chapter_11B_eccc25da:
|
||||
|
||||
# A "Yeah totally. Like, prom cash is way better spent on fun stuff like liquor."
|
||||
A ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:111
|
||||
translate it chapter_11B_a1c0b6db:
|
||||
|
||||
# F "In fact, we totally should."
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:114
|
||||
translate it chapter_11B_04fb369d:
|
||||
|
||||
# A "Should what?"
|
||||
A ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:116
|
||||
translate it chapter_11B_dbe2f43a:
|
||||
|
||||
# F "Have our own prom! Just the two of us! With booze!"
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:118
|
||||
translate it chapter_11B_d9a0aa45:
|
||||
|
||||
# "I consider the idea for a moment."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:121
|
||||
translate it chapter_11B_7629d112:
|
||||
|
||||
# "Just Fang, me and a few dozen cans of beer somewhere."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:127
|
||||
translate it chapter_11B_9684b80a:
|
||||
|
||||
# A "Fuck yeah!"
|
||||
A ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:131
|
||||
translate it chapter_11B_3087c243:
|
||||
|
||||
# F "Fuck yeah!"
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:133
|
||||
translate it chapter_11B_04c92c78:
|
||||
|
||||
# Drf "Quiet down, you in the back."
|
||||
Drf ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:136
|
||||
translate it chapter_11B_26edff3d:
|
||||
|
||||
# A "Oops."
|
||||
A ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:140
|
||||
translate it chapter_11B_9a8b8235:
|
||||
|
||||
# A "Crap, the assignment!"
|
||||
A ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:143
|
||||
translate it chapter_11B_66186ac8:
|
||||
|
||||
# F "You’re still worried about that?"
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:145
|
||||
translate it chapter_11B_3362a934:
|
||||
|
||||
# "I flip the page over to reveal the second half, which we only have about ten minutes to finish."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:148
|
||||
translate it chapter_11B_f902a1a1:
|
||||
|
||||
# F "It’s just the one assignment, and there’s already no way you can finish, right?"
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:151
|
||||
translate it chapter_11B_60a0daa5:
|
||||
|
||||
# F "Just relax, take a break now and then."
|
||||
F ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:153
|
||||
translate it chapter_11B_1c59fed2:
|
||||
|
||||
# "I worriedly glance at the page again."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:156
|
||||
translate it chapter_11B_70273cf8:
|
||||
|
||||
# "Maybe she’s{cps=*.1}...{/cps} they’re right."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:159
|
||||
translate it chapter_11B_f627df4f:
|
||||
|
||||
# A "Alright, sure."
|
||||
A ""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:169
|
||||
translate it chapter_11B_7fb6f928:
|
||||
|
||||
# "The two of us continue making plans up to the bell, and I toss the paper out when I leave."
|
||||
""
|
||||
|
||||
# game/script/11B.anon-gets-fangs'-pronouns-right,-and-she's-smug-about-it.rpy:171
|
||||
translate it chapter_11B_f1638dc1:
|
||||
|
||||
# "{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
@ -0,0 +1,572 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:5
|
||||
translate it chapter_11C_20f7e434:
|
||||
|
||||
# "Turning back to Fang, her hands are trying to cover her face."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:7
|
||||
translate it chapter_11C_880287fe:
|
||||
|
||||
# "Except the frown that’s impossible to hide with her long beak."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:10
|
||||
translate it chapter_11C_817ba776:
|
||||
|
||||
# A "Fang? You okay?"
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:19
|
||||
translate it chapter_11C_46629eaa:
|
||||
|
||||
# "An embarrassed smile forms as she begins to shake her head."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:22
|
||||
translate it chapter_11C_9b60d411:
|
||||
|
||||
# F "Yeah. I'm good. Just, was reminded of something embarrassing."
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:24
|
||||
translate it chapter_11C_0b716a4f:
|
||||
|
||||
# A "What?"
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:28
|
||||
translate it chapter_11C_23f3a0d2:
|
||||
|
||||
# F "Trish."
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:30
|
||||
translate it chapter_11C_dc3bdc05:
|
||||
|
||||
# A "Trish?"
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:33
|
||||
translate it chapter_11C_6ef0e4de:
|
||||
|
||||
# F "I can't help it, I see her every day. We tried signing up to as many classes together as we could and now I regret it."
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:35
|
||||
translate it chapter_11C_0caed630:
|
||||
|
||||
# F "And every time I do I’m reminded of{cps=*.1}...{/cps} this whole thing."
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:38
|
||||
translate it chapter_11C_65627b94:
|
||||
|
||||
# A "I’m not good at the pronoun game, Fang. What whole thing?"
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:40
|
||||
translate it chapter_11C_bd1fec63:
|
||||
|
||||
# F "THAT, the pronoun thing!"
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:42
|
||||
translate it chapter_11C_7b7768dd:
|
||||
|
||||
# F "Now things are{cps=*.1}...{/cps} different."
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:45
|
||||
translate it chapter_11C_1d503824:
|
||||
|
||||
# F "And, I wish I hung out with Naser more than{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:48
|
||||
translate it chapter_11C_2af3b4fd:
|
||||
|
||||
# F "{cps=*.1}...{/cps}her."
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:51
|
||||
translate it chapter_11C_425c3dde:
|
||||
|
||||
# "There's some disdain in the way she said it."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:54
|
||||
translate it chapter_11C_725a33b5:
|
||||
|
||||
# "Now that they mentioned it, Trish has been very weird lately."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:56
|
||||
translate it chapter_11C_06d65c06:
|
||||
|
||||
# "Should I mention to Fang the fact that every day in Math period I try to check if there's a bomb under my seat?"
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:59
|
||||
translate it chapter_11C_b4da441f:
|
||||
|
||||
# F "You're the one I see the least. It's such a shame."
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:62
|
||||
translate it chapter_11C_5eb4a135:
|
||||
|
||||
# "Fang starts stroking my hand on the table."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:64
|
||||
translate it chapter_11C_938e54d5:
|
||||
|
||||
# F "Now though{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:66
|
||||
translate it chapter_11C_d981942a:
|
||||
|
||||
# F "I’ve been thinking and{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:68
|
||||
translate it chapter_11C_7fc3d890:
|
||||
|
||||
# F "And{cps=*.1}...{/cps} I wouldn’t mind{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:71
|
||||
translate it chapter_11C_6215cc86:
|
||||
|
||||
# F "Wouldn’t mind if you called me Lucy."
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:74
|
||||
translate it chapter_11C_020009c8:
|
||||
|
||||
# F "I{cps=*.1}...{/cps} I’d like it, in fact."
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:77
|
||||
translate it chapter_11C_ba0321c4:
|
||||
|
||||
# A "I{cps=*.1}...{/cps} A-are you sure?"
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:79
|
||||
translate it chapter_11C_49c0701b:
|
||||
|
||||
# F "Mhm."
|
||||
F ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:82
|
||||
translate it chapter_11C_914f7b2f:
|
||||
|
||||
# "There’s a fragility to her voice. A stiffness in her nod."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:84
|
||||
translate it chapter_11C_66dcaae3:
|
||||
|
||||
# "But if Fa-"
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:86
|
||||
translate it chapter_11C_a42d41ef:
|
||||
|
||||
# "If Lucy would like it then{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:89
|
||||
translate it chapter_11C_85e9d6e7:
|
||||
|
||||
# A "Alright then{cps=*.1}...{/cps} Lucy."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:95
|
||||
translate it chapter_11C_3ab429f3:
|
||||
|
||||
# "She blushes again and looks away."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:98
|
||||
translate it chapter_11C_855bf2b8:
|
||||
|
||||
# "I test her name a couple times. It’s a nice name. Really sweet. But{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:100
|
||||
translate it chapter_11C_338ba861:
|
||||
|
||||
# "Fang fits her more in my mind."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:103
|
||||
translate it chapter_11C_535d648f:
|
||||
|
||||
# Lucy "Only you, though."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:105
|
||||
translate it chapter_11C_cb413635:
|
||||
|
||||
# Lucy "I don’t know if I’m comfortable with anyone else saying it yet."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:107
|
||||
translate it chapter_11C_3bb56026:
|
||||
|
||||
# A "I-I see."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:109
|
||||
translate it chapter_11C_f2d05182:
|
||||
|
||||
# A "Thank you for sharing that with me."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:112
|
||||
translate it chapter_11C_ced06e15:
|
||||
|
||||
# "Now both of us are blushing."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:114
|
||||
translate it chapter_11C_c5355cf8:
|
||||
|
||||
# "{cps=*.1}...{/cps}Well, if we’re already in the moment, I may as well ask."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:117
|
||||
translate it chapter_11C_add91381:
|
||||
|
||||
# A "A-anyways, Flucy."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:121
|
||||
translate it chapter_11C_748b7933:
|
||||
|
||||
# Lucy "Don’t stress yourself over it."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:124
|
||||
translate it chapter_11C_3f443522:
|
||||
|
||||
# A "Right, right."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:126
|
||||
translate it chapter_11C_9635eca9:
|
||||
|
||||
# A "Anyways, uhh."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:129
|
||||
translate it chapter_11C_ae661822:
|
||||
|
||||
# A "Prom, right?"
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:137
|
||||
translate it chapter_11C_be20e193:
|
||||
|
||||
# "Fang’s amber eyes zero in on mine."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:140
|
||||
translate it chapter_11C_399d7c25:
|
||||
|
||||
# "Her pleading gaze bores through to my soul and I feel the unstoppable urge to comfort her in any way possible."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:143
|
||||
translate it chapter_11C_d638debc:
|
||||
|
||||
# A "{cps=*.1}...{/cps}You uhh, wanna go with me?"
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:152
|
||||
translate it chapter_11C_2264bf0b:
|
||||
|
||||
# "I watch as Lucy’s face slowly grows redder and redder."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:154
|
||||
translate it chapter_11C_95f644ea:
|
||||
|
||||
# "Her lips turn from a thin line to an impressively massive grin."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:160
|
||||
translate it chapter_11C_a83454de:
|
||||
|
||||
# "She tries to cover up her face with her hands."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:166
|
||||
translate it chapter_11C_c2245bea:
|
||||
|
||||
# "When that fails to hide her growing excitement her wings engulf her upper body."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:168
|
||||
translate it chapter_11C_23a99b10:
|
||||
|
||||
# "A squeal of elation penetrates the feathered cage, accompanied by the staccato beat of boots stomping rapidly on the ground."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:171
|
||||
translate it chapter_11C_fe33104d:
|
||||
|
||||
# "Once the sounds of jubilation die down Lucy lowers her wings."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:181
|
||||
translate it chapter_11C_a1a4bd91:
|
||||
|
||||
# "She takes a calming breath and shrugs nonchalantly."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:185
|
||||
translate it chapter_11C_38d6c331:
|
||||
|
||||
# Lucy "Sure, could be cool."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:188
|
||||
translate it chapter_11C_ab92e956:
|
||||
|
||||
# "The whole class is snickering and I have to fight back my own."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:190
|
||||
translate it chapter_11C_9edcd1ad:
|
||||
|
||||
# "Sadly it was a foe far greater than I."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:193
|
||||
translate it chapter_11C_0af72acb:
|
||||
|
||||
# A "Pfffftttahahahaha."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:201
|
||||
translate it chapter_11C_6b0650af:
|
||||
|
||||
# Lucy "Up the shut fuck."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:203
|
||||
translate it chapter_11C_8ea53355:
|
||||
|
||||
# Lucy "You’re my date. I’m allowed to be happy."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:205
|
||||
translate it chapter_11C_6b27edd3:
|
||||
|
||||
# "While her voice was petulant there was an underlying tone of cheer in it."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:207
|
||||
translate it chapter_11C_906ac76b:
|
||||
|
||||
# "I reassured Lucy with a smile, which she responded by lowering her wings until they folded neatly behind her."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:213
|
||||
translate it chapter_11C_eacfa957:
|
||||
|
||||
# A "Yeah. Though I should warn you that I can’t dance for shit. Your feet have been warned."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:215
|
||||
translate it chapter_11C_bb948095:
|
||||
|
||||
# Lucy "That’s fine."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:218
|
||||
translate it chapter_11C_96722dc5:
|
||||
|
||||
# Lucy "I’ll just step on your feet first."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:221
|
||||
translate it chapter_11C_5ca191bf:
|
||||
|
||||
# "Crap, I need a suit."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:223
|
||||
translate it chapter_11C_30e64eca:
|
||||
|
||||
# Lucy "You’re mumbling again. And uhmm."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:225
|
||||
translate it chapter_11C_4e36172c:
|
||||
|
||||
# Lucy "I could ask Naser for his old one."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:227
|
||||
translate it chapter_11C_6d06a8b8:
|
||||
|
||||
# A "I was thinking something like that, but I’ll probably just ask my dad for his old tux."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:229
|
||||
translate it chapter_11C_3acbf409:
|
||||
|
||||
# A "His is tailored for humans, after all."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:231
|
||||
translate it chapter_11C_79d649f5:
|
||||
|
||||
# A "Be pretty silly to be walking around all night with the wingholes exposing my undershirt."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:233
|
||||
translate it chapter_11C_cb582c37:
|
||||
|
||||
# Lucy "That’d be pretty silly, yeah."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:235
|
||||
translate it chapter_11C_b5696ddc:
|
||||
|
||||
# Lucy "And then there’s the tail."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:238
|
||||
translate it chapter_11C_9c437ce8:
|
||||
|
||||
# A "Oh god no."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:240
|
||||
translate it chapter_11C_417fa20f:
|
||||
|
||||
# A "But yeah, my dad’s suit would work nice, even if it’s a bit old."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:242
|
||||
translate it chapter_11C_9aae9dcb:
|
||||
|
||||
# A "He used to tell me about the parties he went to when he was about my age."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:244
|
||||
translate it chapter_11C_1f9300ff:
|
||||
|
||||
# Lucy "Sounds like he was a lot of fun."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:246
|
||||
translate it chapter_11C_428d356b:
|
||||
|
||||
# A "Anyways, you got anything to wear?"
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:249
|
||||
translate it chapter_11C_8f2619d9:
|
||||
|
||||
# Lucy "My mom’s already probably bought the 'perfect outfit' for me."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:251
|
||||
translate it chapter_11C_3d64bee1:
|
||||
|
||||
# A "But the announcement for prom was just earlier this period."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:254
|
||||
translate it chapter_11C_f1e71f13:
|
||||
|
||||
# Lucy "And?"
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:256
|
||||
translate it chapter_11C_4bdc8fcc:
|
||||
|
||||
# A "Sounds like it’s a date, then."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:261
|
||||
translate it chapter_11C_51bb79eb:
|
||||
|
||||
# "Fang’s smile is cherubic."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:263
|
||||
translate it chapter_11C_40d8eec4:
|
||||
|
||||
# "And before I can fully memorize it,"
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:267
|
||||
translate it chapter_11C_4698e32e:
|
||||
|
||||
# "{cps=*20}{i}DING-{w=0.7}DONG {w=0.65}BING-{w=0.7}BONG{/i}{/cps}"
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:272
|
||||
translate it chapter_11C_4b4bcd2a:
|
||||
|
||||
# A "Crap, the assignment."
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:274
|
||||
translate it chapter_11C_00332571:
|
||||
|
||||
# Lucy "We were mostly done with it anyways."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:277
|
||||
translate it chapter_11C_543fb648:
|
||||
|
||||
# "I look at our mostly done sheet."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:279
|
||||
translate it chapter_11C_3556fe2d:
|
||||
|
||||
# "Flipping it over, the backside has twice the questions and four times the blank spots."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:284
|
||||
translate it chapter_11C_15cd3490:
|
||||
|
||||
# Lucy "M-mostly half way?"
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:287
|
||||
translate it chapter_11C_f6e434e7:
|
||||
|
||||
# "I simply sigh and drop the sheet."
|
||||
""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:290
|
||||
translate it chapter_11C_1b76d604:
|
||||
|
||||
# A "Finish it at my place?"
|
||||
A ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:293
|
||||
translate it chapter_11C_20d0e4d1:
|
||||
|
||||
# Lucy "Sounds like a second date."
|
||||
Lucy ""
|
||||
|
||||
# game/script/11C.anon-gets-fangs'-pronouns-right,-but-she-tells-him-she's-okay-with-being-called-a-girl.rpy:302
|
||||
translate it chapter_11C_f1638dc1:
|
||||
|
||||
# "{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
@ -0,0 +1,668 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:10
|
||||
translate it chapter_11D_0d1cd4b9:
|
||||
|
||||
# "I turn back to Fang and her mischievous grin."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:13
|
||||
translate it chapter_11D_0b716a4f:
|
||||
|
||||
# A "What?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:15
|
||||
translate it chapter_11D_9078817c:
|
||||
|
||||
# "Her grin only grows."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:18
|
||||
translate it chapter_11D_b9f4fcbd:
|
||||
|
||||
# A "What?! What’s with the look?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:20
|
||||
translate it chapter_11D_21ca81e7:
|
||||
|
||||
# "She shakes her head and covers her mouth."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:22
|
||||
translate it chapter_11D_cb37ae05:
|
||||
|
||||
# A "Uh{cps=*.1}...{/cps} did I say something funny?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:24
|
||||
translate it chapter_11D_88699ff4:
|
||||
|
||||
# F "Anon you ignorant slut."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:26
|
||||
translate it chapter_11D_61b62fe3:
|
||||
|
||||
# F "Notice something about me? Anything at all?"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:29
|
||||
translate it chapter_11D_82f45071:
|
||||
|
||||
# A "{cps=*.1}...{/cps}Why do you have feathers on your elbows anyway?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:31
|
||||
translate it chapter_11D_e3da3ed0:
|
||||
|
||||
# F "Gawd! No! I’m not actually enbie, Anon."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:34
|
||||
translate it chapter_11D_b3fa5df7:
|
||||
|
||||
# "What? Oh! 'She'."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:36
|
||||
translate it chapter_11D_3c0a52d0:
|
||||
|
||||
# A "Oh{cps=*.1}...{/cps} still, why do you have feathers on your elbows?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:38
|
||||
translate it chapter_11D_b2a2f476:
|
||||
|
||||
# "Fang rolls her eyes and digs her feathered elbow into my side."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:47
|
||||
translate it chapter_11D_950ecc6a:
|
||||
|
||||
# A "Alright alright, I get it."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:51
|
||||
translate it chapter_11D_b11c504b:
|
||||
|
||||
# A "Just joking around."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:53
|
||||
translate it chapter_11D_c99c0d04:
|
||||
|
||||
# F "Shame your jokes suck."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:55
|
||||
translate it chapter_11D_e94649d3:
|
||||
|
||||
# "We chuckle together."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:58
|
||||
translate it chapter_11D_de335cc9:
|
||||
|
||||
# A "So, like, I can say you’re my girlfriend now?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:60
|
||||
translate it chapter_11D_d5ad08ea:
|
||||
|
||||
# "Fang blushes a little."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:62
|
||||
translate it chapter_11D_f2c32818:
|
||||
|
||||
# F "You always could. Dummy."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:64
|
||||
translate it chapter_11D_fa476977:
|
||||
|
||||
# "The blush becomes contagious and I find myself looking back at the worksheet."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:66
|
||||
translate it chapter_11D_e01f37f0:
|
||||
|
||||
# "{cps=*.1}...{/cps}Girlfriend{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:68
|
||||
translate it chapter_11D_ffd1a90d:
|
||||
|
||||
# "Suddenly I’m feeling squeamish all over again."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:71
|
||||
translate it chapter_11D_08df0c2a:
|
||||
|
||||
# "I mean, we went on dates before, but she’s never straight up said she’s my girlfriend{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:73
|
||||
translate it chapter_11D_f031316f:
|
||||
|
||||
# "Now I’m on the spot."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:76
|
||||
translate it chapter_11D_46d38639:
|
||||
|
||||
# "It only makes sense that I ask her to prom, right?"
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:78
|
||||
translate it chapter_11D_4dcc1561:
|
||||
|
||||
# "Why am I getting so worked up again all of a sudden?"
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:80
|
||||
translate it chapter_11D_222deb26:
|
||||
|
||||
# "This is ridiculous, I’m just going to ask."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:82
|
||||
translate it chapter_11D_ac5af2a8:
|
||||
|
||||
# A "Hey, Fang, you-"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:85
|
||||
translate it chapter_11D_90075ab2:
|
||||
|
||||
# F "We’re going to prom together, right?"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:88
|
||||
translate it chapter_11D_c6ab0093:
|
||||
|
||||
# A "O-oh, yeah. Totally."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:90
|
||||
translate it chapter_11D_0e27f04d:
|
||||
|
||||
# A "I was gonna ask if you wanted to go at all."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:92
|
||||
translate it chapter_11D_4627b435:
|
||||
|
||||
# F "Of course I do, but do you want to go?"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:94
|
||||
translate it chapter_11D_dd55f268:
|
||||
|
||||
# A "I mean, only with you?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:96
|
||||
translate it chapter_11D_a170a84f:
|
||||
|
||||
# F "Yes or no, dork."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:99
|
||||
translate it chapter_11D_13cabaff:
|
||||
|
||||
# A "Yes."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:101
|
||||
translate it chapter_11D_e33e5a42:
|
||||
|
||||
# F "That wasn’t so hard, was it?"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:103
|
||||
translate it chapter_11D_bbd7c711:
|
||||
|
||||
# A "Like plucking feathers."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:113
|
||||
translate it chapter_11D_9884602c:
|
||||
|
||||
# "She playfully elbows me again."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:118
|
||||
translate it chapter_11D_de0f481d:
|
||||
|
||||
# "I think I get the feathers on the elbow thing now, because those things fucking dig in. Ow."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:120
|
||||
translate it chapter_11D_93b069bf:
|
||||
|
||||
# F "Do you even have something to wear?"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:122
|
||||
translate it chapter_11D_d6f113de:
|
||||
|
||||
# A "I was going to ask my dad for his old clothes."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:124
|
||||
translate it chapter_11D_691321e0:
|
||||
|
||||
# F "You sure? I could ask Naser for his old stuff."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:126
|
||||
translate it chapter_11D_545ec2b5:
|
||||
|
||||
# A "Tail and wings."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:128
|
||||
translate it chapter_11D_20e6cdee:
|
||||
|
||||
# F "Right, right."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:130
|
||||
translate it chapter_11D_170aecb8:
|
||||
|
||||
# A "What about you?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:132
|
||||
translate it chapter_11D_512aca98:
|
||||
|
||||
# A "You actually gonna wear a dress?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:135
|
||||
translate it chapter_11D_c5bc9d08:
|
||||
|
||||
# F "I’ve got this sick looking dress shirt{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:139
|
||||
translate it chapter_11D_6e34c67b:
|
||||
|
||||
# F "Naaaah, shirts suck."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:141
|
||||
translate it chapter_11D_4011d573:
|
||||
|
||||
# A "Wings again?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:143
|
||||
translate it chapter_11D_1e4988eb:
|
||||
|
||||
# F "Wings again. At least I can wear a backless dress."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:145
|
||||
translate it chapter_11D_51fa24ac:
|
||||
|
||||
# "I cup my chin and try to picture the dress."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:148
|
||||
translate it chapter_11D_489e95d6:
|
||||
|
||||
# "The heat creeping up my face tells Fang exactly what I’m thinking."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:151
|
||||
translate it chapter_11D_0526363e:
|
||||
|
||||
# "I grin and nod approvingly."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:160
|
||||
translate it chapter_11D_a96a1709:
|
||||
|
||||
# "And earn a third elbow to my side."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:165
|
||||
translate it chapter_11D_216af317:
|
||||
|
||||
# A "Wait, hold on."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:167
|
||||
translate it chapter_11D_7295ea06:
|
||||
|
||||
# A "Do you still go by Fang, at least?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:169
|
||||
translate it chapter_11D_be1db4d9:
|
||||
|
||||
# F "Why wouldn’t I?"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:171
|
||||
translate it chapter_11D_b816ea27:
|
||||
|
||||
# A "Cool, just checking."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:173
|
||||
translate it chapter_11D_5e05e8cc:
|
||||
|
||||
# F "Taking it one step at a time, you know?"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:176
|
||||
translate it chapter_11D_6a872b4e:
|
||||
|
||||
# F "There’s only about ten minutes left of class, are we gonna have enough time to finish the assignment?"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:178
|
||||
translate it chapter_11D_57423eeb:
|
||||
|
||||
# A "Shit, yeah. Forgot."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:180
|
||||
translate it chapter_11D_ba6be25b:
|
||||
|
||||
# "I flip over the page to reveal the entire second half of the assignment."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:182
|
||||
translate it chapter_11D_163abf5e:
|
||||
|
||||
# A "It’s gonna be close though."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:188
|
||||
translate it chapter_11D_9cd4cd02:
|
||||
|
||||
# "Fang scoots her chair closer to me."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:190
|
||||
translate it chapter_11D_50c4b364:
|
||||
|
||||
# F "No time to waste then, yeah?"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:195
|
||||
translate it chapter_11D_f7d22d28:
|
||||
|
||||
# "Splitting the questions between us, Fang and I are able to finish the assignment seconds before the bell."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:197
|
||||
translate it chapter_11D_be1869f0:
|
||||
|
||||
# "Somehow."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:222
|
||||
translate it chapter_11D_467febe4:
|
||||
|
||||
# "We walk through the hall together, at least until we have to split to our separate classes."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:229
|
||||
translate it chapter_11D_9c89f967:
|
||||
|
||||
# A "Hey wait, you did the word search bit this time, right?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:231
|
||||
translate it chapter_11D_3b5f4850:
|
||||
|
||||
# A "I thought you said you were terrible at those?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:234
|
||||
translate it chapter_11D_1d896fde:
|
||||
|
||||
# F "And you’ve believed me up to this point."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:237
|
||||
translate it chapter_11D_4888aeb8:
|
||||
|
||||
# A "I feel used."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:239
|
||||
translate it chapter_11D_9937667f:
|
||||
|
||||
# F "That’s because I used you."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:242
|
||||
translate it chapter_11D_459360ef:
|
||||
|
||||
# A "I’ll get you fo-"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:244
|
||||
translate it chapter_11D_2f45bf79:
|
||||
|
||||
# Sp "Ah, Fang! There you are, a moment please."
|
||||
Sp ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:265
|
||||
translate it chapter_11D_f6e344b1:
|
||||
|
||||
# "We turn to see Principal Spears trailing behind us."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:268
|
||||
translate it chapter_11D_5ce13cf6:
|
||||
|
||||
# F "Yes?"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:270
|
||||
translate it chapter_11D_6156b289:
|
||||
|
||||
# Sp "Fang, I was planning on asking you during your next class, but since I found you here{cps=*.1}...{/cps}"
|
||||
Sp ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:274
|
||||
translate it chapter_11D_3c8a2ebf:
|
||||
|
||||
# Sp "I’m embarrassed to say we’re missing one event slot during prom. Scheduling error."
|
||||
Sp ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:276
|
||||
translate it chapter_11D_76ea6404:
|
||||
|
||||
# Sp "And your teacher, Mr Jingo, recommended you for your musical talents."
|
||||
Sp ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:279
|
||||
translate it chapter_11D_04c0f670:
|
||||
|
||||
# Sp "I’m not asking you to make your decision right now, but if you’d consider helping out by performing a musical number or two that would help monumentally."
|
||||
Sp ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:283
|
||||
translate it chapter_11D_17c9bab6:
|
||||
|
||||
# F "Oh!"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:285
|
||||
translate it chapter_11D_6de55ccf:
|
||||
|
||||
# A "Fang’s going to play for the school?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:287
|
||||
translate it chapter_11D_44a72c20:
|
||||
|
||||
# Sp "If Fang agrees to."
|
||||
Sp ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:289
|
||||
translate it chapter_11D_1d7d6f5c:
|
||||
|
||||
# F "Well, uh{cps=*.1}...{/cps} Sure!"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:291
|
||||
translate it chapter_11D_434cbfde:
|
||||
|
||||
# F "Yeah, I’d love to do some songs for prom."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:294
|
||||
translate it chapter_11D_51868374:
|
||||
|
||||
# Sp "Fantastic news, Fang. When you can, please swing by the office."
|
||||
Sp ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:296
|
||||
translate it chapter_11D_ce3e0202:
|
||||
|
||||
# F "Thank you, Principal Spears. I’ll come after school today."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:298
|
||||
translate it chapter_11D_f776e92b:
|
||||
|
||||
# "Spears nods and heads off."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:311
|
||||
translate it chapter_11D_b207faa3:
|
||||
|
||||
# F "Shit, now I really need to get a good dress."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:316
|
||||
translate it chapter_11D_5411b7c8:
|
||||
|
||||
# A "I thought you had one?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:319
|
||||
translate it chapter_11D_611db4cd:
|
||||
|
||||
# F "A party dress isn’t a performance dress!"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:321
|
||||
translate it chapter_11D_3fb0b181:
|
||||
|
||||
# F "It’s like- you know what I mean."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:323
|
||||
translate it chapter_11D_a2d75666:
|
||||
|
||||
# A "I guess?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:326
|
||||
translate it chapter_11D_f0304496:
|
||||
|
||||
# A "You don’t seem as excited as last time you got somewhere to play."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:329
|
||||
translate it chapter_11D_3ff16d82:
|
||||
|
||||
# F "I know, I mean... last time I had a whole band to play with."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:332
|
||||
translate it chapter_11D_ab955c42:
|
||||
|
||||
# A "You sure you’ll be alright playing solo?"
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:335
|
||||
translate it chapter_11D_25e87a4a:
|
||||
|
||||
# F "Probably."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:337
|
||||
translate it chapter_11D_aa40aa72:
|
||||
|
||||
# F "I’ll also need to practice a lot more{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:341
|
||||
translate it chapter_11D_4c7c6bc0:
|
||||
|
||||
# F "You’ll help me, right?"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:343
|
||||
translate it chapter_11D_3370e6c2:
|
||||
|
||||
# A "Of course."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:345
|
||||
translate it chapter_11D_a41da9b1:
|
||||
|
||||
# A "As long as you don’t need me up on stage with you."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:348
|
||||
translate it chapter_11D_41df5b84:
|
||||
|
||||
# F "I’m trying to keep the crowd from throwing things this time around, actually."
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:351
|
||||
translate it chapter_11D_9d65f64d:
|
||||
|
||||
# A "Bite me."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:353
|
||||
translate it chapter_11D_6a6820fd:
|
||||
|
||||
# F "Speaking of. I’ll see you at lunch, right?"
|
||||
F ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:355
|
||||
translate it chapter_11D_aae3e6db:
|
||||
|
||||
# A "Yeah, of course."
|
||||
A ""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:365
|
||||
translate it chapter_11D_89c9615d:
|
||||
|
||||
# "Fang pecks me on the cheek and starts down the hall to her next class."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:380
|
||||
translate it chapter_11D_e42b823d:
|
||||
|
||||
# "I feel my lips spread into a grin. It’s kind of weird to think of it, but I’m actually excited for prom."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:389
|
||||
translate it chapter_11D_21aa0119:
|
||||
|
||||
# "Man, I hope dad’s suit has actually been to the cleaner, I don’t wanna disappoint."
|
||||
""
|
||||
|
||||
# game/script/11D.anon-gets-fangs'-pronouns-right-and-she-teases-him-while-carrying-herself-with-more-confidence.rpy:392
|
||||
translate it chapter_11D_f1638dc1:
|
||||
|
||||
# "{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
476
game/tl/it/script/12.5C.prom-night-intro.rpy
Normal file
476
game/tl/it/script/12.5C.prom-night-intro.rpy
Normal file
@ -0,0 +1,476 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:6
|
||||
translate it chapter_12_5C_5b8917d5:
|
||||
|
||||
# "{cps=*.2}-- One Month Later --{/cps}"
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:12
|
||||
translate it chapter_12_5C_fb31b6dc:
|
||||
|
||||
# "It’s prom night."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:14
|
||||
translate it chapter_12_5C_4d47554e:
|
||||
|
||||
# "My old man was kind enough to send over his old tuxedo from his time at high school."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:16
|
||||
translate it chapter_12_5C_82feb047:
|
||||
|
||||
# "It took a bit of sewing, but I got it looking pretty good."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:19
|
||||
translate it chapter_12_5C_b7f799fa:
|
||||
|
||||
# "Judging by the wine stains on the sleeves, Dad’s made a lot of important announcements in this tuxedo."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:21
|
||||
translate it chapter_12_5C_8668bbc0:
|
||||
|
||||
# "Gives it a bit of history, I guess."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:32
|
||||
translate it chapter_12_5C_3cd7f804:
|
||||
|
||||
# "When I arrive at Fang’s place with a cheap corsage I see the Pomegranate Parasite waiting outside the front door."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:34
|
||||
translate it chapter_12_5C_a4a42fdc:
|
||||
|
||||
# "Great."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:37
|
||||
translate it chapter_12_5C_b633c5a0:
|
||||
|
||||
# "And dear god, how can she move in that dress."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:39
|
||||
translate it chapter_12_5C_502e0f72:
|
||||
|
||||
# "The top half looks like it’s been shrink-wrapped to her body."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:42
|
||||
translate it chapter_12_5C_ef6e42e7:
|
||||
|
||||
# "And I'm one hundred percent certain there's nothing beneath the bottom half."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:55
|
||||
translate it chapter_12_5C_d5418678:
|
||||
|
||||
# N "Oh, I already knocked Anon."
|
||||
N ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:57
|
||||
translate it chapter_12_5C_a0f58311:
|
||||
|
||||
# N "Naser will be out in a moment to invite us in, I’m sure Fang will be getting ready too."
|
||||
N ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:59
|
||||
translate it chapter_12_5C_7e876c32:
|
||||
|
||||
# N "I’ve heard the two of you are going to prom together!"
|
||||
N ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:62
|
||||
translate it chapter_12_5C_bb3d4bdb:
|
||||
|
||||
# "Ladies and gentlemen, the next Sherlock Holmes."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:65
|
||||
translate it chapter_12_5C_436d6ab5:
|
||||
|
||||
# A "No, I just happen to be here in a suit to go golfing."
|
||||
A ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:67
|
||||
translate it chapter_12_5C_6cb74318:
|
||||
|
||||
# "I ignore her, focusing instead on not stabbing my palm even more on this flower’s thorns."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:70
|
||||
translate it chapter_12_5C_16596c00:
|
||||
|
||||
# "Fuck it, free is free."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:72
|
||||
translate it chapter_12_5C_5dcc290b:
|
||||
|
||||
# "And nothing more free than a five finger discount from the neighbor’s yard."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:75
|
||||
translate it chapter_12_5C_5954bb4a:
|
||||
|
||||
# N "You and Fang just make the cutest couple! Did you two sign up for prom king and queen?"
|
||||
N ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:77
|
||||
translate it chapter_12_5C_0a7f51c1:
|
||||
|
||||
# A "Nah. She said something about the ‘fascist sexist monarchy system’."
|
||||
A ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:80
|
||||
translate it chapter_12_5C_9bdc511e:
|
||||
|
||||
# N "Well, Naser and I have entered and we are going to be prom royalty. Ooooh, I can not wait to wear that beautiful tiara, I picked it out and everything and the crown for Naser-"
|
||||
N ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:82
|
||||
translate it chapter_12_5C_822b1066:
|
||||
|
||||
# "I’ve already tuned her out."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:88
|
||||
translate it chapter_12_5C_8a1ec6ef:
|
||||
|
||||
# "Naser opens the door."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:99
|
||||
translate it chapter_12_5C_306719ab:
|
||||
|
||||
# "Well if that isn’t the fanciest jacket I’ve seen in a while."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:101
|
||||
translate it chapter_12_5C_d7f4e8c0:
|
||||
|
||||
# "It’s certainly better than the background of Avatar he always wears."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:104
|
||||
translate it chapter_12_5C_493ee04c:
|
||||
|
||||
# Nas "Sorry to keep you waiting, Naomi."
|
||||
Nas ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:107
|
||||
translate it chapter_12_5C_91da1c4f:
|
||||
|
||||
# Nas "This thing is a nightmare to get over my wings."
|
||||
Nas ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:111
|
||||
translate it chapter_12_5C_5edca3a8:
|
||||
|
||||
# Nas "Oh, Anon! Come on in, didn’t know you were already here."
|
||||
Nas ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:113
|
||||
translate it chapter_12_5C_e569dd51:
|
||||
|
||||
# "He waves for the two of us to enter, pecking Naomi on the cheek when she passes."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:132
|
||||
translate it chapter_12_5C_8937793b:
|
||||
|
||||
# "Fang’s Mother speaks up from the kitchen."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:134
|
||||
translate it chapter_12_5C_292ba4e4:
|
||||
|
||||
# LM "Oh! Oh! Is that Anon?"
|
||||
LM ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:139
|
||||
translate it chapter_12_5C_324e67a8:
|
||||
|
||||
# Nas "Here we go."
|
||||
Nas ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:151
|
||||
translate it chapter_12_5C_5d974dd1:
|
||||
|
||||
# "The small pterodactyl comes out, a bowl she’s struggling to stir in her arms."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:153
|
||||
translate it chapter_12_5C_19b5a843:
|
||||
|
||||
# LM "My, aren’t you handsome."
|
||||
LM ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:156
|
||||
translate it chapter_12_5C_5230fd33:
|
||||
|
||||
# LM "Pictures! I need to get pictures of you and Lucy!"
|
||||
LM ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:158
|
||||
translate it chapter_12_5C_27635b64:
|
||||
|
||||
# "She sets the bowl aside on the coffee table to frantically search for a polaroid camera."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:160
|
||||
translate it chapter_12_5C_c19e16f5:
|
||||
|
||||
# LM "To think Lucy would have such a wonderful young man to take her to prom!"
|
||||
LM ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:165
|
||||
translate it chapter_12_5C_f0738878:
|
||||
|
||||
# LM "Aha! Found it. Hold still, dear."
|
||||
LM ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:176
|
||||
translate it chapter_12_5C_7438a32e:
|
||||
|
||||
# "ARGH! Like getting slapped in the face by the Sun’s dick!"
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:186
|
||||
translate it chapter_12_5C_05dbb48f:
|
||||
|
||||
# "I blink the blindness away. So that’s why Naser has those fucking aviators."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:190
|
||||
translate it chapter_12_5C_3cb75d42:
|
||||
|
||||
# LM "Lucy will be downstairs in a bit, she’s just getting the last of her makeup on!"
|
||||
LM ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:192
|
||||
translate it chapter_12_5C_67a2d8df:
|
||||
|
||||
# LM "In the meantime, take a seat! I’ve got some cookies in the oven that are almost ready!"
|
||||
LM ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:195
|
||||
translate it chapter_12_5C_b846611f:
|
||||
|
||||
# A "Er, yes, thank you ma’am."
|
||||
A ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:210
|
||||
translate it chapter_12_5C_332cabf2:
|
||||
|
||||
# "I take my seat in the usual spot, sinking in and feeling the pillows conform around my spine."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:213
|
||||
translate it chapter_12_5C_86a73894:
|
||||
|
||||
# "This thing must cost a fortune."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:215
|
||||
translate it chapter_12_5C_17ce8375:
|
||||
|
||||
# "Fang’s dad is a police commissioner if I recall."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:217
|
||||
translate it chapter_12_5C_540128ad:
|
||||
|
||||
# "That explains the luxurious furnishings."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:220
|
||||
translate it chapter_12_5C_75b60f44:
|
||||
|
||||
# "Now that I think about it, I’m surprised I haven’t seen him yet."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:230
|
||||
translate it chapter_12_5C_4a3c0f29:
|
||||
|
||||
# LD "So{cps=*.1}...{/cps}"
|
||||
LD ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:237
|
||||
translate it chapter_12_5C_69fab3fa:
|
||||
|
||||
# "I hope I didn’t just ruin these slacks."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:240
|
||||
translate it chapter_12_5C_64a9907b:
|
||||
|
||||
# A "Good evening, sir."
|
||||
A ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:242
|
||||
translate it chapter_12_5C_69571405:
|
||||
|
||||
# A "I didn’t even see you in your chair, sir."
|
||||
A ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:244
|
||||
translate it chapter_12_5C_f204d00a:
|
||||
|
||||
# A "My apologies."
|
||||
A ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:247
|
||||
translate it chapter_12_5C_e0644b79:
|
||||
|
||||
# LD "Don’t sweat it, son."
|
||||
LD ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:249
|
||||
translate it chapter_12_5C_108f2bc1:
|
||||
|
||||
# LD "Thing about humans, as well as many carnivores, is that their vision is based largely on movement."
|
||||
LD ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:251
|
||||
translate it chapter_12_5C_f5de4c30:
|
||||
|
||||
# LD "You’d be surprised how effective staying quiet and stationary can be."
|
||||
LD ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:254
|
||||
translate it chapter_12_5C_a3fea71c:
|
||||
|
||||
# LD "How close you can get to someone without them knowing-"
|
||||
LD ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:259
|
||||
translate it chapter_12_5C_e855c047:
|
||||
|
||||
# LM "Sweetheart." with vpunch
|
||||
LM "" with vpunch
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:262
|
||||
translate it chapter_12_5C_0b459976:
|
||||
|
||||
# LM "No.{w=.3} Intimidating.{w=.3} The suitor."
|
||||
LM ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:268
|
||||
translate it chapter_12_5C_f55b445c:
|
||||
|
||||
# "The big guy deflates a bit in his chair."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:270
|
||||
translate it chapter_12_5C_09179a49:
|
||||
|
||||
# LD "Point is, don’t get any funny ideas."
|
||||
LD ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:272
|
||||
translate it chapter_12_5C_c4eaa8d1:
|
||||
|
||||
# A "Yessir."
|
||||
A ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:278
|
||||
translate it chapter_12_5C_6c1b7e98:
|
||||
|
||||
# N "We’re all taking the NasCar, right?"
|
||||
N ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:280
|
||||
translate it chapter_12_5C_a76bbbc0:
|
||||
|
||||
# Nas "Yeah, yeah."
|
||||
Nas ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:282
|
||||
translate it chapter_12_5C_03c51a36:
|
||||
|
||||
# Nas "Once Fang gets down we’ll skedaddle."
|
||||
Nas ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:285
|
||||
translate it chapter_12_5C_b13782b1:
|
||||
|
||||
# A "So until then we just sit and chill?"
|
||||
A ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:289
|
||||
translate it chapter_12_5C_07aa610d:
|
||||
|
||||
# N "We could take more pictures!"
|
||||
N ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:293
|
||||
translate it chapter_12_5C_a9e53eb7:
|
||||
|
||||
# "{cps=*.3}Please no.{/cps}"
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:304
|
||||
translate it chapter_12_5C_4e2f7c18:
|
||||
|
||||
# LM "Oh! I would love to make this a little photo op!"
|
||||
LM ""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:424
|
||||
translate it chapter_12_5C_ce4cab13:
|
||||
|
||||
# "Thirty photos later and I never want to see another camera again."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:426
|
||||
translate it chapter_12_5C_24b81bf1:
|
||||
|
||||
# "Fang’s mom decided to take pictures of every possible combination of us."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:428
|
||||
translate it chapter_12_5C_448d7436:
|
||||
|
||||
# "I don’t know which was worse, having to pose with Naomi or Fang’s dad digging his murder claws into my shoulder."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:430
|
||||
translate it chapter_12_5C_3d2f4eaf:
|
||||
|
||||
# "I’ve lost nearly all feeling in that arm."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:432
|
||||
translate it chapter_12_5C_faa0485d:
|
||||
|
||||
# "Pretty sure that’ll leave a bruise worse than my accelerated hug with the stair bollard last month."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:435
|
||||
translate it chapter_12_5C_da8313ca:
|
||||
|
||||
# "At least the pics with Naser were a nice reprieve."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:437
|
||||
translate it chapter_12_5C_0b3f76cd:
|
||||
|
||||
# "We ended up looking like the blues brothers, standing side by side in fuck ugly suits."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:441
|
||||
translate it chapter_12_5C_0e089e57:
|
||||
|
||||
# "Just as I was about to resign myself to premature blindness from the camera flash, my saviour arrives."
|
||||
""
|
||||
|
||||
# game/script/12.5C.prom-night-intro.rpy:444
|
||||
translate it chapter_12_5C_dc23d57b:
|
||||
|
||||
# Lucy "Oh, Anon, you’re already here!"
|
||||
Lucy ""
|
||||
|
476
game/tl/it/script/12.5D.prom-night-intro.rpy
Normal file
476
game/tl/it/script/12.5D.prom-night-intro.rpy
Normal file
@ -0,0 +1,476 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:6
|
||||
translate it chapter_12_5D_5b8917d5:
|
||||
|
||||
# "{cps=*.2}-- One Month Later --{/cps}"
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:12
|
||||
translate it chapter_12_5D_fb31b6dc:
|
||||
|
||||
# "It’s prom night."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:14
|
||||
translate it chapter_12_5D_4d47554e:
|
||||
|
||||
# "My old man was kind enough to send over his old tuxedo from his time at high school."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:16
|
||||
translate it chapter_12_5D_82feb047:
|
||||
|
||||
# "It took a bit of sewing, but I got it looking pretty good."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:19
|
||||
translate it chapter_12_5D_b7f799fa:
|
||||
|
||||
# "Judging by the wine stains on the sleeves, Dad’s made a lot of important announcements in this tuxedo."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:21
|
||||
translate it chapter_12_5D_8668bbc0:
|
||||
|
||||
# "Gives it a bit of history, I guess."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:32
|
||||
translate it chapter_12_5D_3cd7f804:
|
||||
|
||||
# "When I arrive at Fang’s place with a cheap corsage I see the Pomegranate Parasite waiting outside the front door."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:34
|
||||
translate it chapter_12_5D_a4a42fdc:
|
||||
|
||||
# "Great."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:37
|
||||
translate it chapter_12_5D_b633c5a0:
|
||||
|
||||
# "And dear god, how can she move in that dress."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:39
|
||||
translate it chapter_12_5D_502e0f72:
|
||||
|
||||
# "The top half looks like it’s been shrink-wrapped to her body."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:42
|
||||
translate it chapter_12_5D_ef6e42e7:
|
||||
|
||||
# "And I'm one hundred percent certain there's nothing beneath the bottom half."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:55
|
||||
translate it chapter_12_5D_d5418678:
|
||||
|
||||
# N "Oh, I already knocked Anon."
|
||||
N ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:57
|
||||
translate it chapter_12_5D_a0f58311:
|
||||
|
||||
# N "Naser will be out in a moment to invite us in, I’m sure Fang will be getting ready too."
|
||||
N ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:59
|
||||
translate it chapter_12_5D_7e876c32:
|
||||
|
||||
# N "I’ve heard the two of you are going to prom together!"
|
||||
N ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:62
|
||||
translate it chapter_12_5D_bb3d4bdb:
|
||||
|
||||
# "Ladies and gentlemen, the next Sherlock Holmes."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:65
|
||||
translate it chapter_12_5D_436d6ab5:
|
||||
|
||||
# A "No, I just happen to be here in a suit to go golfing."
|
||||
A ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:67
|
||||
translate it chapter_12_5D_6cb74318:
|
||||
|
||||
# "I ignore her, focusing instead on not stabbing my palm even more on this flower’s thorns."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:70
|
||||
translate it chapter_12_5D_16596c00:
|
||||
|
||||
# "Fuck it, free is free."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:72
|
||||
translate it chapter_12_5D_5dcc290b:
|
||||
|
||||
# "And nothing more free than a five finger discount from the neighbor’s yard."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:75
|
||||
translate it chapter_12_5D_5954bb4a:
|
||||
|
||||
# N "You and Fang just make the cutest couple! Did you two sign up for prom king and queen?"
|
||||
N ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:77
|
||||
translate it chapter_12_5D_0a7f51c1:
|
||||
|
||||
# A "Nah. She said something about the ‘fascist sexist monarchy system’."
|
||||
A ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:80
|
||||
translate it chapter_12_5D_9bdc511e:
|
||||
|
||||
# N "Well, Naser and I have entered and we are going to be prom royalty. Ooooh, I can not wait to wear that beautiful tiara, I picked it out and everything and the crown for Naser-"
|
||||
N ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:82
|
||||
translate it chapter_12_5D_822b1066:
|
||||
|
||||
# "I’ve already tuned her out."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:88
|
||||
translate it chapter_12_5D_8a1ec6ef:
|
||||
|
||||
# "Naser opens the door."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:99
|
||||
translate it chapter_12_5D_306719ab:
|
||||
|
||||
# "Well if that isn’t the fanciest jacket I’ve seen in a while."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:101
|
||||
translate it chapter_12_5D_d7f4e8c0:
|
||||
|
||||
# "It’s certainly better than the background of Avatar he always wears."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:104
|
||||
translate it chapter_12_5D_493ee04c:
|
||||
|
||||
# Nas "Sorry to keep you waiting, Naomi."
|
||||
Nas ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:107
|
||||
translate it chapter_12_5D_91da1c4f:
|
||||
|
||||
# Nas "This thing is a nightmare to get over my wings."
|
||||
Nas ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:111
|
||||
translate it chapter_12_5D_5edca3a8:
|
||||
|
||||
# Nas "Oh, Anon! Come on in, didn’t know you were already here."
|
||||
Nas ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:113
|
||||
translate it chapter_12_5D_e569dd51:
|
||||
|
||||
# "He waves for the two of us to enter, pecking Naomi on the cheek when she passes."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:132
|
||||
translate it chapter_12_5D_8937793b:
|
||||
|
||||
# "Fang’s Mother speaks up from the kitchen."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:134
|
||||
translate it chapter_12_5D_2e45fb29:
|
||||
|
||||
# FM "Oh! Oh! Is that Anon?"
|
||||
FM ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:139
|
||||
translate it chapter_12_5D_324e67a8:
|
||||
|
||||
# Nas "Here we go."
|
||||
Nas ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:151
|
||||
translate it chapter_12_5D_5d974dd1:
|
||||
|
||||
# "The small pterodactyl comes out, a bowl she’s struggling to stir in her arms."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:153
|
||||
translate it chapter_12_5D_4e428ffa:
|
||||
|
||||
# FM "My, aren’t you handsome."
|
||||
FM ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:156
|
||||
translate it chapter_12_5D_3fd9c2b1:
|
||||
|
||||
# FM "Pictures! I need to get pictures of you and Lucy!"
|
||||
FM ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:158
|
||||
translate it chapter_12_5D_27635b64:
|
||||
|
||||
# "She sets the bowl aside on the coffee table to frantically search for a polaroid camera."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:160
|
||||
translate it chapter_12_5D_f47efee5:
|
||||
|
||||
# FM "To think Lucy would have such a wonderful young man to take her to prom!"
|
||||
FM ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:165
|
||||
translate it chapter_12_5D_7498ef8b:
|
||||
|
||||
# FM "Aha! Found it. Hold still, dear."
|
||||
FM ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:176
|
||||
translate it chapter_12_5D_7438a32e:
|
||||
|
||||
# "ARGH! Like getting slapped in the face by the Sun’s dick!"
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:186
|
||||
translate it chapter_12_5D_05dbb48f:
|
||||
|
||||
# "I blink the blindness away. So that’s why Naser has those fucking aviators."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:190
|
||||
translate it chapter_12_5D_14e13582:
|
||||
|
||||
# FM "Lucy will be downstairs in a bit, she’s just getting the last of her makeup on!"
|
||||
FM ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:192
|
||||
translate it chapter_12_5D_21794e11:
|
||||
|
||||
# FM "In the meantime, take a seat! I’ve got some cookies in the oven that are almost ready!"
|
||||
FM ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:195
|
||||
translate it chapter_12_5D_b846611f:
|
||||
|
||||
# A "Er, yes, thank you ma’am."
|
||||
A ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:210
|
||||
translate it chapter_12_5D_332cabf2:
|
||||
|
||||
# "I take my seat in the usual spot, sinking in and feeling the pillows conform around my spine."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:213
|
||||
translate it chapter_12_5D_86a73894:
|
||||
|
||||
# "This thing must cost a fortune."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:215
|
||||
translate it chapter_12_5D_17ce8375:
|
||||
|
||||
# "Fang’s dad is a police commissioner if I recall."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:217
|
||||
translate it chapter_12_5D_540128ad:
|
||||
|
||||
# "That explains the luxurious furnishings."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:220
|
||||
translate it chapter_12_5D_75b60f44:
|
||||
|
||||
# "Now that I think about it, I’m surprised I haven’t seen him yet."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:230
|
||||
translate it chapter_12_5D_1e956ab1:
|
||||
|
||||
# FD "So{cps=*.1}...{/cps}"
|
||||
FD ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:237
|
||||
translate it chapter_12_5D_69fab3fa:
|
||||
|
||||
# "I hope I didn’t just ruin these slacks."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:240
|
||||
translate it chapter_12_5D_64a9907b:
|
||||
|
||||
# A "Good evening, sir."
|
||||
A ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:242
|
||||
translate it chapter_12_5D_69571405:
|
||||
|
||||
# A "I didn’t even see you in your chair, sir."
|
||||
A ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:244
|
||||
translate it chapter_12_5D_f204d00a:
|
||||
|
||||
# A "My apologies."
|
||||
A ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:247
|
||||
translate it chapter_12_5D_47a67116:
|
||||
|
||||
# FD "Don’t sweat it, son."
|
||||
FD ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:249
|
||||
translate it chapter_12_5D_f34028d2:
|
||||
|
||||
# FD "Thing about humans, as well as many carnivores, is that their vision is based largely on movement."
|
||||
FD ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:251
|
||||
translate it chapter_12_5D_769d5c4d:
|
||||
|
||||
# FD "You’d be surprised how effective staying quiet and stationary can be."
|
||||
FD ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:254
|
||||
translate it chapter_12_5D_13b059c4:
|
||||
|
||||
# FD "How close you can get to someone without them knowing-"
|
||||
FD ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:259
|
||||
translate it chapter_12_5D_5403b4b9:
|
||||
|
||||
# FM "Sweetheart." with vpunch
|
||||
FM "" with vpunch
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:262
|
||||
translate it chapter_12_5D_5bdaff2f:
|
||||
|
||||
# FM "No.{w=.3} Intimidating.{w=.3} The suitor."
|
||||
FM ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:268
|
||||
translate it chapter_12_5D_f55b445c:
|
||||
|
||||
# "The big guy deflates a bit in his chair."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:270
|
||||
translate it chapter_12_5D_5acd40b4:
|
||||
|
||||
# FD "Point is, don’t get any funny ideas."
|
||||
FD ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:272
|
||||
translate it chapter_12_5D_c4eaa8d1:
|
||||
|
||||
# A "Yessir."
|
||||
A ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:278
|
||||
translate it chapter_12_5D_6c1b7e98:
|
||||
|
||||
# N "We’re all taking the NasCar, right?"
|
||||
N ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:280
|
||||
translate it chapter_12_5D_a76bbbc0:
|
||||
|
||||
# Nas "Yeah, yeah."
|
||||
Nas ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:282
|
||||
translate it chapter_12_5D_03c51a36:
|
||||
|
||||
# Nas "Once Fang gets down we’ll skedaddle."
|
||||
Nas ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:285
|
||||
translate it chapter_12_5D_b13782b1:
|
||||
|
||||
# A "So until then we just sit and chill?"
|
||||
A ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:289
|
||||
translate it chapter_12_5D_07aa610d:
|
||||
|
||||
# N "We could take more pictures!"
|
||||
N ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:293
|
||||
translate it chapter_12_5D_a9e53eb7:
|
||||
|
||||
# "{cps=*.3}Please no.{/cps}"
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:304
|
||||
translate it chapter_12_5D_4e8656fe:
|
||||
|
||||
# FM "Oh! I would love to make this a little photo op!"
|
||||
FM ""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:424
|
||||
translate it chapter_12_5D_ce4cab13:
|
||||
|
||||
# "Thirty photos later and I never want to see another camera again."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:426
|
||||
translate it chapter_12_5D_24b81bf1:
|
||||
|
||||
# "Fang’s mom decided to take pictures of every possible combination of us."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:428
|
||||
translate it chapter_12_5D_448d7436:
|
||||
|
||||
# "I don’t know which was worse, having to pose with Naomi or Fang’s dad digging his murder claws into my shoulder."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:430
|
||||
translate it chapter_12_5D_3d2f4eaf:
|
||||
|
||||
# "I’ve lost nearly all feeling in that arm."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:432
|
||||
translate it chapter_12_5D_faa0485d:
|
||||
|
||||
# "Pretty sure that’ll leave a bruise worse than my accelerated hug with the stair bollard last month."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:435
|
||||
translate it chapter_12_5D_da8313ca:
|
||||
|
||||
# "At least the pics with Naser were a nice reprieve."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:437
|
||||
translate it chapter_12_5D_0b3f76cd:
|
||||
|
||||
# "We ended up looking like the blues brothers, standing side by side in fuck ugly suits."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:441
|
||||
translate it chapter_12_5D_0e089e57:
|
||||
|
||||
# "Just as I was about to resign myself to premature blindness from the camera flash, my saviour arrives."
|
||||
""
|
||||
|
||||
# game/script/12.5D.prom-night-intro.rpy:444
|
||||
translate it chapter_12_5D_834cbd0d:
|
||||
|
||||
# F "Oh, Anon, you’re already here!"
|
||||
F ""
|
||||
|
1494
game/tl/it/script/12A.music-museum-date.rpy
Normal file
1494
game/tl/it/script/12A.music-museum-date.rpy
Normal file
File diff suppressed because it is too large
Load Diff
1016
game/tl/it/script/12B.band-fang-likes-concert.rpy
Normal file
1016
game/tl/it/script/12B.band-fang-likes-concert.rpy
Normal file
File diff suppressed because it is too large
Load Diff
1622
game/tl/it/script/12C.anon-fang-lovey-dovey.rpy
Normal file
1622
game/tl/it/script/12C.anon-fang-lovey-dovey.rpy
Normal file
File diff suppressed because it is too large
Load Diff
1094
game/tl/it/script/12D.aquarium.rpy
Normal file
1094
game/tl/it/script/12D.aquarium.rpy
Normal file
File diff suppressed because it is too large
Load Diff
3084
game/tl/it/script/13A.fang-loses-it-after-losing-prom-queen.rpy
Normal file
3084
game/tl/it/script/13A.fang-loses-it-after-losing-prom-queen.rpy
Normal file
File diff suppressed because it is too large
Load Diff
1736
game/tl/it/script/13B.fang-breaks-up-with-anon.rpy
Normal file
1736
game/tl/it/script/13B.fang-breaks-up-with-anon.rpy
Normal file
File diff suppressed because it is too large
Load Diff
5876
game/tl/it/script/13C.fang-and-anon-go-to-beach-and-prom.rpy
Normal file
5876
game/tl/it/script/13C.fang-and-anon-go-to-beach-and-prom.rpy
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2114
game/tl/it/script/14A.KO_OP-ending.rpy
Normal file
2114
game/tl/it/script/14A.KO_OP-ending.rpy
Normal file
File diff suppressed because it is too large
Load Diff
692
game/tl/it/script/14B.bad-ending.rpy
Normal file
692
game/tl/it/script/14B.bad-ending.rpy
Normal file
@ -0,0 +1,692 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/14B.bad-ending.rpy:3
|
||||
translate it chapter_14B_c60f0b48:
|
||||
|
||||
# "After Fang broke up with me, everything just fell apart."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:5
|
||||
translate it chapter_14B_5cd19738:
|
||||
|
||||
# "I couldn’t be bothered with school anymore, instead shutting myself in my room and replaying old games."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:7
|
||||
translate it chapter_14B_3e01c46d:
|
||||
|
||||
# "Naturally, I flunked out."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:10
|
||||
translate it chapter_14B_5c967f01:
|
||||
|
||||
# "With time on the lease running out, I had to make a decision soon{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:12
|
||||
translate it chapter_14B_e089effd:
|
||||
|
||||
# "College isn’t an option, so my choices were{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:14
|
||||
translate it chapter_14B_039fbd15:
|
||||
|
||||
# "Minimum wage job, military, or going homeless."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:16
|
||||
translate it chapter_14B_fa9a78df:
|
||||
|
||||
# "I’d rather not have stuck around town, and being homeless wasn’t very appealing either."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:18
|
||||
translate it chapter_14B_2cf2abad:
|
||||
|
||||
# "So that November I signed up for the Navy as a PACT Seaman."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:21
|
||||
translate it chapter_14B_8fd8ccf6:
|
||||
|
||||
# "The worst mistake of my life, and that’s really saying something considering how I got here."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:24
|
||||
translate it chapter_14B_73c41a97:
|
||||
|
||||
# "I was sold on the idea of picking a real job and getting training."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:26
|
||||
translate it chapter_14B_ba05ef90:
|
||||
|
||||
# "Instead I was at the mercy of brutal Boatswain's Mates."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:28
|
||||
translate it chapter_14B_487b3ab5:
|
||||
|
||||
# "I have the pig and chicken shit tattooed on my feet to prove it."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:30
|
||||
translate it chapter_14B_3207ccdf:
|
||||
|
||||
# "Or at least I did, until I sold my battlestation to get them removed."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:33
|
||||
translate it chapter_14B_ece2ac61:
|
||||
|
||||
# "I never want to touch a paintbrush in my life again."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:35
|
||||
translate it chapter_14B_d74f78d6:
|
||||
|
||||
# "Though every day since I’ve been eyeing rope{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:38
|
||||
translate it chapter_14B_33519eb5:
|
||||
|
||||
# "For four years my life was suffering."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:40
|
||||
translate it chapter_14B_87139e40:
|
||||
|
||||
# "And now I’m back here."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:42
|
||||
translate it chapter_14B_680417d3:
|
||||
|
||||
# "Plane ticket to anywhere."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:44
|
||||
translate it chapter_14B_21b063ca:
|
||||
|
||||
# "And I picked Volcadera Bluff."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:47
|
||||
translate it chapter_14B_6792dede:
|
||||
|
||||
# "What the fuck was I thinking?"
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:50
|
||||
translate it chapter_14B_5a38ef21:
|
||||
|
||||
# "There was a simple answer to that."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:52
|
||||
translate it chapter_14B_4217a49e:
|
||||
|
||||
# "I wasn’t."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:54
|
||||
translate it chapter_14B_c9962bee:
|
||||
|
||||
# "Just like I wasn’t thinking on that beach."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:56
|
||||
translate it chapter_14B_8057e23f:
|
||||
|
||||
# "People don’t change, after all."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:59
|
||||
translate it chapter_14B_b2032bd8:
|
||||
|
||||
# "I managed to get my old apartment in Skin Row back and it’s somehow even more of a shithole than it was four years ago."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:61
|
||||
translate it chapter_14B_14fe0527:
|
||||
|
||||
# "Only good thing out of the Navy was the monthly check."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:63
|
||||
translate it chapter_14B_abe32551:
|
||||
|
||||
# "Fucking ladderwells. The steps finally got me in the end."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:66
|
||||
translate it chapter_14B_0ba80b50:
|
||||
|
||||
# "Once I got my general discharge papers I vowed to never step foot on a ship again."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:75
|
||||
translate it chapter_14B_60fc45f3:
|
||||
|
||||
# "Instead, I’ve locked myself away in this room."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:77
|
||||
translate it chapter_14B_20bcf897:
|
||||
|
||||
# "Just listlessly drifting through life."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:79
|
||||
translate it chapter_14B_bcd811a1:
|
||||
|
||||
# "Just like I always wanted."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:82
|
||||
translate it chapter_14B_2f8ad1bf:
|
||||
|
||||
# "The trash from all the deliveries has turned it into a small landfill."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:84
|
||||
translate it chapter_14B_52813fb3:
|
||||
|
||||
# "I’m out of smokes, I’m out of liquor, my apartment smells like a shallow grave."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:87
|
||||
translate it chapter_14B_1b0b49c5:
|
||||
|
||||
# "I really need to go out for once."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:90
|
||||
translate it chapter_14B_09622a0c:
|
||||
|
||||
# "I vaguely recall there being a pizza place nearby, some chain on the edge of Skin Row."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:92
|
||||
translate it chapter_14B_c440a00d:
|
||||
|
||||
# "Pizza always helps. And it’s cheap."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:94
|
||||
translate it chapter_14B_f985e404:
|
||||
|
||||
# "And there’s a smoke shop nearby."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:96
|
||||
translate it chapter_14B_c287d9be:
|
||||
|
||||
# "With that plan settled I grab the jacket that I haven’t worn in weeks."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:98
|
||||
translate it chapter_14B_72771df4:
|
||||
|
||||
# "I give it a quick smell check before putting it on and heading for the door."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:106
|
||||
translate it chapter_14B_d3d02b19:
|
||||
|
||||
# "As I walk through the front of the building I feel the burning bright light of the setting sun searing my eyes."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:110
|
||||
translate it chapter_14B_433cbe5f:
|
||||
|
||||
# A "Argh, fuck! It’s like getting skullfucked by one of Stony’s light bars!"
|
||||
A ""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:117
|
||||
translate it chapter_14B_1a2df387:
|
||||
|
||||
# "After stumbling around like Helen Keller for a few moments, my eyes finally adjust to the sunlight and I start to make my way down the street."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:120
|
||||
translate it chapter_14B_3674984f:
|
||||
|
||||
# "Pizza time here I come."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:122
|
||||
translate it chapter_14B_f1638dc1:
|
||||
|
||||
# "{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:130
|
||||
translate it chapter_14B_22755598:
|
||||
|
||||
# "It’s morose and gray out, clouds hang heavy and blots the sun out."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:132
|
||||
translate it chapter_14B_04e13b15:
|
||||
|
||||
# "The homeless litter the street more than usual in this part of town."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:134
|
||||
translate it chapter_14B_c17e9555:
|
||||
|
||||
# "Even outside the dingy pizza place I found."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:141
|
||||
translate it chapter_14B_a2bd532c:
|
||||
|
||||
# "There’s only a few people inside the joint when I enter."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:143
|
||||
translate it chapter_14B_6f94bac7:
|
||||
|
||||
# "The entire place could be described as ‘slow’."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:146
|
||||
translate it chapter_14B_6a5162f4:
|
||||
|
||||
# "A cashier leans on one arm over the counter, the customers’ pizza already looks cold on their plates, an ambient track plays at a molasses pace."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:148
|
||||
translate it chapter_14B_29a9f16d:
|
||||
|
||||
# "Time itself seems to be dilating in here."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:151
|
||||
translate it chapter_14B_ca1cbb13:
|
||||
|
||||
# "I order two slices to go and wait by the counter for the cashier to meander to the back for a new stack of boxes."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:154
|
||||
translate it chapter_14B_421dd8a8:
|
||||
|
||||
# "Out of the corner of my eye I notice that the place has a small stage tucked into the back."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:156
|
||||
translate it chapter_14B_4105a001:
|
||||
|
||||
# "Oh, so they have live music?"
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:159
|
||||
translate it chapter_14B_b2bba7f9:
|
||||
|
||||
# "The current song ends and they shift amongst themselves to get the next one ready."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:165
|
||||
translate it chapter_14B_5538be5b:
|
||||
|
||||
# "The drummer taps his drumsticks together and starts a basic percussion line."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:168
|
||||
translate it chapter_14B_d31d7f09:
|
||||
|
||||
# "After a few beats the dreary singing begins and I feel my heart drop."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:170
|
||||
translate it chapter_14B_2254c3a5:
|
||||
|
||||
# "No matter how much of my memory I repress, I could never forget that voice."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:175
|
||||
translate it chapter_14B_b9638b94:
|
||||
|
||||
# "I throw an inconspicuous glance across the room and confirm my suspicions."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:182
|
||||
translate it chapter_14B_a6cd996f:
|
||||
|
||||
# "I can barely recognize Fang."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:185
|
||||
translate it chapter_14B_d01ab180:
|
||||
|
||||
# "A part of me denies that the person up on stage could have been her."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:187
|
||||
translate it chapter_14B_575f4e0c:
|
||||
|
||||
# "My more rational side however clarifies that it’s Fang up there, singing a song I know by heart."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:190
|
||||
translate it chapter_14B_bbed1944:
|
||||
|
||||
# "The years have not been kind to her."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:192
|
||||
translate it chapter_14B_2c09617d:
|
||||
|
||||
# "Her long gray hair is now totally shaved off and she has tattoos down both of her arms."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:194
|
||||
translate it chapter_14B_902b5234:
|
||||
|
||||
# "The thick black eyeliner makes her once bright amber eyes seem dull."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:196
|
||||
translate it chapter_14B_7c18ebf2:
|
||||
|
||||
# "And the expression on her face is one of absolute misery."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:199
|
||||
translate it chapter_14B_9a58bc2d:
|
||||
|
||||
# "The other two don’t look any better off either."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:202
|
||||
translate it chapter_14B_3ddd2936:
|
||||
|
||||
# "I don’t think Fang’s seen me yet."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:204
|
||||
translate it chapter_14B_d3d5c5ea:
|
||||
|
||||
# "Or doesn’t recognize me."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:206
|
||||
translate it chapter_14B_00973adf:
|
||||
|
||||
# "We’re a few years older now, a few years wiser."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:208
|
||||
translate it chapter_14B_08cbc4e4:
|
||||
|
||||
# "Maybe just a bit worse off."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:211
|
||||
translate it chapter_14B_05d8ed65:
|
||||
|
||||
# "The cashier returns with some cardboard boxes and packs my order into a neatly-folded package."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:213
|
||||
translate it chapter_14B_d68d1224:
|
||||
|
||||
# "I stay and wait. Watching her."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:215
|
||||
translate it chapter_14B_50f12e2a:
|
||||
|
||||
# "Hoping for her to look at me."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:217
|
||||
translate it chapter_14B_9469bdee:
|
||||
|
||||
# "Recognize me."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:219
|
||||
translate it chapter_14B_12486ab5:
|
||||
|
||||
# "Notice that I’m the only one here who cares enough to watch her play."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:222
|
||||
translate it chapter_14B_fc81ed70:
|
||||
|
||||
# "Finally, her eyes cast over the audience, looking over them."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:224
|
||||
translate it chapter_14B_335887b7:
|
||||
|
||||
# "Looking over me."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:227
|
||||
translate it chapter_14B_9a74bad4:
|
||||
|
||||
# "Her gaze just passes me by, even though I’m the only one looking."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:229
|
||||
translate it chapter_14B_cda63058:
|
||||
|
||||
# "She doesn’t recognize me."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:233
|
||||
translate it chapter_14B_bb793326:
|
||||
|
||||
# "It’s sobering."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:239
|
||||
translate it chapter_14B_77b4d9f2:
|
||||
|
||||
# "I guess that was it, it was fun pretending this might go somewhere."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:242
|
||||
translate it chapter_14B_20b59e7b:
|
||||
|
||||
# "That she would recognize me, drop her instrument and come to my arms, and we start dating again."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:244
|
||||
translate it chapter_14B_77a3a734:
|
||||
|
||||
# "We forgive ourselves, and we start over."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:246
|
||||
translate it chapter_14B_53d09f9a:
|
||||
|
||||
# "I let out a small sigh."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:249
|
||||
translate it chapter_14B_3b5aca4a:
|
||||
|
||||
# "I hesitate with the box in my hand."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:252
|
||||
translate it chapter_14B_0b15e820:
|
||||
|
||||
# "Fang is right there."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:255
|
||||
translate it chapter_14B_0c69721c:
|
||||
|
||||
# "I could take everything back. Everything that went wrong all because of that fight."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:257
|
||||
translate it chapter_14B_8007f72a:
|
||||
|
||||
# "If I try talking to her, she might forgive me."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:259
|
||||
translate it chapter_14B_36ce9911:
|
||||
|
||||
# "Give us both a fresh start."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:262
|
||||
translate it chapter_14B_cf9ea4d8:
|
||||
|
||||
# "Things could go back to the way they were, back before{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:264
|
||||
translate it chapter_14B_5a48123e:
|
||||
|
||||
# "Before{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:267
|
||||
translate it chapter_14B_804ae115:
|
||||
|
||||
# F "{alpha=0.75}{i}{cps=*.4}\"Trish was right about you.\"{/cps}{/i}{/alpha}"
|
||||
F ""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:271
|
||||
translate it chapter_14B_de93953b:
|
||||
|
||||
# "I{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:274
|
||||
translate it chapter_14B_765acfcd:
|
||||
|
||||
# "I really should go get those smokes."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:277
|
||||
translate it chapter_14B_7a6f01eb:
|
||||
|
||||
# "I take one last look of Fang, to further cement in my mind I’m making the right choice."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:285
|
||||
translate it chapter_14B_b6ecc854:
|
||||
|
||||
# "I couldn’t save her. Why would I save her? In her infinite talent can’t she see she’s a dump?"
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:288
|
||||
translate it chapter_14B_ceaac5ba:
|
||||
|
||||
# "I saw it, she’s smart, I’m a dope. Yet why does she do that to herself?"
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:296
|
||||
translate it chapter_14B_cda5cd21:
|
||||
|
||||
# "The bell on the door jingles it’s farewell, and I open the box to eat the first slice."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:298
|
||||
translate it chapter_14B_984a71de:
|
||||
|
||||
# "As the taste of cardboard fills my mouth I try to erase the last few minutes from my memory."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:301
|
||||
translate it chapter_14B_15f7da10:
|
||||
|
||||
# "But I know it won’t ever leave."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:303
|
||||
translate it chapter_14B_2ab5e0c2:
|
||||
|
||||
# "None of my memories will."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:306
|
||||
translate it chapter_14B_59315ba4:
|
||||
|
||||
# "I can just picture Fang, looking like a junkie like she does now in that pizzeria, playing to an audience of nobody: judging me and how I’m living from now on."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:308
|
||||
translate it chapter_14B_a814e4e2:
|
||||
|
||||
# "And I’ll say \"Yes Fang. I live on a pension alone in my apartment, playing games and watching movies and sleeping.\""
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:310
|
||||
translate it chapter_14B_6a9e2ed3:
|
||||
|
||||
# "\"It’s all I could ever want because I never wanted much in the first place.\""
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:313
|
||||
translate it chapter_14B_2da2cd34:
|
||||
|
||||
# "And she’ll probably scream at me, vent her frustrations on me, call me selfish."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:315
|
||||
translate it chapter_14B_2cd54830:
|
||||
|
||||
# "And I’ll just say \"Goodbye, Fang.\""
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:318
|
||||
translate it chapter_14B_c9527156:
|
||||
|
||||
# "It could’ve been a painful way of separating again{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:320
|
||||
translate it chapter_14B_a6110cdb:
|
||||
|
||||
# "{cps=*.1}...{/cps}after some possibly pleasant time playing catch-up{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:322
|
||||
translate it chapter_14B_9941ff37:
|
||||
|
||||
# "{cps=*.1}...{/cps}but the thought of coming back to my apartment alone with my pizza, watching a movie on my tv, undisturbed, with no judgement for my appearance or the place I live, it fills me with relief."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:325
|
||||
translate it chapter_14B_3ce579e5:
|
||||
|
||||
# "It’s all I ever wanted."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:328
|
||||
translate it chapter_14B_96120365:
|
||||
|
||||
# "It’s all I’ll ever need."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:331
|
||||
translate it chapter_14B_67816457:
|
||||
|
||||
# "Goodbye, Fang. It was nice seeing you again, I suppose."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:333
|
||||
translate it chapter_14B_2589a1be:
|
||||
|
||||
# "Because I haven’t changed."
|
||||
""
|
||||
|
||||
# game/script/14B.bad-ending.rpy:341
|
||||
translate it chapter_14B_0adcd937:
|
||||
|
||||
# "People never change."
|
||||
""
|
||||
|
1874
game/tl/it/script/14C.good-ending.rpy
Normal file
1874
game/tl/it/script/14C.good-ending.rpy
Normal file
File diff suppressed because it is too large
Load Diff
1640
game/tl/it/script/14D.gold-ending.rpy
Normal file
1640
game/tl/it/script/14D.gold-ending.rpy
Normal file
File diff suppressed because it is too large
Load Diff
4108
game/tl/it/script/2.fourth-day-of-school.rpy
Normal file
4108
game/tl/it/script/2.fourth-day-of-school.rpy
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2322
game/tl/it/script/4.anon-needs-help-during-music-period.rpy
Normal file
2322
game/tl/it/script/4.anon-needs-help-during-music-period.rpy
Normal file
File diff suppressed because it is too large
Load Diff
6946
game/tl/it/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy
Normal file
6946
game/tl/it/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy
Normal file
File diff suppressed because it is too large
Load Diff
7338
game/tl/it/script/6.anon-helps-fang-find-a-venue-for-band.rpy
Normal file
7338
game/tl/it/script/6.anon-helps-fang-find-a-venue-for-band.rpy
Normal file
File diff suppressed because it is too large
Load Diff
2632
game/tl/it/script/7.concert-day.rpy
Normal file
2632
game/tl/it/script/7.concert-day.rpy
Normal file
File diff suppressed because it is too large
Load Diff
3348
game/tl/it/script/8.anon-and-fang-study-together.rpy
Normal file
3348
game/tl/it/script/8.anon-and-fang-study-together.rpy
Normal file
File diff suppressed because it is too large
Load Diff
3320
game/tl/it/script/9.anons'-dirty-laundry-gets-put-up-to-air.rpy
Normal file
3320
game/tl/it/script/9.anons'-dirty-laundry-gets-put-up-to-air.rpy
Normal file
File diff suppressed because it is too large
Load Diff
920
game/tl/it/script/x1-chicxulub-gutterlane.rpy
Normal file
920
game/tl/it/script/x1-chicxulub-gutterlane.rpy
Normal file
@ -0,0 +1,920 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:10
|
||||
translate it chapter_x1_15b4bb09:
|
||||
|
||||
# "It’s a cool autumn’s evening and for some reason I’m squeezed in a car against Moe and Naser."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:12
|
||||
translate it chapter_x1_5aa090dc:
|
||||
|
||||
# "Fang’s dad was driving, and the passenger seat was taken up by a tote bag holding the family's ancient bowling balls."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:15
|
||||
translate it chapter_x1_68be7fe5:
|
||||
|
||||
# "Every time he looked in the rear view mirror I swear his gaze lingered on me for just a second before returning to the road."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:17
|
||||
translate it chapter_x1_356f0a45:
|
||||
|
||||
# "The only consolation is that if I don’t live to see the next day, it wouldn’t be because he didn’t have his priorities straight while on the road."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:20
|
||||
translate it chapter_x1_bfa08733:
|
||||
|
||||
# "The drive couldn’t have lasted for more than fifteen minutes, but it felt like a good couple of hours."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:28
|
||||
translate it chapter_x1_3e35c1eb:
|
||||
|
||||
# "When we finally pulled into the parking lot, I step out to stretch my legs while Moe and Naser continued to catch up."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:40
|
||||
translate it chapter_x1_1bfa6942:
|
||||
|
||||
# "Naser was having a blast listening about how Fang and VVURM DRAMA knocked it out of the park at Moe’s."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:42
|
||||
translate it chapter_x1_346e9fc6:
|
||||
|
||||
# "Moe was even wearing the apron Trish sold him to our little gathering."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:46
|
||||
translate it chapter_x1_4ce5a8a2:
|
||||
|
||||
# A "Uhh{cps=*.1}...{/cps} Moe, why are you wearing that outside, miles away from the restaurant kitchen?"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:58
|
||||
translate it chapter_x1_647e39df:
|
||||
|
||||
# Moe "It’sa part o’ ma look, if I ain’ts wearin’ an apron I jus’ don’t feel right."
|
||||
Moe ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:70
|
||||
translate it chapter_x1_60721d1e:
|
||||
|
||||
# FD "Well, folks, we’re here."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:74
|
||||
translate it chapter_x1_2ab1b71a:
|
||||
|
||||
# FD "Black Hole Bowling."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:77
|
||||
translate it chapter_x1_92c79497:
|
||||
|
||||
# Moe "It’s been a while, why ole’ Rip n’ me used ta come ’ere err’y weekend when we was your age."
|
||||
Moe ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:79
|
||||
translate it chapter_x1_6b2fc5ed:
|
||||
|
||||
# FD "And with my weekend off I figured I’d take the next generation for a game or two."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:91
|
||||
translate it chapter_x1_c562923d:
|
||||
|
||||
# Nas "Surprised you brought Anon along, Dad."
|
||||
Nas ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:93
|
||||
translate it chapter_x1_cea4d96f:
|
||||
|
||||
# Nas "That’s pretty unlike you."
|
||||
Nas ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:96
|
||||
translate it chapter_x1_a989f974:
|
||||
|
||||
# FD "It {i}was{/i} just going to be the three of us{cps=*.1}...{/cps}"
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:98
|
||||
translate it chapter_x1_2d18f317:
|
||||
|
||||
# FD "But the {i}missus{/i} thought it would be a {i}grand{/i} idea for him to come along."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:101
|
||||
translate it chapter_x1_86acb3c9:
|
||||
|
||||
# "Moe made an odd hand motion with his tiny limbs."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:103
|
||||
translate it chapter_x1_02db6f53:
|
||||
|
||||
# "It only made sense when he added a whip crack sound with it."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:106
|
||||
translate it chapter_x1_748eb875:
|
||||
|
||||
# FD "Quiet you. I’d have your ass in bars before you’d even know it."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:108
|
||||
translate it chapter_x1_02aeb55a:
|
||||
|
||||
# Moe "We both knows ya won’t. C’mon kids, ole Moe needs the extra hands to git on his lucky shoes."
|
||||
Moe ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:125
|
||||
translate it chapter_x1_7ad413fc:
|
||||
|
||||
# "I ended up having to carry the tote bag of bowling balls inside."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:128
|
||||
translate it chapter_x1_934ae16b:
|
||||
|
||||
# Nas "You’re not going to make a {i}cripple{/i} carry all those, right?"
|
||||
Nas ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:139
|
||||
translate it chapter_x1_2850c9e2:
|
||||
|
||||
# "Struggling to not fall over or snap in half like a skin-colored twig, I lugged the bag over."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:153
|
||||
translate it chapter_x1_4b4d9b74:
|
||||
|
||||
# "After we got a lane and I placed the balls on the rack, Fangs’ father and I sat in the benches while Naser and Moe went to get some snacks."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:155
|
||||
translate it chapter_x1_d1f4c65b:
|
||||
|
||||
# "I slouch back in my seat and rest my eyes a bit."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:158
|
||||
translate it chapter_x1_f05b8d2e:
|
||||
|
||||
# "Man, those bowling balls were heavy."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:160
|
||||
translate it chapter_x1_6bac2871:
|
||||
|
||||
# "We parked pretty far away, too, so I had to carry them a good quarter mile or so."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:162
|
||||
translate it chapter_x1_851ae29b:
|
||||
|
||||
# "At least the benches here are clean."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:174
|
||||
translate it chapter_x1_1c087271:
|
||||
|
||||
# "Sitting here with{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:176
|
||||
translate it chapter_x1_9f29bdb0:
|
||||
|
||||
# "Fang’s father{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:179
|
||||
translate it chapter_x1_293a3377:
|
||||
|
||||
# "Alone."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:182
|
||||
translate it chapter_x1_7dbeccda:
|
||||
|
||||
# "My eyes widen as Mister Aaron and I face each other."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:185
|
||||
translate it chapter_x1_4bad3546:
|
||||
|
||||
# "I feel my blood turn to ice as a look of malevolent glee spreads across his face."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:187
|
||||
translate it chapter_x1_6c929dac:
|
||||
|
||||
# FD "So, Anon{cps=*.1}...{/cps}"
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:189
|
||||
translate it chapter_x1_4401fa90:
|
||||
|
||||
# FD "We haven’t had a real heart-to-heart yet, have we?"
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:191
|
||||
translate it chapter_x1_2de61c8f:
|
||||
|
||||
# A "Haha, really? We’ve spoken before back at your house, haven’t we sir?"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:193
|
||||
translate it chapter_x1_fe2c638a:
|
||||
|
||||
# FD "True, but here we can really have some good ol’ Man Talk, you know?"
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:195
|
||||
translate it chapter_x1_3bb56026:
|
||||
|
||||
# A "I-I see."
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:198
|
||||
translate it chapter_x1_3a635f6c:
|
||||
|
||||
# "Fang’s Mother isn’t here, and Moe’s probably dropped his order twice already."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:200
|
||||
translate it chapter_x1_835b2532:
|
||||
|
||||
# "Please come back soon."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:202
|
||||
translate it chapter_x1_d5b8c0ce:
|
||||
|
||||
# FD "You been getting along well with everyone so far, huh?"
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:204
|
||||
translate it chapter_x1_b4bfda27:
|
||||
|
||||
# FD "Dear Lucy, Naser. Even my old buddy Moe."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:206
|
||||
translate it chapter_x1_0fa6d035:
|
||||
|
||||
# FD "Hear you’re a fast learner in his kitchen."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:208
|
||||
translate it chapter_x1_9425a729:
|
||||
|
||||
# "I swallow hard as I manage a nod."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:210
|
||||
translate it chapter_x1_cd6e961e:
|
||||
|
||||
# "The inside of my mouth felt like the center of the Sahara while my shirt was practically glued to my back from my sweat."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:213
|
||||
translate it chapter_x1_c9563e00:
|
||||
|
||||
# FD "You know I do actually know a bit about humans, I do."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:215
|
||||
translate it chapter_x1_371a9d07:
|
||||
|
||||
# FD "In my line of work you need to deal with all types, you know."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:217
|
||||
translate it chapter_x1_1b0d3a30:
|
||||
|
||||
# FD "I read this {cps=*.4}{i}reeeeaaaal{/i}{/cps} interesting thing the other day."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:220
|
||||
translate it chapter_x1_5ac2b786:
|
||||
|
||||
# FD "Apparently, dinosaurs and humans have a different amount of bones."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:222
|
||||
translate it chapter_x1_30e2c16e:
|
||||
|
||||
# FD "Makes sense when you think about it, but I guess it never occurred to me."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:224
|
||||
translate it chapter_x1_5c271c45:
|
||||
|
||||
# A "Uh, y-y-yeah. It k-k-kinda does, doesn’t it?"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:226
|
||||
translate it chapter_x1_3a6e3fb9:
|
||||
|
||||
# FD "Anyways, the article goes real in-depth about it."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:228
|
||||
translate it chapter_x1_5ef8f7e9:
|
||||
|
||||
# FD "Do you know the minimum number of bones a human needs to survive?"
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:231
|
||||
translate it chapter_x1_167a21b7:
|
||||
|
||||
# FD "I do. Real nifty piece of information, right?"
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:234
|
||||
translate it chapter_x1_5340335c:
|
||||
|
||||
# A "Ye-yeah, pretty cool!"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:237
|
||||
translate it chapter_x1_31d42d84:
|
||||
|
||||
# "He holds up a hand and points to his wrist."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:239
|
||||
translate it chapter_x1_b4e20638:
|
||||
|
||||
# FD "So apparently, absolutely none of these are vital to-"
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:247
|
||||
translate it chapter_x1_6a4b2c48:
|
||||
|
||||
# Nas "Here you go Anon."
|
||||
Nas ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:249
|
||||
translate it chapter_x1_a2bde974:
|
||||
|
||||
# "Naser drops a pair of old shoes into my lap."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:252
|
||||
translate it chapter_x1_3a8d0580:
|
||||
|
||||
# Nas "I asked for caveman size, but this was all they had, sorry."
|
||||
Nas ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:254
|
||||
translate it chapter_x1_ae5ff076:
|
||||
|
||||
# "Thank you Naser, thank you! If these weren’t rentals I’d enshrine them in my home and pay them respect every day for the rest of my life."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:257
|
||||
translate it chapter_x1_a9e22504:
|
||||
|
||||
# Nas "What’re you guys up to?"
|
||||
Nas ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:265
|
||||
translate it chapter_x1_7515da79:
|
||||
|
||||
# Moe "Terrorizin’ the poor kid, I bet."
|
||||
Moe ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:267
|
||||
translate it chapter_x1_392e4a9b:
|
||||
|
||||
# "Moe sets a tray of fountain drinks and snack foods on the table with his grabby claw hands."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:269
|
||||
translate it chapter_x1_03c87385:
|
||||
|
||||
# Moe "Ya know, Rip, jus cause yer in-law made ya piss yer britches don’t means ya gots ta do the same ta the kid."
|
||||
Moe ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:272
|
||||
translate it chapter_x1_f1de91f4:
|
||||
|
||||
# FD "No clue what you’re talking about."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:274
|
||||
translate it chapter_x1_18e384ae:
|
||||
|
||||
# Moe "Sure, Rip, sure."
|
||||
Moe ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:277
|
||||
translate it chapter_x1_8326e427:
|
||||
|
||||
# FD "Let’s just play already."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:280
|
||||
translate it chapter_x1_20fa0756:
|
||||
|
||||
# "Eager to escape his clutches I bolted for the console and started entering our names."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:294
|
||||
translate it chapter_x1_1a2e802d:
|
||||
|
||||
# "Fang’s dad was up first, and for some reason his solid flesh-tone ball seemed a lot newer than the others."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:304
|
||||
translate it chapter_x1_b732be85:
|
||||
|
||||
# "He made a show of inserting his clawed fingers into each of the holes while making sure I had a real good angle."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:306
|
||||
translate it chapter_x1_b3f25c73:
|
||||
|
||||
# "He even oriented the ball so that the holes lined up into a little screaming face."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:321
|
||||
translate it chapter_x1_f2d34fab:
|
||||
|
||||
# Nas "Wow pops, another strike!"
|
||||
Nas ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:323
|
||||
translate it chapter_x1_08dcc613:
|
||||
|
||||
# FD "S’all in the form, Naser."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:326
|
||||
translate it chapter_x1_4f877cde:
|
||||
|
||||
# FD "If ya picture the pins as something you {i}really{/i} despise{cps=*.1}...{/cps}"
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:328
|
||||
translate it chapter_x1_da5c9676:
|
||||
|
||||
# "His eyes linger on me for a moment."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:331
|
||||
translate it chapter_x1_7d842a5a:
|
||||
|
||||
# FD "You can put some real force into it and {w=.2}{nw}"
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:334
|
||||
translate it chapter_x1_7a1a9fb0:
|
||||
|
||||
# extend "{i}BAM{/i}."
|
||||
extend ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:337
|
||||
translate it chapter_x1_b95eb501:
|
||||
|
||||
# "I think I just made bam in my pants."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:340
|
||||
translate it chapter_x1_8891ec05:
|
||||
|
||||
# Moe "Sheesh Rip. Give it a break for a bit."
|
||||
Moe ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:342
|
||||
translate it chapter_x1_713124cc:
|
||||
|
||||
# "Yes. Maybe two bits even."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:352
|
||||
translate it chapter_x1_68710f2d:
|
||||
|
||||
# Moe "Alrights Anon, yer up."
|
||||
Moe ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:354
|
||||
translate it chapter_x1_530200e7:
|
||||
|
||||
# "I nod and get up from my seat."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:366
|
||||
translate it chapter_x1_35eb41c6:
|
||||
|
||||
# "The ball I’ve got is borrowed from the bowling lane, it’s logo making creative use of the finger holes."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:368
|
||||
translate it chapter_x1_4539df8e:
|
||||
|
||||
# "A shame the only one they had left was a size too small and my fingers barely fit."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:371
|
||||
translate it chapter_x1_87080f18:
|
||||
|
||||
# "I heft the smaller ball and take my cues from all my best attempts in Ninpebble Stick Bowling."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:373
|
||||
translate it chapter_x1_f9c71819:
|
||||
|
||||
# "Lining up the shot I look down the lane at the pins."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:378
|
||||
translate it chapter_x1_54f3444f:
|
||||
|
||||
# "Using Rip’s advice I picture Naomi’s face on the pins."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:380
|
||||
translate it chapter_x1_7e9a5ccf:
|
||||
|
||||
# "Sorry not sorry Naser."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:386
|
||||
translate it chapter_x1_2d1bdf5f:
|
||||
|
||||
# "With a big wind up that threatens to pull my arm from it’s socket I launch the ball."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:389
|
||||
translate it chapter_x1_5d76ea13:
|
||||
|
||||
# "Right into the back of my foot."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:407
|
||||
translate it chapter_x1_6d27135b:
|
||||
|
||||
# A "SONOFAWHOREFUCKINGCUNT. "
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:410
|
||||
translate it chapter_x1_6727329b:
|
||||
|
||||
# extend "GODDAMNMOTHERFUCKINGSHIT. " with vpunch
|
||||
extend "" with vpunch
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:421
|
||||
translate it chapter_x1_1ad6e596:
|
||||
|
||||
# extend "FUUUUUUUUUUUUUUUUUUUUUUUUU-{nw}" with vpunch
|
||||
extend "" with vpunch
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:423
|
||||
translate it chapter_x1_4b09126b:
|
||||
|
||||
# A "-UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU-{nw}"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:425
|
||||
translate it chapter_x1_06ef145e:
|
||||
|
||||
# A "-UUUUUUUUUUUUUUUUUUUUUUUUUUUUCKING SHITCUNTASSHOLEFUCK!"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:432
|
||||
translate it chapter_x1_209c2d87:
|
||||
|
||||
# A "OF ALL THE MOTHERFUCKING BULLSHIT TO FUCKING HAPPEN IN MY GOD FORSAKEN LIFE HOW THE FUCK DOES THAT HAPPEN!"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:434
|
||||
translate it chapter_x1_b4040202:
|
||||
|
||||
# A "FUCKING LEAF EATER BALL FUCK MY LIFE OW GOD MOTHER FUCK DAMN!"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:436
|
||||
translate it chapter_x1_82318c9b:
|
||||
|
||||
# A "WHAT THE FUCK IS THIS FUCKING TOM AND JERRY BULLSHIT HOW THE FUCK DOES THIS FUCKING HAPPEN!"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:438
|
||||
translate it chapter_x1_53552f15:
|
||||
|
||||
# A "DON’T JUST STAND THERE AND GAWK YOU JACKASSES GET A FUCKING FIRST AID BOX OR SOMETHING FOR FUCKS SAKE! YOU USELESS FUCKING ASSHOLES HOLY SHIT THIS HURTS LIKE HELL!"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:440
|
||||
translate it chapter_x1_59bcc74d:
|
||||
|
||||
# A "AAAAAA FUCK MY FUCKING FOOT I THINK I BROKE MY FUCKING FOOT!"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:444
|
||||
translate it chapter_x1_f73259b4:
|
||||
|
||||
# A "GOD DAAAAAAAAAAAAAAMN IIIIIIIIIIIIIIIIIIIIIIIT!"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:456
|
||||
translate it chapter_x1_3910d94a:
|
||||
|
||||
# "When I finally stop to catch my breath I realize all eyes in the building are on me."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:458
|
||||
translate it chapter_x1_6c0bf5d6:
|
||||
|
||||
# "Naser has his phone set on me."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:460
|
||||
translate it chapter_x1_bb49086f:
|
||||
|
||||
# "Even Fang’s father is staring with a dumbfounded look on his face."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:462
|
||||
translate it chapter_x1_857a4896:
|
||||
|
||||
# "I break out into a sweat again, eyes darting to find the nearest bathroom."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:465
|
||||
translate it chapter_x1_54257bcf:
|
||||
|
||||
# "Moe gestures to Mister Ripley."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:467
|
||||
translate it chapter_x1_22f28fc2:
|
||||
|
||||
# Moe "That beats your record, don’t it?"
|
||||
Moe ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:469
|
||||
translate it chapter_x1_df72c6a7:
|
||||
|
||||
# "An attendant throws his hands in the air."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:471
|
||||
translate it chapter_x1_7c7b454d:
|
||||
|
||||
# Attendant "It does! It’s a new record!"
|
||||
Attendant ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:474
|
||||
translate it chapter_x1_5cbb4a70:
|
||||
|
||||
# "All at once all the patrons of the bowling alley burst into cheers and applause."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:479
|
||||
translate it chapter_x1_e847f6e1:
|
||||
|
||||
# A "Wha?"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:488
|
||||
translate it chapter_x1_041007e9:
|
||||
|
||||
# FD "That was a full six minutes you were going off."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:496
|
||||
translate it chapter_x1_f0253a6e:
|
||||
|
||||
# Nas "The recording is seven minutes and thirty-three seconds, actually."
|
||||
Nas ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:505
|
||||
translate it chapter_x1_5a601c7c:
|
||||
|
||||
# Moe "The last record was only five minutes and some change."
|
||||
Moe ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:508
|
||||
translate it chapter_x1_c414f071:
|
||||
|
||||
# A "That’s nice and all but MY FOOT IS STILL FUCKING BROKEN!"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:510
|
||||
translate it chapter_x1_ab93ccc1:
|
||||
|
||||
# Nas "Does it even still hurt?"
|
||||
Nas ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:512
|
||||
translate it chapter_x1_936c6697:
|
||||
|
||||
# A "{cps=*.1}...{/cps}"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:515
|
||||
translate it chapter_x1_b84e32a6:
|
||||
|
||||
# A "{cps=*.1}...{/cps}Huh{cps=*.1}...{/cps}"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:519
|
||||
translate it chapter_x1_7ddb7201:
|
||||
|
||||
# FD "I tried to do a trickshot, ended up tripping Moe and{cps=*.1}...{/cps}"
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:521
|
||||
translate it chapter_x1_6450348d:
|
||||
|
||||
# "He waves a finger around the hole in his crest."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:523
|
||||
translate it chapter_x1_4d8629c0:
|
||||
|
||||
# Moe "I still got the metal plate in my head, too."
|
||||
Moe ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:525
|
||||
translate it chapter_x1_60ccd409:
|
||||
|
||||
# "Moe knocks a fist against the bottom of his skull, a metallic thump echoing out."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:528
|
||||
translate it chapter_x1_310efb81:
|
||||
|
||||
# Attendant "The manager’s approved a reward for beating out the twenty-year-old record!"
|
||||
Attendant ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:530
|
||||
translate it chapter_x1_79146e56:
|
||||
|
||||
# A "Oh, cool, a bowling ball of my own?"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:532
|
||||
translate it chapter_x1_01449d5b:
|
||||
|
||||
# Attendant "Those shoes you’re wearing, they’re yours."
|
||||
Attendant ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:535
|
||||
translate it chapter_x1_52b683d1:
|
||||
|
||||
# "Naser stifles a cough."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:538
|
||||
translate it chapter_x1_7d779d50:
|
||||
|
||||
# A "{cps=*.1}...{/cps}Thanks{cps=*.1}...{/cps}"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:540
|
||||
translate it chapter_x1_d943fbea:
|
||||
|
||||
# Moe "Either way, we should probably get a first aid kit."
|
||||
Moe ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:543
|
||||
translate it chapter_x1_904267cd:
|
||||
|
||||
# Nas "Think I saw one by the entrance, let’s go get it."
|
||||
Nas ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:557
|
||||
translate it chapter_x1_d396a379:
|
||||
|
||||
# "The two go hunting for the first aid kit, and I am left alone with Mister Ripley again."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:559
|
||||
translate it chapter_x1_0d56389b:
|
||||
|
||||
# "I don’t really care anymore right now, I’m just worn out."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:562
|
||||
translate it chapter_x1_c3fd8687:
|
||||
|
||||
# FD "Y’know{cps=*.1}...{/cps}"
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:564
|
||||
translate it chapter_x1_4dcf4ab7:
|
||||
|
||||
# "Here we go."
|
||||
""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:566
|
||||
translate it chapter_x1_abe66ccb:
|
||||
|
||||
# FD "I didn’t know you had it in you."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:569
|
||||
translate it chapter_x1_e31b37d1:
|
||||
|
||||
# A "Had what in me?"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:571
|
||||
translate it chapter_x1_23b63452:
|
||||
|
||||
# FD "Me."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:574
|
||||
translate it chapter_x1_04840908:
|
||||
|
||||
# A "Pardon?"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:576
|
||||
translate it chapter_x1_24fdb961:
|
||||
|
||||
# FD "Seven minutes straight, no regrets, no holding back, and with a single breath."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:578
|
||||
translate it chapter_x1_a9f769d5:
|
||||
|
||||
# FD "I can see a young me in you, Anon."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:581
|
||||
translate it chapter_x1_e6a71d2f:
|
||||
|
||||
# FD "And I can also see what my daughter sees in you."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:583
|
||||
translate it chapter_x1_b8c74587:
|
||||
|
||||
# FD "A strong will, and an iron lung."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:586
|
||||
translate it chapter_x1_ee3aebf9:
|
||||
|
||||
# A "O-oh, thank you, sir."
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:589
|
||||
translate it chapter_x1_fe16c2f1:
|
||||
|
||||
# A "Does that mean you’re okay with-"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:591
|
||||
translate it chapter_x1_9d939490:
|
||||
|
||||
# FD "You set foot near second base I’ll finish the job that bowling ball couldn’t."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:593
|
||||
translate it chapter_x1_c4adce05:
|
||||
|
||||
# A "Understood."
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:597
|
||||
translate it chapter_x1_2de66667:
|
||||
|
||||
# FD "Good talk."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:599
|
||||
translate it chapter_x1_2d7177b8:
|
||||
|
||||
# FD "Next time, we oughtta go fishing together."
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:601
|
||||
translate it chapter_x1_cbea7adc:
|
||||
|
||||
# A "Next time?"
|
||||
A ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:603
|
||||
translate it chapter_x1_c3cb9473:
|
||||
|
||||
# FD "Yeah{cps=*.1}...{/cps}"
|
||||
FD ""
|
||||
|
||||
# game/script/x1-chicxulub-gutterlane.rpy:605
|
||||
translate it chapter_x1_72eeb5b5:
|
||||
|
||||
# FD "Next time."
|
||||
FD ""
|
||||
|
1286
game/tl/it/script/x10-raymbas-observations.rpy
Normal file
1286
game/tl/it/script/x10-raymbas-observations.rpy
Normal file
File diff suppressed because it is too large
Load Diff
584
game/tl/it/script/x2-the-mous-pad.rpy
Normal file
584
game/tl/it/script/x2-the-mous-pad.rpy
Normal file
@ -0,0 +1,584 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:25
|
||||
translate it chapter_x2_d686991d:
|
||||
|
||||
# A "Right, you’re recording?"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:38
|
||||
translate it chapter_x2_e3e015f8:
|
||||
|
||||
# A "Heyyy, what’s up? It’s ya boy, Anon, and this is my criiiiiiiiiiiib!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:41
|
||||
translate it chapter_x2_2f0c23c1:
|
||||
|
||||
# F "Dork{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:44
|
||||
translate it chapter_x2_b5c71868:
|
||||
|
||||
# A "Quiet you!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:46
|
||||
translate it chapter_x2_042b4f8d:
|
||||
|
||||
# A "Ignore the hired help."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:49
|
||||
translate it chapter_x2_bdf3bd3c:
|
||||
|
||||
# F "Hired?!"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:51
|
||||
translate it chapter_x2_319d89c7:
|
||||
|
||||
# A "Shush!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:56
|
||||
translate it chapter_x2_832f8ee9:
|
||||
|
||||
# A "We’re right in the heart of Skin Row, one of Volcaldera Bluff’s most historic cultural districts!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:59
|
||||
translate it chapter_x2_2ee72b30:
|
||||
|
||||
# F "Yeah, if you call crack ‘cultural’{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:61
|
||||
translate it chapter_x2_cbf6f349:
|
||||
|
||||
# A "{cps=*.1}...{/cps}CULTURAL districts!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:64
|
||||
translate it chapter_x2_28803fee:
|
||||
|
||||
# A "I’ve been living here for almost seven months and I wouldn’t trade it for anywhere else in the state."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:67
|
||||
translate it chapter_x2_ca1d2d3d:
|
||||
|
||||
# A "So let’s head on inside for the grand tour!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:87
|
||||
translate it chapter_x2_7317d975:
|
||||
|
||||
# F "What’s so ‘grand’ about a one-room apartment? My bedroom is bigger than this!"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:89
|
||||
translate it chapter_x2_64a4dc64:
|
||||
|
||||
# A "Fang I swear to god, don’t make me ask Reed to do this instead."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:92
|
||||
translate it chapter_x2_efd3629d:
|
||||
|
||||
# A "So this is the kitchen area, loaded with all the essentials I need to get me through the week. Alfredo, carbonara, pesto, you name it and I can cook it."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:94
|
||||
translate it chapter_x2_0b892370:
|
||||
|
||||
# F "Carbonara is pretty good, I’ll give you that{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:96
|
||||
translate it chapter_x2_242388a6:
|
||||
|
||||
# A "Moving on- Fang! You don’t need to show the refrigerator!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:98
|
||||
translate it chapter_x2_7a8bc952:
|
||||
|
||||
# F "You call thirty energy drinks ‘essential’?"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:100
|
||||
translate it chapter_x2_f264075e:
|
||||
|
||||
# A "You try getting through a 48 hour Rock Ring 2 marathon without those!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:103
|
||||
translate it chapter_x2_8e6db354:
|
||||
|
||||
# A "Anyways, make sure you get a good pan view of the apartment."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:115
|
||||
translate it chapter_x2_06e2559c:
|
||||
|
||||
# "This is what I call the ‘Mous Pad’."
|
||||
""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:118
|
||||
translate it chapter_x2_3cb24cf0:
|
||||
|
||||
# F "You have literally never called it that before."
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:120
|
||||
translate it chapter_x2_81e7d049:
|
||||
|
||||
# F "Wait. Why are you doing this again?"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:123
|
||||
translate it chapter_x2_09abb0e0:
|
||||
|
||||
# A "My forum pen-pal dared me to do it."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:126
|
||||
translate it chapter_x2_587499d3:
|
||||
|
||||
# F "Your{cps=*.1}...{/cps} pen-pal? You’re trying to impress some weirdo on the Internet with{cps=*.1}...{/cps} this."
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:128
|
||||
translate it chapter_x2_8a9ae7bb:
|
||||
|
||||
# A "Yeah, her screen name’s StegoStar231. I’m pretty sure she’s from Japan. Cool, huh?"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:130
|
||||
translate it chapter_x2_3fb89239:
|
||||
|
||||
# F "‘Her’? You’re sure you aren’t just being groomed?"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:132
|
||||
translate it chapter_x2_3e16aa56:
|
||||
|
||||
# A "No, shut up."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:139
|
||||
translate it chapter_x2_0728cbff:
|
||||
|
||||
# A "Anyways, next is the battlestation, ready for all those late-night raid sessions with the clan."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:144
|
||||
translate it chapter_x2_18878f28:
|
||||
|
||||
# A "And THIS little guy is Metal Gear RAYmba! Custom modified with a railgun for stealth launches at the science teacher!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:146
|
||||
translate it chapter_x2_d55a27dc:
|
||||
|
||||
# F "Some weirdo forced him to buy a phone roomba on our first date and he decided to keep it."
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:148
|
||||
translate it chapter_x2_af507706:
|
||||
|
||||
# A "And it was the best decision I made that day!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:152
|
||||
translate it chapter_x2_540ea062:
|
||||
|
||||
# A "{cps=*.1}...{/cps}Why are you giving me that look? Moving on!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:156
|
||||
translate it chapter_x2_75ffa297:
|
||||
|
||||
# A "The bed. Where I do all my sleeping."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:159
|
||||
translate it chapter_x2_fe7088bd:
|
||||
|
||||
# F "Among other things."
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:161
|
||||
translate it chapter_x2_5b6c2d60:
|
||||
|
||||
# A "Fang! How vulgar!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:172
|
||||
translate it chapter_x2_8c44a0f7:
|
||||
|
||||
# A "My TV, XROX hooked up and ready to play Rock Ring at a moment’s notice."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:174
|
||||
translate it chapter_x2_c6615df0:
|
||||
|
||||
# A "And my closet, with all the clothes I’ll ever need."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:177
|
||||
translate it chapter_x2_89396460:
|
||||
|
||||
# F "What the fuck? I thought you just kept cleaning the same shirt over and over. Why do you have so many?"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:180
|
||||
translate it chapter_x2_36fc2a10:
|
||||
|
||||
# A "Am I giving a tour to StegoStar or you?"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:182
|
||||
translate it chapter_x2_a89a067c:
|
||||
|
||||
# F "Tell me more about this ‘StegoStar’ character. What’s ‘her’ deal?"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:184
|
||||
translate it chapter_x2_f9b6b176:
|
||||
|
||||
# A "Dunno what there is to say. She likes anime and- wait, you aren’t jealous, are you?"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:186
|
||||
translate it chapter_x2_10a30a25:
|
||||
|
||||
# F "I’d be jealous if it was an actual girl you were talking to, you dweeb."
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:188
|
||||
translate it chapter_x2_e304f4c8:
|
||||
|
||||
# A "Good. Between you and me, she’s not really my type."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:191
|
||||
translate it chapter_x2_a0183cc3:
|
||||
|
||||
# F "And you’re taken."
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:193
|
||||
translate it chapter_x2_1c94bf6b:
|
||||
|
||||
# A "And I’m happily taken."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:197
|
||||
translate it chapter_x2_d19e25bc:
|
||||
|
||||
# A "Anyways, uh, I think that’s about it for my crib tour. Hope you enjoyed, StegoStar. Make sure you get back to me about the new Lucky Star episode, too."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:200
|
||||
translate it chapter_x2_033e1c20:
|
||||
|
||||
# A "And done."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:217
|
||||
translate it chapter_x2_960c340b:
|
||||
|
||||
# F "So, does StegoStar have any other hobbies?"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:219
|
||||
translate it chapter_x2_532c38b7:
|
||||
|
||||
# A "I, err, think she’s into card games?"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:222
|
||||
translate it chapter_x2_6efe46ab:
|
||||
|
||||
# F "Hmmmm{cps=*.1}...{/cps} Card games, huh? Anything else you know of?"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:224
|
||||
translate it chapter_x2_bf2affb1:
|
||||
|
||||
# A "For not being jealous you sure care a lot about what she does. She sent me some pictures of her garden once."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:227
|
||||
translate it chapter_x2_6e5bdcf6:
|
||||
|
||||
# F "What, like a zen garden? Or is that some kind of euphemism?"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:229
|
||||
translate it chapter_x2_f6d39783:
|
||||
|
||||
# A "What? No! Just flowers and stuff. I can show you if you want."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:235
|
||||
translate it chapter_x2_a0e5a09b:
|
||||
|
||||
# F "{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:242
|
||||
translate it chapter_x2_e4020bef:
|
||||
|
||||
# F "This is Stella’s garden."
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:245
|
||||
translate it chapter_x2_4de56490:
|
||||
|
||||
# A "Whaaaat, no it isn’t. See?"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:248
|
||||
translate it chapter_x2_dc6b05ac:
|
||||
|
||||
# F "Anon, this is Stella’s yard."
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:251
|
||||
translate it chapter_x2_0f111d71:
|
||||
|
||||
# A "Nah, you’re just jea-"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:256
|
||||
translate it chapter_x2_8d731d47:
|
||||
|
||||
# F "Here’s her fucking instaglyph, you idiot."
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:261
|
||||
translate it chapter_x2_936c6697:
|
||||
|
||||
# A "{cps=*.1}...{/cps}"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:263
|
||||
translate it chapter_x2_936c6697_1:
|
||||
|
||||
# A "{cps=*.1}...{/cps}"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:268
|
||||
translate it chapter_x2_0d33ca09:
|
||||
|
||||
# A "One moment, I need to use the bathroom."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:282
|
||||
translate it chapter_x2_4c8caa0b:
|
||||
|
||||
# "{b}*SLAM*{/b}" with vpunch
|
||||
"" with vpunch
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:300
|
||||
translate it chapter_x2_ca70b863:
|
||||
|
||||
# "*Ring ring ring click*"
|
||||
""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:303
|
||||
translate it chapter_x2_bcd7b17b:
|
||||
|
||||
# A "Sooo{cps=*.1}...{/cps} When were you going to tell me?"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:305
|
||||
translate it chapter_x2_f1638dc1:
|
||||
|
||||
# "{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:307
|
||||
translate it chapter_x2_d0dec17e:
|
||||
|
||||
# A "YOU FUCKING KNOW WHAT!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:309
|
||||
translate it chapter_x2_f1638dc1_1:
|
||||
|
||||
# "{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:311
|
||||
translate it chapter_x2_117f35fb:
|
||||
|
||||
# A "OH, YOU FUCKING KNOW, STELLA!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:315
|
||||
translate it chapter_x2_2400aa73:
|
||||
|
||||
# F "PFFFFFFT."
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:317
|
||||
translate it chapter_x2_a8f31abb:
|
||||
|
||||
# A "OR SHOULD I SAY, STEGOSTAR231!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:319
|
||||
translate it chapter_x2_a86990b3:
|
||||
|
||||
# "{cps=*.1}........{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:321
|
||||
translate it chapter_x2_90719add:
|
||||
|
||||
# A "I THOUGHT I WAS TALKING TO AN ACTUAL JAPANESE GIRL!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:323
|
||||
translate it chapter_x2_f1638dc1_2:
|
||||
|
||||
# "{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:325
|
||||
translate it chapter_x2_d644fd27:
|
||||
|
||||
# A "NO!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:327
|
||||
translate it chapter_x2_b822eb31:
|
||||
|
||||
# A "A PACHY UNCLE DOES NOT FUCKING COUNT!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:331
|
||||
translate it chapter_x2_cbca9786:
|
||||
|
||||
# F "AHAHAHAHAHAHAHAHAHA."
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:333
|
||||
translate it chapter_x2_a4e03502:
|
||||
|
||||
# A "FANG SO HELP ME-"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:335
|
||||
translate it chapter_x2_c53c17ee:
|
||||
|
||||
# F "YOU HAD A FUCKING NETCRUSH ON STELLA! AHAHAHAHAHAHAHAHAHA!"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:337
|
||||
translate it chapter_x2_9ed46459:
|
||||
|
||||
# "{cps=*.1}.......{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:339
|
||||
translate it chapter_x2_a629ddd9:
|
||||
|
||||
# A "OH SHUT UP THAT WAS TWO YEARS AGO!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:341
|
||||
translate it chapter_x2_d72f6e5c:
|
||||
|
||||
# F "{cps=*.4}d’aaaaaawww{/cps}. Anon had a {cps=*.5}{i}cruuuush{/i}{/cps}."
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:343
|
||||
translate it chapter_x2_979ebbc9:
|
||||
|
||||
# A "And I HAVE a girlfriend!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:345
|
||||
translate it chapter_x2_49b80c7f:
|
||||
|
||||
# "{cps=*.1}.....{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:347
|
||||
translate it chapter_x2_8590a770:
|
||||
|
||||
# A "No I will NOT be keeping that promise!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:349
|
||||
translate it chapter_x2_a91d47ac:
|
||||
|
||||
# "{cps=*.1}.........{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:351
|
||||
translate it chapter_x2_efac9e65:
|
||||
|
||||
# A "Apology not accepted!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:353
|
||||
translate it chapter_x2_1c6c86fe:
|
||||
|
||||
# A "Oh and by the way your husbando is shit!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:356
|
||||
translate it chapter_x2_8e9aad0e:
|
||||
|
||||
# "*click*"
|
||||
""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:359
|
||||
translate it chapter_x2_08cc3e1c:
|
||||
|
||||
# "*woosh {nw}"
|
||||
""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:360
|
||||
translate it chapter_x2_c873dfd7:
|
||||
|
||||
# extend "{b}SLAM{/b}*" with vpunch
|
||||
extend "" with vpunch
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:372
|
||||
translate it chapter_x2_1c80cc9d:
|
||||
|
||||
# A "Ugh{cps=*.1}...{/cps} I need a smo-"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:375
|
||||
translate it chapter_x2_d79e48ea:
|
||||
|
||||
# A "Wait."
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:379
|
||||
translate it chapter_x2_080b6c0b:
|
||||
|
||||
# A "Are you still filming?!"
|
||||
A ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:388
|
||||
translate it chapter_x2_3c0104cd:
|
||||
|
||||
# F "{cps=*.75}AHAHAHAHAHAHAHAHA{/cps}{w=1}{nw}"
|
||||
F ""
|
||||
|
||||
# game/script/x2-the-mous-pad.rpy:393
|
||||
translate it chapter_x2_6b32c388:
|
||||
|
||||
# A "Fang I swear to fu- Get back here!"
|
||||
A ""
|
||||
|
326
game/tl/it/script/x3-PTA-meeting.rpy
Normal file
326
game/tl/it/script/x3-PTA-meeting.rpy
Normal file
@ -0,0 +1,326 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:8
|
||||
translate it chapter_x3_93919e8e:
|
||||
|
||||
# "{cps=*0.2}--August Tenth--{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:13
|
||||
translate it chapter_x3_b0f49f92:
|
||||
|
||||
# "Inside the sweltering hot auditorium of Volcano High."
|
||||
""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:33
|
||||
translate it chapter_x3_f536bf27:
|
||||
|
||||
# Sp "Good evening, everyone. I’m glad that you’ve all agreed to show up."
|
||||
Sp ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:35
|
||||
translate it chapter_x3_5669ead9:
|
||||
|
||||
# Sp "With the new year about to begin we’d like to firstly start off by introducing our tenured faculty to any new parents."
|
||||
Sp ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:37
|
||||
translate it chapter_x3_f8ba2ccb:
|
||||
|
||||
# Sp "If you would be so kind."
|
||||
Sp ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:47
|
||||
translate it chapter_x3_a6802382:
|
||||
|
||||
# Tsuki "Ohayo! Mai naimu es Jim Tsuki, ando aye am en chajo ova zhe ingurass depatamento. Carr-dono."
|
||||
Tsuki ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:62
|
||||
translate it chapter_x3_df8325d8:
|
||||
|
||||
# carl "‘Ey, hows it goin’. I’m Karl Carldewskii. I’m like, head o’ the math guys, yeah? Fossilman, yer up."
|
||||
carl ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:70
|
||||
translate it chapter_x3_9774a00a:
|
||||
|
||||
# Drf "Huhwha. Oh! Why are you in my attic?"
|
||||
Drf ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:83
|
||||
translate it chapter_x3_0b8f1228:
|
||||
|
||||
# "I sigh and slide the script over to the senile fossil."
|
||||
""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:89
|
||||
translate it chapter_x3_5f6e6873:
|
||||
|
||||
# Drf "Oh my. Yes, I am Professor Fernsworth, and I act as the head of sciences. Please remind Mr. Jingo to say his part next."
|
||||
Drf ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:93
|
||||
translate it chapter_x3_4cfd820e:
|
||||
|
||||
# Drf "Mr. Jingo, I believe it’s your turn."
|
||||
Drf ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:107
|
||||
translate it chapter_x3_5a35754c:
|
||||
|
||||
# jingo "Yes I am the music head."
|
||||
jingo ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:113
|
||||
translate it chapter_x3_5f164581:
|
||||
|
||||
# FM "And I am the parent ambassador."
|
||||
FM ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:121
|
||||
translate it chapter_x3_99519588:
|
||||
|
||||
# Sp "Now, onto the subject of this meeting."
|
||||
Sp ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:127
|
||||
translate it chapter_x3_f2f9c346:
|
||||
|
||||
# "I sigh and shuffle the sheat of papers before me, looking closely at my notes."
|
||||
""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:130
|
||||
translate it chapter_x3_05c7d97f:
|
||||
|
||||
# Sp "Fundraising to repair the rooftop safety fence."
|
||||
Sp ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:133
|
||||
translate it chapter_x3_d7808ffe:
|
||||
|
||||
# unknown "How was it broken in the first place!"
|
||||
unknown ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:135
|
||||
translate it chapter_x3_9c577775:
|
||||
|
||||
# unknown "What if my lil Abby fell down!"
|
||||
unknown ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:138
|
||||
translate it chapter_x3_04878e73:
|
||||
|
||||
# Sp "Ma’am your daughter can safely glide-"
|
||||
Sp ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:140
|
||||
translate it chapter_x3_79849af3:
|
||||
|
||||
# unknown "YOU DON’T KNOW THAT!"
|
||||
unknown ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:143
|
||||
translate it chapter_x3_2ec2140b:
|
||||
|
||||
# Sp "Ma’am, Abigail is the star track and field glider."
|
||||
Sp ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:146
|
||||
translate it chapter_x3_e6c186cc:
|
||||
|
||||
# FM "Don’t you worry! I can assure you that the faculty would never let our children come to harm."
|
||||
FM ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:148
|
||||
translate it chapter_x3_3b0a9ec9:
|
||||
|
||||
# FM "Why, just imagine if one of their students were seriously hurt in an accident."
|
||||
FM ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:152
|
||||
translate it chapter_x3_a0abf707:
|
||||
|
||||
# FM "Like falling down those stairs and landing on one of the bollards."
|
||||
FM ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:155
|
||||
translate it chapter_x3_1ccce6cd:
|
||||
|
||||
# "Oh not this again."
|
||||
""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:158
|
||||
translate it chapter_x3_4d5e9abc:
|
||||
|
||||
# carl "I’ll have you know that that Anon kid is way tougher than he looks!"
|
||||
carl ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:161
|
||||
translate it chapter_x3_6fc6c66b:
|
||||
|
||||
# unknown "There’s no way that actually happened!"
|
||||
unknown ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:163
|
||||
translate it chapter_x3_31f30458:
|
||||
|
||||
# unknown "Yeah, skinnies are too squishy to survive something like that!"
|
||||
unknown ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:165
|
||||
translate it chapter_x3_ab6fc7a1:
|
||||
|
||||
# unknown "YOU HAVE NO PROOF THAT MY EUGENE WAS INVOLVED!"
|
||||
unknown ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:168
|
||||
translate it chapter_x3_b5a3a5a7:
|
||||
|
||||
# Sp "If we could foc-{w=.5}{nw}"
|
||||
Sp ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:170
|
||||
translate it chapter_x3_354304cc:
|
||||
|
||||
# FM "Now now. I think we really should address the parents’ concerns, sir."
|
||||
FM ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:172
|
||||
translate it chapter_x3_254719b1:
|
||||
|
||||
# unknown "YEAH! Like who let an {i}APE{/i} be around my precious Megan!"
|
||||
unknown ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:175
|
||||
translate it chapter_x3_73703ffd:
|
||||
|
||||
# "So much for post racial society."
|
||||
""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:200
|
||||
translate it chapter_x3_b1336034:
|
||||
|
||||
# Sp "ON THE SUBJECT OF FUNDRAISING!" with vpunch
|
||||
Sp "" with vpunch
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:204
|
||||
translate it chapter_x3_4ac7bf5f:
|
||||
|
||||
# "My voice is powerful enough to draw everyone’s eyes to me."
|
||||
""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:207
|
||||
translate it chapter_x3_562cbbeb:
|
||||
|
||||
# Sp "We need to consider each person’s idea, so we will be opening the floor to suggest-"
|
||||
Sp ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:212
|
||||
translate it chapter_x3_05f536c6:
|
||||
|
||||
# "The crowd of parents have begun shouting over each other at this point."
|
||||
""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:214
|
||||
translate it chapter_x3_b5730a14:
|
||||
|
||||
# "More than half of them aren’t even saying anything."
|
||||
""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:217
|
||||
translate it chapter_x3_fe52d5fc:
|
||||
|
||||
# "Ugh, why did I take this job again?"
|
||||
""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:220
|
||||
translate it chapter_x3_c357385d:
|
||||
|
||||
# FM "Oh dear, they are certainly enthusiastic."
|
||||
FM ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:222
|
||||
translate it chapter_x3_35fa6737:
|
||||
|
||||
# Sp "Samantha, why are you even here? Your kids have already graduated."
|
||||
Sp ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:226
|
||||
translate it chapter_x3_35345803:
|
||||
|
||||
# FM "You never know what the future may bring, Principal Spears. I’m simply being mindful of it."
|
||||
FM ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:229
|
||||
translate it chapter_x3_5ae86b17:
|
||||
|
||||
# Sp "The future?"
|
||||
Sp ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:231
|
||||
translate it chapter_x3_c10f206c:
|
||||
|
||||
# carl "No freakin’ way. You tellin’ me dat Anon actually managed to score?"
|
||||
carl ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:233
|
||||
translate it chapter_x3_4c22ff79:
|
||||
|
||||
# carl "*sniff* Brings a tear to ma freakin’ eye…"
|
||||
carl ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:236
|
||||
translate it chapter_x3_db982386:
|
||||
|
||||
# jingo "I was always wondering why those two would sneak off to the roof. Good on them."
|
||||
jingo ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:242
|
||||
translate it chapter_x3_6f5c8df8:
|
||||
|
||||
# Drf "Indeed, why I remember my first wife and how we met{cps=*.1}…{/cps} It felt like a hundred years ago and yet I can still recall her supple scales."
|
||||
Drf ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:245
|
||||
translate it chapter_x3_c92a82ab:
|
||||
|
||||
# Sp "Can we please not discuss the students’ sexual pursuits? I swear, whatever happened to professionalism?"
|
||||
Sp ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:248
|
||||
translate it chapter_x3_a94ab696:
|
||||
|
||||
# Tsuki "Spears-dono you must relax. It’s not like he’s a student here, and his parents never even bothered to show up."
|
||||
Tsuki ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:277
|
||||
translate it chapter_x3_ece63ec7:
|
||||
|
||||
# Tsuki "What{cps=*.1}...{/cps} Why are you all looking at me like that?"
|
||||
Tsuki ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:280
|
||||
translate it chapter_x3_6bff1fba:
|
||||
|
||||
# "Ugh, Fang was right. I should’ve just taken up her old man’s offer at the dealership."
|
||||
""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:285
|
||||
translate it chapter_x3_e2f560cf:
|
||||
|
||||
# "As the faculty join in the shouting with the rest of the parents I take a moment to rethink my priorities."
|
||||
""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:292
|
||||
translate it chapter_x3_18b3a286:
|
||||
|
||||
# carl "I KNEWS YOU WERE FAKIN’ IT!"
|
||||
carl ""
|
||||
|
||||
# game/script/x3-PTA-meeting.rpy:297
|
||||
translate it chapter_x3_0bd751b8:
|
||||
|
||||
# Tsuki "Aye habbu no curue watto yo meano."
|
||||
Tsuki ""
|
||||
|
422
game/tl/it/script/x4-passion-of-the-trigga.rpy
Normal file
422
game/tl/it/script/x4-passion-of-the-trigga.rpy
Normal file
@ -0,0 +1,422 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:12
|
||||
translate it chapter_x4_d2b2ddbb:
|
||||
|
||||
# "{cps=*.2}-- February Seventeenth --{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:17
|
||||
translate it chapter_x4_f9dfc1bd:
|
||||
|
||||
# "I lean back against the wall, my freshly polished horns feeling fantastic today."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:19
|
||||
translate it chapter_x4_f8ce47dc:
|
||||
|
||||
# "I deserve it after all the shit I deal with at school. Not to mention the tiny terrors at home{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:22
|
||||
translate it chapter_x4_53a2aca5:
|
||||
|
||||
# "A part of me wants to feel bad that I left Fang on their own the other day."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:24
|
||||
translate it chapter_x4_7ff476f0:
|
||||
|
||||
# "Especially with that useless skinnie."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:26
|
||||
translate it chapter_x4_7a177870:
|
||||
|
||||
# "But between the nice clean feeling on my scalp and the great news{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:39
|
||||
translate it chapter_x4_c3ff649c:
|
||||
|
||||
# T "Skinnie convinced him? How'd he manage to do that?"
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:44
|
||||
translate it chapter_x4_180f5b34:
|
||||
|
||||
# F "I dunno but it's awesome! A real venue this time!"
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:48
|
||||
translate it chapter_x4_ee4c712f:
|
||||
|
||||
# "It takes a second to actually register it."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:50
|
||||
translate it chapter_x4_6ae4d039:
|
||||
|
||||
# "An actual venue..?"
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:52
|
||||
translate it chapter_x4_5b935872:
|
||||
|
||||
# "An actual venue!!"
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:54
|
||||
translate it chapter_x4_cd7428b5:
|
||||
|
||||
# "The thoughts and possibilities flare in my head, all one step closer to reality."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:62
|
||||
translate it chapter_x4_5c963499:
|
||||
|
||||
# T "Our chance to make VVURM DRAMA the hit it deserves to be!"
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:64
|
||||
translate it chapter_x4_1c946d3c:
|
||||
|
||||
# "Our celebration continues until someone, probably one of the teachers passing by, knocks on the music room’s door several times."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:70
|
||||
translate it chapter_x4_8d488b5e:
|
||||
|
||||
# "Then I remember the person responsible."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:73
|
||||
translate it chapter_x4_80846632:
|
||||
|
||||
# "Ah, maybe skinnie isn’t so bad."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:76
|
||||
translate it chapter_x4_79e4eceb:
|
||||
|
||||
# "Pffft, nah. I probably coulda convinced that fucking fossil too."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:79
|
||||
translate it chapter_x4_f1638dc1:
|
||||
|
||||
# "{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:81
|
||||
translate it chapter_x4_21b30cc5:
|
||||
|
||||
# "I look at Fang and notice them with a look on their face I haven’t seen in a very long time."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:83
|
||||
translate it chapter_x4_3af83fe1:
|
||||
|
||||
# "Like they’re daydreaming again."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:86
|
||||
translate it chapter_x4_9786f7ef:
|
||||
|
||||
# "It’s kinda weird. Like they’re too{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:88
|
||||
translate it chapter_x4_e590bc57:
|
||||
|
||||
# "Embarrassed looking? Hmm?"
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:91
|
||||
translate it chapter_x4_f3220626:
|
||||
|
||||
# T "So{cps=*.1}...{/cps} You two do anything else all day?"
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:93
|
||||
translate it chapter_x4_c4630411:
|
||||
|
||||
# F "Not really. After I told Naser to fuck off, we got free pizza and just hung out."
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:95
|
||||
translate it chapter_x4_699cdaa8:
|
||||
|
||||
# T "Exciting."
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:97
|
||||
translate it chapter_x4_3e1ae040:
|
||||
|
||||
# "Unremarkably dull, more like. The guy looks duller than dull."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:100
|
||||
translate it chapter_x4_30729e8b:
|
||||
|
||||
# F "{cps=*.1}...{/cps}Well{cps=*.1}...{/cps} there is something else I wanted to talk about."
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:103
|
||||
translate it chapter_x4_e86c4823:
|
||||
|
||||
# "I sit up and nod, giving them my undivided attention."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:105
|
||||
translate it chapter_x4_db9aceb8:
|
||||
|
||||
# T "Sure, go for it, Fang."
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:107
|
||||
translate it chapter_x4_f2d54f84:
|
||||
|
||||
# F "{cps=*.1}...{/cps}Promise you won't tell anyone? Not even Reed."
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:110
|
||||
translate it chapter_x4_1d297c5e:
|
||||
|
||||
# T "Ooh, Fang has a big secret now, do they?"
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:114
|
||||
translate it chapter_x4_d2a7e216:
|
||||
|
||||
# F "{cps=*.1}...{/cps}I think Anon{cps=*.1}...{/cps} likes me{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:118
|
||||
translate it chapter_x4_0ad25b8b:
|
||||
|
||||
# "What."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:120
|
||||
translate it chapter_x4_4d86154c:
|
||||
|
||||
# T "{cps=*.1}...{/cps}Gross, Fang."
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:123
|
||||
translate it chapter_x4_366f979a:
|
||||
|
||||
# T "You sure he's not just trying to get into your pants or something?"
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:126
|
||||
translate it chapter_x4_7270b0ba:
|
||||
|
||||
# "Fang sighs and looks up. Their snout waves back and forth as they stare up at the dirty looking ceiling while thinking."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:129
|
||||
translate it chapter_x4_97c8a0e6:
|
||||
|
||||
# F "I don't know{cps=*.1}...{/cps} he has this thing he does where he mumbles{cps=*.1}...{/cps} I don't think he knows he does it."
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:132
|
||||
translate it chapter_x4_7b97b553:
|
||||
|
||||
# F "Some of the things he says are{cps=*.1}...{/cps} nice things about me."
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:135
|
||||
translate it chapter_x4_ac2bd8c9:
|
||||
|
||||
# F "It's{cps=*.1}...{/cps} you know, kind of cute{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:139
|
||||
translate it chapter_x4_f6f1c680:
|
||||
|
||||
# "Just what did that skinnie say and do? I swear{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:142
|
||||
translate it chapter_x4_87813f74:
|
||||
|
||||
# T "Don't tell me-"
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:144
|
||||
translate it chapter_x4_b05eef0a:
|
||||
|
||||
# F "He's still a huge dweeb and all but{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:148
|
||||
translate it chapter_x4_36b1082a:
|
||||
|
||||
# F "I{cps=*.1}...{/cps} think{cps=*.1}...{/cps} I kinda like him too."
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:153
|
||||
translate it chapter_x4_68925db4:
|
||||
|
||||
# "What! With Anon! Him!"
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:156
|
||||
translate it chapter_x4_31fe7ec7:
|
||||
|
||||
# T "Fang, are you for real right now?"
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:159
|
||||
translate it chapter_x4_353cc0fc:
|
||||
|
||||
# "They huff and cross their arms."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:161
|
||||
translate it chapter_x4_c3574b1f:
|
||||
|
||||
# F "I’m just saying. Anon’s a good friend."
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:165
|
||||
translate it chapter_x4_e7ec798c:
|
||||
|
||||
# "A friend? The way they said it doesn’t sound like friend shit."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:167
|
||||
translate it chapter_x4_62383a61:
|
||||
|
||||
# "Not like with me."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:170
|
||||
translate it chapter_x4_96a2829d:
|
||||
|
||||
# T "Puhlease, Fang. Anon’s just like every other guy at Volcano High."
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:173
|
||||
translate it chapter_x4_6821c5a7:
|
||||
|
||||
# T "Only worse because he’s broke and from the boonies."
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:176
|
||||
translate it chapter_x4_11e77540:
|
||||
|
||||
# F "C’mon Trish, you’re being harsh on him. You don’t even know Anon."
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:179
|
||||
translate it chapter_x4_052d6560:
|
||||
|
||||
# T "I don’t need to know him to know he’s just like the rest of them."
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:185
|
||||
translate it chapter_x4_cd83e66d:
|
||||
|
||||
# "I hear Fang sigh and lean back in their chair."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:187
|
||||
translate it chapter_x4_c570cc3c:
|
||||
|
||||
# F "Maybe{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:189
|
||||
translate it chapter_x4_18120e33:
|
||||
|
||||
# T "No maybes about it, Fang. Their type are all the same. Nothing but loser assholes."
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:192
|
||||
translate it chapter_x4_a0e5a09b:
|
||||
|
||||
# F "{cps=*.1}...{/cps}"
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:194
|
||||
translate it chapter_x4_cf93ef62:
|
||||
|
||||
# F "Even after he helped us with the venue?"
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:197
|
||||
translate it chapter_x4_a33e1ded:
|
||||
|
||||
# T "A trick probably."
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:204
|
||||
translate it chapter_x4_56d701c6:
|
||||
|
||||
# "He probably only wants Fang for their body."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:206
|
||||
translate it chapter_x4_7986c52b:
|
||||
|
||||
# "Fucking sleazy pervert."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:209
|
||||
translate it chapter_x4_c3fe712c:
|
||||
|
||||
# "I knew I had to keep my eyes on him at all times."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:212
|
||||
translate it chapter_x4_a72723a7:
|
||||
|
||||
# "What right does that fucking monkey have to just come into my life and muck things up."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:216
|
||||
translate it chapter_x4_60678be3:
|
||||
|
||||
# F "Maybe we should get some practice in, Trish."
|
||||
F ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:221
|
||||
translate it chapter_x4_432a79a5:
|
||||
|
||||
# T "Sounds like a plan. We have to prepare for our biggest show yet!"
|
||||
T ""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:226
|
||||
translate it chapter_x4_358c5034:
|
||||
|
||||
# "Our biggest show{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:234
|
||||
translate it chapter_x4_96c017dc:
|
||||
|
||||
# "I hand Fang the blue strat, which they immediately set to tuning just right."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:236
|
||||
translate it chapter_x4_0968d0ed:
|
||||
|
||||
# "Mr. Jingo really needs to get some new gear, these things aren’t maintained at all."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:240
|
||||
translate it chapter_x4_73609ea2:
|
||||
|
||||
# "Even this bass, no one ever even uses it."
|
||||
""
|
||||
|
||||
# game/script/x4-passion-of-the-trigga.rpy:243
|
||||
translate it chapter_x4_f1638dc1_1:
|
||||
|
||||
# "{cps=*.1}...{/cps}"
|
||||
""
|
||||
|
608
game/tl/it/script/x5-passion-of-the-trigga.rpy
Normal file
608
game/tl/it/script/x5-passion-of-the-trigga.rpy
Normal file
@ -0,0 +1,608 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:12
|
||||
translate it chapter_x5_a6fab692:
|
||||
|
||||
# "It's been a month since I ruined everything."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:15
|
||||
translate it chapter_x5_6aa04bcf:
|
||||
|
||||
# "Since I pushed Fang away because I couldn't handle them spending more time with someone else."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:18
|
||||
translate it chapter_x5_b26e1d6e:
|
||||
|
||||
# "And now Reed is the only one who puts up with me."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:26
|
||||
translate it chapter_x5_e52cb671:
|
||||
|
||||
# "Since his parents are out of town for another business trip, we're hanging out at his house trying to take my mind off things."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:29
|
||||
translate it chapter_x5_ee8df4c4:
|
||||
|
||||
# "And by that, Reed means getting high as fuck."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:32
|
||||
translate it chapter_x5_8cb0503e:
|
||||
|
||||
# "But laying in the backyard and staring up at the sky, it's all I can think about."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:35
|
||||
translate it chapter_x5_d91f4467:
|
||||
|
||||
# "Meanwhile, Reed is currently going on about his grand plan to open the first medical carfentanyl dispensary in the country."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:37
|
||||
translate it chapter_x5_f26dc34d:
|
||||
|
||||
# "Not that the stuff does much for me, but it's better than talking about literally anything else."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:45
|
||||
translate it chapter_x5_b1bdcad5:
|
||||
|
||||
# Re "{cps=*.1}...{/cps}I'm telling you, dude{cps=*.1}...{/cps} it's genius."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:47
|
||||
translate it chapter_x5_820d9c3a:
|
||||
|
||||
# Re "I'd call it like, 'The Carfetorium'."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:50
|
||||
translate it chapter_x5_06298b94:
|
||||
|
||||
# T "Better name than 'Reed's Feed and Seed' at least."
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:52
|
||||
translate it chapter_x5_1d1344ad:
|
||||
|
||||
# "Reed begins laughing at his first idea, which gets a giggle out of me."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:54
|
||||
translate it chapter_x5_ba6e795f:
|
||||
|
||||
# "But that doesn't last, and before long the empty feeling in my chest returns."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:57
|
||||
translate it chapter_x5_7f5a3f31:
|
||||
|
||||
# "I pass back the blunt and let out a sigh."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:60
|
||||
translate it chapter_x5_59b36985:
|
||||
|
||||
# T "Reed{cps=*.1}...{/cps} am I a bad person?"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:63
|
||||
translate it chapter_x5_ec6d44f3:
|
||||
|
||||
# "I glance over to see Reed inhale for a good ten seconds before blowing out smoke like a steam engine."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:65
|
||||
translate it chapter_x5_978720a8:
|
||||
|
||||
# "I swear this stuff only makes his lungs stronger."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:68
|
||||
translate it chapter_x5_5377f2b3:
|
||||
|
||||
# Re "Nah man{cps=*.1}...{/cps} What makes you think that?"
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:70
|
||||
translate it chapter_x5_41190e75:
|
||||
|
||||
# T "It's just{cps=*.1}...{/cps} I can't stop thinking about everything I did{cps=*.1}...{/cps}"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:72
|
||||
translate it chapter_x5_ca71e6d4:
|
||||
|
||||
# Re "We all make mistakes, amigo. Like{cps=*.1}...{/cps} like 'member that time I caught the cooking class on fire?"
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:74
|
||||
translate it chapter_x5_6538f94b:
|
||||
|
||||
# T "Yeah, yeah, can't cook to save your life. That doesn't make me feel any less shitty."
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:76
|
||||
translate it chapter_x5_426cd1cf:
|
||||
|
||||
# Re "Just makes us people, s'all. We all make 'em and we all gotta fix 'em, y'know?"
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:79
|
||||
translate it chapter_x5_532e42a1:
|
||||
|
||||
# Re "'Member meeting Anon an' how he came clean with us?"
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:81
|
||||
translate it chapter_x5_1a9efef3:
|
||||
|
||||
# "The mere mention of his name doesn't help and only makes me want to cry."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:84
|
||||
translate it chapter_x5_108e25d1:
|
||||
|
||||
# Re "Alright, T{cps=*.1}...{/cps} tell Doctor Reed s'on your mind."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:86
|
||||
translate it chapter_x5_ec35d6bc:
|
||||
|
||||
# "Guess Reed's back to being my therapist."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:89
|
||||
translate it chapter_x5_fa47d459:
|
||||
|
||||
# T "Where do I even begin{cps=*.1}...{/cps}"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:91
|
||||
translate it chapter_x5_b3c94550:
|
||||
|
||||
# "Somewhere not involving Anon."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:93
|
||||
translate it chapter_x5_6085779a:
|
||||
|
||||
# Re "Dunno man{cps=*.1}...{/cps} how 'bout why you weren't like, chill with Anon?"
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:96
|
||||
translate it chapter_x5_9d469299:
|
||||
|
||||
# "Fuck."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:99
|
||||
translate it chapter_x5_781e93d8:
|
||||
|
||||
# T "I don't know{cps=*.1}...{/cps} at first I thought he was just kinda annoying. Shows up out of nowhere and all of a sudden is friends with everyone we know."
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:102
|
||||
translate it chapter_x5_5fa85b56:
|
||||
|
||||
# T "When he first talked to us it seemed fine{cps=*.1}...{/cps} you know Fang, it's always a big deal when they talk to someone new."
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:104
|
||||
translate it chapter_x5_658ccdde:
|
||||
|
||||
# T "But there was always something about him that didn't sit right. Like how he never respected their pronouns."
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:107
|
||||
translate it chapter_x5_2c32d59a:
|
||||
|
||||
# T "God I sound like such a bitch saying it out loud."
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:109
|
||||
translate it chapter_x5_63dd960b:
|
||||
|
||||
# Re "Not a bitch{cps=*.1}...{/cps} you were just like, confused."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:111
|
||||
translate it chapter_x5_9d53485a:
|
||||
|
||||
# "Reed passes the carfe back to me and I take a sharp inhale, filling my chest with that warm dizzying feeling."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:113
|
||||
translate it chapter_x5_3ea23988:
|
||||
|
||||
# "The clouds I exhale aren't nearly as impressive as Reed's."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:115
|
||||
translate it chapter_x5_49d119f8:
|
||||
|
||||
# Re "Anon's probably just s'lost and confused s'you, bro."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:117
|
||||
translate it chapter_x5_b0d59f29:
|
||||
|
||||
# Re "Try'na meet new people at a new school an' all. 'Specially after all that he went through."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:120
|
||||
translate it chapter_x5_136161c2:
|
||||
|
||||
# T "It's just{cps=*.1}...{/cps} I liked how things were with the band{cps=*.1}...{/cps} with Fang{cps=*.1}...{/cps}"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:122
|
||||
translate it chapter_x5_9f6289ba:
|
||||
|
||||
# T "It felt like he was trying to change everything he touched."
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:124
|
||||
translate it chapter_x5_137291da:
|
||||
|
||||
# T "Then Fang told me about when they went on that d-{cps=*.1}...{/cps} went to find the venue for us."
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:126
|
||||
translate it chapter_x5_f41cd14e:
|
||||
|
||||
# T "How Anon was always mumbling to himself and some of the stuff he said."
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:128
|
||||
translate it chapter_x5_3f2af2e9:
|
||||
|
||||
# T "After that I just{cps=*.1}...{/cps} I thought Anon was going to hurt them somehow. Like he didn't actually care about Fang and was just trying to use them or change them or something."
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:131
|
||||
translate it chapter_x5_f410d7fc:
|
||||
|
||||
# T "I guess I figured if Fang saw how weird Anon really was they wouldn't want to talk to him anymore{cps=*.1}...{/cps}"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:133
|
||||
translate it chapter_x5_39e8b745:
|
||||
|
||||
# T "Then that didn't happen and they started going out{cps=*.1}...{/cps} Now Fang won't even talk to me anymore."
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:136
|
||||
translate it chapter_x5_5b7bd007:
|
||||
|
||||
# "Reed sits up and I find myself automatically following, wrapping my arms around my knees."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:150
|
||||
translate it chapter_x5_fc8f421f:
|
||||
|
||||
# Re "I mean{cps=*.1}...{/cps} I won't lie to you, man. That was a pretty dick move an' all."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:153
|
||||
translate it chapter_x5_1beefbfb:
|
||||
|
||||
# Re "But s'all like, in the past, y'know? Nothing changing it now."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:155
|
||||
translate it chapter_x5_0af06755:
|
||||
|
||||
# Re "Fang'll forgive you. Same's Anon{cps=*.1}...{/cps} just gotta give 'em time."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:157
|
||||
translate it chapter_x5_c670ca10:
|
||||
|
||||
# T "What about you though? Fang isn't mad at you, why haven't you talked to them?"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:160
|
||||
translate it chapter_x5_c5cfaa8b:
|
||||
|
||||
# "A sigh tells me it's not something he's exactly thrilled about either."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:162
|
||||
translate it chapter_x5_9cea79e7:
|
||||
|
||||
# Re "Man, it's rough{cps=*.1}...{/cps} figured I'd give Fang an' Anon space n'all."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:164
|
||||
translate it chapter_x5_b69282c0:
|
||||
|
||||
# Re "Besides{cps=*.1}...{/cps} didn't wanna make you think I was abandoning you, y'know?"
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:166
|
||||
translate it chapter_x5_bc7636ce:
|
||||
|
||||
# Re "Not a good place to be, isolated like that{cps=*.1}...{/cps}"
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:169
|
||||
translate it chapter_x5_65c1a35a:
|
||||
|
||||
# "I bury my head in my knees as tears begin to well in my eyes."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:172
|
||||
translate it chapter_x5_5ced4a55:
|
||||
|
||||
# "Nice going, Trish. Reed's also suffering for what you did."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:175
|
||||
translate it chapter_x5_a979221a:
|
||||
|
||||
# T "I was talking to Sage the other day{cps=*.1}...{/cps} She said she heard from Rosa, who heard from Stella, who was talking to Anon about prom{cps=*.1}...{/cps}"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:178
|
||||
translate it chapter_x5_a409c8c9:
|
||||
|
||||
# Re "Like, he's going with Fang{cps=*.1}...{/cps} right?"
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:183
|
||||
translate it chapter_x5_cae87bd5:
|
||||
|
||||
# T "Wh- how'd you find out?"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:186
|
||||
translate it chapter_x5_cec26cdf:
|
||||
|
||||
# Re "Spears, bro."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:188
|
||||
translate it chapter_x5_8b73940b:
|
||||
|
||||
# Re "Gave me the ol' quick rundown when I was all 'hell yeah dude' to deejaying."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:190
|
||||
translate it chapter_x5_38144069:
|
||||
|
||||
# Re "Said something about needing another thing during prom an' that he'd ask Fang to play on stage."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:193
|
||||
translate it chapter_x5_41440c9c:
|
||||
|
||||
# "Fang performing on stage."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:195
|
||||
translate it chapter_x5_17f2aa79:
|
||||
|
||||
# "At prom?"
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:197
|
||||
translate it chapter_x5_5eaff3c2:
|
||||
|
||||
# T "Th-that was our big plan{cps=*.1}...{/cps}"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:199
|
||||
translate it chapter_x5_ab1e318b:
|
||||
|
||||
# T "With the way Fang always talked about it, I always thought it was the only way they'd be caught going to prom{cps=*.1}...{/cps}"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:207
|
||||
translate it chapter_x5_b449165d:
|
||||
|
||||
# T "Now they're{cps=*.1}...{/cps} they're{cps=*.1}...{/cps}"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:209
|
||||
translate it chapter_x5_e81e3a57:
|
||||
|
||||
# "Here comes the waterworks."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:213
|
||||
translate it chapter_x5_6f840452:
|
||||
|
||||
# T "They're doing it all like we don't exist anymore!"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:215
|
||||
translate it chapter_x5_6256e3fe:
|
||||
|
||||
# "That pushes me over the edge and I begin bawling into my arms."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:220
|
||||
translate it chapter_x5_80aefffc:
|
||||
|
||||
# Re "C'mon T, it's alright. Just let it all out."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:222
|
||||
translate it chapter_x5_ffbc4320:
|
||||
|
||||
# "Reed hugs my shoulder with his toned arms-"
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:224
|
||||
translate it chapter_x5_da903ce4:
|
||||
|
||||
# "God damn it, Trish, not now."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:227
|
||||
translate it chapter_x5_2042f29b:
|
||||
|
||||
# "I cry my eyes out for the next few minutes, with Reed doing his best to silently comfort me."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:231
|
||||
translate it chapter_x5_89919846:
|
||||
|
||||
# Re "Doing okay?"
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:234
|
||||
translate it chapter_x5_f46dd146:
|
||||
|
||||
# "I wipe my face with my increasingly moist sleeve, getting the last of it out of my system."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:241
|
||||
translate it chapter_x5_7c829e78:
|
||||
|
||||
# Re "Y'know{cps=*.1}...{/cps} Spears was a real bro and like, gave me a 'plus one' ticket to prom n'all."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:244
|
||||
translate it chapter_x5_886f8092:
|
||||
|
||||
# Re "If Fang n' Anon are gonna be there, we could talk to them then."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:251
|
||||
translate it chapter_x5_36b8d5ee:
|
||||
|
||||
# T "Reed{cps=*.1}...{/cps} Are you asking me to prom?"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:253
|
||||
translate it chapter_x5_08d9743a:
|
||||
|
||||
# "He shrugs and gives a brief smile."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:256
|
||||
translate it chapter_x5_1d116613:
|
||||
|
||||
# Re "Makes sense, y'know? They'll be there an' we can be there n'all."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:267
|
||||
translate it chapter_x5_106fdf04:
|
||||
|
||||
# Re "BESIDES! King Rex can't be the only dude there without a date!"
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:273
|
||||
translate it chapter_x5_bb8ca489:
|
||||
|
||||
# "I shake my head and let a laugh escape."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:275
|
||||
translate it chapter_x5_1bd64bf4:
|
||||
|
||||
# T "Well{cps=*.1}...{/cps} King Rex better bring his friend because I'm not dancing with the school mascot."
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:288
|
||||
translate it chapter_x5_bb0a44d3:
|
||||
|
||||
# "Reed rises up and extends a hand to me, pulling me to my feet."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:291
|
||||
translate it chapter_x5_400f38b3:
|
||||
|
||||
# Re "Feeling better now, T?"
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:293
|
||||
translate it chapter_x5_bbd5c37b:
|
||||
|
||||
# "I open my mouth to answer but end up settling with a nod."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:295
|
||||
translate it chapter_x5_c0bb0463:
|
||||
|
||||
# "Sniffling, I wipe the last remnants of my little episode from my face with my now-wet sleeve."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:298
|
||||
translate it chapter_x5_64eef8dd:
|
||||
|
||||
# "Looks like it's laundry day when I get home."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:300
|
||||
translate it chapter_x5_8e21416f:
|
||||
|
||||
# "God, I hope Riley hasn’t destroyed the washer again."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:304
|
||||
translate it chapter_x5_9e1ad38d:
|
||||
|
||||
# Re "Things'll be alright, we have like{cps=*.1}...{/cps} plenty of time to work it out before prom."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:306
|
||||
translate it chapter_x5_69f0dfbf:
|
||||
|
||||
# Re "Y'know what always makes me feel better?"
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:311
|
||||
translate it chapter_x5_eb9eb73c:
|
||||
|
||||
# T "Carfe{cps=*.1}...{/cps}?"
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:314
|
||||
translate it chapter_x5_cea1a387:
|
||||
|
||||
# Re "Food, bro! There's that bomb-ass taco stand down the street, the one with the veggie tacos you like."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:316
|
||||
translate it chapter_x5_a9f11d8d:
|
||||
|
||||
# Re "Plus, like{cps=*.1}...{/cps} it'll help take your mind off it. Food now, Fang later."
|
||||
Re ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:320
|
||||
translate it chapter_x5_a4ca361e:
|
||||
|
||||
# T "Yeah{cps=*.1}...{/cps} that sounds nice."
|
||||
T ""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:322
|
||||
translate it chapter_x5_8a1ab9c0:
|
||||
|
||||
# "Shoving my hands into my hoodie pocket, I allow a smile to creep onto my face."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:330
|
||||
translate it chapter_x5_76454b19:
|
||||
|
||||
# "Great, now I need to start looking at dresses."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:332
|
||||
translate it chapter_x5_9faeef5c:
|
||||
|
||||
# "I know Reed would spring for one, but I think I have enough saved up."
|
||||
""
|
||||
|
||||
# game/script/x5-passion-of-the-trigga.rpy:337
|
||||
translate it chapter_x5_6b947111:
|
||||
|
||||
# "I’ll need to check Lil Tru for some cheap fitters."
|
||||
""
|
||||
|
1808
game/tl/it/script/x6-passion-of-the-trigga.rpy
Normal file
1808
game/tl/it/script/x6-passion-of-the-trigga.rpy
Normal file
File diff suppressed because it is too large
Load Diff
1598
game/tl/it/script/x7-naomi-tribulations.rpy
Normal file
1598
game/tl/it/script/x7-naomi-tribulations.rpy
Normal file
File diff suppressed because it is too large
Load Diff
686
game/tl/it/script/x8-naomi-tribulations.rpy
Normal file
686
game/tl/it/script/x8-naomi-tribulations.rpy
Normal file
@ -0,0 +1,686 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:13
|
||||
translate it chapter_x8_9875563a:
|
||||
|
||||
# "I find myself worrying more and more."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:15
|
||||
translate it chapter_x8_1447ef11:
|
||||
|
||||
# "With the night coming to a close everyone begins to leave Naser’s home."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:17
|
||||
translate it chapter_x8_3f2e6b29:
|
||||
|
||||
# "All his old teammates give him congratulatory hugs and back pats on their way out."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:19
|
||||
translate it chapter_x8_780bccc0:
|
||||
|
||||
# "Even Chet and Stella, who’re the last to leave."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:38
|
||||
translate it chapter_x8_d3265813:
|
||||
|
||||
# FD "Don’t think you’re getting out of cleaning, missy!"
|
||||
FD ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:41
|
||||
translate it chapter_x8_d13462e8:
|
||||
|
||||
# F "{cps=*0.5}UUUUUUUUUUUUUUUUUUUUUUUUGH{/cps}."
|
||||
F ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:44
|
||||
translate it chapter_x8_9d818b40:
|
||||
|
||||
# "I frown a little. After all this time, she still argues with her family?"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:46
|
||||
translate it chapter_x8_3f01575a:
|
||||
|
||||
# "I was always taught to respect my elders by my parents."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:71
|
||||
translate it chapter_x8_5b498573:
|
||||
|
||||
# FM "Naomi dear, you don’t have to-"
|
||||
FM ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:74
|
||||
translate it chapter_x8_942a7c20:
|
||||
|
||||
# N "I insist, ma’am. I was the one to suggest the party, after all."
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:89
|
||||
translate it chapter_x8_69a64803:
|
||||
|
||||
# "I continue sweeping the detritus from the floor, making sure to focus on the nooks and crannies."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:92
|
||||
translate it chapter_x8_f314d228:
|
||||
|
||||
# "I try to focus on my task but{cps=*0.075}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:95
|
||||
translate it chapter_x8_0650995c:
|
||||
|
||||
# "My thoughts keep going back to how odd Naser has been acting."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:97
|
||||
translate it chapter_x8_7114a2a5:
|
||||
|
||||
# "When I had to keep Naser out so his family could set the party up he was{cps=*0.075}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:100
|
||||
translate it chapter_x8_380bc617:
|
||||
|
||||
# "Distant{cps=*0.075}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:103
|
||||
translate it chapter_x8_7a8e8b12:
|
||||
|
||||
# "A part of me wants to say it’s just nerves."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:105
|
||||
translate it chapter_x8_64460790:
|
||||
|
||||
# "After all, he’s going away to college."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:107
|
||||
translate it chapter_x8_69871ddf:
|
||||
|
||||
# "Leaving his home."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:110
|
||||
translate it chapter_x8_b12a9eba:
|
||||
|
||||
# "Even when I promised him that I’ll be with him so he won’t feel lonely."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:112
|
||||
translate it chapter_x8_50ce722a:
|
||||
|
||||
# "He felt so stiff when I said that."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:115
|
||||
translate it chapter_x8_99bc5281:
|
||||
|
||||
# "I shake my head to clear my mind of these awful thoughts."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:117
|
||||
translate it chapter_x8_827eb10e:
|
||||
|
||||
# "After all, Naser and I can talk about this once we move in together."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:120
|
||||
translate it chapter_x8_97d84115:
|
||||
|
||||
# "Aw, it’ll be as if we’re newlyweds."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:122
|
||||
translate it chapter_x8_b1ed048d:
|
||||
|
||||
# "That thought makes me a little giddy as I push the pile neatly into the dust pan."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:125
|
||||
translate it chapter_x8_06030386:
|
||||
|
||||
# "Yes, in fact maybe we can talk about our plans for our living arrangements now."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:142
|
||||
translate it chapter_x8_2bcdf8e1:
|
||||
|
||||
# N "Naser dear, I-"
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:145
|
||||
translate it chapter_x8_e33bf068:
|
||||
|
||||
# "Huh? Why is he making that face?"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:148
|
||||
translate it chapter_x8_e266c354:
|
||||
|
||||
# N "Is something the matter?"
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:154
|
||||
translate it chapter_x8_ca33547f:
|
||||
|
||||
# Nas "W-{w=.15}what? N-{w=.15}nah, nothing really."
|
||||
Nas ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:157
|
||||
translate it chapter_x8_c9cf9a08:
|
||||
|
||||
# "He’s looking around the room, but there’s only me, Naser and Lucy here at the moment."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:160
|
||||
translate it chapter_x8_feb8affc:
|
||||
|
||||
# N "Naser, please, you’ve seemed troubled the entire day. What’s wrong?"
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:163
|
||||
translate it chapter_x8_de790823:
|
||||
|
||||
# Nas "Nothing! Nothing at all Naomi!"
|
||||
Nas ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:165
|
||||
translate it chapter_x8_fd9183bc:
|
||||
|
||||
# Nas "Just uh{cps=*.15}...{/cps} ah, damn it{cps=*.15}...{/cps}"
|
||||
Nas ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:168
|
||||
translate it chapter_x8_449ddc7f:
|
||||
|
||||
# "Naser’s shoulders slump down and he heaves out a heavy sigh."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:172
|
||||
translate it chapter_x8_d936eeb2:
|
||||
|
||||
# Nas "I’ve been uh{cps=*.15}...{/cps} Thinking about this a lot, Naomi{cps=*.15}...{/cps}"
|
||||
Nas ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:175
|
||||
translate it chapter_x8_ecb78213:
|
||||
|
||||
# Nas "I uh{cps=*.15}...{/cps} Wanna take a break{cps=*.15}...{/cps}"
|
||||
Nas ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:178
|
||||
translate it chapter_x8_b740698f:
|
||||
|
||||
# "A break?"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:181
|
||||
translate it chapter_x8_0d71d762:
|
||||
|
||||
# N "That’s it? I mean, we only just started cleaning and-"
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:183
|
||||
translate it chapter_x8_bf64283d:
|
||||
|
||||
# Nas "No I mean, us."
|
||||
Nas ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:186
|
||||
translate it chapter_x8_0ad25b8b:
|
||||
|
||||
# "What."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:189
|
||||
translate it chapter_x8_ebb79de0:
|
||||
|
||||
# Nas "I think we need a break, Naomi."
|
||||
Nas ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:196
|
||||
translate it chapter_x8_f851913c:
|
||||
|
||||
# "O-oh."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:199
|
||||
translate it chapter_x8_33b37201:
|
||||
|
||||
# "I{cps=*.15}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:202
|
||||
translate it chapter_x8_a9731894:
|
||||
|
||||
# N "I see{cps=*.15}...{/cps}"
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:205
|
||||
translate it chapter_x8_9943fe08:
|
||||
|
||||
# Nas "Lucy and Anon are taking one, and I thought-"
|
||||
Nas ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:208
|
||||
translate it chapter_x8_cb7f0985:
|
||||
|
||||
# "I gently set the broom against the wall."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:211
|
||||
translate it chapter_x8_e566a25d:
|
||||
|
||||
# N "Yes{cps=*.15}...{/cps} A break{cps=*.15}...{/cps} I{cps=*.15}...{/cps}"
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:214
|
||||
translate it chapter_x8_0882f9da:
|
||||
|
||||
# Nas "I mean, I wanted to tell you sooner but-"
|
||||
Nas ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:216
|
||||
translate it chapter_x8_77f6f003:
|
||||
|
||||
# N "I understand, Naser. After all, you always have the best ideas."
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:230
|
||||
translate it chapter_x8_e3374a00:
|
||||
|
||||
# Nas "Wait, Naomi-"
|
||||
Nas ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:237
|
||||
translate it chapter_x8_68be9d16:
|
||||
|
||||
# F "God damn it Naser!"
|
||||
F ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:253
|
||||
translate it chapter_x8_07873e1d:
|
||||
|
||||
# "I slip out the door of Naser’s house."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:256
|
||||
translate it chapter_x8_4c33eeff:
|
||||
|
||||
# "A break{cps=*.15}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:259
|
||||
translate it chapter_x8_4c33eeff_1:
|
||||
|
||||
# "A break{cps=*.15}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:262
|
||||
translate it chapter_x8_3440caa5:
|
||||
|
||||
# "But why?"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:264
|
||||
translate it chapter_x8_5c2a6c6e:
|
||||
|
||||
# "I’ve done everything right, right?"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:266
|
||||
translate it chapter_x8_f7cda17f:
|
||||
|
||||
# "Been the model girlfriend, right?"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:279
|
||||
translate it chapter_x8_03ce8eea:
|
||||
|
||||
# "I carry myself down the driveway, trying to hold my thoughts together."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:282
|
||||
translate it chapter_x8_dda5131a:
|
||||
|
||||
# "Spring is about over, but it’s cold."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:285
|
||||
translate it chapter_x8_e77815cc:
|
||||
|
||||
# "Tears prick my eyes, but I suddenly don’t have the energy to wipe them off."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:288
|
||||
translate it chapter_x8_6081fdb5:
|
||||
|
||||
# "Everything was going wonderfully, but now it’s come shattering down."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:316
|
||||
translate it chapter_x8_35718dcb:
|
||||
|
||||
# "When I reach the curb I crumple into my knees."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:319
|
||||
translate it chapter_x8_fc72e377:
|
||||
|
||||
# "I can’t even focus on a single calamitous thought with so many firing through me."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:322
|
||||
translate it chapter_x8_f000544d:
|
||||
|
||||
# "The thought of being away from Naser, of things just ending{cps=*.15}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:331
|
||||
translate it chapter_x8_90cb0bca:
|
||||
|
||||
# N "{b}*sob*{/b}"
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:334
|
||||
translate it chapter_x8_ddd008b5:
|
||||
|
||||
# "{cps=*0.05}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:337
|
||||
translate it chapter_x8_3e56ac82:
|
||||
|
||||
# "{cps=*0.2}--Two Years Prior--{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:349
|
||||
translate it chapter_x8_36d8fabb:
|
||||
|
||||
# Sp "{cps=*.15}...{/cps}And lastly, here is your own desk to work at."
|
||||
Sp ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:352
|
||||
translate it chapter_x8_afd19c95:
|
||||
|
||||
# "My principal slaps the top of an aged, yet official looking table furnished with a lamp and its own drawers." with vpunch
|
||||
"" with vpunch
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:355
|
||||
translate it chapter_x8_dd70b5d6:
|
||||
|
||||
# "Most students in any school would only ever be seated behind the regular ‘board on some sticks’ model, maybe one with a little cubbyhole built in for binders if the school were old enough."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:358
|
||||
translate it chapter_x8_b41672ba:
|
||||
|
||||
# "But here I am, one of the lucky few{cps=*.15}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:364
|
||||
translate it chapter_x8_5c4644de:
|
||||
|
||||
# N "Thank you sir!"
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:371
|
||||
translate it chapter_x8_5e6266b0:
|
||||
|
||||
# "I should feel a lot more excited about winning the election, but{cps=*.20}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:374
|
||||
translate it chapter_x8_16eefa32:
|
||||
|
||||
# Sp "{cps=*.10}...{/cps}Naomi."
|
||||
Sp ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:377
|
||||
translate it chapter_x8_e8cbcc3f:
|
||||
|
||||
# "Uh oh, did he see me sulking?"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:380
|
||||
translate it chapter_x8_e13e438a:
|
||||
|
||||
# Sp "There may not have been many candidates, nor voters in deciding you should be the class president, but the fact remains that you won."
|
||||
Sp ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:382
|
||||
translate it chapter_x8_e9ca03ce:
|
||||
|
||||
# Sp "You shouldn’t stress yourself about how things might’ve gone differently if there were a larger voting pool."
|
||||
Sp ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:384
|
||||
translate it chapter_x8_534c54b1:
|
||||
|
||||
# Sp "Don’t go underselling yourself."
|
||||
Sp ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:386
|
||||
translate it chapter_x8_14c017b6:
|
||||
|
||||
# Sp "If you try, you can be good enough."
|
||||
Sp ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:389
|
||||
translate it chapter_x8_3c524301:
|
||||
|
||||
# N "{cps=*.20}...{/cps}"
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:393
|
||||
translate it chapter_x8_6fb11214:
|
||||
|
||||
# N "Thank you, Principal Spears. I’ll try."
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:398
|
||||
translate it chapter_x8_d4356595:
|
||||
|
||||
# "He gives me a warm smile and a pat on the shoulder and leaves to let me get acquainted with the new space."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:413
|
||||
translate it chapter_x8_8c71a271:
|
||||
|
||||
# "Looks like there’s already a few forms to fill out{cps=*.15}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:416
|
||||
translate it chapter_x8_aa845c91:
|
||||
|
||||
# "Oh? There’s a letter in here, too{cps=*.15}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:428
|
||||
translate it chapter_x8_948febf2:
|
||||
|
||||
# N "It’s addressed to me, specifically?"
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:431
|
||||
translate it chapter_x8_43724bf4:
|
||||
|
||||
# "Oops, I said that out loud."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:433
|
||||
translate it chapter_x8_b81c8ac9:
|
||||
|
||||
# "Good thing there’s nobody here{cps=*.20}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:435
|
||||
translate it chapter_x8_1a964789:
|
||||
|
||||
# "But then what’s that drumming sound?"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:438
|
||||
translate it chapter_x8_b2ebba87:
|
||||
|
||||
# "Oh dear, that’s my own feet."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:441
|
||||
translate it chapter_x8_689377f5:
|
||||
|
||||
# "What am I getting so worked up over?"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:443
|
||||
translate it chapter_x8_875b0896:
|
||||
|
||||
# "It’s probably just a letter of congratulations."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:445
|
||||
translate it chapter_x8_c352f720:
|
||||
|
||||
# "Not that anyone other than Spears would even care about-"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:448
|
||||
translate it chapter_x8_bf07633b:
|
||||
|
||||
# "{cps=*.20}...{/cps}‘Dearest Naomi{cps=*.20}...{/cps}’?"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:451
|
||||
translate it chapter_x8_b97a60a3:
|
||||
|
||||
# "Is this a joke? Who would{cps=*.20}...{/cps}?"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:454
|
||||
translate it chapter_x8_b5f0e8d6:
|
||||
|
||||
# "My eyes trace the paragraph multiple times before I realize I haven’t actually been reading it."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:456
|
||||
translate it chapter_x8_bb993f81:
|
||||
|
||||
# "Then all of a sudden it all registers at once."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:459
|
||||
translate it chapter_x8_6aa7ac49:
|
||||
|
||||
# "There’s a loud squeal that echoes through the hallway."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:462
|
||||
translate it chapter_x8_88abc6ce:
|
||||
|
||||
# "Oh wait."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:464
|
||||
translate it chapter_x8_aaf0384a:
|
||||
|
||||
# "I cover my lips and I feel my entire face heat up."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:466
|
||||
translate it chapter_x8_7cf630aa:
|
||||
|
||||
# "That was me. I hope no one else heard that."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:469
|
||||
translate it chapter_x8_bc963e23:
|
||||
|
||||
# "But, but, but{cps=*.15}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:472
|
||||
translate it chapter_x8_61864a72:
|
||||
|
||||
# "Naser is{cps=*.15}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:475
|
||||
translate it chapter_x8_025abadc:
|
||||
|
||||
# "And I’m just{cps=*.10}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:478
|
||||
translate it chapter_x8_09793efc:
|
||||
|
||||
# "Wouldn’t people look at him funny?"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:480
|
||||
translate it chapter_x8_20b9d13f:
|
||||
|
||||
# "Wouldn’t they look at me funny?"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:482
|
||||
translate it chapter_x8_bed05230:
|
||||
|
||||
# "After all, I’m just so...{w=0.5} so{cps=*.25}...{/cps}"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:485
|
||||
translate it chapter_x8_4c8888d2:
|
||||
|
||||
# Sp "{alpha=*0.6}{i}Don’t go underselling yourself.{/i}{/alpha}"
|
||||
Sp ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:487
|
||||
translate it chapter_x8_f5b68d8c:
|
||||
|
||||
# Sp "{alpha=*0.6}{i}If you try, you can be good enough.{/i}{/alpha}"
|
||||
Sp ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:490
|
||||
translate it chapter_x8_6b2b3545:
|
||||
|
||||
# N "{cps=*.15}...{/cps}"
|
||||
N ""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:493
|
||||
translate it chapter_x8_484049d6:
|
||||
|
||||
# "No, I can do this."
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:495
|
||||
translate it chapter_x8_9dbe4e42:
|
||||
|
||||
# "For our date!"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:523
|
||||
translate it chapter_x8_4987388b:
|
||||
|
||||
# "I’ll go check out the library for romantic self-help books after school!"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:528
|
||||
translate it chapter_x8_fdaff57c:
|
||||
|
||||
# "I’ll be the perfect girlfriend!"
|
||||
""
|
||||
|
||||
# game/script/x8-naomi-tribulations.rpy:537
|
||||
translate it chapter_x8_c3739b85:
|
||||
|
||||
# "{cps=*.05}...{/cps}"
|
||||
""
|
||||
|
1706
game/tl/it/script/x9-naomi-tribulations.rpy
Normal file
1706
game/tl/it/script/x9-naomi-tribulations.rpy
Normal file
File diff suppressed because it is too large
Load Diff
20
game/tl/it/src/cg_gallery.rpy
Normal file
20
game/tl/it/src/cg_gallery.rpy
Normal file
@ -0,0 +1,20 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/src/cg_gallery.rpy:92
|
||||
translate it fd5c01b0:
|
||||
|
||||
# "CG Gallery screen - A screen that shows the image gallery Built-in Gallery Object has terrible defaults, so I just wrote my own stuff"
|
||||
""
|
||||
|
||||
# game/src/cg_gallery.rpy:165
|
||||
translate it 7e90d7ef:
|
||||
|
||||
# "if/else flow control & extra parameters for Buttons"
|
||||
""
|
||||
|
||||
# game/src/cg_gallery.rpy:203
|
||||
translate it e835b87b:
|
||||
|
||||
# "view_image, Loads the image in fullscreen with viewport control."
|
||||
""
|
||||
|
126
game/tl/it/src/credits.rpy
Normal file
126
game/tl/it/src/credits.rpy
Normal file
@ -0,0 +1,126 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
# game/src/credits.rpy:173
|
||||
translate it test_credits_3991e06e:
|
||||
|
||||
# "test"
|
||||
""
|
||||
|
||||
translate it strings:
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Coded By:"
|
||||
new "Programmato Da:"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Written by:"
|
||||
new "Scritto da:"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Story by:"
|
||||
new "Storia di:"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Production Designer"
|
||||
new "Progettista di Produzione"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Artwork by:"
|
||||
new "Disegni di:"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Additional Artwork by:"
|
||||
new "Disegni Aggiuntivi di:"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Backup Anon 1"
|
||||
new "Anon di Backup 1"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Backup Anon 2"
|
||||
new "Anon di Backup 2"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Backup Anon 3"
|
||||
new "Anon di Backup 3"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Backup Anon 4"
|
||||
new "Anon di Backup 4"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Backup Anon 5"
|
||||
new "Anon di Backup 5"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Backup Anon 6"
|
||||
new "Anon di Backup 6"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "\"Love theme\" by:"
|
||||
new "\"Love theme\" di:"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Only Person In The Team With A\nPortfolio/Experience Anon"
|
||||
new "Unica Persona Nel Team Con Un\nPortfolio/Anon Esperto"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Music By"
|
||||
new "Musica Di"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Egg Hunt Contest\nWinner:"
|
||||
new "Vincitore\ndella Caccia alle Uova:"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Character Design\nContest Winner:"
|
||||
new "Vincitore del concorso\nCharacter Design"
|
||||
|
||||
# game/src/credits.rpy:8
|
||||
old "Special Thanks:"
|
||||
new "Ringraziamenti Speciali:"
|
||||
|
||||
# game/src/credits.rpy:81
|
||||
old "Translators (Spanish):"
|
||||
new "Traduttori (Spagnolo):"
|
||||
|
||||
# game/src/credits.rpy:81
|
||||
old "Proofreaders (Spanish):"
|
||||
new "Revisori (Spagnolo):"
|
||||
|
||||
# game/src/credits.rpy:81
|
||||
old "Asset help (Spanish):"
|
||||
new "Aiuto con gli asset (Spagnolo):"
|
||||
|
||||
# game/src/credits.rpy:81
|
||||
old "Translators (Russian):"
|
||||
new "Traduttori (Russo):"
|
||||
|
||||
# game/src/credits.rpy:81
|
||||
old "Proofreaders (Russian):"
|
||||
new "Revisori (Russo):"
|
||||
|
||||
# game/src/credits.rpy:81
|
||||
old "Asset help (Russian):"
|
||||
new "Aiuto con gli asset (Russo):"
|
||||
|
||||
# game/src/credits.rpy:117
|
||||
old "Snoot Game"
|
||||
new "Snoot Game"
|
||||
|
||||
# game/src/credits.rpy:119
|
||||
old "By CaveManon"
|
||||
new "Da CaveManon"
|
||||
|
||||
# game/src/credits.rpy:121
|
||||
old "developed in Ren'py"
|
||||
new "sviluppato in Ren'py"
|
||||
|
||||
# game/src/credits.rpy:160
|
||||
old "T H E E N D"
|
||||
new "F I N E"
|
||||
|
||||
# game/src/credits.rpy:162
|
||||
old "Snoot game started development\n on June 19, 2020"
|
||||
new "Lo svilupppo di Snoot Game è iniziato\n il 19 Giugno, 2020"
|
||||
|
44
game/tl/it/src/extra_chapters_menu.rpy
Normal file
44
game/tl/it/src/extra_chapters_menu.rpy
Normal file
@ -0,0 +1,44 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
translate it strings:
|
||||
|
||||
# game/src/extra_chapters_menu.rpy:3
|
||||
old "Chicxulub Gutterlane"
|
||||
new ""
|
||||
|
||||
# game/src/extra_chapters_menu.rpy:3
|
||||
old "The Mous Pad"
|
||||
new ""
|
||||
|
||||
# game/src/extra_chapters_menu.rpy:3
|
||||
old "PTA Meeting"
|
||||
new ""
|
||||
|
||||
# game/src/extra_chapters_menu.rpy:3
|
||||
old "Passion of the Trigga I"
|
||||
new ""
|
||||
|
||||
# game/src/extra_chapters_menu.rpy:3
|
||||
old "Passion of the Trigga II"
|
||||
new ""
|
||||
|
||||
# game/src/extra_chapters_menu.rpy:3
|
||||
old "Passion of the Trigga III"
|
||||
new ""
|
||||
|
||||
# game/src/extra_chapters_menu.rpy:3
|
||||
old "Naomi's Tribulations I"
|
||||
new ""
|
||||
|
||||
# game/src/extra_chapters_menu.rpy:3
|
||||
old "Naomi's Tribulations II"
|
||||
new ""
|
||||
|
||||
# game/src/extra_chapters_menu.rpy:3
|
||||
old "Naomi's Tribulations III"
|
||||
new ""
|
||||
|
||||
# game/src/extra_chapters_menu.rpy:3
|
||||
old "RAYmba's Observations"
|
||||
new ""
|
||||
|
8
game/tl/it/src/mod_menu.rpy
Normal file
8
game/tl/it/src/mod_menu.rpy
Normal file
@ -0,0 +1,8 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
translate it strings:
|
||||
|
||||
# game/src/mod_menu.rpy:73
|
||||
old "You have no mods! \nInstall some in:\n\"[moddir]\""
|
||||
new "Non hai mod! \nInstallane un pò in:\n\"[moddir]\""
|
||||
|
16
game/tl/it/src/translation.rpy
Normal file
16
game/tl/it/src/translation.rpy
Normal file
@ -0,0 +1,16 @@
|
||||
# TODO: Translation updated at 2024-02-15 16:48
|
||||
|
||||
translate it 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 "ATTENZIONE: Tieni presente che questa è una traduzione fatta da fan, e quindi potrebbe non essere accurata rispetto all'intento delle frasi scritte."
|
||||
|
||||
# game/src/translation.rpy:79
|
||||
old "Choose Your Language"
|
||||
new "Scegli la tua lingua"
|
||||
|
Reference in New Issue
Block a user