Files
opensem/resources/lang/vendor/boilerplate/fa/layout.php
Ludovic CANDELLIER e98266e556 Upgrade boilerplate
2021-09-22 21:01:43 +02:00

17 lines
600 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'direction' => 'rtl',
'mainmenu' => 'منو اصلی',
'online' => 'آنلاین',
'logout' => 'خروج',
'home' => 'خانه',
'dashboard' => 'داشبرد',
'access' => 'کاربرها',
'role_management' => 'نقش ها',
'user_management' => 'مدیریت کاربرها',
'logoutconfirm' => 'آیا از خروج مطمئن هستید؟',
'rightsres' => 'کلیه حقوق محفوظ است',
'darkmode' => 'حالت تاریک',
];