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

26 lines
284 B
PHP

<?php
return [
'single' => [
'label' => 'Vedi',
'modal' => [
'heading' => 'Vedi :label',
'actions' => [
'close' => [
'label' => 'Chiudi',
],
],
],
],
];