Translations update. New: CS, ES, PL, UK
[KiwiIRC.git] / client / src / translations / pt-br.po
CommitLineData
3da5b1b5
D
1# Please report any translation errors on one of the following:
2# Mailing list: https://groups.google.com/d/forum/kiwiirc
3# IRC: irc.freenode.net #kiwiirc
4#
5# Want to translate into your own language? Please send your translated file to the
6# mailing list mentioned above and we will upload it to our translation manager -
7# http://poeditor.com/. An account will be set up for you to make any further changes
8# as the Kiwi project progresses.
9
82add25a
D
10msgid ""
11msgstr ""
12"MIME-Version: 1.0\n"
13"Content-Type: text/plain; charset=UTF-8\n"
14"Content-Transfer-Encoding: 8bit\n"
15"X-Generator: POEditor.com\n"
16"Project-Id-Version: Kiwi\n"
17"Language: pt-br\n"
18
8f76749c
D
19#: client/assets/src/applets/chanlist.js
20msgid "client_applets_chanlist_channelname"
21msgstr "Nome do Canal"
22
23#:
24msgid "client_applets_chanlist_users"
25msgstr "Usuários"
26
27#:
28msgid "client_applets_chanlist_topic"
29msgstr "Tópico"
30
31#:
32msgid "client_applets_chanlist_channellist"
33msgstr "Lista de Canais"
34
35#: client/assets/src/applets/scripteditor.js
36msgid "client_applets_scripteditor_save"
37msgstr "Salvar"
38
39#:
40msgid "client_applets_scripteditor_error"
41msgstr "Erro no script. %s"
42
43#:
44msgid "client_applets_scripteditor_saved"
45msgstr "O script foi salvo e ativado."
46
47#:
48msgid "client_applets_scripteditor_title"
49msgstr "Editor de Script"
50
51#: client/assets/src/applets/settings.js
52msgid "client_applets_settings_channelview_tabs"
53msgstr "Abas"
54
55#:
56msgid "client_applets_settings_channelview_list"
57msgstr "Lista"
58
59#:
60msgid "client_applets_settings_channelview_list_notice"
61msgstr "para grande quantidade de canais"
62
63#:
64msgid "client_applets_settings_notification_joinpart"
65msgstr "Notificações de entrada/saída em canais"
66
67#:
68msgid "client_applets_settings_timestamp"
69msgstr "Mostrar hora"
70
71#:
72msgid "client_applets_settings_notification_sound"
73msgstr "Silenciar notificações de som"
74
75#:
76msgid "client_applets_settings_history_length"
77msgstr "mensagens na história"
78
79#:
80msgid "client_applets_settings_default_client"
81msgstr "Cliente IRC padrão"
82
83#:
84msgid "client_applets_settings_default_client_enable"
85msgstr "Fazer do Kiwi meu cliente IRC padrão"
86
87#:
88msgid "client_applets_settings_locale_restart_needed"
89msgstr "Nota: Mudanças só irão ter efeito após atualizar a página"
90
91#:
92msgid "client_applets_settings_default_client_notice"
93msgstr "Nota: Usuários do Chrome ou Chromium devem checar as configurações via %s se nada acontecer"
94
95#:
96msgid "client_applets_settings_title"
97msgstr "Configurações"
98
99#: client/assets/src/models/applet.js
100msgid "client_models_applet_unknown"
101msgstr "Applet desconhecido"
102
103#:
104msgid "client_models_applet_loading"
105msgstr "Carregando..."
106
107#:
108msgid "client_models_applet_notfound"
109msgstr "Não encontrado"
110
111#: client/assets/src/models/application.js
112msgid "client_models_application_reconnecting"
113msgstr "Você foi desconectado. Tentando reconectar"
114
115#:
116msgid "client_models_application_reconnect_in_x_seconds"
117msgstr "Você foi desconectado. Tentando reconectar em %d segundos"
118
119#:
120msgid "client_models_application_reconnect_successfully"
121msgstr "Está OK, você está conectado denovo."
122
123#:
124msgid "client_models_application_settings_saved"
125msgstr "As configurações foram salvas."
126
127#:
128msgid "client_models_application_ignore_title"
129msgstr "Nicks ignorados"
130
131#:
132msgid "client_models_application_ignore_none"
133msgstr "Ninguém está sendo ignorado"
134
135#:
136msgid "client_models_application_ignore_nick"
137msgstr "Ignorando %s"
138
139#:
140msgid "client_models_application_ignore_stop_notice"
141msgstr "Especifique qual nick você deseja parar de ignorar"
142
143#:
144msgid "client_models_application_ignore_stopped"
145msgstr "%s não está mais sendo ignorado"
146
147#:
148msgid "client_models_application_applet_notfound"
149msgstr "Applet \"%s\" não existe"
150
151#:
152msgid "client_models_application_encoding_changed"
153msgstr "Codificação modificada para %s"
154
155#:
156msgid "client_models_application_encoding_invalid"
157msgstr "%s não é uma codificação válida"
158
159#:
160msgid "client_models_application_encoding_notspecified"
161msgstr "Codificação não especificada"
162
163#:
164msgid "client_models_application_encoding_usage"
165msgstr "Uso: /encoding [NOVA-CODIFICAÇÃO]"
166
167#:
168msgid "client_models_application_connection_create"
169msgstr "Nova Conexão"
170
171#:
172msgid "client_models_application_connection_connecting"
173msgstr "Conectando em %s:%s..."
174
175#:
176msgid "client_models_application_connection_error"
177msgstr "Erro conectando em %s:%s (%s)"
178
179#: client/assets/src/models/channel.js
180msgid "client_models_channel_join"
181msgstr "%s entrou"
182
183#:
184msgid "client_models_channel_quit"
185msgstr "%s desconectou %s"
186
187#:
188msgid "client_models_channel_kicked"
189msgstr "%s foi kickado por %s %s"
190
191#:
192msgid "client_models_channel_selfkick"
193msgstr "Você foi kickado por %s %s"
194
195#:
196msgid "client_models_channel_part"
197msgstr "%s saiu %s"
198
199#: client/assets/src/models/network.js
200msgid "client_models_network_channel_invalid_name"
201msgstr "%s não é um nome válido de canal"
202
203#:
204msgid "client_models_network_disconnected"
205msgstr "Desconectado da rede IRC"
206
207#:
208msgid "client_models_network_nickname_changed"
209msgstr "%s mudou o nick para %s"
210
211#:
212msgid "client_models_network_topic"
213msgstr "Tópico especificado por %s às %s"
214
215#:
216msgid "client_models_network_selfmode"
217msgstr "%s colocou modo %s"
218
219#:
220msgid "client_models_network_mode"
221msgstr "%s colocou modo %s"
222
223#:
224msgid "client_models_network_channels"
225msgstr "Canais: %s"
226
227#:
228msgid "client_models_network_server"
229msgstr "Conectado ao servidor: %s %s"
230
231#:
232msgid "client_models_network_idle_and_signon"
233msgstr "Ausente por %s, entrou em %s"
234
235#:
236msgid "client_models_network_away"
237msgstr "Away: %s"
238
239#:
240msgid "client_models_network_idle"
241msgstr "Ausente por %s"
242
243#:
244msgid "client_models_network_nickname_notfound"
245msgstr "Nick inexistente"
246
247#:
248msgid "client_models_network_banned"
249msgstr "Você está banido de %s. %s"
250
251#:
252msgid "client_models_network_channel_badkey"
253msgstr "Senha inválida para %s"
254
255#:
256msgid "client_models_network_channel_inviteonly"
257msgstr "%s é somente para convidados"
258
259#:
260msgid "client_models_network_channel_limitreached"
261msgstr "%s está cheio"
262
263#:
264msgid "client_models_network_nickname_alreadyinuse"
265msgstr "O nick \"%s\" já está em uso. Escolha outro nick."
266
267#:
268msgid "client_models_network_badpassword"
269msgstr "Senha incorreta fornecida"
270
271#: client/assets/src/views/application.js
272msgid "client_views_application_close_notice"
273msgstr "Todas as conversas do KiwiIRC serão fechadas. Você tem certeza que deseja fechar essa janela?"
274
275#: client/assets/src/views/channel.js
276msgid "client_views_channel_joining"
277msgstr "Entrando no canal..."
278
279#:
280msgid "client_views_channel_topic"
281msgstr "Tópico para %s é: %s"
282
283#: client/assets/src/views/mediamessage.js
284msgid "client_views_mediamessage_close"
285msgstr "Fechar mídia"
286
287#:
288msgid "client_views_mediamessage_notfound"
289msgstr "Não encontrado"
290
291#:
292msgid "client_views_mediamessage_load_tweet"
293msgstr "Carregando tweet"
294
295#:
296msgid "client_views_mediamessage_load_image"
297msgstr "Carregando imagem"
298
299#:
300msgid "client_views_mediamessage_load_reddit"
301msgstr "Carregando thread do Reddit"
302
303#:
304msgid "client_views_mediamessage_load_gist"
305msgstr "Carregando gist"
306
307#: client/assets/src/views/nickchangegbox.js
308msgid "client_views_nickchangebox_new"
309msgstr "Novo nick"
310
311#:
312msgid "client_views_nickchangebox_change"
313msgstr "Mudar"
314
315#:
316msgid "client_views_nickchangebox_cancel"
317msgstr "Cancelar"
318
319#: client/assets/src/views/panel.js
320msgid "client_views_panel_activity"
321msgstr "Novas conversas!"
322
323#: client/assets/src/views/serverselect.js
324msgid "client_views_serverselect_form_title"
325msgstr "Pense em um nick..."
326
327#:
328msgid "client_views_serverselect_nickname"
329msgstr "Nick"
330
331#:
332msgid "client_views_serverselect_enable_password"
333msgstr "Eu tenho uma senha"
334
335#:
336msgid "client_views_serverselect_password"
337msgstr "Senha"
338
339#:
340msgid "client_views_serverselect_channel"
341msgstr "Canal"
342
343#:
344msgid "client_views_serverselect_channelkey"
345msgstr "Senha do canal"
346
347#:
348msgid "client_views_serverselect_channelkey_required"
349msgstr "Canal requer uma senha"
350
351#:
352msgid "client_views_serverselect_key"
353msgstr "Senha"
354
355#:
356msgid "client_views_serverselect_connection_start"
357msgstr "Iniciar..."
358
359#:
360msgid "client_views_serverselect_server_and_network"
361msgstr "Servidor e rede"
362
363#:
364msgid "client_views_serverselect_server"
365msgstr "Servidor"
366
367#:
368msgid "client_views_serverselect_port"
369msgstr "Porta"
370
371#:
372msgid "client_views_serverselect_poweredby"
373msgstr "Usando Kiwi IRC"
374
375#:
376msgid "client_views_serverselect_nickname_error_empty"
377msgstr "Selecione um nick primeiro!"
378
379#:
380msgid "client_views_serverselect_connection_successfully"
381msgstr "Conectado"
382
383#:
384msgid "client_views_serverselect_connection_trying"
385msgstr "Conectando..."
386
387#:
388msgid "client_views_serverselect_nickname_error_alreadyinuse"
389msgstr "Nick já está em uso"
390
391#:
392msgid "client_views_serverselect_nickname_invalid"
393msgstr "Nick inválido"
394
395#:
396msgid "client_views_serverselect_password_incorrect"
397msgstr "Senha incorreta"
398
399#:
400msgid "client_views_serverselect_connection_error"
401msgstr "Erro conectando"
402
403#:
404msgid "client_views_serverselect_server_notfound"
405msgstr "Servidor não encontrado"
406
407#:
408msgid "client_views_serverselect_connection_refused"
409msgstr "Conexão recusada"
410
411#: client/assets/src/views/userbox.js
412msgid "client_views_userbox_op"
413msgstr "Op"
414
415#:
416msgid "client_views_userbox_deop"
417msgstr "De-op"
418
419#:
420msgid "client_views_userbox_voice"
421msgstr "Voice"
422
423#:
424msgid "client_views_userbox_devoice"
425msgstr "De-voice"
426
427#:
428msgid "client_views_userbox_kick"
429msgstr "Kickar"
430
431#:
432msgid "client_views_userbox_ban"
433msgstr "Banir"
434
435#:
436msgid "client_views_userbox_query"
437msgstr "Mensagem"
438
439#:
440msgid "client_views_userbox_whois"
441msgstr "Info"
442
443#:
444msgid "client_views_userbox_slap"
445msgstr "Dar Tapa!"
446
447#:
448msgid "client_views_serverselect_ssl"
449msgstr "SSL"
450
82add25a
D
451#:
452msgid "client_models_application_jumpserver_prepare"
453msgstr "Em 5 minutos você será reconectado e seus canais serão reunidos. Preparem-se!"
454
455#:
456msgid "client_models_application_jumpserver_reconnect"
457msgstr "Segurança re-ligando-o agora.."
458
3da5b1b5
D
459#:
460msgid "client_applets_settings_html5_notifications"
461msgstr "Desktop notifications"
462
463#:
464msgid "client_applets_settings_enable_notifications"
465msgstr "Enable notifications"
466
467#:
468msgid "client_applets_settings_emoticons"
469msgstr "Show emoticons"
470
471#:
472msgid "client_applet_about"
473msgstr "About Kiwi"
474
475#:
476msgid "client_applet_about_homepage"
477msgstr "Project homepage"
478
479#:
480msgid "client_applet_about_link_channel"
481msgstr "Link to this channel"
482
483#:
484msgid "client_applet_about_share_channel"
485msgstr "Share this channel"
486
487#:
488msgid "client_applet_fav_my_networks"
489msgstr "My networks"
490
491#:
492msgid "client_applet_fav_networks"
493msgstr "Favourite networks"
494
495#:
496msgid "client_applet_fav_add"
497msgstr "Add network"
498
499#:
500msgid "client_applet_fav_save"
501msgstr "Save network"
502
503#:
504msgid "client_applet_fav_delete"
505msgstr "Delete network"
506
4b2e8620
D
507#:
508msgid "client_applets_settings_notification_count_all_activity"
509msgstr "Include join/part messages as activity"
510