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' => 'Xác minh địa chỉ email',
'heading' => 'Xác minh địa chỉ email',
'actions' => [
'resend_notification' => [
'label' => 'Gửi lại',
],
],
'messages' => [
'notification_not_received' => 'Chưa nhận được email?',
'notification_sent' => 'Chúng tôi đã gửi một email đến :email chứa hướng dẫn về cách xác minh địa chỉ email của bạn.',
],
'notifications' => [
'notification_resent' => [
'title' => 'Chúng tôi đã gửi lại email.',
],
'notification_resend_throttled' => [
'title' => 'Quá nhiều lần gửi lại',
'body' => 'Vui lòng thử lại sau :seconds giây.',
],
],
];