email-verification-prompt.php 754B

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. 'title' => 'Potvrďte svoju emailovú adresu',
  4. 'heading' => 'Potvrďte svoju emailovú adresu',
  5. 'actions' => [
  6. 'resend_notification' => [
  7. 'label' => 'Odoslať znovu',
  8. ],
  9. ],
  10. 'messages' => [
  11. 'notification_not_received' => 'Nedostali ste email?',
  12. 'notification_sent' => 'Poslali sme email na adresu :email s inštrukciami na overenie emailovej adresy.',
  13. ],
  14. 'notifications' => [
  15. 'notification_resent' => [
  16. 'title' => 'Znovu sme odoslali email.',
  17. ],
  18. 'notification_resend_throttled' => [
  19. 'title' => 'Príliš veľa pokusov',
  20. 'body' => 'Vyskúšajte to znovu o :seconds sekúnd.',
  21. ],
  22. ],
  23. ];