Translate title back to English (#24833)

- Translate title back to English because it sounds better than using in plain Portuguese. I think is best using the original title (React Native) instead of the translated one.
-I also think the name "props" shouldn't be translated either, but I left this untouched.
This commit is contained in:
Pablo Satler
2019-08-14 19:38:00 -03:00
committed by Randell Dawson
parent aff357387e
commit a087c4df31

View File

@ -2,7 +2,7 @@
title: Props
localeTitle: Adereços
---
## Reagir Nativo - Adereços
## React Native - Adereços
O termo props, abreviação de 'properties', significa algum tipo de dado que é passado de um componente para outro. Adereços sempre fluem para baixo a partir do componente pai para o filho.