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

56 lines
987 B
PHP

<?php
return [
'direction' => 'rtl',
'actions' => [
'billing' => [
'label' => 'مدیریت آبونمان',
],
'logout' => [
'label' => 'خروج',
],
'open_database_notifications' => [
'label' => 'نمایش اعلانات',
],
'open_user_menu' => [
'label' => 'منوی کاربر',
],
'sidebar' => [
'collapse' => [
'label' => 'بستن نوار کناری',
],
'expand' => [
'label' => 'باز کردن نوار کناری',
],
],
'theme_switcher' => [
'dark' => [
'label' => 'حالت تیره',
],
'light' => [
'label' => 'حالت روشن',
],
'system' => [
'label' => 'حالت سیستم',
],
],
],
];