summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 6aa994bf3..fd2a34f36 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -968,6 +968,18 @@
"analytics.team.title": "Team Statistics for {team}",
"analytics.team.totalPosts": "Total Posts",
"analytics.team.totalUsers": "Total Users",
+ "api.channel.add_member.added": "{addedUsername} added to the channel by {username}",
+ "api.channel.delete_channel.archived": "{username} has archived the channel.",
+ "api.channel.join_channel.post_and_forget": "{username} has joined the channel.",
+ "api.channel.leave.left": "{username} has left the channel.",
+ "api.channel.post_update_channel_displayname_message_and_forget.updated_from": "{username} updated the channel display name from: {old} to: {new}",
+ "api.channel.post_update_channel_header_message_and_forget.removed": "{username} removed the channel header (was: {old})",
+ "api.channel.post_update_channel_header_message_and_forget.updated_from": "{username} updated the channel header from: {old} to: {new}",
+ "api.channel.post_update_channel_header_message_and_forget.updated_to": "{username} updated the channel header to: {new}",
+ "api.channel.remove_member.removed": "{removedUsername} was removed from the channel",
+ "app.channel.post_update_channel_purpose_message.removed": "{username} removed the channel purpose (was: {old})",
+ "app.channel.post_update_channel_purpose_message.updated_from": "{username} updated the channel purpose from: {old} to: {new}",
+ "app.channel.post_update_channel_purpose_message.updated_to": "{username} updated the channel purpose to: {new}",
"audit_table.accountActive": "Account made active",
"audit_table.accountInactive": "Account made inactive",
"audit_table.action": "Action",