[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
23
vendor/filament/actions/resources/lang/vi/modal.php
vendored
Normal file
23
vendor/filament/actions/resources/lang/vi/modal.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Bạn có chắc chắn khi thực hiện thao tác này?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Huỷ bỏ',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Xác nhận',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Gửi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user