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

34 lines
422 B
PHP

<?php
return [
'single' => [
'label' => 'Upraviť',
'modal' => [
'heading' => 'Upraviť :label',
'actions' => [
'save' => [
'label' => 'Uložiť zmeny',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Uložené',
],
],
],
];