mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
47 lines
1.8 KiB
PHP
47 lines
1.8 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 [
|
|
'all-marked-read' => 'כל ההודעות שלך סומנו כנקראו!',
|
|
'create' => 'צור',
|
|
'delete' => 'מחק',
|
|
'delete-success' => 'הודעה נמחקה בהצלחה!',
|
|
'enter-subject' => 'הזן נושא',
|
|
'error' => 'מה אתה מנסה לעשות כאן!',
|
|
'from' => 'מאת',
|
|
'inbox' => 'תיבת דואר נכנס',
|
|
'mark-all-read' => 'סמן את כל ההודעות כנקראו',
|
|
'message' => 'הודעה',
|
|
'messages' => 'הודעות',
|
|
'new' => 'הודעה חדשה',
|
|
'outbox' => 'תיבת דואר יוצא',
|
|
'private' => 'פרטי',
|
|
'read' => 'נקרא',
|
|
'received-at' => 'התקבל ב',
|
|
'refresh' => 'רענן',
|
|
'reply' => 'השב',
|
|
'search' => 'חפש לפי נושא',
|
|
'select' => 'בחר משתמש',
|
|
'send' => 'שלח הודעה פרטית',
|
|
'send-to' => 'שלח הודעה פרטית אל',
|
|
'sent' => 'נשלח',
|
|
'sent-at' => 'נשלח ב',
|
|
'sent-success' => 'ההודעה הפרטית שלך נשלחה בהצלחה!',
|
|
'subject' => 'נושא',
|
|
'to' => 'אל',
|
|
'unread' => 'לא נקרא',
|
|
'empty-inbox' => 'תיבת דואר נכנס ריקה',
|
|
];
|