Files
opensem/resources/lang/vendor/boilerplate/fa/logs.php
Ludovic CANDELLIER b50f50ea62 [WIP] Refactor project
2021-05-21 00:21:05 +02:00

38 lines
1.3 KiB
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 [
'vendor' => 'نمایش لاگ با <a href="https://github.com/ARCANEDEV/LogViewer">Arcanedev</a>',
'menu' => [
'category' => 'لاگ ها',
'stats' => 'وضعیت ها',
'reports' => 'گزارش ها',
],
'stats' => [
'entries' => ':count تعداد - :percent %',
],
'list' => [
'title' => 'لیست لاگ ها',
'actions' => 'اقدام ها',
'deletequestion' => 'آیا می خواهید حذف کنید؟',
],
'show' => [
'title' => ':date گزارش',
'file' => ':date لاگ',
'backtolist' => 'لیست لاگ ها',
'download' => 'دریافت',
'delete' => 'حذف لاگ فایل',
'levels' => 'سطوح',
'loginfo' => 'اطلاعات لاگ',
'filepath' => 'آدرس فایل',
'logentries' => 'تعداد لاگ',
'size' => 'سایز',
'createdat' => 'زمان ایجاد',
'updatedat' => 'زمان بروز رسانی',
'page' => 'صفحه :current از :last',
'env' => 'محیط',
'level' => 'سطح',
'time' => 'زمان',
'header' => 'سربرگ',
],
];