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

46 lines
703 B
PHP

<?php
return [
'single' => [
'label' => 'Asociere',
'modal' => [
'heading' => 'Asociere :label',
'fields' => [
'record_id' => [
'label' => 'Înregistrare',
],
],
'actions' => [
'associate' => [
'label' => 'Asociere',
],
'associate_another' => [
'label' => 'Asociați și asociați altul',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Asociat cu succes',
],
],
],
];