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

62 lines
882 B
PHP

<?php
return [
'single' => [
'label' => 'Détacher',
'modal' => [
'heading' => 'Détacher :label',
'actions' => [
'detach' => [
'label' => 'Détacher',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Détaché(e)',
],
],
],
'multiple' => [
'label' => 'Détacher la sélection',
'modal' => [
'heading' => 'Détacher la sélection de :label',
'actions' => [
'detach' => [
'label' => 'Détacher la sélection',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Détaché(e)s',
],
],
],
];