snipe-it/resources/lang/he-IL/admin/consumables/message.php
snipe 2a0697022e Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-07-19 17:47:22 +01:00

39 lines
1.4 KiB
PHP

<?php
return array(
'invalid_category_type' => 'The category must be a consumable category.',
'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' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.'
)
);