Files
tbbank-new/lang/vendor/filament-panels/ru/auth/pages/email-verification/email-verification-prompt.php
2025-10-22 20:08:22 +05:00

36 lines
1.2 KiB
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 [
'title' => 'Подтвердите свой адрес электронной почты',
'heading' => 'Подтвердите свой адрес электронной почты',
'actions' => [
'resend_notification' => [
'label' => 'Отправить еще раз',
],
],
'messages' => [
'notification_not_received' => 'Не получили письмо, которое мы отправили?',
'notification_sent' => 'Мы отправили электронное письмо на адрес :email, содержащее инструкции о том, как подтвердить свой адрес электронной почты.',
],
'notifications' => [
'notification_resent' => [
'title' => 'Мы повторно отправили электронное письмо.',
],
'notification_resend_throttled' => [
'title' => 'Слишком много попыток повторной отправки',
'body' => 'Пожалуйста, попробуйте еще раз через :seconds секунд.',
],
],
];