46 lines
677 B
PHP
46 lines
677 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => '关联',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => '关联 :label',
|
|
|
|
'fields' => [
|
|
|
|
'record_id' => [
|
|
'label' => '记录',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'associate' => [
|
|
'label' => '关联',
|
|
],
|
|
|
|
'associate_another' => [
|
|
'label' => '关联并关联另一个',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'associated' => [
|
|
'title' => '已关联',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|