mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
36 lines
2.4 KiB
PHP
36 lines
2.4 KiB
PHP
|
<?php
|
|||
|
|
|||
|
return [
|
|||
|
|
|||
|
/*
|
|||
|
|--------------------------------------------------------------------------
|
|||
|
| Password Reminder Language Lines
|
|||
|
|--------------------------------------------------------------------------
|
|||
|
|
|
|||
|
| The following language lines are the default lines which match reasons
|
|||
|
| that are given by the password broker for a password update attempt
|
|||
|
| has failed, such as for an invalid token or invalid new password.
|
|||
|
|
|
|||
|
*/
|
|||
|
|
|||
|
'more_info_title' => 'מידע נוסף',
|
|||
|
|
|||
|
'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.<br><br>Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.',
|
|||
|
|
|||
|
'assets' => 'נכסים הם פריטים במעקב לפי מספר סידורי או תג נכס. הם נוטים להיות פריטים בעלי ערך גבוה יותר במקרים בהם זיהוי של פריט מסוים חשוב.',
|
|||
|
|
|||
|
'categories' => 'קטגוריות מסייעות לך לארגן את הפריטים שלך. כמה קטגוריות לדוגמה עשויות להיות "Desktops", "Laptops", " טלפונים ניידים ", " טבלטים ", וכן הלאה, אך תוכל להשתמש בקטגוריות בכל דרך שמתאימה לך.',
|
|||
|
|
|||
|
'accessories' => 'עזרים הם כל דבר שאתה מנפיק למשתמשים אבל אין להם מק"ט (או שאינך מעוניין לעקוב אחריהם לפי יחידה). לדוגמא, מקלדות ועכברים.',
|
|||
|
|
|||
|
'companies' => 'חברות יכולות לשמש כשדה מזהה פשוט, או שניתן להשתמש בהן להגבלת החשיפה של נכסים, משתמשים וכו \', אם תמיכה מלאה בחברה מופעלת בהגדרות מנהל המערכת.',
|
|||
|
|
|||
|
'components' => 'רכיבים הם פריטים שהם חלק מנכס, לדוגמה HDD, RAM וכדומה.',
|
|||
|
|
|||
|
'consumables' => 'מתכלים הם כל דבר שנרכש כי ישמשו לאורך זמן. לדוגמה, דיו למדפסת או נייר צילום.',
|
|||
|
|
|||
|
'depreciations' => 'ניתן להגדיר פחתונות נכסים כדי לפחת נכסים על בסיס פחת קו ישר.',
|
|||
|
|
|||
|
'empty_file' => 'The importer detects that this file is empty.'
|
|||
|
];
|