Files
data-collection-terminal/vendor/filament/actions/resources/lang/ku/associate.php

46 lines
757 B
PHP

<?php
return [
'single' => [
'label' => 'هاوبەشکردن',
'modal' => [
'heading' => 'هاوبەشکردنی :label',
'fields' => [
'record_id' => [
'label' => 'تۆمار',
],
],
'actions' => [
'associate' => [
'label' => 'هاوبەشکردن',
],
'associate_another' => [
'label' => 'هاوبەشکردن و تۆمارێکی تر',
],
],
],
'notifications' => [
'associated' => [
'title' => 'هاوبەشکراو',
],
],
],
];