This commit is contained in:
2025-10-22 20:08:22 +05:00
commit 736e3bef18
2573 changed files with 120385 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
<?php
return [
'title' => 'Создать :label',
'breadcrumb' => 'Создать',
'form' => [
'actions' => [
'cancel' => [
'label' => 'Отмена',
],
'create' => [
'label' => 'Создать',
],
'create_another' => [
'label' => 'Создать и Создать еще',
],
],
],
'notifications' => [
'created' => [
'title' => 'Создано',
],
],
];

View File

@@ -0,0 +1,41 @@
<?php
return [
'title' => 'Редактирование :label',
'breadcrumb' => 'Редактирование',
'form' => [
'actions' => [
'cancel' => [
'label' => 'Отмена',
],
'save' => [
'label' => 'Сохранить',
],
],
],
'content' => [
'tab' => [
'label' => 'Изменить',
],
],
'notifications' => [
'saved' => [
'title' => 'Сохранено',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'breadcrumb' => 'Список',
];

View File

@@ -0,0 +1,17 @@
<?php
return [
'title' => 'Просмотр :label',
'breadcrumb' => 'Просмотр',
'content' => [
'tab' => [
'label' => 'Просмотр',
],
],
];