install
This commit is contained in:
37
lang/vendor/filament-actions/ru/create.php
vendored
Normal file
37
lang/vendor/filament-actions/ru/create.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Создать',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Создать :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => 'Создать',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Создать и создать еще один',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Создано',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user