snipe-it/resources/lang/he/admin/hardware/form.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

50 lines
2.8 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 [
'bulk_delete' => 'אשר מחיקה גורפת של נכסים',
'bulk_delete_help' => 'עיין בנכסים למחיקה בכמות גדולה בהמשך. לאחר המחיקה, ניתן לשחזר נכסים אלה, אך הם לא יהיו משויכים עוד עם משתמשים שאליהם הם מוקצים כעת.',
'bulk_delete_warn' => 'אתה עומד למחוק את הנכסים: asset_count.',
'bulk_update' => 'עדכון גורפת נכסים',
'bulk_update_help' => 'טופס זה מאפשר לך לעדכן מספר נכסים בבת אחת. מלא רק את השדות שאתה צריך לשנות. כל השדות שנותרו ריקים יישארו ללא שינוי.',
'bulk_update_warn' => 'אתה עומד לערוך את המאפיינים של: asset_count נכסים.',
'checkedout_to' => 'הוצא אל',
'checkout_date' => 'תבדוק את התאריך',
'checkin_date' => 'תאריך הגעה',
'checkout_to' => 'צא אל',
'cost' => 'עלות הרכישה',
'create' => 'צור נכס',
'date' => 'תאריך רכישה',
'depreciation' => 'פְּחָת',
'depreciates_on' => 'פוחתת ב',
'default_location' => 'מיקום ברירת המחדל',
'eol_date' => 'תאריך EOL',
'eol_rate' => 'שער EOL',
'expected_checkin' => 'תאריך הצ\'קין הצפוי',
'expires' => 'יפוג',
'fully_depreciated' => 'פוחת לחלוטין',
'help_checkout' => 'אם ברצונך להקצות נכס זה באופן מיידי, בחר באפשרות "מוכן לפריסה" מרשימת הסטטוס שלמעלה.',
'mac_address' => 'כתובת MAC',
'manufacturer' => 'יַצרָן',
'model' => 'דֶגֶם',
'months' => 'חודשים',
'name' => 'שם הנכס',
'notes' => 'הערות',
'order' => 'מספר הזמנה',
'qr' => 'קוד QR',
'requestable' => 'משתמשים רשאים לבקש את הנכס',
'select_statustype' => 'בחר סוג סטטוס',
'serial' => 'סידורי',
'status' => 'סטָטוּס',
'tag' => 'תג נכס',
'update' => 'עדכון נכס',
'warranty' => 'אַחֲרָיוּת',
'warranty_expires' => 'תפוגת האחריות',
'years' => 'שנים',
'asset_location' => 'Update Asset Location',
'asset_location_update_default_current' => 'Update default location AND actual location',
'asset_location_update_default' => 'Update only default location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
'processing_spinner' => 'Processing...',
];