summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
-rw-r--r--i18n/es.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 432279c23..8a1634a4f 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -224,6 +224,10 @@
"translation": "Cannot leave a direct message channel"
},
{
+ "id": "api.channel.leave.last_member.app_error",
+ "translation": "You're the only member left, try removing the Private Group instead of leaving."
+ },
+ {
"id": "api.channel.leave.left",
"translation": "%v has left the channel."
},
diff --git a/i18n/es.json b/i18n/es.json
index d8f9756fb..c93581ccb 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -224,6 +224,10 @@
"translation": "No puedes dejar un mensaje directo a un canal"
},
{
+ "id": "api.channel.leave.last_member.app_error",
+ "translation": "Eres el Ășltimo miembro que queda, intenta remover el Grupo Privado en vez de salirte."
+ },
+ {
"id": "api.channel.leave.left",
"translation": "%v ha abandonado el canal."
},