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

46 lines
680 B
PHP

<?php
return [
'single' => [
'label' => 'Spajanje',
'modal' => [
'heading' => 'Spojite :label',
'fields' => [
'record_id' => [
'label' => 'Zapis',
],
],
'actions' => [
'associate' => [
'label' => 'Spoji',
],
'associate_another' => [
'label' => 'Spojite i spojite još jedan',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Spojeno',
],
],
],
];