You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/lang/ru-RU/auth.php

36 lines
1.7 KiB
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
return [
'verifyYourEmailAddress' => ' - Подтвердите ваш адрес электронной почты',
'loginTitle' => 'Авторизация',
'failed' => 'Учётные данные не совпадают с нашими записями.',
'throttle' => 'Слишком много попыток входа. Пожалуйста, попробуйте снова через :seconds сек.',
'password' => 'Пароль',
'remember' => 'Запомнить меня',
'forgot' => 'Забыли пароль?',
'login' => 'Вход',
'register' => 'Зарегистрироваться',
'reset' => 'Восстановление пароля',
'name' => 'Имя',
'username' => 'Имя пользователя',
'confirm-password' => 'Подтвердите пароль',
'age' => 'Мне не менее 16 лет',
'terms' => 'Зарегистрировавшись, вы соглашаетесь с нашими <a href="'.route('site.terms').'" class="font-weight-bold text-dark">Условиями использования</a> и <a href="'.route('site.privacy').'" class="font-weight-bold text-dark">Политикой конфиденциальности</a>.',
'emailAddress' => 'Адрес электронной почты',
'email' => 'Электронная почта',
'forgotEmail' => 'Забыли E-Mail',
'registerTitle' => 'Зарегистрировать новый аккаунт',
'sendReset' => 'Отправить ссылку на сброс пароля',
'backLogin' => 'Назад к входу',
'signInMastodon' => 'Войти через Mastodon',
];