New Crowdin updates (#30)

* New translations LandingPage.resx (Russian)

* New translations BaseLayout.resx (Russian)
This commit is contained in:
jvyden 2022-04-15 20:49:09 -04:00 committed by GitHub
commit 156d8393c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

@ -43,24 +43,24 @@
</data> </data>
<data name="header_authentication" xml:space="preserve"> <data name="header_authentication" xml:space="preserve">
<value>Authentication</value> <value>Аутентификация</value>
<comment>A button on the header that takes you to a list of authentication attempts.</comment> <comment>A button on the header that takes you to a list of authentication attempts.</comment>
</data> </data>
<data name="header_loginRegister" xml:space="preserve"> <data name="header_loginRegister" xml:space="preserve">
<value>Login / Register</value> <value>Вход / Регистрация</value>
<comment>A button on the header that lets you log in or register.</comment> <comment>A button on the header that lets you log in or register.</comment>
</data> </data>
<data name="header_profile" xml:space="preserve"> <data name="header_profile" xml:space="preserve">
<value>Profile</value> <value>Профиль</value>
<comment>A quick shortcut on the header to take you to your profile if logged in.</comment> <comment>A quick shortcut on the header to take you to your profile if logged in.</comment>
</data> </data>
<data name="header_adminPanel" xml:space="preserve"> <data name="header_adminPanel" xml:space="preserve">
<value>Admin Panel</value> <value>Админпанель</value>
<comment>A header link that takes you to the admin panel if available.</comment> <comment>A header link that takes you to the admin panel if available.</comment>
</data> </data>
<data name="header_logout" xml:space="preserve"> <data name="header_logout" xml:space="preserve">
<value>Log out</value> <value>Выйти</value>
<comment>A shortcut to log you out of your account.</comment> <comment>A shortcut to log you out of your account.</comment>
</data> </data>
</root> </root>

View file

@ -23,32 +23,32 @@
</resheader> </resheader>
<data name="welcome" xml:space="preserve"> <data name="welcome" xml:space="preserve">
<value>Welcome to Project Lighthouse!</value> <value>Добро пожаловать в Project Lighthouse!</value>
<comment>A greeting on the main page of the website.</comment> <comment>A greeting on the main page of the website.</comment>
</data> </data>
<data name="loggedInAs" xml:space="preserve"> <data name="loggedInAs" xml:space="preserve">
<value>You are currently logged in as {0}.</value> <value>Вы вошли как {0}</value>
<comment>A greeting on the main page of the website.</comment> <comment>A greeting on the main page of the website.</comment>
</data> </data>
<data name="users_none" xml:space="preserve"> <data name="users_none" xml:space="preserve">
<value>There are no users online. Why not hop on?</value> <value>Нет пользователей в сети. Почему бы и не поиграть?</value>
<comment>A greeting on the main page of the website.</comment> <comment>A greeting on the main page of the website.</comment>
</data> </data>
<data name="users_single" xml:space="preserve"> <data name="users_single" xml:space="preserve">
<value>There is 1 user currently online:</value> <value>Сейчас в сети 1 пользователь:</value>
<comment>A greeting on the main page of the website.</comment> <comment>A greeting on the main page of the website.</comment>
</data> </data>
<data name="users_multiple" xml:space="preserve"> <data name="users_multiple" xml:space="preserve">
<value>There are currently {0} users online:</value> <value>В настоящее время сейчас {0} онлайн:</value>
<comment>A greeting on the main page of the website.</comment> <comment>A greeting on the main page of the website.</comment>
</data> </data>
<data name="authAttemptsPending" xml:space="preserve"> <data name="authAttemptsPending" xml:space="preserve">
<value>You have {0} authentication attempts pending. Click here to view them.</value> <value>У вас есть {0} попыток аутентификации в ожидании. Нажмите здесь, чтобы просмотреть их.</value>
<comment>A greeting on the main page of the website.</comment> <comment>A greeting on the main page of the website.</comment>
</data> </data>
</root> </root>