feat: translate web interface to Russian
This commit is contained in:
@@ -3,18 +3,18 @@
|
||||
@inject NavigationManager Navigation
|
||||
@inject IConfiguration Configuration
|
||||
|
||||
<PageTitle>Login - GM-Relay</PageTitle>
|
||||
<PageTitle>Вход - GM-Relay</PageTitle>
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-center mt-5">
|
||||
<div class="col-md-6 text-center">
|
||||
<h3>GM-Relay Control Panel</h3>
|
||||
<p class="text-muted">Please log in as a Game Master to manage your sessions.</p>
|
||||
<h3>Панель управления GM-Relay</h3>
|
||||
<p class="text-muted">Пожалуйста, войдите как Мастер Игры для управления сессиями.</p>
|
||||
|
||||
<div class="mt-4">
|
||||
@if (Navigation.Uri.Contains("error=auth_failed"))
|
||||
{
|
||||
<div class="alert alert-danger">Authentication failed. Please try again.</div>
|
||||
<div class="alert alert-danger">Ошибка аутентификации. Пожалуйста, попробуйте снова.</div>
|
||||
}
|
||||
|
||||
@* Telegram Login Widget *@
|
||||
|
||||
Reference in New Issue
Block a user