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,46 @@
<?php
return [
'title' => 'កំណត់ពាក្យសម្ងាត់របស់អ្នកឡើងវិញ',
'heading' => 'ភ្លេចពាក្យសម្ងាត់របស់អ្នក?',
'actions' => [
'login' => [
'label' => 'ត្រលប់ទៅការចូលប្រើប្រាស់',
],
],
'form' => [
'email' => [
'label' => 'អាស័យដ្ធានអ៊ីម៉ែល',
],
'actions' => [
'request' => [
'label' => 'ផ្ញើអ៊ីមែល',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'សំណើច្រើនពេក',
'body' => 'សូមព្យាយាមម្តងទៀតក្នុងរយៈពេល :seconds វិនាទី។',
],
'sent' => [
'body' => 'ប្រសិនបើគណនីរបស់អ្នកមានពិតប្រាកដ អ្នកនឹងទទួលបានអ៊ីមែល។',
],
],
];
@@ -0,0 +1,43 @@
<?php
return [
'title' => 'កំណត់ពាក្យសម្ងាត់របស់អ្នកឡើងវិញ',
'heading' => 'កំណត់ពាក្យសម្ងាត់របស់អ្នកឡើងវិញ',
'form' => [
'email' => [
'label' => 'អាស័យដ្ធានអ៊ីម៉ែល',
],
'password' => [
'label' => 'ពាក្យសម្ងាត់',
'validation_attribute' => 'ពាក្យសម្ងាត់',
],
'password_confirmation' => [
'label' => 'បញ្ជាក់ពាក្យសម្ងាត់',
],
'actions' => [
'reset' => [
'label' => 'កំណត់ពាក្យសម្ងាត់ឡើងវិញ',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'ការព្យាយាមកំណត់ឡើងវិញច្រើនដងពេក',
'body' => 'សូមព្យាយាមម្តងទៀតក្នុងរយៈពេល :seconds វិនាទី។',
],
],
];