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,26 @@
<?php
return [
'title' => 'ইমেইল যাচাই করুন',
'heading' => 'আপনার ইমেইল ঠিকানা যাচাই করুন',
'actions' => [
'resend_notification' => [
'label' => 'যাচাই ইমেইল আবার পাঠান',
],
],
'notifications' => [
'verification_link_sent' => [
'title' => 'যাচাই লিংক পাঠানো হয়েছে',
'body' => 'আপনার ইমেইল ঠিকানায় একটি নতুন যাচাই লিংক পাঠানো হয়েছে।',
],
],
];