Automatic translation import

Change-Id: Ibd246d935ef5a5013b7266c79cd6d8a3a30417b8
This commit is contained in:
LineageOS Infra
2025-01-15 20:54:49 +00:00
parent 8a7af5a974
commit 4796ff52f4
2 changed files with 12 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
<string name="lineage_api_level">Nível de API do sistema</string>
<string name="lineage_updates">Atualizações do sistema</string>
<string name="lineage_version">Versão do sistema</string>
<string name="lineage_vendor_security_patch">Nível da atualização de segurança do fabricante</string>
<string name="lineage_vendor_security_patch">Nível de atualização de segurança da fabricante</string>
<string name="unknown">Desconhecido</string>
<string name="app_killed_message">App encerrado</string>
<string name="kilobitspersecond_short">kb/s</string>
@@ -69,9 +69,9 @@
<string name="permdesc_trustInterface">Permite que um app mostre avisos e sugestões do Agente de Confiança</string>
<string name="trust_notification_channel">Alertas do Agente de Confiança</string>
<string name="trust_notification_title_security">Confiar na \u2022 segurança do Sistema</string>
<string name="trust_notification_content_selinux">O SELinux não está no modo Impondo. Sua segurança torna-se fragilizada</string>
<string name="trust_notification_content_selinux">O SELinux não está sendo aplicado, sua segurança foi enfraquecida.</string>
<string name="trust_notification_content_keys">Esta compilação foi assinada com chaves públicas</string>
<string name="trust_notification_title_onboarding">Desvendar o Agente de Confiança</string>
<string name="trust_notification_title_onboarding">Descubra o Agente de Confiança</string>
<string name="trust_notification_content_onboarding">Saiba como garantir a segurança de seu dispositivo</string>
<string name="trust_notification_action_manage">Gerenciar alertas</string>
<string name="charging_control_notification_channel">Controle de carregamento</string>

View File

@@ -62,6 +62,8 @@
<string name="megabitspersecond_short">Mb/s</string>
<string name="kilobytespersecond_short">kB/s</string>
<string name="megabytespersecond_short">MB/s</string>
<string name="kilobytespersecond_compact">k</string>
<string name="megabytespersecond_compact">M</string>
<string name="trust_feature_name">Trust</string>
<string name="permlab_trustInterface">aceder à interface Trust</string>
<string name="permdesc_trustInterface">Permite que uma aplicação mostre avisos e sugestões da interface Trust</string>
@@ -72,4 +74,11 @@
<string name="trust_notification_title_onboarding">Descoberta Trust</string>
<string name="trust_notification_content_onboarding">Fique a saber como garantir que o seu dispositivo é seguro</string>
<string name="trust_notification_action_manage">Gerir alertas</string>
<string name="charging_control_notification_channel">Controlo de carregamento</string>
<string name="charging_control_notification_title">Controlo de carregamento</string>
<string name="charging_control_notification_cancel_once">Cancelar</string>
<string name="charging_control_notification_content_limit">A bateria será carregada até %1$d%%</string>
<string name="charging_control_notification_content_limit_reached">A bateria foi carregada até %1$d%%</string>
<string name="charging_control_notification_content_target">A bateria estará totalmente carregada às %s</string>
<string name="charging_control_notification_content_target_reached">A bateria está carregada</string>
</resources>