From fcb92fa1b53a2b67323a881e7cb03965d3ec24d1 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Tue, 2 Feb 2016 10:52:18 -0500 Subject: Added ephemeral messages sent when a user mentions someone not in the channel --- i18n/en.json | 10 +++++++++- i18n/es.json | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index e620a1f0d..8ffbc8b14 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -655,6 +655,14 @@ "id": "api.oauth.revoke_access_token.get.app_error", "translation": "Error getting access token from DB before deletion" }, + { + "id": "api.post.check_for_out_of_channel_mentions.message.one", + "translation": "{{.Username}} was mentioned, but they do not belong to this channel." + }, + { + "id": "api.post.check_for_out_of_channel_mentions.message.multiple", + "translation": "{{.Usernames}} and {{.LastUsername}} were mentioned, but they do not belong to this channel." + }, { "id": "api.post.create_post.bad_filename.error", "translation": "Bad filename discarded, filename=%v" @@ -3459,4 +3467,4 @@ "id": "web.watcher_fail.error", "translation": "Failed to add directory to watcher %v" } -] \ No newline at end of file +] diff --git a/i18n/es.json b/i18n/es.json index 328571f3b..0dbcaeadf 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -655,6 +655,14 @@ "id": "api.oauth.revoke_access_token.get.app_error", "translation": "Error obteniendo el token de acceso desde la BD antes de ser eliminado" }, + { + "id": "api.post.check_for_out_of_channel_mentions.message.one", + "translation": "{ .Username } was mentioned, but they do not belong to this channel." + }, + { + "id": "api.post.check_for_out_of_channel_mentions.message.multiple", + "translation": "{ .Usernames } and { .LastUsername} were mentioned, but they do not belong to this channel." + }, { "id": "api.post.create_post.bad_filename.error", "translation": "Nombre errado de archivo descartado, archivo=%v" @@ -3459,4 +3467,4 @@ "id": "web.watcher_fail.error", "translation": "Falla al agregar el directorio a ser vigilado %v" } -] \ No newline at end of file +] -- cgit v1.2.3-1-g7c22