mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
70 lines
3.7 KiB
PHP
70 lines
3.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 [
|
|
'activated' => 'הופעל',
|
|
'active' => 'פעיל!',
|
|
'amount' => 'כמות',
|
|
'bon' => 'BON',
|
|
'bonus' => 'בונוס',
|
|
'date' => 'תאריך',
|
|
'earning' => 'רווח',
|
|
'earning-rate' => 'בקצב הרווח הנוכחי תרוויח את הדברים הבאים במסגרת הזמן..',
|
|
'earnings' => 'רווחים',
|
|
'exchange' => 'החלפה',
|
|
'exchange-warning' => 'ההחלפות סופיות, אנא בדוק שוב את הבחירות שלך לפני ביצוע ההחלפה.',
|
|
'extended-stats' => 'סטטיסטיקות מורחבות',
|
|
'failed' => 'החלפת הבונוס נכשלה!',
|
|
'failed-amount-message' => 'יש להזין כמות והודעה!',
|
|
'failed-funds-poster' => 'אין לך מספיק נקודות לטיפ לפוסטר!',
|
|
'failed-funds-uploader' => 'אין לך מספיק נקודות לטיפ למעלה!',
|
|
'failed-negative' => 'לא ניתן לתת טיפ בכמות שלילית!',
|
|
'failed-user-not-found' => 'לא ניתן למצוא את המשתמש שצוין',
|
|
'failed-yourself' => 'לא ניתן לתת טיפ לעצמך!',
|
|
'gift' => 'מתנה',
|
|
'gift-bonus' => 'הענק נקודות בונוס',
|
|
'gift-sent' => 'המתנה נשלחה',
|
|
'gift-to' => 'הענק נקודות בונוס ל',
|
|
'gifts' => 'מתנות',
|
|
'item' => 'פריט',
|
|
'no-refund' => 'אין החזרים!',
|
|
'per-day' => 'נקודות ליום',
|
|
'per-hour' => 'נקודות לשעה',
|
|
'per-minute' => 'נקודות לדקה',
|
|
'per-month' => 'נקודות לחודש',
|
|
'per-second' => 'נקודות לשנייה',
|
|
'per-week' => 'נקודות לשבוע',
|
|
'per-year' => 'נקודות לשנה',
|
|
'pm-subject' => 'פריליץ\' אישי ל-24 שעות הופעל',
|
|
'pm-message' => 'הסשן של [b]פריליץ\' אישי ל-24 שעות[/b] שלך התחיל! הוא יפוג ב-%s [b]',
|
|
'points' => 'נקודות',
|
|
'receiver' => 'מקבל',
|
|
'review-seeds' => 'סקור את כל הטורנטים המועתקים',
|
|
'send-gift' => 'שלח מתנה',
|
|
'sender' => 'שולח',
|
|
'store' => 'חנות',
|
|
'success' => 'החלפת הבונוס הצליחה',
|
|
'success-tip' => 'הטיפ שלך הוחל בהצלחה!',
|
|
'tips' => 'טיפים',
|
|
'total' => 'סך הרווחים',
|
|
'total-gifts' => 'בסך הכל מתנות BON',
|
|
'total-tips' => 'בסך הכל טיפים BON',
|
|
'you-have-received-gifts' => 'קיבלת',
|
|
'you-have-sent-gifts' => 'שלחת',
|
|
'you-have-received-tips' => 'קיבלת',
|
|
'you-have-sent-tips' => 'שלחת',
|
|
'your-points' => 'הנקודות שלך',
|
|
];
|