[MM-56073] MMCTL delete post command (#27539)

Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
Этот коммит содержится в:
Ben Cooke
2024-10-08 10:45:31 -04:00
коммит произвёл GitHub
родитель a671f80d2c
Коммит b3c7ef0b97
39 изменённых файлов: 1246 добавлений и 152 удалений

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

@@ -2516,6 +2516,10 @@
"id": "api.post.delete_post.can_not_delete_post_in_deleted.error",
"translation": "Can not delete a post in a deleted channel."
},
{
"id": "api.post.delete_post.not_enabled.app_error",
"translation": "Cannot delete post, ServiceSettings.EnableAPIPostDeletion is not enabled."
},
{
"id": "api.post.disabled_all",
"translation": "@all has been disabled because the channel has more than {{.Users}} users."
@@ -5082,6 +5086,10 @@
"id": "app.file_info.get.gif.app_error",
"translation": "Could not decode gif."
},
{
"id": "app.file_info.get_by_post_id.app_error",
"translation": "Failed to find files for post."
},
{
"id": "app.file_info.get_for_post.app_error",
"translation": "Unable to get the file info for the post."
@@ -5094,6 +5102,10 @@
"id": "app.file_info.permanent_delete_by_user.app_error",
"translation": "Unable to delete attachments of the user."
},
{
"id": "app.file_info.permanent_delete_for_post.app_error",
"translation": "Failed to permanently delete file for post."
},
{
"id": "app.file_info.save.app_error",
"translation": "Unable to save the file info."
@@ -6226,6 +6238,10 @@
"id": "app.post.permanent_delete_by_user.app_error",
"translation": "Unable to select the posts to delete for the user."
},
{
"id": "app.post.permanent_delete_post.error",
"translation": "Failed to permanently delete post."
},
{
"id": "app.post.save.app_error",
"translation": "Unable to save the Post."