Uchiha Bayu Senju 4654a2e350
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
Upload
2025-04-27 23:55:09 +07:00

64 lines
1.1 KiB
PHP

<?php
return [
'direction' => 'ltr',
'actions' => [
'billing' => [
'label' => 'Tvarkyti prenumeratą',
],
'logout' => [
'label' => 'Atsijungti',
],
'open_database_notifications' => [
'label' => 'Atidaryti pranešimus',
],
'open_user_menu' => [
'label' => 'Vartotojo meniu',
],
'sidebar' => [
'collapse' => [
'label' => 'Sutraukti šoninę juostą',
],
'expand' => [
'label' => 'Išskleisti šoninę juostą',
],
],
'theme_switcher' => [
'dark' => [
'label' => 'Perjungti tamsos režimą',
],
'light' => [
'label' => 'Perjungti šviesos režimą',
],
'system' => [
'label' => 'Perjungti sistemos režimą',
],
],
],
'avatar' => [
'alt' => ':name avataras',
],
'logo' => [
'alt' => ':name logotipas',
],
];