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

46 lines
718 B
PHP

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