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

34 lines
416 B
PHP

<?php
return [
'single' => [
'label' => 'Edytuj',
'modal' => [
'heading' => 'Edytuj :label',
'actions' => [
'save' => [
'label' => 'Zapisz',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Zmiany zapisane',
],
],
],
];