mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
43 lines
1.7 KiB
PHP
43 lines
1.7 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 [
|
|
'born' => 'נולד:',
|
|
'collections' => 'אוספים',
|
|
'companies' => 'חברות',
|
|
'disclaimer' => 'מוצר זה משתמש ב-API של TMDb אך אינו מאושר או מוסמך על ידי TMDb.',
|
|
'episodes' => 'פרקים',
|
|
'first-seen' => 'הופיע לראשונה:',
|
|
'genres' => 'ז\'אנרים',
|
|
'includes' => 'כולל:',
|
|
'latest-project' => 'פרויקט אחרון:',
|
|
'networks' => 'רשתות',
|
|
'no-data' => 'לא נמצאו נתונים!',
|
|
'movie' => 'סרט',
|
|
'movies' => 'סרטים',
|
|
'movie-credits' => 'קרדיטים לסרט:',
|
|
'persons' => 'אנשים',
|
|
'plot' => 'עלילה:',
|
|
'release-date' => 'תאריך יציאה:',
|
|
'seasons' => 'עונות',
|
|
'select-hub' => 'נא לבחור Hub',
|
|
'show' => 'תוכנית טלוויזיה',
|
|
'shows' => 'תוכניות טלוויזיה',
|
|
'title' => 'MediaHub',
|
|
'tv-credits' => 'קרדיטים לטלוויזיה:',
|
|
'view-collection' => 'צפה באוסף',
|
|
'wiki-read' => 'קרא את הביוגרפיה המלאה בויקיפדיה:',
|
|
];
|