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

26 lines
299 B
PHP

<?php
return [
'single' => [
'label' => 'Görüntüle',
'modal' => [
'heading' => ':label görüntüle',
'actions' => [
'close' => [
'label' => 'Kapat',
],
],
],
],
];