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
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.',
],
],
];