mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
51 lines
1.5 KiB
PHP
51 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 EkoNesLeg
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
// Chat
|
|
'chatbox' => 'תיבת צ\'אט',
|
|
'click' => 'לחץ',
|
|
'to-enable-editor' => 'כדי להפעיל את העורך',
|
|
|
|
// Featured Torrents
|
|
'featured-by' => 'מובא על ידי',
|
|
'featured-torrents' => 'טורנטים מומלצים',
|
|
'featured-torrents-intro' => 'קבל אותם כל עוד אתה יכול!',
|
|
'featured-until' => 'זהו טורנט מומלץ עד',
|
|
|
|
// Latest Torrents
|
|
'top-torrents' => 'הטורנטים המובילים',
|
|
|
|
// Latest Posts
|
|
'latest-posts' => 'הפוסטים האחרונים',
|
|
|
|
// Latest Topics
|
|
'latest-topics' => 'הנושאים האחרונים',
|
|
|
|
// Latest Comments
|
|
'latest-comments' => 'התגובות האחרונות',
|
|
|
|
// Users Online
|
|
'active-in-last' => 'פעיל במהלך ה',
|
|
'users-online' => 'משתמשים מחוברים',
|
|
|
|
// News/Articles
|
|
'check-news' => 'חדשות אחרונות',
|
|
'new-news' => 'הכרזות חדשות',
|
|
|
|
// Top Torrents
|
|
'new-torrents' => 'טורנטים חדשים',
|
|
];
|