summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-02-02 08:41:02 -0500
committerJoramWilander <jwawilander@gmail.com>2016-02-02 08:41:02 -0500
commit3d03bdf2f1af5385c2150544977fbba89650b1ee (patch)
tree77936a01b35e91bfb4126f5a9f4c5a4660130ae4 /i18n
parentf28486c4553f7f4bccf7bf69153c2f12699705f9 (diff)
downloadchat-3d03bdf2f1af5385c2150544977fbba89650b1ee.tar.gz
chat-3d03bdf2f1af5385c2150544977fbba89650b1ee.tar.bz2
chat-3d03bdf2f1af5385c2150544977fbba89650b1ee.zip
Added extra system-wide statistics for EE
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
-rw-r--r--i18n/es.json8
2 files changed, 16 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index c6d705819..b1848e163 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3048,6 +3048,14 @@
"translation": "We couldn't update the 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 decoding config file={{.Filename}}, err={{.Error}}"
},
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}}"
},