ok
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'accessory_category' => 'סוג האביזר',
|
||||
'accessory_name' => 'שם אביזר',
|
||||
'checkout' => 'נפק עזר',
|
||||
'checkin' => 'החזר עזר',
|
||||
'create' => 'ליצור אביזר',
|
||||
'edit' => 'ערוך עזר',
|
||||
'eula_text' => 'תנאי שימוש של הקטגוריה',
|
||||
'eula_text_help' => 'שדה זה מאפשר לך להתאים את תנאי השימוש עבור סוגים מסוימים של פריטים. במידה ותנאי השימוש שלך זהים לכלל הפריטים - תוכל לסמן את התיבה שלמטה לשימוש בברירת המחדל.',
|
||||
'require_acceptance' => 'דרוש מהמשתמש לאשר קבלה של פריט בקטגוריה זו.',
|
||||
'no_default_eula' => 'לא נמצאה ברירת מחדל לתנאי השימוש. הוסף ברירת מחדל בהגדרות.',
|
||||
'total' => 'סה"כ',
|
||||
'remaining' => 'נותר',
|
||||
'update' => 'עידכון אביזר',
|
||||
'use_default_eula' => 'במקום זאת, השתמש ב- <a href="#" data-toggle="modal" data-target="#eulaModal"> ברירת המחדל הראשית EULA</a>.',
|
||||
'use_default_eula_disabled' => '<del> השתמש ב- EULA ברירת המחדל הראשוני במקום. </del> לא נקבעה ברירת המחדל הראשית של הסכם הרישיון למשתמש קצה. הוסף אחד בהגדרות.',
|
||||
'clone' => 'שכפול אביזר',
|
||||
'delete_disabled' => 'This accessory cannot be deleted yet because some items are still checked out.',
|
||||
|
||||
);
|
@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'האביזר [:id] לא קיים.',
|
||||
'not_found' => 'That accessory was not found.',
|
||||
'assoc_users' => 'קיימות :count יחידות מונפקות מאבזר זה אצל משתמשים. אנא החזר את האבזרים ונסה שנית. ',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'האבזר לא נוצר, אנא נסה שנית.',
|
||||
'success' => 'אביזר נוצר בהצלחה.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'האבזר לא עודכן, אנא נסה שנית',
|
||||
'success' => 'אביזר עודכן בהצלחה.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך לשמור את האבזר?',
|
||||
'error' => 'ישנה בעיה במחיקת האבזר.
|
||||
אנא נסה שנית.',
|
||||
'success' => 'האבזר נמחק בהצלחה.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'האבזר לא הונפק, אנא נסה שנית',
|
||||
'success' => 'האבזר הונפק בהצלחה.',
|
||||
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
|
||||
'user_does_not_exist' => 'משתמש אינו קיים. אנא נסה/י שנית.'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'האבזר לא הוחזר, אנא נסה שנית',
|
||||
'success' => 'האבזר הוחזר בהצלחה.',
|
||||
'user_does_not_exist' => 'משתמש אינו קיים. אנא נסה/י שנית.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'dl_csv' => 'הורדה כ-CSV',
|
||||
'eula_text' => 'רשיון שימוש',
|
||||
'id' => 'מזהה',
|
||||
'require_acceptance' => 'קבלה',
|
||||
'title' => 'שם אבזר',
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenance_type' => 'Asset Maintenance Type',
|
||||
'title' => 'כותרת',
|
||||
'start_date' => 'Start Date',
|
||||
'completion_date' => 'Completion Date',
|
||||
'cost' => 'מחיר',
|
||||
'is_warranty' => 'שיפור באחריות',
|
||||
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
|
||||
'notes' => 'הערות',
|
||||
'update' => 'Update Asset Maintenance',
|
||||
'create' => 'Create Asset Maintenance'
|
||||
];
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenances' => 'אחזקת נכסים',
|
||||
'edit' => 'עריכת תחזוקת נכס',
|
||||
'delete' => 'מחיקת תחזוקת נכס',
|
||||
'view' => 'הצג פרטי אחזקת נכס',
|
||||
'repair' => 'תיקון',
|
||||
'maintenance' => 'תחזוקה',
|
||||
'upgrade' => 'שדרוג',
|
||||
'calibration' => 'כיול',
|
||||
'software_support' => 'תמיכה בתכנה',
|
||||
'hardware_support' => 'תמיכה בחומרה',
|
||||
'configuration_change' => 'Configuration Change',
|
||||
'pat_test' => 'PAT Test',
|
||||
];
|
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'not_found' => 'תחזוקת הנכסים שחיפשת לא נמצאה!',
|
||||
'delete' => [
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק את תחזוקת הנכס?',
|
||||
'error' => 'היתה בעיה במחיקת הנכס. בבקשה נסה שוב.',
|
||||
'success' => 'תחזוקת הנכס נמחקה בהצלחה.',
|
||||
],
|
||||
'create' => [
|
||||
'error' => 'תחזוקת הנכסים לא נוצרה, נסה שוב.',
|
||||
'success' => 'תחזוקת הנכסים נוצרה בהצלחה.',
|
||||
],
|
||||
'edit' => [
|
||||
'error' => 'תחזוקת הנכסים לא נערכה, נסה שוב.',
|
||||
'success' => 'תחזוקת הנכסים נערכה בהצלחה.',
|
||||
],
|
||||
'asset_maintenance_incomplete' => 'לא הושלם עדיין',
|
||||
'warranty' => 'אחריות',
|
||||
'not_warranty' => 'ללא אחריות',
|
||||
];
|
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'תחזוקת נכס',
|
||||
'asset_name' => 'שם הנכס',
|
||||
'is_warranty' => 'אחריות',
|
||||
'dl_csv' => 'להוריד CSV',
|
||||
];
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'asset_categories' => 'קטגוריות נכסים',
|
||||
'category_name' => 'שם קטגוריה',
|
||||
'checkin_email' => 'שלח דוא״ל למשתמש בעת הנפקה/החזרה.',
|
||||
'checkin_email_notification' => 'למשתמש זה ישלח דוא״ל בעת הנפקה/החזרה.',
|
||||
'clone' => 'קטגוריה שיבוט',
|
||||
'create' => 'צור קטגוריה',
|
||||
'edit' => 'ערוך קטגוריה',
|
||||
'email_will_be_sent_due_to_global_eula' => 'הודעה תישלח למשתמש בדוא״ל כיוון שנעשה שימוש בהסכם משתמש הקצה הכללי.',
|
||||
'email_will_be_sent_due_to_category_eula' => 'הודעה תישלח למשתמש בדוא״ל כיוון שהוגדר רישיון שימוש למשתמש קצה לקטגוריה הזאת.',
|
||||
'eula_text' => 'קטגוריה EULA',
|
||||
'eula_text_help' => 'שדה זה מאפשר לך להתאים אישית את ערכי הרישיון שלך עבור סוגים מסוימים של נכסים. אם יש לך רק הסכם רשיון משתמש אחד עבור כל הנכסים שלך, תוכל לסמן את התיבה שבהמשך כדי להשתמש בברירת המחדל העיקרית.',
|
||||
'name' => 'שם קטגוריה',
|
||||
'require_acceptance' => 'דרוש מהמשתמשים לאשר קבלה של נכסים בקטגוריה זו.',
|
||||
'required_acceptance' => 'משתמש זה ישלח בדוא"ל עם קישור לאישור הקבלה של פריט זה.',
|
||||
'required_eula' => 'משתמש זה ישלח בדואר אלקטרוני עותק של הסכם הרישיון למשתמש קצה (EULA)',
|
||||
'no_default_eula' => 'לא נמצאה ברירת מחדל EULA ברירת מחדל. הוסף אחד בהגדרות.',
|
||||
'update' => 'עדכון קטגוריה',
|
||||
'use_default_eula' => 'במקום זאת, השתמש ב- <a href="#" data-toggle="modal" data-target="#eulaModal"> ברירת המחדל הראשית EULA</a>.',
|
||||
'use_default_eula_disabled' => '<del> השתמש ב- EULA ברירת המחדל הראשוני במקום. </del> לא נקבעה ברירת המחדל הראשית של הסכם הרישיון למשתמש קצה. הוסף אחד בהגדרות.',
|
||||
'use_default_eula_column' => 'השתמש בהסכם רישיון למשתמש קצה (EULA) ברירת המחדל',
|
||||
|
||||
);
|
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'קטגוריה לא קיימת.',
|
||||
'assoc_models' => 'קטגוריה זו משויכת כרגע לדגם אחד לפחות ולא ניתן למחוק אותה. אנא עדכן את הדגמים שלך כדי לא להתייחס עוד לקטגוריה זו ונסה שוב.',
|
||||
'assoc_items' => 'קטגוריה זו משויכת כרגע עם לפחות אחד: type_type ולא ניתן למחוק אותה. עדכן את: הנכס_ typepe כדי לא להתייחס עוד לקטגוריה זו ונסה שוב.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'הקטגוריה לא נוצרה, נסה שוב.',
|
||||
'success' => 'קטגוריה נוצר בהצלחה.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'הקטגוריה לא עודכנה, נסה שוב',
|
||||
'success' => 'קטגוריה עודכנה בהצלחה.',
|
||||
'cannot_change_category_type' => 'אי אפשר לשנות את סוג הקטגוריה לאחר יצירתה',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק קטגוריה זו?',
|
||||
'error' => 'היתה בעיה במחיקת הקטגוריה. בבקשה נסה שוב.',
|
||||
'success' => 'הקטגוריה נמחקה בהצלחה.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'eula_text' => 'EULA',
|
||||
'id' => 'תְעוּדַת זֶהוּת',
|
||||
'parent' => 'הוֹרֶה',
|
||||
'require_acceptance' => 'קַבָּלָה',
|
||||
'title' => 'שם קטגוריה של נכס',
|
||||
|
||||
);
|
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_company' => 'בחר חברה',
|
||||
'about_companies' => 'על חברות',
|
||||
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',
|
||||
];
|
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'does_not_exist' => 'החברה לא קיימת.',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'חברה זו קשורה כרגע עם דגם אחד לפחות ואינה ניתנת למחיקה. אנא עדכן את המודלים שלך כדי לא להפנות עוד לחברה זו ונסה שוב.',
|
||||
'create' => [
|
||||
'error' => 'החברה לא נוצרה, נסה שוב.',
|
||||
'success' => 'החברה יצרה בהצלחה.',
|
||||
],
|
||||
'update' => [
|
||||
'error' => 'החברה לא עודכנה, נסה שוב',
|
||||
'success' => 'החברה עודכנה בהצלחה.',
|
||||
],
|
||||
'delete' => [
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק חברה זו?',
|
||||
'error' => 'היתה בעיה במחיקת החברה. בבקשה נסה שוב.',
|
||||
'success' => 'החברה נמחקה בהצלחה.',
|
||||
],
|
||||
];
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return array(
|
||||
'companies' => 'חברות',
|
||||
'create' => 'צור חברה',
|
||||
'email' => 'Company Email',
|
||||
'title' => 'חֶברָה',
|
||||
'phone' => 'Company Phone',
|
||||
'update' => 'עדכון החברה',
|
||||
'name' => 'שם החברה',
|
||||
'id' => 'תְעוּדַת זֶהוּת',
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'component_name' => 'שם רכיב',
|
||||
'checkin' => 'רכיב Checkin',
|
||||
'checkout' => 'רכיב Checkout',
|
||||
'cost' => 'עלות הרכישה',
|
||||
'create' => 'צור רכיב',
|
||||
'edit' => 'עריכת רכיב',
|
||||
'date' => 'תאריך רכישה',
|
||||
'order' => 'מספר הזמנה',
|
||||
'remaining' => 'נוֹתָר',
|
||||
'total' => 'סה"כ',
|
||||
'update' => 'עדכון רכיב',
|
||||
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
||||
);
|
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'הרכיב אינו קיים.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'הרכיב לא נוצר, נסה שוב.',
|
||||
'success' => 'הרכיב נוצר בהצלחה.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'הרכיב לא עודכן, נסה שוב',
|
||||
'success' => 'הרכיב עודכן בהצלחה.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק רכיב זה?',
|
||||
'error' => 'הייתה בעיה במחיקת הרכיב. בבקשה נסה שוב.',
|
||||
'success' => 'הרכיב נמחק בהצלחה.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'הרכיב לא נבדק, נסה שוב',
|
||||
'success' => 'רכיב הוצא בהצלחה.',
|
||||
'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.',
|
||||
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'הרכיב לא נבדק, נסה שוב',
|
||||
'success' => 'רכיב נבדק בהצלחה.',
|
||||
'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'שם רכיב',
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'checkout' => 'Checkout מתכלה למשתמש',
|
||||
'consumable_name' => 'שם מתכלה',
|
||||
'create' => 'צור מתכלים',
|
||||
'item_no' => 'פריט מספר.',
|
||||
'remaining' => 'נוֹתָר',
|
||||
'total' => 'סה"כ',
|
||||
'update' => 'עדכון מתכלה',
|
||||
);
|
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'הצריכה אינה קיימת.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'הצריכה לא נוצרה, נסה שוב.',
|
||||
'success' => 'הצריכה נוצרה בהצלחה.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'הצריכה לא עודכנה, נסה שוב',
|
||||
'success' => 'הצריכה עודכנה בהצלחה.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק את הפריט המתכלה הזה?',
|
||||
'error' => 'היתה בעיה במחיקת המתכלים. בבקשה נסה שוב.',
|
||||
'success' => 'המתכלים נמחקו בהצלחה.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'הצריכה לא נבדקה, נסה שוב',
|
||||
'success' => 'הצריכה נשללה בהצלחה.',
|
||||
'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.',
|
||||
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'הצריכה לא נבדקה, נסה שוב',
|
||||
'success' => 'הצריכה נבדקה בהצלחה.',
|
||||
'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'שם מתכלה',
|
||||
);
|
@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'custom_fields' => 'שדות מותאמים אישית',
|
||||
'manage' => 'Manage',
|
||||
'field' => 'שדה',
|
||||
'about_fieldsets_title' => 'אודות שדות',
|
||||
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
|
||||
'custom_format' => 'Custom Regex format...',
|
||||
'encrypt_field' => 'הצפן את הערך של שדה זה במסד הנתונים',
|
||||
'encrypt_field_help' => 'אזהרה: הצפנת שדה הופכת אותו לבלתי ניתן לחיפוש.',
|
||||
'encrypted' => 'מוצפן',
|
||||
'fieldset' => 'קבוצת שדות',
|
||||
'qty_fields' => 'Qty שדות',
|
||||
'fieldsets' => 'שדות',
|
||||
'fieldset_name' => 'שם שדה',
|
||||
'field_name' => 'שם שדה',
|
||||
'field_values' => 'ערכי שדות',
|
||||
'field_values_help' => 'הוסף אפשרויות לבחירה, אחת בכל שורה. קווים ריקים שאינם השורה הראשונה יתעלמו.',
|
||||
'field_element' => 'אלמנט טופס',
|
||||
'field_element_short' => 'אֵלֵמֶנט',
|
||||
'field_format' => 'פוּרמָט',
|
||||
'field_custom_format' => 'פורמט מותאם אישית',
|
||||
'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use <code>regex:/^[0-9]{15}$/</code>.',
|
||||
'required' => 'נדרש',
|
||||
'req' => 'Req.',
|
||||
'used_by_models' => 'דגמים משומשים',
|
||||
'order' => 'להזמין',
|
||||
'create_fieldset' => 'שדה חדש',
|
||||
'update_fieldset' => 'Update Fieldset',
|
||||
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
|
||||
'fieldset_updated' => 'Fieldset updated',
|
||||
'create_fieldset_title' => 'Create a new fieldset',
|
||||
'create_field' => 'שדה מותאם אישית חדש',
|
||||
'create_field_title' => 'Create a new custom field',
|
||||
'value_encrypted' => 'הערך של שדה זה מוצפן במסד הנתונים. רק משתמשי מנהל יוכלו להציג את הערך המפוענח',
|
||||
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
|
||||
'show_in_email_short' => 'Include in emails.',
|
||||
'help_text' => 'Help Text',
|
||||
'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
|
||||
'about_custom_fields_title' => 'About Custom Fields',
|
||||
'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
|
||||
'add_field_to_fieldset' => 'הוסף שדה למערך',
|
||||
'make_optional' => 'חובה - בחר כדי להפוך לאופציונלי',
|
||||
'make_required' => 'אופציונלי - בחר כדי להפוך לחובה',
|
||||
'reorder' => 'Reorder',
|
||||
'db_field' => 'DB Field',
|
||||
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
|
||||
'is_unique' => 'ערך זה חייב להיות ייחודי בכל הנכסים',
|
||||
'unique' => 'ייחודי',
|
||||
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
|
||||
'display_in_user_view_table' => 'Visible to User',
|
||||
'auto_add_to_fieldsets' => 'Automatically add this to every new fieldset',
|
||||
'add_to_preexisting_fieldsets' => 'Add to any existing fieldsets',
|
||||
'show_in_listview' => 'הצגה בתצוגות רשימה כברירת מחדל. משתמשים מורשים עדיין יוכלו להציג/להסתיר את בורר העמודות',
|
||||
'show_in_listview_short' => 'הצגה ברשימות',
|
||||
'show_in_requestable_list_short' => 'Show in requestable assets list',
|
||||
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
|
||||
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
|
||||
|
||||
];
|
@ -0,0 +1,63 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'field' => array(
|
||||
'invalid' => 'שדה זה אינו קיים.',
|
||||
'already_added' => 'השדה כבר נוסף',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'שדה לא נוצר, נסה שוב.',
|
||||
'success' => 'שדה נוצר בהצלחה.',
|
||||
'assoc_success' => 'שדה נוסף בהצלחה ל- fieldset.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'השדה לא עודכן, נסה שוב',
|
||||
'success' => 'שדה עודכן בהצלחה.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק שדה זה?',
|
||||
'error' => 'הייתה בעיה במחיקת השדה. בבקשה נסה שוב.',
|
||||
'success' => 'השדה נמחק בהצלחה.',
|
||||
'in_use' => 'שדה עדיין בשימוש.',
|
||||
)
|
||||
|
||||
),
|
||||
|
||||
'fieldset' => array(
|
||||
|
||||
'does_not_exist' => 'Fieldset אינו קיים',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Fieldset לא נוצר, נסה שוב.',
|
||||
'success' => 'Fieldset נוצר בהצלחה.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Fieldset לא עודכן, נסה שוב',
|
||||
'success' => 'Fieldset עודכן בהצלחה.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק את השדה הזה?',
|
||||
'error' => 'היתה בעיה במחיקת השדה. בבקשה נסה שוב.',
|
||||
'success' => 'ה- fieldset נמחק בהצלחה.',
|
||||
'in_use' => 'Fieldset עדיין בשימוש.',
|
||||
)
|
||||
|
||||
),
|
||||
|
||||
'fieldset_default_value' => array(
|
||||
|
||||
'error' => 'Error validating default fieldset values.',
|
||||
|
||||
),
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'המחלקה לא קיימת.',
|
||||
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
|
||||
'assoc_users' => 'מחלקה זו משויכת כרגע למשתמש אחד לפחות ולא ניתן למחוק אותה. עדכן את המשתמשים שלך כדי לא להפנות עוד למחלקה זו ונסה שוב.',
|
||||
'create' => array(
|
||||
'error' => 'המחלקה לא נוצרה, נסה שוב.',
|
||||
'success' => 'המחלקה נוצרה בהצלחה.'
|
||||
),
|
||||
'update' => array(
|
||||
'error' => 'המחלקה לא עודכנה, נסה שוב',
|
||||
'success' => 'המחלקה עודכנה בהצלחה.'
|
||||
),
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק מחלקה זו?',
|
||||
'error' => 'היתה בעיה במחיקת המחלקה. בבקשה נסה שוב.',
|
||||
'success' => 'המחלקה נמחקה בהצלחה.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'תְעוּדַת זֶהוּת',
|
||||
'name' => 'שם מחלקה',
|
||||
'manager' => 'מנהל',
|
||||
'location' => 'מקום',
|
||||
'create' => 'יצירת המחלקה',
|
||||
'update' => 'עדכון המחלקה',
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_asset_depreciations' => 'על פחת נכסים',
|
||||
'about_depreciations' => 'ניתן להגדיר פחתונות נכסים כדי לפחת נכסים על בסיס פחת קו ישר.',
|
||||
'asset_depreciations' => 'פחת נכסים',
|
||||
'create' => 'יצירת פחת',
|
||||
'depreciation_name' => 'שם פחת',
|
||||
'depreciation_min' => 'Floor Value of Depreciation',
|
||||
'number_of_months' => 'מספר החודשים',
|
||||
'update' => 'עדכון פחת',
|
||||
'depreciation_min' => 'Minimum Value after Depreciation',
|
||||
'no_depreciations_warning' => '<strong>Warning: </strong>
|
||||
You do not currently have any depreciations set up.
|
||||
Please set up at least one depreciation to view the depreciation report.',
|
||||
];
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'שיעור פחת אינו קיים.',
|
||||
'assoc_users' => 'פחת זה משויך כרגע עם דגם אחד או יותר ולא ניתן למחוק אותו. מחק את המודלים ולאחר מכן נסה למחוק שוב.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'מחלקת הפחת לא נוצרה, נסה שוב. You',
|
||||
'success' => 'מחלקת הפחת נוצרה בהצלחה. :)'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'שיעור הפחת לא עודכן, נסה שוב',
|
||||
'success' => 'שיעור הפחת עודכן בהצלחה.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק את שיעור הפחת הזה?',
|
||||
'error' => 'אירעה בעיה במחיקת שיעור הפחת. בבקשה נסה שוב.',
|
||||
'success' => 'מחלקת הפחת נמחקה בהצלחה.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'id' => 'תְעוּדַת זֶהוּת',
|
||||
'months' => 'חודשים',
|
||||
'term' => 'טווח',
|
||||
'title' => 'שֵׁם',
|
||||
'depreciation_min' => 'Floor Value',
|
||||
|
||||
];
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'group_exists' => 'הקבוצה כבר קיימת!',
|
||||
'group_not_found' => 'מזהה הקבוצה :id לא קיים.',
|
||||
'group_name_required' => 'שדה השדה נדרש',
|
||||
|
||||
'success' => array(
|
||||
'create' => 'הקבוצה נוצרה בהצלחה.',
|
||||
'update' => 'הקבוצה עודכנה בהצלחה.',
|
||||
'delete' => 'הקבוצה נמחקה בהצלחה.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק קבוצה זו?',
|
||||
'create' => 'היתה בעיה ביצירת הקבוצה. בבקשה נסה שוב.',
|
||||
'update' => 'היתה בעיה בעדכון הקבוצה. בבקשה נסה שוב.',
|
||||
'delete' => 'הייתה בעיה במחיקת הקבוצה. בבקשה נסה שוב.',
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'תְעוּדַת זֶהוּת',
|
||||
'name' => 'שֵׁם',
|
||||
'users' => '# משתמשים',
|
||||
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_groups_title' => 'על קבוצות',
|
||||
'about_groups' => 'קבוצות משמשות להכללת הרשאות משתמש.',
|
||||
'group_management' => 'ניהול קבוצה',
|
||||
'create' => 'צור קבוצה חדשה',
|
||||
'update' => 'ערוך קבוצה',
|
||||
'group_name' => 'שם קבוצה',
|
||||
'group_admin' => 'מנהל קבוצה',
|
||||
'allow' => 'להתיר',
|
||||
'deny' => 'לְהַכּחִישׁ',
|
||||
'permission' => 'Permission',
|
||||
'grant' => 'Grant',
|
||||
'no_permissions' => 'לקבוצה זו אין הרשאות.'
|
||||
];
|
@ -0,0 +1,59 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'bulk_delete' => 'אשר מחיקה גורפת של נכסים',
|
||||
'bulk_restore' => 'Confirm Bulk Restore Assets',
|
||||
'bulk_delete_help' => 'עיין בנכסים למחיקה בכמות גדולה בהמשך. לאחר המחיקה, ניתן לשחזר נכסים אלה, אך הם לא יהיו משויכים עוד עם משתמשים שאליהם הם מוקצים כעת.',
|
||||
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.',
|
||||
'bulk_delete_warn' => 'אתה עומד למחוק את הנכסים: asset_count.',
|
||||
'bulk_restore_warn' => 'You are about to restore :asset_count assets.',
|
||||
'bulk_update' => 'עדכון גורפת נכסים',
|
||||
'bulk_update_help' => 'טופס זה מאפשר לך לעדכן מספר נכסים בבת אחת. מלא רק את השדות שאתה צריך לשנות. כל השדות שנותרו ריקים יישארו ללא שינוי.',
|
||||
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
|
||||
'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.',
|
||||
'bulk_update_model_prefix' => 'בדגמים',
|
||||
'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.',
|
||||
'checkedout_to' => 'הוצא אל',
|
||||
'checkout_date' => 'תבדוק את התאריך',
|
||||
'checkin_date' => 'תאריך הגעה',
|
||||
'checkout_to' => 'צא אל',
|
||||
'cost' => 'עלות הרכישה',
|
||||
'create' => 'צור נכס',
|
||||
'date' => 'תאריך רכישה',
|
||||
'depreciation' => 'פְּחָת',
|
||||
'depreciates_on' => 'פוחתת ב',
|
||||
'default_location' => 'מיקום ברירת המחדל',
|
||||
'default_location_phone' => 'Default Location Phone',
|
||||
'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' => 'עדכן מיקום הנכס',
|
||||
'asset_location_update_default_current' => 'עדכן מיקומים',
|
||||
'asset_location_update_default' => 'עדכן מיקום ברירת מחדל',
|
||||
'asset_location_update_actual' => 'Update only actual location',
|
||||
'asset_not_deployable' => 'הנכס הזה לא זמין. לא ניתן לספק ללקוח.',
|
||||
'asset_deployable' => 'הנכס זמין. ניתן לשייך למיקום.',
|
||||
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
|
||||
'optional_infos' => 'Optional Information',
|
||||
'order_details' => 'Order Related Information'
|
||||
];
|
@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_assets_title' => 'על נכסים',
|
||||
'about_assets_text' => 'נכסים הם פריטים במעקב לפי מספר סידורי או תג נכס. הם נוטים להיות פריטים בעלי ערך גבוה יותר, כאשר מזהים פריטים ספציפיים.',
|
||||
'archived' => 'בארכיון',
|
||||
'asset' => 'נכס',
|
||||
'bulk_checkout' => 'שייך נכס',
|
||||
'bulk_checkin' => 'החזר נכסים לזמינות',
|
||||
'checkin' => 'רכוש',
|
||||
'checkout' => 'רכוש Checkout',
|
||||
'clone' => 'נכס משוכפל',
|
||||
'deployable' => 'ניתן לפריסה',
|
||||
'deleted' => 'הנכס הזה נמחק.',
|
||||
'delete_confirm' => 'Are you sure you want to delete this asset?',
|
||||
'edit' => 'ערוך נכס',
|
||||
'model_deleted' => 'המודל של הנכס נמחק. יש לשחזר את המודל לפני שניתן לשחזר את הנכס.',
|
||||
'model_invalid' => 'The Model of this Asset is invalid.',
|
||||
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
||||
'requestable' => 'ניתן לבקש',
|
||||
'requested' => 'מבוקש',
|
||||
'not_requestable' => 'Not Requestable',
|
||||
'requestable_status_warning' => 'Do not change requestable status',
|
||||
'restore' => 'שחזור נכס',
|
||||
'pending' => 'ממתין ל',
|
||||
'undeployable' => 'לא ניתן לפריסה',
|
||||
'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
|
||||
'view' => 'הצג נכס',
|
||||
'csv_error' => 'קיימת שגיאה בקובץ ה-CSV שלך:',
|
||||
'import_text' => '<p>Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the <code>Admin > General Settings</code>.</p><p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p><p>Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.</p>
|
||||
',
|
||||
'csv_import_match_f-l' => 'Try to match users by <strong>firstname.lastname</strong> (<code>jane.smith</code>) format',
|
||||
'csv_import_match_initial_last' => 'Try to match users by <strong>first initial last name</strong> (<code>jsmith</code>) format',
|
||||
'csv_import_match_first' => 'Try to match users by <strong>first name</strong> (<code>jane</code>) format',
|
||||
'csv_import_match_email' => 'Try to match users by <strong>email</strong> as username',
|
||||
'csv_import_match_username' => 'Try to match users by <strong>username</strong>',
|
||||
'error_messages' => 'שגיאות:',
|
||||
'success_messages' => 'אישור:',
|
||||
'alert_details' => 'נא ראה הסבר בהמשך.',
|
||||
'custom_export' => 'יבוא מותאם',
|
||||
'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
|
||||
'user_department' => 'מחלקת משתמשים',
|
||||
];
|
@ -0,0 +1,90 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'undeployable' => '<strong> אזהרה: </strong> הנכס הזה סומן כבלתי ניתן לפריסה כעת. אם סטטוס זה השתנה, עדכן את סטטוס הנכס.',
|
||||
'does_not_exist' => 'הנכס אינו קיים.',
|
||||
'does_not_exist_or_not_requestable' => 'הנכס אינו קיים או לא זמין.',
|
||||
'assoc_users' => 'הנכס הזה מסומן כרגע למשתמש ולא ניתן למחוק אותו. בדוק תחילה את הנכס ולאחר מכן נסה למחוק שוב.',
|
||||
|
||||
'create' => [
|
||||
'error' => 'הנכס לא נוצר, נסה שוב. You',
|
||||
'success' => 'הנכס נוצר בהצלחה. :)',
|
||||
'success_linked' => 'Asset with tag :tag was created successfully. <strong><a href=":link" style="color: white;">Click here to view</a></strong>.',
|
||||
],
|
||||
|
||||
'update' => [
|
||||
'error' => 'הנכס לא עודכן, נסה שוב',
|
||||
'success' => 'הנכס עודכן בהצלחה.',
|
||||
'nothing_updated' => 'לא נבחרו שדות, ולכן דבר לא עודכן.',
|
||||
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
|
||||
'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.',
|
||||
],
|
||||
|
||||
'restore' => [
|
||||
'error' => 'הנכס לא שוחזר, נסה שוב',
|
||||
'success' => 'הנכס שוחזר בהצלחה.',
|
||||
'bulk_success' => 'הנכס שוחזר בהצלחה.',
|
||||
'nothing_updated' => 'No assets were selected, so nothing was restored.',
|
||||
],
|
||||
|
||||
'audit' => [
|
||||
'error' => 'ביקורת הנכסים נכשלה. בבקשה נסה שוב.',
|
||||
'success' => 'ביקורת נכסים נרשמה בהצלחה.',
|
||||
],
|
||||
|
||||
|
||||
'deletefile' => [
|
||||
'error' => 'הקובץ לא נמחק. בבקשה נסה שוב.',
|
||||
'success' => 'הקובץ נמחק בהצלחה.',
|
||||
],
|
||||
|
||||
'upload' => [
|
||||
'error' => 'הקובץ לא הועלה. בבקשה נסה שוב.',
|
||||
'success' => 'הקבצים הועלו בהצלחה.',
|
||||
'nofiles' => 'לא בחרת קבצים להעלאה, או שהקובץ שאתה מנסה להעלות גדול מדי',
|
||||
'invalidfiles' => 'אחד או יותר מהקבצים שלך גדול מדי או שהוא סוג קובץ שאינו מותר. סוגי קבצים מותרים הם png, gif, jpg, doc, docx, pdf ו- txt.',
|
||||
],
|
||||
|
||||
'import' => [
|
||||
'error' => 'פריטים מסוימים לא ייבאו כראוי.',
|
||||
'errorDetail' => 'הפריטים הבאים לא יובאו בגלל שגיאות.',
|
||||
'success' => 'הקובץ שלך יובא',
|
||||
'file_delete_success' => 'הקובץ שלך נמחק בהצלחה',
|
||||
'file_delete_error' => 'לא ניתן היה למחוק את הקובץ',
|
||||
'file_missing' => 'The file selected is missing',
|
||||
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
||||
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
||||
],
|
||||
|
||||
|
||||
'delete' => [
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק את הנכס הזה?',
|
||||
'error' => 'היתה בעיה במחיקת הנכס. בבקשה נסה שוב.',
|
||||
'nothing_updated' => 'לא נבחרו נכסים ולכן לא נמחק דבר.',
|
||||
'success' => 'הנכס נמחק בהצלחה.',
|
||||
],
|
||||
|
||||
'checkout' => [
|
||||
'error' => 'הנכס לא נבדק, נסה שוב',
|
||||
'success' => 'הנכס הוצא בהצלחה.',
|
||||
'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.',
|
||||
'not_available' => 'הנכס הזה אינו זמין לקופה!',
|
||||
'no_assets_selected' => 'עליך לבחור לפחות בנכס אחד מהרשימה',
|
||||
],
|
||||
|
||||
'checkin' => [
|
||||
'error' => 'הנכס לא נבדק, נסה שוב',
|
||||
'success' => 'הנכס נבדק בהצלחה.',
|
||||
'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.',
|
||||
'already_checked_in' => 'הנכס כבר נבדק.',
|
||||
|
||||
],
|
||||
|
||||
'requests' => [
|
||||
'error' => 'הנכס לא התבקש, נסה שוב',
|
||||
'success' => 'הנכס המבוקש בהצלחה.',
|
||||
'canceled' => 'בקשת התשלום בוטלה בהצלחה',
|
||||
],
|
||||
|
||||
];
|
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'asset_tag' => 'תג נכס',
|
||||
'asset_model' => 'דֶגֶם',
|
||||
'assigned_to' => 'שוייך ל',
|
||||
'book_value' => 'הערך הנוכחי',
|
||||
'change' => 'בפנים בחוץ',
|
||||
'checkout_date' => 'תבדוק את התאריך',
|
||||
'checkoutto' => 'נבדק',
|
||||
'components_cost' => 'עלות הרכיבים הכוללת',
|
||||
'current_value' => 'הערך הנוכחי',
|
||||
'diff' => 'דיף',
|
||||
'dl_csv' => 'הורד CSV',
|
||||
'eol' => 'EOL',
|
||||
'id' => 'תְעוּדַת זֶהוּת',
|
||||
'last_checkin_date' => 'Last Checkin Date',
|
||||
'location' => 'מקום',
|
||||
'purchase_cost' => 'עֲלוּת',
|
||||
'purchase_date' => 'נרכש',
|
||||
'serial' => 'סידורי',
|
||||
'status' => 'סטָטוּס',
|
||||
'title' => 'נכס',
|
||||
'image' => 'תמונה של מכשיר',
|
||||
'days_without_acceptance' => 'ימים ללא קבלה',
|
||||
'monthly_depreciation' => 'פחות חודשי',
|
||||
'assigned_to' => 'שוייך ל',
|
||||
'requesting_user' => 'דרישה של',
|
||||
'requested_date' => 'תאריך דרישה',
|
||||
'changed' => 'שונה',
|
||||
'icon' => 'סמל',
|
||||
];
|
@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_kits_title' => 'About Predefined Kits',
|
||||
'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
|
||||
'checkout' => 'Checkout Kit ',
|
||||
'create_success' => 'Kit was successfully created.',
|
||||
'create' => 'Create Predefined Kit',
|
||||
'update' => 'Update Predefined Kit',
|
||||
'delete_success' => 'Kit was successfully deleted.',
|
||||
'update_success' => 'Kit was successfully updated.',
|
||||
'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ',
|
||||
'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ',
|
||||
'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ',
|
||||
'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ',
|
||||
'append_accessory' => 'Append Accessory',
|
||||
'update_appended_accessory' => 'Update appended Accessory',
|
||||
'append_consumable' => 'Append Consumable',
|
||||
'update_appended_consumable' => 'Update appended Consumable',
|
||||
'append_license' => 'הוסף רשיון',
|
||||
'update_appended_license' => 'עדכן רשיון נוסף',
|
||||
'append_model' => 'הוסף מודל',
|
||||
'update_appended_model' => 'Update appended model',
|
||||
'license_error' => 'License already attached to kit',
|
||||
'license_added_success' => 'License added successfully',
|
||||
'license_updated' => 'License was successfully updated',
|
||||
'license_none' => 'הרישיון אינו קיים',
|
||||
'license_detached' => 'License was successfully detached',
|
||||
'consumable_added_success' => 'Consumable added successfully',
|
||||
'consumable_updated' => 'Consumable was successfully updated',
|
||||
'consumable_error' => 'Consumable already attached to kit',
|
||||
'consumable_deleted' => 'Delete was successful',
|
||||
'consumable_none' => 'הצריכה אינה קיימת',
|
||||
'consumable_detached' => 'Consumable was successfully detached',
|
||||
'accessory_added_success' => 'Accessory added successfully',
|
||||
'accessory_updated' => 'Accessory was successfully updated',
|
||||
'accessory_detached' => 'Accessory was successfully detached',
|
||||
'accessory_error' => 'Accessory already attached to kit',
|
||||
'accessory_deleted' => 'Delete was successful',
|
||||
'accessory_none' => 'אביזר אינו קיים',
|
||||
'checkout_success' => 'Checkout was successful',
|
||||
'checkout_error' => 'Checkout error',
|
||||
'kit_none' => 'Kit does not exist',
|
||||
'kit_created' => 'Kit was successfully created',
|
||||
'kit_updated' => 'Kit was successfully updated',
|
||||
'kit_not_found' => 'Kit not found',
|
||||
'kit_deleted' => 'Kit was successfully deleted',
|
||||
'kit_model_updated' => 'Model was successfully updated',
|
||||
'kit_model_detached' => 'Model was successfully detached',
|
||||
];
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => 'Invalid count returned from :name. Expected :expected, got :actual.',
|
||||
'invalid_return_type' => 'Invalid type returned from :name. Expected :expected, got :actual.',
|
||||
'invalid_return_value' => 'Invalid value returned from :name. Expected :expected, got :actual.',
|
||||
|
||||
'does_not_exist' => 'Label does not exist',
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'example_company' => 'Test Company Limited',
|
||||
'example_defaultloc' => 'Building 1',
|
||||
'example_category' => 'Test Category',
|
||||
'example_location' => 'Building 2',
|
||||
'example_manufacturer' => 'Test Manufacturing Inc.',
|
||||
'example_model' => 'Test Model',
|
||||
'example_supplier' => 'Test Company Limited',
|
||||
'labels_per_page' => 'Labels',
|
||||
'support_fields' => 'שדות',
|
||||
'support_asset_tag' => 'תָג',
|
||||
'support_1d_barcode' => '1D',
|
||||
'support_2d_barcode' => '2D',
|
||||
'support_logo' => 'סֵמֶל',
|
||||
'support_title' => 'כותרת',
|
||||
|
||||
];
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'asset' => 'נכס',
|
||||
'checkin' => 'קבלה',
|
||||
'create' => 'צור רישיון',
|
||||
'expiration' => 'תאריך תפוגה',
|
||||
'license_key' => 'מפתח מוצר',
|
||||
'maintained' => 'נשמר',
|
||||
'name' => 'שם התוכנה',
|
||||
'no_depreciation' => 'לא פוחת',
|
||||
'purchase_order' => 'מספר הזמנה',
|
||||
'reassignable' => 'ניתן להקצות מחדש',
|
||||
'remaining_seats' => 'מקומות ישיבה שנותרו',
|
||||
'seats' => 'מקומות ישיבה',
|
||||
'termination_date' => 'תאריך סיום',
|
||||
'to_email' => 'מורשה לדוא"ל',
|
||||
'to_name' => 'מורשה לשם',
|
||||
'update' => 'עדכון רשיון',
|
||||
'checkout_help' => 'עליך לבדוק רשיון לנכס חומרה או לאדם. תוכל לבחור את שניהם, אך הבעלים של הנכס חייב להתאים לאדם שאליו אתה בודק את הנכס.'
|
||||
);
|
@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_licenses_title' => 'על רישיונות',
|
||||
'about_licenses' => 'רשיונות משמשים למעקב אחר תוכנה. יש להם מספר מסוים של מושבים כי ניתן לבדוק את הפרטים',
|
||||
'checkin' => 'רישיון רישיון',
|
||||
'checkout_history' => 'היסטוריית Checkout',
|
||||
'checkout' => 'רישיון',
|
||||
'edit' => 'רישיון עריכה',
|
||||
'filetype_info' => 'סוגי קבצים מותרים הם png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ו rar.',
|
||||
'clone' => 'רישיון שיבוט',
|
||||
'history_for' => 'היסטוריה עבור',
|
||||
'in_out' => 'בפנים בחוץ',
|
||||
'info' => 'פרטי רישיון',
|
||||
'license_seats' => 'מושבי רשיון',
|
||||
'seat' => 'מושב',
|
||||
'seats' => 'מקומות ישיבה',
|
||||
'software_licenses' => 'רשיונות תוכנה',
|
||||
'user' => 'מִשׁתַמֵשׁ',
|
||||
'view' => 'הצג רישיון',
|
||||
'delete_disabled' => 'This license cannot be deleted yet because some seats are still checked out.',
|
||||
'bulk' =>
|
||||
[
|
||||
'checkin_all' => [
|
||||
'button' => 'Checkin All Seats',
|
||||
'modal' => 'This will action checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.',
|
||||
'enabled_tooltip' => 'Checkin ALL seats for this license from both users and assets',
|
||||
'disabled_tooltip' => 'This is disabled because there are no seats currently checked out',
|
||||
'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable',
|
||||
'success' => 'License successfully checked in! | All licenses were successfully checked in!',
|
||||
'log_msg' => 'Checked in via bulk license checkout in license GUI',
|
||||
],
|
||||
|
||||
'checkout_all' => [
|
||||
'button' => 'Checkout All Seats',
|
||||
'modal' => 'This action will checkout one seat to the first available user. | This action will checkout all :available_seats_count seats to the first available users. A user is considered available for this seat if they do not already have this license checked out to them, and the Auto-Assign License property is enabled on their user account.',
|
||||
'enabled_tooltip' => 'Checkout ALL seats (or as many as are available) to ALL users',
|
||||
'disabled_tooltip' => 'This is disabled because there are no seats currently available',
|
||||
'success' => 'License successfully checked out! | :count licenses were successfully checked out!',
|
||||
'error_no_seats' => 'There are no remaining seats left for this license.',
|
||||
'warn_not_enough_seats' => ':count users were assigned this license, but we ran out of available license seats.',
|
||||
'warn_no_avail_users' => 'Nothing to do. There are no users who do not already have this license assigned to them.',
|
||||
'log_msg' => 'Checked out via bulk license checkout in license GUI',
|
||||
|
||||
|
||||
],
|
||||
],
|
||||
|
||||
'below_threshold' => 'There are only :remaining_count seats left for this license with a minimum quantity of :min_amt. You may want to consider purchasing more seats.',
|
||||
'below_threshold_short' => 'This item is below the minimum required quantity.',
|
||||
);
|
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
|
||||
'user_does_not_exist' => 'משתמש לא קיים.',
|
||||
'asset_does_not_exist' => 'הנכס שאתה מנסה לשייך לרישיון זה אינו קיים.',
|
||||
'owner_doesnt_match_asset' => 'הנכס שאתה מנסה לשייך לרישיון זה נמצא בבעלות somene אחר מאשר האדם שנבחר שהוקצה לתפריט הנפתח.',
|
||||
'assoc_users' => 'רישיון זה נבדק כעת למשתמש ולא ניתן למחוק אותו. בדוק תחילה את הרישיון ולאחר מכן נסה למחוק שוב.',
|
||||
'select_asset_or_person' => 'עליך לבחור נכס או משתמש, אך לא את שניהם.',
|
||||
'not_found' => 'License not found',
|
||||
'seats_available' => ':seat_count seats available',
|
||||
|
||||
|
||||
'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' => 'הרשיון נבדק בהצלחה',
|
||||
'not_enough_seats' => 'Not enough license seats available for checkout',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'היתה בעיה בבדיקת הרישיון. בבקשה נסה שוב.',
|
||||
'success' => 'הרישיון נבדק בהצלחה'
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'assigned_to' => 'מוקצה ל-',
|
||||
'checkout' => 'ניפוק/החזרה',
|
||||
'id' => 'מזהה',
|
||||
'license_email' => 'דוא"ל רשיון',
|
||||
'license_name' => 'רשום על שם',
|
||||
'purchase_date' => 'תאריך הרכישה',
|
||||
'purchased' => 'נרכש',
|
||||
'seats' => 'מספר',
|
||||
'hardware' => 'ציוד',
|
||||
'serial' => 'מספר סידורי',
|
||||
'title' => 'רישיון',
|
||||
|
||||
);
|
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'המיקום אינו קיים.',
|
||||
'assoc_users' => 'המיקום משויך לפחות למשתמש אחד ולכן לא ניתן למחוק אותו. אנא עדכן את המשתמשים כך שלא יהיה אף משתמש משויך למיקום זה ונסה שנית. ',
|
||||
'assoc_assets' => 'המיקום משויך לפחות לפריט אחד ולכן לא ניתן למחוק אותו. אנא עדכן את הפריטים כך שלא יהיה אף פריט משויך למיקום זה ונסה שנית. ',
|
||||
'assoc_child_loc' => 'למיקום זה מוגדרים תתי-מיקומים ולכן לא ניתן למחוק אותו. אנא עדכן את המיקומים כך שלא שמיקום זה לא יכיל תתי מיקומים ונסה שנית. ',
|
||||
'assigned_assets' => 'פריטים מוקצים',
|
||||
'current_location' => 'מיקום נוכחי',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'המיקום לא נוצר, אנא נסה שנית.',
|
||||
'success' => 'המיקום נוצר בהצלחה.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'המיקום לא עודכן, אנא נסה שנית',
|
||||
'success' => 'המיקום עודכן בהצלחה.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק את המיקום?',
|
||||
'error' => 'אירעה תקלה במחיקת המיקום. אנא נסה שנית.',
|
||||
'success' => 'המיקום נמחק בהצלחה.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_locations_title' => 'אודות מיקומים',
|
||||
'about_locations' => 'מיקומים משמשים למעקב אחר נתוני מיקום עבור משתמשים, נכסים ופריטים אחרים',
|
||||
'assets_rtd' => 'נכסים', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||
'assets_checkedout' => 'הנכסים הוקצו',
|
||||
'id' => 'תְעוּדַת זֶהוּת',
|
||||
'city' => 'עִיר',
|
||||
'state' => 'מדינה',
|
||||
'country' => 'מדינה',
|
||||
'create' => 'צור מיקום',
|
||||
'update' => 'עדכן מיקום',
|
||||
'print_assigned' => 'להדפיס הקצאה',
|
||||
'print_all_assigned' => 'להדפיס את כל ההקצאות',
|
||||
'name' => 'שם מיקום',
|
||||
'address' => 'כתובת',
|
||||
'address2' => 'שורת כתובת 2',
|
||||
'zip' => 'מיקוד',
|
||||
'locations' => 'מיקומים',
|
||||
'parent' => 'הוֹרֶה',
|
||||
'currency' => 'מטבע מיקום',
|
||||
'ldap_ou' => 'חיפוש OD של LDAP',
|
||||
'user_name' => 'שם משתמש',
|
||||
'department' => 'מחלקה',
|
||||
'location' => 'מיקום',
|
||||
'asset_tag' => 'תגית פריטים',
|
||||
'asset_name' => 'שם',
|
||||
'asset_category' => 'קטגוריה',
|
||||
'asset_manufacturer' => 'יצרן',
|
||||
'asset_model' => 'דגם',
|
||||
'asset_serial' => 'מס׳ סידורי',
|
||||
'asset_location' => 'מיקום',
|
||||
'asset_checked_out' => 'הנכס שוייך',
|
||||
'asset_expected_checkin' => 'תאריך חזרה למלאי',
|
||||
'date' => 'תאריך:',
|
||||
'phone' => 'מיקום טלפון',
|
||||
'signed_by_asset_auditor' => 'אושר על ידי (מפקח הציוד):',
|
||||
'signed_by_finance_auditor' => 'אושר על ידי (מפקח הכספים):',
|
||||
'signed_by_location_manager' => 'אושר על ידי (מנהל המיקום):',
|
||||
'signed_by' => 'אושר על ידי:',
|
||||
];
|
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'support_url_help' => 'אפשר להשתמש במשתנים <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code> ו־<code>{MODEL_NAME}</code> בכתובת שלך כדי שהערכים האלו יוחלפו אוטומטית בצפייה בנכסים - למשל: https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
|
||||
'does_not_exist' => 'היצרן אינו קיים.',
|
||||
'assoc_users' => 'יצרן זה משויך כרגע עם דגם אחד לפחות ולא ניתן למחוק אותו. אנא עדכן את הדגמים שלך כדי לא להתייחס עוד ליצרן זה ונסה שוב.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'היצרן לא נוצר, נסה שוב.',
|
||||
'success' => 'היצרן נוצר בהצלחה.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'היצרן לא עודכן, נסה שוב',
|
||||
'success' => 'היצרן עודכן בהצלחה.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'היצרן לא שוחזר, נסה שוב',
|
||||
'success' => 'היצרן שוחזר בהצלחה.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק יצרן זה?',
|
||||
'error' => 'אירעה בעיה במחיקת היצרן. בבקשה נסה שוב.',
|
||||
'success' => 'היצרן נמחק בהצלחה.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_manufacturers_title' => 'על היצרנים',
|
||||
'about_manufacturers_text' => 'היצרנים הן החברות שיוצרות את הנכסים שלך. תוכל לאחסן כאן פרטים חשובים ליצירת קשר עם התמיכה, שתוצג בדפי פרטי הנכס שלך.',
|
||||
'asset_manufacturers' => 'יצרני נכסים',
|
||||
'create' => 'צור יצרן',
|
||||
'id' => 'תְעוּדַת זֶהוּת',
|
||||
'name' => 'שֵׁם',
|
||||
'support_email' => 'דוא"ל תמיכה',
|
||||
'support_phone' => 'טלפון תמיכה',
|
||||
'support_url' => 'כתובת אתר לתמיכה',
|
||||
'warranty_lookup_url' => 'Warranty Lookup URL',
|
||||
'update' => 'עדכון היצרן',
|
||||
|
||||
);
|
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_models_title' => 'על מודלים הנכסים',
|
||||
'about_models_text' => 'מודלים של נכסים הם דרך לקבץ נכסים זהים. "MBP 2013", "iPhone 6s", וכו \'',
|
||||
'deleted' => 'This model has been deleted.',
|
||||
'bulk_delete' => 'Bulk Delete Asset Models',
|
||||
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
|
||||
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
|
||||
'restore' => 'שחזור מודל',
|
||||
'requestable' => 'משתמשים רשאים לבקש מודל זה',
|
||||
'show_mac_address' => 'הצג שדה כתובת MAC בנכסים במודל זה',
|
||||
'view_deleted' => 'הצג נמחק',
|
||||
'view_models' => 'הצג דגמים',
|
||||
'fieldset' => 'קבוצת שדות',
|
||||
'no_custom_field' => 'אין שדות מותאמים אישית',
|
||||
'add_default_values' => 'הוספת ערכי בררת מחדל',
|
||||
);
|
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'דגם פריט מחוק',
|
||||
'does_not_exist' => 'המודל אינו קיים.',
|
||||
'no_association' => 'אזהרה! דגם הפריט אינו תקין או חסר!',
|
||||
'no_association_fix' => 'זה ישבור דברים בדרכים שונות ומשונות. ערוך פריט זה עכשיו וקבע לו דגם.',
|
||||
'assoc_users' => 'מודל זה משויך כרגע לנכס אחד או יותר ולא ניתן למחוק אותו. מחק את הנכסים ולאחר מכן נסה למחוק שוב.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'המודל לא נוצר, נסה שוב.',
|
||||
'success' => 'המודל נוצר בהצלחה.',
|
||||
'duplicate_set' => 'כבר קיים מודל נכסים עם שם, יצרן ומספר דגם זה.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'המודל לא עודכן, נסה שוב',
|
||||
'success' => 'המודל עודכן בהצלחה.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק מודל נכס זה?',
|
||||
'error' => 'הייתה בעיה במחיקת המודל. בבקשה נסה שוב.',
|
||||
'success' => 'המודל נמחק בהצלחה.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'המודל לא שוחזר, נסה שוב',
|
||||
'success' => 'המודל שוחזר בהצלחה.'
|
||||
),
|
||||
|
||||
'bulkedit' => array(
|
||||
'error' => 'לא השתנו שדות, ולכן שום דבר לא עודכן.',
|
||||
'success' => 'דגם עודכן בהצלחה. |:model_count דגמים עודכנו בהצלחה.',
|
||||
'warn' => 'אתה עומד לעדכן את תכונותיו של הדגם הבא:|אתה עומד לערוך את תכונותיהם של |:model_count הדגמים הבאים:',
|
||||
|
||||
),
|
||||
|
||||
'bulkdelete' => array(
|
||||
'error' => 'לא נבחרו מודלים, לכן לא נמחק שום דבר.',
|
||||
'success' => 'דגם נמחק!:|success_count דגמים נמחקו!',
|
||||
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.'
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'create' => 'יצירת מודל נכס',
|
||||
'created_at' => 'נוצר ב',
|
||||
'eol' => 'משך החיים',
|
||||
'modelnumber' => 'מס׳ הדגם.',
|
||||
'name' => 'שם דגם הנכס',
|
||||
'numassets' => 'נכסים',
|
||||
'title' => 'מודלים של נכסים',
|
||||
'update' => 'עדכון דגם הנכס',
|
||||
'view' => 'הצג מודל נכס',
|
||||
'update' => 'עדכון דגם הנכס',
|
||||
'clone' => 'שיבוט המודל',
|
||||
'edit' => 'עריכת מודל',
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'info' => 'בחר את האפשרויות הרצויות עבור דוח הנכס שלך.',
|
||||
'deleted_user' => 'Deleted user',
|
||||
'send_reminder' => 'Send reminder',
|
||||
'reminder_sent' => 'Reminder sent',
|
||||
'acceptance_deleted' => 'Acceptance request deleted',
|
||||
'acceptance_request' => 'Acceptance request',
|
||||
'custom_export' => [
|
||||
'user_address' => 'User Address',
|
||||
'user_city' => 'User City',
|
||||
'user_state' => 'User State',
|
||||
'user_country' => 'User Country',
|
||||
'user_zip' => 'User Zip'
|
||||
]
|
||||
];
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'error' => 'עליך לבחור לפחות אפשרות אחת.'
|
||||
);
|
@ -0,0 +1,367 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'ad' => 'Active Directory',
|
||||
'ad_domain' => 'תחום Active Directory',
|
||||
'ad_domain_help' => 'לפעמים זה זהה לדומיין הדוא"ל שלך, אך לא תמיד.',
|
||||
'ad_append_domain_label' => 'הוסף שם מתחם',
|
||||
'ad_append_domain' => 'הוסף שם מתחם לשדה שם משתמש',
|
||||
'ad_append_domain_help' => 'המשתמש לא מחוייב לרשום כתובת דוא"ל מלאה, מספיק רק שם משתמש.',
|
||||
'admin_cc_email' => 'שלח עותק ל',
|
||||
'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.',
|
||||
'admin_settings' => 'Admin Settings',
|
||||
'is_ad' => 'זהו שרת Active Directory',
|
||||
'alerts' => 'התראות',
|
||||
'alert_title' => 'Update Notification Settings',
|
||||
'alert_email' => 'שלח התראות אל',
|
||||
'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
|
||||
'alerts_enabled' => 'התראות מופעלות',
|
||||
'alert_interval' => 'התראות שפג תוקפן (בימים)',
|
||||
'alert_inv_threshold' => 'סף התראה על מלאי',
|
||||
'allow_user_skin' => 'לאפשר למשתמשים לבחור עיצוב',
|
||||
'allow_user_skin_help_text' => 'סימון התיבה הזאת יאפשר למשתמשים לדרוס את עיצוב המערכת בעיצוב שונה.',
|
||||
'asset_ids' => 'מזהי נכסים',
|
||||
'audit_interval' => 'מרווח ביקורת',
|
||||
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
|
||||
'audit_warning_days' => 'סף אזהרות ביקורת',
|
||||
'audit_warning_days_help' => 'כמה ימים מראש עלינו להזהיר אותך כאשר הנכסים צפויים לביקורת?',
|
||||
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
|
||||
'auto_increment_prefix' => 'קידומת (אופציונלי)',
|
||||
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
|
||||
'backups' => 'גיבויים',
|
||||
'backups_help' => 'Create, download, and restore backups ',
|
||||
'backups_restoring' => 'משחזר מגיבוי',
|
||||
'backups_upload' => 'העלה גיבוי',
|
||||
'backups_path' => 'Backups on the server are stored in <code>:path</code>',
|
||||
'backups_restore_warning' => 'Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)<br><br>Your <strong>entire :app_name database and any uploaded files will be completely replaced</strong> by what\'s in the backup file. ',
|
||||
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
|
||||
'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ',
|
||||
'barcode_settings' => 'הגדרות ברקוד',
|
||||
'confirm_purge' => 'אשר את הטיהור',
|
||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone and will PERMANENTLY delete all soft-deleted items and users. (You should make a backup first, just to be safe.)',
|
||||
'custom_css' => 'CSS מותאם אישית',
|
||||
'custom_css_help' => 'הזן כל דריסת CSS מותאמת אישית שבה תרצה להשתמש. אל תכלול את התגים <style></style>.',
|
||||
'custom_forgot_pass_url' => 'כתובת איפוס ססמה בהתאמה אישית',
|
||||
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||
'dashboard_message' => 'Dashboard Message',
|
||||
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
|
||||
'default_currency' => 'מטבע ברירת מחדל',
|
||||
'default_eula_text' => 'ברירת מחדל ל- EULA',
|
||||
'default_language' => 'שפת ברירת מחדל',
|
||||
'default_eula_help_text' => 'ניתן גם לשייך ערכי רשיון קצה מותאמים אישית לקטגוריות ספציפיות של נכסים.',
|
||||
'display_asset_name' => 'שם נכס לתצוגה',
|
||||
'display_checkout_date' => 'הצג תאריך יציאה',
|
||||
'display_eol' => 'הצג EOL בתצוגת טבלה',
|
||||
'display_qr' => 'הצג קודי מרובע',
|
||||
'display_alt_barcode' => 'הצגת ברקוד 1D',
|
||||
'email_logo' => 'לוגו לדוא״ל',
|
||||
'barcode_type' => 'סוג ברקוד דו-ממדי',
|
||||
'alt_barcode_type' => 'סוג 1D ברקוד',
|
||||
'email_logo_size' => 'לוגואים מרובעים נראים הכי טוב בהודעות דוא״ל. ',
|
||||
'enabled' => 'אפשר',
|
||||
'eula_settings' => 'הגדרות EULA',
|
||||
'eula_markdown' => 'הסכם רשיון משתמש זה מאפשר <a href="https://help.github.com/articles/github-flavored-markdown/">Github בטעם מרקדון </a>.',
|
||||
'favicon' => 'סמל מועדפים (Favicon)',
|
||||
'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.',
|
||||
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
|
||||
'footer_text' => 'Additional Footer Text ',
|
||||
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Line breaks, headers, images, etc may result in unpredictable results.',
|
||||
'general_settings' => 'הגדרות כלליות',
|
||||
'general_settings_keywords' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, gravatar, tos, dashboard, privacy',
|
||||
'general_settings_help' => 'Default EULA and more',
|
||||
'generate_backup' => 'צור גיבוי',
|
||||
'google_workspaces' => 'Google Workspaces',
|
||||
'header_color' => 'צבע כותרת',
|
||||
'info' => 'הגדרות אלה מאפשרות לך להתאים אישית היבטים מסוימים של ההתקנה.',
|
||||
'label_logo' => 'Label Logo',
|
||||
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
|
||||
'laravel' => 'גירסת Laravel',
|
||||
'ldap' => 'LDAP',
|
||||
'ldap_default_group' => 'Default Permissions Group',
|
||||
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
||||
'no_default_group' => 'No Default Group',
|
||||
'ldap_help' => 'LDAP/Active Directory',
|
||||
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
||||
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
||||
'ldap_enabled' => 'LDAP מופעל',
|
||||
'ldap_integration' => 'שילוב LDAP',
|
||||
'ldap_settings' => 'הגדרות LDAP',
|
||||
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
|
||||
'ldap_location' => 'LDAP Location',
|
||||
'ldap_location_help' => 'The Ldap Location field should be used if <strong>an OU is not being used in the Base Bind DN.</strong> Leave this blank if an OU search is being used.',
|
||||
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||
'ldap_manager' => 'LDAP Manager',
|
||||
'ldap_server' => 'שרת LDAP',
|
||||
'ldap_server_help' => 'זה צריך להתחיל עם ldap: // (עבור לא מוצפן או TLS) או ldaps: // (עבור SSL)',
|
||||
'ldap_server_cert' => 'אימות תעודת SSL של LDAP',
|
||||
'ldap_server_cert_ignore' => 'אפשר אישור SSL לא חוקי',
|
||||
'ldap_server_cert_help' => 'בחר בתיבת סימון זו אם אתה משתמש ב- SSL עם חתימה עצמית וברצונך לקבל אישור SSL לא חוקי.',
|
||||
'ldap_tls' => 'השתמש ב- TLS',
|
||||
'ldap_tls_help' => 'יש לבדוק זאת רק אם אתה מפעיל את STARTTLS בשרת LDAP שלך.',
|
||||
'ldap_uname' => 'שם משתמש של LDAP',
|
||||
'ldap_dept' => 'מחלקה ב־LDAP',
|
||||
'ldap_phone' => 'מספר טלפון ב־LDAP',
|
||||
'ldap_jobtitle' => 'כותרת משרה ב־LDAP',
|
||||
'ldap_country' => 'מדינה ב־LDAP',
|
||||
'ldap_pword' => 'קישור סיסמה LDAP',
|
||||
'ldap_basedn' => 'בסיס Bind DN',
|
||||
'ldap_filter' => 'מסנן LDAP',
|
||||
'ldap_pw_sync' => 'סינכרון סיסמת LDAP',
|
||||
'ldap_pw_sync_help' => 'בטל את הסימון בתיבה זו אם אינך רוצה לשמור את סיסמאות LDAP המסונכרנות עם סיסמאות מקומיות. השבתה זו פירושה שהמשתמשים שלך לא יוכלו להתחבר אם שרת ה- LDAP שלך אינו ניתן להשגה מסיבה כלשהי.',
|
||||
'ldap_username_field' => 'שם משתמש',
|
||||
'ldap_lname_field' => 'שם משפחה',
|
||||
'ldap_fname_field' => 'שם פרטי של LDAP',
|
||||
'ldap_auth_filter_query' => 'שאילתת אימות LDAP',
|
||||
'ldap_version' => 'גרסת LDAP',
|
||||
'ldap_active_flag' => 'LDAP סמל פעיל',
|
||||
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. <strong>It does not affect the ability to check items in or out to them</strong>, and should be the <strong>attribute name</strong> within your AD/LDAP, <strong>not the value</strong>. <br><br>If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to <code>0</code> or <code>false</code>, <strong>user login will be disabled</strong>. If the value in the AD/LDAP field is set to <code>1</code> or <code>true</code> or <em>any other text</em> means the user can log in. When the field is blank in your AD, we respect the <code>userAccountControl</code> attribute, which usually allows non-suspended users to log in.',
|
||||
'ldap_emp_num' => 'מספר עובד LDAP',
|
||||
'ldap_email' => 'דוא"ל LDAP',
|
||||
'ldap_test' => 'Test LDAP',
|
||||
'ldap_test_sync' => 'Test LDAP Synchronization',
|
||||
'license' => 'רישיון תוכנה',
|
||||
'load_remote' => 'Use Gravatar',
|
||||
'load_remote_help_text' => 'Uncheck this box if your install cannot load scripts from the outside internet. This will prevent Snipe-IT from trying load images from Gravatar.',
|
||||
'login' => 'Login Attempts',
|
||||
'login_attempt' => 'Login Attempt',
|
||||
'login_ip' => 'IP Address',
|
||||
'login_success' => 'הצליח?',
|
||||
'login_user_agent' => 'User Agent',
|
||||
'login_help' => 'רשימת נסיונות כניסה למערכת',
|
||||
'login_note' => 'הערה התחברות',
|
||||
'login_note_help' => 'אופציונלי לכלול כמה משפטים במסך הכניסה שלך, למשל כדי לעזור לאנשים שמצאו מכשיר אבוד או נגנב. השדה הזה מקבל <a href="https://help.github.com/articles/github-flavored-markdown/">Github בטעם מרקדון </a>',
|
||||
'login_remote_user_text' => 'אפשרויות כניסת משתמש מרוחק',
|
||||
'login_remote_user_enabled_text' => 'הפעלת כניסה עם כותרת משתמש מרוחק',
|
||||
'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"',
|
||||
'login_common_disabled_text' => 'השבתת מנגנוני אימות אחרים',
|
||||
'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working',
|
||||
'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
|
||||
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
|
||||
'login_remote_user_header_name_text' => 'Custom user name header',
|
||||
'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER',
|
||||
'logo' => 'סֵמֶל',
|
||||
'logo_print_assets' => 'Use in Print',
|
||||
'logo_print_assets_help' => 'Use branding on printable asset lists ',
|
||||
'full_multiple_companies_support_help_text' => 'הגבלת משתמשים (כולל מנהלי מערכת) שהוקצו לחברות לנכסי החברה שלהם.',
|
||||
'full_multiple_companies_support_text' => 'תמיכה מלאה חברות מרובות',
|
||||
'show_in_model_list' => 'Show in Model Dropdowns',
|
||||
'optional' => 'אופציונאלי',
|
||||
'per_page' => 'תוצאות לעמוד',
|
||||
'php' => 'גרסת PHP',
|
||||
'php_info' => 'PHP Info',
|
||||
'php_overview' => 'PHP',
|
||||
'php_overview_keywords' => 'phpinfo, system, info',
|
||||
'php_overview_help' => 'PHP System info',
|
||||
'php_gd_info' => 'עליך להתקין את PHP-gd כדי להציג קודי QR, ראה הוראות התקנה.',
|
||||
'php_gd_warning' => 'עיבוד תמונה PHP ותוסף GD אינו מותקן.',
|
||||
'pwd_secure_complexity' => 'מורכבות סיסמה',
|
||||
'pwd_secure_complexity_help' => 'בחר את הכללים המורכבים של סיסמאות שברצונך לאכוף.',
|
||||
'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'Password cannot be the same as first name, last name, email, or username',
|
||||
'pwd_secure_complexity_letters' => 'Require at least one letter',
|
||||
'pwd_secure_complexity_numbers' => 'Require at least one number',
|
||||
'pwd_secure_complexity_symbols' => 'Require at least one symbol',
|
||||
'pwd_secure_complexity_case_diff' => 'Require at least one uppercase and one lowercase',
|
||||
'pwd_secure_min' => 'תווים מינימליים לסיסמה',
|
||||
'pwd_secure_min_help' => 'הערך המינימלי המותר הוא 8',
|
||||
'pwd_secure_uncommon' => 'מנע סיסמאות נפוצות',
|
||||
'pwd_secure_uncommon_help' => 'פעולה זו לא תאפשר למשתמשים להשתמש בסיסמאות נפוצות מתוך 10,000 הסיסמאות המובילות שדווחו על הפרות.',
|
||||
'qr_help' => 'הפעל תחילה קודי QR כדי להגדיר זאת',
|
||||
'qr_text' => 'טקסט קוד QR',
|
||||
'saml' => 'SAML',
|
||||
'saml_title' => 'עדכון הגדרות SAML',
|
||||
'saml_help' => 'הגדרות SAML',
|
||||
'saml_enabled' => 'SAML מופעל',
|
||||
'saml_integration' => 'שילוב SAML',
|
||||
'saml_sp_entityid' => 'מזהה יישות',
|
||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||
'saml_sp_x509cert' => 'אישור ציבורי',
|
||||
'saml_sp_metadata_url' => 'כתובת נתוני על',
|
||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
||||
'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
|
||||
'saml_forcelogin_label' => 'SAML Force Login',
|
||||
'saml_forcelogin' => 'Make SAML the primary login',
|
||||
'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
|
||||
'saml_slo_label' => 'SAML Single Log Out',
|
||||
'saml_slo' => 'Send a LogoutRequest to IdP on Logout',
|
||||
'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.',
|
||||
'saml_custom_settings' => 'SAML Custom Settings',
|
||||
'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
|
||||
'saml_download' => 'Download Metadata',
|
||||
'setting' => 'הגדרה',
|
||||
'settings' => 'הגדרות',
|
||||
'show_alerts_in_menu' => 'Show alerts in top menu',
|
||||
'show_archived_in_list' => 'נכסים בארכיון',
|
||||
'show_archived_in_list_text' => 'הצג גם נכסים בארכיון ברשימת "כל הנכסים"',
|
||||
'show_assigned_assets' => 'הצג נכסים משוייכים לנכסים',
|
||||
'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.',
|
||||
'show_images_in_email' => 'Show images in emails',
|
||||
'show_images_in_email_help' => 'Uncheck this box if your Snipe-IT installation is behind a VPN or closed network and users outside the network will not be able to load images served from this installation in their emails.',
|
||||
'site_name' => 'שם אתר',
|
||||
'integrations' => 'Integrations',
|
||||
'slack' => 'Slack',
|
||||
'general_webhook' => 'General Webhook',
|
||||
'ms_teams' => 'Microsoft Teams',
|
||||
'webhook' => ':app',
|
||||
'webhook_presave' => 'Test to Save',
|
||||
'webhook_title' => 'Update Webhook Settings',
|
||||
'webhook_help' => 'Integration settings',
|
||||
'webhook_botname' => ':app Botname',
|
||||
'webhook_channel' => ':app Channel',
|
||||
'webhook_endpoint' => ':app Endpoint',
|
||||
'webhook_integration' => ':app Settings',
|
||||
'webhook_test' =>'Test :app integration',
|
||||
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
|
||||
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
|
||||
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
|
||||
'snipe_version' => 'Snipe-IT גירסה',
|
||||
'support_footer' => 'Support Footer Links ',
|
||||
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
|
||||
'version_footer' => 'Version in Footer ',
|
||||
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
|
||||
'system' => 'מידע מערכת',
|
||||
'update' => 'עדכן הגדרות',
|
||||
'value' => 'ערך',
|
||||
'brand' => 'מיתוג',
|
||||
'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css',
|
||||
'brand_help' => 'Logo, Site Name',
|
||||
'web_brand' => 'Web Branding Type',
|
||||
'about_settings_title' => 'על הגדרות',
|
||||
'about_settings_text' => 'הגדרות אלה מאפשרות לך להתאים אישית היבטים מסוימים של ההתקנה.',
|
||||
'labels_per_page' => 'תוויות לדף',
|
||||
'label_dimensions' => 'מידות תווית (אינצ\'ים)',
|
||||
'next_auto_tag_base' => 'הבא-תוספת אוטומטית',
|
||||
'page_padding' => 'שולי דף (אינצ\'ים)',
|
||||
'privacy_policy_link' => 'Link to Privacy Policy',
|
||||
'privacy_policy' => 'מדיניות פרטיות',
|
||||
'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ',
|
||||
'purge' => 'טיהור רשומות שנמחקו',
|
||||
'purge_deleted' => 'Purge Deleted ',
|
||||
'labels_display_bgutter' => 'תווית מרזב תחתון',
|
||||
'labels_display_sgutter' => 'תווית בצד תווית',
|
||||
'labels_fontsize' => 'גודל גופן של תווית',
|
||||
'labels_pagewidth' => 'רוחב גיליון תווית',
|
||||
'labels_pageheight' => 'גובה גיליון תווית',
|
||||
'label_gutters' => 'תווית ריווח (אינצ\'ים)',
|
||||
'page_dimensions' => 'מידות דף (אינצ\'ים)',
|
||||
'label_fields' => 'תייג שדות גלויים',
|
||||
'inches' => 'אינץ',
|
||||
'width_w' => 'w',
|
||||
'height_h' => 'ח',
|
||||
'show_url_in_emails' => 'קישור לצלוף- IT ב הודעות דוא"ל',
|
||||
'show_url_in_emails_help_text' => 'בטל את הסימון בתיבה זו אם אינך רוצה לקשר חזרה את ההתקנה Snipe-IT שלך תחתונות הדוא"ל. שימושי אם רוב המשתמשים שלך לא מתחברים.',
|
||||
'text_pt' => 'pt',
|
||||
'thumbnail_max_h' => 'גובה מקסימלי לתמונה ממוזערת',
|
||||
'thumbnail_max_h_help' => 'גובה מקסימלי בפיקסלים שמוצגות תמונות ממוזערות בתצוגת הרישום. מינימום 25, מקסימום 500.',
|
||||
'two_factor' => 'אימות שני גורמים',
|
||||
'two_factor_secret' => 'קוד שני פקטור',
|
||||
'two_factor_enrollment' => 'רישום שני גורמים',
|
||||
'two_factor_enabled_text' => 'הפעל שני גורמים',
|
||||
'two_factor_reset' => 'אפס סודי פקטור',
|
||||
'two_factor_reset_help' => 'פעולה זו תאלץ את המשתמש לרשום שוב את המכשיר באמצעות יישומון האימות שלו. היא יכולה להיות שימושית אם המכשיר שרשום כעת במערכת אבד או נגנב. ',
|
||||
'two_factor_reset_success' => 'שני מכשיר גורם לאפס בהצלחה',
|
||||
'two_factor_reset_error' => 'איפוס התקן שני גורמים נכשל',
|
||||
'two_factor_enabled_warning' => 'הפעלת שני גורמים אם היא אינה מופעלת כעת תאלץ אותך מיד לבצע אימות באמצעות מכשיר רשום של Google Auth. תהיה לך אפשרות לרשום את המכשיר שלך אם אינך רשום כעת.',
|
||||
'two_factor_enabled_help' => 'פעולה זו תפעיל אימות דו-גורמי באמצעות המאמת של Google.',
|
||||
'two_factor_optional' => 'סלקטיבית (משתמשים יכולים להפעיל או להשבית אם מותר)',
|
||||
'two_factor_required' => 'נדרש עבור כל המשתמשים',
|
||||
'two_factor_disabled' => 'נָכֶה',
|
||||
'two_factor_enter_code' => 'הזן קוד שני פקטורים',
|
||||
'two_factor_config_complete' => 'שלח קוד',
|
||||
'two_factor_enabled_edit_not_allowed' => 'מנהל המערכת אינו מאפשר לך לערוך הגדרה זו.',
|
||||
'two_factor_enrollment_text' => "יש צורך באימות שני גורמים, אך המכשיר עדיין לא נרשם. פתח את אפליקציית המאמת של Google וסרוק את קוד QR שלהלן כדי לרשום את המכשיר שלך. לאחר שתירשם את המכשיר, הזן את הקוד הבא",
|
||||
'require_accept_signature' => 'דרוש חתימה',
|
||||
'require_accept_signature_help_text' => 'הפעלת תכונה זו תדרוש ממשתמשים להיכנס פיזית בעת קבלת נכס.',
|
||||
'left' => 'שמאלה',
|
||||
'right' => 'ימין',
|
||||
'top' => 'חלק עליון',
|
||||
'bottom' => 'תַחתִית',
|
||||
'vertical' => 'אֲנָכִי',
|
||||
'horizontal' => 'אופקי',
|
||||
'unique_serial' => 'Unique serial numbers',
|
||||
'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials',
|
||||
'zerofill_count' => 'אורך תגי הנכסים, כולל zerofill',
|
||||
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
|
||||
'oauth_title' => 'OAuth API Settings',
|
||||
'oauth' => 'OAuth',
|
||||
'oauth_help' => 'Oauth Endpoint Settings',
|
||||
'asset_tag_title' => 'Update Asset Tag Settings',
|
||||
'barcode_title' => 'Update Barcode Settings',
|
||||
'barcodes' => 'ברקודים',
|
||||
'barcodes_help_overview' => 'Barcode & QR settings',
|
||||
'barcodes_help' => 'This will attempt to delete cached barcodes. This would typically only be used if your barcode settings have changed, or if your Snipe-IT URL has changed. Barcodes will be re-generated when accessed next.',
|
||||
'barcodes_spinner' => 'Attempting to delete files...',
|
||||
'barcode_delete_cache' => 'Delete Barcode Cache',
|
||||
'branding_title' => 'Update Branding Settings',
|
||||
'general_title' => 'Update General Settings',
|
||||
'mail_test' => 'Send Test',
|
||||
'mail_test_help' => 'This will attempt to send a test mail to :replyto.',
|
||||
'filter_by_keyword' => 'Filter by setting keyword',
|
||||
'security' => 'אבטחה',
|
||||
'security_title' => 'Update Security Settings',
|
||||
'security_keywords' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication',
|
||||
'security_help' => 'Two-factor, Password Restrictions',
|
||||
'groups_keywords' => 'permissions, permission groups, authorization',
|
||||
'groups_help' => 'Account permission groups',
|
||||
'localization' => 'Localization',
|
||||
'localization_title' => 'Update Localization Settings',
|
||||
'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
|
||||
'localization_help' => 'Language, date display',
|
||||
'notifications' => 'Notifications',
|
||||
'notifications_help' => 'Email Alerts & Audit Settings',
|
||||
'asset_tags_help' => 'Incrementing and prefixes',
|
||||
'labels' => 'Labels',
|
||||
'labels_title' => 'Update Label Settings',
|
||||
'labels_help' => 'Label sizes & settings',
|
||||
'purge' => 'Purge',
|
||||
'purge_keywords' => 'permanently delete',
|
||||
'purge_help' => 'טיהור רשומות שנמחקו',
|
||||
'ldap_extension_warning' => 'It does not look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.',
|
||||
'ldap_ad' => 'LDAP/AD',
|
||||
'employee_number' => 'מספר עובד',
|
||||
'create_admin_user' => 'צור משתמש ::',
|
||||
'create_admin_success' => 'Success! Your admin user has been added!',
|
||||
'create_admin_redirect' => 'Click here to go to your app login!',
|
||||
'setup_migrations' => 'Database Migrations ::',
|
||||
'setup_no_migrations' => 'There was nothing to migrate. Your database tables were already set up!',
|
||||
'setup_successful_migrations' => 'טבלאות מסד הנתונים שלך נוצרו',
|
||||
'setup_migration_output' => 'פלט ההגירה:',
|
||||
'setup_migration_create_user' => 'הבא: יצירת משתמש',
|
||||
'ldap_settings_link' => 'LDAP Settings Page',
|
||||
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
|
||||
'label2_enable' => 'New Label Engine',
|
||||
'label2_enable_help' => 'Switch to the new label engine. <b>Note: You will need to save this setting before setting others.</b>',
|
||||
'label2_template' => 'Template',
|
||||
'label2_template_help' => 'Select which template to use for label generation',
|
||||
'label2_title' => 'כותרת',
|
||||
'label2_title_help' => 'The title to show on labels that support it',
|
||||
'label2_title_help_phold' => 'The placeholder <code>{COMPANY}</code> will be replaced with the asset's company name',
|
||||
'label2_asset_logo' => 'Use Asset Logo',
|
||||
'label2_asset_logo_help' => 'Use the logo of the asset's assigned company, rather than the value at <code>:setting_name</code>',
|
||||
'label2_1d_type' => '1D Barcode Type',
|
||||
'label2_1d_type_help' => 'Format for 1D barcodes',
|
||||
'label2_2d_type' => 'סוג ברקוד דו-ממדי',
|
||||
'label2_2d_type_help' => 'Format for 2D barcodes',
|
||||
'label2_2d_target' => '2D Barcode Target',
|
||||
'label2_2d_target_help' => 'The URL the 2D barcode points to when scanned',
|
||||
'label2_fields' => 'Field Definitions',
|
||||
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
|
||||
'help_asterisk_bold' => 'Text entered as <code>**text**</code> will be displayed as bold',
|
||||
'help_blank_to_use' => 'Leave blank to use the value from <code>:setting_name</code>',
|
||||
'help_default_will_use' => '<code>:default</code> will use the value from <code>:setting_name</code>. <br>Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see <a href="https://snipe-it.readme.io/docs/barcodes">the documentation <i class="fa fa-external-link"></i></a> for more details. ',
|
||||
'default' => 'Default',
|
||||
'none' => 'None',
|
||||
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.',
|
||||
'google_login' => 'Google Workspace Login Settings',
|
||||
'enable_google_login' => 'Enable users to login with Google Workspace',
|
||||
'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ',
|
||||
'mail_reply_to' => 'Mail Reply-To Address',
|
||||
'mail_from' => 'Mail From Address',
|
||||
'database_driver' => 'Database Driver',
|
||||
'bs_table_storage' => 'Table Storage',
|
||||
'timezone' => 'Timezone',
|
||||
|
||||
];
|
@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'update' => [
|
||||
'error' => 'אירעה שגיאה בעת העדכון.',
|
||||
'success' => 'ההגדרות עודכנו בהצלחה.',
|
||||
],
|
||||
'backup' => [
|
||||
'delete_confirm' => 'האם אתה בטוח שברצונך למחוק קובץ גיבוי זה? לא ניתן לבטל פעולה זו.',
|
||||
'file_deleted' => 'קובץ הגיבוי נמחק בהצלחה.',
|
||||
'generated' => 'קובץ גיבוי חדש נוצר בהצלחה.',
|
||||
'file_not_found' => 'קובץ גיבוי זה לא נמצא בשרת.',
|
||||
'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).',
|
||||
'restore_confirm' => 'האם ברצונך לשחזר את המסד נתונים מ: קובץ?'
|
||||
],
|
||||
'purge' => [
|
||||
'error' => 'אירעה שגיאה בעת הטיהור.',
|
||||
'validation_failed' => 'אישור הטיהור שלך שגוי. הקלד את המילה "DELETE" בתיבת האישור.',
|
||||
'success' => 'רשומות נמחקו בהצלחה.',
|
||||
],
|
||||
'mail' => [
|
||||
'sending' => 'שולח מייל לבדיקה...',
|
||||
'success' => 'המייל נשלח!',
|
||||
'error' => 'מייל לא נשלח.',
|
||||
'additional' => 'קיימות שגיאות נוספות. בדוק במייל שלך ובלוגים.'
|
||||
],
|
||||
'ldap' => [
|
||||
'testing' => 'בודק חיבור LDAP, שאילתות ומבנה נתונים...',
|
||||
'500' => 'שגיאה 500, בבקשה בודק את הלוגים בשרת לעוד נתונים.',
|
||||
'error' => 'משהו השתבש אופסי פופסי :(',
|
||||
'sync_success' => 'בדיקה מול שרת LDAP ל 10 משתמשים בוצעה בהתאם להגדרות שלך:',
|
||||
'testing_authentication' => 'בודק אימות מול שרת LDAP...',
|
||||
'authentication_success' => 'התחברות לשרת LDAפ עברה בהצלחה!'
|
||||
],
|
||||
'webhook' => [
|
||||
'sending' => 'Sending :app test message...',
|
||||
'success' => 'Your :webhook_name Integration works!',
|
||||
'success_pt1' => 'הבדיקה עברה בהצלחה! בדוק את ',
|
||||
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
||||
'500' => '500 שגיאת שרת.',
|
||||
'error' => 'Something went wrong. :app responded with: :error_message',
|
||||
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.',
|
||||
'error_misc' => 'משהו השתבש אופסי פופסי. :( ',
|
||||
]
|
||||
];
|
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'created' => 'נוצר',
|
||||
'size' => 'Size',
|
||||
);
|
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'does_not_exist' => 'תווית הסטטוס אינה קיימת.',
|
||||
'deleted_label' => 'Deleted Status Label',
|
||||
'assoc_assets' => 'תווית סטטוס זו משויכת כעת לנכס אחד לפחות ולא ניתן למחוק אותה. עדכן את הנכסים שלך כדי לא להתייחס עוד לסטטוס זה ונסה שוב.',
|
||||
|
||||
'create' => [
|
||||
'error' => 'תווית הסטטוס לא נוצרה, נסה שוב.',
|
||||
'success' => 'תווית המצב נוצרה בהצלחה.',
|
||||
],
|
||||
|
||||
'update' => [
|
||||
'error' => 'תווית הסטטוס לא עודכנה, נסה שוב',
|
||||
'success' => 'תווית הסטטוס עודכנה בהצלחה.',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק את תווית המצב הזו?',
|
||||
'error' => 'הייתה בעיה במחיקת תווית המצב. בבקשה נסה שוב.',
|
||||
'success' => 'תווית הסטטוס נמחקה בהצלחה.',
|
||||
],
|
||||
|
||||
'help' => [
|
||||
'undeployable' => 'לא ניתן להקצות נכסים אלה לאף אחד.',
|
||||
'deployable' => 'ניתן להסיר את הנכסים האלו. לאחר שיוך הם יקבלו סטטוס של <i class="fas fa-circle text-blue"></i> <strong>Deployed</strong>.',
|
||||
'archived' => 'לא ניתן לבדוק את הנכסים האלה, והם יופיעו רק בתצוגה המפורטת בארכיון. אפשרות זו שימושית לשמירת מידע על נכסים לצורך תקצוב / מטרות היסטוריות, אך שמירה על רשימת הנכסים היומיומית.',
|
||||
'pending' => 'נכסים אלה עדיין לא ניתן להקצות לאף אחד, משמש לעתים קרובות עבור פריטים כי הם לתיקון, אבל הם צפויים לחזור למחזור.',
|
||||
],
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about' => 'על תוויות סטטוס',
|
||||
'archived' => 'בארכיון',
|
||||
'create' => 'צור תווית סטטוס',
|
||||
'color' => 'צבע תרשים',
|
||||
'default_label' => 'תווית ברירת מחדל',
|
||||
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
|
||||
'deployable' => 'ניתן לפריסה',
|
||||
'info' => 'תוויות סטטוס משמשות לתיאור המצבים השונים שהנכסים שלך יכולים להיות בהם. הם עשויים להיות מחוץ לתיקונים, לאיבוד / לגניבה וכו \'. ניתן ליצור תוויות סטטוס חדשות עבור נכסים הניתנים לפריסה, ממתינים ועומדים בארכיון.',
|
||||
'name' => 'שם סטטוס',
|
||||
'pending' => 'ממתין ל',
|
||||
'status_type' => 'סוג סטטוס',
|
||||
'show_in_nav' => 'הצג בצד Nav',
|
||||
'title' => 'תוויות סטטוס',
|
||||
'undeployable' => 'לא ניתן לפריסה',
|
||||
'update' => 'עדכון תווית סטטוס',
|
||||
);
|
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted supplier',
|
||||
'does_not_exist' => 'הספק אינו קיים.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'הספק לא נוצר, נסה שוב.',
|
||||
'success' => 'הספק נוצר בהצלחה.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'הספק לא עודכן, נסה שוב',
|
||||
'success' => 'הספק עודכן בהצלחה.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק ספק זה?',
|
||||
'error' => 'היתה בעיה במחיקת הספק. בבקשה נסה שוב.',
|
||||
'success' => 'הספק נמחק בהצלחה.',
|
||||
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_suppliers_title' => 'על הספקים',
|
||||
'about_suppliers_text' => 'הספקים משמשים כדי לעקוב אחר המקור של פריטים',
|
||||
'address' => 'כתובת הספק',
|
||||
'assets' => 'נכסים',
|
||||
'city' => 'עִיר',
|
||||
'contact' => 'שם איש קשר',
|
||||
'country' => 'מדינה',
|
||||
'create' => 'צור ספק',
|
||||
'email' => 'אֶלֶקטרוֹנִי',
|
||||
'fax' => 'פַקס',
|
||||
'id' => 'תְעוּדַת זֶהוּת',
|
||||
'licenses' => 'רישיונות',
|
||||
'name' => 'שם ספק',
|
||||
'notes' => 'הערות',
|
||||
'phone' => 'טלפון',
|
||||
'state' => 'מדינה',
|
||||
'suppliers' => 'ספקים',
|
||||
'update' => 'עדכון הספק',
|
||||
'view' => 'הצג את הספק',
|
||||
'view_assets_for' => 'הצג נכסים עבור',
|
||||
'zip' => 'מיקוד',
|
||||
|
||||
);
|
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'activated_help_text' => 'משתמש זה יכול להיכנס',
|
||||
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
|
||||
'assets_user' => 'נכסים שהוקצו ל: שם',
|
||||
'bulk_update_warn' => 'אתה עומד לערוך את המאפיינים של: user_count משתמשים. שים לב שאינך יכול לשנות את תכונות המשתמש שלך באמצעות טופס זה, ועליך לבצע עריכה למשתמש שלך בנפרד.',
|
||||
'bulk_update_help' => 'טופס זה מאפשר לך לעדכן מספר משתמשים בו-זמנית. מלא רק את השדות שאתה צריך לשנות. כל השדות שנותרו ריקים יישארו ללא שינוי.',
|
||||
'current_assets' => 'הנכסים נבדקים כעת למשתמש זה',
|
||||
'clone' => 'משתמש משוכפל',
|
||||
'contact_user' => 'שם איש קשר',
|
||||
'edit' => 'ערוך משתמש',
|
||||
'filetype_info' => 'סוגי קבצים מותרים הם png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ו rar.',
|
||||
'history_user' => 'היסטוריה עבור: שם',
|
||||
'info' => 'מידע',
|
||||
'restore_user' => 'לחץ כאן כדי לשחזר אותם.',
|
||||
'last_login' => 'כניסה אחרונה',
|
||||
'ldap_config_text' => 'הגדרות תצורה של LDAP נמצאות \'מנהל\'> \'הגדרות\'. המיקום הנבחר (אופציונלי) ייקבע עבור כל המשתמשים המיובאים.',
|
||||
'print_assigned' => 'להדפיס את כל ההקצאות',
|
||||
'email_assigned' => 'Email List of All Assigned',
|
||||
'user_notified' => 'User has been emailed a list of their currently assigned items.',
|
||||
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
|
||||
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
|
||||
'software_user' => 'התוכנה נבדקה אל: שם',
|
||||
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
|
||||
'view_user' => 'הצג משתמש: שם',
|
||||
'usercsv' => 'קובץ CSV',
|
||||
'two_factor_admin_optin_help' => 'הגדרות מנהל המערכת הנוכחיות מאפשרות אכיפה סלקטיבית של אימות דו-גורמי.',
|
||||
'two_factor_enrolled' => 'רשם מכשיר 2FA',
|
||||
'two_factor_active' => '2FA פעיל',
|
||||
'user_deactivated' => 'User cannot login',
|
||||
'user_activated' => 'User can login',
|
||||
'activation_status_warning' => 'Do not change activation status',
|
||||
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
|
||||
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
|
||||
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
|
||||
'remove_group_memberships' => 'Remove Group Memberships',
|
||||
'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.',
|
||||
'update_user_assets_status' => 'Update all assets for these users to this status',
|
||||
'checkin_user_properties' => 'Check in all properties associated with these users',
|
||||
'remote_label' => 'This is a remote user',
|
||||
'remote' => 'Remote',
|
||||
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
||||
'not_remote_label' => 'This is not a remote user',
|
||||
'vip_label' => 'VIP user',
|
||||
'vip_help' => 'This can be helpful to mark important people in your org if you would like to handle them in special ways.',
|
||||
'create_user' => 'Create a user',
|
||||
'create_user_page_explanation' => 'This is the account information you will use to access the site for the first time.',
|
||||
'email_credentials' => 'Email credentials',
|
||||
'email_credentials_text' => 'Email my credentials to the email address above',
|
||||
'next_save_user' => 'Next: Save User',
|
||||
'all_assigned_list_generation' => 'Generated on:',
|
||||
'email_user_creds_on_create' => 'Email this user their credentials?',
|
||||
];
|
@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'accepted' => 'קיבלת בהצלחה את הנכס הזה.',
|
||||
'declined' => 'דחיית את הנכס הזה בהצלחה.',
|
||||
'bulk_manager_warn' => 'המשתמשים שלך עודכנו בהצלחה, אך רשומת המנהל שלך לא נשמרה מפני שהמנהל שבחרת נבחר גם ברשימת המשתמשים כדי לערוך, והמשתמשים לא יכולים להיות המנהל שלהם. בחר שוב את המשתמשים שלך, למעט המנהל.',
|
||||
'user_exists' => 'משתמש כבר קיים!',
|
||||
'user_not_found' => 'משתמש לא קיים.',
|
||||
'user_login_required' => 'יש להזין את שדה הכניסה',
|
||||
'user_has_no_assets_assigned' => 'No assets currently assigned to user.',
|
||||
'user_password_required' => 'נדרשת הסיסמה.',
|
||||
'insufficient_permissions' => 'הרשאות לא מספיקות.',
|
||||
'user_deleted_warning' => 'משתמש זה נמחק. יהיה עליך לשחזר משתמש זה כדי לערוך אותם או להקצות להם נכסים חדשים.',
|
||||
'ldap_not_configured' => 'שילוב LDAP לא הוגדר עבור התקנה זו.',
|
||||
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
|
||||
'password_reset_sent' => 'A password reset link has been sent to :email!',
|
||||
'user_has_no_email' => 'This user does not have an email address in their profile.',
|
||||
'log_record_not_found' => 'A matching log record for this user could not be found.',
|
||||
|
||||
|
||||
'success' => array(
|
||||
'create' => 'המשתמש נוצר בהצלחה.',
|
||||
'update' => 'המשתמש עודכן בהצלחה.',
|
||||
'update_bulk' => 'המשתמשים עודכנו בהצלחה!',
|
||||
'delete' => 'המשתמש נמחק בהצלחה.',
|
||||
'ban' => 'המשתמש אוסר בהצלחה.',
|
||||
'unban' => 'המשתמש בוטל בהצלחה.',
|
||||
'suspend' => 'המשתמש הושעה בהצלחה.',
|
||||
'unsuspend' => 'המשתמש בוטל בהצלחה.',
|
||||
'restored' => 'המשתמש שוחזר בהצלחה.',
|
||||
'import' => 'המשתמשים יובאו בהצלחה.',
|
||||
),
|
||||
|
||||
'error' => array(
|
||||
'create' => 'היתה בעיה ביצירת המשתמש. בבקשה נסה שוב.',
|
||||
'update' => 'היתה בעיה בעדכון המשתמש. בבקשה נסה שוב.',
|
||||
'delete' => 'היתה בעיה במחיקת המשתמש. בבקשה נסה שוב.',
|
||||
'delete_has_assets' => 'למשתמש זה יש פריטים שהוקצו ולא ניתן למחוק אותם.',
|
||||
'unsuspend' => 'היתה בעיה בהתעלמות מהמשתמש. בבקשה נסה שוב.',
|
||||
'import' => 'היתה בעיה בייבוא משתמשים. בבקשה נסה שוב.',
|
||||
'asset_already_accepted' => 'הנכס כבר התקבל.',
|
||||
'accept_or_decline' => 'עליך לקבל או לדחות את הנכס.',
|
||||
'incorrect_user_accepted' => 'הנכס שניסית לקבל לא נבדק לך.',
|
||||
'ldap_could_not_connect' => 'לא ניתן להתחבר לשרת LDAP. בדוק את תצורת שרת LDAP בקובץ תצורת LDAP. <br> שגיאה משרת LDAP:',
|
||||
'ldap_could_not_bind' => 'לא ניתן היה להתחבר לשרת LDAP. בדוק את תצורת שרת LDAP בקובץ תצורת LDAP. <br> שגיאה משרת LDAP:',
|
||||
'ldap_could_not_search' => 'לא ניתן לחפש בשרת LDAP. בדוק את תצורת שרת LDAP בקובץ תצורת LDAP. <br> שגיאה משרת LDAP:',
|
||||
'ldap_could_not_get_entries' => 'לא ניתן לקבל רשומות משרת LDAP. בדוק את תצורת שרת LDAP בקובץ תצורת LDAP. <br> שגיאה משרת LDAP:',
|
||||
'password_ldap' => 'הסיסמה עבור חשבון זה מנוהלת על ידי LDAP / Active Directory. צור קשר עם מחלקת ה- IT כדי לשנות את הסיסמה שלך.',
|
||||
),
|
||||
|
||||
'deletefile' => array(
|
||||
'error' => 'הקובץ לא נמחק. בבקשה נסה שוב.',
|
||||
'success' => 'הקובץ נמחק בהצלחה.',
|
||||
),
|
||||
|
||||
'upload' => array(
|
||||
'error' => 'הקובץ לא הועלה. בבקשה נסה שוב.',
|
||||
'success' => 'הקבצים הועלו בהצלחה.',
|
||||
'nofiles' => 'לא בחרת קבצים להעלאה',
|
||||
'invalidfiles' => 'אחד או יותר מהקבצים שלך גדול מדי או שהוא סוג קובץ שאינו מותר. סוגי קבצים מותרים הם png, gif, jpg, doc, docx, pdf ו- txt.',
|
||||
),
|
||||
|
||||
'inventorynotification' => array(
|
||||
'error' => 'This user has no email set.',
|
||||
'success' => 'The user has been notified about their current inventory.'
|
||||
)
|
||||
);
|
@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'activated' => 'פָּעִיל',
|
||||
'allow' => 'להתיר',
|
||||
'checkedout' => 'נכסים',
|
||||
'created_at' => 'נוצר',
|
||||
'createuser' => 'צור משתמש',
|
||||
'deny' => 'לְהַכּחִישׁ',
|
||||
'email' => 'אֶלֶקטרוֹנִי',
|
||||
'employee_num' => 'מספר עובד',
|
||||
'first_name' => 'שם פרטי',
|
||||
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
|
||||
'id' => 'תְעוּדַת זֶהוּת',
|
||||
'inherit' => 'לָרֶשֶׁת',
|
||||
'job' => 'הגדרת תפקיד',
|
||||
'last_login' => 'כניסה אחרונה',
|
||||
'last_name' => 'שם משפחה',
|
||||
'location' => 'מקום',
|
||||
'lock_passwords' => 'אין אפשרות לשנות את פרטי ההתחברות בהתקנה זו.',
|
||||
'manager' => 'מנהל',
|
||||
'managed_locations' => 'מיקומים מנוהלים',
|
||||
'name' => 'שֵׁם',
|
||||
'nogroup' => 'No groups have been created yet. To add one, visit: ',
|
||||
'notes' => 'הערות',
|
||||
'password_confirm' => 'אשר סיסמה',
|
||||
'password' => 'סיסמה',
|
||||
'phone' => 'טלפון',
|
||||
'show_current' => 'הצג משתמשים נוכחיים',
|
||||
'show_deleted' => 'הצג משתמשים שנמחקו',
|
||||
'title' => 'כותרת',
|
||||
'to_restore_them' => 'כדי לשחזר אותם.',
|
||||
'total_assets_cost' => "Total Assets Cost",
|
||||
'updateuser' => 'עדכן משתמש',
|
||||
'username' => 'שם משתמש',
|
||||
'user_deleted_text' => 'משתמש זה סומן כממחק.',
|
||||
'username_note' => '(זה משמש רק עבור Active Directory מחייב, לא עבור התחברות.)',
|
||||
'cloneuser' => 'משתמש משוכפל',
|
||||
'viewusers' => 'הצג משתמשים',
|
||||
);
|
Reference in New Issue
Block a user