Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edited ban messages #85

Merged
merged 1 commit into from
Jun 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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