summaryrefslogtreecommitdiff
path: root/game/tl/pt_br/screens.rpy
blob: e354905f0323fafd5eeff8578389e4d3e2d301bc (plain) (blame)
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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
# TODO: Translation updated at 2021-05-18 13:52

translate pt_br strings:

    # game/screens.rpy:256
    old "History"
    new "Histórico"

    # game/screens.rpy:257
    old "Skip"
    new "Pular"

    # game/screens.rpy:258
    old "Prefs"
    new "Prefs"

    # game/screens.rpy:299
    old "Start"
    new "Iniciar"

    # game/screens.rpy:306
    old "Preferences"
    new "Preferências"

    # game/screens.rpy:310
    old "End Replay"
    new "Encerrar Replay"

    # game/screens.rpy:314
    old "Main Menu"
    new "Menu Principal"

    # game/screens.rpy:316
    old "About"
    new "Sobre"

    # game/screens.rpy:322
    old "Quit"
    new "Sair"

    # game/screens.rpy:467
    old "Return"
    new "Voltar"

    # game/screens.rpy:551
    old "Version [config.version!t]\n"
    new "Versão [config.version!t]\n"

    # game/screens.rpy:557
    old "Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]"
    new "Feito com {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]"

    # game/screens.rpy:647
    old "Display"
    new "Exibição"

    # game/screens.rpy:648
    old "Window"
    new "Janela"

    # game/screens.rpy:649
    old "Fullscreen"
    new "Tela Cheia"

    # game/screens.rpy:650
    old "Iconify"
    new "Minimizar"

    # game/screens.rpy:651
    old "Enabled"
    new "Ativado"

    # game/screens.rpy:651
    old "Disabled"
    new "Desativado"

    # game/screens.rpy:658
    old "Discord"
    new "Discord"

    # game/screens.rpy:664
    old "Steam Login"
    new "Steam Login"

    # game/screens.rpy:670
    old "Game Client"
    new "Cliente de Jogo"

    # game/screens.rpy:671
    old "ManaPlus"
    new "ManaPlus"

    # game/screens.rpy:673
    old "Mana"
    new "Mana"

    # game/screens.rpy:679
    old "Language"
    new "Idioma"

    # game/screens.rpy:683
    old "Unseen Text"
    new "Texto Não Lido"

    # game/screens.rpy:684
    old "After Choices"
    new "Após Escolhas"

    # game/screens.rpy:685
    old "Transitions"
    new "Transições"

    # game/screens.rpy:705
    old "Music Volume"
    new "Music Volume"

    # game/screens.rpy:712
    old "Sound Volume"
    new "Sound Volume"

    # game/screens.rpy:718
    old "Test"
    new "Teste"

    # game/screens.rpy:722
    old "Voice Volume"
    new "Voice Volume"

    # game/screens.rpy:733
    old "Mute All"
    new "Mute All"

    # game/screens.rpy:739
    old "Check Files Integrity"
    new "Conferir Integridade dos Arquivos"

    # game/screens.rpy:756
    old "All Set!"
    new "Tudo Pronto!"

    # game/screens.rpy:876
    old "The dialogue history is empty."
    new "Não há mensagens para mostrar."

    # game/screens.rpy:937
    old "Help"
    new "Ajuda"

    # game/screens.rpy:946
    old "Keyboard"
    new "Teclado"

    # game/screens.rpy:947
    old "Mouse"
    new "Mouse"

    # game/screens.rpy:950
    old "Gamepad"
    new "Gamepad"

    # game/screens.rpy:963
    old "Enter"
    new "Entrar"

    # game/screens.rpy:964
    old "Advances dialogue and activates the interface."
    new "Avança o diálogo e ativa a interface."

    # game/screens.rpy:967
    old "Space"
    new "Espaço"

    # game/screens.rpy:968
    old "Advances dialogue without selecting choices."
    new "Avança diálogos sem selecionar escolhas."

    # game/screens.rpy:971
    old "Arrow Keys"
    new "Setas Direcionais"

    # game/screens.rpy:972
    old "Navigate the interface."
    new "Navega na interface."

    # game/screens.rpy:975
    old "Escape"
    new "Escape"

    # game/screens.rpy:976
    old "Accesses the game menu."
    new "Acessa o menu de jogo."

    # game/screens.rpy:979
    old "Ctrl"
    new "Ctrl"

    # game/screens.rpy:980
    old "Skips dialogue while held down."
    new "Pula o dialogo enquanto pressionado."

    # game/screens.rpy:983
    old "Tab"
    new "Pestaña"

    # game/screens.rpy:984
    old "Toggles dialogue skipping."
    new "Ativa ou desativa pular diálogos."

    # game/screens.rpy:988
    old "Hides the user interface."
    new "Esconde a interface de usuário."

    # game/screens.rpy:992
    old "Takes a screenshot."
    new "Faz uma captura de tela."

    # game/screens.rpy:996
    old "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}."
    new "Ativa a {a=https://www.renpy.org/l/voicing}voz assistente{/a}."

    # game/screens.rpy:1002
    old "Left Click"
    new "Clique Esquerdo"

    # game/screens.rpy:1006
    old "Middle Click"
    new "Clique do Meio"

    # game/screens.rpy:1010
    old "Right Click"
    new "Clique Direito"

    # game/screens.rpy:1017
    old "Right Trigger\nA/Bottom Button"
    new "Palanca derecha\nA/Botón Inferior"

    # game/screens.rpy:1021
    old "D-Pad, Sticks"
    new "D-Pad, Botones"

    # game/screens.rpy:1025
    old "Start, Guide"
    new "Inicio, Guía"

    # game/screens.rpy:1029
    old "Y/Top Button"
    new "Y/Botón superior"

    # game/screens.rpy:1032
    old "Calibrate"
    new "Calibrar"

    # game/screens.rpy:1097
    old "Yes"
    new "Sim"

    # game/screens.rpy:1098
    old "No"
    new "Não"

    # game/screens.rpy:1144
    old "Skipping"
    new "Pulando"

    # game/screens.rpy:1365
    old "Menu"
    new "Menu"

# TODO: Translation updated at 2021-05-19 03:14

translate pt_br strings:

    # game/screens.rpy:366
    old "Mirror Lake"
    new "Lago Espelhado"

    # game/screens.rpy:699
    old "Others"
    new "Outros"

    # game/screens.rpy:700
    old "ON"
    new "ON"

    # game/screens.rpy:700
    old "OFF"
    new "OFF"

    # game/screens.rpy:706
    old "Check Updates"
    new "Buscar Atualizações"

# TODO: Translation updated at 2023-07-08 18:34

translate pt_br strings:

    # game/screens.rpy:682
    old "Plugins"
    new "Plugins"

    # game/screens.rpy:684
    old "Evol2 Game Servers"
    new "Servidores Evol2"

    # game/screens.rpy:687
    old "ManaVerse"
    new "ManaVerse"

    # game/screens.rpy:692
    old "Built-In"
    new "Embutido"

    # game/screens.rpy:696
    old "Mask password"
    new "Ocultar Senha"

    # game/screens.rpy:727
    old "Reset Login Method"
    new "Esquecer método de login"

    # game/screens.rpy:1028
    old ">"
    new ">"

# TODO: Translation updated at 2023-07-18 23:48

translate pt_br strings:

    # game/screens.rpy:319
    old "Update"
    new "Update"