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
+85
View File
@@ -0,0 +1,85 @@
<?php
return [
'label' => ':Label lâkluhna',
'modal' => [
'heading' => ':Label lâkluhna',
'form' => [
'file' => [
'label' => 'File',
'placeholder' => 'CSV file upload rawh',
'rules' => [
'duplicate_columns' => '{0} File hian column header awmlo pakhat aia tam anei theilo.|{1,*} File hian column header in ang a nei theilo: :columns.',
],
],
'columns' => [
'label' => 'Columns',
'placeholder' => 'Column thlang rawh',
],
],
'actions' => [
'download_example' => [
'label' => 'CSV example file download rawh',
],
'import' => [
'label' => 'Lâkluhna',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Lâkluh a zo e.',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'A hlawhchham na chhan download rawh|A hlawhchham na chhan te download rawh',
],
],
],
'max_rows' => [
'title' => 'CSV file upload hi a lian lutuk',
'body' => 'Vawikhatah row 1 ai a tam a lâkluh theiloh.|Vawikhatah rows :count ai a tam a lâkluh theiloh',
],
'started' => [
'title' => 'Lâkluh a intan e.',
'body' => 'I lâkluh a intan a, row 1 background ah a insiam ang.|I lâkluh a intan a, rows :count background ah a insiam ang.',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'error',
'system_error' => 'System error, please contact support.',
'column_mapping_required_for_new_record' => 'He :attribute column hi file a column nen a inmil lo, mahse records thar siamnan indah mil ngei a ngai.',
],
];