mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
38 lines
2.1 KiB
PHP
38 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 [
|
|
'current-seedtime' => 'זמן שיתוף נוכחי',
|
|
'dead' => 'מת',
|
|
'graveyard' => 'ארכיון',
|
|
'guidelines' => 'הנחיות',
|
|
'guidelines-content' => '1) אינך יכול להחיות העלאה שלך.<br>2) אל תחייה משהו שאינך יכול להתחייב אליו.',
|
|
'howto' => 'הנה החוק',
|
|
'howto-desc1' => 'עליך לזרוע את <span class="text-green"><em>:name</em></span> למשך <span class="text-red text-bold">30 ימים</span> להחייאה מוצלחת. במקרה כזה, כאשר זמן הזריעה הנוכחי שלך הוא',
|
|
'howto-desc2' => 'תקבל פרס',
|
|
'howto-hits' => 'הצלחות',
|
|
'not-rewarded' => 'לא קיבל פרס',
|
|
'pending' => 'בהמתנה',
|
|
'resurrect' => 'החייה',
|
|
'resurrect-canceled' => 'ההחייאה בוטלה בהצלחה!',
|
|
'resurrect-complete' => 'החייאת הטורנט הושלמה! תקבל את הפרס אוטומטית ברגע שתעמוד בדרישות זמן הזריעה.',
|
|
'resurrect-date' => 'תאריך ההחייאה',
|
|
'resurrect-failed-own' => 'החייאת הטורנט נכשלה! אינך יכול להחיות העלאות שלך.',
|
|
'resurrect-failed-pending' => 'החייאת הטורנט נכשלה! הטורנט הזה כבר בהמתנה להחייאה.',
|
|
'reward' => 'אסימוני פריליץ\'',
|
|
'rewarded' => 'קיבל פרס',
|
|
'seedtime-goal' => 'מטרת זמן שיתוף',
|
|
];
|