File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/de/dissociate.php
<?php
return [
'single' => [
'label' => 'Trennen',
'modal' => [
'heading' => ':label trennen',
'actions' => [
'dissociate' => [
'label' => 'Trennen',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Getrennt',
],
],
],
'multiple' => [
'label' => 'Ausgewählte trennen',
'modal' => [
'heading' => 'Ausgewählte :label trennen',
'actions' => [
'dissociate' => [
'label' => 'Ausgewählte trennen',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Getrennt',
],
],
],
];