Files

72 lines
1.2 KiB
PHP

<?php
return [
'direction' => 'ltr',
'actions' => [
'billing' => [
'label' => 'Upravljaj pretplatom',
],
'logout' => [
'label' => 'Odjavi se',
],
'open_database_notifications' => [
'label' => 'Otvori obaveštenja',
],
'open_user_menu' => [
'label' => 'Korisnički meni',
],
'sidebar' => [
'collapse' => [
'label' => 'Skupi bočnu traku',
],
'expand' => [
'label' => 'Proširi bočnu traku',
],
],
'theme_switcher' => [
'dark' => [
'label' => 'Omogući tamnu temu',
],
'light' => [
'label' => 'Omogući svetlu temu',
],
'system' => [
'label' => 'Omogući temu sistema',
],
],
],
'avatar' => [
'alt' => 'Avatar za :name',
],
'logo' => [
'alt' => ':name logotip',
],
'tenant_menu' => [
'search_field' => [
'label' => 'Pretraga zakupaca',
'placeholder' => 'Search',
],
],
];