summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index eaf2fcf49..6ecfece69 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."
},
@@ -932,6 +936,10 @@
"translation": "Already deleted id={{.PostId}}"
},
{
+ "id": "api.post.update_post.system_message.app_error",
+ "translation": "Unable to update system message"
+ },
+ {
"id": "api.post_get_post_by_id.get.app_error",
"translation": "Unable to get post"
},
@@ -1185,7 +1193,7 @@
},
{
"id": "api.templates.email_change_body.info",
- "translation": "You email address for {{.TeamDisplayName}} has been changed to {{.NewEmail}}.<br>If you did not make this change, please contact the system administrator."
+ "translation": "Your email address for {{.TeamDisplayName}} has been changed to {{.NewEmail}}.<br>If you did not make this change, please contact the system administrator."
},
{
"id": "api.templates.email_change_body.title",
@@ -3376,6 +3384,10 @@
"translation": "We couldn't find the existing team"
},
{
+ "id": "store.sql_team.get_member.app_error",
+ "translation": "We couldn't get the team member"
+ },
+ {
"id": "store.sql_team.get_members.app_error",
"translation": "We couldn't get the team members"
},