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

34 lines
421 B
PHP

<?php
return [
'single' => [
'label' => 'Szerkesztés',
'modal' => [
'heading' => ':label szerkesztése',
'actions' => [
'save' => [
'label' => 'Mentés',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Mentve',
],
],
],
];