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 cf3e88b5a..6b387404b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1015,6 +1015,38 @@
"translation": "shrug"
},
{
+ "id": "api.command_mute.desc",
+ "translation": "Turns off desktop, email and push notifications for the current channel or the [channel] specified."
+ },
+ {
+ "id": "api.command_mute.hint",
+ "translation": "[channel]"
+ },
+ {
+ "id": "api.command_mute.name",
+ "translation": "mute"
+ },
+ {
+ "id": "api.command_mute.error",
+ "translation": "Could not find the channel {{.Channel}}."
+ },
+ {
+ "id": "api.command_mute.success_mute",
+ "translation": "You will not receive notifications for {{.Channel}} until channel mute is turned off."
+ },
+ {
+ "id": "api.command_mute.success_unmute",
+ "translation": "{{.Channel}} is no longer muted."
+ },
+ {
+ "id": "api.command_mute.success_mute_direct_msg",
+ "translation": "You will not receive notifications for this channel until channel mute is turned off."
+ },
+ {
+ "id": "api.command_mute.success_unmute_direct_msg",
+ "translation": "This channel is no longer muted."
+ },
+ {
"id": "api.compliance.init.debug",
"translation": "Initializing compliance API routes"
},
@@ -4571,6 +4603,10 @@
"translation": "Invalid email notification value"
},
{
+ "id": "model.channel_member.is_valid.mute_value.app_error",
+ "translation": "Invalid muting value"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "Invalid notify level"
},