install
This commit is contained in:
37
lang/vendor/filament-actions/tk/create.php
vendored
Normal file
37
lang/vendor/filament-actions/tk/create.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Täze :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label döret',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => 'Döret',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Döret we başgasyny döret',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Döredildi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user