valeria dai deneg (#712)
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user