email-verification-prompt.php 836B

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. 'title' => 'E-posta adresinizi doğrulayın',
  4. 'heading' => 'E-posta adresinizi doğrulayın',
  5. 'actions' => [
  6. 'resend_notification' => [
  7. 'label' => 'Yeniden Gönder',
  8. ],
  9. ],
  10. 'messages' => [
  11. 'notification_not_received' => 'Gönderdiğimiz e-postayı almadınız mı?',
  12. 'notification_sent' => ':email adresine, e-posta adresinizi nasıl doğrulayacağınıza ilişkin talimatları içeren bir e-posta gönderdik.',
  13. ],
  14. 'notifications' => [
  15. 'notification_resent' => [
  16. 'title' => 'E-posta yeniden gönderildi.',
  17. ],
  18. 'notification_resend_throttled' => [
  19. 'title' => 'Çok fazla yeniden gönderme denemesi',
  20. 'body' => 'Lütfen :seconds saniye sonra tekrar deneyin.',
  21. ],
  22. ],
  23. ];