Files
biiproject-kit-v1/lang/vendor/filament-actions/fr/edit.php
T

34 lines
439 B
PHP

<?php
return [
'single' => [
'label' => 'Modifier',
'modal' => [
'heading' => 'Modifier :label',
'actions' => [
'save' => [
'label' => 'Sauvegarder les modifications',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Sauvegardé',
],
],
],
];