Files
hr/lang/vendor/filament-actions/tk/associate.php

46 lines
669 B
PHP

<?php
return [
'single' => [
'label' => 'Bagla',
'modal' => [
'heading' => ':label bagla',
'fields' => [
'record_id' => [
'label' => 'Ýazgy',
],
],
'actions' => [
'associate' => [
'label' => 'Bagla',
],
'associate_another' => [
'label' => 'Bagla we ýene bagla',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Baglandy',
],
],
],
];