Skip to content

Commit

Permalink
fix: Fix Portuguese (Brazilian) translations
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Jul 7, 2020
1 parent d1f7f65 commit 178fb12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions messages/pt.json
Expand Up @@ -5,7 +5,7 @@
},
"AppContainer.EditHeader.discardContent": {
"description": "Button on dialog to close without saving",
"message": "Excluir sem salvar"
"message": "Excluir observação"
},
"AppContainer.EditHeader.discardTitle": {
"description": "Title of dialog that shows when closing an observation without saving",
Expand Down Expand Up @@ -206,7 +206,7 @@
},
"screens.ObservationsList.ObservationsEmptyView.backButton": {
"description": "Back button on observation list screen when no observations are yet recorded",
"message": "Ir para o mapa"
"message": "Ir para mapa"
},
"screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": {
"description": "Description of observation list view when the user has not yet recorded observations",
Expand Down Expand Up @@ -234,11 +234,11 @@
},
"screens.ServerStatus.errorTitle": {
"description": "Title of message when there the Mapeo Core server crashes",
"message": "Que pena, algo está quebrado no banco de dados do Mapeo."
"message": "Que pena, algo está quebrado na base de dados do Mapeo."
},
"screens.ServerStatus.timeoutDesc": {
"description": "Description when the server has not responded for 10 seconds",
"message": "Se essa mensagem persistir pode ser necessário forçar o reinício do Mapeo"
"message": "Se essa mensagem persistir, pode ser necessário forçar o reinício do Mapeo"
},
"screens.ServerStatus.timeoutTitle": {
"description": "Title of message when the server has not responded for 10 seconds",
Expand Down Expand Up @@ -314,7 +314,7 @@
},
"screens.SyncModal.SyncView.searchingDesc": {
"description": "Description shown whilst searcing for sync peers",
"message": "Verifique se os outros dispositivos estão ligados e conectados à mesma rede Wi-Fi"
"message": "Verifique que os outros dispositivos estão ligados e conectados à mesma rede Wi-Fi"
},
"screens.SyncModal.SyncView.searchingTitle": {
"description": "Title of message shown while looking for sync peers",
Expand Down Expand Up @@ -346,7 +346,7 @@
},
"screens.SyncModal.errorVersionUsBadDesc": {
"description": "Content of error alert when trying to sync with an incompatible newer version of Mapeo",
"message": "{deviceName} tem uma versão mais nova do Mapeo. Você tem que actualizar sua versão do Mapeo para poder sincronizar com {deviceName}."
"message": "{deviceName} tem uma versão mais nova do Mapeo. Você tem que atualizar sua versão do Mapeo para poder sincronizar com {deviceName}."
},
"screens.SyncModal.errorVersionUsBadTitle": {
"description": "Title of error alert when trying to sync with an incompatible newer version of Mapeo",
Expand Down

0 comments on commit 178fb12

Please sign in to comment.