snipe-it/resources/lang/he/admin/hardware/general.php
2017-10-17 18:52:20 -07:00

24 lines
1.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(
'about_assets_title' => 'על נכסים',
'about_assets_text' => 'נכסים הם פריטים במעקב לפי מספר סידורי או תג נכס. הם נוטים להיות פריטים בעלי ערך גבוה יותר, כאשר מזהים פריטים ספציפיים.',
'archived' => 'בארכיון',
'asset' => 'נכס',
'bulk_checkout' => 'נכסי Checkout למשתמש',
'checkin' => 'רכוש',
'checkout' => 'רכוש Checkout',
'clone' => 'נכס משוכפל',
'deployable' => 'ניתן לפריסה',
'deleted' => 'הנכס הזה נמחק. <a href="/hardware/:asset_id/restore"> לחץ כאן כדי לשחזר אותו </a>.',
'edit' => 'ערוך נכס',
'filetype_info' => 'סוגי קבצים מותרים הם png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ו rar.',
'model_deleted' => 'מודל נכסים זה נמחק. עליך לשחזר את המודל לפני שתוכל לשחזר את הנכס <br/> <a href="/hardware/models/:model_id/restore"> לחץ כאן כדי לשחזר את המודל </a>.',
'requestable' => 'ניתן לבקש',
'requested' => 'מבוקש',
'restore' => 'שחזור נכס',
'pending' => 'ממתין ל',
'undeployable' => 'לא ניתן לפריסה',
'view' => 'הצג נכס',
);