mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
42 lines
2.1 KiB
PHP
42 lines
2.1 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 [
|
|
'about' => 'כאן תמצאו רשימות האוסף שהורכבו על ידי משתמשים, המכילות כותרים שהם אוהבים!',
|
|
'attached-success' => 'הטורנט נוסף בהצלחה לרשימת האוסף שלך.',
|
|
'add-to-playlist' => 'הוסף טורנט לרשימת האוסף',
|
|
'add-torrent' => 'הוסף טורנט',
|
|
'added-by' => 'על ידי:',
|
|
'cover' => 'בחר תמונת פוסטר',
|
|
'create' => 'צור רשימת האוסף חדש',
|
|
'delete-playlist' => 'מחק רשימת האוסף',
|
|
'deleted' => 'רשימת האוסף נמחקה!',
|
|
'detached-success' => 'הטורנט הוסר בהצלחה מרשימת האוסף שלך.',
|
|
'desc' => 'תיאור רשימת האוסף',
|
|
'download-all' => 'הורד את כל הטורנטים ברשימת האוסף',
|
|
'edit-playlist' => 'ערוך רשימת האוסף',
|
|
'list-by' => 'רשימה שנעשתה על ידי:',
|
|
'list-about' => 'רשימה על:',
|
|
'is-private' => 'רשימת האוסף פרטית?',
|
|
'playlists' => 'רשימות אוספים',
|
|
'private-error' => 'זו רשימת האוסף פרטית! אין לך גישה לרשימות האוסף פרטיות של משתמשים אחרים!',
|
|
'published-success' => 'רשימת האוסף שלך נוצרה בהצלחה!',
|
|
'title' => 'כותרת',
|
|
'titles' => 'כותרות',
|
|
'update-success' => 'רשימת אוספים שלך עודכנה בהצלחה!',
|
|
'recommendations' => 'המלצות',
|
|
'collections' => 'אוספים',
|
|
];
|