[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
45
vendor/filament/actions/resources/lang/ja/attach.php
vendored
Normal file
45
vendor/filament/actions/resources/lang/ja/attach.php
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => '紐付ける',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelを紐付ける',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'レコード',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'attach' => [
|
||||
'label' => '紐付ける',
|
||||
],
|
||||
|
||||
'attach_another' => [
|
||||
'label' => '紐付けして、続けて紐付ける',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'attached' => [
|
||||
'title' => '紐付けしました',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user