summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/pt.json
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-03-02 12:08:55 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-03 08:47:52 -0500
commit366bc4fd575cca2d5b1a48a6f05008d1fdcd4b87 (patch)
treeea0d53602d154a54e0ee13c33c1f84de1e1fd5da /web/static/i18n/pt.json
parenta92b51935e172f4e4fc7af83f410a071d0590f90 (diff)
downloadchat-366bc4fd575cca2d5b1a48a6f05008d1fdcd4b87.tar.gz
chat-366bc4fd575cca2d5b1a48a6f05008d1fdcd4b87.tar.bz2
chat-366bc4fd575cca2d5b1a48a6f05008d1fdcd4b87.zip
Fixed '0 of X users' in FilteredUserList and cleaned up pluralization of 'member'
Diffstat (limited to 'web/static/i18n/pt.json')
-rw-r--r--web/static/i18n/pt.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/static/i18n/pt.json b/web/static/i18n/pt.json
index 0ae0ddbe5..6c56526b3 100644
--- a/web/static/i18n/pt.json
+++ b/web/static/i18n/pt.json
@@ -666,8 +666,8 @@
"file_upload.filesAbove": "Arquivos acima {max}MB não podem ser enviados: {filenames}",
"file_upload.limited": "Limite máximo de uploads de {count} arquivos. Por favor use um post adicional para mais arquivos.",
"file_upload.pasted": "Imagem Colada em ",
- "filtered_user_list.count": "{count} {member}",
- "filtered_user_list.countTotal": "{count} {member} de {total} Total",
+ "filtered_user_list.count": "{count, number} {count, plural, one {Mensagem} other {Mensagems}}",
+ "filtered_user_list.countTotal": "{count, number} {count, plural, one {Mensagem} other {Mensagems}} de {total} Total",
"filtered_user_list.message": "Mensagem",
"filtered_user_list.search": "Procurar membros",
"find_team.email": "E-mail",