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

34 lines
414 B
PHP

<?php
return [
'single' => [
'label' => '수정',
'modal' => [
'heading' => ':label 수정',
'actions' => [
'save' => [
'label' => '저장',
],
],
],
'notifications' => [
'saved' => [
'title' => '저장 완료',
],
],
],
];