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

34 lines
434 B
PHP

<?php
return [
'single' => [
'label' => 'Replicar',
'modal' => [
'heading' => 'Replicar :label',
'actions' => [
'replicate' => [
'label' => 'Replicar',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Registre replicat',
],
],
],
];