34 lines
407 B
PHP
34 lines
407 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'title' => 'Վահանակ',
|
|
|
|
'actions' => [
|
|
|
|
'filter' => [
|
|
|
|
'label' => 'Ֆիլտր',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Ֆիլտր',
|
|
|
|
'actions' => [
|
|
|
|
'apply' => [
|
|
|
|
'label' => 'Հաստատել',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|