summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-07-31 18:54:34 +0200
committerHarrison Healey <harrisonmhealey@gmail.com>2017-07-31 12:54:34 -0400
commit251f000c68ed384923d3b2bc6b3caea9aef2a089 (patch)
treec8740dcf79f1f837529f2a436f1ed377c771ae43 /i18n
parent489602efe5e099f57bb2b58b7c67f8fc104ff5db (diff)
downloadchat-251f000c68ed384923d3b2bc6b3caea9aef2a089.tar.gz
chat-251f000c68ed384923d3b2bc6b3caea9aef2a089.tar.bz2
chat-251f000c68ed384923d3b2bc6b3caea9aef2a089.zip
[PLT-6710] /rename [text] slash command: Rename the channel (#6570)
* /rename [text] slash command: Rename the channel * update strings per review
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index f1657efcb..d9ba232ef 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -604,6 +604,42 @@
"translation": "Error to update the current channel."
},
{
+ "id": "api.command_channel_rename.name",
+ "translation": "rename"
+ },
+ {
+ "id": "api.command_channel_rename.hint",
+ "translation": "[text]"
+ },
+ {
+ "id": "api.command_channel_rename.desc",
+ "translation": "Rename the channel"
+ },
+ {
+ "id": "api.command_channel_rename.channel.app_error",
+ "translation": "Error to retrieve the current channel."
+ },
+ {
+ "id": "api.command_channel_rename.permission.app_error",
+ "translation": "You do not have the appropriate permissions to rename the channel."
+ },
+ {
+ "id": "api.command_channel_rename.message.app_error",
+ "translation": "A message must be provided with the /rename command."
+ },
+ {
+ "id": "api.command_channel_rename.update_channel.app_error",
+ "translation": "Error to update the current channel."
+ },
+ {
+ "id": "api.command_channel_rename.update_channel.success",
+ "translation": "Channel name successfully updated."
+ },
+ {
+ "id": "api.command_channel_rename.direct_group.app_error",
+ "translation": "Cannot rename direct message channels."
+ },
+ {
"id": "api.command_expand.desc",
"translation": "Turn off auto-collapsing of image previews"
},