snipe-it/resources/lang/he/admin/manufacturers/message.php
snipe 0bb8cc63c5 Updated translation strings
Signed-off-by: snipe <snipe@snipe.net>
2023-06-13 17:12:01 +01:00

31 lines
1.2 KiB
PHP

<?php
return array(
'support_url_help' => 'Use <code>{LOCALE}</code> and <code>{SERIAL}</code> in your URL as variables to have those values auto-populate when viewing assets.',
'does_not_exist' => 'היצרן אינו קיים.',
'assoc_users' => 'יצרן זה משויך כרגע עם דגם אחד לפחות ולא ניתן למחוק אותו. אנא עדכן את הדגמים שלך כדי לא להתייחס עוד ליצרן זה ונסה שוב.',
'create' => array(
'error' => 'היצרן לא נוצר, נסה שוב.',
'success' => 'היצרן נוצר בהצלחה.'
),
'update' => array(
'error' => 'היצרן לא עודכן, נסה שוב',
'success' => 'היצרן עודכן בהצלחה.'
),
'restore' => array(
'error' => 'היצרן לא שוחזר, נסה שוב',
'success' => 'היצרן שוחזר בהצלחה.'
),
'delete' => array(
'confirm' => 'האם אתה בטוח שברצונך למחוק יצרן זה?',
'error' => 'אירעה בעיה במחיקת היצרן. בבקשה נסה שוב.',
'success' => 'היצרן נמחק בהצלחה.'
)
);