Low number of files in queue reminder

This commit is contained in:
Profitroll
2022-10-05 21:36:59 +02:00
parent 46e3665749
commit 8ae50a4f97
3 changed files with 7 additions and 2 deletions

View File

@@ -22,7 +22,8 @@
"document_too_large": "File you've sent is too large. Please submit files not bigger than {0} MB",
"mime_not_allowed": "File type not allowed. Please, consider using one of these: {0}",
"post_exception": "Could not send content due to `{exp}`\n\nTraceback:\n```{0}```",
"post_empty": "Could not send content: `Queue folder is empty or contains only unsupported or already sent files.`"
"post_empty": "Could not send content: `Queue folder is empty or contains only unsupported or already sent files.`",
"post_low": "Low amount of content: `There are only {0} files left in the queue.`"
},
"button": {
"sub_yes": "✅ Accept",