feat: add routes, lang, tests, stubs, docs, and docker configurations

This commit is contained in:
2026-05-21 16:05:16 +07:00
parent fad70d096b
commit 28a06315b8
3385 changed files with 177070 additions and 0 deletions
@@ -0,0 +1,35 @@
<?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 שניות.',
],
],
];