Files
data-collection-terminal/vendor/filament/actions/resources/lang/ca/attach.php

46 lines
681 B
PHP

<?php
return [
'single' => [
'label' => 'Vincular',
'modal' => [
'heading' => 'Vincular :label',
'fields' => [
'record_id' => [
'label' => 'Registre',
],
],
'actions' => [
'attach' => [
'label' => 'Vincular',
],
'attach_another' => [
'label' => 'Vincular i vincular un altre',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Vinculats',
],
],
],
];