snipe-it/resources/lang/he/admin/manufacturers/message.php

31 lines
1.2 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-03-25 01:18:05 -07:00
'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.',
2017-10-17 18:52:20 -07:00
'does_not_exist' => 'היצרן אינו קיים.',
'assoc_users' => 'יצרן זה משויך כרגע עם דגם אחד לפחות ולא ניתן למחוק אותו. אנא עדכן את הדגמים שלך כדי לא להתייחס עוד ליצרן זה ונסה שוב.',
2016-03-25 01:18:05 -07:00
'create' => array(
2017-10-17 18:52:20 -07:00
'error' => 'היצרן לא נוצר, נסה שוב.',
'success' => 'היצרן נוצר בהצלחה.'
),
2016-03-25 01:18:05 -07:00
'update' => array(
2017-10-17 18:52:20 -07:00
'error' => 'היצרן לא עודכן, נסה שוב',
'success' => 'היצרן עודכן בהצלחה.'
),
2016-03-25 01:18:05 -07:00
'restore' => array(
'error' => 'היצרן לא שוחזר, נסה שוב',
'success' => 'היצרן שוחזר בהצלחה.'
),
2018-03-22 20:01:45 -07:00
'delete' => array(
2017-10-17 18:52:20 -07:00
'confirm' => 'האם אתה בטוח שברצונך למחוק יצרן זה?',
'error' => 'אירעה בעיה במחיקת היצרן. בבקשה נסה שוב.',
'success' => 'היצרן נמחק בהצלחה.'
)
2016-03-25 01:18:05 -07:00
);