summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-15 08:19:57 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-08-15 09:19:57 -0400
commit6d6f1c8d8c14580c42eae556a7759c8b404d7beb (patch)
tree12eae5c229ebec8dee7ad31319d93801ef1805f5 /webapp/i18n
parent1cd0ec5f1ec5a7f095922794bb0444445f37ef5c (diff)
downloadchat-6d6f1c8d8c14580c42eae556a7759c8b404d7beb.tar.gz
chat-6d6f1c8d8c14580c42eae556a7759c8b404d7beb.tar.bz2
chat-6d6f1c8d8c14580c42eae556a7759c8b404d7beb.zip
Add missin localization strings (#3798)
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 72733c60b..d4cb97101 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -679,6 +679,7 @@
"admin.sidebar.logging": "Logging",
"admin.sidebar.login": "Login",
"admin.sidebar.logs": "Logs",
+ "admin.sidebar.nativeAppLinks": "Native App Links",
"admin.sidebar.notifications": "Notifications",
"admin.sidebar.oauth": "OAuth 2.0",
"admin.sidebar.other": "OTHER",
@@ -1043,8 +1044,6 @@
"create_post.comment": "Comment",
"create_post.post": "Post",
"create_post.shortcutsNotSupported": "Keyboard shortcuts are not supported on your device.",
- "flag_post.flag": "Flag for follow up",
- "flag_post.unflag": "Unflag",
"create_post.tutorialTip": "<h4>Sending Messages</h4><p>Type here to write a message and press <strong>Enter</strong> to post it.</p><p>Click the <strong>Attachment</strong> button to upload an image or a file.</p>",
"create_post.write": "Write a message...",
"create_team.agreement": "By proceeding to create your account and use {siteName}, you agree to our <a href='/static/help/terms.html'>Terms of Service</a> and <a href='/static/help/privacy.html'>Privacy Policy</a>. If you do not agree, you cannot use {siteName}.",
@@ -1285,6 +1284,10 @@
"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_team_modal.desc": "You will be removed from all public channels and private groups. 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?",
+ "leave_team_modal.yes": "Yes",
"loading_screen.loading": "Loading",
"login.changed": " Sign-in method changed successfully",
"login.create": "Create one now",