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' => 'Əlaqələndir',
'modal' => [
'heading' => ':label Əlaqələndir',
'fields' => [
'record_id' => [
'label' => 'Məlumat',
],
],
'actions' => [
'associate' => [
'label' => 'Əlaqələndir',
],
'associate_another' => [
'label' => 'Əlaqələndir və başqasına başla',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Əlaqələndirildi',
],
],
],
];
+45
View File
@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'İlişdir',
'modal' => [
'heading' => ':label ilişdir',
'fields' => [
'record_id' => [
'label' => 'Məlumat',
],
],
'actions' => [
'attach' => [
'label' => 'İlişdir',
],
'attach_another' => [
'label' => 'İlişdir və başqasına başla',
],
],
],
'notifications' => [
'attached' => [
'title' => 'İlişdirildi',
],
],
],
];
+37
View File
@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => ':label Yarat',
'modal' => [
'heading' => ':label yarat',
'actions' => [
'create' => [
'label' => 'Yarat',
],
'create_another' => [
'label' => 'Yarat və başqasını yarat',
],
],
],
'notifications' => [
'created' => [
'title' => 'Yaradıldı',
],
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Sil',
'modal' => [
'heading' => ':label Sil',
'actions' => [
'delete' => [
'label' => 'Sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Silindi',
],
],
],
'multiple' => [
'label' => 'Seçilənləri sil',
'modal' => [
'heading' => 'Seçilənləri sil',
'actions' => [
'delete' => [
'label' => 'Sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Silindi',
],
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Ayır',
'modal' => [
'heading' => ':label ayır',
'actions' => [
'detach' => [
'label' => 'Ayır',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Ayrıldı',
],
],
],
'multiple' => [
'label' => 'Seçiləni ayır',
'modal' => [
'heading' => ':label seçiləni ayır ',
'actions' => [
'detach' => [
'label' => 'Seçiləni ayır',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Ayrıldı',
],
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Parçala',
'modal' => [
'heading' => ':label parçala',
'actions' => [
'dissociate' => [
'label' => 'Parçala',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Parçalandı',
],
],
],
'multiple' => [
'label' => 'Seçiləni parçala',
'modal' => [
'heading' => ':label seçiləni parçala',
'actions' => [
'dissociate' => [
'label' => 'Seçiləni parçala',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Parçalandı',
],
],
],
];
+33
View File
@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Redaktə et',
'modal' => [
'heading' => ':label redaktə et',
'actions' => [
'save' => [
'label' => 'Yadda saxla',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Yadda saxlanıldı',
],
],
],
];
+77
View File
@@ -0,0 +1,77 @@
<?php
return [
'label' => 'İxrac :label',
'modal' => [
'heading' => 'İxrac :label',
'form' => [
'columns' => [
'label' => 'Sütunlar',
'form' => [
'is_enabled' => [
'label' => ':column aktiv',
],
'label' => [
'label' => ':column etiketi',
],
],
],
],
'actions' => [
'export' => [
'label' => 'İxrac',
],
],
],
'notifications' => [
'completed' => [
'title' => 'İxrac tamamlandı',
'actions' => [
'download_csv' => [
'label' => '.csv olaraq endir',
],
'download_xlsx' => [
'label' => '.xlsx olaraq endir',
],
],
],
'max_rows' => [
'title' => 'İxrac çox böyükdür',
'body' => 'Bir dəfədə 1 sətirdən çox ixrac edə bilməzsiniz.| Bir dəfədə :count sətirdən çox ixrac edə bilməzsiniz.',
],
'started' => [
'title' => 'İxrac başladı',
'body' => 'İxrac başladı və 1 sətir arxa planda işlənəcək.|İxrac başladı və :count sətir arxa planda işlənəcək.',
],
],
'file_name' => 'export-:export_id-:model',
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Həmişəlik sil',
'modal' => [
'heading' => ':label həmişəlik sil',
'actions' => [
'delete' => [
'label' => 'Həmişəlik sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Məlumat həmişəlik silindi',
],
],
],
'multiple' => [
'label' => 'Seçilənləri həmişəlik sil',
'modal' => [
'heading' => ':label seçilənləri həmişəlik sil',
'actions' => [
'delete' => [
'label' => 'Həmişəlik sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Məlumat həmişəlik silindi',
],
],
],
];
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'Tətikləyicilər',
],
];
+81
View File
@@ -0,0 +1,81 @@
<?php
return [
'label' => 'İdxal: :label',
'modal' => [
'heading' => 'İdxal: :label',
'form' => [
'file' => [
'label' => 'Fayl',
'placeholder' => 'Bir CSV faylı seçin',
'rules' => [
'duplicate_columns' => '{0} Fayl bir boş sütun başlığından çox olmamalıdır. |{1,*} Fayl təkrarlanan sütun başlıqlarına sahib olmamalıdır: :columns.',
],
],
'columns' => [
'label' => 'Sütunlar',
'placeholder' => 'Sütunları uyğunlaşdırın',
],
],
'actions' => [
'download_example' => [
'label' => 'Nümunə CSV faylını endir',
],
'import' => [
'label' => 'İdxal',
],
],
],
'notifications' => [
'completed' => [
'title' => 'İdxal tamamlandı',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Uğursuz sətir haqqında məlumatları endir|Uğursuz sətirlər haqqında məlumatları endir',
],
],
],
'max_rows' => [
'title' => 'Seçilən fayl çox böyükdür',
'body' => 'Bir dəfədə 1-dən çox sətiri olan faylı idxal edə bilməzsiniz.|Bir dəfədə :count dən çox sətiri olan faylı idxal edə bilməzsiniz.',
],
'started' => [
'title' => 'İdxal başladı',
'body' => 'İdxal başladı və 1 sətir arxa planda işlənəcək.|İdxal başladı və :count sətir arxa planda işlənəcək',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'xəta',
'system_error' => 'Sistem xətası, texniki dəstək ilə əlaqə saxlayın',
'column_mapping_required_for_new_record' => ':attribute sütunu faylda bir sütuna təyin edilməyib, amma yeni qeydlər yaratmaq üçün tələb olunur.',
],
];
+23
View File
@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Bunu etmək istədiyinizdən əminsiniz?',
'actions' => [
'cancel' => [
'label' => 'İmtina',
],
'confirm' => [
'label' => 'Təsdiqlə',
],
'submit' => [
'label' => 'Təqdim et',
],
],
];
+33
View File
@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Çoxalt',
'modal' => [
'heading' => ':label çoxalt',
'actions' => [
'replicate' => [
'label' => 'Çoxalt',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Məlumat çoxaldıldı',
],
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Bərpa et',
'modal' => [
'heading' => ':label bərpa et',
'actions' => [
'restore' => [
'label' => 'Bərpa et',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Məlumat bərpa edildi',
],
],
],
'multiple' => [
'label' => 'Seçilənləri bərpa et',
'modal' => [
'heading' => ':label seçilənləri bərpa et',
'actions' => [
'restore' => [
'label' => 'Bərpa et',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Məlumatlar bərpa edildi',
],
],
],
];
+25
View File
@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'Göstər',
'modal' => [
'heading' => ':label göstər',
'actions' => [
'close' => [
'label' => 'Bağla',
],
],
],
],
];