diff options
author | JoramWilander <jwawilander@gmail.com> | 2016-02-02 08:41:02 -0500 |
---|---|---|
committer | JoramWilander <jwawilander@gmail.com> | 2016-02-02 08:41:02 -0500 |
commit | 3d03bdf2f1af5385c2150544977fbba89650b1ee (patch) | |
tree | 77936a01b35e91bfb4126f5a9f4c5a4660130ae4 /i18n/es.json | |
parent | f28486c4553f7f4bccf7bf69153c2f12699705f9 (diff) | |
download | chat-3d03bdf2f1af5385c2150544977fbba89650b1ee.tar.gz chat-3d03bdf2f1af5385c2150544977fbba89650b1ee.tar.bz2 chat-3d03bdf2f1af5385c2150544977fbba89650b1ee.zip |
Added extra system-wide statistics for EE
Diffstat (limited to 'i18n/es.json')
-rw-r--r-- | i18n/es.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/es.json b/i18n/es.json index f0f157474..0928aa0eb 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -3048,6 +3048,14 @@ "translation": "No pudimos actualizar el webhook" }, { + "id": "store.sql_webhooks.analytics_incoming_count.app_error", + "translation": "We couldn't count the incoming webhooks" + }, + { + "id": "store.sql_webhooks.analytics_outgoing_count.app_error", + "translation": "We couldn't count the outgoing webhooks" + }, + { "id": "utils.config.load_config.decoding.panic", "translation": "Error decifrando la configuraciĆ³n del archivo={{.Filename}}, err={{.Error}}" }, |