valeria dai deneg (#712)

This commit is contained in:
Jabak
2024-09-26 23:31:13 +03:00
committed by GitHub
parent 71e8aff177
commit 3ee309a495
2 changed files with 14 additions and 14 deletions

View File

@@ -295,17 +295,17 @@ namespace Content.Client.Lobby
private void MakeButtonReady(OhioLobbyTextButton button)
{
button.ButtonText = "Ready";
button.ButtonText = "Готов";
}
private void MakeButtonUnReady(OhioLobbyTextButton button)
{
button.ButtonText = "Not Ready";
button.ButtonText = "Не готов";
}
private void MakeButtonJoinGame(OhioLobbyTextButton button)
{
button.ButtonText = "Join Game";
button.ButtonText = "Присоединиться к игре";
}
private async void PopulateChangelog()

View File

@@ -75,44 +75,44 @@
Access="Public"
ToggleMode="True"
ButtonText="Ready"
Margin="0 0 0 10" />
Margin="0 0 0 7" />
<buttons:OhioUICommandButton
Name="ObserveButton"
WindowType="{x:Type lobbyUi:ObserveWarningWindow}"
Access="Public"
ButtonText="Observe"
Margin="0 10 0 10" />
ButtonText="Наблюдать"
Margin="0 7 0 7" />
<buttons:OhioLobbyTextButton
Name="CharacterSetupButton"
Access="Public"
ButtonText="Character Setup"
Margin="0 10 0 10" />
ButtonText="Настройка персонажа"
Margin="0 7 0 7" />
<buttons:OhioLobbyTextButton
Name="OptionsButton"
Access="Public"
ButtonText="Options"
Margin="0 10 0 10" />
ButtonText="Опции"
Margin="0 7 0 7" />
<buttons:OhioLobbyTextButton
Name="AHelpButton"
Access="Public"
ButtonText="AHelp"
Margin="0 10 0 10" />
Margin="0 7 0 8" />
<buttons:OhioLobbyTextButton
Name="DiscordButton"
Access="Public"
ButtonText="Привязать Discord"
Margin="0 10 0 10" />
Margin="0 7 0 7" />
<buttons:OhioLobbyTextButton
Name="QuitButton"
Access="Public"
ButtonText="Quit"
Margin="0 10 0 0" />
ButtonText="Выйти"
Margin="0 7 0 0" />
</BoxContainer>