mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-08 23:16:28 +03:00
Fix durations blocking command handler thread
Add "This punishment will expire in" text to ban/mute notifications
This commit is contained in:
parent
04facc3de2
commit
e41a459f6f
6 changed files with 51 additions and 28 deletions
|
@ -100,7 +100,7 @@
|
|||
<value>Тебя забанил {0} на сервере {1} за {2}</value>
|
||||
</data>
|
||||
<data name="UserBanned" xml:space="preserve">
|
||||
<value>{0} банит {1} за {2}</value>
|
||||
<value>{0} банит {1} за {2}{3}</value>
|
||||
</data>
|
||||
<data name="PunishmentExpired" xml:space="preserve">
|
||||
<value>Время наказания истекло</value>
|
||||
|
@ -124,7 +124,7 @@
|
|||
<value>{0} выгоняет {1} за {2}</value>
|
||||
</data>
|
||||
<data name="MemberMuted" xml:space="preserve">
|
||||
<value>{0} глушит {1} за {2}</value>
|
||||
<value>{0} глушит {1} за {2}{3}</value>
|
||||
</data>
|
||||
<data name="Milliseconds" xml:space="preserve">
|
||||
<value>мс</value>
|
||||
|
@ -240,4 +240,7 @@
|
|||
<data name="CurrentSettingsReceiveStartupMessages" xml:space="preserve">
|
||||
<value>Получать сообщения о запуске (`receiveStartupMessages`): {0}{1}</value>
|
||||
</data>
|
||||
<data name="PunishmentExpiresIn" xml:space="preserve">
|
||||
<value>{0}Это наказание истечёт <t:{1}:R></value>
|
||||
</data>
|
||||
</root>
|
Loading…
Add table
Add a link
Reference in a new issue