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

46 lines
677 B
PHP

<?php
return [
'single' => [
'label' => 'Poveži',
'modal' => [
'heading' => 'Poveži :label',
'fields' => [
'record_id' => [
'label' => 'Zapis',
],
],
'actions' => [
'associate' => [
'label' => 'Poveži',
],
'associate_another' => [
'label' => 'Poveži i poveži drugi',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Povezano',
],
],
],
];