Files
data-collection-terminal/vendor/filament/notifications/resources/lang/it/database.php

29 lines
448 B
PHP

<?php
return [
'modal' => [
'heading' => 'Notifiche',
'actions' => [
'clear' => [
'label' => 'Pulisci',
],
'mark_all_as_read' => [
'label' => 'Imposta tutto come letto',
],
],
'empty' => [
'heading' => 'Nessuna notifica',
'description' => 'Si prega di controllare più tardi',
],
],
];