From 76c4bebf9f6b1a56cc0a3243e7301d3c65dd8fb6 Mon Sep 17 00:00:00 2001 From: enahum Date: Wed, 13 Apr 2016 09:22:18 -0300 Subject: Add spanish missing locs and sort by id (#2694) --- i18n/en.json | 98 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 49 insertions(+), 49 deletions(-) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 27f9a680a..a135e04be 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -48,27 +48,11 @@ "translation": "September" }, { - "id": "api.admin.upload_brand_image.storage.app_error", - "translation": "Unable to upload image. Image storage is not configured." - }, - { - "id": "api.admin.upload_brand_image.too_large.app_error", - "translation": "Unable to upload file. File is too large." - }, - { - "id": "api.admin.upload_brand_image.parse.app_error", - "translation": "Could not parse multipart form" - }, - { - "id": "api.admin.upload_brand_image.no_file.app_error", - "translation": "No file under 'image' in request" - }, - { - "id": "api.admin.upload_brand_image.array.app_error", - "translation": "Empty array under 'image' in request" + "id": "api.admin.file_read_error", + "translation": "Error reading log file" }, { - "id": "api.admin.upload_brand_image.not_available.app_error", + "id": "api.admin.get_brand_image.not_available.app_error", "translation": "Custom branding is not configured or supported on this server" }, { @@ -76,52 +60,40 @@ "translation": "Image storage is not configured." }, { - "id": "api.admin.get_brand_image.not_available.app_error", - "translation": "Custom branding is not configured or supported on this server" - }, - { - "id": "store.sql_system.get_by_name.app_error", - "translation": "We couldn't find the system variable." - }, - { - "id": "ent.brand.save_brand_image.open.app_error", - "translation": "Unable to open the image." - }, - { - "id": "ent.brand.save_brand_image.decode_config.app_error", - "translation": "Unable to decode image config." + "id": "api.admin.init.debug", + "translation": "Initializing admin api routes" }, { - "id": "ent.brand.save_brand_image.too_large.app_error", - "translation": "Unable to open image. Image is too large." + "id": "api.admin.test_email.body", + "translation": "


It appears your Mattermost email is setup correctly!" }, { - "id": "ent.brand.save_brand_image.decode.app_error", - "translation": "Unable to decode image." + "id": "api.admin.test_email.subject", + "translation": "Mattermost - Testing Email Settings" }, { - "id": "ent.brand.save_brand_image.encode.app_error", - "translation": "Unable to encode image as PNG." + "id": "api.admin.upload_brand_image.array.app_error", + "translation": "Empty array under 'image' in request" }, { - "id": "ent.brand.save_brand_image.save_image.app_error", - "translation": "Unable to save image" + "id": "api.admin.upload_brand_image.no_file.app_error", + "translation": "No file under 'image' in request" }, { - "id": "api.admin.file_read_error", - "translation": "Error reading log file" + "id": "api.admin.upload_brand_image.not_available.app_error", + "translation": "Custom branding is not configured or supported on this server" }, { - "id": "api.admin.init.debug", - "translation": "Initializing admin api routes" + "id": "api.admin.upload_brand_image.parse.app_error", + "translation": "Could not parse multipart form" }, { - "id": "api.admin.test_email.body", - "translation": "


It appears your Mattermost email is setup correctly!" + "id": "api.admin.upload_brand_image.storage.app_error", + "translation": "Unable to upload image. Image storage is not configured." }, { - "id": "api.admin.test_email.subject", - "translation": "Mattermost - Testing Email Settings" + "id": "api.admin.upload_brand_image.too_large.app_error", + "translation": "Unable to upload file. File is too large." }, { "id": "api.api.init.parsing_templates.debug", @@ -1831,6 +1803,30 @@ "id": "api.webhook.regen_outgoing_token.permissions.app_error", "translation": "Inappropriate permissions to regenerate outcoming webhook token" }, + { + "id": "ent.brand.save_brand_image.decode.app_error", + "translation": "Unable to decode image." + }, + { + "id": "ent.brand.save_brand_image.decode_config.app_error", + "translation": "Unable to decode image config." + }, + { + "id": "ent.brand.save_brand_image.encode.app_error", + "translation": "Unable to encode image as PNG." + }, + { + "id": "ent.brand.save_brand_image.open.app_error", + "translation": "Unable to open the image." + }, + { + "id": "ent.brand.save_brand_image.save_image.app_error", + "translation": "Unable to save image" + }, + { + "id": "ent.brand.save_brand_image.too_large.app_error", + "translation": "Unable to open image. Image is too large." + }, { "id": "ent.compliance.licence_disable.app_error", "translation": "Compliance functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license." @@ -3271,6 +3267,10 @@ "id": "store.sql_system.get.app_error", "translation": "We encountered an error finding the system properties" }, + { + "id": "store.sql_system.get_by_name.app_error", + "translation": "We couldn't find the system variable." + }, { "id": "store.sql_system.save.app_error", "translation": "We encountered an error saving the system property" -- cgit v1.2.3-1-g7c22