[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
23
vendor/filament/actions/resources/lang/ko/modal.php
vendored
Normal file
23
vendor/filament/actions/resources/lang/ko/modal.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => '이 작업을 수행하시겠습니까?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => '취소',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => '확인',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => '제출',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user