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

26 lines
288 B
PHP

<?php
return [
'single' => [
'label' => '보기',
'modal' => [
'heading' => ':label 보기',
'actions' => [
'close' => [
'label' => '닫기',
],
],
],
],
];