[MM-56792] Clarify large plugin upload error (#26271)

Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
Этот коммит содержится в:
daveseo901
2024-09-09 08:00:25 -04:00
коммит произвёл GitHub
родитель f8c0035c82
Коммит 388dfdfbca
4 изменённых файлов: 29 добавлений и 2 удалений

Просмотреть файл

@@ -2448,6 +2448,10 @@
"id": "api.plugin.upload.file.app_error",
"translation": "Unable to open file in multipart/form request."
},
{
"id": "api.plugin.upload.file_too_large.app_error",
"translation": "Uploaded plugin size exceeds limit. This limit can be changed in the System Console via File Storage > Maximum File Size"
},
{
"id": "api.plugin.upload.no_file.app_error",
"translation": "Missing file in multipart/form request."