ajout app
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_company' => 'בחר חברה',
|
||||
'about_companies' => 'על חברות',
|
||||
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',
|
||||
];
|
20
SNIPE-IT/resources/lang/he-IL/admin/companies/message.php
Normal file
20
SNIPE-IT/resources/lang/he-IL/admin/companies/message.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'does_not_exist' => 'החברה לא קיימת.',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'חברה זו קשורה כרגע עם דגם אחד לפחות ואינה ניתנת למחיקה. אנא עדכן את המודלים שלך כדי לא להפנות עוד לחברה זו ונסה שוב.',
|
||||
'create' => [
|
||||
'error' => 'החברה לא נוצרה, נסה שוב.',
|
||||
'success' => 'החברה יצרה בהצלחה.',
|
||||
],
|
||||
'update' => [
|
||||
'error' => 'החברה לא עודכנה, נסה שוב',
|
||||
'success' => 'החברה עודכנה בהצלחה.',
|
||||
],
|
||||
'delete' => [
|
||||
'confirm' => 'האם אתה בטוח שברצונך למחוק חברה זו?',
|
||||
'error' => 'היתה בעיה במחיקת החברה. בבקשה נסה שוב.',
|
||||
'success' => 'החברה נמחקה בהצלחה.',
|
||||
],
|
||||
];
|
11
SNIPE-IT/resources/lang/he-IL/admin/companies/table.php
Normal file
11
SNIPE-IT/resources/lang/he-IL/admin/companies/table.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return array(
|
||||
'companies' => 'חברות',
|
||||
'create' => 'צור חברה',
|
||||
'email' => 'Company Email',
|
||||
'title' => 'חֶברָה',
|
||||
'phone' => 'Company Phone',
|
||||
'update' => 'עדכון החברה',
|
||||
'name' => 'שם החברה',
|
||||
'id' => 'תְעוּדַת זֶהוּת',
|
||||
);
|
Reference in New Issue
Block a user