summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/es.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/es.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/es.json')
-rw-r--r--web/static/i18n/es.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json
index 5b44b051e..10a389438 100644
--- a/web/static/i18n/es.json
+++ b/web/static/i18n/es.json
@@ -666,8 +666,8 @@
"file_upload.filesAbove": "No se pueden subir archivos de más de {max}MB: {filenames}",
"file_upload.limited": "Se pueden subir un máximo de {count} archivos. Por favor envía otros mensajes para adjuntar más archivos.",
"file_upload.pasted": "Imagen Pegada el ",
- "filtered_user_list.count": "{count} {member}",
- "filtered_user_list.countTotal": "{count} {member} de {total} Total",
+ "filtered_user_list.count": "{count, number} {count, plural, one {Miembro} other {Miembros}}",
+ "filtered_user_list.countTotal": "{count, number} {count, plural, one {Miembro} other {Miembros}} de {total} Total",
"filtered_user_list.member": "Miembro",
"filtered_user_list.search": "Buscar miembros",
"find_team.email": "Correo electrónico",