summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-03-11 00:14:55 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-03-17 13:20:17 -0300
commit1f5c8c4e4ebb2e163278f3e62d640f41a2df7294 (patch)
treea659674c9980e23752fc8d9f07eb48014c8bce26 /i18n
parentd383ed2f8dfc320c090b67d9f2e2d111710ca3cf (diff)
downloadchat-1f5c8c4e4ebb2e163278f3e62d640f41a2df7294.tar.gz
chat-1f5c8c4e4ebb2e163278f3e62d640f41a2df7294.tar.bz2
chat-1f5c8c4e4ebb2e163278f3e62d640f41a2df7294.zip
Option to enable full snippets in push notifications
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
-rw-r--r--i18n/es.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 5e7cd2957..25a435580 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3108,6 +3108,10 @@
"translation": "We could not count the users"
},
{
+ "id": "store.sql_user.get_unread_count.app_error",
+ "translation": "We could not get the unread message count for the user"
+ },
+ {
"id": "store.sql_user.missing_account.const",
"translation": "We couldn't find an existing account matching your email address for this team. This team may require an invite from the team owner to join."
},
diff --git a/i18n/es.json b/i18n/es.json
index 894bf0c18..231ebd9fb 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -3108,6 +3108,10 @@
"translation": "No pudimos contar los usuarios"
},
{
+ "id": "store.sql_user.get_unread_count.app_error",
+ "translation": "No pudimos obtener la cantidad de mensajes sin leer del usuario"
+ },
+ {
"id": "store.sql_user.missing_account.const",
"translation": "No pudimos encontrar una cuenta existente que coincida con tu dirección de correo electrónico para este equipo. Es posible que necesites una invitación del dueño del equipo para poder unirte."
},