summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 4e213d446..5d27af7f1 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2404,8 +2404,12 @@
"translation": "Bad verify email link."
},
{
+ "id": "api.web_hub.start.starting.debug",
+ "translation": "Starting %v websocket hubs"
+ },
+ {
"id": "api.web_hub.start.stopping.debug",
- "translation": "stopping %v connections"
+ "translation": "stopping websocket hub connections"
},
{
"id": "api.web_socket.connect.error",
@@ -4628,6 +4632,10 @@
"translation": "We couldn't get the team member"
},
{
+ "id": "store.sql_team.get_members_by_ids.app_error",
+ "translation": "We couldn't get the team members"
+ },
+ {
"id": "store.sql_team.get_member.missing.app_error",
"translation": "No team member found for that user id and team id"
},
@@ -4636,6 +4644,10 @@
"translation": "We couldn't get the team members"
},
{
+ "id": "store.sql_team.get_member_count.app_error",
+ "translation": "We couldn't count the team members"
+ },
+ {
"id": "store.sql_team.get_teams_for_email.app_error",
"translation": "We encountered a problem when looking up teams"
},
@@ -4724,6 +4736,10 @@
"translation": "We encountered an error while finding user profiles"
},
{
+ "id": "store.sql_user.get_recently_active_users.app_error",
+ "translation": "We encountered an error while finding the recently active users"
+ },
+ {
"id": "store.sql_user.get_sysadmin_profiles.app_error",
"translation": "We encountered an error while finding user profiles"
},