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,37 @@
<?php
return [
'title' => 'יצירת :label',
'breadcrumb' => 'יצירה',
'form' => [
'actions' => [
'cancel' => [
'label' => 'ביטול',
],
'create' => [
'label' => 'יצירה',
],
'create_another' => [
'label' => 'צור וצור עוד אחד',
],
],
],
'notifications' => [
'created' => [
'title' => 'נוצר',
],
],
];
@@ -0,0 +1,43 @@
<?php
return [
'title' => 'עריכת :label',
'breadcrumb' => 'עריכה',
'navigation_label' => 'עריכה',
'form' => [
'actions' => [
'cancel' => [
'label' => 'ביטול',
],
'save' => [
'label' => 'שמור שינויים',
],
],
],
'content' => [
'tab' => [
'label' => 'עריכה',
],
],
'notifications' => [
'saved' => [
'title' => 'נשמר בהצלחה',
],
],
];
@@ -0,0 +1,7 @@
<?php
return [
'breadcrumb' => 'רשימה',
];
@@ -0,0 +1,17 @@
<?php
return [
'title' => 'הצגת :label',
'breadcrumb' => 'הצגה',
'content' => [
'tab' => [
'label' => 'הצגה',
],
],
];