summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index c730f5711..27f9a680a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -48,6 +48,66 @@
"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.upload_brand_image.not_available.app_error",
+ "translation": "Custom branding is not configured or supported on this server"
+ },
+ {
+ "id": "api.admin.get_brand_image.storage.app_error",
+ "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": "ent.brand.save_brand_image.too_large.app_error",
+ "translation": "Unable to open image. Image is too large."
+ },
+ {
+ "id": "ent.brand.save_brand_image.decode.app_error",
+ "translation": "Unable to decode image."
+ },
+ {
+ "id": "ent.brand.save_brand_image.encode.app_error",
+ "translation": "Unable to encode image as PNG."
+ },
+ {
+ "id": "ent.brand.save_brand_image.save_image.app_error",
+ "translation": "Unable to save image"
+ },
+ {
"id": "api.admin.file_read_error",
"translation": "Error reading log file"
},