1
0
Fork 0
mirror of https://gitlab.com/Oreolek/ludumdare37.git synced 2024-04-25 21:59:39 +03:00
ludumdare37/game/language/en.coffee
Alexander Yakovlev 80f30194d7 Куча ненужных файлов
Которые я потом переведу.
2016-12-10 20:46:48 +07:00

30 lines
1.1 KiB
CoffeeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module.exports =
back: "Go back"
intro: """
-- Just got a call from the club. <..>
"""
dsc: (Improv) ->
"""
### In the car
Рядом с вами сидит [Лёша](alexey) и #{Improv.gen("alexey")}
На переднем сидении [Марго](margo) #{Improv.gen("margo")}
Вы сидите на заднем сидении, за спиной водителя. [Катя](katie) #{Improv.gen("katie")}
Вы положили в карман дверцы [мобильный телефон.](phone)
За [окном машины](./_writer_window) проносится трасса.
#{Improv.gen("you")}
"""
phone_dsc: "Вы открываете список контактов. Кому бы позвонить…"
director_prompt: "Директор музыкального клуба"
director_dsc: """
— Hello? Alla Borisovna?
"""
bye: "Say bye"
cyalater: """
— Thank you, I'll be in touch.
"""
end_phone: "Put down the phone"
end: "Nah, I'll think of something else."