email-verification-prompt.php 828B

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. 'title' => 'Erősítsd meg az email címed',
  4. 'heading' => 'Erősítsd meg az email címed',
  5. 'actions' => [
  6. 'resend_notification' => [
  7. 'label' => 'Újraküldés',
  8. ],
  9. ],
  10. 'messages' => [
  11. 'notification_not_received' => 'Nem kaptad meg az emailt?',
  12. '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.',
  13. ],
  14. 'notifications' => [
  15. 'notification_resent' => [
  16. 'title' => 'Újra elküldtük az emailt.',
  17. ],
  18. 'notification_resend_throttled' => [
  19. 'title' => 'Túl sok újraküldési kísérlet',
  20. 'body' => 'Kérjük, hogy próbáld meg újra :second másodperc múlva.',
  21. ],
  22. ],
  23. ];