Browse Source

Pontoon: Update Portuguese (Brazil) (pt-BR) localization of Test Pilot: Firefox Send

Localization authors:
- Maykon Chagas <mchagas@riseup.net>
- Luiz Carlos de Morais <lcom_flip@hotmail.com>
- dgadelha <dgadelha@live.com>
- xxx <fxhelp@yahoo.com>
- Cynthia Pereira <cynthiacpereira@gmail.com>
Maykon Chagas 6 years ago
parent
commit
32074a9bab
1 changed files with 4 additions and 2 deletions
  1. 4 2
      public/locales/pt-BR/send.ftl

+ 4 - 2
public/locales/pt-BR/send.ftl

@@ -26,11 +26,13 @@ uploadSuccessConfirmHeader = Pronto para enviar
 uploadSvgAlt = Enviado
 uploadSuccessTimingHeader = O link para o seu arquivo expirará após 1 download ou em 24 horas.
 expireInfo = O link para o seu arquivo expirará após { $downloadCount } ou { $timepan }.
-downloadCount = { $num ->
+downloadCount =
+    { $num ->
         [one] 1 download
        *[other] { $num } downloads
     }
-timespanHours = { $num ->
+timespanHours =
+    { $num ->
         [one] 1 hora
        *[other] { $num } horas
     }