Files
data-collection-terminal/vendor/filament/actions/resources/lang/fr/dissociate.php

62 lines
880 B
PHP

<?php
return [
'single' => [
'label' => 'Dissocier',
'modal' => [
'heading' => 'Dissocier :label',
'actions' => [
'dissociate' => [
'label' => 'Dissocier',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Dissocié',
],
],
],
'multiple' => [
'label' => 'Dissocier sélection',
'modal' => [
'heading' => 'Dissocier la sélection :label',
'actions' => [
'dissociate' => [
'label' => 'Dissocier sélection',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Dissocié',
],
],
],
];