pixelfed/resources/lang/uk/auth.php

20 lines
878 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
/*
|--------------------------------------------------------------------------
| Переклад рядків входу
|--------------------------------------------------------------------------
|
| Наступні рядки використовуються при автентифікації для різних
| повідомлень, які ми показуємо користувачкам і користувачам. Можете
| вільно редагувати ці переклади відповідно до потреб вашого застосунку.
|
*/
'failed' => 'Особові дані не збігаються з нашими записами.',
'throttle' => 'Забагато спроб входу. Повторіть спробу через :seconds секунд.',
];