[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
37
vendor/filament/actions/resources/lang/ja/create.php
vendored
Normal file
37
vendor/filament/actions/resources/lang/ja/create.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => '作成',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label 作成',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => '作成',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => '保存して、続けて作成',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => '作成しました',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user