email-verification-prompt.php 780B

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. 'title' => '이메일 주소 확인',
  4. 'heading' => '이메일 주소 확인',
  5. 'actions' => [
  6. 'resend_notification' => [
  7. 'label' => '재전송',
  8. ],
  9. ],
  10. 'messages' => [
  11. 'notification_not_received' => '이메일을 받지 못하셨나요?',
  12. 'notification_sent' => '이메일 인증에 대한 안내가 포함된 이메일을 :email로 보냈습니다.',
  13. ],
  14. 'notifications' => [
  15. 'notification_resent' => [
  16. 'title' => '이메일을 다시 보냈습니다.',
  17. ],
  18. 'notification_resend_throttled' => [
  19. 'title' => '너무 많이 시도했습니다',
  20. 'body' => ':seconds 초 후에 다시 시도해 주세요.',
  21. ],
  22. ],
  23. ];