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 सेकेण्डमा पुनः प्रयास गर्नुहोस्।',
],
],
];