summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-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"
},