1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
|
# game/script.rpy:156
translate russian start_0e6a5bb4:
# e "Hi! My name is Eileen, and I'd like to welcome you to the Ren'Py tutorial."
e "Привет! Меня зовут Эйлин, и я хотела бы поприветствовать вас в обучающей программе Ren'Py."
# game/script.rpy:160
translate russian start_d3abb53c:
# e "In this tutorial, we'll teach you the basics of Ren'Py, so you can make games of your own. We'll also demonstrate many features, so you can see what Ren'Py is capable of."
e "Здесь мы обучим вас основам Ren'Py, чтобы вы сами могли создавать свои игры. Мы также продемонстрируем множество разнообразных возможностей, чтобы вы увидели, на что способен Ren'Py."
# game/script.rpy:205
translate russian end_b2482727:
# e "Thank you for viewing this tutorial."
e "Спасибо за просмотр этого обучения."
# game/script.rpy:207
translate russian end_38362e36:
# e "If you'd like to see a full Ren'Py game, select \"The Question\" in the launcher."
e "Если вы хотите увидеть полноценную Ren'Py-игру, выберите \"Вопрос\" в Launcher."
# game/script.rpy:209
translate russian end_02527d05:
# e "You can download new versions of Ren'Py from {a=https://www.renpy.org/}https://www.renpy.org/{/a}. For help and discussion, check out the {a=https://lemmasoft.renai.us/forums/}Lemma Soft Forums{/a}."
e "Вы можете скачать новые версии Ren'Py с {a=https://www.renpy.org/}https://www.renpy.org/{/a}. Для помощи и обсуждения, смотрите {a=https://lemmasoft.renai.us/forums/}форумы Lemma Soft{/a}."
# game/script.rpy:211
translate russian end_c9d03136:
# e "We'd like to thank Piroshki for contributing my sprites; Mugenjohncel for Lucy, the band, and drawn backgrounds; and Jake for the magic circle."
e "Мы хотели бы поблагодарить Piroshki за мои изображения, Mugenjohncel за Люси, рок-группу и фоны, и Jake — за волшебный круг."
# game/script.rpy:213
translate russian end_762dc07a:
# e "The background music is \"Sunflower Slow Drag\", by Scott Joplin and Scott Hayden, performed by the United States Marine Band. The concert music is by Alessio."
e "Музыка, играющая на заднем фоне — \"Sunflower Slow Drag\", написанная Scott Joplin и Scott Hayden, и исполненная United States Marine Band. Музыка концерта написана Alessio."
# game/script.rpy:217
translate russian end_a634d396:
# e "We look forward to seeing what you create with Ren'Py. Have fun!"
e "Мы хотим увидеть, что вы создадите вместе с Ren'Py. Веселитесь!"
translate russian strings:
# script.rpy:11
old "Eileen"
new "Эйлин"
# script.rpy:56
old "Quickstart"
new "Быстрый старт"
# script.rpy:58
old "Player Experience"
new "Опыт пользователя"
# script.rpy:59
old "Creating a New Game"
new "Создаём новую игру"
# script.rpy:60
old "Writing Dialogue"
new "Диалог"
# script.rpy:61
old "Adding Images"
new "Добавление изображений"
# script.rpy:62
old "Positioning Images"
new "Расставляем изображения"
# script.rpy:63
old "Transitions"
new "Переходы"
# script.rpy:64
old "Music and Sound Effects"
new "Музыка и звуковые эффекты"
# script.rpy:65
old "Choices and Python"
new "Выборы и Python"
# script.rpy:66
old "Input and Interpolation"
new "Ввод текста и интерполяция"
# script.rpy:67
old "Video Playback"
new "Воспроизведение видео"
# script.rpy:68
old "NVL Mode"
new "Режим-NVL"
# script.rpy:69
old "Tools and the Interactive Director"
new "Инструменты и Интерактивный Директор"
# script.rpy:70
old "Building Distributions"
new "Постройка дистрибутивов"
# script.rpy:72
old "In Depth"
new "Расширенный курс"
# script.rpy:74
old "Text Tags, Escapes, and Interpolation"
new "Текстовые теги, Разрывы и Интерполяция"
# script.rpy:75
old "Character Objects"
new "Объекты-персонажи"
# script.rpy:76
old "Simple Displayables"
new "Простые объекты"
# script.rpy:77
old "Transition Gallery"
new "Галерея переходов"
# script.rpy:80
old "Position Properties"
new "Позиционные параметры"
# script.rpy:83
old "Transforms and Animation"
new "Анимация и Трансформация"
# script.rpy:84
old "Transform Properties"
new "Параметры трансформаций"
# script.rpy:86
old "GUI Customization"
new "Изменение GUI"
# script.rpy:87
old "Styles and Style Properties"
new "Стили и их настройки"
# script.rpy:88
old "Screen Basics"
new "Основы экранов"
# script.rpy:89
old "Screen Displayables"
new "Экранные объекты"
# script.rpy:91
old "Minigames and CDDs"
new "Мини-игры и СПО"
# script.rpy:92
old "Translations"
new "Переводы"
# script.rpy:129
old "That's enough for now."
new "Этого достаточно."
# script.rpy:168
old "What would you like to see?"
new "Что бы вы хотели посмотреть?"
# script.rpy:170
old "Is there anything else you'd like to see?"
new "Хотите ли вы посмотреть что-то ещё?"
|