diff options
Diffstat (limited to 'app/src/main/res/values-pt-rBR')
-rw-r--r-- | app/src/main/res/values-pt-rBR/strings.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values-pt-rBR/strings_pref_security.xml | 7 | ||||
-rw-r--r-- | app/src/main/res/values-pt-rBR/strings_preferences.xml | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 86f0bd4a..5f71b2e0 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -47,6 +47,8 @@ <string name="options">Opções</string> <string name="tab_customizer_instructions">Mantenha pressionado e arraste para reorganizar os ícones superiores.</string> <string name="no_new_notifications">Nenhuma nova notificação encontrada</string> + <!--Biometrics--> + <string name="biometrics_prompt_title">Autenticar o Frost</string> <string name="today">Hoje</string> <string name="yesterday">Ontem</string> <!-- @@ -58,7 +60,5 @@ The first element is the day, and the second element is the time --> <string name="time_template">%1$s às %2$s</string> - <string name="disclaimer">Aviso Legal</string> - </resources> diff --git a/app/src/main/res/values-pt-rBR/strings_pref_security.xml b/app/src/main/res/values-pt-rBR/strings_pref_security.xml new file mode 100644 index 00000000..3e8ca90e --- /dev/null +++ b/app/src/main/res/values-pt-rBR/strings_pref_security.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="security_disclaimer_info">Preferências de segurança ajudam a proteger o acesso ao Frost da interface de usuário. No entanto, note que os dados locais não estão criptografados e ainda podem ser acessados por usuários com root.</string> + <string name="enable_biometrics">Habilitar biometria</string> + <string name="enable_biometrics_desc">Exigir autenticação biométrica após inatividade</string> +</resources> diff --git a/app/src/main/res/values-pt-rBR/strings_preferences.xml b/app/src/main/res/values-pt-rBR/strings_preferences.xml index b1c3b291..f1cf2245 100644 --- a/app/src/main/res/values-pt-rBR/strings_preferences.xml +++ b/app/src/main/res/values-pt-rBR/strings_preferences.xml @@ -8,6 +8,8 @@ <string name="newsfeed_desc">Definir quais itens aparecem no Feed de Notícias</string> <string name="behaviour">Comportamento</string> <string name="behaviour_desc">Definir como o aplicativo interage em determinadas configurações</string> + <string name="security">Segurança</string> + <string name="security_desc">Tela de bloqueio, biometria, etc</string> <string name="network">Rede</string> <string name="network_desc">Definir opções que afetam planos de dados</string> <string name="experimental">Experimental</string> |