snipe-it/resources/lang/he/admin/consumables/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

37 lines
1.2 KiB
PHP

<?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' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.'
),
'checkin' => array(
'error' => 'הצריכה לא נבדקה, נסה שוב',
'success' => 'הצריכה נבדקה בהצלחה.',
'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.'
)
);