pixelfed/resources/lang/ru/auth.php

20 wiersze
733 B
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 [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Учётные данные не совпадают с нашими записями.',
'throttle' => 'Слишком много попыток входа. Пожалуйста, попробуйте снова через :seconds сек.',
];