summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/i18n/en.json b/i18n/en.json
index d91fea61c..ca59d541a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -80,10 +80,6 @@
"translation": "Initializing admin api routes"
},
{
- "id": "api.status.init.debug",
- "translation": "Initializing status api routes"
- },
- {
"id": "api.admin.recycle_db_end.warn",
"translation": "Finished recycling the database connection"
},
@@ -928,10 +924,6 @@
"translation": "{{.Username}} was mentioned, but they did not receive a notification because they do not belong to this channel."
},
{
- "id": "api.post.notification.here.warn",
- "translation": "Unable to send notification to online users with @here, err=%v"
- },
- {
"id": "api.post.create_post.bad_filename.error",
"translation": "Bad filename discarded, filename=%v"
},
@@ -1020,6 +1012,10 @@
"translation": "Failed to update direct channel preference user_id=%v other_user_id=%v err=%v"
},
{
+ "id": "api.post.notification.here.warn",
+ "translation": "Unable to send notification to online users with @here, err=%v"
+ },
+ {
"id": "api.post.send_notifications_and_forget.comment_thread.error",
"translation": "Failed to retrieve comment thread posts in notifications root_post_id=%v, err=%v"
},
@@ -1252,6 +1248,10 @@
"translation": "Unable to open zip file"
},
{
+ "id": "api.status.init.debug",
+ "translation": "Initializing status api routes"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "Failed to update LastActivityAt for user_id=%v and session_id=%v, err=%v"
},
@@ -3908,14 +3908,14 @@
"translation": "No entry for that status exists"
},
{
- "id": "store.sql_status.get_online_away.app_error",
- "translation": "Encountered an error retrieving all the online/away statuses"
- },
- {
"id": "store.sql_status.get_online.app_error",
"translation": "Encountered an error retrieving all the online statuses"
},
{
+ "id": "store.sql_status.get_online_away.app_error",
+ "translation": "Encountered an error retrieving all the online/away statuses"
+ },
+ {
"id": "store.sql_status.get_total_active_users_count.app_error",
"translation": "We could not count the active users"
},