summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json56
1 files changed, 52 insertions, 4 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 1cb0f1dda..734145e75 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -440,6 +440,14 @@
"translation": "Inappropriate permissions to regenerate command token"
},
{
+ "id": "api.command.team_mismatch.app_error",
+ "translation": "Cannot update commands across teams"
+ },
+ {
+ "id": "api.command.update.app_error",
+ "translation": "Inappropriate permissions to update command"
+ },
+ {
"id": "api.command_away.desc",
"translation": "Set your status away"
},
@@ -668,6 +676,18 @@
"translation": "Invalid {{.Name}} parameter"
},
{
+ "id": "api.post.disabled_here",
+ "translation": "@here has been disabled because the channel has more than {{.Users}} users."
+ },
+ {
+ "id": "api.post.disabled_all",
+ "translation": "@all has been disabled because the channel has more than {{.Users}} users."
+ },
+ {
+ "id": "api.post.disabled_channel",
+ "translation": "@channel has been disabled because the channel has more than {{.Users}} users."
+ },
+ {
"id": "api.context.invalid_team_url.debug",
"translation": "TeamURL accessed when not valid. Team URL should not be used in api functions or those that are team independent"
},
@@ -783,7 +803,7 @@
},
{
"id": "api.emoji.create.too_large.app_error",
- "translation": "Unable to create emoji. Image must be less than 64 KB in size."
+ "translation": "Unable to create emoji. Image must be less than 1 MB in size."
},
{
"id": "api.emoji.delete.permissions.app_error",
@@ -814,8 +834,20 @@
"translation": "Unable to create emoji. File must be a PNG, JPEG, or GIF."
},
{
- "id": "api.emoji.upload.large_image.app_error",
- "translation": "Unable to create emoji. Image must be at most 128 by 128 pixels."
+ "id": "api.emoji.upload.large_image.decode_error",
+ "translation": "Unable to create emoji. An error occurred when trying to decode the image."
+ },
+ {
+ "id": "api.emoji.upload.large_image.encode_error",
+ "translation": "Unable to create emoji. An error occurred when trying to encode the image."
+ },
+ {
+ "id": "api.emoji.upload.large_image.gif_decode_error",
+ "translation": "Unable to create emoji. An error occurred when trying to decode the GIF image."
+ },
+ {
+ "id": "api.emoji.upload.large_image.gif_encode_error",
+ "translation": "Unable to create emoji. An error occurred when trying to encode the GIF image."
},
{
"id": "api.file.get_file.public_disabled.app_error",
@@ -983,7 +1015,7 @@
},
{
"id": "api.file.upload_file.large_image.app_error",
- "translation": "Unable to upload image file. File is too large."
+ "translation": "File above maximum dimensions could not be uploaded: {{.Filename}}"
},
{
"id": "api.file.upload_file.storage.app_error",
@@ -2640,6 +2672,14 @@
"translation": "System Console is set to read-only when High Availability is enabled."
},
{
+ "id": "ent.metrics.starting.info",
+ "translation": "Metrics and profiling server is listening on %v"
+ },
+ {
+ "id": "ent.metrics.stopping.info",
+ "translation": "Metrics and profiling server is stopping on %v"
+ },
+ {
"id": "ent.cluster.starting.info",
"translation": "Cluster internode communication is listening on %v with hostname=%v id=%v"
},
@@ -2676,6 +2716,10 @@
"translation": "AD/LDAP disabled or licence does not support AD/LDAP."
},
{
+ "id": "ent.ldap.create_fail",
+ "translation": "Unable to create LDAP user."
+ },
+ {
"id": "ent.ldap.do_login.bind_admin_user.app_error",
"translation": "Unable to bind to AD/LDAP server. Check BindUsername and BindPassword."
},
@@ -3300,6 +3344,10 @@
"translation": "Invalid maximum channels per team for team settings. Must be a positive number."
},
{
+ "id": "model.config.is_valid.max_notify_per_channel.app_error",
+ "translation": "Invalid maximum notifications per channel for team settings. Must be a positive number."
+ },
+ {
"id": "model.config.is_valid.max_file_size.app_error",
"translation": "Invalid max file size for file settings. Must be a zero or positive number."
},