mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01: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 [
|
|
'dead' => 'Mati',
|
|
'graveyard' => 'Makam',
|
|
'guidelines' => 'Pedoman',
|
|
'guidelines-content' => '1) Anda tidak dapat menghidupkan kembali unggahan Anda sendiri. <br> 2) Jangan membangkitkan sesuatu yang tidak dapat Anda lakukan juga.',
|
|
'howto' => 'Inilah Aturannya',
|
|
'howto-desc1' => 'Anda harus menabur <span class=\\"text-green\\"><em>:</em></span> beri <span class=\\"text-green\\"><em>nama</em></span> selama <span class="text-red text-bold">30 hari</span> untuk kesuksesan ressurection. Dalam hal ini saat seedtime Anda saat ini',
|
|
'howto-desc2' => 'Anda akan diberi hadiah',
|
|
'howto-hits' => 'Hits',
|
|
'pending' => 'Tertunda',
|
|
'resurrect' => 'Menghidupkan kembali',
|
|
'reward' => 'Token freeleech',
|
|
];
|