File: /home/posscale/public_html/printmanager/vendor/filament/filament/resources/lang/hu/layout.php
<?php
return [
'direction' => 'ltr',
'actions' => [
'billing' => [
'label' => 'Előfizetések kezelése',
],
'logout' => [
'label' => 'Kijelentkezés',
],
'open_database_notifications' => [
'label' => 'Értesítések',
],
'open_user_menu' => [
'label' => 'Felhasználói menü',
],
'sidebar' => [
'collapse' => [
'label' => 'Oldalsáv elrejtése',
],
'expand' => [
'label' => 'Oldalsáv megjelenítése',
],
],
'theme_switcher' => [
'dark' => [
'label' => 'Sötét mód bekapcsolása',
],
'light' => [
'label' => 'Világos mód bekapcsolása',
],
'system' => [
'label' => 'Rendszertéma követése',
],
],
],
'avatar' => [
'alt' => ':name avatárja',
],
'logo' => [
'alt' => ':name logója',
],
];