summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-01-30 13:44:39 -0500
committerhmhealey <harrisonmhealey@gmail.com>2016-02-04 11:38:56 -0500
commitb7d045844c4d00d8268da50f2388be1d12c91829 (patch)
tree7d8b9b80d9ce051c11ff46b62bf0b38b321f60ed /i18n
parent34547186bab624d48866ccd5d3f20b6de9683011 (diff)
downloadchat-b7d045844c4d00d8268da50f2388be1d12c91829.tar.gz
chat-b7d045844c4d00d8268da50f2388be1d12c91829.tar.bz2
chat-b7d045844c4d00d8268da50f2388be1d12c91829.zip
Added serverside check for a post that @mentions someone who isn't in the channel
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json12
-rw-r--r--i18n/es.json12
2 files changed, 24 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 2d86e1ee5..e620a1f0d 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -684,6 +684,18 @@
"translation": "You do not have the appropriate permissions"
},
{
+ "id": "api.post.get_out_of_channel_mentions.retrieve_members.error",
+ "translation": "Failed to get channel members channel_id=%v err=%v"
+ },
+ {
+ "id": "api.post.get_out_of_channel_mentions.retrieve_profiles.error",
+ "translation": "Failed to retrieve user profiles team_id=%v, err=%v"
+ },
+ {
+ "id": "api.post.get_out_of_channel_mentions.regex.error",
+ "translation": "Failed to compile @mention regex user_id=%v, err=%v"
+ },
+ {
"id": "api.post.get_post.permissions.app_error",
"translation": "You do not have the appropriate permissions"
},
diff --git a/i18n/es.json b/i18n/es.json
index 9599fe879..328571f3b 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -684,6 +684,18 @@
"translation": "No tienes los permisos apropiados"
},
{
+ "id": "api.post.get_out_of_channel_mentions.retrieve_members.error",
+ "translation": "Falla al obtener los miembros del canal channel_id=%v err=%v"
+ },
+ {
+ "id": "api.post.get_out_of_channel_mentions.retrieve_profiles.error",
+ "translation": "Falla al recuperar los perfiles de usuario team_id=%v, err=%v"
+ },
+ {
+ "id": "api.post.get_out_of_channel_mentions.regex.error",
+ "translation": "Failed to compile @mention regex user_id=%v, err=%v"
+ },
+ {
"id": "api.post.get_post.permissions.app_error",
"translation": "No tienes los permisos apropiados"
},