Skip to content

Commit

Permalink
feature #1005 Update the pt translations (davialexandre)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Update the pt translations

Commits
-------

a045c77 Update the pt translations
  • Loading branch information
javiereguiluz committed Mar 16, 2016
2 parents 4359f98 + a045c77 commit ba81069
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
68 changes: 67 additions & 1 deletion Resources/translations/EasyAdminBundle.pt.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,87 @@
<target><![CDATA[<strong>%start%</strong> - <strong>%end%</strong> de <strong>%results%</strong>]]></target>
</trans-unit>

<!-- labels -->
<trans-unit id="label.true">
<source>label.true</source>
<target>Sim</target>
</trans-unit>
<trans-unit id="label.false">
<source>label.false</source>
<target>Não</target>
</trans-unit>
<trans-unit id="label.empty">
<source>label.empty</source>
<target>Vazio</target>
</trans-unit>
<trans-unit id="label.null">
<source>label.null</source>
<target>Null</target>
</trans-unit>
<trans-unit id="label.nullable_field">
<source>label.nullable_field</source>
<target>Deixar vazio</target>
</trans-unit>
<trans-unit id="label.object">
<source>label.object</source>
<target>Objeto PHP</target>
</trans-unit>
<trans-unit id="label.inaccessible">
<source>label.inaccessible</source>
<target>Inacessível</target>
</trans-unit>
<trans-unit id="label.inaccessible.explanation">
<source>label.inaccessible.explanation</source>
<target>Não existe um método getter para esse campo ou a propriedade não é pública</target>
</trans-unit>

<!-- user -->
<trans-unit id="user.logged_in_as">
<source>user.logged_in_as</source>
<target>Logado como</target>
</trans-unit>
<trans-unit id="user.unnamed">
<source>user.unnamed</source>
<target>Usuário sem nome</target>
</trans-unit>
<trans-unit id="user.anonymous">
<source>user.anonymous</source>
<target>Usuário anônimo</target>
</trans-unit>

<!-- misc. elements -->
<trans-unit id="toggle_navigation">
<source>toggle_navigation</source>
<target>Alternar navegação</target>
</trans-unit>
<trans-unit id="delete_modal.title">
<source>delete_modal.title</source>
<target>Você realmente deseja deletar esse item?</target>
<target>Você realmente deseja excluir esse item?</target>
</trans-unit>
<trans-unit id="delete_modal.content">
<source>delete_modal.content</source>
<target>Não há como desfazer essa operação.</target>
</trans-unit>
<trans-unit id="delete_modal.action">
<source>delete_modal.action</source>
<target>Excluir</target>
</trans-unit>
<trans-unit id="action.add_new_item">
<source>action.add_new_item</source>
<target>Adicionar um novo item</target>
</trans-unit>
<trans-unit id="action.add_another_item">
<source>action.add_another_item</source>
<target>Adicionar outro item</target>
</trans-unit>
<trans-unit id="action.remove_item">
<source>action.remove_item</source>
<target>Remover o item</target>
</trans-unit>
<trans-unit id="errors">
<source>errors</source>
<target>Erro|Erros</target>
</trans-unit>
</body>
</file>
</xliff>
4 changes: 4 additions & 0 deletions Resources/translations/messages.pt.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
<source>action.list</source>
<target>Voltar para a lista</target>
</trans-unit>
<trans-unit id="label.form.empty_value">
<source>label.form.empty_value</source>
<target>Nenhum</target>
</trans-unit>

<!-- forms -->
<trans-unit id="form.label.collections">
Expand Down

0 comments on commit ba81069

Please sign in to comment.