Files
biiproject-kit-v1/lang/vendor/filament-panels/hu/auth/pages/email-verification/email-verification-prompt.php
T

36 lines
829 B
PHP

<?php
return [
'title' => 'Erősítsd meg az email címed',
'heading' => 'Erősítsd meg az email címed',
'actions' => [
'resend_notification' => [
'label' => 'Újraküldés',
],
],
'messages' => [
'notification_not_received' => 'Nem kaptad meg az emailt?',
'notification_sent' => 'Küldtünk egy emailt a(z) :email címre, amely tartalmazza az email címed ellenőrzésére vonatkozó utasításokat.',
],
'notifications' => [
'notification_resent' => [
'title' => 'Újra elküldtük az emailt.',
],
'notification_resend_throttled' => [
'title' => 'Túl sok újraküldési kísérlet',
'body' => 'Kérjük, hogy próbáld meg újra :seconds másodperc múlva.',
],
],
];