Uchiha Bayu Senju 4654a2e350
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
Upload
2025-04-27 23:55:09 +07:00

36 lines
1.0 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 секунд.',
],
],
];