From 3d03bdf2f1af5385c2150544977fbba89650b1ee Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Tue, 2 Feb 2016 08:41:02 -0500 Subject: Added extra system-wide statistics for EE --- i18n/en.json | 8 ++++++++ i18n/es.json | 8 ++++++++ 2 files changed, 16 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index c6d705819..b1848e163 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3047,6 +3047,14 @@ "id": "store.sql_webhooks.update_outgoing.app_error", "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 @@ -3047,6 +3047,14 @@ "id": "store.sql_webhooks.update_outgoing.app_error", "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}}" -- cgit v1.2.3-1-g7c22