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
+45
View File
@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'សហការី',
'modal' => [
'heading' => 'សហការី :label',
'fields' => [
'record_id' => [
'label' => 'ទិន្នន័យ',
],
],
'actions' => [
'associate' => [
'label' => 'សហការី',
],
'associate_another' => [
'label' => 'សេពគប់ & សេពគប់អ្នកដទៃ',
],
],
],
'notifications' => [
'associated' => [
'title' => 'ពាក់ព័ន្ធ',
],
],
],
];
+45
View File
@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'ភ្ជាប់',
'modal' => [
'heading' => 'ភ្ជាប់ :label',
'fields' => [
'record_id' => [
'label' => 'ទិន្នន័យ',
],
],
'actions' => [
'attach' => [
'label' => 'ភ្ជាប់',
],
'attach_another' => [
'label' => 'ភ្ជាប់ & ភ្ជាប់ឡើងវិញ',
],
],
],
'notifications' => [
'attached' => [
'title' => 'បានភ្ជាប់ជោគជ័យ',
],
],
],
];
+37
View File
@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'បង្កើត :label ថ្មី',
'modal' => [
'heading' => 'បង្កើត :label',
'actions' => [
'create' => [
'label' => 'បង្កើត',
],
'create_another' => [
'label' => 'បង្កើត & បង្កើតឡើងវិញ',
],
],
],
'notifications' => [
'created' => [
'title' => 'បានបង្កើត',
],
],
],
];
+73
View File
@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'លុប',
'modal' => [
'heading' => 'លុប :label',
'actions' => [
'delete' => [
'label' => 'លុប',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'បានលុប',
],
],
],
'multiple' => [
'label' => 'លុបចោលការជ្រើសរើស',
'modal' => [
'heading' => 'លុបចោលការជ្រើសរើស :label',
'actions' => [
'delete' => [
'label' => 'លុប',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'បានលុប',
],
'deleted_partial' => [
'title' => 'បានលុប :count នៃ :total',
'missing_authorization_failure_message' => 'អ្នកមិនមានសិទ្ធិលុប :count ទេ។',
'missing_processing_failure_message' => ':count មិនអាចលុបបានទេ។',
],
'deleted_none' => [
'title' => 'បរាជ័យក្នុងការលុប',
'missing_authorization_failure_message' => 'អ្នកមិនមានសិទ្ធិលុប :count ទេ។',
'missing_processing_failure_message' => ':count មិនអាចលុបបានទេ។',
],
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'ផ្ដាច់',
'modal' => [
'heading' => 'ផ្ដាច់ :label',
'actions' => [
'detach' => [
'label' => 'ផ្ដាច់',
],
],
],
'notifications' => [
'detached' => [
'title' => 'បានផ្ដាច់',
],
],
],
'multiple' => [
'label' => 'ផ្ដាច់នៃការជ្រើសរើស',
'modal' => [
'heading' => 'បានផ្ដាច់នៃការជ្រើសរើស :label',
'actions' => [
'detach' => [
'label' => 'ផ្ដាច់',
],
],
],
'notifications' => [
'detached' => [
'title' => 'បានផ្ដាច់',
],
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'ផ្តាច់ខ្លួន',
'modal' => [
'heading' => 'ផ្តាច់ខ្លួន :label',
'actions' => [
'dissociate' => [
'label' => 'ផ្តាច់ខ្លួន',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'បែកគ្នា',
],
],
],
'multiple' => [
'label' => 'បានជ្រើសរើសផ្តាច់មុខ',
'modal' => [
'heading' => 'បានជ្រើសរើសផ្តាច់មុខ :label',
'actions' => [
'dissociate' => [
'label' => 'ផ្តាច់ខ្លួន',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'បែកគ្នា។',
],
],
],
];
+33
View File
@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'កែសម្រួល',
'modal' => [
'heading' => 'កែសម្រួល :label',
'actions' => [
'save' => [
'label' => 'រក្សាទុកការផ្លាស់ប្តូរ',
],
],
],
'notifications' => [
'saved' => [
'title' => 'បានរក្សាទុក',
],
],
],
];
+91
View File
@@ -0,0 +1,91 @@
<?php
return [
'label' => 'ទាញយក :label',
'modal' => [
'heading' => 'ទាញយក :label',
'form' => [
'columns' => [
'label' => 'ជួរឈរ',
'form' => [
'is_enabled' => [
'label' => ':column បើកដំណើរការ',
],
'label' => [
'label' => ':column ស្លាក សញ្ញា',
],
],
'actions' => [
'select_all' => [
'label' => 'ជ្រើសរើសទាំងអស់',
],
'deselect_all' => [
'label' => 'ដកការជ្រើសរើសទាំងអស់',
],
],
],
],
'actions' => [
'export' => [
'label' => 'ទាញយក',
],
],
],
'notifications' => [
'completed' => [
'title' => 'បញ្ចប់ការទាញយក',
'actions' => [
'download_csv' => [
'label' => 'ទាញយក .csv',
],
'download_xlsx' => [
'label' => 'ទាញយក .xlsx',
],
],
],
'no_columns' => [
'title' => 'មិនមានជួរឈរត្រូវបានជ្រើសរើសទេ',
'body' => 'សូមជ្រើសរើសយ៉ាងហោចណាស់មួយជួរឈរដើម្បីនាំចេញ។',
],
'max_rows' => [
'title' => 'ការទាញយកមានទំហំធំពេក',
'body' => 'អ្នកមិនអាចទាញយកលើសពី 1 ជួរក្នុងពេលតែមួយបានទេ។ | អ្នកមិនអាចទាញយកលើសពី :count ជួរក្នុងពេលតែមួយបានទេ។',
],
'started' => [
'title' => 'ចាប់ផ្ដើមទាញយក',
'body' => 'ការទាញយករបស់អ្នកបានចាប់ផ្តើមហើយ 1 ជួរនឹងត្រូវបានដំណើរការក្នុងផ្ទៃខាងក្រោយ។. អ្នក​នឹង​ទទួល​បាន​ការ​ជូន​ដំណឹង​ជាមួយ​នឹង​តំណ​ទាញ​យក​នៅ​ពេល​ដែល​វា​បាន​បញ្ចប់។.|ការទាញយករបស់អ្នកបានចាប់ផ្តើមហើយ :count ជួរនឹងត្រូវបានដំណើរការក្នុងផ្ទៃខាងក្រោយ។. អ្នក​នឹង​ទទួល​បាន​ការ​ជូន​ដំណឹង​ជាមួយ​នឹង​តំណ​ទាញ​យក​នៅ​ពេល​ដែល​វា​បាន​បញ្ចប់។.',
],
],
'file_name' => 'export-:export_id-:model',
];
+72
View File
@@ -0,0 +1,72 @@
<?php
return [
'single' => [
'label' => 'បង្ខំ​លុប',
'modal' => [
'heading' => 'បង្ខំ​លុប :label',
'actions' => [
'delete' => [
'label' => 'លុប',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'បានលុប',
],
],
],
'multiple' => [
'label' => 'បង្ខំការលុបដែលបានជ្រើសរើស',
'modal' => [
'heading' => 'បង្ខំការលុបដែលបានជ្រើសរើស :label',
'actions' => [
'delete' => [
'label' => 'លុប',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'បានលុប',
],
'deleted_partial' => [
'title' => 'Deleted :count of :total',
'missing_authorization_failure_message' => 'You don\'t have permission to delete :count.',
'missing_processing_failure_message' => ':count could not be deleted.',
],
'deleted_none' => [
'title' => 'Failed to delete',
'missing_authorization_failure_message' => 'You don\'t have permission to delete :count.',
'missing_processing_failure_message' => ':count could not be deleted.',
],
],
],
];
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'សកម្មភាព',
],
];
+85
View File
@@ -0,0 +1,85 @@
<?php
return [
'label' => 'ដាក់ចូល :label',
'modal' => [
'heading' => 'ដាក់ចូល :label',
'form' => [
'file' => [
'label' => 'ឯកសារ',
'placeholder' => 'ផ្ទុកឡើងឯកសារ CSV',
'rules' => [
'duplicate_columns' => '{0} ឯកសារមិនត្រូវមានបឋមកថាជួរឈរទទេច្រើនជាងមួយទេ។.|{1,*} ឯកសារមិនត្រូវមានបឋមកថាជួរឈរស្ទួនទេ។: :columns.',
],
],
'columns' => [
'label' => 'ជួរឈរ',
'placeholder' => 'ជ្រើសរើសជួរឈរ',
],
],
'actions' => [
'download_example' => [
'label' => 'ទាញយកឯកសារ CSV (ឧទាហរណ៍)',
],
'import' => [
'label' => 'ដាក់ចូល',
],
],
],
'notifications' => [
'completed' => [
'title' => 'ដាក់ចូលបានបញ្ចប់',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'ទាញយកព័ត៌មានអំពីជួរដែលបរាជ័យ|ទាញយកព័ត៌មានអំពីជួរដែលបរាជ័យ',
],
],
],
'max_rows' => [
'title' => 'ឯកសារ CSV ដែលបានបង្ហោះមានទំហំធំពេក',
'body' => 'អ្នកមិនអាចនាំចូលលើសពី 1 ជួរក្នុងពេលតែមួយបានទេ។|អ្នកមិនអាចនាំចូលលើសពី :count ជួរដេកក្នុងពេលតែមួយ។',
],
'started' => [
'title' => 'ចាប់ផ្ដើមដាក់ចូល',
'body' => 'ការនាំចូលរបស់អ្នកបានចាប់ផ្តើម ហើយ 1 ជួរនឹងត្រូវបានដំណើរការនៅផ្ទៃខាងក្រោយ។|ការនាំចូលរបស់អ្នកបានចាប់ផ្តើមហើយ :count ជួរដេកនឹងត្រូវបានដំណើរការនៅផ្ទៃខាងក្រោយ។',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'កំហុស',
'system_error' => 'ប្រព័ន្ធមានកំហុស,សូមទាក់ទងផ្នែកជំនួយ។',
'column_mapping_required_for_new_record' => 'ជួរឈរ :attribute មិនត្រូវបានផ្គូផ្គងទៅនឹងជួរឈរក្នុងឯកសារនោះទេ ប៉ុន្តែវាត្រូវបានទាមទារសម្រាប់ការបង្កើតទិន្នន័យថ្មី។',
],
];
+23
View File
@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'តើអ្នកប្រាកដទេថាអ្នកចង់ធ្វើបែបនេះ?',
'actions' => [
'cancel' => [
'label' => 'លុបចោល',
],
'confirm' => [
'label' => 'យល់ព្រម',
],
'submit' => [
'label' => 'ស្នើសុំ',
],
],
];
+10
View File
@@ -0,0 +1,10 @@
<?php
return [
'throttled' => [
'title' => 'ការព្យាយាមច្រើនពេក',
'body' => 'សូមព្យាយាមម្ដងទៀតក្នុងរយៈពេល :seconds វិនាទី។',
],
];
+33
View File
@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'ចម្លង',
'modal' => [
'heading' => 'ចម្លង :label',
'actions' => [
'replicate' => [
'label' => 'ចម្លង',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'ចម្លង',
],
],
],
];
+73
View File
@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'ស្តារ',
'modal' => [
'heading' => 'ស្តារ :label',
'actions' => [
'restore' => [
'label' => 'ស្តារ',
],
],
],
'notifications' => [
'restored' => [
'title' => 'បានស្ដារឡើងវិញ',
],
],
],
'multiple' => [
'label' => 'បានជ្រើសរើសឡើងវិញ',
'modal' => [
'heading' => 'បានជ្រើសរើសឡើងវិញ :label',
'actions' => [
'restore' => [
'label' => 'ស្តារ',
],
],
],
'notifications' => [
'restored' => [
'title' => 'បានស្ដារឡើងវិញ',
],
'restored_partial' => [
'title' => 'បានស្តារ :count នៃ :total',
'missing_authorization_failure_message' => 'អ្នកមិនមានសិទ្ធិស្តារ :count ទេ។',
'missing_processing_failure_message' => ':count មិនអាចស្តារបានទេ។',
],
'restored_none' => [
'title' => 'បរាជ័យក្នុងការស្តារ',
'missing_authorization_failure_message' => 'អ្នកមិនមានសិទ្ធិស្តារ :count ទេ។',
'missing_processing_failure_message' => ':count មិនអាចស្តារបានទេ។',
],
],
],
];
+25
View File
@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'មើល',
'modal' => [
'heading' => 'មើល :label',
'actions' => [
'close' => [
'label' => 'បិទ',
],
],
],
],
];