summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolivia maia <oliviamaia@disroot.org>2020-03-17 01:06:47 +0000
committerWeblate <noreply@weblate.org>2020-03-17 01:06:47 +0000
commit2f59a8027ed7faafcb64f1f07a8e85c48fb3c718 (patch)
tree3ab7bcc8e42d87565f10a23f584d68783f56f672
parentcc8144ac3c24b461e32602cdfadcdc3ddf6d19ab (diff)
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/
-rw-r--r--ui/translations/pt_BR.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/translations/pt_BR.json b/ui/translations/pt_BR.json
index 31725270..a9b36b48 100644
--- a/ui/translations/pt_BR.json
+++ b/ui/translations/pt_BR.json
@@ -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"
}