aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values-pt-rBR/strings.xml
blob: eb8ab3393388a6c81c5ae9aa283a30fe8c7d0487 (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
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <plurals name="delete_error">
        <item quantity="one">Não é possível excluir o túnel %d: %s</item>
        <item quantity="other">Não foi possível excluir túneis %d: %s</item>
    </plurals>
    <plurals name="delete_success">
        <item quantity="one">Túnel %d excluído com sucesso</item>
        <item quantity="other">Túneis %d excluídos com êxito</item>
    </plurals>
    <plurals name="delete_title">
        <item quantity="one">Túnel %d selecionado</item>
        <item quantity="other">Túneis %d selecionados</item>
    </plurals>
    <plurals name="import_partial_success">
        <item quantity="one">Importados %1$d dos %2$d túneis</item>
        <item quantity="other">Importados %1$d dos %2$d túneis</item>
    </plurals>
    <plurals name="import_total_success">
        <item quantity="one">Importado %d túnel</item>
        <item quantity="other">Importados %d túneis</item>
    </plurals>
    <plurals name="set_excluded_applications">
        <item quantity="one">Aplicação %d Excluída</item>
        <item quantity="other">Aplicações %d Excluídas</item>
    </plurals>
    <string name="all_applications">Todos as aplicativos</string>
    <string name="exclude_from_tunnel">Retirar</string>
    <string name="include_in_tunnel">Incluir somente</string>
    <plurals name="persistent_keepalive_seconds_suffix">
        <item quantity="one">segundo</item>
        <item quantity="other">segundos</item>
    </plurals>
    <string name="use_all_applications">Usar todas aplicações</string>
    <string name="add_peer">Adicionar Par</string>
    <string name="addresses">Endereço</string>
    <string name="applications">Aplicativo</string>
    <string name="allow_remote_control_intents_summary_off">Aplicativos externos podem não alternar túneis (recomendado)</string>
    <string name="allow_remote_control_intents_summary_on">Aplicativos externos podem alternar túneis (avançado)</string>
    <string name="allow_remote_control_intents_title">Permitir controle remoto de apps</string>
    <string name="allowed_ips">IPs Permitidos</string>
    <string name="bad_config_context">%2$s da %1$s</string>
    <string name="bad_config_context_top_level">%s</string>
    <string name="bad_config_error">%1$s em %2$s</string>
    <string name="bad_config_explanation_pka">: Deve ser positivo e não mais que 65535</string>
    <string name="bad_config_explanation_positive_number">: Deve ser positivo</string>
    <string name="bad_config_explanation_udp_port">: Deve ser um número de porta UDP válido</string>
    <string name="bad_config_reason_invalid_key">Chave inválida</string>
    <string name="bad_config_reason_invalid_number">Número inválido</string>
    <string name="bad_config_reason_invalid_value">Valor inválido</string>
    <string name="bad_config_reason_missing_attribute">Atributo ausente</string>
    <string name="bad_config_reason_missing_section">Seção em falta</string>
    <string name="bad_config_reason_syntax_error">Erro de sintaxe</string>
    <string name="bad_config_reason_unknown_attribute">Atributo desconhecido</string>
    <string name="bad_config_reason_unknown_section">Seção desconhecida</string>
    <string name="bad_config_reason_value_out_of_range">Valor fora do intervalo</string>
    <string name="bad_extension_error">O arquivo deve ser .conf ou .zip</string>
    <string name="error_no_qr_found">Código QR não encontrado na imagem</string>
    <string name="error_qr_checksum">Falha na verificação do código QR</string>
    <string name="cancel">Cancelar</string>
    <string name="config_delete_error">Não é possível excluir o arquivo de configuração %s</string>
    <string name="config_exists_error">Configuração para \"%s\"  existe</string>
    <string name="config_file_exists_error">Arquivo de configuração “%s”  existe</string>
    <string name="config_not_found_error">Arquivo de configuração “%s” não encontrado</string>
    <string name="config_rename_error">Não é possível renomear o arquivo de configuração “%s”</string>
    <string name="config_save_error">Não pode salvar a configuração para \"%1$s\": %2$s</string>
    <string name="config_save_success">Configuração salva com sucesso para “%s”</string>
    <string name="create_activity_title">Criar túnel WireGuard</string>
    <string name="create_bin_dir_error">Não é possível criar o diretório local do binário</string>
    <string name="create_downloads_file_error">Não é possível criar arquivo no diretório de downloads</string>
    <string name="create_empty">Criar do zero</string>
    <string name="create_from_file">Criar a partir de arquivo</string>
    <string name="create_from_qr_code">Ler código QR</string>
    <string name="create_output_dir_error">Não é possível criar o diretório de saída</string>
    <string name="create_temp_dir_error">Não é possível criar o diretório temporário local</string>
    <string name="create_tunnel">Criar túnel</string>
    <string name="copied_to_clipboard">%s copiado para a área de transferência</string>
    <string name="dark_theme_summary_off">Atualmente usando tema claro (dia)</string>
    <string name="dark_theme_summary_on">Atualmente usando tema escuro (noite)</string>
    <string name="dark_theme_title">Usar tema escuro</string>
    <string name="delete">Excluir</string>
    <string name="tv_delete">Selecione o túnel para excluir</string>
    <string name="tv_select_a_storage_drive">Selecione uma unidade de armazenamento</string>
    <string name="tv_no_file_picker">Por favor, instale um utilitário de gerenciamento de arquivos para procurar arquivos</string>
    <string name="tv_add_tunnel_get_started">Adicione um túnel para começar</string>
    <string name="donate_title">♥️ Doar para o projeto WireGuard</string>
    <string name="donate_summary">Todas as contribuições ajudam</string>
    <string name="donate_google_play_disappointment">Obrigado por apoiar o Projeto WireGuard!\n\nInfelizmente, devido às políticas do Google, não temos permissão para vincular a parte da página do projeto onde você pode fazer uma doação. Esperamos que você consiga descobrir isso!\n\nObrigado novamente pela sua contribuição.</string>
    <string name="disable_config_export_title">Desativar exportação de configuração</string>
    <string name="disable_config_export_description">Desativar a exportação de configuração torna as chaves privadas menos acessíveis</string>
    <string name="dns_servers">Servidores DNS</string>
    <string name="dns_search_domains">Domínios de pesquisa de DNS</string>
    <string name="edit">Editar</string>
    <string name="endpoint">Endpoint</string>
    <string name="error_down">Erro ao derrubar o túnel: %s</string>
    <string name="error_fetching_apps">Erro ao obter lista de apps: %s</string>
    <string name="error_root">Por favor, obtenha acesso root e tente novamente</string>
    <string name="error_prepare">Erro ao preparar o túnel: %s</string>
    <string name="error_up">Erro ao criar túnel: %s</string>
    <string name="exclude_private_ips">Excluir IPs privados</string>
    <string name="generate_new_private_key">Gerar uma nova chave privada</string>
    <string name="generic_error">Erro desconhecido “%s”</string>
    <string name="hint_automatic">(automático)</string>
    <string name="hint_generated">(gerado)</string>
    <string name="hint_optional">(opcional)</string>
    <string name="hint_optional_discouraged">(opcional, não recomendado)</string>
    <string name="hint_random">(aleatório)</string>
    <string name="illegal_filename_error">Nome de arquivo inválido “%s”</string>
    <string name="import_error">Não foi possível importar o túnel: %s</string>
    <string name="import_from_qr_code">Importar Túnel por QR Code</string>
    <string name="import_success">Importado “%s”</string>
    <string name="interface_title">Interface</string>
    <string name="key_contents_error">Caracteres inválidos na chave</string>
    <string name="key_length_error">Chave com tamanho incorreto</string>
    <string name="key_length_explanation_base64">: Chaves base64 do WireGuard devem ter 44 caracteres (32 bytes)</string>
    <string name="key_length_explanation_binary">: Chaves do WireGuard devem ter 32 bytes</string>
    <string name="key_length_explanation_hex">: Chaves hex do WireGuard devem ter 64 caracteres (32 bytes)</string>
    <string name="latest_handshake">Último handshake</string>
    <string name="latest_handshake_ago">%s atrás</string>
    <string name="listen_port">Porta de escuta</string>
    <string name="log_export_error">Não foi possível exportar o log: %s</string>
    <string name="log_export_subject">Arquivo de log do WireGuard Android</string>
    <string name="log_export_success">Salvo em “%s”</string>
    <string name="log_export_title">Exportar arquivo de log</string>
    <string name="log_saver_activity_label">Salvar log</string>
    <string name="log_viewer_pref_summary">Registros podem ajudar na depuração</string>
    <string name="log_viewer_pref_title">Exibir registros da aplicação</string>
    <string name="log_viewer_title">Registro</string>
    <string name="logcat_error">Não foi possível executar o logcat: </string>
    <string name="module_enabler_disabled_summary">O módulo do Kernel experimental pode melhorar o desempenho</string>
    <string name="module_enabler_disabled_title">Habilitar módulo backend do kernel</string>
    <string name="module_enabler_enabled_summary">O backend do userspace mais lento pode aumentar a estabilidade</string>
    <string name="module_enabler_enabled_title">Desativar backend do módulo do kernel</string>
    <string name="module_installer_error">Ocorreu um erro. Tente novamente</string>
    <string name="module_installer_initial">O módulo experimental do kernel pode melhorar o desempenho</string>
    <string name="module_installer_not_found">Não  módulos disponíveis para o seu dispositivo</string>
    <string name="module_installer_title">Baixar e instalar módulo do kernel</string>
    <string name="module_installer_working">Baixando e instalando…</string>
    <string name="module_version_error">Não foi possível determinar a versão do módulo do kernel</string>
    <string name="mtu">MTU</string>
    <string name="multiple_tunnels_summary_off">Ligar um túnel irá desligar outros</string>
    <string name="multiple_tunnels_summary_on">Múltiplos túneis podem ser ativados simultaneamente</string>
    <string name="multiple_tunnels_title">Permitir múltiplos túneis simultâneos</string>
    <string name="name">Nome</string>
    <string name="no_config_error">Não é possível criar um túnel sem configuração</string>
    <string name="no_configs_error">Nenhuma configuração foi encontrada</string>
    <string name="no_tunnels_error">Não existem túneis</string>
    <string name="parse_error_generic">string</string>
    <string name="parse_error_inet_address">Endereço IP</string>
    <string name="parse_error_inet_endpoint">endpoint</string>
    <string name="parse_error_inet_network">Rede IP</string>
    <string name="parse_error_reason">Não é possível analisar %1$s “%2$s”</string>
    <string name="permission_description">permite controlar túneis do WireGuard, ativando e desativando túneis a vontade, potencialmente desviando o tráfego na Internet</string>
    <string name="permission_label">controlar túneis do WireGuard</string>
    <string name="persistent_keepalive">Keepalive persistente</string>
    <string name="pre_shared_key">Chave pré-partilhada</string>
    <string name="pre_shared_key_enabled">ativo</string>
    <string name="private_key">Chave Privada</string>
    <string name="public_key">Chave pública</string>
    <string name="qr_code_hint">Dica: gerar com `qrencode -t ansiutf8 &lt; tunnel.conf`.</string>
    <string name="quick_settings_tile_add_title">Adicionar botão ao painel de configurações rápidas</string>
    <string name="quick_settings_tile_add_summary">A tecla de atalho alterna o túnel mais recente</string>
    <string name="quick_settings_tile_add_failure">Não foi possível adicionar o atalho de botão: erro %d</string>
    <string name="restore_on_boot_title">Restaurar na inicialização</string>
    <string name="save">Salvar</string>
    <string name="select_all">Selecionar tudo</string>
    <string name="settings">Definições</string>
    <string name="shell_exit_status_read_error">O Shell não pode ler o status de saída</string>
    <string name="shell_marker_count_error">Shell esperava 4 marcadores, mas recebeu apenas %d</string>
    <string name="shell_start_error">Shell falhou ao iniciar: %d</string>
    <string name="success_application_will_restart">Sucesso. O aplicativo irá reiniciar agora…</string>
    <string name="toggle_error">Erro ao ativar o túnel do WireGuard: %s</string>
    <string name="tools_installer_already">wg e wg-quick  estão instalados</string>
    <string name="tools_installer_failure">Não foi possível instalar ferramentas de linha de comando (sem root?)</string>
    <string name="tools_installer_initial">Instalar ferramentas opcionais para scripting</string>
    <string name="tools_installer_initial_magisk">Instalar ferramentas opcionais para scripting como o módulo Magisk</string>
    <string name="tools_installer_initial_system">Instalar ferramentas opcionais para escrever na partição do sistema</string>
    <string name="tools_installer_success_magisk">wg e wg-quick instalado como um módulo Magisk  necessário reiniciar)</string>
    <string name="tools_installer_success_system">wg e wg-quick instalados na partição do sistema</string>
    <string name="tools_installer_title">Instalar ferramentas de linha de comando</string>
    <string name="tools_installer_working">Instalando wg e wg-quick</string>
    <string name="tools_unavailable_error">Ferramentas necessárias indisponíveis</string>
    <string name="transfer_bytes">%d B</string>
    <string name="transfer_gibibytes">%.2f GiB</string>
    <string name="transfer_kibibytes">%.2f KiB</string>
    <string name="transfer_mibibytes">%.2f MiB</string>
    <string name="transfer_rx_tx">rx: %1$s, tx: %2$s</string>
    <string name="transfer_tibibytes">%.2f TiB</string>
    <string name="tun_create_error">Não foi possível criar o túnel: %s</string>
    <string name="tunnel_config_error">Não foi possível configurar o túnel (wg-quick retornou %d)</string>
    <string name="tunnel_create_error">Não foi possível criar o túnel: %s</string>
    <string name="tunnel_create_success">Túnel criado com sucesso “%s”</string>
    <string name="tunnel_error_already_exists">Túnel “%s”  existe</string>
    <string name="tunnel_error_invalid_name">Nome inválido</string>
    <string name="tunnel_list_placeholder">Adicionar um túnel usando o botão abaixo</string>
    <string name="tunnel_name">Nome do túnel</string>
    <string name="tunnel_on_error">Não foi possível ativar o túnel (wgTurnOn retornou %d)</string>
    <string name="tunnel_dns_failure">Não foi possível resolver host DNS: \"%s\"</string>
    <string name="tunnel_rename_error">Não foi possível renomear o túnel: %s</string>
    <string name="tunnel_rename_success">Renomeado com sucesso o túnel para “%s”</string>
    <string name="type_name_kernel_module">Modo de Kernel</string>
    <string name="unknown_error">Erro desconhecido</string>
    <string name="updater_avalable">Uma atualização do aplicativo está disponível. Pôr favor atualize agora.</string>
    <string name="updater_action">Baixar &amp; Atualizar</string>
    <string name="updater_rechecking">Obtendo metadados de atualização…</string>
    <string name="updater_download_progress">Baixando a atualização: %1$s / %2$s (%3$.2f%%)</string>
    <string name="updater_download_progress_nototal">Baixando atualização: %s</string>
    <string name="updater_installing">Instalando atualização…</string>
    <string name="updater_failure">Falha na atualização: %s. Tentaremos novamente em breve…</string>
    <string name="updater_corrupt_title">Aplicativo corrompido</string>
    <string name="updater_corrupt_message">Este aplicativo está corrompido. Por favor, baixe novamente o APK do site vinculado abaixo. Depois disso, desinstale o aplicativo e reinstale-o a partir do APK baixado.</string>
    <string name="updater_corrupt_navigate">Abrir site</string>
    <string name="version_summary_checking">Verificando a versão do backend %s</string>
    <string name="version_summary_unknown">Versão %s desconhecida</string>
    <string name="version_title">WireGuard para Android v%s</string>
    <string name="vpn_not_authorized_error">Serviço de VPN não autorizado pelo usuário</string>
    <string name="vpn_start_error">Não foi possível iniciar o serviço de VPN do Android</string>
    <string name="zip_export_error">Não foi possível exportar túneis: %s</string>
    <string name="zip_export_success">Salvo em “%s”</string>
    <string name="zip_export_summary">O arquivo Zip será salvo na pasta de downloads</string>
    <string name="zip_export_title">Exportar túneis para arquivo zip</string>
    <string name="biometric_prompt_zip_exporter_title">Autenticar para exportar túneis</string>
    <string name="biometric_prompt_private_key_title">Autenticar para ver a chave privada</string>
    <string name="biometric_auth_error">Falha de autenticação</string>
    <string name="biometric_auth_error_reason">Falha de autenticação: %s</string>
</resources>