Files
biiproject-kit-v1/lang/vendor/filament-panels/he/auth/pages/email-verification/email-verification-prompt.php
T

36 lines
896 B
PHP

<?php
return [
'title' => 'אמת את כתובת הדוא"ל שלך',
'heading' => 'אמת את כתובת הדוא"ל שלך',
'actions' => [
'resend_notification' => [
'label' => 'שלח שוב',
],
],
'messages' => [
'notification_not_received' => 'לא קבלת את הדוא"ל ששלחנו?',
'notification_sent' => 'שלחנו הודעת דואר אלקטרוני ל-:email עם הוראות כיצד לאמת את כתובת הדוא"ל שלך.',
],
'notifications' => [
'notification_resent' => [
'title' => 'שלחנו שוב את הדוא"ל.',
],
'notification_resend_throttled' => [
'title' => 'יותר מדי נסיונות של שליחה מחדש',
'body' => 'אנא נסה שוב בעוד :seconds שניות.',
],
],
];