JaBa/languages/ru-RU/moderation/clear.json

10 lines
No EOL
625 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"DESCRIPTION": "Удалить сообщения!",
"USAGE": "clear [кол-во_сообщений] (@пользователь)",
"EXAMPLES": "clear 10\nclear 10 @Jonny_Bro#4226\nclear all",
"MISSING_AMOUNT": "Укажите кол-во сообщений для удаления!",
"ALL_CONFIRM": "Все сообщения в канале будут удалены! Введите `confirm` для подтверждения",
"CHANNEL_CLEARED": "Канал очищен!",
"CLEARED": "Было удалено **{{amount}}**!",
"CLEARED_MEMBER": "Было удалено **{{amount}}** от **{{username}}**!"
}