feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => ':label बनाएँ',
|
||||
|
||||
'breadcrumb' => 'बनाएँ',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'रद्द करें',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
'label' => 'बनाएँ',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'बनाएँ और एक और बनाएँ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'बन गया',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => ':label संपादित करें',
|
||||
|
||||
'breadcrumb' => 'संपादन',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'रद्द करें',
|
||||
],
|
||||
|
||||
'save' => [
|
||||
'label' => 'सेव',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'सेव हो गया',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'breadcrumb' => 'सूची',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => ':label देखें',
|
||||
|
||||
'breadcrumb' => 'देखें',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user