]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-pt-rBR/strings.xml
Use Kotlin string templates in About Version. https://redmine.stoutner.com/issues/778
[PrivacyBrowserAndroid.git] / app / src / main / res / values-pt-rBR / strings.xml
index f6fc08c21b9158ce7a9cbe894c79a0818018cb68..387aed8e8c046170303b108ba48b323cbdf14668 100644 (file)
     <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>
 
     <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. -->
+    <!-- Save Dialog.  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="save_url">Salvar URL</string>
     <string name="save_archive">Salvar Arquivo</string>
     <string name="save_text">Salvar Texto</string>
     <string name="save_url">Salvar URL</string>
     <string name="save_archive">Salvar Arquivo</string>
     <string name="save_text">Salvar Texto</string>
     <string name="file_saved">Arquivo Salvo:</string>
     <string name="processing_image">Processando imagem… :</string>
     <string name="image_saved">Image saved:</string>
     <string name="file_saved">Arquivo Salvo:</string>
     <string name="processing_image">Processando imagem… :</string>
     <string name="image_saved">Image saved:</string>
-    <string name="error_saving_file">Erro ao salvar o arquivo:</string>
+    <string name="error_saving_file">Erro ao salvar o arquivo: \u0020 %1$s</string>
 
     <!-- View Source. -->
     <string name="request_headers">Solicitar cabeçalhos</string>
 
     <!-- View Source. -->
     <string name="request_headers">Solicitar cabeçalhos</string>
     <string name="import_failed">A importação falhou:</string>
 
     <!-- Logcat.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
     <string name="import_failed">A importação falhou:</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.-->
+        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="copy_string">Cópia</string>
     <string name="clear">Limpar</string>
     <string name="logcat_copied">Logcat copiado.</string>
     <string name="copy_string">Cópia</string>
     <string name="clear">Limpar</string>
     <string name="logcat_copied">Logcat copiado.</string>
     <string name="waiting_for_orbot">Esperando que o Orbot se conecte.</string>
     <string name="custom_proxy_invalid">O URL do proxy personalizado é inválido.</string>
 
     <string name="waiting_for_orbot">Esperando que o Orbot se conecte.</string>
     <string name="custom_proxy_invalid">O URL do proxy personalizado é inválido.</string>
 
-    <!-- About Activity.  The `%1$s` code inserts variables into the displayed text and should be preserved in translation. -->
+    <!-- About Activity.  The `%*$*` code inserts variables into the displayed text and should be preserved in translation. <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
     <string name="about_privacy_browser">Sobre o Privacy Browser</string>
     <string name="version">Versão</string>
     <string name="about_privacy_browser">Sobre o Privacy Browser</string>
     <string name="version">Versão</string>
-        <string name="version_code">Código da Versão</string>
+        <string name="version_code">Versão %1$s (Código da Versão %2$d)</string>
         <string name="hardware">Hardware</string>
             <string name="brand">Marca:</string>
             <string name="manufacturer">Fabricante:</string>
         <string name="hardware">Hardware</string>
             <string name="brand">Marca:</string>
             <string name="manufacturer">Fabricante:</string>
             <string name="radio">Rádio:</string>
         <string name="software">Software</string>
             <string name="android">Android:</string>
             <string name="radio">Rádio:</string>
         <string name="software">Software</string>
             <string name="android">Android:</string>
-            <string name="api">API</string>
+            <string name="api">%1$s (API %2$d)</string>
             <string name="security_patch">Patch de segurança:</string>
             <string name="build">Build:</string>
             <string name="kernel">Kernel:</string>
             <string name="security_patch">Patch de segurança:</string>
             <string name="build">Build:</string>
             <string name="kernel">Kernel:</string>