mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 11:23:30 -05:00
29 lines
1.7 KiB
PHP
29 lines
1.7 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 [
|
|
'dead' => 'मृत',
|
|
'graveyard' => 'कब्रस्तान',
|
|
'guidelines' => 'दिशा-निर्देश',
|
|
'guidelines-content' => '1) आप अपने खुद के अपलोड को फिर से जीवित नहीं कर सकते। <br> 2) कुछ ऐसा न करें जिसे आप भी नहीं कर सकते।',
|
|
'howto' => 'विधर्म नियम',
|
|
'howto-desc1' => 'आपको बीज देना चाहिए <span class=\\"text-green\\"><em>:</em></span> एक रसीले चकत्ते के लिए <span class="text-red text-bold">30 दिनों का</span> <span class=\\"text-green\\"><em>नाम</em></span> । जिस स्थिति में जब आपका वर्तमान समय',
|
|
'howto-desc2' => 'आपको पुण्य मिलेगा',
|
|
'howto-hits' => 'हिट्स',
|
|
'pending' => 'अपूर्ण',
|
|
'resurrect' => 'पुनर्निर्माण करें',
|
|
'reward' => 'फ़्रीलेक टोकन',
|
|
];
|