mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-01-26 05:50:04 -06:00
29 lines
1.3 KiB
PHP
29 lines
1.3 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'bug-report' => 'گزارش اشکال',
|
|
'bug-report-description' => 'گزارش یک اشکال سایت',
|
|
'enter-description' => 'مشکل را به بهترین نحو توصیف کنید',
|
|
'enter-email' => 'لطفا آدرس اییمیل خود را وارد نمایید',
|
|
'enter-title' => 'لطفا یک عنوان مناسب انتخاب کنید',
|
|
'enter-username' => 'لطفا نام کاربری خود را وارد کنید',
|
|
'high' => 'بالا',
|
|
'low' => 'کم',
|
|
'priority' => 'اولویت',
|
|
'priority-description' => 'فقط انتخاب بسیار بالا اگر اشکال واقعا یک مشکل برای استفاده از سایت است.',
|
|
'very-high' => 'خیلی زیاد',
|
|
];
|