mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-01-25 21:40:13 -06:00
29 lines
1.4 KiB
PHP
29 lines
1.4 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> برای یک موفقیت آمیز. در آن صورت وقتی که بارداری فعلی شما باشد',
|
|
'howto-desc2' => 'شما پاداش خواهید گرفت',
|
|
'howto-hits' => 'بازدید',
|
|
'pending' => 'در انتظار',
|
|
'resurrect' => 'رستاخیز',
|
|
'reward' => 'علائم Freeleech',
|
|
];
|