From d195eea07de0654fb716d856448d6f10a2a7a0ff Mon Sep 17 00:00:00 2001 From: enahum Date: Wed, 12 Oct 2016 10:49:17 -0300 Subject: translations PR 20161011 (#4199) --- i18n/en.json | 88 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 44 insertions(+), 44 deletions(-) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index be92ee0b8..5ef941cfd 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -821,14 +821,6 @@ "id": "api.file.get_file.public_invalid.app_error", "translation": "The public link does not appear to be valid" }, - { - "id": "api.file.get_public_link.disabled.app_error", - "translation": "Public links have been disabled" - }, - { - "id": "api.file.get_public_link.no_post.app_error", - "translation": "Unable to get public link for file. File must be attached to a post that can be read by the current user." - }, { "id": "api.file.get_file_preview.no_thumbnail.app_error", "translation": "File doesn't have a preview image" @@ -837,6 +829,14 @@ "id": "api.file.get_file_thumbnail.no_thumbnail.app_error", "translation": "File doesn't have a thumbnail image" }, + { + "id": "api.file.get_info_for_request.no_post.app_error", + "translation": "Unable to get info for file. File must be attached to a post that can be read by the current user." + }, + { + "id": "api.file.get_info_for_request.storage.app_error", + "translation": "Unable to get info for file. Image storage is not configured." + }, { "id": "api.file.get_public_file_old.storage.app_error", "translation": "Unable to get file. Image storage is not configured." @@ -846,12 +846,12 @@ "translation": "Unable to get file. Image storage is not configured." }, { - "id": "api.file.get_info_for_request.no_post.app_error", - "translation": "Unable to get info for file. File must be attached to a post that can be read by the current user." + "id": "api.file.get_public_link.disabled.app_error", + "translation": "Public links have been disabled" }, { - "id": "api.file.get_info_for_request.storage.app_error", - "translation": "Unable to get info for file. Image storage is not configured." + "id": "api.file.get_public_link.no_post.app_error", + "translation": "Unable to get public link for file. File must be attached to a post that can be read by the current user." }, { "id": "api.file.handle_images_forget.decode.error", @@ -977,6 +977,18 @@ "id": "api.file.read_file.reading_local.app_error", "translation": "Encountered an error reading from local server storage" }, + { + "id": "api.file.upload_file.large_image.app_error", + "translation": "Unable to upload image file. File is too large." + }, + { + "id": "api.file.upload_file.storage.app_error", + "translation": "Unable to upload file. Image storage is not configured." + }, + { + "id": "api.file.upload_file.too_large.app_error", + "translation": "Unable to upload file. File is too large." + }, { "id": "api.file.write_file.configured.app_error", "translation": "File storage not configured properly. Please configure for either S3 or local server file storage." @@ -993,18 +1005,6 @@ "id": "api.file.write_file_locally.writing.app_error", "translation": "Encountered an error writing to local server storage" }, - { - "id": "api.file.upload_file.large_image.app_error", - "translation": "Unable to upload image file. File is too large." - }, - { - "id": "api.file.upload_file.storage.app_error", - "translation": "Unable to upload file. Image storage is not configured." - }, - { - "id": "api.file.upload_file.too_large.app_error", - "translation": "Unable to upload file. File is too large." - }, { "id": "api.general.init.debug", "translation": "Initializing general api routes" @@ -1261,10 +1261,6 @@ "id": "api.post.delete_post_files.app_error.warn", "translation": "Encountered error when deleting files for post, post_id=%v, err=%v" }, - { - "id": "api.post.get_message_for_notification.get_files.error", - "translation": "Encountered error when getting files for notification message, post_id=%v, err=%v" - }, { "id": "api.post.get_message_for_notification.files_sent", "translation": { @@ -1272,6 +1268,10 @@ "other": "{{.Count}} files sent: {{.Filenames}}" } }, + { + "id": "api.post.get_message_for_notification.get_files.error", + "translation": "Encountered error when getting files for notification message, post_id=%v, err=%v" + }, { "id": "api.post.get_message_for_notification.images_sent", "translation": { @@ -3131,18 +3131,6 @@ "id": "model.compliance.is_valid.start_end_at.app_error", "translation": "To must be greater than From" }, - { - "id": "model.config.is_valid.read_timeout.app_error", - "translation": "Invalid value for read timeout." - }, - { - "id": "model.config.is_valid.write_timeout.app_error", - "translation": "Invalid value for write timeout." - }, - { - "id": "model.config.is_valid.webserver_security.app_error", - "translation": "Invalid value for webserver connection security." - }, { "id": "model.config.is_valid.cluster_email_batching.app_error", "translation": "Unable to enable email batching when clustering is enabled" @@ -3295,6 +3283,10 @@ "id": "model.config.is_valid.rate_sec.app_error", "translation": "Invalid per sec for rate limit settings. Must be a positive number" }, + { + "id": "model.config.is_valid.read_timeout.app_error", + "translation": "Invalid value for read timeout." + }, { "id": "model.config.is_valid.restrict_direct_message.app_error", "translation": "Invalid direct message restriction. Must be 'any', or 'team'" @@ -3387,6 +3379,14 @@ "id": "model.config.is_valid.webrtc_turn_username.app_error", "translation": "WebRTC TURN Username cannot be empty if the TURN URI has been set." }, + { + "id": "model.config.is_valid.webserver_security.app_error", + "translation": "Invalid value for webserver connection security." + }, + { + "id": "model.config.is_valid.write_timeout.app_error", + "translation": "Invalid value for write timeout." + }, { "id": "model.emoji.create_at.app_error", "translation": "Create at must be a valid time" @@ -3543,14 +3543,14 @@ "id": "model.post.is_valid.create_at.app_error", "translation": "Create at must be a valid time" }, - { - "id": "model.post.is_valid.filenames.app_error", - "translation": "Invalid filenames" - }, { "id": "model.post.is_valid.file_ids.app_error", "translation": "Invalid file ids" }, + { + "id": "model.post.is_valid.filenames.app_error", + "translation": "Invalid filenames" + }, { "id": "model.post.is_valid.hashtags.app_error", "translation": "Invalid hashtags" -- cgit v1.2.3-1-g7c22