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

46 lines
656 B
PHP

<?php
return [
'single' => [
'label' => 'Goş',
'modal' => [
'heading' => ':label goş',
'fields' => [
'record_id' => [
'label' => 'Ýazgy',
],
],
'actions' => [
'attach' => [
'label' => 'Goş',
],
'attach_another' => [
'label' => 'Goş we ýene goş',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Goşuldy',
],
],
],
];