Преглед изворни кода

Update pt-br.js (#15776)

i18n: Updated missing translations of `image.error` and `pageHeader.title`
Giovane Souza пре 6 година
родитељ
комит
b1dd1e8a80
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/locale/lang/pt-br.js

+ 2 - 2
src/locale/lang/pt-br.js

@@ -107,10 +107,10 @@ export default {
       hasCheckedFormat: '{checked}/{total} selecionados'
     },
     image: {
-      error: 'FAILED' // to be translated
+      error: 'Erro ao carregar imagem'
     },
     pageHeader: {
-      title: 'Back' // to be translated
+      title: 'Voltar'
     }
   }
 };