summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-11-24 05:26:45 -0800
committerHarrison Healey <harrisonmhealey@gmail.com>2016-11-24 08:26:45 -0500
commitb212acf312ad640455fa715427ac19e6930dc61d (patch)
tree8fb977e00bef33587c3199ad3617417b27fb6b8a /i18n
parent0f07a2d288bada5e08cd9a63047ee85ef60738f5 (diff)
downloadchat-b212acf312ad640455fa715427ac19e6930dc61d.tar.gz
chat-b212acf312ad640455fa715427ac19e6930dc61d.tar.bz2
chat-b212acf312ad640455fa715427ac19e6930dc61d.zip
PLT-4429 disabling at_all at_channel metions mentions when channel has more than 1k users (#4627)
* PLT-4429 disabling explicit mentions when channel has more than 1k users * Fixing test case * Adding setting to the admin console * Fixing bad translation
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 673944ade..734145e75 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -676,6 +676,18 @@
"translation": "Invalid {{.Name}} parameter"
},
{
+ "id": "api.post.disabled_here",
+ "translation": "@here has been disabled because the channel has more than {{.Users}} users."
+ },
+ {
+ "id": "api.post.disabled_all",
+ "translation": "@all has been disabled because the channel has more than {{.Users}} users."
+ },
+ {
+ "id": "api.post.disabled_channel",
+ "translation": "@channel has been disabled because the channel has more than {{.Users}} users."
+ },
+ {
"id": "api.context.invalid_team_url.debug",
"translation": "TeamURL accessed when not valid. Team URL should not be used in api functions or those that are team independent"
},
@@ -3332,6 +3344,10 @@
"translation": "Invalid maximum channels per team for team settings. Must be a positive number."
},
{
+ "id": "model.config.is_valid.max_notify_per_channel.app_error",
+ "translation": "Invalid maximum notifications per channel for team settings. Must be a positive number."
+ },
+ {
"id": "model.config.is_valid.max_file_size.app_error",
"translation": "Invalid max file size for file settings. Must be a zero or positive number."
},