]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-pt-rBR/strings.xml
Migrate five classes to Kotlin. https://redmine.stoutner.com/issues/950
[PrivacyBrowserAndroid.git] / app / src / main / res / values-pt-rBR / strings.xml
index ba7d7c15ed376aebfbe922135bcc1c47bd739fcf..fc55bb85c5cfaccca253cc7aef73ee82b55c740c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2015-2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2015-2023 Soren Stoutner <soren@stoutner.com>.
 
   Translation 2020-2022 Thiago Nazareno Conceição Silva de Jesus <mochileiro2006-trilhas@yahoo.com.br>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
         <string name="add_to_home_screen">Adicionar à tela inicial</string>
         <string name="view_source">Ver fonte</string>
     <string name="share">Compartilhar</string>
+        <string name="share_message">Compartilhar mensagem</string>
         <string name="share_url">Compartilhar URL</string>
         <string name="open_with_app">Abrir com aplicativo</string>
         <string name="open_with_browser">Abrir com navegador</string>
     <string name="file_is_mht">Este é um arquivo MHT da web.</string>
     <string name="mht_checkbox_explanation">Às vezes, os arquivos da web MIME Encapsulated HTML (MHT) precisam ser especificados manualmente para serem abertos corretamente.</string>
 
-    <!-- Save Dialog.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
+    <!-- Save Dialog.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.  `%%` writes a literal `%`.
         The `%*$s` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
     <string name="save_url">Salvar URL</string>
     <string name="save_archive">Salvar Arquivo</string>
     <string name="bytes">bytes</string>
     <string name="unknown_size">tamanho desconhecido</string>
     <string name="invalid_url">URL inválida</string>
-    <string name="saving_file">Salvando file:</string>
-    <string name="processing_image">Processando imagem… :</string>
+    <string name="saving_file">Salvando file: \u0020 %1$d%% - %2$s</string>
+    <string name="saving_file_progress">Salvando file: \u0020 %1$s bytes - %2$s</string>
+    <string name="saving_file_percentage_progress">Salvando file: \u0020 %1$d%% - %2$s bytes / %3$s bytes - %4$s</string>
+    <string name="processing_image">Processando imagem: \u0020 %1$s</string>
     <string name="error_saving_file">Erro ao salvar %1$s: \u0020 %2$s</string>
     <string name="unknown_error">Erro desconhecido</string>
 
         <string name="default_label">Padrão</string>
         <string name="default_allowed">Padrão - Permitido</string>
         <string name="allowed">Permitido</string>
-        <string name="allowed_plural">Permitido</string>
+        <string name="request_allowed">%1$d. Permitido</string>
+        <string name="allowed_plural">Permitidos</string>
         <string name="third_party_plural">Terceiros</string>
-        <string name="third_party_blocked">Terceiros - Bloqueados</string>
+        <string name="third_party_blocked">Terceiros - Bloqueado</string>
         <string name="blocked">Bloqueado</string>
+        <string name="request_blocked">%1$d. Bloqueado</string>
         <string name="blocked_plural">Bloqueados</string>
     <string name="blocklist">Lista de bloqueios</string>
         <string name="sublist">Sublista</string>
         <string name="saved_ip_addresses">Endereços IP salvos</string>
         <string name="current_ip_addresses">Endereços IP atuais</string>
 
-    <!-- Import/Export. -->
+    <!-- Import/Export.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
+      The `%1$s` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
     <string name="encryption">Encriptação</string>
     <string-array name="encryption_type">
         <item>Nenhum</item>
     <string name="import_button">Importar</string>  <!-- `import` is a reserved word and cannot be used as the name. -->
     <string name="decrypt">Descriptografar</string>
     <string name="export_successful">Exportação bem sucedida.</string>
-    <string name="export_failed">A exportação falhou:</string>
-    <string name="import_failed">A importação falhou:</string>
+    <string name="export_failed">A exportação falhou: \u0020 %1$s</string>
+    <string name="import_failed">A importação falhou: \u0020 %1$s</string>
 
     <!-- Logcat.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
         The `%1$s` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->