PLT-5070: Server side component of Telemetry. (#5514)

Этот коммит содержится в:
George Goldberg
2017-02-24 17:33:59 +00:00
коммит произвёл GitHub
родитель ba028ed74b
Коммит f182d196ff
13 изменённых файлов: 861 добавлений и 354 удалений

Просмотреть файл

@@ -4483,6 +4483,10 @@
"id": "store.sql_channel.analytics_type_count.app_error",
"translation": "We couldn't get channel type counts"
},
{
"id": "store.sql_channel.analytics_deleted_type_count.app_error",
"translation": "We couldn't get deleted channel type counts"
},
{
"id": "store.sql_channel.check_open_channel_permissions.app_error",
"translation": "We couldn't check the permissions"
@@ -5303,6 +5307,10 @@
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "We couldn't get the unique user count"
},
{
"id": "store.sql_user.analytics_get_system_admin_count.app_error",
"translation": "We couldn't get the system admin count"
},
{
"id": "store.sql_user.get.app_error",
"translation": "We encountered an error finding the account"
@@ -5347,6 +5355,10 @@
"id": "store.sql_user.get_total_users_count.app_error",
"translation": "We could not count the users"
},
{
"id": "store.sql_user.analytics_get_inactive_users_count.app_error",
"translation": "We could not count the inactive users"
},
{
"id": "store.sql_user.get_unread_count.app_error",
"translation": "We could not get the unread message count for the user"