mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-06 20:21:21 +01:00
33 lines
1.6 KiB
PHP
33 lines
1.6 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 [
|
|
'chatbox' => 'กล่องแชท',
|
|
'click' => 'คลิก',
|
|
'to-enable-editor' => 'เพื่อเปิดใช้งานเครื่องมือแก้ไข',
|
|
'featured-by' => 'แนะนำโดย',
|
|
'featured-torrents' => 'เพลงเด่น',
|
|
'featured-torrents-intro' => 'รับในขณะที่คุณสามารถ!',
|
|
'featured-until' => 'นี่คือคุณลักษณะฝนตกหนักจนถึง',
|
|
'top-torrents' => 'เพลงยอดนิยม',
|
|
'latest-posts' => 'โพสต์ล่าสุด',
|
|
'latest-topics' => 'หัวข้อล่าสุด',
|
|
'active-in-last' => 'ใช้งานล่าสุด',
|
|
'users-online' => 'ผู้ใช้งานออนไลน์',
|
|
'check-news' => 'ข่าว (ตรวจสอบรายวัน)',
|
|
'new-news' => 'ข่าวใหม่',
|
|
'new-torrents' => 'เพลงใหม่',
|
|
];
|