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

34 lines
435 B
PHP

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