Files
UNIT3D/lang/he/ticket.php
2025-06-16 13:38:38 +00:00

53 lines
2.5 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 are 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 [
'assign' => 'הקצה',
'assigned-staff' => 'צוות שהוקצה',
'assigned-success' => 'כרטיס התמיכה הוקצה בהצלחה!',
'attachment-limit' => '(מקסימום 1MB לתמונה)',
'attachments' => 'קבצים מצורפים',
'attachments-save' => 'שמור קבצים מצורפים',
'body' => 'תוכן',
'body-enter' => 'הכנס תוכן כאן...',
'category' => 'קטגוריה',
'close' => 'סגור',
'closed' => 'סגור',
'closed-success' => 'כרטיס התמיכה נסגר בהצלחה!',
'create-ticket' => 'צור כרטיס תמיכה',
'created' => 'נוצר',
'created-success' => 'כרטיס התמיכה שלך נוצר בהצלחה!',
'delete' => 'מחק',
'deleted-success' => 'כרטיס התמיכה שלך נמחק בהצלחה!',
'description' => 'תיאור',
'download' => 'הורד',
'fix-errors' => 'אנא תקן את השגיאות הבאות ונסה שוב:',
'helpdesk' => 'תמיכה',
'no-attach' => 'לא נמצאו קבצים מצורפים',
'note-create-success' => 'הערת צוות נשמרה בהצלחה!',
'note-destroy-success' => 'הערת צוות הוסרה בהצלחה!',
'opened-by' => 'נפתח על ידי:',
'priority' => 'עדיפות',
'reset' => 'אפס',
'staff-notes' => 'הערות צוות',
'subject' => 'נושא',
'subject-enter' => 'הכנס נושא כאן...',
'submit-ticket' => 'שלח כרטיס תמיכה',
'ticket' => 'כרטיס',
'unassign' => 'בטל הקצאה',
'unassigned-success' => 'הקצאת כרטיס התמיכה בוטלה בהצלחה!',
'updated-success' => 'כרטיס התמיכה שלך עודכן בהצלחה!',
];