snipe-it/resources/lang/he/admin/manufacturers/message.php
snipe bd0863d9c7 Added new translations
Signed-off-by: snipe <snipe@snipe.net>
2023-09-25 10:54:46 +01:00

31 lines
1.3 KiB
PHP

<?php
return array(
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://support.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' => 'היצרן נמחק בהצלחה.'
)
);