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) private void MakeButtonReady(OhioLobbyTextButton button)
{ {
button.ButtonText = "Ready"; button.ButtonText = "Готов";
} }
private void MakeButtonUnReady(OhioLobbyTextButton button) private void MakeButtonUnReady(OhioLobbyTextButton button)
{ {
button.ButtonText = "Not Ready"; button.ButtonText = "Не готов";
} }
private void MakeButtonJoinGame(OhioLobbyTextButton button) private void MakeButtonJoinGame(OhioLobbyTextButton button)
{ {
button.ButtonText = "Join Game"; button.ButtonText = "Присоединиться к игре";
} }
private async void PopulateChangelog() private async void PopulateChangelog()

View File

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