summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-02-02 10:52:18 -0500
committerhmhealey <harrisonmhealey@gmail.com>2016-02-04 11:38:56 -0500
commitfcb92fa1b53a2b67323a881e7cb03965d3ec24d1 (patch)
treef9e9c4470fdb98c558ba6db4e5ebb08fc2a4a617 /i18n
parentdb13b7a3ca3d3099392be557e47f838a7851a69a (diff)
downloadchat-fcb92fa1b53a2b67323a881e7cb03965d3ec24d1.tar.gz
chat-fcb92fa1b53a2b67323a881e7cb03965d3ec24d1.tar.bz2
chat-fcb92fa1b53a2b67323a881e7cb03965d3ec24d1.zip
Added ephemeral messages sent when a user mentions someone not in the channel
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json10
-rw-r--r--i18n/es.json10
2 files changed, 18 insertions, 2 deletions
diff --git a/i18n/en.json b/i18n/en.json
index e620a1f0d..8ffbc8b14 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -656,6 +656,14 @@
"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
@@ -656,6 +656,14 @@
"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
+]