snipe_it/resources/lang/he-IL/admin/components/message.php
snipe 54b664d679 Updated strings, added Oromo
Signed-off-by: snipe <snipe@snipe.net>
2025-02-24 14:50:23 +00:00

38 lines
1.4 KiB
PHP

<?php
return array(
'does_not_exist' => 'הרכיב אינו קיים.',
'create' => array(
'error' => 'הרכיב לא נוצר, נסה שוב.',
'success' => 'הרכיב נוצר בהצלחה.'
),
'update' => array(
'error' => 'הרכיב לא עודכן, נסה שוב',
'success' => 'הרכיב עודכן בהצלחה.'
),
'delete' => array(
'confirm' => 'האם אתה בטוח שברצונך למחוק רכיב זה?',
'error' => 'הייתה בעיה במחיקת הרכיב. בבקשה נסה שוב.',
'success' => 'הרכיב נמחק בהצלחה.',
'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'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' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.'
)
);