فهرست منبع

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'
       hasCheckedFormat: '{checked}/{total} selecionados'
     },
     },
     image: {
     image: {
-      error: 'FAILED' // to be translated
+      error: 'Erro ao carregar imagem'
     },
     },
     pageHeader: {
     pageHeader: {
-      title: 'Back' // to be translated
+      title: 'Voltar'
     }
     }
   }
   }
 };
 };