From bb36c02c6e08619fac25baf0bb71187c4e6bbe6b Mon Sep 17 00:00:00 2001 From: jell04 Date: Fri, 23 Jun 2023 23:17:57 +0300 Subject: [PATCH] Revert "edited ban message" This reverts commit 7f7cf123ddfa2409e5461272055f4b0e416468bf. --- Content.Server/Database/ServerBanDef.cs | 1 - Resources/Locale/en-US/connection-messages.ftl | 3 +-- Resources/Locale/ru-RU/connection-messages.ftl | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Content.Server/Database/ServerBanDef.cs b/Content.Server/Database/ServerBanDef.cs index a6da9e1de6e858..d5bc677184e8fb 100644 --- a/Content.Server/Database/ServerBanDef.cs +++ b/Content.Server/Database/ServerBanDef.cs @@ -77,7 +77,6 @@ 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")} """; } } diff --git a/Resources/Locale/en-US/connection-messages.ftl b/Resources/Locale/en-US/connection-messages.ftl index 99ca14acf10112..834a81b21c0c31 100644 --- a/Resources/Locale/en-US/connection-messages.ftl +++ b/Resources/Locale/en-US/connection-messages.ftl @@ -30,8 +30,7 @@ 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 = 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. +ban-banned-3 = 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 diff --git a/Resources/Locale/ru-RU/connection-messages.ftl b/Resources/Locale/ru-RU/connection-messages.ftl index 6554d1f1b89bd1..27868b9acdada7 100644 --- a/Resources/Locale/ru-RU/connection-messages.ftl +++ b/Resources/Locale/ru-RU/connection-messages.ftl @@ -27,8 +27,7 @@ ban-banned-permanent-appeal = Этот бан можно только обжал ban-expires = Вы получили бан на { $duration } минут, и он истечёт { $time } по UTC (для москосвкого времени добавьте 3 часа). ban-banned-1 = Вам, или другому пользователю этого компьютера или соединения, запрещено здесь играть. ban-banned-2 = Причина бана: "{ $reason }" -ban-banned-3 = Если вы не согласны с выданным наказанием, посетите наш Discord: https://discord.gg/ss220 -ban-banned-4 = Попытки обойти этот бан, например, путём создания нового аккаунта, будут фиксироваться. +ban-banned-3 = Попытки обойти этот бан, например, путём создания нового аккаунта, будут фиксироваться. soft-player-cap-full = Сервер заполнен! panic-bunker-account-denied = Этот сервер находится в режиме "Бункер". В данный момент новые подключения не принимаются. Повторите попытку позже panic-bunker-account-denied-reason = Этот сервер находится в режиме "Бункер", и вам было отказано в доступе. Причина: "{ $reason }"