diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-02-26 05:57:43 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-26 00:27:43 +0000 |
commit | ccf2e835ef436817f42bab1df2b3a0c1d9f2c0ec (patch) | |
tree | 94e08b07999c3170685b288d716861cb09af0acd /app/src/main/res/values-pt-rBR | |
parent | 298c19307b68da9127328b0058c16747a2b7069e (diff) |
Sync localisations from Crowdin (#2392)
strings: sync with crowdin
Co-authored-by: GitHub Actions <noreply@github.com>
Diffstat (limited to 'app/src/main/res/values-pt-rBR')
-rw-r--r-- | app/src/main/res/values-pt-rBR/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 4f238208..fa453a6a 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -270,6 +270,7 @@ <string name="add_otp">Adicionar OTP</string> <string name="otp_import_success">Configuração TOTP importada com sucesso</string> <string name="otp_import_failure_generic">Falha ao importar a configuração TOTP</string> + <string name="otp_import_failure_no_selection">Nenhum arquivo de imagem foi selecionado</string> <string name="exporting_passwords">Exportando senhas…</string> <string name="invalid_gpg_id">Encontrado .gpg-id, mas contém um ID de chave, fingerprint ou ID de usuário inválidos</string> <string name="invalid_filename_text">Nome do arquivo não deve conter \'/\', defina o diretório acima</string> @@ -307,6 +308,7 @@ <string name="git_scheme_disallowed_title">Usa o protocolo git:// não é recomendado</string> <string name="git_scheme_disallowed_message">O protocolo git fornecido pelo git-daemon não produz qualquer encriptação de transporte e não é adequado para operações seguras.</string> <!-- Proxy configuration activity --> + <string name="activity_proxy_label">Configurações de proxy</string> <string name="proxy_hostname">Nome do Host de proxy</string> <string name="port">Porta</string> <string name="pref_edit_proxy_settings">Configurações de proxy HTTP(S)</string> |