Files
UNIT3D-Community-Edition/lang/hi/bug.php
2024-05-23 13:58:29 +00:00

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' => 'बहुत ऊँचा',
];