mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 11:23:30 -05:00
29 lines
1.5 KiB
PHP
29 lines
1.5 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' => 'बहुत ऊँचा',
|
|
];
|