snipe-it/resources/lang/he-IL/admin/manufacturers/message.php
snipe 8ca4c51186 Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-01-24 15:29:39 +00:00

31 lines
1.4 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'support_url_help' => 'אפשר להשתמש במשתנים <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code> ו־<code>{MODEL_NAME}</code> בכתובת שלך כדי שהערכים האלו יוחלפו אוטומטית בצפייה בנכסים - למשל: https://checkcoverage.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' => 'היצרן נמחק בהצלחה.'
)
);