46 lines
686 B
PHP
46 lines
686 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Yhdistä',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Yhdistä :label',
|
|
|
|
'fields' => [
|
|
|
|
'record_id' => [
|
|
'label' => 'Tietue',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'associate' => [
|
|
'label' => 'Yhdistä',
|
|
],
|
|
|
|
'associate_another' => [
|
|
'label' => 'Yhdistä & yhdistä toinen',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'associated' => [
|
|
'title' => 'Yhdistetty',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|