Files
tbbank-new/lang/vendor/filament-actions/ru/create.php
2025-10-22 20:08:22 +05:00

38 lines
584 B
PHP

<?php
return [
'single' => [
'label' => 'Создать',
'modal' => [
'heading' => 'Создать :label',
'actions' => [
'create' => [
'label' => 'Создать',
],
'create_another' => [
'label' => 'Создать и создать еще один',
],
],
],
'notifications' => [
'created' => [
'title' => 'Создано',
],
],
],
];