aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values-pt-rPT/strings.xml
blob: fc1f19cb61e1d819492e8b1819bdaf52f2a5f0a9 (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
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <plurals name="delete_error">
        <item quantity="one">Não foi possível apagar %d túnel: %s</item>
        <item quantity="other">Não foi possível apagar %d túneis: %s</item>
    </plurals>
    <plurals name="delete_success">
        <item quantity="one">%d túnel apagado com sucesso</item>
        <item quantity="other">%d túneis apagados com sucesso</item>
    </plurals>
    <plurals name="delete_title">
        <item quantity="one">%d túnel selecionado</item>
        <item quantity="other">%d túneis selecionados</item>
    </plurals>
    <plurals name="import_partial_success">
        <item quantity="one">Importado %1$d de %2$d túneis</item>
        <item quantity="other">Importados %1$d de %2$d túneis</item>
    </plurals>
    <plurals name="import_total_success">
        <item quantity="one">%d túnel importado</item>
        <item quantity="other">%d túneis importados</item>
    </plurals>
    <plurals name="set_excluded_applications">
        <item quantity="one">%d Aplicação Excluída</item>
        <item quantity="other">%d Aplicações Excluídas</item>
    </plurals>
    <plurals name="set_included_applications">
        <item quantity="one">%d Aplicação Incluída</item>
        <item quantity="other">%d Aplicações incluídas</item>
    </plurals>
    <plurals name="n_excluded_applications">
        <item quantity="one">%d Excluída</item>
        <item quantity="other">%d Excluídas</item>
    </plurals>
    <plurals name="n_included_applications">
        <item quantity="one">%d Incluída</item>
        <item quantity="other">%d Incluídas</item>
    </plurals>
    <string name="all_applications">Todas as Aplicações</string>
    <string name="exclude_from_tunnel">Excluir</string>
    <string name="include_in_tunnel">Apenas aplicações incluídas</string>
    <plurals name="include_n_applications">
        <item quantity="one">Incluir %d Aplicação</item>
        <item quantity="other">Incluir %d Aplicações</item>
    </plurals>
    <plurals name="exclude_n_applications">
        <item quantity="one">Excluir %d Aplicação</item>
        <item quantity="other">Exluir %d Aplicações</item>
    </plurals>
    <plurals name="persistent_keepalive_seconds_unit">
        <item quantity="one">a cada %d segundo</item>
        <item quantity="other">a cada %d segundos</item>
    </plurals>
    <plurals name="persistent_keepalive_seconds_suffix">
        <item quantity="one">segundo</item>
        <item quantity="other">segundos</item>
    </plurals>
    <string name="use_all_applications">Usar todas as aplicações</string>
    <string name="add_peer">Adicionar </string>
    <string name="addresses">Endereços</string>
    <string name="applications">Aplicações</string>
    <string name="allow_remote_control_intents_summary_off">Aplicações externas não podem controlar túneis (recomendado)</string>
    <string name="allow_remote_control_intents_summary_on">Aplicações externas podem controlar túneis (avançado)</string>
    <string name="allow_remote_control_intents_title">Permitir controlo remoto por outras aplicações</string>
    <string name="allowed_ips">IPs permitidos</string>
    <string name="bad_config_context">%2$s de %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">: Tem que ser positivo e não mais do que 65535</string>
    <string name="bad_config_explanation_positive_number">: tem que ser positivo</string>
    <string name="bad_config_explanation_udp_port">: Tem que 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 em falta</string>
    <string name="bad_config_reason_missing_section">Secçã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">Secção desconhecida</string>
    <string name="bad_config_reason_value_out_of_range">Valor fora do intervalo</string>
    <string name="bad_extension_error">O ficheiro tem que ser do tipo .conf ou .zip</string>
    <string name="cancel">Cancelar</string>
    <string name="config_delete_error">Não é possível apagar arquivo de configuração %s</string>
    <string name="config_exists_error">A configuração para \"%s\"  existe</string>
    <string name="config_file_exists_error">O ficheiro de configuração \"%s\"  existe</string>
    <string name="config_not_found_error">O ficheiro de configuração \"%s\" não foi encontrado</string>
    <string name="config_rename_error">Não foi possível renomear o ficheiro de configuração “%s\"</string>
    <string name="config_save_error">Não foi possível guardar a configuração para “%1$s”: %2$s</string>
    <string name="config_save_success">A configuração para \"%s\" foi guardada com sucesso</string>
    <string name="create_activity_title">Criar túnel WireGuard</string>
    <string name="create_bin_dir_error">Não foi possível criar diretoria de binários local</string>
    <string name="create_downloads_file_error">Não foi possível criar diretoria de downloads local</string>
    <string name="create_empty">Criar do zero</string>
    <string name="create_from_file">Importar de ficheiro ou arquivo</string>
    <string name="create_from_qr_code">Digitalizar a partir de código QR</string>
    <string name="create_output_dir_error">Não foi possível criar diretoria de saída</string>
    <string name="create_temp_dir_error">Não foi possível criar diretoria local temporária</string>
    <string name="create_tunnel">Criar túnel</string>
    <string name="copied_to_clipboard">%s copiado para a área de transferências</string>
    <string name="dark_theme_summary_off">Atualmente a usar tema claro (dia)</string>
    <string name="dark_theme_summary_on">Atualmente a usar tema escuro (noite)</string>
    <string name="dark_theme_title">Usar tema escuro</string>
    <string name="delete">Eliminar</string>
    <string name="tv_delete">Selecione o túnel para apagar</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 gestão de ficheiros para procurar arquivos</string>
    <string name="tv_add_tunnel_get_started">Adicionar um túnel para começar</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 de DNS</string>
    <string name="edit">Editar</string>
    <string name="endpoint">Endpoint</string>
    <string name="error_down">Erro ao fechar túnel: %s</string>
    <string name="error_fetching_apps">Erro ao obter lista de aplicações: %s</string>
    <string name="error_root">Por favor, obtenha acesso root e tente novamente</string>
    <string name="error_up">Erro ao abrir túnel: %s</string>
    <string name="exclude_private_ips">Excluir IPs privados</string>
    <string name="generate_new_private_key">Gerar 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 túnel: %s</string>
    <string name="import_from_qr_code">Importar Túnel a partir de Código QR</string>
    <string name="import_success">“%s” Importado</string>
    <string name="interface_title">Interface</string>
    <string name="key_contents_error">Caracteres inválidos na chave</string>
    <string name="key_length_error">Tamanho de chave incorreto</string>
    <string name="key_length_explanation_base64">: Chaves base64 do WireGuard têm que ter 44 caracteres (32 bytes)</string>
    <string name="key_length_explanation_binary">: Chaves de WireGuard têm que ter 32 bytes</string>
    <string name="key_length_explanation_hex">: Chaves hexadecimais do WireGuard têm que ter 64 caracteres (32 bytes)</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">Guardado em “%s”</string>
    <string name="log_export_title">Exportar ficheiro de log</string>
    <string name="log_saver_activity_label">Guardar log</string>
    <string name="log_viewer_pref_summary">Logs podem ajudar na depuração</string>
    <string name="log_viewer_pref_title">Ver log da aplicação</string>
    <string name="log_viewer_title">Log</string>
    <string name="logcat_error">Não foi possível executar o logcat: </string>
    <string name="module_enabler_disabled_summary">O módulo experimental de kernel 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">Desabilitar módulo backend do kernel</string>
    <string name="module_installer_error">Ocorreu um erro. Por favor, 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">Transferir e instalar módulo de kernel</string>
    <string name="module_installer_working">A transferir e instalar…</string>
    <string name="module_version_error">Não foi possível determinar a versão do módulo de kernel</string>
    <string name="mtu">MTU</string>
    <string name="multiple_tunnels_summary_off">Ativar um túnel irá desativar todos os outros</string>
    <string name="multiple_tunnels_summary_on">Vários túneis podem ser ativados simultaneamente</string>
    <string name="multiple_tunnels_title">Permitir vários túneis em simultâneo</string>
    <string name="name">Nome</string>
    <string name="no_config_error">A tentar abrir um túnel sem configuração</string>
    <string name="no_configs_error">Nenhuma configuração encontrada</string>
    <string name="no_tunnels_error">Não existem túneis</string>
    <string name="parse_error_generic">texto</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 de IP</string>
    <string name="parse_error_integer">número</string>
    <string name="parse_error_reason">Não foi possível analisar %1$s “%2$s”</string>
    <string name="peer"></string>
    <string name="permission_description">controlar túneis WireGuard, ativando e desativando túneis a vontade, potencialmente desviando o tráfego na Internet</string>
    <string name="permission_label">controlar túneis 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="restore_on_boot_summary_off">Não abrirá túneis ativos durante o arranque</string>
    <string name="restore_on_boot_summary_on">Abrirá túneis ativos durante o arranque</string>
    <string name="restore_on_boot_title">Restaurar no arranque</string>
    <string name="save">Guardar</string>
    <string name="select_all">Selecionar tudo</string>
    <string name="settings">Definições</string>
    <string name="shell_exit_status_read_error">A shell não pôde ler o estado de saída</string>
    <string name="shell_marker_count_error">A shell esperava 4 marcadores, recebeu %d</string>
    <string name="shell_start_error">A shell falhou ao iniciar: %d</string>
    <string name="success_application_will_restart">Sucesso. A aplicação irá reiniciar…</string>
    <string name="toggle_all">Ativar/Desativar todos</string>
    <string name="toggle_error">Erro ao alterar o túnel 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 as 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 módulo Magisk</string>
    <string name="tools_installer_initial_system">Instalar ferramentas opcionais para scripting na partição de sistema</string>
    <string name="tools_installer_success_magisk">wg e wg-quick instalados como módulo Magisk (requer reinicialização)</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">A instalar wg e wg-quick</string>
    <string name="tools_unavailable_error">Ferramentas necessárias não disponíveis</string>
    <string name="transfer">Transferência</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 dispositivo tun</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">O túnel “%s”  existe</string>
    <string name="tunnel_error_invalid_name">Nome inválido</string>
    <string name="tunnel_list_placeholder">Adicionar um túnel com o botão azul</string>
    <string name="tunnel_name">Nome do túnel</string>
    <string name="tunnel_on_error">Não foi possível ligar o túnel (wgTurnOn retornou %d)</string>
    <string name="tunnel_rename_error">Não foi possível renomear o túnel: %s</string>
    <string name="tunnel_rename_success">Túnel renomeado com sucesso para “%s”</string>
    <string name="type_name_go_userspace">Go userspace</string>
    <string name="type_name_kernel_module">Módulo de kernel</string>
    <string name="unknown_error">Erro desconhecido</string>
    <string name="version_summary_checking">A verificar versão de 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 VPN não foi autorizado pelo utilizador</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">Guardado em “%s”</string>
    <string name="zip_export_summary">O arquivo Zip será guardado 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>