snipe-it/resources/lang/he/admin/licenses/message.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

52 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'does_not_exist' => 'הרישיון אינו קיים.',
'user_does_not_exist' => 'משתמש לא קיים.',
'asset_does_not_exist' => 'הנכס שאתה מנסה לשייך לרישיון זה אינו קיים.',
'owner_doesnt_match_asset' => 'הנכס שאתה מנסה לשייך לרישיון זה נמצא בבעלות somene אחר מאשר האדם שנבחר שהוקצה לתפריט הנפתח.',
'assoc_users' => 'רישיון זה נבדק כעת למשתמש ולא ניתן למחוק אותו. בדוק תחילה את הרישיון ולאחר מכן נסה למחוק שוב.',
'select_asset_or_person' => 'עליך לבחור נכס או משתמש, אך לא את שניהם.',
'not_found' => 'License not found',
'create' => [
'error' => 'הרישיון לא נוצר, נסה שוב.',
'success' => 'הרישיון נוצר בהצלחה.',
],
'deletefile' => [
'error' => 'הקובץ לא נמחק. בבקשה נסה שוב.',
'success' => 'הקובץ נמחק בהצלחה.',
],
'upload' => [
'error' => 'הקובץ לא הועלה. בבקשה נסה שוב.',
'success' => 'הקבצים הועלו בהצלחה.',
'nofiles' => 'לא בחרת קבצים להעלאה, או שהקובץ שאתה מנסה להעלות גדול מדי',
'invalidfiles' => 'אחד או יותר מהקבצים שלך גדול מדי או שהוא סוג קובץ שאינו מותר. סוגי קבצים מותרים הם png, gif, jpg, jpeg, docx, pdf, txt, zip, rar, rtf, XML ו- lic.',
],
'update' => [
'error' => 'הרישיון לא עודכן, נסה שוב',
'success' => 'הרישיון עודכן בהצלחה.',
],
'delete' => [
'confirm' => 'האם אתה בטוח שברצונך למחוק רישיון זה?',
'error' => 'היתה בעיה במחיקת הרישיון. בבקשה נסה שוב.',
'success' => 'הרישיון נמחק בהצלחה.',
],
'checkout' => [
'error' => 'היתה בעיה לבדוק את הרישיון. בבקשה נסה שוב.',
'success' => 'הרשיון נבדק בהצלחה',
],
'checkin' => [
'error' => 'היתה בעיה בבדיקת הרישיון. בבקשה נסה שוב.',
'success' => 'הרישיון נבדק בהצלחה',
],
];