Files
biiproject-kit-v1/lang/vendor/filament-actions/eu/create.php
T

38 lines
535 B
PHP

<?php
return [
'single' => [
'label' => ':label berria',
'modal' => [
'heading' => 'Sortu :label',
'actions' => [
'create' => [
'label' => 'Sortu',
],
'create_another' => [
'label' => 'Sortu eta beste bat sortu',
],
],
],
'notifications' => [
'created' => [
'title' => 'Sortuta',
],
],
],
];