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

62 lines
869 B
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',
],
],
],
];