Skip to content

Commit 5ba1a19

Browse files
committed
feature #182 Add pt_BR translations for flash messages (davialexandre)
This PR was merged into the master branch. Discussion ---------- Add pt_BR translations for flash messages Commits ------- 1dde0f8 Add pt_BR translations for flash messages
2 parents 16d31d3 + 1dde0f8 commit 5ba1a19

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/Resources/translations/messages.pt_BR.xliff

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,18 @@
199199
<source>post.no_posts_found</source>
200200
<target>Nenhum post encontrado.</target>
201201
</trans-unit>
202+
<trans-unit id="post.created_successfully">
203+
<source>post.created_successfully</source>
204+
<target>Post criado com sucesso!</target>
205+
</trans-unit>
206+
<trans-unit id="post.updated_successfully">
207+
<source>post.updated_successfully</source>
208+
<target>Post atualizado com sucesso!</target>
209+
</trans-unit>
210+
<trans-unit id="post.deleted_successfully">
211+
<source>post.deleted_successfully</source>
212+
<target>Post excluído com sucesso!</target>
213+
</trans-unit>
202214

203215
<trans-unit id="help.app_description">
204216
<source>help.app_description</source>

0 commit comments

Comments
 (0)