Files
biiproject-kit-v1/lang/vendor/filament-actions/nl/replicate.php
T

34 lines
435 B
PHP

<?php
return [
'single' => [
'label' => 'Dupliceren',
'modal' => [
'heading' => ':Label dupliceren',
'actions' => [
'replicate' => [
'label' => 'Dupliceren',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Gedupliceerd',
],
],
],
];