From 56bf659d89318aea00bd10ac637102bd77a7d519 Mon Sep 17 00:00:00 2001 From: jell04 Date: Fri, 23 Jun 2023 23:19:18 +0300 Subject: [PATCH] Revert "Revert "edited ban message"" This reverts commit 72f520a05c546a4e750af1f2719607efb139e6b7. --- 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, 5 insertions(+), 2 deletions(-) diff --git a/Content.Server/Database/ServerBanDef.cs b/Content.Server/Database/ServerBanDef.cs index d5bc677184e8fb..a6da9e1de6e858 100644 --- a/Content.Server/Database/ServerBanDef.cs +++ b/Content.Server/Database/ServerBanDef.cs @@ -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")} """; } } diff --git a/Resources/Locale/en-US/connection-messages.ftl b/Resources/Locale/en-US/connection-messages.ftl index 834a81b21c0c31..99ca14acf10112 100644 --- a/Resources/Locale/en-US/connection-messages.ftl +++ b/Resources/Locale/en-US/connection-messages.ftl @@ -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 diff --git a/Resources/Locale/ru-RU/connection-messages.ftl b/Resources/Locale/ru-RU/connection-messages.ftl index 27868b9acdada7..6554d1f1b89bd1 100644 --- a/Resources/Locale/ru-RU/connection-messages.ftl +++ b/Resources/Locale/ru-RU/connection-messages.ftl @@ -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 }"