Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (236 of 236 strings)

Translation: Lemmy/lemmy
Translate-URL: http://weblate.yerbamate.dev/projects/lemmy/lemmy/pt_BR/
This commit is contained in:
olivia maia 2020-03-17 01:06:47 +00:00 committed by Weblate
parent cc8144ac3c
commit 2f59a8027e
1 changed files with 5 additions and 1 deletions

View File

@ -239,5 +239,9 @@
"upvote": "Voto positivo",
"downvote": "Voto negativo",
"block_leaving": "Tem certeza que quer sair?",
"sorting_help": "ajuda sobre ordenação"
"sorting_help": "ajuda sobre ordenação",
"number_of_upvotes": "{{count}} voto positivo",
"number_of_upvotes_plural": "{{count}} votos positivos",
"number_of_downvotes": "{{count}} voto negativo",
"number_of_downvotes_plural": "{{count}} votos negativos"
}