summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorDavid Lu <david.lu97@outlook.com>2016-09-06 18:51:27 -0400
committerenahum <nahumhbl@gmail.com>2016-09-06 19:51:27 -0300
commit51501f920c092791c7d83ac7067874547a37c96a (patch)
tree8665cdc82c4fa99ba5c2b6743c66e0912fd53ddb /i18n/en.json
parent47d77d258961f95f4348b4745da062c08731b283 (diff)
downloadchat-51501f920c092791c7d83ac7067874547a37c96a.tar.gz
chat-51501f920c092791c7d83ac7067874547a37c96a.tar.bz2
chat-51501f920c092791c7d83ac7067874547a37c96a.zip
PLT-3753 Added Segment analytics (#3972)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index af0500f3e..de69a0b29 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -88,6 +88,10 @@
"translation": "Attempting to recycle the database connection"
},
{
+ "id": "utils.diagnostic.analytics_not_found.app_error",
+ "translation": "Analytics not initialized"
+ },
+ {
"id": "api.admin.remove_certificate.delete.app_error",
"translation": "An error occurred while deleting the certificate. Make sure the file config/{{.Filename}} exists."
},
@@ -4220,6 +4224,10 @@
"translation": "We couldn't count the sessions"
},
{
+ "id": "store.sql_system.get_version.app_error",
+ "translation": "We couldn't get the database version"
+ },
+ {
"id": "store.sql_session.cleanup_expired_sessions.app_error",
"translation": "We encountered an error while deleting expired user sessions"
},