email-verification-prompt.php 866B

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. 'title' => 'E-poçt ünvanınızı təsdiqləyin',
  4. 'heading' => 'E-poçt ünvanınızı təsdiqləyin',
  5. 'actions' => [
  6. 'resend_notification' => [
  7. 'label' => 'Yenidən Göndər',
  8. ],
  9. ],
  10. 'messages' => [
  11. 'notification_not_received' => 'Göndərdiyimiz e-poçt gəlmədi?',
  12. 'notification_sent' => ':email ünvanına, daxilində e-poçt ünvanınızı necə təsdiqləyəcəyiniz barədə təlimatlar olan bir e-poçt göndərdik.',
  13. ],
  14. 'notifications' => [
  15. 'notification_resent' => [
  16. 'title' => 'E-poçt yenidən göndərildi.',
  17. ],
  18. 'notification_resend_throttled' => [
  19. 'title' => 'Bir çox yenidən göndərmə cəhdi',
  20. 'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.',
  21. ],
  22. ],
  23. ];