File: /home/posscale/public_html/printmanager/vendor/filament/filament/resources/lang/it/layout.php
<?php
return [
'direction' => 'ltr',
'actions' => [
'billing' => [
'label' => 'Gestisci abbonamento',
],
'logout' => [
'label' => 'Disconnetti',
],
'open_database_notifications' => [
'label' => 'Apri notifiche',
],
'open_user_menu' => [
'label' => 'Menu utente',
],
'sidebar' => [
'collapse' => [
'label' => 'Comprimi sidebar',
],
'expand' => [
'label' => 'Espandi sidebar',
],
],
'theme_switcher' => [
'dark' => [
'label' => 'Attiva tema scuro',
],
'light' => [
'label' => 'Attiva tema chiaro',
],
'system' => [
'label' => 'Attiva tema di sistema',
],
],
],
'avatar' => [
'alt' => 'Avatar di :name',
],
'logo' => [
'alt' => 'Logo di :name',
],
];