-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathscreens.rpy
245 lines (164 loc) · 4.12 KB
/
screens.rpy
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
translate schinese style main_menu_style:
font "qiantuxuehuati.ttf"
bold False
translate schinese strings:
old "Back"
new "回退"
old "History"
new "历史"
old "Skip"
new "快进"
old "Auto"
new "自动"
old "Save"
new "保存"
old "Q.Save"
new "快存"
old "Q.Load"
new "快读"
old "Mute"
new "静音"
old "Prefs"
new "设置"
old "Start"
new "开始游戏"
old "Load"
new "读取游戏"
old "Preferences"
new "设置"
old "End Replay"
new "结束回放"
old "Main Menu"
new "标题界面"
old "About"
new "关于"
old "Help"
new "帮助"
old "Quit"
new "退出"
old "Return"
new "返回"
old "Version [config.version!t]\n"
new "版本 [config.version!t]\n"
old "Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]"
new "引擎:{a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]"
old "Page {}"
new "第 {} 页"
old "Automatic saves"
new "自动存档"
old "Quick saves"
new "快速存档"
old "empty slot"
new "空存档位"
old "Upload Sync"
new "上传存档"
old "Download Sync"
new "下载存档"
old "Display"
new "显示"
old "Window"
new "窗口"
old "Fullscreen"
new "全屏"
old "Rollback Side"
new "回退操作区"
old "Left"
new "屏幕左侧"
old "Right"
new "屏幕右侧"
old "Unseen Text"
new "未读文本"
old "After Choices"
new "选项后继续"
old "Transitions"
new "忽略转场"
old "Text Speed"
new "文字速度"
old "Auto-Forward Time"
new "自动前进时间"
old "Music Volume"
new "音乐音量"
old "Sound Volume"
new "音效音量"
old "Test"
new "测试"
old "Voice Volume"
new "语音音量"
old "Mute All"
new "全部静音"
old "The dialogue history is empty."
new "尚无对话历史记录。"
old "Keyboard"
new "键盘"
old "Mouse"
new "鼠标"
old "Gamepad"
new "手柄"
old "Enter"
new "回车"
old "Advances dialogue and activates the interface."
new "推进对话并激活界面。"
old "Space"
new "空格"
old "Advances dialogue without selecting choices."
new "推进对话但不激活选项。"
old "Arrow Keys"
new "方向键"
old "Navigate the interface."
new "导航界面"
old "Accesses the game menu."
new "访问游戏菜单。"
old "Skips dialogue while held down."
new "按住时快进对话。"
old "Toggles dialogue skipping."
new "切换对话快进。"
old "Rolls back to earlier dialogue."
new "回退至先前的对话。"
old "Rolls forward to later dialogue."
new "向前至之后的对话。"
old "Hides the user interface."
new "隐藏用户界面。"
old "Takes a screenshot."
new "截图。"
old "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}."
new "切换辅助{a=https://www.renpy.org/l/voicing}机器朗读{/a}。"
old "Opens the accessibility menu."
new "打开无障碍菜单。"
old "Left Click"
new "左键点击"
old "Middle Click"
new "中键点击"
old "Right Click"
new "右键点击"
old "Mouse Wheel Up\nClick Rollback Side"
new "鼠标滚轮上\n点击回退操作区"
old "Mouse Wheel Down"
new "鼠标滚轮下"
old "Right Trigger\nA/Bottom Button"
new "右扳机键\nA/底键"
old "Left Trigger\nLeft Shoulder"
new "左扳机键\n左肩键"
old "Right Shoulder"
new "右肩键"
old "D-Pad, Sticks"
new "十字键,摇杆"
old "Start, Guide"
new "开始,向导"
old "Y/Top Button"
new "Y/顶键"
old "Calibrate"
new "校准"
old "Yes"
new "确定"
old "No"
new "取消"
old "Skipping"
new "正在快进"
old "Hide"
new "隐藏"
old "Menu"
new "菜单"
old "Language"
new "语言"
old "Gallery"
new "画廊"