summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-01-17 20:45:18 +0000
committerChristopher Speller <crspeller@gmail.com>2017-01-17 15:45:18 -0500
commit0685afd1d197584e78a111934754d7111bb2dbe8 (patch)
treeed4b3ac931a027767392af4d1d1d88e13058d4a6 /i18n
parentcdf91d8ee8d0cdd03b506f06d6c01d5aeed92e74 (diff)
downloadchat-0685afd1d197584e78a111934754d7111bb2dbe8.tar.gz
chat-0685afd1d197584e78a111934754d7111bb2dbe8.tar.bz2
chat-0685afd1d197584e78a111934754d7111bb2dbe8.zip
PLT-2978: Add channel purpose change system message. (#5094)
Completes original patch by David Lu.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index f4b752dc1..84306f0ce 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -332,6 +332,26 @@
"translation": "%s updated the channel header to: %s"
},
{
+ "id": "app.channel.post_update_channel_purpose_message.post.error",
+ "translation": "Failed to post channel purpose message"
+ },
+ {
+ "id": "app.channel.post_update_channel_purpose_message.removed",
+ "translation": "%s removed the channel purpose (was: %s)"
+ },
+ {
+ "id": "app.channel.post_update_channel_purpose_message.retrieve_user.error",
+ "translation": "Failed to retrieve user while trying to save update channel purpose message %v"
+ },
+ {
+ "id": "app.channel.post_update_channel_purpose_message.updated_from",
+ "translation": "%s updated the channel purpose from: %s to: %s"
+ },
+ {
+ "id": "app.channel.post_update_channel_purpose_message.updated_to",
+ "translation": "%s updated the channel purpose to: %s"
+ },
+ {
"id": "api.channel.post_user_add_remove_message_and_forget.error",
"translation": "Failed to post join/leave message"
},