62 lines
1.1 KiB
PHP
62 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'განკავშირება',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'განკავშირება :label',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'განკავშირება',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'განკავშირებულია',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'არჩეულიების განკავშირება',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'არჩეულიების განკავშირება :label',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'განკავშირება',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'განკავშირებულია',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|