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
+64
View File
@@ -0,0 +1,64 @@
<?php
return [
'label' => 'ኤክስፖርት :label',
'modal' => [
'heading' => 'ኤክስፖርት :label',
'form' => [
'columns' => [
'label' => 'አምዶች',
'form' => [
'is_enabled' => [
'label' => ':column በርቶዋል',
],
'label' => [
'label' => ':column መለያ',
],
],
],
],
'actions' => [
'export' => [
'label' => 'ኤክስፖርት',
],
],
],
'notifications' => [
'completed' => [
'title' => 'ኤክስፖርት ተጠናቋል',
'actions' => [
'download_csv' => [
'label' => '.csv አውርድ',
],
'download_xlsx' => [
'label' => '.xlsx አውርድ',
],
],
],
'max_rows' => [
'title' => 'ይህ በጣም ትልቅ ነው',
'body' => 'በአንድ ጊዜ ከ 1 ረድፍ በላይ ኤክስፖርት ማድረግ አይችሉም።|ረድፎችን በአንድ ጊዜ ከ:count በላይ ኤክስፖርት ማድረግ አይችሉም።',
],
'started' => [
'title' => 'ኤክስፖርት ተጀምሮዋል',
'body' => 'ኤክስፖርቱ ተጀምሯል እና 1 ረድፍ ከበስተጀርባ ይካሄዳል።|ኤክስፖርቱ ጀምሯል እና :count ረድፎች ከበስተጀርባ ይከናወናሉ.',
],
],
'file_name' => 'export-:export_id-:model',
];