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

34 lines
423 B
PHP

<?php
return [
'single' => [
'label' => 'Bearbeiten',
'modal' => [
'heading' => ':label bearbeiten',
'actions' => [
'save' => [
'label' => 'Speichern',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Gespeichert',
],
],
],
];