Files
template-laravel/lang/be/passwords.php
Gregory Letellier d5b3ccabd9 Init
2023-11-28 12:13:50 +01:00

12 lines
541 B
PHP
Raw Permalink 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
declare(strict_types=1);
return [
'reset' => 'Ваш пароль быў скінуты!',
'sent' => 'Спасылка на скід пароля была адпраўлена!',
'throttled' => 'Калі ласка, пачакайце, перш чым паўтарыць спробу.',
'token' => 'Памылковы код скіду пароля.',
'user' => 'Не атрымалася знайсці карыстальніка з дадзеным электронным адрасам.',
];