diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-06 06:01:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 00:31:18 +0000 |
commit | c407d04ec7b0fca62753931634d0ff9e1e3c426e (patch) | |
tree | 498311e271466ff3d1fd064a1e537f1d34c472b5 /app | |
parent | 0b2f4525790de7e829917b73e34ee87ed2e5d743 (diff) |
Sync localisations from Crowdin (#2228)
strings: sync with crowdin
Co-authored-by: GitHub Actions <noreply@github.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/values-pt-rBR/strings.xml | 4 |
1 files changed, 4 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 847a89cd..ece25d18 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -112,6 +112,9 @@ <string name="pref_rebase_on_pull_title">Rebasear em pull</string> <string name="pref_rebase_on_pull_summary">Ao realizar um pull ou sincronizar, crie um merge commit com as alterações do upstream</string> <string name="pref_rebase_on_pull_summary_on">Ao realizar um pull ou sincronizar, rebase commits que não estão presentes no repositório remoto</string> + <string name="pref_import_pgp_key_title">Importar chave PGP</string> + <string name="pref_pgp_key_manager_title">Gerenciador de Chaves</string> + <string name="pref_pgp_ascii_armor_title">Criptografar no modo de proteção ASCII</string> <!-- PasswordGenerator fragment --> <string name="pwgen_title">Gerar Senha</string> <string name="pwgen_generate">Gerar</string> @@ -268,6 +271,7 @@ <string name="otp_import_success">Configuração TOTP importada com sucesso</string> <string name="otp_import_failure">Falha ao importar a configuração TOTP</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> <string name="directory_hint">Diretório</string> <string name="new_folder_set_gpg_key">Definir chave GPG para diretório</string> |