46 lines
769 B
PHP
46 lines
769 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Ասոցացնել',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Ասոցացնել :label',
|
|
|
|
'fields' => [
|
|
|
|
'record_id' => [
|
|
'label' => 'Գրառումներ',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'associate' => [
|
|
'label' => 'Ասոցացնել',
|
|
],
|
|
|
|
'associate_another' => [
|
|
'label' => 'Ասոցացնել և ասոցացնել մեկ այլ',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'associated' => [
|
|
'title' => 'Ասոցացվել է',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|