Added callback message for "nothing"

This commit is contained in:
Profitroll 2023-02-17 23:45:55 +01:00
parent 7918049f49
commit 7607003f55
2 changed files with 4 additions and 2 deletions

View File

@ -54,7 +54,8 @@
"sub_media_unavail": "Could not download submission",
"sub_done": "You've already decided what to do with submission",
"sub_upload_failed": "__TO_BE_ADDED__",
"sub_duplicates_found": "__TO_BE_ADDED__"
"sub_duplicates_found": "__TO_BE_ADDED__",
"nothing": "🏁 This action is already finished"
},
"console": {
"shutdown": "Shutting down bot with pid {0}",

View File

@ -54,7 +54,8 @@
"sub_media_unavail": "Не вдалося завантажити подання",
"sub_done": "Ви вже обрали що зробити з цим поданням",
"sub_upload_failed": "__TO_BE_ADDED__",
"sub_duplicates_found": "__TO_BE_ADDED__"
"sub_duplicates_found": "__TO_BE_ADDED__",
"nothing": "🏁 Цю дію вже було завершено"
},
"console": {
"shutdown": "Вимкнення бота з підом {0}",