From f2151be096c68556567ae5cee5827acc70ae07c7 Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 5 Jun 2017 22:40:21 -0400 Subject: translations PR 20170529 (#6514) --- webapp/i18n/en.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'webapp/i18n/en.json') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index e3bc3e027..12ded1acb 100755 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -826,15 +826,15 @@ "admin.sql.keyTitle": "At Rest Encrypt Key:", "admin.sql.maxConnectionsDescription": "Maximum number of idle connections held open to the database.", "admin.sql.maxConnectionsExample": "E.g.: \"10\"", - "admin.sql.queryTimeoutTitle": "Query Timeout:", - "admin.sql.queryTimeoutDescription": "The number of seconds to wait for a response from the database after opening a connection and sending the query. Errors that you see in the UI or in the logs as a result of a query timeout can vary depending on the type of query. This setting has no effect on PostgreSQL databases.", - "admin.sql.queryTimeoutExample": "E.g.: \"30\"", "admin.sql.maxConnectionsTitle": "Maximum Idle Connections:", "admin.sql.maxOpenDescription": "Maximum number of open connections held open to the database.", "admin.sql.maxOpenExample": "E.g.: \"10\"", "admin.sql.maxOpenTitle": "Maximum Open Connections:", "admin.sql.noteDescription": "Changing properties in this section will require a server restart before taking effect.", "admin.sql.noteTitle": "Note:", + "admin.sql.queryTimeoutDescription": "The number of seconds to wait for a response from the database after opening a connection and sending the query. Errors that you see in the UI or in the logs as a result of a query timeout can vary depending on the type of query. This setting has no effect on PostgreSQL databases.", + "admin.sql.queryTimeoutExample": "E.g.: \"30\"", + "admin.sql.queryTimeoutTitle": "Query Timeout:", "admin.sql.replicas": "Data Source Replicas:", "admin.sql.traceDescription": "(Development Mode) When true, executing SQL statements are written to the log.", "admin.sql.traceTitle": "Trace: ", @@ -1716,6 +1716,7 @@ "mobile.channel_list.openGM": "Open Group Message", "mobile.channel_list.privateChannel": "Private Channel", "mobile.channel_list.publicChannel": "Public Channel", + "mobile.channel_list.unreads": "UNREADS", "mobile.components.channels_list_view.yourChannels": "Your channels:", "mobile.components.error_list.dismiss_all": "Dismiss All", "mobile.components.select_server_view.continue": "Continue", @@ -1730,6 +1731,7 @@ "mobile.file_upload.camera": "Take Photo or Video", "mobile.file_upload.library": "Photo Library", "mobile.file_upload.more": "More", + "mobile.file_upload.video": "Video Libary", "mobile.help.title": "Help", "mobile.intro_messages.DM": "This is the start of your direct message history with {teammate}. Direct messages and files shared here are not shown to people outside this area.", "mobile.intro_messages.default_message": "This is the first channel teammates see when they sign up - use it for posting updates everyone needs to know.", @@ -1738,6 +1740,7 @@ "mobile.loading_members": "Loading Members...", "mobile.loading_posts": "Loading Messages...", "mobile.login_options.choose_title": "Choose your login method", + "mobile.notification.in": " in ", "mobile.offlineIndicator.connected": "Connected", "mobile.offlineIndicator.connecting": "Connecting...", "mobile.offlineIndicator.offline": "No internet connection", @@ -1770,6 +1773,7 @@ "mobile.routes.thread_dm": "Direct Message Thread", "mobile.routes.user_profile": "Profile", "mobile.routes.user_profile.send_message": "Send Message", + "mobile.select_team.choose": "Your teams:", "mobile.server_ping_failed": "Cannot connect to the server. Please check your server URL and internet connection.", "mobile.server_url.invalid_format": "URL must start with http:// or https://", "mobile.session_expired": "Session Expired: Please log in to continue receiving notifications.", -- cgit v1.2.3-1-g7c22