From ae6cc7752fd644f4ffe114bb97a78f3b1e39b686 Mon Sep 17 00:00:00 2001 From: Yusuke Nemoto Date: Sat, 17 Mar 2018 00:37:46 +0900 Subject: [PATCH] Fix missing messages (#1514) * Fix missing message * Move a message to webapp repo --- assets/base/i18n/en.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/assets/base/i18n/en.json b/assets/base/i18n/en.json index 6aed28579..b4f70d048 100644 --- a/assets/base/i18n/en.json +++ b/assets/base/i18n/en.json @@ -1938,6 +1938,7 @@ "mobile.account_notifications.threads_mentions": "Mentions in threads", "mobile.account_notifications.threads_start": "Threads that I start", "mobile.account_notifications.threads_start_participate": "Threads that I start or participate in", + "mobile.advanced_settings.clockDisplay": "Clock display", "mobile.advanced_settings.delete": "Delete", "mobile.advanced_settings.delete_file_cache": "Delete File Cache", "mobile.advanced_settings.delete_file_cache_message": "\nThis will delete all the files stored in the cache. Are you sure you want to delete them?\n", @@ -1977,6 +1978,7 @@ "mobile.channel_list.closeGM": "Close Group Message", "mobile.channel_list.dm": "Direct Message", "mobile.channel_list.gm": "Group Message", + "mobile.channel_list.members": "MEMBERS", "mobile.channel_list.not_member": "NOT A MEMBER", "mobile.channel_list.open": "Open {term}", "mobile.channel_list.openDM": "Open Direct Message", @@ -1992,6 +1994,7 @@ "mobile.client_upgrade.download_error.message": "An error occurred downloading the new version.", "mobile.client_upgrade.download_error.title": "Unable to Install Update", "mobile.client_upgrade.latest_version": "Your Version: {version}", + "mobile.client_upgrade.listener.message": "A client upgrade is available!", "mobile.client_upgrade.must_upgrade_subtitle": "Please update the app to continue.", "mobile.client_upgrade.must_upgrade_title": "Update Required", "mobile.client_upgrade.no_upgrade_subtitle": "You already have the latest version.", @@ -2014,6 +2017,7 @@ "mobile.document_preview.failed_title": "Open Document failed", "mobile.downloader.android_complete": "Download complete", "mobile.downloader.android_failed": "Download failed", + "mobile.downloader.android_permission": "We need access to the downloads folder to save files.", "mobile.downloader.android_started": "Download started", "mobile.downloader.android_success": "download successful", "mobile.downloader.complete": "Download complete", @@ -2073,6 +2077,10 @@ "mobile.markdown.image.too_large": "Image exceeds max dimensions of {maxWidth} by {maxHeight}:", "mobile.markdown.link.copy_url": "Copy URL", "mobile.mention.copy_mention": "Copy Mention", + "mobile.message_length.message": "Your current message is too long. Current character count: {max}/{count}", + "mobile.message_length.title": "Message Length", + "mobile.more_dms.add_more": "You can add {remaining, number} more users", + "mobile.more_dms.cannot_add_more": "You cannot add more users", "mobile.more_dms.start": "Start", "mobile.more_dms.title": "New Conversation", "mobile.more_dms.you": "(@{username} - you)", @@ -2126,6 +2134,8 @@ "mobile.post_textbox.empty.message": "You are trying to send an empty message.\nPlease make sure you have a message or at least one attached file.", "mobile.post_textbox.empty.ok": "OK", "mobile.post_textbox.empty.title": "Empty Message", + "mobile.post_textbox.uploadFailedDesc": "Some attachments failed to upload to the server, Are you sure you want to post the message?", + "mobile.post_textbox.uploadFailedTitle": "Attachment failure", "mobile.posts_view.moreMsg": "More New Messages Above", "mobile.rename_channel.display_name_maxLength": "Channel name must be less than {maxLength, number} characters", "mobile.rename_channel.display_name_minLength": "Channel name must be {minLength, number} or more characters", @@ -2179,6 +2189,10 @@ "mobile.server_upgrade.title": "Server upgrade required", "mobile.server_url.invalid_format": "URL must start with http:// or https://", "mobile.session_expired": "Session Expired: Please log in to continue receiving notifications.", + "mobile.set_status.away": "Away", + "mobile.set_status.dnd": "Do Not Disturb", + "mobile.set_status.offline": "Offline", + "mobile.set_status.online": "Online", "mobile.settings.clear": "Clear Offline Store", "mobile.settings.clear_button": "Clear", "mobile.settings.clear_message": "\nThis will clear all offline data and restart the app. You will be automatically logged back in once the app restarts.\n",