summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-05-04 17:07:42 -0300
committerJoram Wilander <jwawilander@gmail.com>2017-05-04 16:07:42 -0400
commiteaad4c02ad6077b95350946226239a754000fa93 (patch)
tree69b16e7a06befe00617927d2e23e9f66125d9f96 /webapp/i18n/en.json
parent49481caf6db89b0853626ac52ab5f786a6887179 (diff)
downloadchat-eaad4c02ad6077b95350946226239a754000fa93.tar.gz
chat-eaad4c02ad6077b95350946226239a754000fa93.tar.bz2
chat-eaad4c02ad6077b95350946226239a754000fa93.zip
translations PR 20170501 (#6291)
* translations PR 20170501 * Add polish to webapp
Diffstat (limited to 'webapp/i18n/en.json')
-rwxr-xr-xwebapp/i18n/en.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index cb9d9686c..2acb92c81 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1233,10 +1233,10 @@
"custom_emoji.empty": "No custom emoji found",
"custom_emoji.header": "Custom Emoji",
"custom_emoji.search": "Search Custom Emoji",
- "deactivate_member_modal.title": "Deactivate {username}",
- "deactivate_member_modal.desc": "This action deactivates {username}. They will be logged out and not have access to any teams or channels on this system. Are you sure you want to deactivate {username}?",
"deactivate_member_modal.cancel": "Cancel",
"deactivate_member_modal.deactivate": "Deactivate",
+ "deactivate_member_modal.desc": "This action deactivates {username}. They will be logged out and not have access to any teams or channels on this system. Are you sure you want to deactivate {username}?",
+ "deactivate_member_modal.title": "Deactivate {username}",
"default_channel.purpose": "Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.",
"delete_channel.cancel": "Cancel",
"delete_channel.confirm": "Confirm DELETE Channel",
@@ -1590,9 +1590,9 @@
"ldap_signup.length_error": "Name must be 3 or more characters up to a maximum of 15",
"ldap_signup.teamName": "Enter name of new team",
"ldap_signup.team_error": "Please enter a team name",
- "leave_private_channel_modal.title": "Leave Private Channel {channel}",
- "leave_private_channel_modal.message": "Are you sure you wish to leave the private channel {channel}? You must be re-invited in order to re-join this channel in the future.",
"leave_private_channel_modal.leave": "Yes, leave channel",
+ "leave_private_channel_modal.message": "Are you sure you wish to leave the private channel {channel}? You must be re-invited in order to re-join this channel in the future.",
+ "leave_private_channel_modal.title": "Leave Private Channel {channel}",
"leave_team_modal.desc": "You will be removed from all public and private channels. If the team is private you will not be able to rejoin the team. Are you sure?",
"leave_team_modal.no": "No",
"leave_team_modal.title": "Leave the team?",
@@ -1717,6 +1717,9 @@
"mobile.post.cancel": "Cancel",
"mobile.post.delete_question": "Are you sure you want to delete this post?",
"mobile.post.delete_title": "Delete Post",
+ "mobile.post.failed_delete": "Delete Message",
+ "mobile.post.failed_retry": "Try Again",
+ "mobile.post.failed_title": "Unable to send your message",
"mobile.post.retry": "Refresh",
"mobile.request.invalid_response": "Received invalid response from the server.",
"mobile.routes.channelInfo": "Info",