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

46 lines
706 B
PHP

<?php
return [
'single' => [
'label' => 'שיוכים',
'modal' => [
'heading' => 'שייך את :label',
'fields' => [
'record_id' => [
'label' => 'רשומה',
],
],
'actions' => [
'associate' => [
'label' => 'שייך',
],
'associate_another' => [
'label' => 'שייך ושייך אחד נוסף',
],
],
],
'notifications' => [
'associated' => [
'title' => 'שויך',
],
],
],
];