photogeodata/lang/vendor/filament-panels/uk/auth/pages/email-verification/email-verification-prompt.php
2026-05-12 20:43:17 +02:00

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