snipe-it/resources/lang/he/admin/licenses/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

53 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'does_not_exist' => 'הרישיון אינו קיים.',
'user_does_not_exist' => 'משתמש לא קיים.',
'asset_does_not_exist' => 'הנכס שאתה מנסה לשייך לרישיון זה אינו קיים.',
'owner_doesnt_match_asset' => 'הנכס שאתה מנסה לשייך לרישיון זה נמצא בבעלות somene אחר מאשר האדם שנבחר שהוקצה לתפריט הנפתח.',
'assoc_users' => 'רישיון זה נבדק כעת למשתמש ולא ניתן למחוק אותו. בדוק תחילה את הרישיון ולאחר מכן נסה למחוק שוב.',
'select_asset_or_person' => 'עליך לבחור נכס או משתמש, אך לא את שניהם.',
'not_found' => 'License not found',
'create' => array(
'error' => 'הרישיון לא נוצר, נסה שוב.',
'success' => 'הרישיון נוצר בהצלחה.'
),
'deletefile' => array(
'error' => 'הקובץ לא נמחק. בבקשה נסה שוב.',
'success' => 'הקובץ נמחק בהצלחה.',
),
'upload' => array(
'error' => 'הקובץ לא הועלה. בבקשה נסה שוב.',
'success' => 'הקבצים הועלו בהצלחה.',
'nofiles' => 'לא בחרת קבצים להעלאה, או שהקובץ שאתה מנסה להעלות גדול מדי',
'invalidfiles' => 'אחד או יותר מהקבצים שלך גדול מדי או שהוא סוג קובץ שאינו מותר. סוגי קבצים מותרים הם png, gif, jpg, jpeg, docx, pdf, txt, zip, rar, rtf, XML ו- lic.',
),
'update' => array(
'error' => 'הרישיון לא עודכן, נסה שוב',
'success' => 'הרישיון עודכן בהצלחה.'
),
'delete' => array(
'confirm' => 'האם אתה בטוח שברצונך למחוק רישיון זה?',
'error' => 'היתה בעיה במחיקת הרישיון. בבקשה נסה שוב.',
'success' => 'הרישיון נמחק בהצלחה.'
),
'checkout' => array(
'error' => 'היתה בעיה לבדוק את הרישיון. בבקשה נסה שוב.',
'success' => 'הרשיון נבדק בהצלחה'
),
'checkin' => array(
'error' => 'היתה בעיה בבדיקת הרישיון. בבקשה נסה שוב.',
'success' => 'הרישיון נבדק בהצלחה'
),
);