Files
data-collection-terminal/vendor/filament/actions/resources/lang/lt/view.php

26 lines
305 B
PHP

<?php
return [
'single' => [
'label' => 'Peržiūrėti',
'modal' => [
'heading' => 'Peržiūrėti :label',
'actions' => [
'close' => [
'label' => 'Uždaryti',
],
],
],
],
];