Skip to content

Commit

Permalink
Revert "Revert "edited ban message""
Browse files Browse the repository at this point in the history
This reverts commit 72f520a.
  • Loading branch information
aw-c committed Jun 23, 2023
1 parent 32582d3 commit 56bf659
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Content.Server/Database/ServerBanDef.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public string FormatBanMessage(IConfigurationManager cfg, ILocalizationManager l
{loc.GetString("ban-banned-2", ("reason", Reason))}
{expires}
{loc.GetString("ban-banned-3")}
{loc.GetString("ban-banned-4")}
""";
}
}
Expand Down
3 changes: 2 additions & 1 deletion Resources/Locale/en-US/connection-messages.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ ban-banned-permanent-appeal = This ban will only be removed via appeal. You can
ban-expires = This ban is for {$duration} minutes and will expire at {$time} UTC.
ban-banned-1 = You, or another user of this computer or connection, are banned from playing here.
ban-banned-2 = The ban reason is: "{$reason}"
ban-banned-3 = Attempts to circumvent this ban such as creating a new account will be logged.
ban-banned-3 = If you don't agree with the sanction, you can apeal it in our Discord: https://discord.gg/ss220
ban-banned-4 = Attempts to circumvent this ban such as creating a new account will be logged.
soft-player-cap-full = The server is full!
panic-bunker-account-denied = This server is in panic bunker mode. New connections are not being accepted at this time. Try again later
Expand Down
3 changes: 2 additions & 1 deletion Resources/Locale/ru-RU/connection-messages.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ban-banned-permanent-appeal = Этот бан можно только обжал
ban-expires = Вы получили бан на { $duration } минут, и он истечёт { $time } по UTC (для москосвкого времени добавьте 3 часа).
ban-banned-1 = Вам, или другому пользователю этого компьютера или соединения, запрещено здесь играть.
ban-banned-2 = Причина бана: "{ $reason }"
ban-banned-3 = Попытки обойти этот бан, например, путём создания нового аккаунта, будут фиксироваться.
ban-banned-3 = Если вы не согласны с выданным наказанием, посетите наш Discord: https://discord.gg/ss220
ban-banned-4 = Попытки обойти этот бан, например, путём создания нового аккаунта, будут фиксироваться.
soft-player-cap-full = Сервер заполнен!
panic-bunker-account-denied = Этот сервер находится в режиме "Бункер". В данный момент новые подключения не принимаются. Повторите попытку позже
panic-bunker-account-denied-reason = Этот сервер находится в режиме "Бункер", и вам было отказано в доступе. Причина: "{ $reason }"
Expand Down

0 comments on commit 56bf659

Please sign in to comment.