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

26 lines
285 B
PHP

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